2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.6.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
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.6'
578 PACKAGE_STRING
='Wine 1.1.6'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
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
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
788 ac_subst_files
='MAKE_RULES
793 ac_precious_vars
='build_alias
808 # Initialize some variables set by options.
810 ac_init_version
=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
820 program_transform_name
=s
,x
,x
,
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir
='${exec_prefix}/bin'
835 sbindir
='${exec_prefix}/sbin'
836 libexecdir
='${exec_prefix}/libexec'
837 datarootdir
='${prefix}/share'
838 datadir
='${datarootdir}'
839 sysconfdir
='${prefix}/etc'
840 sharedstatedir
='${prefix}/com'
841 localstatedir
='${prefix}/var'
842 includedir
='${prefix}/include'
843 oldincludedir
='/usr/include'
844 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir
='${datarootdir}/info'
850 libdir
='${exec_prefix}/lib'
851 localedir
='${datarootdir}/locale'
852 mandir
='${datarootdir}/man'
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\
$ac_option
866 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
876 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
878 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
881 -build |
--build |
--buil |
--bui |
--bu)
882 ac_prev
=build_alias
;;
883 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
884 build_alias
=$ac_optarg ;;
886 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
887 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
888 ac_prev
=cache_file
;;
889 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
890 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
891 cache_file
=$ac_optarg ;;
894 cache_file
=config.cache
;;
896 -datadir |
--datadir |
--datadi |
--datad)
898 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
899 datadir
=$ac_optarg ;;
901 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
902 |
--dataroo |
--dataro |
--datar)
903 ac_prev
=datarootdir
;;
904 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
905 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
906 datarootdir
=$ac_optarg ;;
908 -disable-* |
--disable-*)
909 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_
$ac_feature=no
;;
917 -docdir |
--docdir |
--docdi |
--doc |
--do)
919 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
922 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
924 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
927 -enable-* |
--enable-*)
928 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_
$ac_feature=\
$ac_optarg ;;
936 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
937 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
938 |
--exec |
--exe |
--ex)
939 ac_prev
=exec_prefix
;;
940 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
941 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
942 |
--exec=* |
--exe=* |
--ex=*)
943 exec_prefix
=$ac_optarg ;;
945 -gas |
--gas |
--ga |
--g)
946 # Obsolete; use --with-gas.
949 -help |
--help |
--hel |
--he |
-h)
951 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
952 ac_init_help
=recursive
;;
953 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
954 ac_init_help
=short
;;
956 -host |
--host |
--hos |
--ho)
957 ac_prev
=host_alias
;;
958 -host=* |
--host=* |
--hos=* |
--ho=*)
959 host_alias
=$ac_optarg ;;
961 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
963 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
965 htmldir
=$ac_optarg ;;
967 -includedir |
--includedir |
--includedi |
--included |
--include \
968 |
--includ |
--inclu |
--incl |
--inc)
969 ac_prev
=includedir
;;
970 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
971 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
972 includedir
=$ac_optarg ;;
974 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
976 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
977 infodir
=$ac_optarg ;;
979 -libdir |
--libdir |
--libdi |
--libd)
981 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
984 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
985 |
--libexe |
--libex |
--libe)
986 ac_prev
=libexecdir
;;
987 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
988 |
--libexe=* |
--libex=* |
--libe=*)
989 libexecdir
=$ac_optarg ;;
991 -localedir |
--localedir |
--localedi |
--localed |
--locale)
993 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
994 localedir
=$ac_optarg ;;
996 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
997 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
998 ac_prev
=localstatedir
;;
999 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1000 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1001 localstatedir
=$ac_optarg ;;
1003 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1005 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1006 mandir
=$ac_optarg ;;
1008 -nfp |
--nfp |
--nf)
1009 # Obsolete; use --without-fp.
1012 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1013 |
--no-cr |
--no-c |
-n)
1016 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1017 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1020 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1021 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1022 |
--oldin |
--oldi |
--old |
--ol |
--o)
1023 ac_prev
=oldincludedir
;;
1024 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1025 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1026 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1027 oldincludedir
=$ac_optarg ;;
1029 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1031 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1032 prefix
=$ac_optarg ;;
1034 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1035 |
--program-pre |
--program-pr |
--program-p)
1036 ac_prev
=program_prefix
;;
1037 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1038 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1039 program_prefix
=$ac_optarg ;;
1041 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1042 |
--program-suf |
--program-su |
--program-s)
1043 ac_prev
=program_suffix
;;
1044 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1045 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1046 program_suffix
=$ac_optarg ;;
1048 -program-transform-name |
--program-transform-name \
1049 |
--program-transform-nam |
--program-transform-na \
1050 |
--program-transform-n |
--program-transform- \
1051 |
--program-transform |
--program-transfor \
1052 |
--program-transfo |
--program-transf \
1053 |
--program-trans |
--program-tran \
1054 |
--progr-tra |
--program-tr |
--program-t)
1055 ac_prev
=program_transform_name
;;
1056 -program-transform-name=* |
--program-transform-name=* \
1057 |
--program-transform-nam=* |
--program-transform-na=* \
1058 |
--program-transform-n=* |
--program-transform-=* \
1059 |
--program-transform=* |
--program-transfor=* \
1060 |
--program-transfo=* |
--program-transf=* \
1061 |
--program-trans=* |
--program-tran=* \
1062 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1063 program_transform_name
=$ac_optarg ;;
1065 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1067 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1068 pdfdir
=$ac_optarg ;;
1070 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1072 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1075 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1076 |
-silent |
--silent |
--silen |
--sile |
--sil)
1079 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1081 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1083 sbindir
=$ac_optarg ;;
1085 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1086 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1087 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1089 ac_prev
=sharedstatedir
;;
1090 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1091 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1092 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1094 sharedstatedir
=$ac_optarg ;;
1096 -site |
--site |
--sit)
1098 -site=* |
--site=* |
--sit=*)
1101 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1103 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1104 srcdir
=$ac_optarg ;;
1106 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1107 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1108 ac_prev
=sysconfdir
;;
1109 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1110 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1111 sysconfdir
=$ac_optarg ;;
1113 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1114 ac_prev
=target_alias
;;
1115 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1116 target_alias
=$ac_optarg ;;
1118 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1121 -version |
--version |
--versio |
--versi |
--vers |
-V)
1122 ac_init_version
=: ;;
1125 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_
$ac_package=\
$ac_optarg ;;
1133 -without-* |
--without-*)
1134 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_
$ac_package=no
;;
1143 # Obsolete; use --with-x.
1146 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1147 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1148 ac_prev
=x_includes
;;
1149 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1150 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1151 x_includes
=$ac_optarg ;;
1153 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1154 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1155 ac_prev
=x_libraries
;;
1156 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1157 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1158 x_libraries
=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1166 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\
$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1185 if test -n "$ac_prev"; then
1186 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val
=\$
$ac_var
1199 [\\/$
]* | ?
:[\\/]* ) continue;;
1200 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1211 target
=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x
; then
1215 if test "x$build_alias" = x
; then
1216 cross_compiling
=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1225 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1227 test "$silent" = yes && exec 6>/dev
/null
1230 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di
=`ls -di .` &&
1232 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted
=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir
=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1272 ac_srcdir_defaulted
=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1292 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 for ac_var
in $ac_precious_vars; do
1295 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1297 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1308 \`configure' configures Wine 1.1.6 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1366 --x-includes=DIR X include files are
in DIR
1367 --x-libraries=DIR X library files are
in DIR
1370 --build=BUILD configure
for building on BUILD
[guessed
]
1371 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive
) echo "Configuration of Wine 1.1.6:";;
1382 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1383 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 Use these variables to override the choices made by `configure' or to
help
1444 it to
find libraries and programs with nonstandard names
/locations.
1446 Report bugs to
<wine-devel@winehq.org
>.
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1454 test -d "$ac_dir" ||
continue
1458 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1460 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1465 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1468 ac_abs_top_builddir
=$ac_pwd
1469 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir
=$ac_top_build_prefix
1474 .
) # We are building in place.
1476 ac_top_srcdir
=$ac_top_builddir_sub
1477 ac_abs_top_srcdir
=$ac_pwd ;;
1478 [\\/]* | ?
:[\\/]* ) # Absolute name.
1479 ac_srcdir
=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir
=$srcdir
1481 ac_abs_top_srcdir
=$srcdir ;;
1483 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1487 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1500 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1507 Wine configure
1.1.6
1508 generated by GNU Autoconf
2.61
1510 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1512 This configure
script is free software
; the Free Software Foundation
1513 gives unlimited permission to copy
, distribute and modify it.
1517 cat >config.log
<<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.6, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1557 test -z "$as_dir" && as_dir
=.
1558 echo "PATH: $as_dir"
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_must_keep_next
=false
1588 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1589 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1590 |
-silent |
--silent |
--silen |
--sile |
--sil)
1593 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1596 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true
; then
1600 ac_must_keep_next
=false
# Got value, back to normal.
1603 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1604 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1605 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1606 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1611 -* ) ac_must_keep_next
=true
;;
1614 ac_configure_args
="$ac_configure_args '$ac_arg'"
1619 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1620 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1679 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1681 echo "$ac_var='\''$ac_val'\''"
1685 if test -n "$ac_subst_files"; then
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1692 for ac_var
in $ac_subst_files
1694 eval ac_val
=\$
$ac_var
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1698 echo "$ac_var='\''$ac_val'\''"
1703 if test -s confdefs.h; then
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1721 for ac_signal
in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest
* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h
<<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 cat >>confdefs.h
<<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 cat >>confdefs.h
<<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 cat >>confdefs.h
<<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 cat >>confdefs.h
<<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x
"$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE
; then
1761 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1763 set x
"$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1784 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1785 *) .
"./$cache_file";;
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1794 # Check that the precious variables saved in the cache have kept the same
1796 ac_cache_corrupted
=false
1797 for ac_var
in $ac_precious_vars; do
1798 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1799 eval ac_new_set
=\
$ac_env_${ac_var}_set
1800 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1801 eval ac_new_val
=\
$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted
=: ;;
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted
=:
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1826 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg
=$ac_var=$ac_new_val ;;
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1868 ac_cpp
='$CPP $CPPFLAGS'
1869 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1875 ac_config_headers
="$ac_config_headers include/config.h"
1878 for ac_dir
in tools
"$srcdir"/tools
; do
1879 if test -f "$ac_dir/install-sh"; then
1881 ac_install_sh
="$ac_aux_dir/install-sh -c"
1883 elif test -f "$ac_dir/install.sh"; then
1885 ac_install_sh
="$ac_aux_dir/install.sh -c"
1887 elif test -f "$ac_dir/shtool"; then
1889 ac_install_sh
="$ac_aux_dir/shtool install -c"
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval
=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval
=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval
=$enable_maintainer_mode;
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval
=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval
=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004 withval
=$with_gnutls;
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040 withval
=$with_opengl;
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052 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
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137 withval
=$with_wine_tools;
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2143 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145 { (exit 1); exit 1; }; }
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2152 ac_build_alias
=$build_alias
2153 test "x$ac_build_alias" = x
&&
2154 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x
&&
2156 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158 { (exit 1); exit 1; }; }
2159 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162 { (exit 1); exit 1; }; }
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171 { (exit 1); exit 1; }; };;
2174 ac_save_IFS
=$IFS; IFS
='-'
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2184 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2192 if test "x$host_alias" = x
; then
2193 ac_cv_host
=$ac_cv_build
2195 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198 { (exit 1); exit 1; }; }
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208 { (exit 1); exit 1; }; };;
2211 ac_save_IFS
=$IFS; IFS
='-'
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2221 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2226 if test "x$enable_win64" != "xyes"
2228 CC
="${CC:-gcc} -m32"
2229 CXX
="${CXX:-g++} -m32"
2230 LD
="${LD:-ld} -m elf_i386"
2233 notice_platform
="32-bit "
2240 if test "x$enable_win16" != "xno"
2247 WIN16_FILES
="\$(WIN16_FILES)"
2249 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2251 if test "x$enable_win16" != "xyes"
2259 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2260 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2261 You need to run 'make distclean' in the source tree first." >&5
2262 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2263 You need to run 'make distclean' in the source tree first." >&2;}
2264 { (exit 1); exit 1; }; }
2269 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2270 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2271 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2272 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2273 echo $ECHO_N "(cached) $ECHO_C" >&6
2275 cat >conftest.
make <<\_ACEOF
2278 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2280 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2281 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2283 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2285 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2289 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2290 { echo "$as_me:$LINENO: result: yes" >&5
2291 echo "${ECHO_T}yes" >&6; }
2294 { echo "$as_me:$LINENO: result: no" >&5
2295 echo "${ECHO_T}no" >&6; }
2296 SET_MAKE
="MAKE=${MAKE-make}"
2300 ac_cpp
='$CPP $CPPFLAGS'
2301 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2302 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2303 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2304 if test -n "$ac_tool_prefix"; then
2305 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2306 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2309 if test "${ac_cv_prog_CC+set}" = set; then
2310 echo $ECHO_N "(cached) $ECHO_C" >&6
2312 if test -n "$CC"; then
2313 ac_cv_prog_CC
="$CC" # Let the user override the test.
2315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2319 test -z "$as_dir" && as_dir
=.
2320 for ac_exec_ext
in '' $ac_executable_extensions; do
2321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2322 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2333 if test -n "$CC"; then
2334 { echo "$as_me:$LINENO: result: $CC" >&5
2335 echo "${ECHO_T}$CC" >&6; }
2337 { echo "$as_me:$LINENO: result: no" >&5
2338 echo "${ECHO_T}no" >&6; }
2343 if test -z "$ac_cv_prog_CC"; then
2345 # Extract the first word of "gcc", so it can be a program name with args.
2346 set dummy gcc
; ac_word
=$2
2347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2349 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2350 echo $ECHO_N "(cached) $ECHO_C" >&6
2352 if test -n "$ac_ct_CC"; then
2353 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2355 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2359 test -z "$as_dir" && as_dir
=.
2360 for ac_exec_ext
in '' $ac_executable_extensions; do
2361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2362 ac_cv_prog_ac_ct_CC
="gcc"
2363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2372 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2373 if test -n "$ac_ct_CC"; then
2374 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2375 echo "${ECHO_T}$ac_ct_CC" >&6; }
2377 { echo "$as_me:$LINENO: result: no" >&5
2378 echo "${ECHO_T}no" >&6; }
2381 if test "x$ac_ct_CC" = x
; then
2384 case $cross_compiling:$ac_tool_warned in
2386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2387 whose name does not start with the host triplet. If you think this
2388 configuration is useful to you, please write to autoconf@gnu.org." >&5
2389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2390 whose name does not start with the host triplet. If you think this
2391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2392 ac_tool_warned
=yes ;;
2400 if test -z "$CC"; then
2401 if test -n "$ac_tool_prefix"; then
2402 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2403 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2406 if test "${ac_cv_prog_CC+set}" = set; then
2407 echo $ECHO_N "(cached) $ECHO_C" >&6
2409 if test -n "$CC"; then
2410 ac_cv_prog_CC
="$CC" # Let the user override the test.
2412 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2416 test -z "$as_dir" && as_dir
=.
2417 for ac_exec_ext
in '' $ac_executable_extensions; do
2418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2419 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2430 if test -n "$CC"; then
2431 { echo "$as_me:$LINENO: result: $CC" >&5
2432 echo "${ECHO_T}$CC" >&6; }
2434 { echo "$as_me:$LINENO: result: no" >&5
2435 echo "${ECHO_T}no" >&6; }
2441 if test -z "$CC"; then
2442 # Extract the first word of "cc", so it can be a program name with args.
2443 set dummy cc
; ac_word
=$2
2444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2446 if test "${ac_cv_prog_CC+set}" = set; then
2447 echo $ECHO_N "(cached) $ECHO_C" >&6
2449 if test -n "$CC"; then
2450 ac_cv_prog_CC
="$CC" # Let the user override the test.
2453 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2457 test -z "$as_dir" && as_dir
=.
2458 for ac_exec_ext
in '' $ac_executable_extensions; do
2459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2460 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2461 ac_prog_rejected
=yes
2465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 if test $ac_prog_rejected = yes; then
2473 # We found a bogon in the path, so make sure we never use it.
2474 set dummy
$ac_cv_prog_CC
2476 if test $# != 0; then
2477 # We chose a different compiler from the bogus one.
2478 # However, it has the same basename, so the bogon will be chosen
2479 # first if we set CC to just the basename; use the full file name.
2481 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2487 if test -n "$CC"; then
2488 { echo "$as_me:$LINENO: result: $CC" >&5
2489 echo "${ECHO_T}$CC" >&6; }
2491 { echo "$as_me:$LINENO: result: no" >&5
2492 echo "${ECHO_T}no" >&6; }
2497 if test -z "$CC"; then
2498 if test -n "$ac_tool_prefix"; then
2499 for ac_prog
in cl.exe
2501 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2502 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2505 if test "${ac_cv_prog_CC+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2508 if test -n "$CC"; then
2509 ac_cv_prog_CC
="$CC" # Let the user override the test.
2511 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2515 test -z "$as_dir" && as_dir
=.
2516 for ac_exec_ext
in '' $ac_executable_extensions; do
2517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2518 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 if test -n "$CC"; then
2530 { echo "$as_me:$LINENO: result: $CC" >&5
2531 echo "${ECHO_T}$CC" >&6; }
2533 { echo "$as_me:$LINENO: result: no" >&5
2534 echo "${ECHO_T}no" >&6; }
2538 test -n "$CC" && break
2541 if test -z "$CC"; then
2543 for ac_prog
in cl.exe
2545 # Extract the first word of "$ac_prog", so it can be a program name with args.
2546 set dummy
$ac_prog; ac_word
=$2
2547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2549 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2550 echo $ECHO_N "(cached) $ECHO_C" >&6
2552 if test -n "$ac_ct_CC"; then
2553 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2555 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2559 test -z "$as_dir" && as_dir
=.
2560 for ac_exec_ext
in '' $ac_executable_extensions; do
2561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2562 ac_cv_prog_ac_ct_CC
="$ac_prog"
2563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2572 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2573 if test -n "$ac_ct_CC"; then
2574 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2575 echo "${ECHO_T}$ac_ct_CC" >&6; }
2577 { echo "$as_me:$LINENO: result: no" >&5
2578 echo "${ECHO_T}no" >&6; }
2582 test -n "$ac_ct_CC" && break
2585 if test "x$ac_ct_CC" = x
; then
2588 case $cross_compiling:$ac_tool_warned in
2590 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2591 whose name does not start with the host triplet. If you think this
2592 configuration is useful to you, please write to autoconf@gnu.org." >&5
2593 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2594 whose name does not start with the host triplet. If you think this
2595 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2596 ac_tool_warned
=yes ;;
2605 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2606 See \`config.log' for more details." >&5
2607 echo "$as_me: error: no acceptable C compiler found in \$PATH
2608 See \`config.log' for more details." >&2;}
2609 { (exit 1); exit 1; }; }
2611 # Provide some information about the compiler.
2612 echo "$as_me:$LINENO: checking for C compiler version" >&5
2613 ac_compiler
=`set X $ac_compile; echo $2`
2614 { (ac_try
="$ac_compiler --version >&5"
2616 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler --version >&5") 2>&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try="$ac_compiler -v >&5"
2626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2627 *) ac_try_echo
=$ac_try;;
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -v >&5") 2>&5
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2634 { (ac_try
="$ac_compiler -V >&5"
2636 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2637 *) ac_try_echo=$ac_try;;
2639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2640 (eval "$ac_compiler -V >&5") 2>&5
2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643 (exit $ac_status); }
2645 cat >conftest.$ac_ext <<_ACEOF
2648 cat confdefs.h >>conftest.$ac_ext
2649 cat >>conftest.$ac_ext <<_ACEOF
2650 /* end confdefs.h. */
2660 ac_clean_files_save=$ac_clean_files
2661 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2662 # Try to create an executable without -o first, disregard a.out.
2663 # It will help us diagnose broken compilers, and finding out an intuition
2665 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2666 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2667 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2669 # List of possible output files, starting from the most likely.
2670 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2671 # only as a last resort. b.out is created by i960 compilers.
2672 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2674 # The IRIX 6 linker writes into existing files which may not be
2675 # executable, retaining their permissions. Remove them first so a
2676 # subsequent execution test works.
2678 for ac_file in $ac_files
2681 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2682 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2687 if { (ac_try="$ac_link_default"
2689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2690 *) ac_try_echo=$ac_try;;
2692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2693 (eval "$ac_link_default") 2>&5
2695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2696 (exit $ac_status); }; then
2697 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2698 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2699 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2700 # so that the user can short-circuit this test for compilers unknown to
2702 for ac_file
in $ac_files ''
2704 test -f "$ac_file" ||
continue
2706 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2709 # We found the default executable, but exeext='' is most
2713 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2715 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2717 # We set ac_cv_exeext here because the later test for it is not
2718 # safe: cross compilers may not add the suffix if given an `-o'
2719 # argument, so we may need to know it at that point already.
2720 # Even if this section looks crufty: it has the advantage of
2727 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2733 { echo "$as_me:$LINENO: result: $ac_file" >&5
2734 echo "${ECHO_T}$ac_file" >&6; }
2735 if test -z "$ac_file"; then
2736 echo "$as_me: failed program was:" >&5
2737 sed 's/^/| /' conftest.
$ac_ext >&5
2739 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2740 See \`config.log' for more details." >&5
2741 echo "$as_me: error: C compiler cannot create executables
2742 See \`config.log' for more details." >&2;}
2743 { (exit 77); exit 77; }; }
2746 ac_exeext
=$ac_cv_exeext
2748 # Check that the compiler produces executables we can run. If not, either
2749 # the compiler is broken, or we cross compile.
2750 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2751 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2752 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2753 # If not cross compiling, check that we can run a simple program.
2754 if test "$cross_compiling" != yes; then
2755 if { ac_try
='./$ac_file'
2756 { (case "(($ac_try" in
2757 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2758 *) ac_try_echo=$ac_try;;
2760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2761 (eval "$ac_try") 2>&5
2763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2764 (exit $ac_status); }; }; then
2767 if test "$cross_compiling" = maybe; then
2770 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2771 If you meant to cross compile, use \`--host'.
2772 See \`config.log' for more details.
" >&5
2773 echo "$as_me: error
: cannot run C compiled programs.
2774 If you meant to cross compile
, use \
`--host'.
2775 See \`config.log
' for more details." >&2;}
2776 { (exit 1); exit 1; }; }
2780 { echo "$as_me:$LINENO: result: yes" >&5
2781 echo "${ECHO_T}yes" >&6; }
2783 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2784 ac_clean_files=$ac_clean_files_save
2785 # Check that the compiler produces executables we can run. If not, either
2786 # the compiler is broken, or we cross compile.
2787 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2788 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2789 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2790 echo "${ECHO_T}$cross_compiling" >&6; }
2792 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2793 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2794 if { (ac_try="$ac_link"
2796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797 *) ac_try_echo=$ac_try;;
2799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2800 (eval "$ac_link") 2>&5
2802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803 (exit $ac_status); }; then
2804 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2805 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2806 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2808 for ac_file
in conftest.exe conftest conftest.
*; do
2809 test -f "$ac_file" ||
continue
2811 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2812 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2818 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2819 See \`config.log' for more details." >&5
2820 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2821 See \`config.log' for more details." >&2;}
2822 { (exit 1); exit 1; }; }
2825 rm -f conftest
$ac_cv_exeext
2826 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2827 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2829 rm -f conftest.
$ac_ext
2830 EXEEXT
=$ac_cv_exeext
2832 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2833 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2834 if test "${ac_cv_objext+set}" = set; then
2835 echo $ECHO_N "(cached) $ECHO_C" >&6
2837 cat >conftest.
$ac_ext <<_ACEOF
2840 cat confdefs.h
>>conftest.
$ac_ext
2841 cat >>conftest.
$ac_ext <<_ACEOF
2842 /* end confdefs.h. */
2852 rm -f conftest.o conftest.obj
2853 if { (ac_try
="$ac_compile"
2855 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2856 *) ac_try_echo=$ac_try;;
2858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2859 (eval "$ac_compile") 2>&5
2861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2862 (exit $ac_status); }; then
2863 for ac_file in conftest.o conftest.obj conftest.*; do
2864 test -f "$ac_file" || continue;
2866 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2867 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2872 echo "$as_me: failed program was:" >&5
2873 sed 's/^/| /' conftest.$ac_ext >&5
2875 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2876 See \`config.log
' for more details." >&5
2877 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2878 See \`config.log' for more details.
" >&2;}
2879 { (exit 1); exit 1; }; }
2882 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2884 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2885 echo "${ECHO_T}$ac_cv_objext" >&6; }
2886 OBJEXT=$ac_cv_objext
2888 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2889 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2890 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2891 echo $ECHO_N "(cached
) $ECHO_C" >&6
2893 cat >conftest.$ac_ext <<_ACEOF
2896 cat confdefs.h >>conftest.$ac_ext
2897 cat >>conftest.$ac_ext <<_ACEOF
2898 /* end confdefs.h. */
2911 rm -f conftest.$ac_objext
2912 if { (ac_try="$ac_compile"
2914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915 *) ac_try_echo=$ac_try;;
2917 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2918 (eval "$ac_compile") 2>conftest.er1
2920 grep -v '^ *+' conftest.er1 >conftest.err
2922 cat conftest.err >&5
2923 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2924 (exit $ac_status); } && {
2925 test -z "$ac_c_werror_flag" ||
2926 test ! -s conftest.err
2927 } && test -s conftest.$ac_objext; then
2930 echo "$as_me: failed program was
:" >&5
2931 sed 's/^/| /' conftest.$ac_ext >&5
2936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2937 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2940 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2941 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2942 GCC=`test $ac_compiler_gnu = yes && echo yes`
2943 ac_test_CFLAGS=${CFLAGS+set}
2944 ac_save_CFLAGS=$CFLAGS
2945 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2946 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2947 if test "${ac_cv_prog_cc_g+set}" = set; then
2948 echo $ECHO_N "(cached
) $ECHO_C" >&6
2950 ac_save_c_werror_flag=$ac_c_werror_flag
2951 ac_c_werror_flag=yes
2954 cat >conftest.$ac_ext <<_ACEOF
2957 cat confdefs.h >>conftest.$ac_ext
2958 cat >>conftest.$ac_ext <<_ACEOF
2959 /* end confdefs.h. */
2969 rm -f conftest.$ac_objext
2970 if { (ac_try="$ac_compile"
2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973 *) ac_try_echo=$ac_try;;
2975 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2976 (eval "$ac_compile") 2>conftest.er1
2978 grep -v '^ *+' conftest.er1 >conftest.err
2980 cat conftest.err >&5
2981 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2982 (exit $ac_status); } && {
2983 test -z "$ac_c_werror_flag" ||
2984 test ! -s conftest.err
2985 } && test -s conftest.$ac_objext; then
2988 echo "$as_me: failed program was
:" >&5
2989 sed 's/^/| /' conftest.$ac_ext >&5
2992 cat >conftest.$ac_ext <<_ACEOF
2995 cat confdefs.h >>conftest.$ac_ext
2996 cat >>conftest.$ac_ext <<_ACEOF
2997 /* end confdefs.h. */
3007 rm -f conftest.$ac_objext
3008 if { (ac_try="$ac_compile"
3010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3011 *) ac_try_echo=$ac_try;;
3013 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3014 (eval "$ac_compile") 2>conftest.er1
3016 grep -v '^ *+' conftest.er1 >conftest.err
3018 cat conftest.err >&5
3019 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3020 (exit $ac_status); } && {
3021 test -z "$ac_c_werror_flag" ||
3022 test ! -s conftest.err
3023 } && test -s conftest.$ac_objext; then
3026 echo "$as_me: failed program was
:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3029 ac_c_werror_flag=$ac_save_c_werror_flag
3031 cat >conftest.$ac_ext <<_ACEOF
3034 cat confdefs.h >>conftest.$ac_ext
3035 cat >>conftest.$ac_ext <<_ACEOF
3036 /* end confdefs.h. */
3046 rm -f conftest.$ac_objext
3047 if { (ac_try="$ac_compile"
3049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050 *) ac_try_echo=$ac_try;;
3052 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3053 (eval "$ac_compile") 2>conftest.er1
3055 grep -v '^ *+' conftest.er1 >conftest.err
3057 cat conftest.err >&5
3058 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3059 (exit $ac_status); } && {
3060 test -z "$ac_c_werror_flag" ||
3061 test ! -s conftest.err
3062 } && test -s conftest.$ac_objext; then
3065 echo "$as_me: failed program was
:" >&5
3066 sed 's/^/| /' conftest.$ac_ext >&5
3071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078 ac_c_werror_flag=$ac_save_c_werror_flag
3080 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3081 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3082 if test "$ac_test_CFLAGS" = set; then
3083 CFLAGS=$ac_save_CFLAGS
3084 elif test $ac_cv_prog_cc_g = yes; then
3085 if test "$GCC" = yes; then
3091 if test "$GCC" = yes; then
3097 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3098 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3099 if test "${ac_cv_prog_cc_c89+set}" = set; then
3100 echo $ECHO_N "(cached
) $ECHO_C" >&6
3102 ac_cv_prog_cc_c89=no
3104 cat >conftest.$ac_ext <<_ACEOF
3107 cat confdefs.h >>conftest.$ac_ext
3108 cat >>conftest.$ac_ext <<_ACEOF
3109 /* end confdefs.h. */
3112 #include <sys/types.h>
3113 #include <sys/stat.h>
3114 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3115 struct buf { int x; };
3116 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3117 static char *e (p, i)
3123 static char *f (char * (*g) (char **, int), char **p, ...)
3128 s = g (p, va_arg (v,int));
3133 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3134 function prototypes and stuff, but not '\xHH' hex character constants.
3135 These don't provoke an error unfortunately, instead are silently treated
3136 as 'x'. The following induces an error, until -std is added to get
3137 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3138 array size at least. It's necessary to write '\x00'==0 to get something
3139 that's true only with -std. */
3140 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3142 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3143 inside strings and character constants. */
3145 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3147 int test (int i, double x);
3148 struct s1 {int (*f) (int a);};
3149 struct s2 {int (*f) (double a);};
3150 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3156 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3161 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3162 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3164 CC="$ac_save_CC $ac_arg"
3165 rm -f conftest.$ac_objext
3166 if { (ac_try="$ac_compile"
3168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3169 *) ac_try_echo=$ac_try;;
3171 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3172 (eval "$ac_compile") 2>conftest.er1
3174 grep -v '^ *+' conftest.er1 >conftest.err
3176 cat conftest.err >&5
3177 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3178 (exit $ac_status); } && {
3179 test -z "$ac_c_werror_flag" ||
3180 test ! -s conftest.err
3181 } && test -s conftest.$ac_objext; then
3182 ac_cv_prog_cc_c89=$ac_arg
3184 echo "$as_me: failed program was
:" >&5
3185 sed 's/^/| /' conftest.$ac_ext >&5
3190 rm -f core conftest.err conftest.$ac_objext
3191 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3193 rm -f conftest.$ac_ext
3198 case "x
$ac_cv_prog_cc_c89" in
3200 { echo "$as_me:$LINENO: result
: none needed
" >&5
3201 echo "${ECHO_T}none needed
" >&6; } ;;
3203 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3204 echo "${ECHO_T}unsupported
" >&6; } ;;
3206 CC="$CC $ac_cv_prog_cc_c89"
3207 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3208 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3213 ac_cpp='$CPP $CPPFLAGS'
3214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3219 ac_cpp='$CXXCPP $CPPFLAGS'
3220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223 if test -z "$CXX"; then
3224 if test -n "$CCC"; then
3227 if test -n "$ac_tool_prefix"; then
3228 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3230 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3231 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3232 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3233 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3234 if test "${ac_cv_prog_CXX+set}" = set; then
3235 echo $ECHO_N "(cached
) $ECHO_C" >&6
3237 if test -n "$CXX"; then
3238 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3244 test -z "$as_dir" && as_dir=.
3245 for ac_exec_ext in '' $ac_executable_extensions; do
3246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3248 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3258 if test -n "$CXX"; then
3259 { echo "$as_me:$LINENO: result
: $CXX" >&5
3260 echo "${ECHO_T}$CXX" >&6; }
3262 { echo "$as_me:$LINENO: result
: no
" >&5
3263 echo "${ECHO_T}no
" >&6; }
3267 test -n "$CXX" && break
3270 if test -z "$CXX"; then
3272 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3274 # Extract the first word of "$ac_prog", so it can be a program name with args.
3275 set dummy $ac_prog; ac_word=$2
3276 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3277 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3278 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3279 echo $ECHO_N "(cached
) $ECHO_C" >&6
3281 if test -n "$ac_ct_CXX"; then
3282 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3288 test -z "$as_dir" && as_dir=.
3289 for ac_exec_ext in '' $ac_executable_extensions; do
3290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3291 ac_cv_prog_ac_ct_CXX="$ac_prog"
3292 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3301 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3302 if test -n "$ac_ct_CXX"; then
3303 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3304 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3306 { echo "$as_me:$LINENO: result
: no
" >&5
3307 echo "${ECHO_T}no
" >&6; }
3311 test -n "$ac_ct_CXX" && break
3314 if test "x
$ac_ct_CXX" = x; then
3317 case $cross_compiling:$ac_tool_warned in
3319 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3320 whose name does not start with the
host triplet. If you think this
3321 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3322 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3323 whose name does not start with the
host triplet. If you think this
3324 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3325 ac_tool_warned=yes ;;
3333 # Provide some information about the compiler.
3334 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3335 ac_compiler=`set X $ac_compile; echo $2`
3336 { (ac_try="$ac_compiler --version >&5"
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3341 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler --version >&5") 2>&5
3344 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -v >&5"
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3351 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -v >&5") 2>&5
3354 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3355 (exit $ac_status); }
3356 { (ac_try="$ac_compiler -V >&5"
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3361 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3362 (eval "$ac_compiler -V >&5") 2>&5
3364 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3365 (exit $ac_status); }
3367 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3368 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3369 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3370 echo $ECHO_N "(cached
) $ECHO_C" >&6
3372 cat >conftest.$ac_ext <<_ACEOF
3375 cat confdefs.h >>conftest.$ac_ext
3376 cat >>conftest.$ac_ext <<_ACEOF
3377 /* end confdefs.h. */
3390 rm -f conftest.$ac_objext
3391 if { (ac_try="$ac_compile"
3393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3394 *) ac_try_echo=$ac_try;;
3396 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3397 (eval "$ac_compile") 2>conftest.er1
3399 grep -v '^ *+' conftest.er1 >conftest.err
3401 cat conftest.err >&5
3402 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3403 (exit $ac_status); } && {
3404 test -z "$ac_cxx_werror_flag" ||
3405 test ! -s conftest.err
3406 } && test -s conftest.$ac_objext; then
3409 echo "$as_me: failed program was
:" >&5
3410 sed 's/^/| /' conftest.$ac_ext >&5
3415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3416 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3419 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3420 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3421 GXX=`test $ac_compiler_gnu = yes && echo yes`
3422 ac_test_CXXFLAGS=${CXXFLAGS+set}
3423 ac_save_CXXFLAGS=$CXXFLAGS
3424 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3425 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3426 if test "${ac_cv_prog_cxx_g+set}" = set; then
3427 echo $ECHO_N "(cached
) $ECHO_C" >&6
3429 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3430 ac_cxx_werror_flag=yes
3433 cat >conftest.$ac_ext <<_ACEOF
3436 cat confdefs.h >>conftest.$ac_ext
3437 cat >>conftest.$ac_ext <<_ACEOF
3438 /* end confdefs.h. */
3448 rm -f conftest.$ac_objext
3449 if { (ac_try="$ac_compile"
3451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3452 *) ac_try_echo=$ac_try;;
3454 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3455 (eval "$ac_compile") 2>conftest.er1
3457 grep -v '^ *+' conftest.er1 >conftest.err
3459 cat conftest.err >&5
3460 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3461 (exit $ac_status); } && {
3462 test -z "$ac_cxx_werror_flag" ||
3463 test ! -s conftest.err
3464 } && test -s conftest.$ac_objext; then
3465 ac_cv_prog_cxx_g=yes
3467 echo "$as_me: failed program was
:" >&5
3468 sed 's/^/| /' conftest.$ac_ext >&5
3471 cat >conftest.$ac_ext <<_ACEOF
3474 cat confdefs.h >>conftest.$ac_ext
3475 cat >>conftest.$ac_ext <<_ACEOF
3476 /* end confdefs.h. */
3486 rm -f conftest.$ac_objext
3487 if { (ac_try="$ac_compile"
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3492 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3493 (eval "$ac_compile") 2>conftest.er1
3495 grep -v '^ *+' conftest.er1 >conftest.err
3497 cat conftest.err >&5
3498 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3499 (exit $ac_status); } && {
3500 test -z "$ac_cxx_werror_flag" ||
3501 test ! -s conftest.err
3502 } && test -s conftest.$ac_objext; then
3505 echo "$as_me: failed program was
:" >&5
3506 sed 's/^/| /' conftest.$ac_ext >&5
3508 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3510 cat >conftest.$ac_ext <<_ACEOF
3513 cat confdefs.h >>conftest.$ac_ext
3514 cat >>conftest.$ac_ext <<_ACEOF
3515 /* end confdefs.h. */
3525 rm -f conftest.$ac_objext
3526 if { (ac_try="$ac_compile"
3528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529 *) ac_try_echo=$ac_try;;
3531 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3532 (eval "$ac_compile") 2>conftest.er1
3534 grep -v '^ *+' conftest.er1 >conftest.err
3536 cat conftest.err >&5
3537 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3538 (exit $ac_status); } && {
3539 test -z "$ac_cxx_werror_flag" ||
3540 test ! -s conftest.err
3541 } && test -s conftest.$ac_objext; then
3542 ac_cv_prog_cxx_g=yes
3544 echo "$as_me: failed program was
:" >&5
3545 sed 's/^/| /' conftest.$ac_ext >&5
3550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3557 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3559 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3560 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3561 if test "$ac_test_CXXFLAGS" = set; then
3562 CXXFLAGS=$ac_save_CXXFLAGS
3563 elif test $ac_cv_prog_cxx_g = yes; then
3564 if test "$GXX" = yes; then
3570 if test "$GXX" = yes; then
3577 ac_cpp='$CPP $CPPFLAGS'
3578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3582 if test -n "$ac_tool_prefix"; then
3583 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3584 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3585 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3586 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3587 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3588 echo $ECHO_N "(cached
) $ECHO_C" >&6
3590 if test -n "$CPPBIN"; then
3591 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3597 test -z "$as_dir" && as_dir=.
3598 for ac_exec_ext in '' $ac_executable_extensions; do
3599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3600 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3601 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3610 CPPBIN=$ac_cv_prog_CPPBIN
3611 if test -n "$CPPBIN"; then
3612 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3613 echo "${ECHO_T}$CPPBIN" >&6; }
3615 { echo "$as_me:$LINENO: result
: no
" >&5
3616 echo "${ECHO_T}no
" >&6; }
3621 if test -z "$ac_cv_prog_CPPBIN"; then
3622 ac_ct_CPPBIN=$CPPBIN
3623 # Extract the first word of "cpp
", so it can be a program name with args.
3624 set dummy cpp; ac_word=$2
3625 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3626 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3627 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3628 echo $ECHO_N "(cached
) $ECHO_C" >&6
3630 if test -n "$ac_ct_CPPBIN"; then
3631 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3637 test -z "$as_dir" && as_dir=.
3638 for ac_exec_ext in '' $ac_executable_extensions; do
3639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3640 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3641 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3650 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3651 if test -n "$ac_ct_CPPBIN"; then
3652 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3653 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3655 { echo "$as_me:$LINENO: result
: no
" >&5
3656 echo "${ECHO_T}no
" >&6; }
3659 if test "x
$ac_ct_CPPBIN" = x; then
3662 case $cross_compiling:$ac_tool_warned in
3664 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3665 whose name does not start with the
host triplet. If you think this
3666 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3667 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3668 whose name does not start with the
host triplet. If you think this
3669 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3670 ac_tool_warned=yes ;;
3672 CPPBIN=$ac_ct_CPPBIN
3675 CPPBIN="$ac_cv_prog_CPPBIN"
3679 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3680 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3681 if test "${wine_cv_toolsdir+set}" = set; then
3682 echo $ECHO_N "(cached
) $ECHO_C" >&6
3684 if test -z "$with_wine_tools"; then
3685 if test "$cross_compiling" = "yes"; then
3686 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3687 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3688 { (exit 1); exit 1; }; }
3690 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3692 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3693 case $with_wine_tools in
3694 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3695 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3698 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3699 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3700 { (exit 1); exit 1; }; }
3703 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3704 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3705 TOOLSDIR=$wine_cv_toolsdir
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3714 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3715 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3716 # On Suns, sometimes $CPP names a directory.
3717 if test -n "$CPP" && test -d "$CPP"; then
3720 if test -z "$CPP"; then
3721 if test "${ac_cv_prog_CPP+set}" = set; then
3722 echo $ECHO_N "(cached
) $ECHO_C" >&6
3724 # Double quotes because CPP needs to be expanded
3725 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3728 for ac_c_preproc_warn_flag in '' yes
3730 # Use a header file that comes with gcc, so configuring glibc
3731 # with a fresh cross-compiler works.
3732 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3733 # <limits.h> exists even on freestanding compilers.
3734 # On the NeXT, cc -E runs the code through the compiler's parser,
3735 # not just through cpp. "Syntax error
" is here to catch this case.
3736 cat >conftest.$ac_ext <<_ACEOF
3739 cat confdefs.h >>conftest.$ac_ext
3740 cat >>conftest.$ac_ext <<_ACEOF
3741 /* end confdefs.h. */
3743 # include <limits.h>
3745 # include <assert.h>
3749 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3752 *) ac_try_echo=$ac_try;;
3754 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3755 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3757 grep -v '^ *+' conftest.er1 >conftest.err
3759 cat conftest.err >&5
3760 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3761 (exit $ac_status); } >/dev/null && {
3762 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3763 test ! -s conftest.err
3767 echo "$as_me: failed program was
:" >&5
3768 sed 's/^/| /' conftest.$ac_ext >&5
3770 # Broken: fails on valid input.
3774 rm -f conftest.err conftest.$ac_ext
3776 # OK, works on sane cases. Now check whether nonexistent headers
3777 # can be detected and how.
3778 cat >conftest.$ac_ext <<_ACEOF
3781 cat confdefs.h >>conftest.$ac_ext
3782 cat >>conftest.$ac_ext <<_ACEOF
3783 /* end confdefs.h. */
3784 #include <ac_nonexistent.h>
3786 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3789 *) ac_try_echo=$ac_try;;
3791 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3792 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3794 grep -v '^ *+' conftest.er1 >conftest.err
3796 cat conftest.err >&5
3797 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3798 (exit $ac_status); } >/dev/null && {
3799 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3800 test ! -s conftest.err
3802 # Broken: success on invalid input.
3805 echo "$as_me: failed program was
:" >&5
3806 sed 's/^/| /' conftest.$ac_ext >&5
3808 # Passes both tests.
3813 rm -f conftest.err conftest.$ac_ext
3816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3817 rm -f conftest.err conftest.$ac_ext
3818 if $ac_preproc_ok; then
3830 { echo "$as_me:$LINENO: result
: $CPP" >&5
3831 echo "${ECHO_T}$CPP" >&6; }
3833 for ac_c_preproc_warn_flag in '' yes
3835 # Use a header file that comes with gcc, so configuring glibc
3836 # with a fresh cross-compiler works.
3837 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3838 # <limits.h> exists even on freestanding compilers.
3839 # On the NeXT, cc -E runs the code through the compiler's parser,
3840 # not just through cpp. "Syntax error
" is here to catch this case.
3841 cat >conftest.$ac_ext <<_ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3846 /* end confdefs.h. */
3848 # include <limits.h>
3850 # include <assert.h>
3854 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3857 *) ac_try_echo=$ac_try;;
3859 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3860 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3862 grep -v '^ *+' conftest.er1 >conftest.err
3864 cat conftest.err >&5
3865 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3866 (exit $ac_status); } >/dev/null && {
3867 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3868 test ! -s conftest.err
3872 echo "$as_me: failed program was
:" >&5
3873 sed 's/^/| /' conftest.$ac_ext >&5
3875 # Broken: fails on valid input.
3879 rm -f conftest.err conftest.$ac_ext
3881 # OK, works on sane cases. Now check whether nonexistent headers
3882 # can be detected and how.
3883 cat >conftest.$ac_ext <<_ACEOF
3886 cat confdefs.h >>conftest.$ac_ext
3887 cat >>conftest.$ac_ext <<_ACEOF
3888 /* end confdefs.h. */
3889 #include <ac_nonexistent.h>
3891 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3894 *) ac_try_echo=$ac_try;;
3896 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3897 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3899 grep -v '^ *+' conftest.er1 >conftest.err
3901 cat conftest.err >&5
3902 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3903 (exit $ac_status); } >/dev/null && {
3904 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3905 test ! -s conftest.err
3907 # Broken: success on invalid input.
3910 echo "$as_me: failed program was
:" >&5
3911 sed 's/^/| /' conftest.$ac_ext >&5
3913 # Passes both tests.
3918 rm -f conftest.err conftest.$ac_ext
3921 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3922 rm -f conftest.err conftest.$ac_ext
3923 if $ac_preproc_ok; then
3926 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3927 See \
`config.log' for more details." >&5
3928 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3929 See \`config.log
' for more details." >&2;}
3930 { (exit 1); exit 1; }; }
3934 ac_cpp='$CPP $CPPFLAGS'
3935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3936 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3940 { echo "$as_me:$LINENO: checking for X" >&5
3941 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3944 # Check whether --with-x was given.
3945 if test "${with_x+set}" = set; then
3949 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3950 if test "x$with_x" = xno; then
3951 # The user explicitly disabled X.
3954 case $x_includes,$x_libraries in #(
3955 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3956 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3957 { (exit 1); exit 1; }; };; #(
3958 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3959 echo $ECHO_N "(cached) $ECHO_C" >&6
3961 # One or both of the vars are not set, and there is no cached value.
3962 ac_x_includes=no ac_x_libraries=no
3963 rm -f -r conftest.dir
3964 if mkdir conftest.dir; then
3966 cat >Imakefile <<'_ACEOF'
3968 @echo incroot='${INCROOT}'
3970 @echo usrlibdir='${USRLIBDIR}'
3972 @echo libdir='${LIBDIR}'
3974 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3976 for ac_var in incroot usrlibdir libdir; do
3977 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3979 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3980 for ac_extension in a so sl; do
3981 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3982 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3983 ac_im_usrlibdir=$ac_im_libdir; break
3986 # Screen out bogus values from the imake configuration. They are
3987 # bogus both because they are the default anyway, and because
3988 # using them would break gcc on systems where it needs fixed includes.
3989 case $ac_im_incroot in
3990 /usr/include) ac_x_includes= ;;
3991 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3993 case $ac_im_usrlibdir in
3995 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3999 rm -f -r conftest.dir
4002 # Standard set of common directories for X headers.
4003 # Check X11 before X11Rn because it is often a symlink to the current release.
4015 /usr
/local
/X11
/include
4016 /usr
/local
/X11R
6/include
4017 /usr
/local
/X11R
5/include
4018 /usr
/local
/X11R
4/include
4020 /usr
/local
/include
/X11
4021 /usr
/local
/include
/X11R6
4022 /usr
/local
/include
/X11R5
4023 /usr
/local
/include
/X11R4
4027 /usr
/XFree86
/include
/X11
4031 /usr
/unsupported
/include
4033 /usr
/local
/x11r
5/include
4034 /usr
/lpp
/Xamples
/include
4036 /usr
/openwin
/include
4037 /usr
/openwin
/share
/include
'
4039 if test "$ac_x_includes" = no; then
4040 # Guess where to find include files, by looking for Xlib.h.
4041 # First, try using that file with no special directory specified.
4042 cat >conftest.$ac_ext <<_ACEOF
4045 cat confdefs.h >>conftest.$ac_ext
4046 cat >>conftest.$ac_ext <<_ACEOF
4047 /* end confdefs.h. */
4048 #include <X11/Xlib.h>
4050 if { (ac_try="$ac_cpp conftest.$ac_ext"
4052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4053 *) ac_try_echo=$ac_try;;
4055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4058 grep -v '^
*+' conftest.er1 >conftest.err
4060 cat conftest.err >&5
4061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062 (exit $ac_status); } >/dev/null && {
4063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4064 test ! -s conftest.err
4066 # We can compile using X headers with no special include directory.
4069 echo "$as_me: failed program was:" >&5
4070 sed 's
/^
/|
/' conftest.$ac_ext >&5
4072 for ac_dir in $ac_x_header_dirs; do
4073 if test -r "$ac_dir/X11/Xlib.h"; then
4074 ac_x_includes=$ac_dir
4080 rm -f conftest.err conftest.$ac_ext
4081 fi # $ac_x_includes = no
4083 if test "$ac_x_libraries" = no; then
4084 # Check for the libraries.
4085 # See if we find them without any special options.
4086 # Don't add to
$LIBS permanently.
4089 cat >conftest.
$ac_ext <<_ACEOF
4092 cat confdefs.h
>>conftest.
$ac_ext
4093 cat >>conftest.
$ac_ext <<_ACEOF
4094 /* end confdefs.h. */
4095 #include <X11/Xlib.h>
4104 rm -f conftest.
$ac_objext conftest
$ac_exeext
4105 if { (ac_try
="$ac_link"
4107 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4108 *) ac_try_echo=$ac_try;;
4110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4111 (eval "$ac_link") 2>conftest.er1
4113 grep -v '^ *+' conftest.er1 >conftest.err
4115 cat conftest.err >&5
4116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4117 (exit $ac_status); } && {
4118 test -z "$ac_c_werror_flag" ||
4119 test ! -s conftest.err
4120 } && test -s conftest$ac_exeext &&
4121 $as_test_x conftest$ac_exeext; then
4123 # We can link X programs with no special library path.
4126 echo "$as_me: failed program was:" >&5
4127 sed 's/^/| /' conftest.$ac_ext >&5
4130 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4132 # Don't even attempt the hair of trying to link an X program!
4133 for ac_extension in a so sl; do
4134 if test -r "$ac_dir/libX11.$ac_extension"; then
4135 ac_x_libraries=$ac_dir
4142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4143 conftest$ac_exeext conftest.$ac_ext
4144 fi # $ac_x_libraries = no
4146 case $ac_x_includes,$ac_x_libraries in #(
4148 # Didn't find X, or a directory has "'" in its name.
4149 ac_cv_have_x="have_x=no";; #(
4151 # Record where we found X for the cache.
4152 ac_cv_have_x="have_x=yes\
4153 ac_x_includes='$ac_x_includes'\
4154 ac_x_libraries='$ac_x_libraries'"
4160 eval "$ac_cv_have_x"
4163 if test "$have_x" != yes; then
4164 { echo "$as_me:$LINENO: result: $have_x" >&5
4165 echo "${ECHO_T}$have_x" >&6; }
4168 # If each of the values was on the command line, it overrides each guess.
4169 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4170 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4171 # Update the cache value to reflect the command line values.
4172 ac_cv_have_x="have_x=yes\
4173 ac_x_includes='$x_includes'\
4174 ac_x_libraries='$x_libraries'"
4175 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4176 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4179 if test "$no_x" = yes; then
4180 # Not all programs may use this symbol, but it does not hurt to define it.
4182 cat >>confdefs.h <<\_ACEOF
4183 #define X_DISPLAY_MISSING 1
4186 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4188 if test -n "$x_includes"; then
4189 X_CFLAGS="$X_CFLAGS -I$x_includes"
4192 # It would also be nice to do this for all -L options, not just this one.
4193 if test -n "$x_libraries"; then
4194 X_LIBS="$X_LIBS -L$x_libraries"
4195 # For Solaris; some versions of Sun CC require a space after -R and
4196 # others require no space. Words are not sufficient . . . .
4197 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4198 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4199 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4200 ac_xsave_c_werror_flag=$ac_c_werror_flag
4201 ac_c_werror_flag=yes
4202 cat >conftest.$ac_ext <<_ACEOF
4205 cat confdefs.h >>conftest.$ac_ext
4206 cat >>conftest.$ac_ext <<_ACEOF
4207 /* end confdefs.h. */
4217 rm -f conftest.$ac_objext conftest$ac_exeext
4218 if { (ac_try="$ac_link"
4220 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4221 *) ac_try_echo
=$ac_try;;
4223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4224 (eval "$ac_link") 2>conftest.er1
4226 grep -v '^ *+' conftest.er1
>conftest.err
4228 cat conftest.err
>&5
4229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230 (exit $ac_status); } && {
4231 test -z "$ac_c_werror_flag" ||
4232 test ! -s conftest.err
4233 } && test -s conftest
$ac_exeext &&
4234 $as_test_x conftest
$ac_exeext; then
4235 { echo "$as_me:$LINENO: result: no" >&5
4236 echo "${ECHO_T}no" >&6; }
4237 X_LIBS
="$X_LIBS -R$x_libraries"
4239 echo "$as_me: failed program was:" >&5
4240 sed 's/^/| /' conftest.
$ac_ext >&5
4242 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4243 cat >conftest.
$ac_ext <<_ACEOF
4246 cat confdefs.h
>>conftest.
$ac_ext
4247 cat >>conftest.
$ac_ext <<_ACEOF
4248 /* end confdefs.h. */
4258 rm -f conftest.
$ac_objext conftest
$ac_exeext
4259 if { (ac_try
="$ac_link"
4261 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4262 *) ac_try_echo=$ac_try;;
4264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4265 (eval "$ac_link") 2>conftest.er1
4267 grep -v '^ *+' conftest.er1 >conftest.err
4269 cat conftest.err >&5
4270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271 (exit $ac_status); } && {
4272 test -z "$ac_c_werror_flag" ||
4273 test ! -s conftest.err
4274 } && test -s conftest$ac_exeext &&
4275 $as_test_x conftest$ac_exeext; then
4276 { echo "$as_me:$LINENO: result: yes" >&5
4277 echo "${ECHO_T}yes" >&6; }
4278 X_LIBS="$X_LIBS -R $x_libraries"
4280 echo "$as_me: failed program was:" >&5
4281 sed 's/^/| /' conftest.$ac_ext >&5
4283 { echo "$as_me:$LINENO: result: neither works" >&5
4284 echo "${ECHO_T}neither works" >&6; }
4287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4288 conftest$ac_exeext conftest.$ac_ext
4291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4292 conftest$ac_exeext conftest.$ac_ext
4293 ac_c_werror_flag=$ac_xsave_c_werror_flag
4297 # Check for system-dependent libraries X programs must link with.
4298 # Do this before checking for the system-independent R6 libraries
4299 # (-lICE), since we may need -lsocket or whatever for X linking.
4301 if test "$ISC" = yes; then
4302 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4304 # Martyn Johnson says this is needed for Ultrix, if the X
4305 # libraries were built with DECnet support. And Karl Berry says
4306 # the Alpha needs dnet_stub (dnet does not exist).
4307 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4308 cat >conftest.$ac_ext <<_ACEOF
4311 cat confdefs.h >>conftest.$ac_ext
4312 cat >>conftest.$ac_ext <<_ACEOF
4313 /* end confdefs.h. */
4315 /* Override any GCC internal prototype to avoid an error.
4316 Use char because int might match the return type of a GCC
4317 builtin and then its argument prototype would still apply. */
4321 char XOpenDisplay ();
4325 return XOpenDisplay ();
4330 rm -f conftest.$ac_objext conftest$ac_exeext
4331 if { (ac_try="$ac_link"
4333 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4334 *) ac_try_echo
=$ac_try;;
4336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4337 (eval "$ac_link") 2>conftest.er1
4339 grep -v '^ *+' conftest.er1
>conftest.err
4341 cat conftest.err
>&5
4342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343 (exit $ac_status); } && {
4344 test -z "$ac_c_werror_flag" ||
4345 test ! -s conftest.err
4346 } && test -s conftest
$ac_exeext &&
4347 $as_test_x conftest
$ac_exeext; then
4350 echo "$as_me: failed program was:" >&5
4351 sed 's/^/| /' conftest.
$ac_ext >&5
4353 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4354 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4355 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4356 echo $ECHO_N "(cached) $ECHO_C" >&6
4358 ac_check_lib_save_LIBS
=$LIBS
4360 cat >conftest.
$ac_ext <<_ACEOF
4363 cat confdefs.h
>>conftest.
$ac_ext
4364 cat >>conftest.
$ac_ext <<_ACEOF
4365 /* end confdefs.h. */
4367 /* Override any GCC internal prototype to avoid an error.
4368 Use char because int might match the return type of a GCC
4369 builtin and then its argument prototype would still apply. */
4377 return dnet_ntoa ();
4382 rm -f conftest.
$ac_objext conftest
$ac_exeext
4383 if { (ac_try
="$ac_link"
4385 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4386 *) ac_try_echo=$ac_try;;
4388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4389 (eval "$ac_link") 2>conftest.er1
4391 grep -v '^ *+' conftest.er1 >conftest.err
4393 cat conftest.err >&5
4394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4395 (exit $ac_status); } && {
4396 test -z "$ac_c_werror_flag" ||
4397 test ! -s conftest.err
4398 } && test -s conftest$ac_exeext &&
4399 $as_test_x conftest$ac_exeext; then
4400 ac_cv_lib_dnet_dnet_ntoa=yes
4402 echo "$as_me: failed program was:" >&5
4403 sed 's/^/| /' conftest.$ac_ext >&5
4405 ac_cv_lib_dnet_dnet_ntoa=no
4408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4409 conftest$ac_exeext conftest.$ac_ext
4410 LIBS=$ac_check_lib_save_LIBS
4412 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4413 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4414 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4415 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4418 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4419 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4420 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4421 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4422 echo $ECHO_N "(cached) $ECHO_C" >&6
4424 ac_check_lib_save_LIBS=$LIBS
4425 LIBS="-ldnet_stub $LIBS"
4426 cat >conftest.$ac_ext <<_ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h. */
4433 /* Override any GCC internal prototype to avoid an error.
4434 Use char because int might match the return type of a GCC
4435 builtin and then its argument prototype would still apply. */
4443 return dnet_ntoa ();
4448 rm -f conftest.$ac_objext conftest$ac_exeext
4449 if { (ac_try="$ac_link"
4451 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4452 *) ac_try_echo
=$ac_try;;
4454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4455 (eval "$ac_link") 2>conftest.er1
4457 grep -v '^ *+' conftest.er1
>conftest.err
4459 cat conftest.err
>&5
4460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461 (exit $ac_status); } && {
4462 test -z "$ac_c_werror_flag" ||
4463 test ! -s conftest.err
4464 } && test -s conftest
$ac_exeext &&
4465 $as_test_x conftest
$ac_exeext; then
4466 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4468 echo "$as_me: failed program was:" >&5
4469 sed 's/^/| /' conftest.
$ac_ext >&5
4471 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4474 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4475 conftest
$ac_exeext conftest.
$ac_ext
4476 LIBS
=$ac_check_lib_save_LIBS
4478 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4479 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4480 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4481 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4487 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4488 conftest
$ac_exeext conftest.
$ac_ext
4489 LIBS
="$ac_xsave_LIBS"
4491 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4492 # to get the SysV transport functions.
4493 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4495 # The nsl library prevents programs from opening the X display
4496 # on Irix 5.2, according to T.E. Dickey.
4497 # The functions gethostbyname, getservbyname, and inet_addr are
4498 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4499 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4500 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4501 if test "${ac_cv_func_gethostbyname+set}" = set; then
4502 echo $ECHO_N "(cached) $ECHO_C" >&6
4504 cat >conftest.
$ac_ext <<_ACEOF
4507 cat confdefs.h
>>conftest.
$ac_ext
4508 cat >>conftest.
$ac_ext <<_ACEOF
4509 /* end confdefs.h. */
4510 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4512 #define gethostbyname innocuous_gethostbyname
4514 /* System header to define __stub macros and hopefully few prototypes,
4515 which can conflict with char gethostbyname (); below.
4516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4517 <limits.h> exists even on freestanding compilers. */
4520 # include <limits.h>
4522 # include <assert.h>
4525 #undef gethostbyname
4527 /* Override any GCC internal prototype to avoid an error.
4528 Use char because int might match the return type of a GCC
4529 builtin and then its argument prototype would still apply. */
4533 char gethostbyname ();
4534 /* The GNU C library defines this for functions which it implements
4535 to always fail with ENOSYS. Some functions are actually named
4536 something starting with __ and the normal name is an alias. */
4537 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4544 return gethostbyname ();
4549 rm -f conftest.
$ac_objext conftest
$ac_exeext
4550 if { (ac_try
="$ac_link"
4552 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4553 *) ac_try_echo=$ac_try;;
4555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4556 (eval "$ac_link") 2>conftest.er1
4558 grep -v '^ *+' conftest.er1 >conftest.err
4560 cat conftest.err >&5
4561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4562 (exit $ac_status); } && {
4563 test -z "$ac_c_werror_flag" ||
4564 test ! -s conftest.err
4565 } && test -s conftest$ac_exeext &&
4566 $as_test_x conftest$ac_exeext; then
4567 ac_cv_func_gethostbyname=yes
4569 echo "$as_me: failed program was:" >&5
4570 sed 's/^/| /' conftest.$ac_ext >&5
4572 ac_cv_func_gethostbyname=no
4575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4576 conftest$ac_exeext conftest.$ac_ext
4578 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4579 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4581 if test $ac_cv_func_gethostbyname = no; then
4582 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4583 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4584 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4585 echo $ECHO_N "(cached) $ECHO_C" >&6
4587 ac_check_lib_save_LIBS=$LIBS
4589 cat >conftest.$ac_ext <<_ACEOF
4592 cat confdefs.h >>conftest.$ac_ext
4593 cat >>conftest.$ac_ext <<_ACEOF
4594 /* end confdefs.h. */
4596 /* Override any GCC internal prototype to avoid an error.
4597 Use char because int might match the return type of a GCC
4598 builtin and then its argument prototype would still apply. */
4602 char gethostbyname ();
4606 return gethostbyname ();
4611 rm -f conftest.$ac_objext conftest$ac_exeext
4612 if { (ac_try="$ac_link"
4614 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4615 *) ac_try_echo
=$ac_try;;
4617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4618 (eval "$ac_link") 2>conftest.er1
4620 grep -v '^ *+' conftest.er1
>conftest.err
4622 cat conftest.err
>&5
4623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4624 (exit $ac_status); } && {
4625 test -z "$ac_c_werror_flag" ||
4626 test ! -s conftest.err
4627 } && test -s conftest
$ac_exeext &&
4628 $as_test_x conftest
$ac_exeext; then
4629 ac_cv_lib_nsl_gethostbyname
=yes
4631 echo "$as_me: failed program was:" >&5
4632 sed 's/^/| /' conftest.
$ac_ext >&5
4634 ac_cv_lib_nsl_gethostbyname
=no
4637 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4638 conftest
$ac_exeext conftest.
$ac_ext
4639 LIBS
=$ac_check_lib_save_LIBS
4641 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4642 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4643 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4644 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4647 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4648 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4649 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4650 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4651 echo $ECHO_N "(cached) $ECHO_C" >&6
4653 ac_check_lib_save_LIBS
=$LIBS
4655 cat >conftest.
$ac_ext <<_ACEOF
4658 cat confdefs.h
>>conftest.
$ac_ext
4659 cat >>conftest.
$ac_ext <<_ACEOF
4660 /* end confdefs.h. */
4662 /* Override any GCC internal prototype to avoid an error.
4663 Use char because int might match the return type of a GCC
4664 builtin and then its argument prototype would still apply. */
4668 char gethostbyname ();
4672 return gethostbyname ();
4677 rm -f conftest.
$ac_objext conftest
$ac_exeext
4678 if { (ac_try
="$ac_link"
4680 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4681 *) ac_try_echo=$ac_try;;
4683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4684 (eval "$ac_link") 2>conftest.er1
4686 grep -v '^ *+' conftest.er1 >conftest.err
4688 cat conftest.err >&5
4689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4690 (exit $ac_status); } && {
4691 test -z "$ac_c_werror_flag" ||
4692 test ! -s conftest.err
4693 } && test -s conftest$ac_exeext &&
4694 $as_test_x conftest$ac_exeext; then
4695 ac_cv_lib_bsd_gethostbyname=yes
4697 echo "$as_me: failed program was:" >&5
4698 sed 's/^/| /' conftest.$ac_ext >&5
4700 ac_cv_lib_bsd_gethostbyname=no
4703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4704 conftest$ac_exeext conftest.$ac_ext
4705 LIBS=$ac_check_lib_save_LIBS
4707 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4708 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4709 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4710 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4716 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4717 # socket/setsockopt and other routines are undefined under SCO ODT
4718 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4719 # on later versions), says Simon Leinen: it contains gethostby*
4720 # variants that don't use the name server (or something). -lsocket
4721 # must be given before -lnsl if both are needed. We assume that
4722 # if connect needs -lnsl, so does gethostbyname.
4723 { echo "$as_me:$LINENO: checking for connect" >&5
4724 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4725 if test "${ac_cv_func_connect+set}" = set; then
4726 echo $ECHO_N "(cached) $ECHO_C" >&6
4728 cat >conftest.$ac_ext <<_ACEOF
4731 cat confdefs.h >>conftest.$ac_ext
4732 cat >>conftest.$ac_ext <<_ACEOF
4733 /* end confdefs.h. */
4734 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4735 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4736 #define connect innocuous_connect
4738 /* System header to define __stub macros and hopefully few prototypes,
4739 which can conflict with char connect (); below.
4740 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4741 <limits.h> exists even on freestanding compilers. */
4744 # include <limits.h>
4746 # include <assert.h>
4751 /* Override any GCC internal prototype to avoid an error.
4752 Use char because int might match the return type of a GCC
4753 builtin and then its argument prototype would still apply. */
4758 /* The GNU C library defines this for functions which it implements
4759 to always fail with ENOSYS. Some functions are actually named
4760 something starting with __ and the normal name is an alias. */
4761 #if defined __stub_connect || defined __stub___connect
4773 rm -f conftest.$ac_objext conftest$ac_exeext
4774 if { (ac_try="$ac_link"
4776 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4777 *) ac_try_echo
=$ac_try;;
4779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4780 (eval "$ac_link") 2>conftest.er1
4782 grep -v '^ *+' conftest.er1
>conftest.err
4784 cat conftest.err
>&5
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); } && {
4787 test -z "$ac_c_werror_flag" ||
4788 test ! -s conftest.err
4789 } && test -s conftest
$ac_exeext &&
4790 $as_test_x conftest
$ac_exeext; then
4791 ac_cv_func_connect
=yes
4793 echo "$as_me: failed program was:" >&5
4794 sed 's/^/| /' conftest.
$ac_ext >&5
4796 ac_cv_func_connect
=no
4799 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4800 conftest
$ac_exeext conftest.
$ac_ext
4802 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4803 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4805 if test $ac_cv_func_connect = no
; then
4806 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4807 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4808 if test "${ac_cv_lib_socket_connect+set}" = set; then
4809 echo $ECHO_N "(cached) $ECHO_C" >&6
4811 ac_check_lib_save_LIBS
=$LIBS
4812 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4813 cat >conftest.
$ac_ext <<_ACEOF
4816 cat confdefs.h
>>conftest.
$ac_ext
4817 cat >>conftest.
$ac_ext <<_ACEOF
4818 /* end confdefs.h. */
4820 /* Override any GCC internal prototype to avoid an error.
4821 Use char because int might match the return type of a GCC
4822 builtin and then its argument prototype would still apply. */
4835 rm -f conftest.
$ac_objext conftest
$ac_exeext
4836 if { (ac_try
="$ac_link"
4838 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4839 *) ac_try_echo=$ac_try;;
4841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4842 (eval "$ac_link") 2>conftest.er1
4844 grep -v '^ *+' conftest.er1 >conftest.err
4846 cat conftest.err >&5
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848 (exit $ac_status); } && {
4849 test -z "$ac_c_werror_flag" ||
4850 test ! -s conftest.err
4851 } && test -s conftest$ac_exeext &&
4852 $as_test_x conftest$ac_exeext; then
4853 ac_cv_lib_socket_connect=yes
4855 echo "$as_me: failed program was:" >&5
4856 sed 's/^/| /' conftest.$ac_ext >&5
4858 ac_cv_lib_socket_connect=no
4861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4862 conftest$ac_exeext conftest.$ac_ext
4863 LIBS=$ac_check_lib_save_LIBS
4865 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4866 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4867 if test $ac_cv_lib_socket_connect = yes; then
4868 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4873 # Guillermo Gomez says -lposix is necessary on A/UX.
4874 { echo "$as_me:$LINENO: checking for remove" >&5
4875 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4876 if test "${ac_cv_func_remove+set}" = set; then
4877 echo $ECHO_N "(cached) $ECHO_C" >&6
4879 cat >conftest.$ac_ext <<_ACEOF
4882 cat confdefs.h >>conftest.$ac_ext
4883 cat >>conftest.$ac_ext <<_ACEOF
4884 /* end confdefs.h. */
4885 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4886 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4887 #define remove innocuous_remove
4889 /* System header to define __stub macros and hopefully few prototypes,
4890 which can conflict with char remove (); below.
4891 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4892 <limits.h> exists even on freestanding compilers. */
4895 # include <limits.h>
4897 # include <assert.h>
4902 /* Override any GCC internal prototype to avoid an error.
4903 Use char because int might match the return type of a GCC
4904 builtin and then its argument prototype would still apply. */
4909 /* The GNU C library defines this for functions which it implements
4910 to always fail with ENOSYS. Some functions are actually named
4911 something starting with __ and the normal name is an alias. */
4912 #if defined __stub_remove || defined __stub___remove
4924 rm -f conftest.$ac_objext conftest$ac_exeext
4925 if { (ac_try="$ac_link"
4927 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4928 *) ac_try_echo
=$ac_try;;
4930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4931 (eval "$ac_link") 2>conftest.er1
4933 grep -v '^ *+' conftest.er1
>conftest.err
4935 cat conftest.err
>&5
4936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937 (exit $ac_status); } && {
4938 test -z "$ac_c_werror_flag" ||
4939 test ! -s conftest.err
4940 } && test -s conftest
$ac_exeext &&
4941 $as_test_x conftest
$ac_exeext; then
4942 ac_cv_func_remove
=yes
4944 echo "$as_me: failed program was:" >&5
4945 sed 's/^/| /' conftest.
$ac_ext >&5
4947 ac_cv_func_remove
=no
4950 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4951 conftest
$ac_exeext conftest.
$ac_ext
4953 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4954 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4956 if test $ac_cv_func_remove = no
; then
4957 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4958 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4959 if test "${ac_cv_lib_posix_remove+set}" = set; then
4960 echo $ECHO_N "(cached) $ECHO_C" >&6
4962 ac_check_lib_save_LIBS
=$LIBS
4963 LIBS
="-lposix $LIBS"
4964 cat >conftest.
$ac_ext <<_ACEOF
4967 cat confdefs.h
>>conftest.
$ac_ext
4968 cat >>conftest.
$ac_ext <<_ACEOF
4969 /* end confdefs.h. */
4971 /* Override any GCC internal prototype to avoid an error.
4972 Use char because int might match the return type of a GCC
4973 builtin and then its argument prototype would still apply. */
4986 rm -f conftest.
$ac_objext conftest
$ac_exeext
4987 if { (ac_try
="$ac_link"
4989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4990 *) ac_try_echo=$ac_try;;
4992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4993 (eval "$ac_link") 2>conftest.er1
4995 grep -v '^ *+' conftest.er1 >conftest.err
4997 cat conftest.err >&5
4998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } && {
5000 test -z "$ac_c_werror_flag" ||
5001 test ! -s conftest.err
5002 } && test -s conftest$ac_exeext &&
5003 $as_test_x conftest$ac_exeext; then
5004 ac_cv_lib_posix_remove=yes
5006 echo "$as_me: failed program was:" >&5
5007 sed 's/^/| /' conftest.$ac_ext >&5
5009 ac_cv_lib_posix_remove=no
5012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5013 conftest$ac_exeext conftest.$ac_ext
5014 LIBS=$ac_check_lib_save_LIBS
5016 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5017 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5018 if test $ac_cv_lib_posix_remove = yes; then
5019 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5024 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5025 { echo "$as_me:$LINENO: checking for shmat" >&5
5026 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5027 if test "${ac_cv_func_shmat+set}" = set; then
5028 echo $ECHO_N "(cached) $ECHO_C" >&6
5030 cat >conftest.$ac_ext <<_ACEOF
5033 cat confdefs.h >>conftest.$ac_ext
5034 cat >>conftest.$ac_ext <<_ACEOF
5035 /* end confdefs.h. */
5036 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5037 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5038 #define shmat innocuous_shmat
5040 /* System header to define __stub macros and hopefully few prototypes,
5041 which can conflict with char shmat (); below.
5042 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5043 <limits.h> exists even on freestanding compilers. */
5046 # include <limits.h>
5048 # include <assert.h>
5053 /* Override any GCC internal prototype to avoid an error.
5054 Use char because int might match the return type of a GCC
5055 builtin and then its argument prototype would still apply. */
5060 /* The GNU C library defines this for functions which it implements
5061 to always fail with ENOSYS. Some functions are actually named
5062 something starting with __ and the normal name is an alias. */
5063 #if defined __stub_shmat || defined __stub___shmat
5075 rm -f conftest.$ac_objext conftest$ac_exeext
5076 if { (ac_try="$ac_link"
5078 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5079 *) ac_try_echo
=$ac_try;;
5081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5082 (eval "$ac_link") 2>conftest.er1
5084 grep -v '^ *+' conftest.er1
>conftest.err
5086 cat conftest.err
>&5
5087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088 (exit $ac_status); } && {
5089 test -z "$ac_c_werror_flag" ||
5090 test ! -s conftest.err
5091 } && test -s conftest
$ac_exeext &&
5092 $as_test_x conftest
$ac_exeext; then
5093 ac_cv_func_shmat
=yes
5095 echo "$as_me: failed program was:" >&5
5096 sed 's/^/| /' conftest.
$ac_ext >&5
5101 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5102 conftest
$ac_exeext conftest.
$ac_ext
5104 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5105 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5107 if test $ac_cv_func_shmat = no
; then
5108 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5109 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5110 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5111 echo $ECHO_N "(cached) $ECHO_C" >&6
5113 ac_check_lib_save_LIBS
=$LIBS
5115 cat >conftest.
$ac_ext <<_ACEOF
5118 cat confdefs.h
>>conftest.
$ac_ext
5119 cat >>conftest.
$ac_ext <<_ACEOF
5120 /* end confdefs.h. */
5122 /* Override any GCC internal prototype to avoid an error.
5123 Use char because int might match the return type of a GCC
5124 builtin and then its argument prototype would still apply. */
5137 rm -f conftest.
$ac_objext conftest
$ac_exeext
5138 if { (ac_try
="$ac_link"
5140 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5141 *) ac_try_echo=$ac_try;;
5143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5144 (eval "$ac_link") 2>conftest.er1
5146 grep -v '^ *+' conftest.er1 >conftest.err
5148 cat conftest.err >&5
5149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150 (exit $ac_status); } && {
5151 test -z "$ac_c_werror_flag" ||
5152 test ! -s conftest.err
5153 } && test -s conftest$ac_exeext &&
5154 $as_test_x conftest$ac_exeext; then
5155 ac_cv_lib_ipc_shmat=yes
5157 echo "$as_me: failed program was:" >&5
5158 sed 's/^/| /' conftest.$ac_ext >&5
5160 ac_cv_lib_ipc_shmat=no
5163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5164 conftest$ac_exeext conftest.$ac_ext
5165 LIBS=$ac_check_lib_save_LIBS
5167 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5168 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5169 if test $ac_cv_lib_ipc_shmat = yes; then
5170 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5176 # Check for libraries that X11R6 Xt/Xaw programs need.
5177 ac_save_LDFLAGS=$LDFLAGS
5178 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5179 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5180 # check for ICE first), but we must link in the order -lSM -lICE or
5181 # we get undefined symbols. So assume we have SM if we have ICE.
5182 # These have to be linked with before -lX11, unlike the other
5183 # libraries we check for below, so use a different variable.
5184 # John Interrante, Karl Berry
5185 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5186 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5187 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5188 echo $ECHO_N "(cached) $ECHO_C" >&6
5190 ac_check_lib_save_LIBS=$LIBS
5191 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5192 cat >conftest.$ac_ext <<_ACEOF
5195 cat confdefs.h >>conftest.$ac_ext
5196 cat >>conftest.$ac_ext <<_ACEOF
5197 /* end confdefs.h. */
5199 /* Override any GCC internal prototype to avoid an error.
5200 Use char because int might match the return type of a GCC
5201 builtin and then its argument prototype would still apply. */
5205 char IceConnectionNumber ();
5209 return IceConnectionNumber ();
5214 rm -f conftest.$ac_objext conftest$ac_exeext
5215 if { (ac_try="$ac_link"
5217 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5218 *) ac_try_echo
=$ac_try;;
5220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5221 (eval "$ac_link") 2>conftest.er1
5223 grep -v '^ *+' conftest.er1
>conftest.err
5225 cat conftest.err
>&5
5226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5227 (exit $ac_status); } && {
5228 test -z "$ac_c_werror_flag" ||
5229 test ! -s conftest.err
5230 } && test -s conftest
$ac_exeext &&
5231 $as_test_x conftest
$ac_exeext; then
5232 ac_cv_lib_ICE_IceConnectionNumber
=yes
5234 echo "$as_me: failed program was:" >&5
5235 sed 's/^/| /' conftest.
$ac_ext >&5
5237 ac_cv_lib_ICE_IceConnectionNumber
=no
5240 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5241 conftest
$ac_exeext conftest.
$ac_ext
5242 LIBS
=$ac_check_lib_save_LIBS
5244 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5245 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5246 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5247 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5250 LDFLAGS
=$ac_save_LDFLAGS
5257 # Extract the first word of "$ac_prog", so it can be a program name with args.
5258 set dummy
$ac_prog; ac_word
=$2
5259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5261 if test "${ac_cv_prog_FLEX+set}" = set; then
5262 echo $ECHO_N "(cached) $ECHO_C" >&6
5264 if test -n "$FLEX"; then
5265 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5267 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5271 test -z "$as_dir" && as_dir
=.
5272 for ac_exec_ext
in '' $ac_executable_extensions; do
5273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5274 ac_cv_prog_FLEX
="$ac_prog"
5275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 FLEX
=$ac_cv_prog_FLEX
5285 if test -n "$FLEX"; then
5286 { echo "$as_me:$LINENO: result: $FLEX" >&5
5287 echo "${ECHO_T}$FLEX" >&6; }
5289 { echo "$as_me:$LINENO: result: no" >&5
5290 echo "${ECHO_T}no" >&6; }
5294 test -n "$FLEX" && break
5296 test -n "$FLEX" || FLEX
="none"
5298 if test "$FLEX" = "none"
5300 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5301 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5302 { (exit 1); exit 1; }; }
5305 for ac_prog
in bison
5307 # Extract the first word of "$ac_prog", so it can be a program name with args.
5308 set dummy
$ac_prog; ac_word
=$2
5309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5311 if test "${ac_cv_prog_BISON+set}" = set; then
5312 echo $ECHO_N "(cached) $ECHO_C" >&6
5314 if test -n "$BISON"; then
5315 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5317 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5321 test -z "$as_dir" && as_dir
=.
5322 for ac_exec_ext
in '' $ac_executable_extensions; do
5323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5324 ac_cv_prog_BISON
="$ac_prog"
5325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5334 BISON
=$ac_cv_prog_BISON
5335 if test -n "$BISON"; then
5336 { echo "$as_me:$LINENO: result: $BISON" >&5
5337 echo "${ECHO_T}$BISON" >&6; }
5339 { echo "$as_me:$LINENO: result: no" >&5
5340 echo "${ECHO_T}no" >&6; }
5344 test -n "$BISON" && break
5346 test -n "$BISON" || BISON
="none"
5348 if test "$BISON" = "none"
5350 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5351 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5352 { (exit 1); exit 1; }; }
5355 if test -n "$ac_tool_prefix"; then
5356 for ac_prog
in gas as
5358 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5359 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5362 if test "${ac_cv_prog_AS+set}" = set; then
5363 echo $ECHO_N "(cached) $ECHO_C" >&6
5365 if test -n "$AS"; then
5366 ac_cv_prog_AS
="$AS" # Let the user override the test.
5368 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5372 test -z "$as_dir" && as_dir
=.
5373 for ac_exec_ext
in '' $ac_executable_extensions; do
5374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5375 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5386 if test -n "$AS"; then
5387 { echo "$as_me:$LINENO: result: $AS" >&5
5388 echo "${ECHO_T}$AS" >&6; }
5390 { echo "$as_me:$LINENO: result: no" >&5
5391 echo "${ECHO_T}no" >&6; }
5395 test -n "$AS" && break
5398 if test -z "$AS"; then
5400 for ac_prog
in gas as
5402 # Extract the first word of "$ac_prog", so it can be a program name with args.
5403 set dummy
$ac_prog; ac_word
=$2
5404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5406 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5407 echo $ECHO_N "(cached) $ECHO_C" >&6
5409 if test -n "$ac_ct_AS"; then
5410 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5412 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5416 test -z "$as_dir" && as_dir
=.
5417 for ac_exec_ext
in '' $ac_executable_extensions; do
5418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5419 ac_cv_prog_ac_ct_AS
="$ac_prog"
5420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5429 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5430 if test -n "$ac_ct_AS"; then
5431 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5432 echo "${ECHO_T}$ac_ct_AS" >&6; }
5434 { echo "$as_me:$LINENO: result: no" >&5
5435 echo "${ECHO_T}no" >&6; }
5439 test -n "$ac_ct_AS" && break
5442 if test "x$ac_ct_AS" = x
; then
5445 case $cross_compiling:$ac_tool_warned in
5447 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5448 whose name does not start with the host triplet. If you think this
5449 configuration is useful to you, please write to autoconf@gnu.org." >&5
5450 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5451 whose name does not start with the host triplet. If you think this
5452 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5453 ac_tool_warned
=yes ;;
5459 if test -n "$ac_tool_prefix"; then
5460 for ac_prog
in ld gld
5462 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5463 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5466 if test "${ac_cv_prog_LD+set}" = set; then
5467 echo $ECHO_N "(cached) $ECHO_C" >&6
5469 if test -n "$LD"; then
5470 ac_cv_prog_LD
="$LD" # Let the user override the test.
5472 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5476 test -z "$as_dir" && as_dir
=.
5477 for ac_exec_ext
in '' $ac_executable_extensions; do
5478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5479 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5490 if test -n "$LD"; then
5491 { echo "$as_me:$LINENO: result: $LD" >&5
5492 echo "${ECHO_T}$LD" >&6; }
5494 { echo "$as_me:$LINENO: result: no" >&5
5495 echo "${ECHO_T}no" >&6; }
5499 test -n "$LD" && break
5502 if test -z "$LD"; then
5504 for ac_prog
in ld gld
5506 # Extract the first word of "$ac_prog", so it can be a program name with args.
5507 set dummy
$ac_prog; ac_word
=$2
5508 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5510 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5511 echo $ECHO_N "(cached) $ECHO_C" >&6
5513 if test -n "$ac_ct_LD"; then
5514 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5520 test -z "$as_dir" && as_dir
=.
5521 for ac_exec_ext
in '' $ac_executable_extensions; do
5522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5523 ac_cv_prog_ac_ct_LD
="$ac_prog"
5524 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5533 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5534 if test -n "$ac_ct_LD"; then
5535 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5536 echo "${ECHO_T}$ac_ct_LD" >&6; }
5538 { echo "$as_me:$LINENO: result: no" >&5
5539 echo "${ECHO_T}no" >&6; }
5543 test -n "$ac_ct_LD" && break
5546 if test "x$ac_ct_LD" = x
; then
5549 case $cross_compiling:$ac_tool_warned in
5551 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5552 whose name does not start with the host triplet. If you think this
5553 configuration is useful to you, please write to autoconf@gnu.org." >&5
5554 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5555 whose name does not start with the host triplet. If you think this
5556 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5557 ac_tool_warned
=yes ;;
5563 if test -n "$ac_tool_prefix"; then
5564 for ac_prog
in nm gnm
5566 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5567 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5568 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5570 if test "${ac_cv_prog_NM+set}" = set; then
5571 echo $ECHO_N "(cached) $ECHO_C" >&6
5573 if test -n "$NM"; then
5574 ac_cv_prog_NM
="$NM" # Let the user override the test.
5576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5580 test -z "$as_dir" && as_dir
=.
5581 for ac_exec_ext
in '' $ac_executable_extensions; do
5582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5583 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5594 if test -n "$NM"; then
5595 { echo "$as_me:$LINENO: result: $NM" >&5
5596 echo "${ECHO_T}$NM" >&6; }
5598 { echo "$as_me:$LINENO: result: no" >&5
5599 echo "${ECHO_T}no" >&6; }
5603 test -n "$NM" && break
5606 if test -z "$NM"; then
5608 for ac_prog
in nm gnm
5610 # Extract the first word of "$ac_prog", so it can be a program name with args.
5611 set dummy
$ac_prog; ac_word
=$2
5612 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5614 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5615 echo $ECHO_N "(cached) $ECHO_C" >&6
5617 if test -n "$ac_ct_NM"; then
5618 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5620 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5624 test -z "$as_dir" && as_dir
=.
5625 for ac_exec_ext
in '' $ac_executable_extensions; do
5626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5627 ac_cv_prog_ac_ct_NM
="$ac_prog"
5628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5637 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5638 if test -n "$ac_ct_NM"; then
5639 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5640 echo "${ECHO_T}$ac_ct_NM" >&6; }
5642 { echo "$as_me:$LINENO: result: no" >&5
5643 echo "${ECHO_T}no" >&6; }
5647 test -n "$ac_ct_NM" && break
5650 if test "x$ac_ct_NM" = x
; then
5653 case $cross_compiling:$ac_tool_warned in
5655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5656 whose name does not start with the host triplet. If you think this
5657 configuration is useful to you, please write to autoconf@gnu.org." >&5
5658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5659 whose name does not start with the host triplet. If you think this
5660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5661 ac_tool_warned
=yes ;;
5667 if test -n "$ac_tool_prefix"; then
5668 for ac_prog
in ar gar
5670 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5671 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5672 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5674 if test "${ac_cv_prog_AR+set}" = set; then
5675 echo $ECHO_N "(cached) $ECHO_C" >&6
5677 if test -n "$AR"; then
5678 ac_cv_prog_AR
="$AR" # Let the user override the test.
5680 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5684 test -z "$as_dir" && as_dir
=.
5685 for ac_exec_ext
in '' $ac_executable_extensions; do
5686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5687 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5698 if test -n "$AR"; then
5699 { echo "$as_me:$LINENO: result: $AR" >&5
5700 echo "${ECHO_T}$AR" >&6; }
5702 { echo "$as_me:$LINENO: result: no" >&5
5703 echo "${ECHO_T}no" >&6; }
5707 test -n "$AR" && break
5710 if test -z "$AR"; then
5712 for ac_prog
in ar gar
5714 # Extract the first word of "$ac_prog", so it can be a program name with args.
5715 set dummy
$ac_prog; ac_word
=$2
5716 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5718 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5719 echo $ECHO_N "(cached) $ECHO_C" >&6
5721 if test -n "$ac_ct_AR"; then
5722 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5728 test -z "$as_dir" && as_dir
=.
5729 for ac_exec_ext
in '' $ac_executable_extensions; do
5730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5731 ac_cv_prog_ac_ct_AR
="$ac_prog"
5732 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5741 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5742 if test -n "$ac_ct_AR"; then
5743 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5744 echo "${ECHO_T}$ac_ct_AR" >&6; }
5746 { echo "$as_me:$LINENO: result: no" >&5
5747 echo "${ECHO_T}no" >&6; }
5751 test -n "$ac_ct_AR" && break
5754 if test "x$ac_ct_AR" = x
; then
5757 case $cross_compiling:$ac_tool_warned in
5759 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5760 whose name does not start with the host triplet. If you think this
5761 configuration is useful to you, please write to autoconf@gnu.org." >&5
5762 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5763 whose name does not start with the host triplet. If you think this
5764 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5765 ac_tool_warned
=yes ;;
5773 if test -n "$ac_tool_prefix"; then
5774 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5775 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5778 if test "${ac_cv_prog_RANLIB+set}" = set; then
5779 echo $ECHO_N "(cached) $ECHO_C" >&6
5781 if test -n "$RANLIB"; then
5782 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5784 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5788 test -z "$as_dir" && as_dir
=.
5789 for ac_exec_ext
in '' $ac_executable_extensions; do
5790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5791 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5792 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5801 RANLIB
=$ac_cv_prog_RANLIB
5802 if test -n "$RANLIB"; then
5803 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5804 echo "${ECHO_T}$RANLIB" >&6; }
5806 { echo "$as_me:$LINENO: result: no" >&5
5807 echo "${ECHO_T}no" >&6; }
5812 if test -z "$ac_cv_prog_RANLIB"; then
5813 ac_ct_RANLIB
=$RANLIB
5814 # Extract the first word of "ranlib", so it can be a program name with args.
5815 set dummy ranlib
; ac_word
=$2
5816 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5818 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5819 echo $ECHO_N "(cached) $ECHO_C" >&6
5821 if test -n "$ac_ct_RANLIB"; then
5822 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5828 test -z "$as_dir" && as_dir
=.
5829 for ac_exec_ext
in '' $ac_executable_extensions; do
5830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5831 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5841 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5842 if test -n "$ac_ct_RANLIB"; then
5843 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5844 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5846 { echo "$as_me:$LINENO: result: no" >&5
5847 echo "${ECHO_T}no" >&6; }
5850 if test "x$ac_ct_RANLIB" = x
; then
5853 case $cross_compiling:$ac_tool_warned in
5855 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5856 whose name does not start with the host triplet. If you think this
5857 configuration is useful to you, please write to autoconf@gnu.org." >&5
5858 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5859 whose name does not start with the host triplet. If you think this
5860 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5861 ac_tool_warned
=yes ;;
5863 RANLIB
=$ac_ct_RANLIB
5866 RANLIB
="$ac_cv_prog_RANLIB"
5869 if test -n "$ac_tool_prefix"; then
5870 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5871 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5872 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5874 if test "${ac_cv_prog_STRIP+set}" = set; then
5875 echo $ECHO_N "(cached) $ECHO_C" >&6
5877 if test -n "$STRIP"; then
5878 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5884 test -z "$as_dir" && as_dir
=.
5885 for ac_exec_ext
in '' $ac_executable_extensions; do
5886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5897 STRIP
=$ac_cv_prog_STRIP
5898 if test -n "$STRIP"; then
5899 { echo "$as_me:$LINENO: result: $STRIP" >&5
5900 echo "${ECHO_T}$STRIP" >&6; }
5902 { echo "$as_me:$LINENO: result: no" >&5
5903 echo "${ECHO_T}no" >&6; }
5908 if test -z "$ac_cv_prog_STRIP"; then
5910 # Extract the first word of "strip", so it can be a program name with args.
5911 set dummy strip
; ac_word
=$2
5912 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5914 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5915 echo $ECHO_N "(cached) $ECHO_C" >&6
5917 if test -n "$ac_ct_STRIP"; then
5918 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5920 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5924 test -z "$as_dir" && as_dir
=.
5925 for ac_exec_ext
in '' $ac_executable_extensions; do
5926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927 ac_cv_prog_ac_ct_STRIP
="strip"
5928 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5937 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5938 if test -n "$ac_ct_STRIP"; then
5939 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5940 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5942 { echo "$as_me:$LINENO: result: no" >&5
5943 echo "${ECHO_T}no" >&6; }
5946 if test "x$ac_ct_STRIP" = x
; then
5949 case $cross_compiling:$ac_tool_warned in
5951 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5952 whose name does not start with the host triplet. If you think this
5953 configuration is useful to you, please write to autoconf@gnu.org." >&5
5954 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5955 whose name does not start with the host triplet. If you think this
5956 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5957 ac_tool_warned
=yes ;;
5962 STRIP
="$ac_cv_prog_STRIP"
5965 if test -n "$ac_tool_prefix"; then
5966 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5967 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5970 if test "${ac_cv_prog_WINDRES+set}" = set; then
5971 echo $ECHO_N "(cached) $ECHO_C" >&6
5973 if test -n "$WINDRES"; then
5974 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5976 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5980 test -z "$as_dir" && as_dir
=.
5981 for ac_exec_ext
in '' $ac_executable_extensions; do
5982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5983 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5993 WINDRES
=$ac_cv_prog_WINDRES
5994 if test -n "$WINDRES"; then
5995 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5996 echo "${ECHO_T}$WINDRES" >&6; }
5998 { echo "$as_me:$LINENO: result: no" >&5
5999 echo "${ECHO_T}no" >&6; }
6004 if test -z "$ac_cv_prog_WINDRES"; then
6005 ac_ct_WINDRES
=$WINDRES
6006 # Extract the first word of "windres", so it can be a program name with args.
6007 set dummy windres
; ac_word
=$2
6008 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6010 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6011 echo $ECHO_N "(cached) $ECHO_C" >&6
6013 if test -n "$ac_ct_WINDRES"; then
6014 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6016 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6020 test -z "$as_dir" && as_dir
=.
6021 for ac_exec_ext
in '' $ac_executable_extensions; do
6022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6023 ac_cv_prog_ac_ct_WINDRES
="windres"
6024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6033 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6034 if test -n "$ac_ct_WINDRES"; then
6035 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6036 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6038 { echo "$as_me:$LINENO: result: no" >&5
6039 echo "${ECHO_T}no" >&6; }
6042 if test "x$ac_ct_WINDRES" = x
; then
6045 case $cross_compiling:$ac_tool_warned in
6047 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6048 whose name does not start with the host triplet. If you think this
6049 configuration is useful to you, please write to autoconf@gnu.org." >&5
6050 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6051 whose name does not start with the host triplet. If you think this
6052 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6053 ac_tool_warned
=yes ;;
6055 WINDRES
=$ac_ct_WINDRES
6058 WINDRES
="$ac_cv_prog_WINDRES"
6061 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6062 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6064 if test "$LN_S" = "ln -s"; then
6065 { echo "$as_me:$LINENO: result: yes" >&5
6066 echo "${ECHO_T}yes" >&6; }
6068 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6069 echo "${ECHO_T}no, using $LN_S" >&6; }
6072 { echo "$as_me:$LINENO: checking whether ln works" >&5
6073 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6074 rm -f conf$$ conf$$.
file
6076 if ln conf$$.
file conf$$
2>/dev
/null
; then
6079 { echo "$as_me:$LINENO: result: yes" >&5
6080 echo "${ECHO_T}yes" >&6; }
6084 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6085 echo "${ECHO_T}no, using $LN" >&6; }
6087 rm -f conf$$ conf$$.
file
6088 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6089 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6090 if test "${ac_cv_path_GREP+set}" = set; then
6091 echo $ECHO_N "(cached) $ECHO_C" >&6
6093 # Extract the first word of "grep ggrep" to use in msg output
6094 if test -z "$GREP"; then
6095 set dummy
grep ggrep
; ac_prog_name
=$2
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 ac_path_GREP_found
=false
6100 # Loop through the user's path and test for each of PROGNAME-LIST
6101 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6102 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6105 test -z "$as_dir" && as_dir
=.
6106 for ac_prog
in grep ggrep
; do
6107 for ac_exec_ext
in '' $ac_executable_extensions; do
6108 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6109 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6110 # Check for GNU ac_path_GREP and select it if it is found.
6111 # Check for GNU $ac_path_GREP
6112 case `"$ac_path_GREP" --version 2>&1` in
6114 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6117 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6120 cat "conftest.in" "conftest.in" >"conftest.tmp"
6121 mv "conftest.tmp" "conftest.in"
6122 cp "conftest.in" "conftest.nl"
6123 echo 'GREP' >> "conftest.nl"
6124 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6125 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6126 ac_count
=`expr $ac_count + 1`
6127 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6128 # Best one so far, save it but keep looking for a better one
6129 ac_cv_path_GREP
="$ac_path_GREP"
6130 ac_path_GREP_max
=$ac_count
6132 # 10*(2^10) chars as input seems more than enough
6133 test $ac_count -gt 10 && break
6135 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6139 $ac_path_GREP_found && break 3
6149 GREP
="$ac_cv_path_GREP"
6150 if test -z "$GREP"; then
6151 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6152 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6153 { (exit 1); exit 1; }; }
6157 ac_cv_path_GREP
=$GREP
6162 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6163 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6164 GREP
="$ac_cv_path_GREP"
6167 { echo "$as_me:$LINENO: checking for egrep" >&5
6168 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6
6172 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6173 then ac_cv_path_EGREP
="$GREP -E"
6175 # Extract the first word of "egrep" to use in msg output
6176 if test -z "$EGREP"; then
6177 set dummy
egrep; ac_prog_name
=$2
6178 if test "${ac_cv_path_EGREP+set}" = set; then
6179 echo $ECHO_N "(cached) $ECHO_C" >&6
6181 ac_path_EGREP_found
=false
6182 # Loop through the user's path and test for each of PROGNAME-LIST
6183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6184 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6187 test -z "$as_dir" && as_dir
=.
6188 for ac_prog
in egrep; do
6189 for ac_exec_ext
in '' $ac_executable_extensions; do
6190 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6191 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6192 # Check for GNU ac_path_EGREP and select it if it is found.
6193 # Check for GNU $ac_path_EGREP
6194 case `"$ac_path_EGREP" --version 2>&1` in
6196 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6199 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6202 cat "conftest.in" "conftest.in" >"conftest.tmp"
6203 mv "conftest.tmp" "conftest.in"
6204 cp "conftest.in" "conftest.nl"
6205 echo 'EGREP' >> "conftest.nl"
6206 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6207 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6208 ac_count
=`expr $ac_count + 1`
6209 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6210 # Best one so far, save it but keep looking for a better one
6211 ac_cv_path_EGREP
="$ac_path_EGREP"
6212 ac_path_EGREP_max
=$ac_count
6214 # 10*(2^10) chars as input seems more than enough
6215 test $ac_count -gt 10 && break
6217 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6221 $ac_path_EGREP_found && break 3
6231 EGREP
="$ac_cv_path_EGREP"
6232 if test -z "$EGREP"; then
6233 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6234 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6235 { (exit 1); exit 1; }; }
6239 ac_cv_path_EGREP
=$EGREP
6245 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6246 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6247 EGREP
="$ac_cv_path_EGREP"
6250 # Extract the first word of "ldconfig", so it can be a program name with args.
6251 set dummy ldconfig
; ac_word
=$2
6252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6254 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6259 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6262 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6263 for as_dir
in /sbin
/usr
/sbin
$PATH
6266 test -z "$as_dir" && as_dir
=.
6267 for ac_exec_ext
in '' $ac_executable_extensions; do
6268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6281 LDCONFIG
=$ac_cv_path_LDCONFIG
6282 if test -n "$LDCONFIG"; then
6283 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6284 echo "${ECHO_T}$LDCONFIG" >&6; }
6286 { echo "$as_me:$LINENO: result: no" >&5
6287 echo "${ECHO_T}no" >&6; }
6291 # Find a good install program. We prefer a C program (faster),
6292 # so one script is as good as another. But avoid the broken or
6293 # incompatible versions:
6294 # SysV /etc/install, /usr/sbin/install
6295 # SunOS /usr/etc/install
6296 # IRIX /sbin/install
6298 # AmigaOS /C/install, which installs bootblocks on floppy discs
6299 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6300 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6301 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6302 # OS/2's system install, which has a completely different semantic
6303 # ./install, which can be erroneously created by make from ./install.sh.
6304 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6305 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6306 if test -z "$INSTALL"; then
6307 if test "${ac_cv_path_install+set}" = set; then
6308 echo $ECHO_N "(cached) $ECHO_C" >&6
6310 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6314 test -z "$as_dir" && as_dir
=.
6315 # Account for people who put trailing slashes in PATH elements.
6317 .
/ | .
// |
/cC
/* | \
6318 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6319 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6322 # OSF1 and SCO ODT 3.0 have their own names for install.
6323 # Don't use installbsd from OSF since it installs stuff as root
6325 for ac_prog
in ginstall scoinst
install; do
6326 for ac_exec_ext
in '' $ac_executable_extensions; do
6327 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6328 if test $ac_prog = install &&
6329 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6330 # AIX install. It has an incompatible calling convention.
6332 elif test $ac_prog = install &&
6333 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6334 # program-specific install script used by HP pwplus--don't use.
6337 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6350 if test "${ac_cv_path_install+set}" = set; then
6351 INSTALL
=$ac_cv_path_install
6353 # As a last resort, use the slow shell script. Don't cache a
6354 # value for INSTALL within a source directory, because that will
6355 # break other packages using the cache if that directory is
6356 # removed, or if the value is a relative name.
6357 INSTALL
=$ac_install_sh
6360 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6361 echo "${ECHO_T}$INSTALL" >&6; }
6363 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6364 # It thinks the first close brace ends the variable substitution.
6365 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6367 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6369 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6372 [\\/$
]* | ?
:[\\/]* ) ;;
6373 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6376 for ac_prog
in lclint lint
6378 # Extract the first word of "$ac_prog", so it can be a program name with args.
6379 set dummy
$ac_prog; ac_word
=$2
6380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6382 if test "${ac_cv_prog_LINT+set}" = set; then
6383 echo $ECHO_N "(cached) $ECHO_C" >&6
6385 if test -n "$LINT"; then
6386 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6388 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6392 test -z "$as_dir" && as_dir
=.
6393 for ac_exec_ext
in '' $ac_executable_extensions; do
6394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6395 ac_cv_prog_LINT
="$ac_prog"
6396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6405 LINT
=$ac_cv_prog_LINT
6406 if test -n "$LINT"; then
6407 { echo "$as_me:$LINENO: result: $LINT" >&5
6408 echo "${ECHO_T}$LINT" >&6; }
6410 { echo "$as_me:$LINENO: result: no" >&5
6411 echo "${ECHO_T}no" >&6; }
6415 test -n "$LINT" && break
6418 if test "$LINT" = "lint"
6420 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6425 for ac_prog
in fontforge
6427 # Extract the first word of "$ac_prog", so it can be a program name with args.
6428 set dummy
$ac_prog; ac_word
=$2
6429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6431 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6432 echo $ECHO_N "(cached) $ECHO_C" >&6
6434 if test -n "$FONTFORGE"; then
6435 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6437 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6441 test -z "$as_dir" && as_dir
=.
6442 for ac_exec_ext
in '' $ac_executable_extensions; do
6443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6444 ac_cv_prog_FONTFORGE
="$ac_prog"
6445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6454 FONTFORGE
=$ac_cv_prog_FONTFORGE
6455 if test -n "$FONTFORGE"; then
6456 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6457 echo "${ECHO_T}$FONTFORGE" >&6; }
6459 { echo "$as_me:$LINENO: result: no" >&5
6460 echo "${ECHO_T}no" >&6; }
6464 test -n "$FONTFORGE" && break
6466 test -n "$FONTFORGE" || FONTFORGE
="false"
6468 for ac_prog
in pkg-config
6470 # Extract the first word of "$ac_prog", so it can be a program name with args.
6471 set dummy
$ac_prog; ac_word
=$2
6472 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6474 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6475 echo $ECHO_N "(cached) $ECHO_C" >&6
6477 if test -n "$PKG_CONFIG"; then
6478 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6480 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6484 test -z "$as_dir" && as_dir
=.
6485 for ac_exec_ext
in '' $ac_executable_extensions; do
6486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6487 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6497 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6498 if test -n "$PKG_CONFIG"; then
6499 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6500 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6502 { echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6; }
6507 test -n "$PKG_CONFIG" && break
6509 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6513 # Extract the first word of "$ac_prog", so it can be a program name with args.
6514 set dummy
$ac_prog; ac_word
=$2
6515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6517 if test "${ac_cv_prog_RSVG+set}" = set; then
6518 echo $ECHO_N "(cached) $ECHO_C" >&6
6520 if test -n "$RSVG"; then
6521 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6523 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6527 test -z "$as_dir" && as_dir
=.
6528 for ac_exec_ext
in '' $ac_executable_extensions; do
6529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6530 ac_cv_prog_RSVG
="$ac_prog"
6531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6540 RSVG
=$ac_cv_prog_RSVG
6541 if test -n "$RSVG"; then
6542 { echo "$as_me:$LINENO: result: $RSVG" >&5
6543 echo "${ECHO_T}$RSVG" >&6; }
6545 { echo "$as_me:$LINENO: result: no" >&5
6546 echo "${ECHO_T}no" >&6; }
6550 test -n "$RSVG" && break
6552 test -n "$RSVG" || RSVG
="false"
6554 for ac_prog
in icotool
6556 # Extract the first word of "$ac_prog", so it can be a program name with args.
6557 set dummy
$ac_prog; ac_word
=$2
6558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6560 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6561 echo $ECHO_N "(cached) $ECHO_C" >&6
6563 if test -n "$ICOTOOL"; then
6564 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6570 test -z "$as_dir" && as_dir
=.
6571 for ac_exec_ext
in '' $ac_executable_extensions; do
6572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573 ac_cv_prog_ICOTOOL
="$ac_prog"
6574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6583 ICOTOOL
=$ac_cv_prog_ICOTOOL
6584 if test -n "$ICOTOOL"; then
6585 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6586 echo "${ECHO_T}$ICOTOOL" >&6; }
6588 { echo "$as_me:$LINENO: result: no" >&5
6589 echo "${ECHO_T}no" >&6; }
6593 test -n "$ICOTOOL" && break
6595 test -n "$ICOTOOL" || ICOTOOL
="false"
6598 if test "${enable_maintainer_mode+set}" = set
6600 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6601 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6602 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6607 # Extract the first word of "prelink", so it can be a program name with args.
6608 set dummy prelink
; ac_word
=$2
6609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6611 if test "${ac_cv_path_PRELINK+set}" = set; then
6612 echo $ECHO_N "(cached) $ECHO_C" >&6
6616 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6619 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6620 for as_dir
in /sbin
/usr
/sbin
$PATH
6623 test -z "$as_dir" && as_dir
=.
6624 for ac_exec_ext
in '' $ac_executable_extensions; do
6625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6626 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6634 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6638 PRELINK
=$ac_cv_path_PRELINK
6639 if test -n "$PRELINK"; then
6640 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6641 echo "${ECHO_T}$PRELINK" >&6; }
6643 { echo "$as_me:$LINENO: result: no" >&5
6644 echo "${ECHO_T}no" >&6; }
6653 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6654 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6655 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6656 echo $ECHO_N "(cached) $ECHO_C" >&6
6658 ac_check_lib_save_LIBS
=$LIBS
6660 cat >conftest.
$ac_ext <<_ACEOF
6663 cat confdefs.h
>>conftest.
$ac_ext
6664 cat >>conftest.
$ac_ext <<_ACEOF
6665 /* end confdefs.h. */
6667 /* Override any GCC internal prototype to avoid an error.
6668 Use char because int might match the return type of a GCC
6669 builtin and then its argument prototype would still apply. */
6673 char i386_set_ldt ();
6677 return i386_set_ldt ();
6682 rm -f conftest.
$ac_objext conftest
$ac_exeext
6683 if { (ac_try
="$ac_link"
6685 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6686 *) ac_try_echo=$ac_try;;
6688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6689 (eval "$ac_link") 2>conftest.er1
6691 grep -v '^ *+' conftest.er1 >conftest.err
6693 cat conftest.err >&5
6694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && {
6696 test -z "$ac_c_werror_flag" ||
6697 test ! -s conftest.err
6698 } && test -s conftest$ac_exeext &&
6699 $as_test_x conftest$ac_exeext; then
6700 ac_cv_lib_i386_i386_set_ldt=yes
6702 echo "$as_me: failed program was:" >&5
6703 sed 's/^/| /' conftest.$ac_ext >&5
6705 ac_cv_lib_i386_i386_set_ldt=no
6708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6709 conftest$ac_exeext conftest.$ac_ext
6710 LIBS=$ac_check_lib_save_LIBS
6712 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6713 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6714 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6715 cat >>confdefs.h <<_ACEOF
6716 #define HAVE_LIBI386 1
6724 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6725 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6726 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6727 echo $ECHO_N "(cached) $ECHO_C" >&6
6729 ac_check_lib_save_LIBS=$LIBS
6730 LIBS="-lossaudio $LIBS"
6731 cat >conftest.$ac_ext <<_ACEOF
6734 cat confdefs.h >>conftest.$ac_ext
6735 cat >>conftest.$ac_ext <<_ACEOF
6736 /* end confdefs.h. */
6738 /* Override any GCC internal prototype to avoid an error.
6739 Use char because int might match the return type of a GCC
6740 builtin and then its argument prototype would still apply. */
6748 return _oss_ioctl ();
6753 rm -f conftest.$ac_objext conftest$ac_exeext
6754 if { (ac_try="$ac_link"
6756 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6757 *) ac_try_echo
=$ac_try;;
6759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6760 (eval "$ac_link") 2>conftest.er1
6762 grep -v '^ *+' conftest.er1
>conftest.err
6764 cat conftest.err
>&5
6765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6766 (exit $ac_status); } && {
6767 test -z "$ac_c_werror_flag" ||
6768 test ! -s conftest.err
6769 } && test -s conftest
$ac_exeext &&
6770 $as_test_x conftest
$ac_exeext; then
6771 ac_cv_lib_ossaudio__oss_ioctl
=yes
6773 echo "$as_me: failed program was:" >&5
6774 sed 's/^/| /' conftest.
$ac_ext >&5
6776 ac_cv_lib_ossaudio__oss_ioctl
=no
6779 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6780 conftest
$ac_exeext conftest.
$ac_ext
6781 LIBS
=$ac_check_lib_save_LIBS
6783 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6784 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6785 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6786 cat >>confdefs.h
<<_ACEOF
6787 #define HAVE_LIBOSSAUDIO 1
6790 LIBS
="-lossaudio $LIBS"
6794 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6795 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6796 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6797 echo $ECHO_N "(cached) $ECHO_C" >&6
6799 ac_check_lib_save_LIBS
=$LIBS
6800 LIBS
="-lpthread $LIBS"
6801 cat >conftest.
$ac_ext <<_ACEOF
6804 cat confdefs.h
>>conftest.
$ac_ext
6805 cat >>conftest.
$ac_ext <<_ACEOF
6806 /* end confdefs.h. */
6808 /* Override any GCC internal prototype to avoid an error.
6809 Use char because int might match the return type of a GCC
6810 builtin and then its argument prototype would still apply. */
6814 char pthread_create ();
6818 return pthread_create ();
6823 rm -f conftest.
$ac_objext conftest
$ac_exeext
6824 if { (ac_try
="$ac_link"
6826 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6827 *) ac_try_echo=$ac_try;;
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830 (eval "$ac_link") 2>conftest.er1
6832 grep -v '^ *+' conftest.er1 >conftest.err
6834 cat conftest.err >&5
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); } && {
6837 test -z "$ac_c_werror_flag" ||
6838 test ! -s conftest.err
6839 } && test -s conftest$ac_exeext &&
6840 $as_test_x conftest$ac_exeext; then
6841 ac_cv_lib_pthread_pthread_create=yes
6843 echo "$as_me: failed program was:" >&5
6844 sed 's/^/| /' conftest.$ac_ext >&5
6846 ac_cv_lib_pthread_pthread_create=no
6849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6850 conftest$ac_exeext conftest.$ac_ext
6851 LIBS=$ac_check_lib_save_LIBS
6853 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6854 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6855 if test $ac_cv_lib_pthread_pthread_create = yes; then
6856 LIBPTHREAD="-lpthread"
6867 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6868 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6869 if test "${ac_cv_header_stdc+set}" = set; then
6870 echo $ECHO_N "(cached) $ECHO_C" >&6
6872 cat >conftest.$ac_ext <<_ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h. */
6891 rm -f conftest.$ac_objext
6892 if { (ac_try="$ac_compile"
6894 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6895 *) ac_try_echo
=$ac_try;;
6897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6898 (eval "$ac_compile") 2>conftest.er1
6900 grep -v '^ *+' conftest.er1
>conftest.err
6902 cat conftest.err
>&5
6903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904 (exit $ac_status); } && {
6905 test -z "$ac_c_werror_flag" ||
6906 test ! -s conftest.err
6907 } && test -s conftest.
$ac_objext; then
6908 ac_cv_header_stdc
=yes
6910 echo "$as_me: failed program was:" >&5
6911 sed 's/^/| /' conftest.
$ac_ext >&5
6913 ac_cv_header_stdc
=no
6916 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6918 if test $ac_cv_header_stdc = yes; then
6919 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6920 cat >conftest.
$ac_ext <<_ACEOF
6923 cat confdefs.h
>>conftest.
$ac_ext
6924 cat >>conftest.
$ac_ext <<_ACEOF
6925 /* end confdefs.h. */
6929 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6930 $EGREP "memchr" >/dev
/null
2>&1; then
6933 ac_cv_header_stdc
=no
6939 if test $ac_cv_header_stdc = yes; then
6940 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6941 cat >conftest.
$ac_ext <<_ACEOF
6944 cat confdefs.h
>>conftest.
$ac_ext
6945 cat >>conftest.
$ac_ext <<_ACEOF
6946 /* end confdefs.h. */
6950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6951 $EGREP "free" >/dev
/null
2>&1; then
6954 ac_cv_header_stdc
=no
6960 if test $ac_cv_header_stdc = yes; then
6961 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6962 if test "$cross_compiling" = yes; then
6965 cat >conftest.
$ac_ext <<_ACEOF
6968 cat confdefs.h
>>conftest.
$ac_ext
6969 cat >>conftest.
$ac_ext <<_ACEOF
6970 /* end confdefs.h. */
6973 #if ((' ' & 0x0FF) == 0x020)
6974 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6975 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6977 # define ISLOWER(c) \
6978 (('a' <= (c) && (c) <= 'i') \
6979 || ('j' <= (c) && (c) <= 'r') \
6980 || ('s' <= (c) && (c) <= 'z'))
6981 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6984 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6989 for (i = 0; i < 256; i++)
6990 if (XOR (islower (i), ISLOWER (i))
6991 || toupper (i) != TOUPPER (i))
6996 rm -f conftest
$ac_exeext
6997 if { (ac_try
="$ac_link"
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_link") 2>&5
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7007 { (case "(($ac_try" in
7008 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7009 *) ac_try_echo
=$ac_try;;
7011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7012 (eval "$ac_try") 2>&5
7014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015 (exit $ac_status); }; }; then
7018 echo "$as_me: program exited with status $ac_status" >&5
7019 echo "$as_me: failed program was:" >&5
7020 sed 's/^/| /' conftest.
$ac_ext >&5
7023 ac_cv_header_stdc
=no
7025 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7031 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7032 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7033 if test $ac_cv_header_stdc = yes; then
7035 cat >>confdefs.h
<<\_ACEOF
7036 #define STDC_HEADERS 1
7041 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7051 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7052 inttypes.h stdint.h unistd.h
7054 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7057 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7058 echo $ECHO_N "(cached) $ECHO_C" >&6
7060 cat >conftest.
$ac_ext <<_ACEOF
7063 cat confdefs.h
>>conftest.
$ac_ext
7064 cat >>conftest.
$ac_ext <<_ACEOF
7065 /* end confdefs.h. */
7066 $ac_includes_default
7068 #include <$ac_header>
7070 rm -f conftest.
$ac_objext
7071 if { (ac_try
="$ac_compile"
7073 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7074 *) ac_try_echo=$ac_try;;
7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077 (eval "$ac_compile") 2>conftest.er1
7079 grep -v '^ *+' conftest.er1 >conftest.err
7081 cat conftest.err >&5
7082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083 (exit $ac_status); } && {
7084 test -z "$ac_c_werror_flag" ||
7085 test ! -s conftest.err
7086 } && test -s conftest.$ac_objext; then
7087 eval "$as_ac_Header=yes"
7089 echo "$as_me: failed program was:" >&5
7090 sed 's/^/| /' conftest.$ac_ext >&5
7092 eval "$as_ac_Header=no"
7095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7097 ac_res=`eval echo '${'$as_ac_Header'}'`
7098 { echo "$as_me:$LINENO: result: $ac_res" >&5
7099 echo "${ECHO_T}$ac_res" >&6; }
7100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7101 cat >>confdefs.h <<_ACEOF
7102 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7223 AudioUnit/AudioUnit.h \
7225 CoreAudio/CoreAudio.h \
7226 DiskArbitration/DiskArbitration.h \
7240 fontconfig/fontconfig.h \
7266 machine/soundcard.h \
7271 netinet/in_systm.h \
7333 valgrind/memcheck.h \
7337 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7342 echo $ECHO_N "(cached) $ECHO_C" >&6
7344 ac_res=`eval echo '${'$as_ac_Header'}'`
7345 { echo "$as_me:$LINENO: result: $ac_res" >&5
7346 echo "${ECHO_T}$ac_res" >&6; }
7348 # Is the header compilable?
7349 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7350 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7351 cat >conftest.$ac_ext <<_ACEOF
7354 cat confdefs.h >>conftest.$ac_ext
7355 cat >>conftest.$ac_ext <<_ACEOF
7356 /* end confdefs.h. */
7357 $ac_includes_default
7358 #include <$ac_header>
7360 rm -f conftest.$ac_objext
7361 if { (ac_try="$ac_compile"
7363 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7364 *) ac_try_echo
=$ac_try;;
7366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7367 (eval "$ac_compile") 2>conftest.er1
7369 grep -v '^ *+' conftest.er1
>conftest.err
7371 cat conftest.err
>&5
7372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373 (exit $ac_status); } && {
7374 test -z "$ac_c_werror_flag" ||
7375 test ! -s conftest.err
7376 } && test -s conftest.
$ac_objext; then
7377 ac_header_compiler
=yes
7379 echo "$as_me: failed program was:" >&5
7380 sed 's/^/| /' conftest.
$ac_ext >&5
7382 ac_header_compiler
=no
7385 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7386 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7387 echo "${ECHO_T}$ac_header_compiler" >&6; }
7389 # Is the header present?
7390 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7391 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7392 cat >conftest.
$ac_ext <<_ACEOF
7395 cat confdefs.h
>>conftest.
$ac_ext
7396 cat >>conftest.
$ac_ext <<_ACEOF
7397 /* end confdefs.h. */
7398 #include <$ac_header>
7400 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7402 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7403 *) ac_try_echo=$ac_try;;
7405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7406 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7408 grep -v '^ *+' conftest.er1 >conftest.err
7410 cat conftest.err >&5
7411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412 (exit $ac_status); } >/dev/null && {
7413 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7414 test ! -s conftest.err
7416 ac_header_preproc=yes
7418 echo "$as_me: failed program was:" >&5
7419 sed 's/^/| /' conftest.$ac_ext >&5
7421 ac_header_preproc=no
7424 rm -f conftest.err conftest.$ac_ext
7425 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7426 echo "${ECHO_T}$ac_header_preproc" >&6; }
7428 # So? What about this header?
7429 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7432 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7434 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7435 ac_header_preproc=yes
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7439 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7440 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7441 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7443 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7445 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7447 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7449 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7451 ## ------------------------------------ ##
7452 ## Report this to wine-devel@winehq.org ##
7453 ## ------------------------------------ ##
7455 ) | sed "s/^/$as_me: WARNING: /" >&2
7458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7461 echo $ECHO_N "(cached) $ECHO_C" >&6
7463 eval "$as_ac_Header=\$ac_header_preproc"
7465 ac_res=`eval echo '${'$as_ac_Header'}'`
7466 { echo "$as_me:$LINENO: result: $ac_res" >&5
7467 echo "${ECHO_T}$ac_res" >&6; }
7470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7471 cat >>confdefs.h <<_ACEOF
7472 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7479 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7480 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7481 if test "${ac_cv_header_stat_broken+set}" = set; then
7482 echo $ECHO_N "(cached) $ECHO_C" >&6
7484 cat >conftest.$ac_ext <<_ACEOF
7487 cat confdefs.h >>conftest.$ac_ext
7488 cat >>conftest.$ac_ext <<_ACEOF
7489 /* end confdefs.h. */
7490 #include <sys/types.h>
7491 #include <sys/stat.h>
7493 #if defined S_ISBLK && defined S_IFDIR
7494 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7497 #if defined S_ISBLK && defined S_IFCHR
7498 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7501 #if defined S_ISLNK && defined S_IFREG
7502 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7505 #if defined S_ISSOCK && defined S_IFREG
7506 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7510 rm -f conftest.$ac_objext
7511 if { (ac_try="$ac_compile"
7513 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7514 *) ac_try_echo
=$ac_try;;
7516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7517 (eval "$ac_compile") 2>conftest.er1
7519 grep -v '^ *+' conftest.er1
>conftest.err
7521 cat conftest.err
>&5
7522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7523 (exit $ac_status); } && {
7524 test -z "$ac_c_werror_flag" ||
7525 test ! -s conftest.err
7526 } && test -s conftest.
$ac_objext; then
7527 ac_cv_header_stat_broken
=no
7529 echo "$as_me: failed program was:" >&5
7530 sed 's/^/| /' conftest.
$ac_ext >&5
7532 ac_cv_header_stat_broken
=yes
7535 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7537 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7538 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7539 if test $ac_cv_header_stat_broken = yes; then
7541 cat >>confdefs.h
<<\_ACEOF
7542 #define STAT_MACROS_BROKEN 1
7553 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7555 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7558 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7559 echo $ECHO_N "(cached) $ECHO_C" >&6
7561 cat >conftest.
$ac_ext <<_ACEOF
7564 cat confdefs.h
>>conftest.
$ac_ext
7565 cat >>conftest.
$ac_ext <<_ACEOF
7566 /* end confdefs.h. */
7567 #include <sys/types.h>
7568 #ifdef HAVE_SYS_PARAM_H
7569 # include <sys/param.h>
7572 #include <$ac_header>
7574 rm -f conftest.
$ac_objext
7575 if { (ac_try
="$ac_compile"
7577 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7578 *) ac_try_echo=$ac_try;;
7580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7581 (eval "$ac_compile") 2>conftest.er1
7583 grep -v '^ *+' conftest.er1 >conftest.err
7585 cat conftest.err >&5
7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587 (exit $ac_status); } && {
7588 test -z "$ac_c_werror_flag" ||
7589 test ! -s conftest.err
7590 } && test -s conftest.$ac_objext; then
7591 eval "$as_ac_Header=yes"
7593 echo "$as_me: failed program was:" >&5
7594 sed 's/^/| /' conftest.$ac_ext >&5
7596 eval "$as_ac_Header=no"
7599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601 ac_res=`eval echo '${'$as_ac_Header'}'`
7602 { echo "$as_me:$LINENO: result: $ac_res" >&5
7603 echo "${ECHO_T}$ac_res" >&6; }
7604 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7605 cat >>confdefs.h <<_ACEOF
7606 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7633 netinet/if_ether.h \
7641 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7642 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7645 echo $ECHO_N "(cached) $ECHO_C" >&6
7647 cat >conftest.$ac_ext <<_ACEOF
7650 cat confdefs.h >>conftest.$ac_ext
7651 cat >>conftest.$ac_ext <<_ACEOF
7652 /* end confdefs.h. */
7653 #include <sys/types.h>
7654 #ifdef HAVE_SYS_SOCKET_H
7655 # include <sys/socket.h>
7657 #ifdef HAVE_SYS_SOCKETVAR_H
7658 # include <sys/socketvar.h>
7660 #ifdef HAVE_NETINET_IN_H
7661 # include <netinet/in.h>
7663 #ifdef HAVE_NETINET_IP_H
7664 # include <netinet/ip.h>
7667 #include <$ac_header>
7669 rm -f conftest.$ac_objext
7670 if { (ac_try="$ac_compile"
7672 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7673 *) ac_try_echo
=$ac_try;;
7675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7676 (eval "$ac_compile") 2>conftest.er1
7678 grep -v '^ *+' conftest.er1
>conftest.err
7680 cat conftest.err
>&5
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); } && {
7683 test -z "$ac_c_werror_flag" ||
7684 test ! -s conftest.err
7685 } && test -s conftest.
$ac_objext; then
7686 eval "$as_ac_Header=yes"
7688 echo "$as_me: failed program was:" >&5
7689 sed 's/^/| /' conftest.
$ac_ext >&5
7691 eval "$as_ac_Header=no"
7694 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7696 ac_res
=`eval echo '${'$as_ac_Header'}'`
7697 { echo "$as_me:$LINENO: result: $ac_res" >&5
7698 echo "${ECHO_T}$ac_res" >&6; }
7699 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7700 cat >>confdefs.h
<<_ACEOF
7701 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7713 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7715 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7716 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7718 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7721 cat >conftest.
$ac_ext <<_ACEOF
7724 cat confdefs.h
>>conftest.
$ac_ext
7725 cat >>conftest.
$ac_ext <<_ACEOF
7726 /* end confdefs.h. */
7727 #include <sys/types.h>
7731 #ifdef HAVE_SYS_SOCKET_H
7732 # include <sys/socket.h>
7734 #ifdef HAVE_SYS_SOCKETVAR_H
7735 # include <sys/socketvar.h>
7737 #ifdef HAVE_NETINET_IN_H
7738 # include <netinet/in.h>
7740 #ifdef HAVE_NETINET_IP_H
7741 # include <netinet/ip.h>
7743 #ifdef HAVE_NETINET_IP_VAR_H
7744 # include <netinet/ip_var.h>
7746 #ifdef HAVE_NETINET_IP_ICMP_H
7747 # include <netinet/ip_icmp.h>
7749 #ifdef HAVE_NETINET_UDP_H
7750 # include <netinet/udp.h>
7752 #ifdef HAVE_NETINET_TCP_H
7753 # include <netinet/tcp.h>
7756 #include <$ac_header>
7758 rm -f conftest.
$ac_objext
7759 if { (ac_try
="$ac_compile"
7761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7762 *) ac_try_echo=$ac_try;;
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765 (eval "$ac_compile") 2>conftest.er1
7767 grep -v '^ *+' conftest.er1 >conftest.err
7769 cat conftest.err >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); } && {
7772 test -z "$ac_c_werror_flag" ||
7773 test ! -s conftest.err
7774 } && test -s conftest.$ac_objext; then
7775 eval "$as_ac_Header=yes"
7777 echo "$as_me: failed program was:" >&5
7778 sed 's/^/| /' conftest.$ac_ext >&5
7780 eval "$as_ac_Header=no"
7783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7785 ac_res=`eval echo '${'$as_ac_Header'}'`
7786 { echo "$as_me:$LINENO: result: $ac_res" >&5
7787 echo "${ECHO_T}$ac_res" >&6; }
7788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7789 cat >>confdefs.h <<_ACEOF
7790 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7799 for ac_header in linux/ipx.h
7801 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7805 echo $ECHO_N "(cached) $ECHO_C" >&6
7807 cat >conftest.$ac_ext <<_ACEOF
7810 cat confdefs.h >>conftest.$ac_ext
7811 cat >>conftest.$ac_ext <<_ACEOF
7812 /* end confdefs.h. */
7813 #include <sys/types.h>
7814 #ifdef HAVE_ASM_TYPES_H
7815 # include <asm/types.h>
7817 #ifdef HAVE_SYS_SOCKET_H
7818 # include <sys/socket.h>
7821 #include <$ac_header>
7823 rm -f conftest.$ac_objext
7824 if { (ac_try="$ac_compile"
7826 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7827 *) ac_try_echo
=$ac_try;;
7829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7830 (eval "$ac_compile") 2>conftest.er1
7832 grep -v '^ *+' conftest.er1
>conftest.err
7834 cat conftest.err
>&5
7835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836 (exit $ac_status); } && {
7837 test -z "$ac_c_werror_flag" ||
7838 test ! -s conftest.err
7839 } && test -s conftest.
$ac_objext; then
7840 eval "$as_ac_Header=yes"
7842 echo "$as_me: failed program was:" >&5
7843 sed 's/^/| /' conftest.
$ac_ext >&5
7845 eval "$as_ac_Header=no"
7848 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7850 ac_res
=`eval echo '${'$as_ac_Header'}'`
7851 { echo "$as_me:$LINENO: result: $ac_res" >&5
7852 echo "${ECHO_T}$ac_res" >&6; }
7853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7854 cat >>confdefs.h
<<_ACEOF
7855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7864 for ac_header
in resolv.h
7866 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7869 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7870 echo $ECHO_N "(cached) $ECHO_C" >&6
7872 cat >conftest.
$ac_ext <<_ACEOF
7875 cat confdefs.h
>>conftest.
$ac_ext
7876 cat >>conftest.
$ac_ext <<_ACEOF
7877 /* end confdefs.h. */
7878 #include <sys/types.h>
7879 #ifdef HAVE_SYS_SOCKET_H
7880 # include <sys/socket.h>
7882 #ifdef HAVE_NETINET_IN_H
7883 # include <netinet/in.h>
7885 #ifdef HAVE_ARPA_NAMESER_H
7886 # include <arpa/nameser.h>
7889 #include <$ac_header>
7891 rm -f conftest.
$ac_objext
7892 if { (ac_try
="$ac_compile"
7894 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7895 *) ac_try_echo=$ac_try;;
7897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7898 (eval "$ac_compile") 2>conftest.er1
7900 grep -v '^ *+' conftest.er1 >conftest.err
7902 cat conftest.err >&5
7903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904 (exit $ac_status); } && {
7905 test -z "$ac_c_werror_flag" ||
7906 test ! -s conftest.err
7907 } && test -s conftest.$ac_objext; then
7908 eval "$as_ac_Header=yes"
7910 echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7913 eval "$as_ac_Header=no"
7916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7918 ac_res=`eval echo '${'$as_ac_Header'}'`
7919 { echo "$as_me:$LINENO: result: $ac_res" >&5
7920 echo "${ECHO_T}$ac_res" >&6; }
7921 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7922 cat >>confdefs.h <<_ACEOF
7923 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7932 for ac_header in ucontext.h
7934 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7935 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7938 echo $ECHO_N "(cached) $ECHO_C" >&6
7940 cat >conftest.$ac_ext <<_ACEOF
7943 cat confdefs.h >>conftest.$ac_ext
7944 cat >>conftest.$ac_ext <<_ACEOF
7945 /* end confdefs.h. */
7948 #include <$ac_header>
7950 rm -f conftest.$ac_objext
7951 if { (ac_try="$ac_compile"
7953 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7954 *) ac_try_echo
=$ac_try;;
7956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7957 (eval "$ac_compile") 2>conftest.er1
7959 grep -v '^ *+' conftest.er1
>conftest.err
7961 cat conftest.err
>&5
7962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963 (exit $ac_status); } && {
7964 test -z "$ac_c_werror_flag" ||
7965 test ! -s conftest.err
7966 } && test -s conftest.
$ac_objext; then
7967 eval "$as_ac_Header=yes"
7969 echo "$as_me: failed program was:" >&5
7970 sed 's/^/| /' conftest.
$ac_ext >&5
7972 eval "$as_ac_Header=no"
7975 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7977 ac_res
=`eval echo '${'$as_ac_Header'}'`
7978 { echo "$as_me:$LINENO: result: $ac_res" >&5
7979 echo "${ECHO_T}$ac_res" >&6; }
7980 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7981 cat >>confdefs.h
<<_ACEOF
7982 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7991 for ac_header
in sys
/thr.h
7993 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7996 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7997 echo $ECHO_N "(cached) $ECHO_C" >&6
7999 cat >conftest.
$ac_ext <<_ACEOF
8002 cat confdefs.h
>>conftest.
$ac_ext
8003 cat >>conftest.
$ac_ext <<_ACEOF
8004 /* end confdefs.h. */
8005 #include <sys/types.h>
8006 #ifdef HAVE_UCONTEXT_H
8007 #include <ucontext.h>
8010 #include <$ac_header>
8012 rm -f conftest.
$ac_objext
8013 if { (ac_try
="$ac_compile"
8015 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8016 *) ac_try_echo=$ac_try;;
8018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8019 (eval "$ac_compile") 2>conftest.er1
8021 grep -v '^ *+' conftest.er1 >conftest.err
8023 cat conftest.err >&5
8024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8025 (exit $ac_status); } && {
8026 test -z "$ac_c_werror_flag" ||
8027 test ! -s conftest.err
8028 } && test -s conftest.$ac_objext; then
8029 eval "$as_ac_Header=yes"
8031 echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8034 eval "$as_ac_Header=no"
8037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8039 ac_res=`eval echo '${'$as_ac_Header'}'`
8040 { echo "$as_me:$LINENO: result: $ac_res" >&5
8041 echo "${ECHO_T}$ac_res" >&6; }
8042 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8043 cat >>confdefs.h <<_ACEOF
8044 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8053 for ac_header in pthread_np.h
8055 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8056 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8059 echo $ECHO_N "(cached) $ECHO_C" >&6
8061 cat >conftest.$ac_ext <<_ACEOF
8064 cat confdefs.h >>conftest.$ac_ext
8065 cat >>conftest.$ac_ext <<_ACEOF
8066 /* end confdefs.h. */
8067 #ifdef HAVE_PTHREAD_H
8068 #include <pthread.h>
8071 #include <$ac_header>
8073 rm -f conftest.$ac_objext
8074 if { (ac_try="$ac_compile"
8076 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8077 *) ac_try_echo
=$ac_try;;
8079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8080 (eval "$ac_compile") 2>conftest.er1
8082 grep -v '^ *+' conftest.er1
>conftest.err
8084 cat conftest.err
>&5
8085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086 (exit $ac_status); } && {
8087 test -z "$ac_c_werror_flag" ||
8088 test ! -s conftest.err
8089 } && test -s conftest.
$ac_objext; then
8090 eval "$as_ac_Header=yes"
8092 echo "$as_me: failed program was:" >&5
8093 sed 's/^/| /' conftest.
$ac_ext >&5
8095 eval "$as_ac_Header=no"
8098 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8100 ac_res
=`eval echo '${'$as_ac_Header'}'`
8101 { echo "$as_me:$LINENO: result: $ac_res" >&5
8102 echo "${ECHO_T}$ac_res" >&6; }
8103 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8104 cat >>confdefs.h
<<_ACEOF
8105 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8114 for ac_header
in linux
/videodev.h
8116 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8119 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8120 echo $ECHO_N "(cached) $ECHO_C" >&6
8122 cat >conftest.
$ac_ext <<_ACEOF
8125 cat confdefs.h
>>conftest.
$ac_ext
8126 cat >>conftest.
$ac_ext <<_ACEOF
8127 /* end confdefs.h. */
8128 #ifdef HAVE_SYS_TIME_H
8129 #include <sys/time.h>
8131 #include <sys/types.h>
8132 #ifdef HAVE_ASM_TYPES_H
8133 #include <asm/types.h>
8136 #include <$ac_header>
8138 rm -f conftest.
$ac_objext
8139 if { (ac_try
="$ac_compile"
8141 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8142 *) ac_try_echo=$ac_try;;
8144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8145 (eval "$ac_compile") 2>conftest.er1
8147 grep -v '^ *+' conftest.er1 >conftest.err
8149 cat conftest.err >&5
8150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151 (exit $ac_status); } && {
8152 test -z "$ac_c_werror_flag" ||
8153 test ! -s conftest.err
8154 } && test -s conftest.$ac_objext; then
8155 eval "$as_ac_Header=yes"
8157 echo "$as_me: failed program was:" >&5
8158 sed 's/^/| /' conftest.$ac_ext >&5
8160 eval "$as_ac_Header=no"
8163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8165 ac_res=`eval echo '${'$as_ac_Header'}'`
8166 { echo "$as_me:$LINENO: result: $ac_res" >&5
8167 echo "${ECHO_T}$ac_res" >&6; }
8168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8169 cat >>confdefs.h <<_ACEOF
8170 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8179 for ac_header in linux/capi.h
8181 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8182 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8185 echo $ECHO_N "(cached) $ECHO_C" >&6
8187 cat >conftest.$ac_ext <<_ACEOF
8190 cat confdefs.h >>conftest.$ac_ext
8191 cat >>conftest.$ac_ext <<_ACEOF
8192 /* end confdefs.h. */
8195 #include <$ac_header>
8197 rm -f conftest.$ac_objext
8198 if { (ac_try="$ac_compile"
8200 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8201 *) ac_try_echo
=$ac_try;;
8203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8204 (eval "$ac_compile") 2>conftest.er1
8206 grep -v '^ *+' conftest.er1
>conftest.err
8208 cat conftest.err
>&5
8209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8210 (exit $ac_status); } && {
8211 test -z "$ac_c_werror_flag" ||
8212 test ! -s conftest.err
8213 } && test -s conftest.
$ac_objext; then
8214 eval "$as_ac_Header=yes"
8216 echo "$as_me: failed program was:" >&5
8217 sed 's/^/| /' conftest.
$ac_ext >&5
8219 eval "$as_ac_Header=no"
8222 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8224 ac_res
=`eval echo '${'$as_ac_Header'}'`
8225 { echo "$as_me:$LINENO: result: $ac_res" >&5
8226 echo "${ECHO_T}$ac_res" >&6; }
8227 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8228 cat >>confdefs.h
<<_ACEOF
8229 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8240 DLLFLAGS
="-D_REENTRANT"
8254 # Extract the first word of "ldd", so it can be a program name with args.
8255 set dummy ldd
; ac_word
=$2
8256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8258 if test "${ac_cv_path_LDD+set}" = set; then
8259 echo $ECHO_N "(cached) $ECHO_C" >&6
8263 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8267 as_dummy
="/sbin:/usr/sbin:$PATH"
8268 for as_dir
in $as_dummy
8271 test -z "$as_dir" && as_dir
=.
8272 for ac_exec_ext
in '' $ac_executable_extensions; do
8273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8274 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8282 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8287 if test -n "$LDD"; then
8288 { echo "$as_me:$LINENO: result: $LDD" >&5
8289 echo "${ECHO_T}$LDD" >&6; }
8291 { echo "$as_me:$LINENO: result: no" >&5
8292 echo "${ECHO_T}no" >&6; }
8299 if test -n "$ac_tool_prefix"; then
8300 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8301 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8304 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8305 echo $ECHO_N "(cached) $ECHO_C" >&6
8307 if test -n "$DLLTOOL"; then
8308 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8310 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8314 test -z "$as_dir" && as_dir
=.
8315 for ac_exec_ext
in '' $ac_executable_extensions; do
8316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8317 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8327 DLLTOOL
=$ac_cv_prog_DLLTOOL
8328 if test -n "$DLLTOOL"; then
8329 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8330 echo "${ECHO_T}$DLLTOOL" >&6; }
8332 { echo "$as_me:$LINENO: result: no" >&5
8333 echo "${ECHO_T}no" >&6; }
8338 if test -z "$ac_cv_prog_DLLTOOL"; then
8339 ac_ct_DLLTOOL
=$DLLTOOL
8340 # Extract the first word of "dlltool", so it can be a program name with args.
8341 set dummy dlltool
; ac_word
=$2
8342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8344 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8345 echo $ECHO_N "(cached) $ECHO_C" >&6
8347 if test -n "$ac_ct_DLLTOOL"; then
8348 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8350 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8354 test -z "$as_dir" && as_dir
=.
8355 for ac_exec_ext
in '' $ac_executable_extensions; do
8356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8357 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8367 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8368 if test -n "$ac_ct_DLLTOOL"; then
8369 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8370 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8372 { echo "$as_me:$LINENO: result: no" >&5
8373 echo "${ECHO_T}no" >&6; }
8376 if test "x$ac_ct_DLLTOOL" = x
; then
8379 case $cross_compiling:$ac_tool_warned in
8381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet. If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&5
8384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8385 whose name does not start with the host triplet. If you think this
8386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8387 ac_tool_warned
=yes ;;
8389 DLLTOOL
=$ac_ct_DLLTOOL
8392 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8395 if test -n "$ac_tool_prefix"; then
8396 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8397 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8398 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8400 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8401 echo $ECHO_N "(cached) $ECHO_C" >&6
8403 if test -n "$DLLWRAP"; then
8404 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8406 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8410 test -z "$as_dir" && as_dir
=.
8411 for ac_exec_ext
in '' $ac_executable_extensions; do
8412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8413 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8423 DLLWRAP
=$ac_cv_prog_DLLWRAP
8424 if test -n "$DLLWRAP"; then
8425 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8426 echo "${ECHO_T}$DLLWRAP" >&6; }
8428 { echo "$as_me:$LINENO: result: no" >&5
8429 echo "${ECHO_T}no" >&6; }
8434 if test -z "$ac_cv_prog_DLLWRAP"; then
8435 ac_ct_DLLWRAP
=$DLLWRAP
8436 # Extract the first word of "dllwrap", so it can be a program name with args.
8437 set dummy dllwrap
; ac_word
=$2
8438 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8440 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8441 echo $ECHO_N "(cached) $ECHO_C" >&6
8443 if test -n "$ac_ct_DLLWRAP"; then
8444 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8446 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8450 test -z "$as_dir" && as_dir
=.
8451 for ac_exec_ext
in '' $ac_executable_extensions; do
8452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8453 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8463 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8464 if test -n "$ac_ct_DLLWRAP"; then
8465 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8466 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8468 { echo "$as_me:$LINENO: result: no" >&5
8469 echo "${ECHO_T}no" >&6; }
8472 if test "x$ac_ct_DLLWRAP" = x
; then
8475 case $cross_compiling:$ac_tool_warned in
8477 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet. If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&5
8480 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8481 whose name does not start with the host triplet. If you think this
8482 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8483 ac_tool_warned
=yes ;;
8485 DLLWRAP
=$ac_ct_DLLWRAP
8488 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8491 if test -n "$ac_tool_prefix"; then
8492 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8493 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8496 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8497 echo $ECHO_N "(cached) $ECHO_C" >&6
8499 if test -n "$MINGWAR"; then
8500 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8506 test -z "$as_dir" && as_dir
=.
8507 for ac_exec_ext
in '' $ac_executable_extensions; do
8508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8509 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8519 MINGWAR
=$ac_cv_prog_MINGWAR
8520 if test -n "$MINGWAR"; then
8521 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8522 echo "${ECHO_T}$MINGWAR" >&6; }
8524 { echo "$as_me:$LINENO: result: no" >&5
8525 echo "${ECHO_T}no" >&6; }
8530 if test -z "$ac_cv_prog_MINGWAR"; then
8531 ac_ct_MINGWAR
=$MINGWAR
8532 # Extract the first word of "ar", so it can be a program name with args.
8533 set dummy
ar; ac_word
=$2
8534 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8536 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8537 echo $ECHO_N "(cached) $ECHO_C" >&6
8539 if test -n "$ac_ct_MINGWAR"; then
8540 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8542 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8546 test -z "$as_dir" && as_dir
=.
8547 for ac_exec_ext
in '' $ac_executable_extensions; do
8548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8549 ac_cv_prog_ac_ct_MINGWAR
="ar"
8550 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8559 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8560 if test -n "$ac_ct_MINGWAR"; then
8561 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8562 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8564 { echo "$as_me:$LINENO: result: no" >&5
8565 echo "${ECHO_T}no" >&6; }
8568 if test "x$ac_ct_MINGWAR" = x
; then
8571 case $cross_compiling:$ac_tool_warned in
8573 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet. If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&5
8576 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8577 whose name does not start with the host triplet. If you think this
8578 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8579 ac_tool_warned
=yes ;;
8581 MINGWAR
=$ac_ct_MINGWAR
8584 MINGWAR
="$ac_cv_prog_MINGWAR"
8587 if test "$DLLWRAP" = "false"; then
8595 enable_iphlpapi
=${enable_iphlpapi:-no}
8596 enable_kernel32
=${enable_kernel32:-no}
8597 enable_msvcrt
=${enable_msvcrt:-no}
8598 enable_ntdll
=${enable_ntdll:-no}
8599 enable_ws2_32
=${enable_ws2_32:-no}
8600 enable_loader
=${enable_loader:-no}
8601 enable_server
=${enable_server:-no}
8606 DLLFLAGS
="$DLLFLAGS -fPIC"
8607 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8608 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8609 LDSHARED
="\$(CC) -dynamiclib"
8611 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8612 SECURITYLIB
="-framework Security -framework CoreFoundation"
8614 COREFOUNDATIONLIB
="-framework CoreFoundation"
8616 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8618 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8620 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8622 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8625 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8627 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8632 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8634 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8636 CARBONLIB
="-framework Carbon"
8638 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8642 DLLFLAGS
="$DLLFLAGS -fPIC"
8644 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8645 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8646 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8647 echo $ECHO_N "(cached) $ECHO_C" >&6
8649 ac_wine_try_cflags_saved
=$CFLAGS
8650 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8651 cat >conftest.
$ac_ext <<_ACEOF
8654 rm -f conftest.
$ac_objext conftest
$ac_exeext
8655 if { (ac_try
="$ac_link"
8657 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8658 *) ac_try_echo=$ac_try;;
8660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8661 (eval "$ac_link") 2>conftest.er1
8663 grep -v '^ *+' conftest.er1 >conftest.err
8665 cat conftest.err >&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); } && {
8668 test -z "$ac_c_werror_flag" ||
8669 test ! -s conftest.err
8670 } && test -s conftest$ac_exeext &&
8671 $as_test_x conftest$ac_exeext; then
8672 ac_cv_c_dll_gnuelf="yes"
8674 echo "$as_me: failed program was:" >&5
8675 sed 's/^/| /' conftest.$ac_ext >&5
8677 ac_cv_c_dll_gnuelf="no"
8680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8681 conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8684 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8685 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8686 if test "$ac_cv_c_dll_gnuelf" = "yes"
8688 LDSHARED="\$(CC) -shared"
8689 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8690 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8691 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8692 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8693 echo $ECHO_N "(cached) $ECHO_C" >&6
8695 ac_wine_try_cflags_saved=$CFLAGS
8696 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8697 cat >conftest.$ac_ext <<_ACEOF
8700 cat confdefs.h >>conftest.$ac_ext
8701 cat >>conftest.$ac_ext <<_ACEOF
8702 /* end confdefs.h. */
8712 rm -f conftest.$ac_objext conftest$ac_exeext
8713 if { (ac_try="$ac_link"
8715 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8716 *) ac_try_echo
=$ac_try;;
8718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719 (eval "$ac_link") 2>conftest.er1
8721 grep -v '^ *+' conftest.er1
>conftest.err
8723 cat conftest.err
>&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); } && {
8726 test -z "$ac_c_werror_flag" ||
8727 test ! -s conftest.err
8728 } && test -s conftest
$ac_exeext &&
8729 $as_test_x conftest
$ac_exeext; then
8730 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8732 echo "$as_me: failed program was:" >&5
8733 sed 's/^/| /' conftest.
$ac_ext >&5
8735 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8738 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8739 conftest
$ac_exeext conftest.
$ac_ext
8740 CFLAGS
=$ac_wine_try_cflags_saved
8742 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8743 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8744 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8745 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8747 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8748 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8749 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8750 echo $ECHO_N "(cached) $ECHO_C" >&6
8752 ac_wine_try_cflags_saved
=$CFLAGS
8753 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8754 cat >conftest.
$ac_ext <<_ACEOF
8757 cat confdefs.h
>>conftest.
$ac_ext
8758 cat >>conftest.
$ac_ext <<_ACEOF
8759 /* end confdefs.h. */
8769 rm -f conftest.
$ac_objext conftest
$ac_exeext
8770 if { (ac_try
="$ac_link"
8772 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8773 *) ac_try_echo=$ac_try;;
8775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8776 (eval "$ac_link") 2>conftest.er1
8778 grep -v '^ *+' conftest.er1 >conftest.err
8780 cat conftest.err >&5
8781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782 (exit $ac_status); } && {
8783 test -z "$ac_c_werror_flag" ||
8784 test ! -s conftest.err
8785 } && test -s conftest$ac_exeext &&
8786 $as_test_x conftest$ac_exeext; then
8787 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8789 echo "$as_me: failed program was:" >&5
8790 sed 's/^/| /' conftest.$ac_ext >&5
8792 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8796 conftest$ac_exeext conftest.$ac_ext
8797 CFLAGS=$ac_wine_try_cflags_saved
8799 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8800 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8801 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8802 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8808 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8809 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8810 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8811 echo $ECHO_N "(cached) $ECHO_C" >&6
8813 ac_wine_try_cflags_saved=$CFLAGS
8814 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8815 cat >conftest.$ac_ext <<_ACEOF
8818 cat confdefs.h >>conftest.$ac_ext
8819 cat >>conftest.$ac_ext <<_ACEOF
8820 /* end confdefs.h. */
8830 rm -f conftest.$ac_objext conftest$ac_exeext
8831 if { (ac_try="$ac_link"
8833 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8834 *) ac_try_echo
=$ac_try;;
8836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8837 (eval "$ac_link") 2>conftest.er1
8839 grep -v '^ *+' conftest.er1
>conftest.err
8841 cat conftest.err
>&5
8842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843 (exit $ac_status); } && {
8844 test -z "$ac_c_werror_flag" ||
8845 test ! -s conftest.err
8846 } && test -s conftest
$ac_exeext &&
8847 $as_test_x conftest
$ac_exeext; then
8848 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8850 echo "$as_me: failed program was:" >&5
8851 sed 's/^/| /' conftest.
$ac_ext >&5
8853 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8856 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8857 conftest
$ac_exeext conftest.
$ac_ext
8858 CFLAGS
=$ac_wine_try_cflags_saved
8860 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8861 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8862 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8863 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8867 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8868 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8869 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8870 echo $ECHO_N "(cached) $ECHO_C" >&6
8872 ac_wine_try_cflags_saved
=$CFLAGS
8873 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8874 cat >conftest.
$ac_ext <<_ACEOF
8877 cat confdefs.h
>>conftest.
$ac_ext
8878 cat >>conftest.
$ac_ext <<_ACEOF
8879 /* end confdefs.h. */
8889 rm -f conftest.
$ac_objext conftest
$ac_exeext
8890 if { (ac_try
="$ac_link"
8892 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8893 *) ac_try_echo=$ac_try;;
8895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8896 (eval "$ac_link") 2>conftest.er1
8898 grep -v '^ *+' conftest.er1 >conftest.err
8900 cat conftest.err >&5
8901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902 (exit $ac_status); } && {
8903 test -z "$ac_c_werror_flag" ||
8904 test ! -s conftest.err
8905 } && test -s conftest$ac_exeext &&
8906 $as_test_x conftest$ac_exeext; then
8907 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8909 echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8912 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916 conftest$ac_exeext conftest.$ac_ext
8917 CFLAGS=$ac_wine_try_cflags_saved
8919 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8920 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8921 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8922 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8926 echo '{ global: *; };' >conftest.map
8927 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8928 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8929 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8930 echo $ECHO_N "(cached) $ECHO_C" >&6
8932 ac_wine_try_cflags_saved=$CFLAGS
8933 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8934 cat >conftest.$ac_ext <<_ACEOF
8937 cat confdefs.h >>conftest.$ac_ext
8938 cat >>conftest.$ac_ext <<_ACEOF
8939 /* end confdefs.h. */
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8952 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8953 *) ac_try_echo
=$ac_try;;
8955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8956 (eval "$ac_link") 2>conftest.er1
8958 grep -v '^ *+' conftest.er1
>conftest.err
8960 cat conftest.err
>&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && {
8963 test -z "$ac_c_werror_flag" ||
8964 test ! -s conftest.err
8965 } && test -s conftest
$ac_exeext &&
8966 $as_test_x conftest
$ac_exeext; then
8967 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8969 echo "$as_me: failed program was:" >&5
8970 sed 's/^/| /' conftest.
$ac_ext >&5
8972 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8975 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8976 conftest
$ac_exeext conftest.
$ac_ext
8977 CFLAGS
=$ac_wine_try_cflags_saved
8979 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8980 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8981 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8982 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8987 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8988 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8989 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8990 echo $ECHO_N "(cached) $ECHO_C" >&6
8992 ac_wine_try_cflags_saved
=$CFLAGS
8993 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8994 cat >conftest.
$ac_ext <<_ACEOF
8997 cat confdefs.h
>>conftest.
$ac_ext
8998 cat >>conftest.
$ac_ext <<_ACEOF
8999 /* end confdefs.h. */
9009 rm -f conftest.
$ac_objext conftest
$ac_exeext
9010 if { (ac_try
="$ac_link"
9012 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9013 *) ac_try_echo=$ac_try;;
9015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9016 (eval "$ac_link") 2>conftest.er1
9018 grep -v '^ *+' conftest.er1 >conftest.err
9020 cat conftest.err >&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); } && {
9023 test -z "$ac_c_werror_flag" ||
9024 test ! -s conftest.err
9025 } && test -s conftest$ac_exeext &&
9026 $as_test_x conftest$ac_exeext; then
9027 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9029 echo "$as_me: failed program was:" >&5
9030 sed 's/^/| /' conftest.$ac_ext >&5
9032 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036 conftest$ac_exeext conftest.$ac_ext
9037 CFLAGS=$ac_wine_try_cflags_saved
9039 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9040 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9041 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9042 LDEXECFLAGS="-Wl,--export-dynamic"
9047 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9048 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9049 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9050 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9051 echo $ECHO_N "(cached) $ECHO_C" >&6
9053 ac_wine_try_cflags_saved=$CFLAGS
9054 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9055 cat >conftest.$ac_ext <<_ACEOF
9058 cat confdefs.h >>conftest.$ac_ext
9059 cat >>conftest.$ac_ext <<_ACEOF
9060 /* end confdefs.h. */
9070 rm -f conftest.$ac_objext conftest$ac_exeext
9071 if { (ac_try="$ac_link"
9073 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9074 *) ac_try_echo
=$ac_try;;
9076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9077 (eval "$ac_link") 2>conftest.er1
9079 grep -v '^ *+' conftest.er1
>conftest.err
9081 cat conftest.err
>&5
9082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083 (exit $ac_status); } && {
9084 test -z "$ac_c_werror_flag" ||
9085 test ! -s conftest.err
9086 } && test -s conftest
$ac_exeext &&
9087 $as_test_x conftest
$ac_exeext; then
9088 eval "$as_ac_var=yes"
9090 echo "$as_me: failed program was:" >&5
9091 sed 's/^/| /' conftest.
$ac_ext >&5
9093 eval "$as_ac_var=no"
9096 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9097 conftest
$ac_exeext conftest.
$ac_ext
9098 CFLAGS
=$ac_wine_try_cflags_saved
9100 ac_res
=`eval echo '${'$as_ac_var'}'`
9101 { echo "$as_me:$LINENO: result: $ac_res" >&5
9102 echo "${ECHO_T}$ac_res" >&6; }
9103 if test `eval echo '${'$as_ac_var'}'` = yes; then
9104 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9105 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9107 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9108 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9109 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9110 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9111 echo $ECHO_N "(cached) $ECHO_C" >&6
9113 ac_wine_try_cflags_saved
=$CFLAGS
9114 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9115 cat >conftest.
$ac_ext <<_ACEOF
9118 cat confdefs.h
>>conftest.
$ac_ext
9119 cat >>conftest.
$ac_ext <<_ACEOF
9120 /* end confdefs.h. */
9130 rm -f conftest.
$ac_objext conftest
$ac_exeext
9131 if { (ac_try
="$ac_link"
9133 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9134 *) ac_try_echo=$ac_try;;
9136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9137 (eval "$ac_link") 2>conftest.er1
9139 grep -v '^ *+' conftest.er1 >conftest.err
9141 cat conftest.err >&5
9142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143 (exit $ac_status); } && {
9144 test -z "$ac_c_werror_flag" ||
9145 test ! -s conftest.err
9146 } && test -s conftest$ac_exeext &&
9147 $as_test_x conftest$ac_exeext; then
9148 eval "$as_ac_var=yes"
9150 echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9153 eval "$as_ac_var=no"
9156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9157 conftest$ac_exeext conftest.$ac_ext
9158 CFLAGS=$ac_wine_try_cflags_saved
9160 ac_res=`eval echo '${'$as_ac_var'}'`
9161 { echo "$as_me:$LINENO: result: $ac_res" >&5
9162 echo "${ECHO_T}$ac_res" >&6; }
9163 if test `eval echo '${'$as_ac_var'}'` = yes; then
9164 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9165 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9171 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9172 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9173 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9174 echo $ECHO_N "(cached) $ECHO_C" >&6
9176 ac_wine_try_cflags_saved=$CFLAGS
9177 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9178 cat >conftest.$ac_ext <<_ACEOF
9181 cat confdefs.h >>conftest.$ac_ext
9182 cat >>conftest.$ac_ext <<_ACEOF
9183 /* end confdefs.h. */
9193 rm -f conftest.$ac_objext conftest$ac_exeext
9194 if { (ac_try="$ac_link"
9196 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9197 *) ac_try_echo
=$ac_try;;
9199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9200 (eval "$ac_link") 2>conftest.er1
9202 grep -v '^ *+' conftest.er1
>conftest.err
9204 cat conftest.err
>&5
9205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206 (exit $ac_status); } && {
9207 test -z "$ac_c_werror_flag" ||
9208 test ! -s conftest.err
9209 } && test -s conftest
$ac_exeext &&
9210 $as_test_x conftest
$ac_exeext; then
9211 ac_cv_cflags__Wl___enable_new_dtags
=yes
9213 echo "$as_me: failed program was:" >&5
9214 sed 's/^/| /' conftest.
$ac_ext >&5
9216 ac_cv_cflags__Wl___enable_new_dtags
=no
9219 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9220 conftest
$ac_exeext conftest.
$ac_ext
9221 CFLAGS
=$ac_wine_try_cflags_saved
9223 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9224 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9225 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9226 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9231 *i
[3456789]86* | x86_64
)
9232 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9233 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9234 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9235 echo $ECHO_N "(cached) $ECHO_C" >&6
9237 ac_wine_try_cflags_saved
=$CFLAGS
9238 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9239 cat >conftest.
$ac_ext <<_ACEOF
9242 cat confdefs.h
>>conftest.
$ac_ext
9243 cat >>conftest.
$ac_ext <<_ACEOF
9244 /* end confdefs.h. */
9254 rm -f conftest.
$ac_objext conftest
$ac_exeext
9255 if { (ac_try
="$ac_link"
9257 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9258 *) ac_try_echo=$ac_try;;
9260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9261 (eval "$ac_link") 2>conftest.er1
9263 grep -v '^ *+' conftest.er1 >conftest.err
9265 cat conftest.err >&5
9266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267 (exit $ac_status); } && {
9268 test -z "$ac_c_werror_flag" ||
9269 test ! -s conftest.err
9270 } && test -s conftest$ac_exeext &&
9271 $as_test_x conftest$ac_exeext; then
9272 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9274 echo "$as_me: failed program was:" >&5
9275 sed 's/^/| /' conftest.$ac_ext >&5
9277 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9281 conftest$ac_exeext conftest.$ac_ext
9282 CFLAGS=$ac_wine_try_cflags_saved
9284 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9285 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9286 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9287 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9294 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9295 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9296 if test "${ac_cv_c_dll_unixware+set}" = set; then
9297 echo $ECHO_N "(cached) $ECHO_C" >&6
9299 ac_wine_try_cflags_saved=$CFLAGS
9300 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9301 cat >conftest.$ac_ext <<_ACEOF
9304 rm -f conftest.$ac_objext conftest$ac_exeext
9305 if { (ac_try="$ac_link"
9307 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9308 *) ac_try_echo
=$ac_try;;
9310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9311 (eval "$ac_link") 2>conftest.er1
9313 grep -v '^ *+' conftest.er1
>conftest.err
9315 cat conftest.err
>&5
9316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9317 (exit $ac_status); } && {
9318 test -z "$ac_c_werror_flag" ||
9319 test ! -s conftest.err
9320 } && test -s conftest
$ac_exeext &&
9321 $as_test_x conftest
$ac_exeext; then
9322 ac_cv_c_dll_unixware
="yes"
9324 echo "$as_me: failed program was:" >&5
9325 sed 's/^/| /' conftest.
$ac_ext >&5
9327 ac_cv_c_dll_unixware
="no"
9330 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9331 conftest
$ac_exeext conftest.
$ac_ext
9332 CFLAGS
=$ac_wine_try_cflags_saved
9334 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9335 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9336 if test "$ac_cv_c_dll_unixware" = "yes"
9338 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9339 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9342 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9343 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9344 if test "${ac_cv_c_dll_hpux+set}" = set; then
9345 echo $ECHO_N "(cached) $ECHO_C" >&6
9347 ac_wine_try_cflags_saved
=$CFLAGS
9348 CFLAGS
="$CFLAGS -shared"
9349 cat >conftest.
$ac_ext <<_ACEOF
9352 rm -f conftest.
$ac_objext conftest
$ac_exeext
9353 if { (ac_try
="$ac_link"
9355 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9356 *) ac_try_echo=$ac_try;;
9358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9359 (eval "$ac_link") 2>conftest.er1
9361 grep -v '^ *+' conftest.er1 >conftest.err
9363 cat conftest.err >&5
9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365 (exit $ac_status); } && {
9366 test -z "$ac_c_werror_flag" ||
9367 test ! -s conftest.err
9368 } && test -s conftest$ac_exeext &&
9369 $as_test_x conftest$ac_exeext; then
9370 ac_cv_c_dll_hpux="yes"
9372 echo "$as_me: failed program was:" >&5
9373 sed 's/^/| /' conftest.$ac_ext >&5
9375 ac_cv_c_dll_hpux="no"
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379 conftest$ac_exeext conftest.$ac_ext
9380 CFLAGS=$ac_wine_try_cflags_saved
9382 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9383 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9384 if test "$ac_cv_c_dll_hpux" = "yes"
9388 LDDLLFLAGS="-shared -fPIC"
9389 LDSHARED="\$(CC) -shared"
9396 enable_winequartz_drv=${enable_winequartz_drv:-no}
9398 if test "$LIBEXT" = "a"; then
9399 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9400 It is currently not possible to build Wine without shared library
9401 (.so) support to allow transparent switch between .so and .dll files.
9402 If you are using Linux, you will need a newer binutils.
9404 echo "$as_me: error: could not find a way to build shared libraries.
9405 It is currently not possible to build Wine without shared library
9406 (.so) support to allow transparent switch between .so and .dll files.
9407 If you are using Linux, you will need a newer binutils.
9409 { (exit 1); exit 1; }; }
9412 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9414 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9416 # Extract the first word of "$ac_prog", so it can be a program name with args.
9417 set dummy $ac_prog; ac_word=$2
9418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9420 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9421 echo $ECHO_N "(cached) $ECHO_C" >&6
9423 if test -n "$CROSSCC"; then
9424 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9430 test -z "$as_dir" && as_dir=.
9431 for ac_exec_ext in '' $ac_executable_extensions; do
9432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9433 ac_cv_prog_CROSSCC="$ac_prog"
9434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9443 CROSSCC=$ac_cv_prog_CROSSCC
9444 if test -n "$CROSSCC"; then
9445 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9446 echo "${ECHO_T}$CROSSCC" >&6; }
9448 { echo "$as_me:$LINENO: result: no" >&5
9449 echo "${ECHO_T}no" >&6; }
9453 test -n "$CROSSCC" && break
9455 test -n "$CROSSCC" || CROSSCC="false"
9457 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9459 # Extract the first word of "$ac_prog", so it can be a program name with args.
9460 set dummy $ac_prog; ac_word=$2
9461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9463 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9464 echo $ECHO_N "(cached) $ECHO_C" >&6
9466 if test -n "$DLLTOOL"; then
9467 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9473 test -z "$as_dir" && as_dir=.
9474 for ac_exec_ext in '' $ac_executable_extensions; do
9475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9476 ac_cv_prog_DLLTOOL="$ac_prog"
9477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9486 DLLTOOL=$ac_cv_prog_DLLTOOL
9487 if test -n "$DLLTOOL"; then
9488 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9489 echo "${ECHO_T}$DLLTOOL" >&6; }
9491 { echo "$as_me:$LINENO: result: no" >&5
9492 echo "${ECHO_T}no" >&6; }
9496 test -n "$DLLTOOL" && break
9498 test -n "$DLLTOOL" || DLLTOOL="false"
9500 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9502 # Extract the first word of "$ac_prog", so it can be a program name with args.
9503 set dummy $ac_prog; ac_word=$2
9504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9506 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9507 echo $ECHO_N "(cached) $ECHO_C" >&6
9509 if test -n "$CROSSWINDRES"; then
9510 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9516 test -z "$as_dir" && as_dir=.
9517 for ac_exec_ext in '' $ac_executable_extensions; do
9518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519 ac_cv_prog_CROSSWINDRES="$ac_prog"
9520 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9529 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9530 if test -n "$CROSSWINDRES"; then
9531 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9532 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9534 { echo "$as_me:$LINENO: result: no" >&5
9535 echo "${ECHO_T}no" >&6; }
9539 test -n "$CROSSWINDRES" && break
9541 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9543 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9545 # Extract the first word of "$ac_prog", so it can be a program name with args.
9546 set dummy $ac_prog; ac_word=$2
9547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9549 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9552 if test -n "$MINGWAR"; then
9553 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9559 test -z "$as_dir" && as_dir=.
9560 for ac_exec_ext in '' $ac_executable_extensions; do
9561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9562 ac_cv_prog_MINGWAR="$ac_prog"
9563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9572 MINGWAR=$ac_cv_prog_MINGWAR
9573 if test -n "$MINGWAR"; then
9574 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9575 echo "${ECHO_T}$MINGWAR" >&6; }
9577 { echo "$as_me:$LINENO: result: no" >&5
9578 echo "${ECHO_T}no" >&6; }
9582 test -n "$MINGWAR" && break
9584 test -n "$MINGWAR" || MINGWAR="false"
9586 if test "$CROSSCC" != "false"
9588 CROSSTEST="\$(CROSSTEST)"
9594 if test "$have_x" = "yes"
9597 ac_save_CPPFLAGS="$CPPFLAGS"
9598 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9600 { echo "$as_me:$LINENO: checking for -lX11" >&5
9601 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9602 if test "${ac_cv_lib_soname_X11+set}" = set; then
9603 echo $ECHO_N "(cached) $ECHO_C" >&6
9605 ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat >conftest.$ac_ext <<_ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h. */
9614 /* Override any GCC internal prototype to avoid an error.
9615 Use char because int might match the return type of a GCC
9616 builtin and then its argument prototype would still apply. */
9620 char XCreateWindow ();
9624 return XCreateWindow ();
9629 rm -f conftest.$ac_objext conftest$ac_exeext
9630 if { (ac_try="$ac_link"
9632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9633 *) ac_try_echo
=$ac_try;;
9635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9636 (eval "$ac_link") 2>conftest.er1
9638 grep -v '^ *+' conftest.er1
>conftest.err
9640 cat conftest.err
>&5
9641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 (exit $ac_status); } && {
9643 test -z "$ac_c_werror_flag" ||
9644 test ! -s conftest.err
9645 } && test -s conftest
$ac_exeext &&
9646 $as_test_x conftest
$ac_exeext; then
9649 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'` ;;
9650 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9653 echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.
$ac_ext >&5
9659 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9660 conftest
$ac_exeext conftest.
$ac_ext
9661 LIBS
=$ac_check_soname_save_LIBS
9663 if test "x$ac_cv_lib_soname_X11" = "x"; then
9664 { echo "$as_me:$LINENO: result: not found" >&5
9665 echo "${ECHO_T}not found" >&6; }
9668 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9669 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9671 cat >>confdefs.h
<<_ACEOF
9672 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9678 { echo "$as_me:$LINENO: checking for -lXext" >&5
9679 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9680 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9681 echo $ECHO_N "(cached) $ECHO_C" >&6
9683 ac_check_soname_save_LIBS
=$LIBS
9684 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9685 cat >conftest.
$ac_ext <<_ACEOF
9688 cat confdefs.h
>>conftest.
$ac_ext
9689 cat >>conftest.
$ac_ext <<_ACEOF
9690 /* end confdefs.h. */
9692 /* Override any GCC internal prototype to avoid an error.
9693 Use char because int might match the return type of a GCC
9694 builtin and then its argument prototype would still apply. */
9698 char XextCreateExtension ();
9702 return XextCreateExtension ();
9707 rm -f conftest.
$ac_objext conftest
$ac_exeext
9708 if { (ac_try
="$ac_link"
9710 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9711 *) ac_try_echo=$ac_try;;
9713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9714 (eval "$ac_link") 2>conftest.er1
9716 grep -v '^ *+' conftest.er1 >conftest.err
9718 cat conftest.err >&5
9719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9720 (exit $ac_status); } && {
9721 test -z "$ac_c_werror_flag" ||
9722 test ! -s conftest.err
9723 } && test -s conftest$ac_exeext &&
9724 $as_test_x conftest$ac_exeext; then
9727 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'` ;;
9728 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9731 echo "$as_me: failed program was:" >&5
9732 sed 's/^/| /' conftest.$ac_ext >&5
9737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9738 conftest$ac_exeext conftest.$ac_ext
9739 LIBS=$ac_check_soname_save_LIBS
9741 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9742 { echo "$as_me:$LINENO: result: not found" >&5
9743 echo "${ECHO_T}not found" >&6; }
9746 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9747 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9749 cat >>confdefs.h <<_ACEOF
9750 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9769 for ac_header in X11/Xlib.h \
9772 X11/Xcursor/Xcursor.h \
9773 X11/extensions/shape.h \
9774 X11/extensions/XInput.h \
9775 X11/extensions/XShm.h \
9776 X11/extensions/Xcomposite.h \
9777 X11/extensions/Xinerama.h \
9778 X11/extensions/Xrandr.h \
9779 X11/extensions/Xrender.h \
9780 X11/extensions/xf86vmode.h
9782 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9783 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9786 echo $ECHO_N "(cached) $ECHO_C" >&6
9788 cat >conftest.$ac_ext <<_ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h. */
9794 #ifdef HAVE_X11_XLIB_H
9795 # include <X11/Xlib.h>
9797 #ifdef HAVE_X11_XUTIL_H
9798 # include <X11/Xutil.h>
9801 #include <$ac_header>
9803 rm -f conftest.$ac_objext
9804 if { (ac_try="$ac_compile"
9806 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9807 *) ac_try_echo
=$ac_try;;
9809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9810 (eval "$ac_compile") 2>conftest.er1
9812 grep -v '^ *+' conftest.er1
>conftest.err
9814 cat conftest.err
>&5
9815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9816 (exit $ac_status); } && {
9817 test -z "$ac_c_werror_flag" ||
9818 test ! -s conftest.err
9819 } && test -s conftest.
$ac_objext; then
9820 eval "$as_ac_Header=yes"
9822 echo "$as_me: failed program was:" >&5
9823 sed 's/^/| /' conftest.
$ac_ext >&5
9825 eval "$as_ac_Header=no"
9828 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9830 ac_res
=`eval echo '${'$as_ac_Header'}'`
9831 { echo "$as_me:$LINENO: result: $ac_res" >&5
9832 echo "${ECHO_T}$ac_res" >&6; }
9833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9834 cat >>confdefs.h
<<_ACEOF
9835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9843 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9845 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9846 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9847 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9848 echo $ECHO_N "(cached) $ECHO_C" >&6
9850 ac_check_lib_save_LIBS
=$LIBS
9851 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9852 cat >conftest.
$ac_ext <<_ACEOF
9855 cat confdefs.h
>>conftest.
$ac_ext
9856 cat >>conftest.
$ac_ext <<_ACEOF
9857 /* end confdefs.h. */
9859 /* Override any GCC internal prototype to avoid an error.
9860 Use char because int might match the return type of a GCC
9861 builtin and then its argument prototype would still apply. */
9865 char XkbQueryExtension ();
9869 return XkbQueryExtension ();
9874 rm -f conftest.
$ac_objext conftest
$ac_exeext
9875 if { (ac_try
="$ac_link"
9877 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9878 *) ac_try_echo=$ac_try;;
9880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9881 (eval "$ac_link") 2>conftest.er1
9883 grep -v '^ *+' conftest.er1 >conftest.err
9885 cat conftest.err >&5
9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } && {
9888 test -z "$ac_c_werror_flag" ||
9889 test ! -s conftest.err
9890 } && test -s conftest$ac_exeext &&
9891 $as_test_x conftest$ac_exeext; then
9892 ac_cv_lib_X11_XkbQueryExtension=yes
9894 echo "$as_me: failed program was:" >&5
9895 sed 's/^/| /' conftest.$ac_ext >&5
9897 ac_cv_lib_X11_XkbQueryExtension=no
9900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9901 conftest$ac_exeext conftest.$ac_ext
9902 LIBS=$ac_check_lib_save_LIBS
9904 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9905 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9906 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9908 cat >>confdefs.h <<\_ACEOF
9916 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9918 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9919 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9920 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9921 echo $ECHO_N "(cached) $ECHO_C" >&6
9923 ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9925 cat >conftest.$ac_ext <<_ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9932 /* Override any GCC internal prototype to avoid an error.
9933 Use char because int might match the return type of a GCC
9934 builtin and then its argument prototype would still apply. */
9938 char XcursorImageLoadCursor ();
9942 return XcursorImageLoadCursor ();
9947 rm -f conftest.$ac_objext conftest$ac_exeext
9948 if { (ac_try="$ac_link"
9950 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9951 *) ac_try_echo
=$ac_try;;
9953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9954 (eval "$ac_link") 2>conftest.er1
9956 grep -v '^ *+' conftest.er1
>conftest.err
9958 cat conftest.err
>&5
9959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9960 (exit $ac_status); } && {
9961 test -z "$ac_c_werror_flag" ||
9962 test ! -s conftest.err
9963 } && test -s conftest
$ac_exeext &&
9964 $as_test_x conftest
$ac_exeext; then
9967 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'` ;;
9968 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9971 echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.
$ac_ext >&5
9977 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9978 conftest
$ac_exeext conftest.
$ac_ext
9979 LIBS
=$ac_check_soname_save_LIBS
9981 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9982 { echo "$as_me:$LINENO: result: not found" >&5
9983 echo "${ECHO_T}not found" >&6; }
9986 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9987 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9989 cat >>confdefs.h
<<_ACEOF
9990 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9997 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9998 case "x$with_xcursor" in
9999 x
) wine_notices
="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10001 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10002 This is an error since --with-xcursor was requested." >&5
10003 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10004 This is an error since --with-xcursor was requested." >&2;}
10005 { (exit 1); exit 1; }; } ;;
10010 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10012 { echo "$as_me:$LINENO: checking for -lXi" >&5
10013 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10014 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10015 echo $ECHO_N "(cached) $ECHO_C" >&6
10017 ac_check_soname_save_LIBS
=$LIBS
10018 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10019 cat >conftest.
$ac_ext <<_ACEOF
10022 cat confdefs.h
>>conftest.
$ac_ext
10023 cat >>conftest.
$ac_ext <<_ACEOF
10024 /* end confdefs.h. */
10026 /* Override any GCC internal prototype to avoid an error.
10027 Use char because int might match the return type of a GCC
10028 builtin and then its argument prototype would still apply. */
10032 char XOpenDevice ();
10036 return XOpenDevice ();
10041 rm -f conftest.
$ac_objext conftest
$ac_exeext
10042 if { (ac_try
="$ac_link"
10043 case "(($ac_try" in
10044 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10045 *) ac_try_echo=$ac_try;;
10047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10048 (eval "$ac_link") 2>conftest.er1
10050 grep -v '^ *+' conftest.er1 >conftest.err
10052 cat conftest.err >&5
10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054 (exit $ac_status); } && {
10055 test -z "$ac_c_werror_flag" ||
10056 test ! -s conftest.err
10057 } && test -s conftest$ac_exeext &&
10058 $as_test_x conftest$ac_exeext; then
10061 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'` ;;
10062 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10065 echo "$as_me: failed program was:" >&5
10066 sed 's/^/| /' conftest.$ac_ext >&5
10071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10072 conftest$ac_exeext conftest.$ac_ext
10073 LIBS=$ac_check_soname_save_LIBS
10075 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10076 { echo "$as_me:$LINENO: result: not found" >&5
10077 echo "${ECHO_T}not found" >&6; }
10080 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10081 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10083 cat >>confdefs.h <<_ACEOF
10084 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10091 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10092 case "x$with_xinput" in
10093 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10095 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10096 This is an error since --with-xinput was requested." >&5
10097 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10098 This is an error since --with-xinput was requested." >&2;}
10099 { (exit 1); exit 1; }; } ;;
10104 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10106 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10107 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10108 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10109 echo $ECHO_N "(cached) $ECHO_C" >&6
10111 ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10113 cat >conftest.$ac_ext <<_ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h. */
10120 /* Override any GCC internal prototype to avoid an error.
10121 Use char because int might match the return type of a GCC
10122 builtin and then its argument prototype would still apply. */
10126 char XShmQueryExtension ();
10130 return XShmQueryExtension ();
10135 rm -f conftest.$ac_objext conftest$ac_exeext
10136 if { (ac_try="$ac_link"
10137 case "(($ac_try" in
10138 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10139 *) ac_try_echo
=$ac_try;;
10141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142 (eval "$ac_link") 2>conftest.er1
10144 grep -v '^ *+' conftest.er1
>conftest.err
10146 cat conftest.err
>&5
10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148 (exit $ac_status); } && {
10149 test -z "$ac_c_werror_flag" ||
10150 test ! -s conftest.err
10151 } && test -s conftest
$ac_exeext &&
10152 $as_test_x conftest
$ac_exeext; then
10153 ac_cv_lib_Xext_XShmQueryExtension
=yes
10155 echo "$as_me: failed program was:" >&5
10156 sed 's/^/| /' conftest.
$ac_ext >&5
10158 ac_cv_lib_Xext_XShmQueryExtension
=no
10161 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10162 conftest
$ac_exeext conftest.
$ac_ext
10163 LIBS
=$ac_check_lib_save_LIBS
10165 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10166 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10167 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10169 cat >>confdefs.h
<<\_ACEOF
10170 #define HAVE_LIBXXSHM 1
10176 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10177 case "x$with_xshm" in
10178 x
) wine_notices
="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10180 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10181 This is an error since --with-xshm was requested." >&5
10182 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10183 This is an error since --with-xshm was requested." >&2;}
10184 { (exit 1); exit 1; }; } ;;
10189 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10191 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10192 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10193 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10194 echo $ECHO_N "(cached) $ECHO_C" >&6
10196 ac_check_lib_save_LIBS
=$LIBS
10197 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10198 cat >conftest.
$ac_ext <<_ACEOF
10201 cat confdefs.h
>>conftest.
$ac_ext
10202 cat >>conftest.
$ac_ext <<_ACEOF
10203 /* end confdefs.h. */
10205 /* Override any GCC internal prototype to avoid an error.
10206 Use char because int might match the return type of a GCC
10207 builtin and then its argument prototype would still apply. */
10211 char XShapeQueryExtension ();
10215 return XShapeQueryExtension ();
10220 rm -f conftest.
$ac_objext conftest
$ac_exeext
10221 if { (ac_try
="$ac_link"
10222 case "(($ac_try" in
10223 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10224 *) ac_try_echo=$ac_try;;
10226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10227 (eval "$ac_link") 2>conftest.er1
10229 grep -v '^ *+' conftest.er1 >conftest.err
10231 cat conftest.err >&5
10232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10233 (exit $ac_status); } && {
10234 test -z "$ac_c_werror_flag" ||
10235 test ! -s conftest.err
10236 } && test -s conftest$ac_exeext &&
10237 $as_test_x conftest$ac_exeext; then
10238 ac_cv_lib_Xext_XShapeQueryExtension=yes
10240 echo "$as_me: failed program was:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10243 ac_cv_lib_Xext_XShapeQueryExtension=no
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247 conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_lib_save_LIBS
10250 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10251 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10252 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10254 cat >>confdefs.h <<\_ACEOF
10255 #define HAVE_LIBXSHAPE 1
10261 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10262 case "x$with_xshape" in
10263 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10265 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10266 This is an error since --with-xshape was requested." >&5
10267 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10268 This is an error since --with-xshape was requested." >&2;}
10269 { (exit 1); exit 1; }; } ;;
10274 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10276 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10277 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10278 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10279 echo $ECHO_N "(cached) $ECHO_C" >&6
10281 ac_check_soname_save_LIBS=$LIBS
10282 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10283 cat >conftest.$ac_ext <<_ACEOF
10286 cat confdefs.h >>conftest.$ac_ext
10287 cat >>conftest.$ac_ext <<_ACEOF
10288 /* end confdefs.h. */
10290 /* Override any GCC internal prototype to avoid an error.
10291 Use char because int might match the return type of a GCC
10292 builtin and then its argument prototype would still apply. */
10296 char XF86VidModeQueryExtension ();
10300 return XF86VidModeQueryExtension ();
10305 rm -f conftest.$ac_objext conftest$ac_exeext
10306 if { (ac_try="$ac_link"
10307 case "(($ac_try" in
10308 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10309 *) ac_try_echo
=$ac_try;;
10311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10312 (eval "$ac_link") 2>conftest.er1
10314 grep -v '^ *+' conftest.er1
>conftest.err
10316 cat conftest.err
>&5
10317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318 (exit $ac_status); } && {
10319 test -z "$ac_c_werror_flag" ||
10320 test ! -s conftest.err
10321 } && test -s conftest
$ac_exeext &&
10322 $as_test_x conftest
$ac_exeext; then
10325 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'` ;;
10326 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10329 echo "$as_me: failed program was:" >&5
10330 sed 's/^/| /' conftest.
$ac_ext >&5
10335 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10336 conftest
$ac_exeext conftest.
$ac_ext
10337 LIBS
=$ac_check_soname_save_LIBS
10339 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10340 { echo "$as_me:$LINENO: result: not found" >&5
10341 echo "${ECHO_T}not found" >&6; }
10344 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10345 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10347 cat >>confdefs.h
<<_ACEOF
10348 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10355 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10356 case "x$with_xxf86vm" in
10357 x
) wine_notices
="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10359 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10360 This is an error since --with-xxf86vm was requested." >&5
10361 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10362 This is an error since --with-xxf86vm was requested." >&2;}
10363 { (exit 1); exit 1; }; } ;;
10368 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"
10370 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10371 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10372 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10373 echo $ECHO_N "(cached) $ECHO_C" >&6
10375 ac_check_soname_save_LIBS
=$LIBS
10376 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377 cat >conftest.
$ac_ext <<_ACEOF
10380 cat confdefs.h
>>conftest.
$ac_ext
10381 cat >>conftest.
$ac_ext <<_ACEOF
10382 /* end confdefs.h. */
10384 /* Override any GCC internal prototype to avoid an error.
10385 Use char because int might match the return type of a GCC
10386 builtin and then its argument prototype would still apply. */
10390 char XRenderQueryExtension ();
10394 return XRenderQueryExtension ();
10399 rm -f conftest.
$ac_objext conftest
$ac_exeext
10400 if { (ac_try
="$ac_link"
10401 case "(($ac_try" in
10402 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10403 *) ac_try_echo=$ac_try;;
10405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10406 (eval "$ac_link") 2>conftest.er1
10408 grep -v '^ *+' conftest.er1 >conftest.err
10410 cat conftest.err >&5
10411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10412 (exit $ac_status); } && {
10413 test -z "$ac_c_werror_flag" ||
10414 test ! -s conftest.err
10415 } && test -s conftest$ac_exeext &&
10416 $as_test_x conftest$ac_exeext; then
10419 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'` ;;
10420 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10423 echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10430 conftest$ac_exeext conftest.$ac_ext
10431 LIBS=$ac_check_soname_save_LIBS
10433 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10434 { echo "$as_me:$LINENO: result: not found" >&5
10435 echo "${ECHO_T}not found" >&6; }
10438 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10439 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10441 cat >>confdefs.h <<_ACEOF
10442 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10445 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10446 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10447 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10448 echo $ECHO_N "(cached) $ECHO_C" >&6
10450 ac_check_lib_save_LIBS=$LIBS
10451 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10452 cat >conftest.$ac_ext <<_ACEOF
10455 cat confdefs.h >>conftest.$ac_ext
10456 cat >>conftest.$ac_ext <<_ACEOF
10457 /* end confdefs.h. */
10459 /* Override any GCC internal prototype to avoid an error.
10460 Use char because int might match the return type of a GCC
10461 builtin and then its argument prototype would still apply. */
10465 char XRenderSetPictureTransform ();
10469 return XRenderSetPictureTransform ();
10474 rm -f conftest.$ac_objext conftest$ac_exeext
10475 if { (ac_try="$ac_link"
10476 case "(($ac_try" in
10477 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10478 *) ac_try_echo
=$ac_try;;
10480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10481 (eval "$ac_link") 2>conftest.er1
10483 grep -v '^ *+' conftest.er1
>conftest.err
10485 cat conftest.err
>&5
10486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487 (exit $ac_status); } && {
10488 test -z "$ac_c_werror_flag" ||
10489 test ! -s conftest.err
10490 } && test -s conftest
$ac_exeext &&
10491 $as_test_x conftest
$ac_exeext; then
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10494 echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.
$ac_ext >&5
10497 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10500 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10501 conftest
$ac_exeext conftest.
$ac_ext
10502 LIBS
=$ac_check_lib_save_LIBS
10504 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10505 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10506 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10508 cat >>confdefs.h
<<\_ACEOF
10509 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10518 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10519 case "x$with_xrender" in
10520 x
) wine_warnings
="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10522 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10523 This is an error since --with-xrender was requested." >&5
10524 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10525 This is an error since --with-xrender was requested." >&2;}
10526 { (exit 1); exit 1; }; } ;;
10531 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10533 cat >conftest.
$ac_ext <<_ACEOF
10536 cat confdefs.h
>>conftest.
$ac_ext
10537 cat >>conftest.
$ac_ext <<_ACEOF
10538 /* end confdefs.h. */
10539 #include <X11/Xlib.h>
10540 #include <X11/extensions/Xrandr.h>
10544 static typeof(XRRSetScreenConfigAndRate) * func;
10549 rm -f conftest.
$ac_objext
10550 if { (ac_try
="$ac_compile"
10551 case "(($ac_try" in
10552 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10553 *) ac_try_echo=$ac_try;;
10555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10556 (eval "$ac_compile") 2>conftest.er1
10558 grep -v '^ *+' conftest.er1 >conftest.err
10560 cat conftest.err >&5
10561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562 (exit $ac_status); } && {
10563 test -z "$ac_c_werror_flag" ||
10564 test ! -s conftest.err
10565 } && test -s conftest.$ac_objext; then
10566 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10567 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10568 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10569 echo $ECHO_N "(cached) $ECHO_C" >&6
10571 ac_check_soname_save_LIBS=$LIBS
10572 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573 cat >conftest.$ac_ext <<_ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10586 char XRRQueryExtension ();
10590 return XRRQueryExtension ();
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10599 *) ac_try_echo
=$ac_try;;
10601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 (eval "$ac_link") 2>conftest.er1
10604 grep -v '^ *+' conftest.er1
>conftest.err
10606 cat conftest.err
>&5
10607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608 (exit $ac_status); } && {
10609 test -z "$ac_c_werror_flag" ||
10610 test ! -s conftest.err
10611 } && test -s conftest
$ac_exeext &&
10612 $as_test_x conftest
$ac_exeext; then
10615 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'` ;;
10616 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10619 echo "$as_me: failed program was:" >&5
10620 sed 's/^/| /' conftest.
$ac_ext >&5
10625 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10626 conftest
$ac_exeext conftest.
$ac_ext
10627 LIBS
=$ac_check_soname_save_LIBS
10629 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10630 { echo "$as_me:$LINENO: result: not found" >&5
10631 echo "${ECHO_T}not found" >&6; }
10634 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10635 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10637 cat >>confdefs.h
<<_ACEOF
10638 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10645 echo "$as_me: failed program was:" >&5
10646 sed 's/^/| /' conftest.
$ac_ext >&5
10651 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10653 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654 case "x$with_xrandr" in
10655 x
) wine_notices
="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10657 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10658 This is an error since --with-xrandr was requested." >&5
10659 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10660 This is an error since --with-xrandr was requested." >&2;}
10661 { (exit 1); exit 1; }; } ;;
10666 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10668 cat >conftest.
$ac_ext <<_ACEOF
10671 cat confdefs.h
>>conftest.
$ac_ext
10672 cat >>conftest.
$ac_ext <<_ACEOF
10673 /* end confdefs.h. */
10674 #include <X11/Xlib.h>
10675 #include <X11/extensions/Xinerama.h>
10679 static typeof(XineramaQueryScreens) * func;
10684 rm -f conftest.
$ac_objext
10685 if { (ac_try
="$ac_compile"
10686 case "(($ac_try" in
10687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10688 *) ac_try_echo=$ac_try;;
10690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10691 (eval "$ac_compile") 2>conftest.er1
10693 grep -v '^ *+' conftest.er1 >conftest.err
10695 cat conftest.err >&5
10696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697 (exit $ac_status); } && {
10698 test -z "$ac_c_werror_flag" ||
10699 test ! -s conftest.err
10700 } && test -s conftest.$ac_objext; then
10701 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10702 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10703 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10704 echo $ECHO_N "(cached) $ECHO_C" >&6
10706 ac_check_soname_save_LIBS=$LIBS
10707 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10708 cat >conftest.$ac_ext <<_ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h. */
10715 /* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10721 char XineramaQueryScreens ();
10725 return XineramaQueryScreens ();
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10734 *) ac_try_echo
=$ac_try;;
10736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10737 (eval "$ac_link") 2>conftest.er1
10739 grep -v '^ *+' conftest.er1
>conftest.err
10741 cat conftest.err
>&5
10742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743 (exit $ac_status); } && {
10744 test -z "$ac_c_werror_flag" ||
10745 test ! -s conftest.err
10746 } && test -s conftest
$ac_exeext &&
10747 $as_test_x conftest
$ac_exeext; then
10750 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'` ;;
10751 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10754 echo "$as_me: failed program was:" >&5
10755 sed 's/^/| /' conftest.
$ac_ext >&5
10760 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10761 conftest
$ac_exeext conftest.
$ac_ext
10762 LIBS
=$ac_check_soname_save_LIBS
10764 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10765 { echo "$as_me:$LINENO: result: not found" >&5
10766 echo "${ECHO_T}not found" >&6; }
10769 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10770 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10772 cat >>confdefs.h
<<_ACEOF
10773 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10780 echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.
$ac_ext >&5
10786 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10788 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789 case "x$with_xinerama" in
10790 x
) wine_notices
="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10792 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10793 This is an error since --with-xinerama was requested." >&5
10794 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10795 This is an error since --with-xinerama was requested." >&2;}
10796 { (exit 1); exit 1; }; } ;;
10801 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10803 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10804 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10805 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10806 echo $ECHO_N "(cached) $ECHO_C" >&6
10808 ac_check_soname_save_LIBS
=$LIBS
10809 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10810 cat >conftest.
$ac_ext <<_ACEOF
10813 cat confdefs.h
>>conftest.
$ac_ext
10814 cat >>conftest.
$ac_ext <<_ACEOF
10815 /* end confdefs.h. */
10817 /* Override any GCC internal prototype to avoid an error.
10818 Use char because int might match the return type of a GCC
10819 builtin and then its argument prototype would still apply. */
10823 char XCompositeRedirectWindow ();
10827 return XCompositeRedirectWindow ();
10832 rm -f conftest.
$ac_objext conftest
$ac_exeext
10833 if { (ac_try
="$ac_link"
10834 case "(($ac_try" in
10835 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10836 *) ac_try_echo=$ac_try;;
10838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10839 (eval "$ac_link") 2>conftest.er1
10841 grep -v '^ *+' conftest.er1 >conftest.err
10843 cat conftest.err >&5
10844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10845 (exit $ac_status); } && {
10846 test -z "$ac_c_werror_flag" ||
10847 test ! -s conftest.err
10848 } && test -s conftest$ac_exeext &&
10849 $as_test_x conftest$ac_exeext; then
10852 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'` ;;
10853 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10856 echo "$as_me: failed program was:" >&5
10857 sed 's/^/| /' conftest.$ac_ext >&5
10862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10863 conftest$ac_exeext conftest.$ac_ext
10864 LIBS=$ac_check_soname_save_LIBS
10866 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10867 { echo "$as_me:$LINENO: result: not found" >&5
10868 echo "${ECHO_T}not found" >&6; }
10871 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10872 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10874 cat >>confdefs.h <<_ACEOF
10875 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10882 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10883 case "x$with_xcomposite" in
10884 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10886 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10887 This is an error since --with-xcomposite was requested." >&5
10888 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10889 This is an error since --with-xcomposite was requested." >&2;}
10890 { (exit 1); exit 1; }; } ;;
10895 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10896 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10897 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10898 echo $ECHO_N "(cached) $ECHO_C" >&6
10900 cat >conftest.$ac_ext <<_ACEOF
10903 cat confdefs.h >>conftest.$ac_ext
10904 cat >>conftest.$ac_ext <<_ACEOF
10905 /* end confdefs.h. */
10906 #ifdef HAVE_X11_XLIB_H
10907 #include <X11/Xlib.h>
10913 static XICCallback ac_aggr;
10914 if (ac_aggr.callback)
10920 rm -f conftest.$ac_objext
10921 if { (ac_try="$ac_compile"
10922 case "(($ac_try" in
10923 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10924 *) ac_try_echo
=$ac_try;;
10926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10927 (eval "$ac_compile") 2>conftest.er1
10929 grep -v '^ *+' conftest.er1
>conftest.err
10931 cat conftest.err
>&5
10932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933 (exit $ac_status); } && {
10934 test -z "$ac_c_werror_flag" ||
10935 test ! -s conftest.err
10936 } && test -s conftest.
$ac_objext; then
10937 ac_cv_member_XICCallback_callback
=yes
10939 echo "$as_me: failed program was:" >&5
10940 sed 's/^/| /' conftest.
$ac_ext >&5
10942 cat >conftest.
$ac_ext <<_ACEOF
10945 cat confdefs.h
>>conftest.
$ac_ext
10946 cat >>conftest.
$ac_ext <<_ACEOF
10947 /* end confdefs.h. */
10948 #ifdef HAVE_X11_XLIB_H
10949 #include <X11/Xlib.h>
10955 static XICCallback ac_aggr;
10956 if (sizeof ac_aggr.callback)
10962 rm -f conftest.
$ac_objext
10963 if { (ac_try
="$ac_compile"
10964 case "(($ac_try" in
10965 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10966 *) ac_try_echo=$ac_try;;
10968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10969 (eval "$ac_compile") 2>conftest.er1
10971 grep -v '^ *+' conftest.er1 >conftest.err
10973 cat conftest.err >&5
10974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975 (exit $ac_status); } && {
10976 test -z "$ac_c_werror_flag" ||
10977 test ! -s conftest.err
10978 } && test -s conftest.$ac_objext; then
10979 ac_cv_member_XICCallback_callback=yes
10981 echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10984 ac_cv_member_XICCallback_callback=no
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10992 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10993 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10994 if test $ac_cv_member_XICCallback_callback = yes; then
10996 cat >>confdefs.h <<_ACEOF
10997 #define HAVE_XICCALLBACK_CALLBACK 1
11006 if test "x$with_opengl" != "xno"
11012 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11014 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11018 echo $ECHO_N "(cached) $ECHO_C" >&6
11020 cat >conftest.$ac_ext <<_ACEOF
11023 cat confdefs.h >>conftest.$ac_ext
11024 cat >>conftest.$ac_ext <<_ACEOF
11025 /* end confdefs.h. */
11026 #ifdef HAVE_GL_GLX_H
11027 # include <GL/glx.h>
11030 #include <$ac_header>
11032 rm -f conftest.$ac_objext
11033 if { (ac_try="$ac_compile"
11034 case "(($ac_try" in
11035 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11036 *) ac_try_echo
=$ac_try;;
11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039 (eval "$ac_compile") 2>conftest.er1
11041 grep -v '^ *+' conftest.er1
>conftest.err
11043 cat conftest.err
>&5
11044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045 (exit $ac_status); } && {
11046 test -z "$ac_c_werror_flag" ||
11047 test ! -s conftest.err
11048 } && test -s conftest.
$ac_objext; then
11049 eval "$as_ac_Header=yes"
11051 echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.
$ac_ext >&5
11054 eval "$as_ac_Header=no"
11057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11059 ac_res
=`eval echo '${'$as_ac_Header'}'`
11060 { echo "$as_me:$LINENO: result: $ac_res" >&5
11061 echo "${ECHO_T}$ac_res" >&6; }
11062 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11063 cat >>confdefs.h
<<_ACEOF
11064 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11071 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11073 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11074 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11075 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11076 echo $ECHO_N "(cached) $ECHO_C" >&6
11078 cat >conftest.
$ac_ext <<_ACEOF
11081 cat confdefs.h
>>conftest.
$ac_ext
11082 cat >>conftest.
$ac_ext <<_ACEOF
11083 /* end confdefs.h. */
11088 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11093 rm -f conftest.
$ac_objext
11094 if { (ac_try
="$ac_compile"
11095 case "(($ac_try" in
11096 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11097 *) ac_try_echo=$ac_try;;
11099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11100 (eval "$ac_compile") 2>conftest.er1
11102 grep -v '^ *+' conftest.er1 >conftest.err
11104 cat conftest.err >&5
11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); } && {
11107 test -z "$ac_c_werror_flag" ||
11108 test ! -s conftest.err
11109 } && test -s conftest.$ac_objext; then
11110 wine_cv_opengl_header_version_OK="yes"
11112 echo "$as_me: failed program was:" >&5
11113 sed 's/^/| /' conftest.$ac_ext >&5
11115 wine_cv_opengl_header_version_OK="no"
11118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11120 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11121 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11123 if test "$wine_cv_opengl_header_version_OK" = "yes"
11125 { echo "$as_me:$LINENO: checking for -lGL" >&5
11126 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11127 if test "${ac_cv_lib_soname_GL+set}" = set; then
11128 echo $ECHO_N "(cached) $ECHO_C" >&6
11130 ac_check_soname_save_LIBS=$LIBS
11131 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11132 cat >conftest.$ac_ext <<_ACEOF
11135 cat confdefs.h >>conftest.$ac_ext
11136 cat >>conftest.$ac_ext <<_ACEOF
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11145 char glXCreateContext ();
11149 return glXCreateContext ();
11154 rm -f conftest.$ac_objext conftest$ac_exeext
11155 if { (ac_try="$ac_link"
11156 case "(($ac_try" in
11157 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11158 *) ac_try_echo
=$ac_try;;
11160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11161 (eval "$ac_link") 2>conftest.er1
11163 grep -v '^ *+' conftest.er1
>conftest.err
11165 cat conftest.err
>&5
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); } && {
11168 test -z "$ac_c_werror_flag" ||
11169 test ! -s conftest.err
11170 } && test -s conftest
$ac_exeext &&
11171 $as_test_x conftest
$ac_exeext; then
11174 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'` ;;
11175 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11178 echo "$as_me: failed program was:" >&5
11179 sed 's/^/| /' conftest.
$ac_ext >&5
11184 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11185 conftest
$ac_exeext conftest.
$ac_ext
11186 LIBS
=$ac_check_soname_save_LIBS
11188 if test "x$ac_cv_lib_soname_GL" = "x"; then
11189 { echo "$as_me:$LINENO: result: not found" >&5
11190 echo "${ECHO_T}not found" >&6; }
11191 { echo "$as_me:$LINENO: checking for -lGL" >&5
11192 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11193 if test "${ac_cv_lib_soname_GL+set}" = set; then
11194 echo $ECHO_N "(cached) $ECHO_C" >&6
11196 ac_check_soname_save_LIBS
=$LIBS
11197 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"
11198 cat >conftest.
$ac_ext <<_ACEOF
11201 cat confdefs.h
>>conftest.
$ac_ext
11202 cat >>conftest.
$ac_ext <<_ACEOF
11203 /* end confdefs.h. */
11205 /* Override any GCC internal prototype to avoid an error.
11206 Use char because int might match the return type of a GCC
11207 builtin and then its argument prototype would still apply. */
11211 char glXCreateContext ();
11215 return glXCreateContext ();
11220 rm -f conftest.
$ac_objext conftest
$ac_exeext
11221 if { (ac_try
="$ac_link"
11222 case "(($ac_try" in
11223 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11224 *) ac_try_echo=$ac_try;;
11226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11227 (eval "$ac_link") 2>conftest.er1
11229 grep -v '^ *+' conftest.er1 >conftest.err
11231 cat conftest.err >&5
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); } && {
11234 test -z "$ac_c_werror_flag" ||
11235 test ! -s conftest.err
11236 } && test -s conftest$ac_exeext &&
11237 $as_test_x conftest$ac_exeext; then
11240 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'` ;;
11241 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11244 echo "$as_me: failed program was:" >&5
11245 sed 's/^/| /' conftest.$ac_ext >&5
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251 conftest$ac_exeext conftest.$ac_ext
11252 LIBS=$ac_check_soname_save_LIBS
11254 if test "x$ac_cv_lib_soname_GL" = "x"; then
11255 { echo "$as_me:$LINENO: result: not found" >&5
11256 echo "${ECHO_T}not found" >&6; }
11257 if test -f /usr/X11R6/lib/libGL.a
11259 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11260 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11262 opengl_msg="No OpenGL library found on this system."
11265 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11266 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11272 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"
11274 cat >>confdefs.h <<\_ACEOF
11275 #define HAVE_OPENGL 1
11281 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11282 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11290 cat >>confdefs.h <<\_ACEOF
11291 #define HAVE_OPENGL 1
11296 if test "$ac_cv_header_GL_glu_h" = "yes"
11298 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11299 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11300 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11301 echo $ECHO_N "(cached) $ECHO_C" >&6
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11305 cat >conftest.$ac_ext <<_ACEOF
11308 cat confdefs.h >>conftest.$ac_ext
11309 cat >>conftest.$ac_ext <<_ACEOF
11310 /* end confdefs.h. */
11312 /* Override any GCC internal prototype to avoid an error.
11313 Use char because int might match the return type of a GCC
11314 builtin and then its argument prototype would still apply. */
11322 return gluLookAt ();
11327 rm -f conftest.$ac_objext conftest$ac_exeext
11328 if { (ac_try="$ac_link"
11329 case "(($ac_try" in
11330 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11331 *) ac_try_echo
=$ac_try;;
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334 (eval "$ac_link") 2>conftest.er1
11336 grep -v '^ *+' conftest.er1
>conftest.err
11338 cat conftest.err
>&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest
$ac_exeext &&
11344 $as_test_x conftest
$ac_exeext; then
11347 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'` ;;
11348 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11351 echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.
$ac_ext >&5
11357 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11358 conftest
$ac_exeext conftest.
$ac_ext
11359 LIBS
=$ac_check_soname_save_LIBS
11361 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11362 { echo "$as_me:$LINENO: result: not found" >&5
11363 echo "${ECHO_T}not found" >&6; }
11366 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11367 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11369 cat >>confdefs.h
<<_ACEOF
11370 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11377 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11378 case "x$with_glu" in
11379 x
) wine_notices
="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11381 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11382 This is an error since --with-glu was requested." >&5
11383 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11384 This is an error since --with-glu was requested." >&2;}
11385 { (exit 1); exit 1; }; } ;;
11390 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11393 opengl_msg
="OpenGL development headers not found."
11395 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11396 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11398 enable_opengl32
=${enable_opengl32:-no}
11399 enable_glu32
=${enable_glu32:-no}
11401 if test -n "$opengl_msg"; then
11402 case "x$with_opengl" in
11403 x
) wine_warnings
="$wine_warnings|$opengl_msg
11404 OpenGL and Direct3D won't be supported." ;;
11406 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11407 OpenGL and Direct3D won't be supported.
11408 This is an error since --with-opengl was requested." >&5
11409 echo "$as_me: error: $opengl_msg
11410 OpenGL and Direct3D won't be supported.
11411 This is an error since --with-opengl was requested." >&2;}
11412 { (exit 1); exit 1; }; } ;;
11420 for ac_header
in audio
/audiolib.h
11422 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11423 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11426 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11427 echo $ECHO_N "(cached) $ECHO_C" >&6
11429 ac_res
=`eval echo '${'$as_ac_Header'}'`
11430 { echo "$as_me:$LINENO: result: $ac_res" >&5
11431 echo "${ECHO_T}$ac_res" >&6; }
11433 # Is the header compilable?
11434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11436 cat >conftest.
$ac_ext <<_ACEOF
11439 cat confdefs.h
>>conftest.
$ac_ext
11440 cat >>conftest.
$ac_ext <<_ACEOF
11441 /* end confdefs.h. */
11442 $ac_includes_default
11443 #include <$ac_header>
11445 rm -f conftest.
$ac_objext
11446 if { (ac_try
="$ac_compile"
11447 case "(($ac_try" in
11448 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11449 *) ac_try_echo=$ac_try;;
11451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11452 (eval "$ac_compile") 2>conftest.er1
11454 grep -v '^ *+' conftest.er1 >conftest.err
11456 cat conftest.err >&5
11457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11458 (exit $ac_status); } && {
11459 test -z "$ac_c_werror_flag" ||
11460 test ! -s conftest.err
11461 } && test -s conftest.$ac_objext; then
11462 ac_header_compiler=yes
11464 echo "$as_me: failed program was:" >&5
11465 sed 's/^/| /' conftest.$ac_ext >&5
11467 ac_header_compiler=no
11470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11472 echo "${ECHO_T}$ac_header_compiler" >&6; }
11474 # Is the header present?
11475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11477 cat >conftest.$ac_ext <<_ACEOF
11480 cat confdefs.h >>conftest.$ac_ext
11481 cat >>conftest.$ac_ext <<_ACEOF
11482 /* end confdefs.h. */
11483 #include <$ac_header>
11485 if { (ac_try="$ac_cpp conftest.$ac_ext"
11486 case "(($ac_try" in
11487 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11488 *) ac_try_echo
=$ac_try;;
11490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11493 grep -v '^ *+' conftest.er1
>conftest.err
11495 cat conftest.err
>&5
11496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11497 (exit $ac_status); } >/dev
/null
&& {
11498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11499 test ! -s conftest.err
11501 ac_header_preproc
=yes
11503 echo "$as_me: failed program was:" >&5
11504 sed 's/^/| /' conftest.
$ac_ext >&5
11506 ac_header_preproc
=no
11509 rm -f conftest.err conftest.
$ac_ext
11510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11511 echo "${ECHO_T}$ac_header_preproc" >&6; }
11513 # So? What about this header?
11514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11520 ac_header_preproc
=yes
11523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11536 ## ------------------------------------ ##
11537 ## Report this to wine-devel@winehq.org ##
11538 ## ------------------------------------ ##
11540 ) |
sed "s/^/$as_me: WARNING: /" >&2
11543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11545 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11546 echo $ECHO_N "(cached) $ECHO_C" >&6
11548 eval "$as_ac_Header=\$ac_header_preproc"
11550 ac_res
=`eval echo '${'$as_ac_Header'}'`
11551 { echo "$as_me:$LINENO: result: $ac_res" >&5
11552 echo "${ECHO_T}$ac_res" >&6; }
11555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11556 cat >>confdefs.h
<<_ACEOF
11557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11560 for ac_header
in audio
/soundlib.h
11562 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11563 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11565 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11566 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 cat >conftest.
$ac_ext <<_ACEOF
11571 cat confdefs.h
>>conftest.
$ac_ext
11572 cat >>conftest.
$ac_ext <<_ACEOF
11573 /* end confdefs.h. */
11574 #include <audio/audiolib.h>
11576 #include <$ac_header>
11578 rm -f conftest.
$ac_objext
11579 if { (ac_try
="$ac_compile"
11580 case "(($ac_try" in
11581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11582 *) ac_try_echo=$ac_try;;
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585 (eval "$ac_compile") 2>conftest.er1
11587 grep -v '^ *+' conftest.er1 >conftest.err
11589 cat conftest.err >&5
11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591 (exit $ac_status); } && {
11592 test -z "$ac_c_werror_flag" ||
11593 test ! -s conftest.err
11594 } && test -s conftest.$ac_objext; then
11595 eval "$as_ac_Header=yes"
11597 echo "$as_me: failed program was:" >&5
11598 sed 's/^/| /' conftest.$ac_ext >&5
11600 eval "$as_ac_Header=no"
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11605 ac_res=`eval echo '${'$as_ac_Header'}'`
11606 { echo "$as_me:$LINENO: result: $ac_res" >&5
11607 echo "${ECHO_T}$ac_res" >&6; }
11608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11609 cat >>confdefs.h <<_ACEOF
11610 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11617 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11618 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11619 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11620 echo $ECHO_N "(cached) $ECHO_C" >&6
11622 ac_check_lib_save_LIBS=$LIBS
11623 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11624 cat >conftest.$ac_ext <<_ACEOF
11627 cat confdefs.h >>conftest.$ac_ext
11628 cat >>conftest.$ac_ext <<_ACEOF
11629 /* end confdefs.h. */
11631 /* Override any GCC internal prototype to avoid an error.
11632 Use char because int might match the return type of a GCC
11633 builtin and then its argument prototype would still apply. */
11637 char AuCreateFlow ();
11641 return AuCreateFlow ();
11646 rm -f conftest.$ac_objext conftest$ac_exeext
11647 if { (ac_try="$ac_link"
11648 case "(($ac_try" in
11649 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11650 *) ac_try_echo
=$ac_try;;
11652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11653 (eval "$ac_link") 2>conftest.er1
11655 grep -v '^ *+' conftest.er1
>conftest.err
11657 cat conftest.err
>&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } && {
11660 test -z "$ac_c_werror_flag" ||
11661 test ! -s conftest.err
11662 } && test -s conftest
$ac_exeext &&
11663 $as_test_x conftest
$ac_exeext; then
11664 ac_cv_lib_audio_AuCreateFlow
=yes
11666 echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.
$ac_ext >&5
11669 ac_cv_lib_audio_AuCreateFlow
=no
11672 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11673 conftest
$ac_exeext conftest.
$ac_ext
11674 LIBS
=$ac_check_lib_save_LIBS
11676 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11677 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11678 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11680 cat >>confdefs.h
<<\_ACEOF
11684 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11685 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11686 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11687 echo $ECHO_N "(cached) $ECHO_C" >&6
11689 ac_check_lib_save_LIBS
=$LIBS
11690 LIBS
="-lXau $X_LIBS $LIBS"
11691 cat >conftest.
$ac_ext <<_ACEOF
11694 cat confdefs.h
>>conftest.
$ac_ext
11695 cat >>conftest.
$ac_ext <<_ACEOF
11696 /* end confdefs.h. */
11698 /* Override any GCC internal prototype to avoid an error.
11699 Use char because int might match the return type of a GCC
11700 builtin and then its argument prototype would still apply. */
11704 char XauGetBestAuthByAddr ();
11708 return XauGetBestAuthByAddr ();
11713 rm -f conftest.
$ac_objext conftest
$ac_exeext
11714 if { (ac_try
="$ac_link"
11715 case "(($ac_try" in
11716 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11717 *) ac_try_echo=$ac_try;;
11719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11720 (eval "$ac_link") 2>conftest.er1
11722 grep -v '^ *+' conftest.er1 >conftest.err
11724 cat conftest.err >&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); } && {
11727 test -z "$ac_c_werror_flag" ||
11728 test ! -s conftest.err
11729 } && test -s conftest$ac_exeext &&
11730 $as_test_x conftest$ac_exeext; then
11731 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11733 echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11736 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740 conftest$ac_exeext conftest.$ac_ext
11741 LIBS=$ac_check_lib_save_LIBS
11743 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11744 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11745 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11746 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11748 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11759 CPPFLAGS="$ac_save_CPPFLAGS"
11764 enable_winex11_drv=${enable_winex11_drv:-no}
11765 enable_opengl32=${enable_opengl32:-no}
11766 enable_glu32=${enable_glu32:-no}
11768 if test "x$XLIB" = "x"; then
11771 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11772 without X support, which probably isn't what you want. You will need to install
11773 development packages of Xlib/Xfree86 at the very least.
11774 Use the --without-x option if you really want this." >&5
11775 echo "$as_me: error: X development files not found. Wine will be built
11776 without X support, which probably isn't what you want. You will need to install
11777 development packages of Xlib/Xfree86 at the very least.
11778 Use the --without-x option if you really want this." >&2;}
11779 { (exit 1); exit 1; }; } ;;
11793 if test "x$with_xml" != "xno"
11795 ac_save_CPPFLAGS="$CPPFLAGS"
11796 if test "$PKG_CONFIG" != "false"
11798 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11799 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11801 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11802 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11804 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11806 for ac_header in libxml/parser.h
11808 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11810 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11813 echo $ECHO_N "(cached) $ECHO_C" >&6
11815 ac_res=`eval echo '${'$as_ac_Header'}'`
11816 { echo "$as_me:$LINENO: result: $ac_res" >&5
11817 echo "${ECHO_T}$ac_res" >&6; }
11819 # Is the header compilable?
11820 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11821 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11822 cat >conftest.$ac_ext <<_ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h. */
11828 $ac_includes_default
11829 #include <$ac_header>
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11835 *) ac_try_echo
=$ac_try;;
11837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11838 (eval "$ac_compile") 2>conftest.er1
11840 grep -v '^ *+' conftest.er1
>conftest.err
11842 cat conftest.err
>&5
11843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11844 (exit $ac_status); } && {
11845 test -z "$ac_c_werror_flag" ||
11846 test ! -s conftest.err
11847 } && test -s conftest.
$ac_objext; then
11848 ac_header_compiler
=yes
11850 echo "$as_me: failed program was:" >&5
11851 sed 's/^/| /' conftest.
$ac_ext >&5
11853 ac_header_compiler
=no
11856 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11857 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11858 echo "${ECHO_T}$ac_header_compiler" >&6; }
11860 # Is the header present?
11861 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11862 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11863 cat >conftest.
$ac_ext <<_ACEOF
11866 cat confdefs.h
>>conftest.
$ac_ext
11867 cat >>conftest.
$ac_ext <<_ACEOF
11868 /* end confdefs.h. */
11869 #include <$ac_header>
11871 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11872 case "(($ac_try" in
11873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11874 *) ac_try_echo=$ac_try;;
11876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11877 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11879 grep -v '^ *+' conftest.er1 >conftest.err
11881 cat conftest.err >&5
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); } >/dev/null && {
11884 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11885 test ! -s conftest.err
11887 ac_header_preproc=yes
11889 echo "$as_me: failed program was:" >&5
11890 sed 's/^/| /' conftest.$ac_ext >&5
11892 ac_header_preproc=no
11895 rm -f conftest.err conftest.$ac_ext
11896 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11897 echo "${ECHO_T}$ac_header_preproc" >&6; }
11899 # So? What about this header?
11900 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11903 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11905 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11906 ac_header_preproc=yes
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11910 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11912 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11914 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11915 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11916 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11918 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11919 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11920 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11922 ## ------------------------------------ ##
11923 ## Report this to wine-devel@winehq.org ##
11924 ## ------------------------------------ ##
11926 ) | sed "s/^/$as_me: WARNING: /" >&2
11929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11932 echo $ECHO_N "(cached) $ECHO_C" >&6
11934 eval "$as_ac_Header=\$ac_header_preproc"
11936 ac_res=`eval echo '${'$as_ac_Header'}'`
11937 { echo "$as_me:$LINENO: result: $ac_res" >&5
11938 echo "${ECHO_T}$ac_res" >&6; }
11941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11942 cat >>confdefs.h <<_ACEOF
11943 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11945 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11946 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11947 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11948 echo $ECHO_N "(cached) $ECHO_C" >&6
11950 ac_check_lib_save_LIBS=$LIBS
11951 LIBS="-lxml2 $ac_xml_libs $LIBS"
11952 cat >conftest.$ac_ext <<_ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h. */
11959 /* Override any GCC internal prototype to avoid an error.
11960 Use char because int might match the return type of a GCC
11961 builtin and then its argument prototype would still apply. */
11965 char xmlParseMemory ();
11969 return xmlParseMemory ();
11974 rm -f conftest.$ac_objext conftest$ac_exeext
11975 if { (ac_try="$ac_link"
11976 case "(($ac_try" in
11977 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11978 *) ac_try_echo
=$ac_try;;
11980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11981 (eval "$ac_link") 2>conftest.er1
11983 grep -v '^ *+' conftest.er1
>conftest.err
11985 cat conftest.err
>&5
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); } && {
11988 test -z "$ac_c_werror_flag" ||
11989 test ! -s conftest.err
11990 } && test -s conftest
$ac_exeext &&
11991 $as_test_x conftest
$ac_exeext; then
11992 ac_cv_lib_xml2_xmlParseMemory
=yes
11994 echo "$as_me: failed program was:" >&5
11995 sed 's/^/| /' conftest.
$ac_ext >&5
11997 ac_cv_lib_xml2_xmlParseMemory
=no
12000 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12001 conftest
$ac_exeext conftest.
$ac_ext
12002 LIBS
=$ac_check_lib_save_LIBS
12004 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12005 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12006 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12008 cat >>confdefs.h
<<\_ACEOF
12009 #define HAVE_LIBXML2 1
12012 XML2LIBS
="$ac_xml_libs"
12013 XML2INCL
="$ac_xml_cflags"
12016 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12017 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12018 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12019 echo $ECHO_N "(cached) $ECHO_C" >&6
12021 ac_check_lib_save_LIBS
=$LIBS
12022 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12023 cat >conftest.
$ac_ext <<_ACEOF
12026 cat confdefs.h
>>conftest.
$ac_ext
12027 cat >>conftest.
$ac_ext <<_ACEOF
12028 /* end confdefs.h. */
12030 /* Override any GCC internal prototype to avoid an error.
12031 Use char because int might match the return type of a GCC
12032 builtin and then its argument prototype would still apply. */
12036 char xmlReadMemory ();
12040 return xmlReadMemory ();
12045 rm -f conftest.
$ac_objext conftest
$ac_exeext
12046 if { (ac_try
="$ac_link"
12047 case "(($ac_try" in
12048 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12049 *) ac_try_echo=$ac_try;;
12051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12052 (eval "$ac_link") 2>conftest.er1
12054 grep -v '^ *+' conftest.er1 >conftest.err
12056 cat conftest.err >&5
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); } && {
12059 test -z "$ac_c_werror_flag" ||
12060 test ! -s conftest.err
12061 } && test -s conftest$ac_exeext &&
12062 $as_test_x conftest$ac_exeext; then
12063 ac_cv_lib_xml2_xmlReadMemory=yes
12065 echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12068 ac_cv_lib_xml2_xmlReadMemory=no
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072 conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12075 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12076 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12077 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_XMLREADMEMORY 1
12085 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12086 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12087 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12088 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 ac_check_lib_save_LIBS=$LIBS
12091 LIBS="-lxml2 $ac_xml_libs $LIBS"
12092 cat >conftest.$ac_ext <<_ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h. */
12099 /* Override any GCC internal prototype to avoid an error.
12100 Use char because int might match the return type of a GCC
12101 builtin and then its argument prototype would still apply. */
12105 char xmlNewDocPI ();
12109 return xmlNewDocPI ();
12114 rm -f conftest.$ac_objext conftest$ac_exeext
12115 if { (ac_try="$ac_link"
12116 case "(($ac_try" in
12117 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12118 *) ac_try_echo
=$ac_try;;
12120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12121 (eval "$ac_link") 2>conftest.er1
12123 grep -v '^ *+' conftest.er1
>conftest.err
12125 cat conftest.err
>&5
12126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12127 (exit $ac_status); } && {
12128 test -z "$ac_c_werror_flag" ||
12129 test ! -s conftest.err
12130 } && test -s conftest
$ac_exeext &&
12131 $as_test_x conftest
$ac_exeext; then
12132 ac_cv_lib_xml2_xmlNewDocPI
=yes
12134 echo "$as_me: failed program was:" >&5
12135 sed 's/^/| /' conftest.
$ac_ext >&5
12137 ac_cv_lib_xml2_xmlNewDocPI
=no
12140 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12141 conftest
$ac_exeext conftest.
$ac_ext
12142 LIBS
=$ac_check_lib_save_LIBS
12144 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12145 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12146 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12148 cat >>confdefs.h
<<\_ACEOF
12149 #define HAVE_XMLNEWDOCPI 1
12159 CPPFLAGS
="$ac_save_CPPFLAGS"
12161 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12162 case "x$with_xml" in
12163 x
) wine_warnings
="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12165 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12166 This is an error since --with-xml was requested." >&5
12167 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12168 This is an error since --with-xml was requested." >&2;}
12169 { (exit 1); exit 1; }; } ;;
12174 if test "x$with_xslt" != "xno"
12176 if test "$PKG_CONFIG" != "false"
12178 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12179 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12181 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12182 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12184 ac_save_CPPFLAGS
="$CPPFLAGS"
12185 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12188 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12190 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12191 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12193 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12194 echo $ECHO_N "(cached) $ECHO_C" >&6
12196 cat >conftest.
$ac_ext <<_ACEOF
12199 cat confdefs.h
>>conftest.
$ac_ext
12200 cat >>conftest.
$ac_ext <<_ACEOF
12201 /* end confdefs.h. */
12202 #ifdef HAVE_LIBXSLT_PATTERN_H
12203 # include <libxslt/pattern.h>
12206 #include <$ac_header>
12208 rm -f conftest.
$ac_objext
12209 if { (ac_try
="$ac_compile"
12210 case "(($ac_try" in
12211 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12212 *) ac_try_echo=$ac_try;;
12214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12215 (eval "$ac_compile") 2>conftest.er1
12217 grep -v '^ *+' conftest.er1 >conftest.err
12219 cat conftest.err >&5
12220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221 (exit $ac_status); } && {
12222 test -z "$ac_c_werror_flag" ||
12223 test ! -s conftest.err
12224 } && test -s conftest.$ac_objext; then
12225 eval "$as_ac_Header=yes"
12227 echo "$as_me: failed program was:" >&5
12228 sed 's/^/| /' conftest.$ac_ext >&5
12230 eval "$as_ac_Header=no"
12233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12235 ac_res=`eval echo '${'$as_ac_Header'}'`
12236 { echo "$as_me:$LINENO: result: $ac_res" >&5
12237 echo "${ECHO_T}$ac_res" >&6; }
12238 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12239 cat >>confdefs.h <<_ACEOF
12240 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12247 CPPFLAGS="$ac_save_CPPFLAGS"
12248 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12250 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12251 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12252 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12253 echo $ECHO_N "(cached) $ECHO_C" >&6
12255 ac_check_lib_save_LIBS=$LIBS
12256 LIBS="-lxslt $ac_xslt_libs $LIBS"
12257 cat >conftest.$ac_ext <<_ACEOF
12260 cat confdefs.h >>conftest.$ac_ext
12261 cat >>conftest.$ac_ext <<_ACEOF
12262 /* end confdefs.h. */
12264 /* Override any GCC internal prototype to avoid an error.
12265 Use char because int might match the return type of a GCC
12266 builtin and then its argument prototype would still apply. */
12270 char xsltCompilePattern ();
12274 return xsltCompilePattern ();
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (ac_try="$ac_link"
12281 case "(($ac_try" in
12282 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12283 *) ac_try_echo
=$ac_try;;
12285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12286 (eval "$ac_link") 2>conftest.er1
12288 grep -v '^ *+' conftest.er1
>conftest.err
12290 cat conftest.err
>&5
12291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12292 (exit $ac_status); } && {
12293 test -z "$ac_c_werror_flag" ||
12294 test ! -s conftest.err
12295 } && test -s conftest
$ac_exeext &&
12296 $as_test_x conftest
$ac_exeext; then
12297 ac_cv_lib_xslt_xsltCompilePattern
=yes
12299 echo "$as_me: failed program was:" >&5
12300 sed 's/^/| /' conftest.
$ac_ext >&5
12302 ac_cv_lib_xslt_xsltCompilePattern
=no
12305 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12306 conftest
$ac_exeext conftest.
$ac_ext
12307 LIBS
=$ac_check_lib_save_LIBS
12309 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12310 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12311 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12313 cat >>confdefs.h
<<\_ACEOF
12314 #define HAVE_LIBXSLT 1
12317 XSLTLIBS
="$ac_xslt_libs"
12318 XSLTINCL
="$ac_xslt_cflags"
12319 ac_save_LIBS
="$LIBS"
12320 LIBS
="$LIBS $ac_xslt_libs"
12322 for ac_func
in xsltInit
12324 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12325 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12326 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12327 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12328 echo $ECHO_N "(cached) $ECHO_C" >&6
12330 cat >conftest.
$ac_ext <<_ACEOF
12333 cat confdefs.h
>>conftest.
$ac_ext
12334 cat >>conftest.
$ac_ext <<_ACEOF
12335 /* end confdefs.h. */
12336 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12337 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12338 #define $ac_func innocuous_$ac_func
12340 /* System header to define __stub macros and hopefully few prototypes,
12341 which can conflict with char $ac_func (); below.
12342 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12343 <limits.h> exists even on freestanding compilers. */
12346 # include <limits.h>
12348 # include <assert.h>
12353 /* Override any GCC internal prototype to avoid an error.
12354 Use char because int might match the return type of a GCC
12355 builtin and then its argument prototype would still apply. */
12360 /* The GNU C library defines this for functions which it implements
12361 to always fail with ENOSYS. Some functions are actually named
12362 something starting with __ and the normal name is an alias. */
12363 #if defined __stub_$ac_func || defined __stub___$ac_func
12370 return $ac_func ();
12375 rm -f conftest.
$ac_objext conftest
$ac_exeext
12376 if { (ac_try
="$ac_link"
12377 case "(($ac_try" in
12378 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12379 *) ac_try_echo=$ac_try;;
12381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12382 (eval "$ac_link") 2>conftest.er1
12384 grep -v '^ *+' conftest.er1 >conftest.err
12386 cat conftest.err >&5
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); } && {
12389 test -z "$ac_c_werror_flag" ||
12390 test ! -s conftest.err
12391 } && test -s conftest$ac_exeext &&
12392 $as_test_x conftest$ac_exeext; then
12393 eval "$as_ac_var=yes"
12395 echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12398 eval "$as_ac_var=no"
12401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12402 conftest$ac_exeext conftest.$ac_ext
12404 ac_res=`eval echo '${'$as_ac_var'}'`
12405 { echo "$as_me:$LINENO: result: $ac_res" >&5
12406 echo "${ECHO_T}$ac_res" >&6; }
12407 if test `eval echo '${'$as_ac_var'}'` = yes; then
12408 cat >>confdefs.h <<_ACEOF
12409 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12415 LIBS="$ac_save_LIBS"
12420 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12421 case "x$with_xslt" in
12422 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12424 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12425 This is an error since --with-xslt was requested." >&5
12426 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12427 This is an error since --with-xslt was requested." >&2;}
12428 { (exit 1); exit 1; }; } ;;
12435 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12437 ac_save_CPPFLAGS="$CPPFLAGS"
12438 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12439 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12440 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12443 for ac_header in dbus/dbus.h hal/libhal.h
12445 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12450 echo $ECHO_N "(cached) $ECHO_C" >&6
12452 ac_res=`eval echo '${'$as_ac_Header'}'`
12453 { echo "$as_me:$LINENO: result: $ac_res" >&5
12454 echo "${ECHO_T}$ac_res" >&6; }
12456 # Is the header compilable?
12457 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12458 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12459 cat >conftest.$ac_ext <<_ACEOF
12462 cat confdefs.h >>conftest.$ac_ext
12463 cat >>conftest.$ac_ext <<_ACEOF
12464 /* end confdefs.h. */
12465 $ac_includes_default
12466 #include <$ac_header>
12468 rm -f conftest.$ac_objext
12469 if { (ac_try="$ac_compile"
12470 case "(($ac_try" in
12471 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12472 *) ac_try_echo
=$ac_try;;
12474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12475 (eval "$ac_compile") 2>conftest.er1
12477 grep -v '^ *+' conftest.er1
>conftest.err
12479 cat conftest.err
>&5
12480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481 (exit $ac_status); } && {
12482 test -z "$ac_c_werror_flag" ||
12483 test ! -s conftest.err
12484 } && test -s conftest.
$ac_objext; then
12485 ac_header_compiler
=yes
12487 echo "$as_me: failed program was:" >&5
12488 sed 's/^/| /' conftest.
$ac_ext >&5
12490 ac_header_compiler
=no
12493 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12494 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12495 echo "${ECHO_T}$ac_header_compiler" >&6; }
12497 # Is the header present?
12498 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12500 cat >conftest.
$ac_ext <<_ACEOF
12503 cat confdefs.h
>>conftest.
$ac_ext
12504 cat >>conftest.
$ac_ext <<_ACEOF
12505 /* end confdefs.h. */
12506 #include <$ac_header>
12508 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12509 case "(($ac_try" in
12510 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12511 *) ac_try_echo=$ac_try;;
12513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12514 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12516 grep -v '^ *+' conftest.er1 >conftest.err
12518 cat conftest.err >&5
12519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12520 (exit $ac_status); } >/dev/null && {
12521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12522 test ! -s conftest.err
12524 ac_header_preproc=yes
12526 echo "$as_me: failed program was:" >&5
12527 sed 's/^/| /' conftest.$ac_ext >&5
12529 ac_header_preproc=no
12532 rm -f conftest.err conftest.$ac_ext
12533 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12534 echo "${ECHO_T}$ac_header_preproc" >&6; }
12536 # So? What about this header?
12537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12540 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12543 ac_header_preproc=yes
12546 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12548 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12549 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12550 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12551 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12552 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12553 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12554 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12556 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12557 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12559 ## ------------------------------------ ##
12560 ## Report this to wine-devel@winehq.org ##
12561 ## ------------------------------------ ##
12563 ) | sed "s/^/$as_me: WARNING: /" >&2
12566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12571 eval "$as_ac_Header=\$ac_header_preproc"
12573 ac_res=`eval echo '${'$as_ac_Header'}'`
12574 { echo "$as_me:$LINENO: result: $ac_res" >&5
12575 echo "${ECHO_T}$ac_res" >&6; }
12578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12579 cat >>confdefs.h <<_ACEOF
12580 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12587 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12589 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12590 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12591 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12592 echo $ECHO_N "(cached) $ECHO_C" >&6
12594 ac_check_lib_save_LIBS=$LIBS
12595 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12596 cat >conftest.$ac_ext <<_ACEOF
12599 cat confdefs.h >>conftest.$ac_ext
12600 cat >>conftest.$ac_ext <<_ACEOF
12601 /* end confdefs.h. */
12603 /* Override any GCC internal prototype to avoid an error.
12604 Use char because int might match the return type of a GCC
12605 builtin and then its argument prototype would still apply. */
12609 char dbus_connection_close ();
12613 return dbus_connection_close ();
12618 rm -f conftest.$ac_objext conftest$ac_exeext
12619 if { (ac_try="$ac_link"
12620 case "(($ac_try" in
12621 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12622 *) ac_try_echo
=$ac_try;;
12624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12625 (eval "$ac_link") 2>conftest.er1
12627 grep -v '^ *+' conftest.er1
>conftest.err
12629 cat conftest.err
>&5
12630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631 (exit $ac_status); } && {
12632 test -z "$ac_c_werror_flag" ||
12633 test ! -s conftest.err
12634 } && test -s conftest
$ac_exeext &&
12635 $as_test_x conftest
$ac_exeext; then
12636 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12638 echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.
$ac_ext >&5
12641 ac_cv_lib_dbus_1_dbus_connection_close
=no
12644 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12645 conftest
$ac_exeext conftest.
$ac_ext
12646 LIBS
=$ac_check_lib_save_LIBS
12648 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12649 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12650 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12651 { echo "$as_me:$LINENO: checking for -lhal" >&5
12652 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12653 if test "${ac_cv_lib_soname_hal+set}" = set; then
12654 echo $ECHO_N "(cached) $ECHO_C" >&6
12656 ac_check_soname_save_LIBS
=$LIBS
12657 LIBS
="-lhal $ac_hal_libs $LIBS"
12658 cat >conftest.
$ac_ext <<_ACEOF
12661 cat confdefs.h
>>conftest.
$ac_ext
12662 cat >>conftest.
$ac_ext <<_ACEOF
12663 /* end confdefs.h. */
12665 /* Override any GCC internal prototype to avoid an error.
12666 Use char because int might match the return type of a GCC
12667 builtin and then its argument prototype would still apply. */
12671 char libhal_ctx_new ();
12675 return libhal_ctx_new ();
12680 rm -f conftest.
$ac_objext conftest
$ac_exeext
12681 if { (ac_try
="$ac_link"
12682 case "(($ac_try" in
12683 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12684 *) ac_try_echo=$ac_try;;
12686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12687 (eval "$ac_link") 2>conftest.er1
12689 grep -v '^ *+' conftest.er1 >conftest.err
12691 cat conftest.err >&5
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); } && {
12694 test -z "$ac_c_werror_flag" ||
12695 test ! -s conftest.err
12696 } && test -s conftest$ac_exeext &&
12697 $as_test_x conftest$ac_exeext; then
12700 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'` ;;
12701 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12704 echo "$as_me: failed program was:" >&5
12705 sed 's/^/| /' conftest.$ac_ext >&5
12710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12711 conftest$ac_exeext conftest.$ac_ext
12712 LIBS=$ac_check_soname_save_LIBS
12714 if test "x$ac_cv_lib_soname_hal" = "x"; then
12715 { echo "$as_me:$LINENO: result: not found" >&5
12716 echo "${ECHO_T}not found" >&6; }
12719 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12720 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12722 cat >>confdefs.h <<_ACEOF
12723 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12726 HALINCL="$ac_hal_cflags"
12732 CPPFLAGS="$ac_save_CPPFLAGS"
12734 if test "x$ac_cv_lib_soname_hal" = "x"; then
12735 case "x$with_hal" in
12736 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12738 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12739 This is an error since --with-hal was requested." >&5
12740 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12741 This is an error since --with-hal was requested." >&2;}
12742 { (exit 1); exit 1; }; } ;;
12747 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12749 ac_save_CPPFLAGS="$CPPFLAGS"
12750 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls
2>/dev
/null
`"
12751 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls
2>/dev
/null
`"
12752 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12753 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12754 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12755 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12756 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12757 echo $ECHO_N "(cached) $ECHO_C" >&6
12759 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12760 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12762 # Is the header compilable?
12763 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12764 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12765 cat >conftest.$ac_ext <<_ACEOF
12768 cat confdefs.h >>conftest.$ac_ext
12769 cat >>conftest.$ac_ext <<_ACEOF
12770 /* end confdefs.h. */
12771 $ac_includes_default
12772 #include <gnutls/gnutls.h>
12774 rm -f conftest.$ac_objext
12775 if { (ac_try="$ac_compile"
12776 case "(($ac_try" in
12777 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12778 *) ac_try_echo
=$ac_try;;
12780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12781 (eval "$ac_compile") 2>conftest.er1
12783 grep -v '^ *+' conftest.er1
>conftest.err
12785 cat conftest.err
>&5
12786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787 (exit $ac_status); } && {
12788 test -z "$ac_c_werror_flag" ||
12789 test ! -s conftest.err
12790 } && test -s conftest.
$ac_objext; then
12791 ac_header_compiler
=yes
12793 echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.
$ac_ext >&5
12796 ac_header_compiler
=no
12799 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12800 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12801 echo "${ECHO_T}$ac_header_compiler" >&6; }
12803 # Is the header present?
12804 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12805 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12806 cat >conftest.
$ac_ext <<_ACEOF
12809 cat confdefs.h
>>conftest.
$ac_ext
12810 cat >>conftest.
$ac_ext <<_ACEOF
12811 /* end confdefs.h. */
12812 #include <gnutls/gnutls.h>
12814 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12815 case "(($ac_try" in
12816 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12817 *) ac_try_echo=$ac_try;;
12819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12820 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12822 grep -v '^ *+' conftest.er1 >conftest.err
12824 cat conftest.err >&5
12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } >/dev/null && {
12827 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12828 test ! -s conftest.err
12830 ac_header_preproc=yes
12832 echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.$ac_ext >&5
12835 ac_header_preproc=no
12838 rm -f conftest.err conftest.$ac_ext
12839 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12840 echo "${ECHO_T}$ac_header_preproc" >&6; }
12842 # So? What about this header?
12843 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12845 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12846 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12849 ac_header_preproc=yes
12852 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12853 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12854 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12855 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12856 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12857 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12858 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12859 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12860 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12861 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12862 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12863 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12865 ## ------------------------------------ ##
12866 ## Report this to wine-devel@winehq.org ##
12867 ## ------------------------------------ ##
12869 ) | sed "s/^/$as_me: WARNING: /" >&2
12872 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12873 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12874 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12875 echo $ECHO_N "(cached) $ECHO_C" >&6
12877 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12879 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12880 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12883 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12884 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12885 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12886 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12887 echo $ECHO_N "(cached) $ECHO_C" >&6
12889 ac_check_soname_save_LIBS=$LIBS
12890 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12891 cat >conftest.$ac_ext <<_ACEOF
12894 cat confdefs.h >>conftest.$ac_ext
12895 cat >>conftest.$ac_ext <<_ACEOF
12896 /* end confdefs.h. */
12898 /* Override any GCC internal prototype to avoid an error.
12899 Use char because int might match the return type of a GCC
12900 builtin and then its argument prototype would still apply. */
12904 char gnutls_global_init ();
12908 return gnutls_global_init ();
12913 rm -f conftest.$ac_objext conftest$ac_exeext
12914 if { (ac_try="$ac_link"
12915 case "(($ac_try" in
12916 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12917 *) ac_try_echo
=$ac_try;;
12919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12920 (eval "$ac_link") 2>conftest.er1
12922 grep -v '^ *+' conftest.er1
>conftest.err
12924 cat conftest.err
>&5
12925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12926 (exit $ac_status); } && {
12927 test -z "$ac_c_werror_flag" ||
12928 test ! -s conftest.err
12929 } && test -s conftest
$ac_exeext &&
12930 $as_test_x conftest
$ac_exeext; then
12933 dylib
) ac_cv_lib_soname_gnutls
=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12934 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12937 echo "$as_me: failed program was:" >&5
12938 sed 's/^/| /' conftest.
$ac_ext >&5
12943 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12944 conftest
$ac_exeext conftest.
$ac_ext
12945 LIBS
=$ac_check_soname_save_LIBS
12947 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12948 { echo "$as_me:$LINENO: result: not found" >&5
12949 echo "${ECHO_T}not found" >&6; }
12952 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12953 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12955 cat >>confdefs.h
<<_ACEOF
12956 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12959 GNUTLSINCL
="$ac_gnutls_cflags"
12966 CPPFLAGS
="$ac_save_CPPFLAGS"
12968 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12969 case "x$with_gnutls" in
12970 x
) wine_notices
="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12972 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12973 This is an error since --with-gnutls was requested." >&5
12974 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12975 This is an error since --with-gnutls was requested." >&2;}
12976 { (exit 1); exit 1; }; } ;;
12982 if test "$ac_cv_header_ncurses_h" = "yes"
12984 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12985 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12986 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12987 echo $ECHO_N "(cached) $ECHO_C" >&6
12989 ac_check_soname_save_LIBS
=$LIBS
12990 LIBS
="-lncurses $LIBS"
12991 cat >conftest.
$ac_ext <<_ACEOF
12994 cat confdefs.h
>>conftest.
$ac_ext
12995 cat >>conftest.
$ac_ext <<_ACEOF
12996 /* end confdefs.h. */
12998 /* Override any GCC internal prototype to avoid an error.
12999 Use char because int might match the return type of a GCC
13000 builtin and then its argument prototype would still apply. */
13013 rm -f conftest.
$ac_objext conftest
$ac_exeext
13014 if { (ac_try
="$ac_link"
13015 case "(($ac_try" in
13016 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13017 *) ac_try_echo=$ac_try;;
13019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13020 (eval "$ac_link") 2>conftest.er1
13022 grep -v '^ *+' conftest.er1 >conftest.err
13024 cat conftest.err >&5
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); } && {
13027 test -z "$ac_c_werror_flag" ||
13028 test ! -s conftest.err
13029 } && test -s conftest$ac_exeext &&
13030 $as_test_x conftest$ac_exeext; then
13033 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'` ;;
13034 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13037 echo "$as_me: failed program was:" >&5
13038 sed 's/^/| /' conftest.$ac_ext >&5
13043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13044 conftest$ac_exeext conftest.$ac_ext
13045 LIBS=$ac_check_soname_save_LIBS
13047 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13048 { echo "$as_me:$LINENO: result: not found" >&5
13049 echo "${ECHO_T}not found" >&6; }
13052 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13053 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13055 cat >>confdefs.h <<_ACEOF
13056 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13059 CURSESLIBS="-lncurses"
13062 elif test "$ac_cv_header_curses_h" = "yes"
13064 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13065 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13066 if test "${ac_cv_lib_soname_curses+set}" = set; then
13067 echo $ECHO_N "(cached) $ECHO_C" >&6
13069 ac_check_soname_save_LIBS=$LIBS
13070 LIBS="-lcurses $LIBS"
13071 cat >conftest.$ac_ext <<_ACEOF
13074 cat confdefs.h >>conftest.$ac_ext
13075 cat >>conftest.$ac_ext <<_ACEOF
13076 /* end confdefs.h. */
13078 /* Override any GCC internal prototype to avoid an error.
13079 Use char because int might match the return type of a GCC
13080 builtin and then its argument prototype would still apply. */
13093 rm -f conftest.$ac_objext conftest$ac_exeext
13094 if { (ac_try="$ac_link"
13095 case "(($ac_try" in
13096 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13097 *) ac_try_echo
=$ac_try;;
13099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13100 (eval "$ac_link") 2>conftest.er1
13102 grep -v '^ *+' conftest.er1
>conftest.err
13104 cat conftest.err
>&5
13105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13106 (exit $ac_status); } && {
13107 test -z "$ac_c_werror_flag" ||
13108 test ! -s conftest.err
13109 } && test -s conftest
$ac_exeext &&
13110 $as_test_x conftest
$ac_exeext; then
13113 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'` ;;
13114 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13117 echo "$as_me: failed program was:" >&5
13118 sed 's/^/| /' conftest.
$ac_ext >&5
13123 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13124 conftest
$ac_exeext conftest.
$ac_ext
13125 LIBS
=$ac_check_soname_save_LIBS
13127 if test "x$ac_cv_lib_soname_curses" = "x"; then
13128 { echo "$as_me:$LINENO: result: not found" >&5
13129 echo "${ECHO_T}not found" >&6; }
13132 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13133 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13135 cat >>confdefs.h
<<_ACEOF
13136 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13139 CURSESLIBS
="-lcurses"
13143 ac_save_LIBS
="$LIBS"
13144 LIBS
="$LIBS $CURSESLIBS"
13146 for ac_func
in mousemask
13148 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13149 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13150 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13151 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13152 echo $ECHO_N "(cached) $ECHO_C" >&6
13154 cat >conftest.
$ac_ext <<_ACEOF
13157 cat confdefs.h
>>conftest.
$ac_ext
13158 cat >>conftest.
$ac_ext <<_ACEOF
13159 /* end confdefs.h. */
13160 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13161 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13162 #define $ac_func innocuous_$ac_func
13164 /* System header to define __stub macros and hopefully few prototypes,
13165 which can conflict with char $ac_func (); below.
13166 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13167 <limits.h> exists even on freestanding compilers. */
13170 # include <limits.h>
13172 # include <assert.h>
13177 /* Override any GCC internal prototype to avoid an error.
13178 Use char because int might match the return type of a GCC
13179 builtin and then its argument prototype would still apply. */
13184 /* The GNU C library defines this for functions which it implements
13185 to always fail with ENOSYS. Some functions are actually named
13186 something starting with __ and the normal name is an alias. */
13187 #if defined __stub_$ac_func || defined __stub___$ac_func
13194 return $ac_func ();
13199 rm -f conftest.
$ac_objext conftest
$ac_exeext
13200 if { (ac_try
="$ac_link"
13201 case "(($ac_try" in
13202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13203 *) ac_try_echo=$ac_try;;
13205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13206 (eval "$ac_link") 2>conftest.er1
13208 grep -v '^ *+' conftest.er1 >conftest.err
13210 cat conftest.err >&5
13211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13212 (exit $ac_status); } && {
13213 test -z "$ac_c_werror_flag" ||
13214 test ! -s conftest.err
13215 } && test -s conftest$ac_exeext &&
13216 $as_test_x conftest$ac_exeext; then
13217 eval "$as_ac_var=yes"
13219 echo "$as_me: failed program was:" >&5
13220 sed 's/^/| /' conftest.$ac_ext >&5
13222 eval "$as_ac_var=no"
13225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13226 conftest$ac_exeext conftest.$ac_ext
13228 ac_res=`eval echo '${'$as_ac_var'}'`
13229 { echo "$as_me:$LINENO: result: $ac_res" >&5
13230 echo "${ECHO_T}$ac_res" >&6; }
13231 if test `eval echo '${'$as_ac_var'}'` = yes; then
13232 cat >>confdefs.h <<_ACEOF
13233 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13239 LIBS="$ac_save_LIBS"
13240 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13241 case "x$with_curses" in
13242 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13244 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13245 This is an error since --with-curses was requested." >&5
13246 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13247 This is an error since --with-curses was requested." >&2;}
13248 { (exit 1); exit 1; }; } ;;
13253 # Extract the first word of "sane-config", so it can be a program name with args.
13254 set dummy sane-config; ac_word=$2
13255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13257 if test "${ac_cv_prog_sane_devel+set}" = set; then
13258 echo $ECHO_N "(cached) $ECHO_C" >&6
13260 if test -n "$sane_devel"; then
13261 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13264 for as_dir in $PATH
13267 test -z "$as_dir" && as_dir=.
13268 for ac_exec_ext in '' $ac_executable_extensions; do
13269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13270 ac_cv_prog_sane_devel="sane-config"
13271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13278 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13281 sane_devel=$ac_cv_prog_sane_devel
13282 if test -n "$sane_devel"; then
13283 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13284 echo "${ECHO_T}$sane_devel" >&6; }
13286 { echo "$as_me:$LINENO: result: no" >&5
13287 echo "${ECHO_T}no" >&6; }
13291 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13293 ac_sane_incl="`$sane_devel --cflags`"
13294 ac_sane_libs="`$sane_devel --ldflags`"
13295 ac_save_CPPFLAGS="$CPPFLAGS"
13296 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13297 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13298 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13299 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13300 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13301 echo $ECHO_N "(cached) $ECHO_C" >&6
13303 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13304 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13306 # Is the header compilable?
13307 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13308 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13309 cat >conftest.$ac_ext <<_ACEOF
13312 cat confdefs.h >>conftest.$ac_ext
13313 cat >>conftest.$ac_ext <<_ACEOF
13314 /* end confdefs.h. */
13315 $ac_includes_default
13316 #include <sane/sane.h>
13318 rm -f conftest.$ac_objext
13319 if { (ac_try="$ac_compile"
13320 case "(($ac_try" in
13321 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13322 *) ac_try_echo
=$ac_try;;
13324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13325 (eval "$ac_compile") 2>conftest.er1
13327 grep -v '^ *+' conftest.er1
>conftest.err
13329 cat conftest.err
>&5
13330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13331 (exit $ac_status); } && {
13332 test -z "$ac_c_werror_flag" ||
13333 test ! -s conftest.err
13334 } && test -s conftest.
$ac_objext; then
13335 ac_header_compiler
=yes
13337 echo "$as_me: failed program was:" >&5
13338 sed 's/^/| /' conftest.
$ac_ext >&5
13340 ac_header_compiler
=no
13343 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13344 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13345 echo "${ECHO_T}$ac_header_compiler" >&6; }
13347 # Is the header present?
13348 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13349 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13350 cat >conftest.
$ac_ext <<_ACEOF
13353 cat confdefs.h
>>conftest.
$ac_ext
13354 cat >>conftest.
$ac_ext <<_ACEOF
13355 /* end confdefs.h. */
13356 #include <sane/sane.h>
13358 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13359 case "(($ac_try" in
13360 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13361 *) ac_try_echo=$ac_try;;
13363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13364 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13366 grep -v '^ *+' conftest.er1 >conftest.err
13368 cat conftest.err >&5
13369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370 (exit $ac_status); } >/dev/null && {
13371 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13372 test ! -s conftest.err
13374 ac_header_preproc=yes
13376 echo "$as_me: failed program was:" >&5
13377 sed 's/^/| /' conftest.$ac_ext >&5
13379 ac_header_preproc=no
13382 rm -f conftest.err conftest.$ac_ext
13383 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13384 echo "${ECHO_T}$ac_header_preproc" >&6; }
13386 # So? What about this header?
13387 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13389 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13390 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13391 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13392 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13393 ac_header_preproc=yes
13396 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13397 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13398 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13399 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13400 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13401 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13402 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13403 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13404 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13405 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13406 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13407 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13409 ## ------------------------------------ ##
13410 ## Report this to wine-devel@winehq.org ##
13411 ## ------------------------------------ ##
13413 ) | sed "s/^/$as_me: WARNING: /" >&2
13416 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13417 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13418 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13419 echo $ECHO_N "(cached) $ECHO_C" >&6
13421 ac_cv_header_sane_sane_h=$ac_header_preproc
13423 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13424 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13427 if test $ac_cv_header_sane_sane_h = yes; then
13428 { echo "$as_me:$LINENO: checking for -lsane" >&5
13429 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13430 if test "${ac_cv_lib_soname_sane+set}" = set; then
13431 echo $ECHO_N "(cached) $ECHO_C" >&6
13433 ac_check_soname_save_LIBS=$LIBS
13434 LIBS="-lsane $ac_sane_libs $LIBS"
13435 cat >conftest.$ac_ext <<_ACEOF
13438 cat confdefs.h >>conftest.$ac_ext
13439 cat >>conftest.$ac_ext <<_ACEOF
13440 /* end confdefs.h. */
13442 /* Override any GCC internal prototype to avoid an error.
13443 Use char because int might match the return type of a GCC
13444 builtin and then its argument prototype would still apply. */
13452 return sane_init ();
13457 rm -f conftest.$ac_objext conftest$ac_exeext
13458 if { (ac_try="$ac_link"
13459 case "(($ac_try" in
13460 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13461 *) ac_try_echo
=$ac_try;;
13463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13464 (eval "$ac_link") 2>conftest.er1
13466 grep -v '^ *+' conftest.er1
>conftest.err
13468 cat conftest.err
>&5
13469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13470 (exit $ac_status); } && {
13471 test -z "$ac_c_werror_flag" ||
13472 test ! -s conftest.err
13473 } && test -s conftest
$ac_exeext &&
13474 $as_test_x conftest
$ac_exeext; then
13477 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'` ;;
13478 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13481 echo "$as_me: failed program was:" >&5
13482 sed 's/^/| /' conftest.
$ac_ext >&5
13487 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13488 conftest
$ac_exeext conftest.
$ac_ext
13489 LIBS
=$ac_check_soname_save_LIBS
13491 if test "x$ac_cv_lib_soname_sane" = "x"; then
13492 { echo "$as_me:$LINENO: result: not found" >&5
13493 echo "${ECHO_T}not found" >&6; }
13496 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13497 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13499 cat >>confdefs.h
<<_ACEOF
13500 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13503 SANEINCL
="$ac_sane_incl"
13510 CPPFLAGS
="$ac_save_CPPFLAGS"
13512 if test "x$ac_cv_lib_soname_sane" = "x"; then
13513 case "x$with_sane" in
13514 x
) wine_notices
="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13516 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13517 This is an error since --with-sane was requested." >&5
13518 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13519 This is an error since --with-sane was requested." >&2;}
13520 { (exit 1); exit 1; }; } ;;
13525 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13526 set dummy gphoto2-config
; ac_word
=$2
13527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13529 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13530 echo $ECHO_N "(cached) $ECHO_C" >&6
13532 if test -n "$gphoto2_devel"; then
13533 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13535 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13536 for as_dir
in $PATH
13539 test -z "$as_dir" && as_dir
=.
13540 for ac_exec_ext
in '' $ac_executable_extensions; do
13541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13542 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13550 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13553 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13554 if test -n "$gphoto2_devel"; then
13555 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13556 echo "${ECHO_T}$gphoto2_devel" >&6; }
13558 { echo "$as_me:$LINENO: result: no" >&5
13559 echo "${ECHO_T}no" >&6; }
13563 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13564 set dummy gphoto2-port-config
; ac_word
=$2
13565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13567 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13568 echo $ECHO_N "(cached) $ECHO_C" >&6
13570 if test -n "$gphoto2port_devel"; then
13571 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13573 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13574 for as_dir
in $PATH
13577 test -z "$as_dir" && as_dir
=.
13578 for ac_exec_ext
in '' $ac_executable_extensions; do
13579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13580 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13588 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13591 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13592 if test -n "$gphoto2port_devel"; then
13593 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13594 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13596 { echo "$as_me:$LINENO: result: no" >&5
13597 echo "${ECHO_T}no" >&6; }
13601 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13603 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13605 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13608 -L/usr
/lib|
-L/usr
/lib64
) ;;
13609 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13612 ac_save_CPPFLAGS
="$CPPFLAGS"
13613 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13614 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13615 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13616 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13617 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13618 echo $ECHO_N "(cached) $ECHO_C" >&6
13620 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13621 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13623 # Is the header compilable?
13624 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13625 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13626 cat >conftest.
$ac_ext <<_ACEOF
13629 cat confdefs.h
>>conftest.
$ac_ext
13630 cat >>conftest.
$ac_ext <<_ACEOF
13631 /* end confdefs.h. */
13632 $ac_includes_default
13633 #include <gphoto2-camera.h>
13635 rm -f conftest.
$ac_objext
13636 if { (ac_try
="$ac_compile"
13637 case "(($ac_try" in
13638 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13639 *) ac_try_echo=$ac_try;;
13641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13642 (eval "$ac_compile") 2>conftest.er1
13644 grep -v '^ *+' conftest.er1 >conftest.err
13646 cat conftest.err >&5
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); } && {
13649 test -z "$ac_c_werror_flag" ||
13650 test ! -s conftest.err
13651 } && test -s conftest.$ac_objext; then
13652 ac_header_compiler=yes
13654 echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.$ac_ext >&5
13657 ac_header_compiler=no
13660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13661 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13662 echo "${ECHO_T}$ac_header_compiler" >&6; }
13664 # Is the header present?
13665 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13666 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13667 cat >conftest.$ac_ext <<_ACEOF
13670 cat confdefs.h >>conftest.$ac_ext
13671 cat >>conftest.$ac_ext <<_ACEOF
13672 /* end confdefs.h. */
13673 #include <gphoto2-camera.h>
13675 if { (ac_try="$ac_cpp conftest.$ac_ext"
13676 case "(($ac_try" in
13677 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13678 *) ac_try_echo
=$ac_try;;
13680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13681 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13683 grep -v '^ *+' conftest.er1
>conftest.err
13685 cat conftest.err
>&5
13686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13687 (exit $ac_status); } >/dev
/null
&& {
13688 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13689 test ! -s conftest.err
13691 ac_header_preproc
=yes
13693 echo "$as_me: failed program was:" >&5
13694 sed 's/^/| /' conftest.
$ac_ext >&5
13696 ac_header_preproc
=no
13699 rm -f conftest.err conftest.
$ac_ext
13700 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13701 echo "${ECHO_T}$ac_header_preproc" >&6; }
13703 # So? What about this header?
13704 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13706 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13707 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13708 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13710 ac_header_preproc
=yes
13713 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13714 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13715 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13716 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13717 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13718 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13719 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13720 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13721 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13722 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13723 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13724 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13726 ## ------------------------------------ ##
13727 ## Report this to wine-devel@winehq.org ##
13728 ## ------------------------------------ ##
13730 ) |
sed "s/^/$as_me: WARNING: /" >&2
13733 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13734 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13735 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13736 echo $ECHO_N "(cached) $ECHO_C" >&6
13738 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13740 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13741 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13744 if test $ac_cv_header_gphoto2_camera_h = yes; then
13745 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13746 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13747 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13748 echo $ECHO_N "(cached) $ECHO_C" >&6
13750 ac_check_lib_save_LIBS
=$LIBS
13751 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13752 cat >conftest.
$ac_ext <<_ACEOF
13755 cat confdefs.h
>>conftest.
$ac_ext
13756 cat >>conftest.
$ac_ext <<_ACEOF
13757 /* end confdefs.h. */
13759 /* Override any GCC internal prototype to avoid an error.
13760 Use char because int might match the return type of a GCC
13761 builtin and then its argument prototype would still apply. */
13765 char gp_camera_new ();
13769 return gp_camera_new ();
13774 rm -f conftest.
$ac_objext conftest
$ac_exeext
13775 if { (ac_try
="$ac_link"
13776 case "(($ac_try" in
13777 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13778 *) ac_try_echo=$ac_try;;
13780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13781 (eval "$ac_link") 2>conftest.er1
13783 grep -v '^ *+' conftest.er1 >conftest.err
13785 cat conftest.err >&5
13786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); } && {
13788 test -z "$ac_c_werror_flag" ||
13789 test ! -s conftest.err
13790 } && test -s conftest$ac_exeext &&
13791 $as_test_x conftest$ac_exeext; then
13792 ac_cv_lib_gphoto2_gp_camera_new=yes
13794 echo "$as_me: failed program was:" >&5
13795 sed 's/^/| /' conftest.$ac_ext >&5
13797 ac_cv_lib_gphoto2_gp_camera_new=no
13800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13801 conftest$ac_exeext conftest.$ac_ext
13802 LIBS=$ac_check_lib_save_LIBS
13804 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13805 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13806 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13808 cat >>confdefs.h <<\_ACEOF
13809 #define HAVE_GPHOTO2 1
13812 GPHOTO2LIBS="$ac_gphoto2_libs"
13814 GPHOTO2INCL="$ac_gphoto2_incl"
13821 CPPFLAGS="$ac_save_CPPFLAGS"
13823 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13824 case "x$with_gphoto" in
13825 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13827 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13828 This is an error since --with-gphoto was requested." >&5
13829 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13830 This is an error since --with-gphoto was requested." >&2;}
13831 { (exit 1); exit 1; }; } ;;
13839 if test "$ac_cv_header_resolv_h" = "yes"
13841 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13842 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13843 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13844 echo $ECHO_N "(cached) $ECHO_C" >&6
13846 ac_check_lib_save_LIBS=$LIBS
13847 LIBS="-lresolv $LIBS"
13848 cat >conftest.$ac_ext <<_ACEOF
13851 cat confdefs.h >>conftest.$ac_ext
13852 cat >>conftest.$ac_ext <<_ACEOF
13853 /* end confdefs.h. */
13855 /* Override any GCC internal prototype to avoid an error.
13856 Use char because int might match the return type of a GCC
13857 builtin and then its argument prototype would still apply. */
13865 return res_query ();
13870 rm -f conftest.$ac_objext conftest$ac_exeext
13871 if { (ac_try="$ac_link"
13872 case "(($ac_try" in
13873 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13874 *) ac_try_echo
=$ac_try;;
13876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13877 (eval "$ac_link") 2>conftest.er1
13879 grep -v '^ *+' conftest.er1
>conftest.err
13881 cat conftest.err
>&5
13882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13883 (exit $ac_status); } && {
13884 test -z "$ac_c_werror_flag" ||
13885 test ! -s conftest.err
13886 } && test -s conftest
$ac_exeext &&
13887 $as_test_x conftest
$ac_exeext; then
13888 ac_cv_lib_resolv_res_query
=yes
13890 echo "$as_me: failed program was:" >&5
13891 sed 's/^/| /' conftest.
$ac_ext >&5
13893 ac_cv_lib_resolv_res_query
=no
13896 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13897 conftest
$ac_exeext conftest.
$ac_ext
13898 LIBS
=$ac_check_lib_save_LIBS
13900 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13901 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13902 if test $ac_cv_lib_resolv_res_query = yes; then
13904 cat >>confdefs.h
<<\_ACEOF
13905 #define HAVE_RESOLV 1
13908 RESOLVLIBS
="-lresolv"
13915 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13917 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13918 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13919 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13920 echo $ECHO_N "(cached) $ECHO_C" >&6
13922 ac_check_lib_save_LIBS
=$LIBS
13923 LIBS
="-llcms $LIBS"
13924 cat >conftest.
$ac_ext <<_ACEOF
13927 cat confdefs.h
>>conftest.
$ac_ext
13928 cat >>conftest.
$ac_ext <<_ACEOF
13929 /* end confdefs.h. */
13931 /* Override any GCC internal prototype to avoid an error.
13932 Use char because int might match the return type of a GCC
13933 builtin and then its argument prototype would still apply. */
13937 char cmsOpenProfileFromFile ();
13941 return cmsOpenProfileFromFile ();
13946 rm -f conftest.
$ac_objext conftest
$ac_exeext
13947 if { (ac_try
="$ac_link"
13948 case "(($ac_try" in
13949 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13950 *) ac_try_echo=$ac_try;;
13952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13953 (eval "$ac_link") 2>conftest.er1
13955 grep -v '^ *+' conftest.er1 >conftest.err
13957 cat conftest.err >&5
13958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13959 (exit $ac_status); } && {
13960 test -z "$ac_c_werror_flag" ||
13961 test ! -s conftest.err
13962 } && test -s conftest$ac_exeext &&
13963 $as_test_x conftest$ac_exeext; then
13964 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13966 echo "$as_me: failed program was:" >&5
13967 sed 's/^/| /' conftest.$ac_ext >&5
13969 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13973 conftest$ac_exeext conftest.$ac_ext
13974 LIBS=$ac_check_lib_save_LIBS
13976 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13977 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13978 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13980 cat >>confdefs.h <<\_ACEOF
13981 #define HAVE_LCMS 1
13988 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13989 case "x$with_cms" in
13990 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13992 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13993 This is an error since --with-cms was requested." >&5
13994 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13995 This is an error since --with-cms was requested." >&2;}
13996 { (exit 1); exit 1; }; } ;;
14001 for ac_prog in freetype-config freetype2-config
14003 # Extract the first word of "$ac_prog", so it can be a program name with args.
14004 set dummy $ac_prog; ac_word=$2
14005 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14006 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14007 if test "${ac_cv_prog_ft_devel+set}" = set; then
14008 echo $ECHO_N "(cached) $ECHO_C" >&6
14010 if test -n "$ft_devel"; then
14011 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14014 for as_dir in $PATH
14017 test -z "$as_dir" && as_dir=.
14018 for ac_exec_ext in '' $ac_executable_extensions; do
14019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14020 ac_cv_prog_ft_devel="$ac_prog"
14021 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14030 ft_devel=$ac_cv_prog_ft_devel
14031 if test -n "$ft_devel"; then
14032 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14033 echo "${ECHO_T}$ft_devel" >&6; }
14035 { echo "$as_me:$LINENO: result: no" >&5
14036 echo "${ECHO_T}no" >&6; }
14040 test -n "$ft_devel" && break
14042 test -n "$ft_devel" || ft_devel="false"
14044 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14046 ac_freetype_libs=`$ft_devel --libs`
14047 ac_freetype_incl=`$ft_devel --cflags`
14048 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14049 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14050 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14051 echo $ECHO_N "(cached) $ECHO_C" >&6
14053 ac_check_soname_save_LIBS=$LIBS
14054 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14055 cat >conftest.$ac_ext <<_ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h. */
14062 /* Override any GCC internal prototype to avoid an error.
14063 Use char because int might match the return type of a GCC
14064 builtin and then its argument prototype would still apply. */
14068 char FT_Init_FreeType ();
14072 return FT_Init_FreeType ();
14077 rm -f conftest.$ac_objext conftest$ac_exeext
14078 if { (ac_try="$ac_link"
14079 case "(($ac_try" in
14080 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14081 *) ac_try_echo
=$ac_try;;
14083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14084 (eval "$ac_link") 2>conftest.er1
14086 grep -v '^ *+' conftest.er1
>conftest.err
14088 cat conftest.err
>&5
14089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090 (exit $ac_status); } && {
14091 test -z "$ac_c_werror_flag" ||
14092 test ! -s conftest.err
14093 } && test -s conftest
$ac_exeext &&
14094 $as_test_x conftest
$ac_exeext; then
14097 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'` ;;
14098 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14101 echo "$as_me: failed program was:" >&5
14102 sed 's/^/| /' conftest.
$ac_ext >&5
14107 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14108 conftest
$ac_exeext conftest.
$ac_ext
14109 LIBS
=$ac_check_soname_save_LIBS
14111 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14112 { echo "$as_me:$LINENO: result: not found" >&5
14113 echo "${ECHO_T}not found" >&6; }
14116 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14117 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14119 cat >>confdefs.h
<<_ACEOF
14120 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14126 if test "$ft_lib" = "yes"
14128 ac_save_CPPFLAGS
="$CPPFLAGS"
14129 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14142 for ac_header
in ft2build.h \
14143 freetype
/freetype.h \
14144 freetype
/ftglyph.h \
14145 freetype
/fttypes.h \
14146 freetype
/tttables.h \
14147 freetype
/ftnames.h \
14148 freetype
/ftsnames.h \
14149 freetype
/ttnameid.h \
14150 freetype
/ftoutln.h \
14151 freetype
/ftwinfnt.h \
14152 freetype
/ftmodapi.h \
14153 freetype
/internal
/sfnt.h
14155 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14158 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14159 echo $ECHO_N "(cached) $ECHO_C" >&6
14161 cat >conftest.
$ac_ext <<_ACEOF
14164 cat confdefs.h
>>conftest.
$ac_ext
14165 cat >>conftest.
$ac_ext <<_ACEOF
14166 /* end confdefs.h. */
14167 #ifdef HAVE_FT2BUILD_H
14168 # include <ft2build.h>
14171 #include <$ac_header>
14173 rm -f conftest.
$ac_objext
14174 if { (ac_try
="$ac_compile"
14175 case "(($ac_try" in
14176 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14177 *) ac_try_echo=$ac_try;;
14179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14180 (eval "$ac_compile") 2>conftest.er1
14182 grep -v '^ *+' conftest.er1 >conftest.err
14184 cat conftest.err >&5
14185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186 (exit $ac_status); } && {
14187 test -z "$ac_c_werror_flag" ||
14188 test ! -s conftest.err
14189 } && test -s conftest.$ac_objext; then
14190 eval "$as_ac_Header=yes"
14192 echo "$as_me: failed program was:" >&5
14193 sed 's/^/| /' conftest.$ac_ext >&5
14195 eval "$as_ac_Header=no"
14198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14200 ac_res=`eval echo '${'$as_ac_Header'}'`
14201 { echo "$as_me:$LINENO: result: $ac_res" >&5
14202 echo "${ECHO_T}$ac_res" >&6; }
14203 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14204 cat >>confdefs.h <<_ACEOF
14205 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14212 cat >conftest.$ac_ext <<_ACEOF
14215 cat confdefs.h >>conftest.$ac_ext
14216 cat >>conftest.$ac_ext <<_ACEOF
14217 /* end confdefs.h. */
14218 #include <ft2build.h>
14219 #include <freetype/fttrigon.h>
14221 if { (ac_try="$ac_cpp conftest.$ac_ext"
14222 case "(($ac_try" in
14223 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14224 *) ac_try_echo
=$ac_try;;
14226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14227 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14229 grep -v '^ *+' conftest.er1
>conftest.err
14231 cat conftest.err
>&5
14232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14233 (exit $ac_status); } >/dev
/null
&& {
14234 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14235 test ! -s conftest.err
14238 cat >>confdefs.h
<<\_ACEOF
14239 #define HAVE_FREETYPE_FTTRIGON_H 1
14242 wine_cv_fttrigon
=yes
14244 echo "$as_me: failed program was:" >&5
14245 sed 's/^/| /' conftest.
$ac_ext >&5
14247 wine_cv_fttrigon
=no
14250 rm -f conftest.err conftest.
$ac_ext
14251 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14252 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14253 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14254 echo $ECHO_N "(cached) $ECHO_C" >&6
14256 cat >conftest.
$ac_ext <<_ACEOF
14259 cat confdefs.h
>>conftest.
$ac_ext
14260 cat >>conftest.
$ac_ext <<_ACEOF
14261 /* end confdefs.h. */
14262 #include <freetype/ftmodapi.h>
14264 typedef FT_TrueTypeEngineType ac__type_new_;
14268 if ((ac__type_new_ *) 0)
14270 if (sizeof (ac__type_new_))
14276 rm -f conftest.
$ac_objext
14277 if { (ac_try
="$ac_compile"
14278 case "(($ac_try" in
14279 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14280 *) ac_try_echo=$ac_try;;
14282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14283 (eval "$ac_compile") 2>conftest.er1
14285 grep -v '^ *+' conftest.er1 >conftest.err
14287 cat conftest.err >&5
14288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14289 (exit $ac_status); } && {
14290 test -z "$ac_c_werror_flag" ||
14291 test ! -s conftest.err
14292 } && test -s conftest.$ac_objext; then
14293 ac_cv_type_FT_TrueTypeEngineType=yes
14295 echo "$as_me: failed program was:" >&5
14296 sed 's/^/| /' conftest.$ac_ext >&5
14298 ac_cv_type_FT_TrueTypeEngineType=no
14301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14303 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14304 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14305 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14307 cat >>confdefs.h <<_ACEOF
14308 #define HAVE_FT_TRUETYPEENGINETYPE 1
14314 ac_save_CFLAGS="$CFLAGS"
14315 CFLAGS="$CFLAGS $ac_freetype_libs"
14317 for ac_func in FT_Load_Sfnt_Table
14319 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14320 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14321 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14322 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14323 echo $ECHO_N "(cached) $ECHO_C" >&6
14325 cat >conftest.$ac_ext <<_ACEOF
14328 cat confdefs.h >>conftest.$ac_ext
14329 cat >>conftest.$ac_ext <<_ACEOF
14330 /* end confdefs.h. */
14331 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14332 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14333 #define $ac_func innocuous_$ac_func
14335 /* System header to define __stub macros and hopefully few prototypes,
14336 which can conflict with char $ac_func (); below.
14337 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14338 <limits.h> exists even on freestanding compilers. */
14341 # include <limits.h>
14343 # include <assert.h>
14348 /* Override any GCC internal prototype to avoid an error.
14349 Use char because int might match the return type of a GCC
14350 builtin and then its argument prototype would still apply. */
14355 /* The GNU C library defines this for functions which it implements
14356 to always fail with ENOSYS. Some functions are actually named
14357 something starting with __ and the normal name is an alias. */
14358 #if defined __stub_$ac_func || defined __stub___$ac_func
14365 return $ac_func ();
14370 rm -f conftest.$ac_objext conftest$ac_exeext
14371 if { (ac_try="$ac_link"
14372 case "(($ac_try" in
14373 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14374 *) ac_try_echo
=$ac_try;;
14376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14377 (eval "$ac_link") 2>conftest.er1
14379 grep -v '^ *+' conftest.er1
>conftest.err
14381 cat conftest.err
>&5
14382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14383 (exit $ac_status); } && {
14384 test -z "$ac_c_werror_flag" ||
14385 test ! -s conftest.err
14386 } && test -s conftest
$ac_exeext &&
14387 $as_test_x conftest
$ac_exeext; then
14388 eval "$as_ac_var=yes"
14390 echo "$as_me: failed program was:" >&5
14391 sed 's/^/| /' conftest.
$ac_ext >&5
14393 eval "$as_ac_var=no"
14396 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14397 conftest
$ac_exeext conftest.
$ac_ext
14399 ac_res
=`eval echo '${'$as_ac_var'}'`
14400 { echo "$as_me:$LINENO: result: $ac_res" >&5
14401 echo "${ECHO_T}$ac_res" >&6; }
14402 if test `eval echo '${'$as_ac_var'}'` = yes; then
14403 cat >>confdefs.h
<<_ACEOF
14404 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14410 CFLAGS
="$ac_save_CFLAGS"
14411 CPPFLAGS
="$ac_save_CPPFLAGS"
14412 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14415 cat >>confdefs.h
<<\_ACEOF
14416 #define HAVE_FREETYPE 1
14419 FREETYPELIBS
="$ac_freetype_libs"
14421 FREETYPEINCL
="$ac_freetype_incl"
14426 if test "x$FREETYPELIBS" = "x"; then
14427 case "x$with_freetype" in
14429 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14430 Fonts will not be built. Dialog text may be invisible or unaligned.
14431 Use the --without-freetype option if you really want this." >&5
14432 echo "$as_me: error: FreeType development files not found.
14433 Fonts will not be built. Dialog text may be invisible or unaligned.
14434 Use the --without-freetype option if you really want this." >&2;}
14435 { (exit 1); exit 1; }; } ;;
14439 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14441 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14442 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14443 if test "${ac_cv_c_ppdev+set}" = set; then
14444 echo $ECHO_N "(cached) $ECHO_C" >&6
14446 cat >conftest.
$ac_ext <<_ACEOF
14449 cat confdefs.h
>>conftest.
$ac_ext
14450 cat >>conftest.
$ac_ext <<_ACEOF
14451 /* end confdefs.h. */
14452 #include <linux/ppdev.h>
14456 ioctl (1,PPCLAIM,0)
14461 rm -f conftest.
$ac_objext
14462 if { (ac_try
="$ac_compile"
14463 case "(($ac_try" in
14464 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14465 *) ac_try_echo=$ac_try;;
14467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14468 (eval "$ac_compile") 2>conftest.er1
14470 grep -v '^ *+' conftest.er1 >conftest.err
14472 cat conftest.err >&5
14473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14474 (exit $ac_status); } && {
14475 test -z "$ac_c_werror_flag" ||
14476 test ! -s conftest.err
14477 } && test -s conftest.$ac_objext; then
14478 ac_cv_c_ppdev="yes"
14480 echo "$as_me: failed program was:" >&5
14481 sed 's/^/| /' conftest.$ac_ext >&5
14486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14488 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14489 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14490 if test "$ac_cv_c_ppdev" = "yes"
14493 cat >>confdefs.h <<\_ACEOF
14494 #define HAVE_PPDEV 1
14499 { echo "$as_me:$LINENO: checking for va_copy" >&5
14500 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14501 if test "${ac_cv_c_va_copy+set}" = set; then
14502 echo $ECHO_N "(cached) $ECHO_C" >&6
14504 cat >conftest.$ac_ext <<_ACEOF
14507 cat confdefs.h >>conftest.$ac_ext
14508 cat >>conftest.$ac_ext <<_ACEOF
14509 /* end confdefs.h. */
14510 #include <stdarg.h>
14514 va_list ap1, ap2; va_copy(ap1,ap2);
14519 rm -f conftest.$ac_objext conftest$ac_exeext
14520 if { (ac_try="$ac_link"
14521 case "(($ac_try" in
14522 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14523 *) ac_try_echo
=$ac_try;;
14525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14526 (eval "$ac_link") 2>conftest.er1
14528 grep -v '^ *+' conftest.er1
>conftest.err
14530 cat conftest.err
>&5
14531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14532 (exit $ac_status); } && {
14533 test -z "$ac_c_werror_flag" ||
14534 test ! -s conftest.err
14535 } && test -s conftest
$ac_exeext &&
14536 $as_test_x conftest
$ac_exeext; then
14537 ac_cv_c_va_copy
="yes"
14539 echo "$as_me: failed program was:" >&5
14540 sed 's/^/| /' conftest.
$ac_ext >&5
14542 ac_cv_c_va_copy
="no"
14545 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14546 conftest
$ac_exeext conftest.
$ac_ext
14549 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14550 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14551 if test "$ac_cv_c_va_copy" = "yes"
14554 cat >>confdefs.h
<<\_ACEOF
14555 #define HAVE_VA_COPY 1
14559 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14560 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14561 if test "${ac_cv_c___va_copy+set}" = set; then
14562 echo $ECHO_N "(cached) $ECHO_C" >&6
14564 cat >conftest.
$ac_ext <<_ACEOF
14567 cat confdefs.h
>>conftest.
$ac_ext
14568 cat >>conftest.
$ac_ext <<_ACEOF
14569 /* end confdefs.h. */
14570 #include <stdarg.h>
14574 va_list ap1, ap2; __va_copy(ap1,ap2);
14579 rm -f conftest.
$ac_objext conftest
$ac_exeext
14580 if { (ac_try
="$ac_link"
14581 case "(($ac_try" in
14582 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14583 *) ac_try_echo=$ac_try;;
14585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14586 (eval "$ac_link") 2>conftest.er1
14588 grep -v '^ *+' conftest.er1 >conftest.err
14590 cat conftest.err >&5
14591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14592 (exit $ac_status); } && {
14593 test -z "$ac_c_werror_flag" ||
14594 test ! -s conftest.err
14595 } && test -s conftest$ac_exeext &&
14596 $as_test_x conftest$ac_exeext; then
14597 ac_cv_c___va_copy="yes"
14599 echo "$as_me: failed program was:" >&5
14600 sed 's/^/| /' conftest.$ac_ext >&5
14602 ac_cv_c___va_copy="no"
14605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14606 conftest$ac_exeext conftest.$ac_ext
14609 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14610 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14611 if test "$ac_cv_c___va_copy" = "yes"
14614 cat >>confdefs.h <<\_ACEOF
14615 #define HAVE___VA_COPY 1
14620 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14621 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14622 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14623 echo $ECHO_N "(cached) $ECHO_C" >&6
14625 cat >conftest.$ac_ext <<_ACEOF
14628 cat confdefs.h >>conftest.$ac_ext
14629 cat >>conftest.$ac_ext <<_ACEOF
14630 /* end confdefs.h. */
14631 #define _GNU_SOURCE
14632 #include <pthread.h>
14634 typedef pthread_rwlock_t ac__type_new_;
14638 if ((ac__type_new_ *) 0)
14640 if (sizeof (ac__type_new_))
14646 rm -f conftest.$ac_objext
14647 if { (ac_try="$ac_compile"
14648 case "(($ac_try" in
14649 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14650 *) ac_try_echo
=$ac_try;;
14652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14653 (eval "$ac_compile") 2>conftest.er1
14655 grep -v '^ *+' conftest.er1
>conftest.err
14657 cat conftest.err
>&5
14658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14659 (exit $ac_status); } && {
14660 test -z "$ac_c_werror_flag" ||
14661 test ! -s conftest.err
14662 } && test -s conftest.
$ac_objext; then
14663 ac_cv_type_pthread_rwlock_t
=yes
14665 echo "$as_me: failed program was:" >&5
14666 sed 's/^/| /' conftest.
$ac_ext >&5
14668 ac_cv_type_pthread_rwlock_t
=no
14671 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14673 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14674 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14675 if test $ac_cv_type_pthread_rwlock_t = yes; then
14677 cat >>confdefs.h
<<_ACEOF
14678 #define HAVE_PTHREAD_RWLOCK_T 1
14683 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14684 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14685 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14686 echo $ECHO_N "(cached) $ECHO_C" >&6
14688 cat >conftest.
$ac_ext <<_ACEOF
14691 cat confdefs.h
>>conftest.
$ac_ext
14692 cat >>conftest.
$ac_ext <<_ACEOF
14693 /* end confdefs.h. */
14694 #define _GNU_SOURCE
14695 #include <pthread.h>
14697 typedef pthread_rwlockattr_t ac__type_new_;
14701 if ((ac__type_new_ *) 0)
14703 if (sizeof (ac__type_new_))
14709 rm -f conftest.
$ac_objext
14710 if { (ac_try
="$ac_compile"
14711 case "(($ac_try" in
14712 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14713 *) ac_try_echo=$ac_try;;
14715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14716 (eval "$ac_compile") 2>conftest.er1
14718 grep -v '^ *+' conftest.er1 >conftest.err
14720 cat conftest.err >&5
14721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14722 (exit $ac_status); } && {
14723 test -z "$ac_c_werror_flag" ||
14724 test ! -s conftest.err
14725 } && test -s conftest.$ac_objext; then
14726 ac_cv_type_pthread_rwlockattr_t=yes
14728 echo "$as_me: failed program was:" >&5
14729 sed 's/^/| /' conftest.$ac_ext >&5
14731 ac_cv_type_pthread_rwlockattr_t=no
14734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14736 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14737 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14738 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14740 cat >>confdefs.h <<_ACEOF
14741 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14748 ac_wine_check_funcs_save_LIBS="$LIBS"
14749 LIBS="$LIBS $LIBPTHREAD"
14755 pthread_attr_get_np \
14756 pthread_getattr_np \
14757 pthread_get_stackaddr_np \
14758 pthread_get_stacksize_np
14760 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14761 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14762 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14763 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14764 echo $ECHO_N "(cached) $ECHO_C" >&6
14766 cat >conftest.$ac_ext <<_ACEOF
14769 cat confdefs.h >>conftest.$ac_ext
14770 cat >>conftest.$ac_ext <<_ACEOF
14771 /* end confdefs.h. */
14772 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14773 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14774 #define $ac_func innocuous_$ac_func
14776 /* System header to define __stub macros and hopefully few prototypes,
14777 which can conflict with char $ac_func (); below.
14778 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14779 <limits.h> exists even on freestanding compilers. */
14782 # include <limits.h>
14784 # include <assert.h>
14789 /* Override any GCC internal prototype to avoid an error.
14790 Use char because int might match the return type of a GCC
14791 builtin and then its argument prototype would still apply. */
14796 /* The GNU C library defines this for functions which it implements
14797 to always fail with ENOSYS. Some functions are actually named
14798 something starting with __ and the normal name is an alias. */
14799 #if defined __stub_$ac_func || defined __stub___$ac_func
14806 return $ac_func ();
14811 rm -f conftest.$ac_objext conftest$ac_exeext
14812 if { (ac_try="$ac_link"
14813 case "(($ac_try" in
14814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14815 *) ac_try_echo
=$ac_try;;
14817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14818 (eval "$ac_link") 2>conftest.er1
14820 grep -v '^ *+' conftest.er1
>conftest.err
14822 cat conftest.err
>&5
14823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); } && {
14825 test -z "$ac_c_werror_flag" ||
14826 test ! -s conftest.err
14827 } && test -s conftest
$ac_exeext &&
14828 $as_test_x conftest
$ac_exeext; then
14829 eval "$as_ac_var=yes"
14831 echo "$as_me: failed program was:" >&5
14832 sed 's/^/| /' conftest.
$ac_ext >&5
14834 eval "$as_ac_var=no"
14837 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14838 conftest
$ac_exeext conftest.
$ac_ext
14840 ac_res
=`eval echo '${'$as_ac_var'}'`
14841 { echo "$as_me:$LINENO: result: $ac_res" >&5
14842 echo "${ECHO_T}$ac_res" >&6; }
14843 if test `eval echo '${'$as_ac_var'}'` = yes; then
14844 cat >>confdefs.h
<<_ACEOF
14845 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14851 LIBS
="$ac_wine_check_funcs_save_LIBS"
14853 # Extract the first word of "esd-config", so it can be a program name with args.
14854 set dummy esd-config
; ac_word
=$2
14855 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14857 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14858 echo $ECHO_N "(cached) $ECHO_C" >&6
14862 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14865 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14866 for as_dir
in $PATH
14869 test -z "$as_dir" && as_dir
=.
14870 for ac_exec_ext
in '' $ac_executable_extensions; do
14871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14872 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14873 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14883 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14884 if test -n "$ESDCONFIG"; then
14885 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14886 echo "${ECHO_T}$ESDCONFIG" >&6; }
14888 { echo "$as_me:$LINENO: result: no" >&5
14889 echo "${ECHO_T}no" >&6; }
14893 if test "x$with_esd" != xno
-a "x$ESDCONFIG" != x
-a "x$ESDCONFIG" != x
'"$ESDCONFIG"';
14896 for i
in `$ESDCONFIG --cflags`
14899 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14902 ac_esd_libs
=`$ESDCONFIG --libs`
14903 save_CFLAGS
="$CFLAGS"
14904 CFLAGS
="$CFLAGS $ac_esd_incl"
14905 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14906 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14907 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14908 echo $ECHO_N "(cached) $ECHO_C" >&6
14910 ac_check_lib_save_LIBS
=$LIBS
14911 LIBS
="-lesd $ac_esd_libs $LIBS"
14912 cat >conftest.
$ac_ext <<_ACEOF
14915 cat confdefs.h
>>conftest.
$ac_ext
14916 cat >>conftest.
$ac_ext <<_ACEOF
14917 /* end confdefs.h. */
14919 /* Override any GCC internal prototype to avoid an error.
14920 Use char because int might match the return type of a GCC
14921 builtin and then its argument prototype would still apply. */
14925 char esd_open_sound ();
14929 return esd_open_sound ();
14934 rm -f conftest.
$ac_objext conftest
$ac_exeext
14935 if { (ac_try
="$ac_link"
14936 case "(($ac_try" in
14937 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14938 *) ac_try_echo=$ac_try;;
14940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14941 (eval "$ac_link") 2>conftest.er1
14943 grep -v '^ *+' conftest.er1 >conftest.err
14945 cat conftest.err >&5
14946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14947 (exit $ac_status); } && {
14948 test -z "$ac_c_werror_flag" ||
14949 test ! -s conftest.err
14950 } && test -s conftest$ac_exeext &&
14951 $as_test_x conftest$ac_exeext; then
14952 ac_cv_lib_esd_esd_open_sound=yes
14954 echo "$as_me: failed program was:" >&5
14955 sed 's/^/| /' conftest.$ac_ext >&5
14957 ac_cv_lib_esd_esd_open_sound=no
14960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14961 conftest$ac_exeext conftest.$ac_ext
14962 LIBS=$ac_check_lib_save_LIBS
14964 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14965 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14966 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14967 ESDINCL="$ac_esd_incl"
14969 ESDLIBS="$ac_esd_libs"
14972 cat >>confdefs.h <<\_ACEOF
14978 CFLAGS="$save_CFLAGS"
14983 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14985 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14986 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14987 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14988 echo $ECHO_N "(cached) $ECHO_C" >&6
14990 ac_check_lib_save_LIBS=$LIBS
14991 LIBS="-lasound $LIBS"
14992 cat >conftest.$ac_ext <<_ACEOF
14995 cat confdefs.h >>conftest.$ac_ext
14996 cat >>conftest.$ac_ext <<_ACEOF
14997 /* end confdefs.h. */
14999 /* Override any GCC internal prototype to avoid an error.
15000 Use char because int might match the return type of a GCC
15001 builtin and then its argument prototype would still apply. */
15005 char snd_pcm_hw_params_get_access ();
15009 return snd_pcm_hw_params_get_access ();
15014 rm -f conftest.$ac_objext conftest$ac_exeext
15015 if { (ac_try="$ac_link"
15016 case "(($ac_try" in
15017 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15018 *) ac_try_echo
=$ac_try;;
15020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15021 (eval "$ac_link") 2>conftest.er1
15023 grep -v '^ *+' conftest.er1
>conftest.err
15025 cat conftest.err
>&5
15026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15027 (exit $ac_status); } && {
15028 test -z "$ac_c_werror_flag" ||
15029 test ! -s conftest.err
15030 } && test -s conftest
$ac_exeext &&
15031 $as_test_x conftest
$ac_exeext; then
15032 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15034 echo "$as_me: failed program was:" >&5
15035 sed 's/^/| /' conftest.
$ac_ext >&5
15037 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15040 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15041 conftest
$ac_exeext conftest.
$ac_ext
15042 LIBS
=$ac_check_lib_save_LIBS
15044 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15045 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15046 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15047 cat >conftest.
$ac_ext <<_ACEOF
15050 cat confdefs.h
>>conftest.
$ac_ext
15051 cat >>conftest.
$ac_ext <<_ACEOF
15052 /* end confdefs.h. */
15053 #ifdef HAVE_ALSA_ASOUNDLIB_H
15054 #include <alsa/asoundlib.h>
15055 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15056 #include <sys/asoundlib.h>
15061 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15066 rm -f conftest.
$ac_objext
15067 if { (ac_try
="$ac_compile"
15068 case "(($ac_try" in
15069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15070 *) ac_try_echo=$ac_try;;
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073 (eval "$ac_compile") 2>conftest.er1
15075 grep -v '^ *+' conftest.er1 >conftest.err
15077 cat conftest.err >&5
15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079 (exit $ac_status); } && {
15080 test -z "$ac_c_werror_flag" ||
15081 test ! -s conftest.err
15082 } && test -s conftest.$ac_objext; then
15084 cat >>confdefs.h <<\_ACEOF
15085 #define HAVE_ALSA 1
15088 ALSALIBS="-lasound"
15090 echo "$as_me: failed program was:" >&5
15091 sed 's/^/| /' conftest.$ac_ext >&5
15096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15103 if test "$ac_cv_header_libaudioio_h" = "yes"
15105 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15106 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15107 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15108 echo $ECHO_N "(cached) $ECHO_C" >&6
15110 ac_check_lib_save_LIBS=$LIBS
15111 LIBS="-laudioio $LIBS"
15112 cat >conftest.$ac_ext <<_ACEOF
15115 cat confdefs.h >>conftest.$ac_ext
15116 cat >>conftest.$ac_ext <<_ACEOF
15117 /* end confdefs.h. */
15119 /* Override any GCC internal prototype to avoid an error.
15120 Use char because int might match the return type of a GCC
15121 builtin and then its argument prototype would still apply. */
15125 char AudioIOGetVersion ();
15129 return AudioIOGetVersion ();
15134 rm -f conftest.$ac_objext conftest$ac_exeext
15135 if { (ac_try="$ac_link"
15136 case "(($ac_try" in
15137 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15138 *) ac_try_echo
=$ac_try;;
15140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15141 (eval "$ac_link") 2>conftest.er1
15143 grep -v '^ *+' conftest.er1
>conftest.err
15145 cat conftest.err
>&5
15146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147 (exit $ac_status); } && {
15148 test -z "$ac_c_werror_flag" ||
15149 test ! -s conftest.err
15150 } && test -s conftest
$ac_exeext &&
15151 $as_test_x conftest
$ac_exeext; then
15152 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15154 echo "$as_me: failed program was:" >&5
15155 sed 's/^/| /' conftest.
$ac_ext >&5
15157 ac_cv_lib_audioio_AudioIOGetVersion
=no
15160 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15161 conftest
$ac_exeext conftest.
$ac_ext
15162 LIBS
=$ac_check_lib_save_LIBS
15164 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15165 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15166 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15167 AUDIOIOLIBS
="-laudioio"
15169 cat >>confdefs.h
<<\_ACEOF
15170 #define HAVE_LIBAUDIOIO 1
15178 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15180 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15181 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15182 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15183 echo $ECHO_N "(cached) $ECHO_C" >&6
15185 ac_check_soname_save_LIBS
=$LIBS
15186 LIBS
="-lcapi20 $LIBS"
15187 cat >conftest.
$ac_ext <<_ACEOF
15190 cat confdefs.h
>>conftest.
$ac_ext
15191 cat >>conftest.
$ac_ext <<_ACEOF
15192 /* end confdefs.h. */
15194 /* Override any GCC internal prototype to avoid an error.
15195 Use char because int might match the return type of a GCC
15196 builtin and then its argument prototype would still apply. */
15200 char capi20_register ();
15204 return capi20_register ();
15209 rm -f conftest.
$ac_objext conftest
$ac_exeext
15210 if { (ac_try
="$ac_link"
15211 case "(($ac_try" in
15212 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15213 *) ac_try_echo=$ac_try;;
15215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15216 (eval "$ac_link") 2>conftest.er1
15218 grep -v '^ *+' conftest.er1 >conftest.err
15220 cat conftest.err >&5
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } && {
15223 test -z "$ac_c_werror_flag" ||
15224 test ! -s conftest.err
15225 } && test -s conftest$ac_exeext &&
15226 $as_test_x conftest$ac_exeext; then
15229 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'` ;;
15230 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15233 echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15240 conftest$ac_exeext conftest.$ac_ext
15241 LIBS=$ac_check_soname_save_LIBS
15243 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15244 { echo "$as_me:$LINENO: result: not found" >&5
15245 echo "${ECHO_T}not found" >&6; }
15248 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15249 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15251 cat >>confdefs.h <<_ACEOF
15252 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15259 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15260 case "x$with_capi" in
15261 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15263 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15264 This is an error since --with-capi was requested." >&5
15265 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15266 This is an error since --with-capi was requested." >&2;}
15267 { (exit 1); exit 1; }; } ;;
15274 if test "x$with_cups" != "xno"
15276 ac_save_CPPFLAGS="$CPPFLAGS"
15277 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15278 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15279 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15281 for ac_header in cups/cups.h
15283 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15284 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15285 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15286 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15288 echo $ECHO_N "(cached) $ECHO_C" >&6
15290 ac_res=`eval echo '${'$as_ac_Header'}'`
15291 { echo "$as_me:$LINENO: result: $ac_res" >&5
15292 echo "${ECHO_T}$ac_res" >&6; }
15294 # Is the header compilable?
15295 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15296 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15297 cat >conftest.$ac_ext <<_ACEOF
15300 cat confdefs.h >>conftest.$ac_ext
15301 cat >>conftest.$ac_ext <<_ACEOF
15302 /* end confdefs.h. */
15303 $ac_includes_default
15304 #include <$ac_header>
15306 rm -f conftest.$ac_objext
15307 if { (ac_try="$ac_compile"
15308 case "(($ac_try" in
15309 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15310 *) ac_try_echo
=$ac_try;;
15312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15313 (eval "$ac_compile") 2>conftest.er1
15315 grep -v '^ *+' conftest.er1
>conftest.err
15317 cat conftest.err
>&5
15318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15319 (exit $ac_status); } && {
15320 test -z "$ac_c_werror_flag" ||
15321 test ! -s conftest.err
15322 } && test -s conftest.
$ac_objext; then
15323 ac_header_compiler
=yes
15325 echo "$as_me: failed program was:" >&5
15326 sed 's/^/| /' conftest.
$ac_ext >&5
15328 ac_header_compiler
=no
15331 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15332 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15333 echo "${ECHO_T}$ac_header_compiler" >&6; }
15335 # Is the header present?
15336 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15337 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15338 cat >conftest.
$ac_ext <<_ACEOF
15341 cat confdefs.h
>>conftest.
$ac_ext
15342 cat >>conftest.
$ac_ext <<_ACEOF
15343 /* end confdefs.h. */
15344 #include <$ac_header>
15346 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15347 case "(($ac_try" in
15348 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15349 *) ac_try_echo=$ac_try;;
15351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15352 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15354 grep -v '^ *+' conftest.er1 >conftest.err
15356 cat conftest.err >&5
15357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15358 (exit $ac_status); } >/dev/null && {
15359 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15360 test ! -s conftest.err
15362 ac_header_preproc=yes
15364 echo "$as_me: failed program was:" >&5
15365 sed 's/^/| /' conftest.$ac_ext >&5
15367 ac_header_preproc=no
15370 rm -f conftest.err conftest.$ac_ext
15371 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15372 echo "${ECHO_T}$ac_header_preproc" >&6; }
15374 # So? What about this header?
15375 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15377 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15378 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15379 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15380 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15381 ac_header_preproc=yes
15384 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15385 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15386 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15387 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15388 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15389 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15390 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15391 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15392 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15393 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15394 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15395 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15397 ## ------------------------------------ ##
15398 ## Report this to wine-devel@winehq.org ##
15399 ## ------------------------------------ ##
15401 ) | sed "s/^/$as_me: WARNING: /" >&2
15404 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15405 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15407 echo $ECHO_N "(cached) $ECHO_C" >&6
15409 eval "$as_ac_Header=\$ac_header_preproc"
15411 ac_res=`eval echo '${'$as_ac_Header'}'`
15412 { echo "$as_me:$LINENO: result: $ac_res" >&5
15413 echo "${ECHO_T}$ac_res" >&6; }
15416 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15417 cat >>confdefs.h <<_ACEOF
15418 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15420 { echo "$as_me:$LINENO: checking for -lcups" >&5
15421 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15422 if test "${ac_cv_lib_soname_cups+set}" = set; then
15423 echo $ECHO_N "(cached) $ECHO_C" >&6
15425 ac_check_soname_save_LIBS=$LIBS
15426 LIBS="-lcups $ac_cups_libs $LIBS"
15427 cat >conftest.$ac_ext <<_ACEOF
15430 cat confdefs.h >>conftest.$ac_ext
15431 cat >>conftest.$ac_ext <<_ACEOF
15432 /* end confdefs.h. */
15434 /* Override any GCC internal prototype to avoid an error.
15435 Use char because int might match the return type of a GCC
15436 builtin and then its argument prototype would still apply. */
15440 char cupsGetDefault ();
15444 return cupsGetDefault ();
15449 rm -f conftest.$ac_objext conftest$ac_exeext
15450 if { (ac_try="$ac_link"
15451 case "(($ac_try" in
15452 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15453 *) ac_try_echo
=$ac_try;;
15455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15456 (eval "$ac_link") 2>conftest.er1
15458 grep -v '^ *+' conftest.er1
>conftest.err
15460 cat conftest.err
>&5
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); } && {
15463 test -z "$ac_c_werror_flag" ||
15464 test ! -s conftest.err
15465 } && test -s conftest
$ac_exeext &&
15466 $as_test_x conftest
$ac_exeext; then
15469 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'` ;;
15470 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15473 echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.
$ac_ext >&5
15479 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15480 conftest
$ac_exeext conftest.
$ac_ext
15481 LIBS
=$ac_check_soname_save_LIBS
15483 if test "x$ac_cv_lib_soname_cups" = "x"; then
15484 { echo "$as_me:$LINENO: result: not found" >&5
15485 echo "${ECHO_T}not found" >&6; }
15488 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15489 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15491 cat >>confdefs.h
<<_ACEOF
15492 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15495 CUPSINCL
="$ac_cups_cflags"
15502 CPPFLAGS
="$ac_save_CPPFLAGS"
15504 if test "x$ac_cv_lib_soname_cups" = "x"; then
15505 case "x$with_cups" in
15506 x
) wine_notices
="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15508 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15509 This is an error since --with-cups was requested." >&5
15510 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15511 This is an error since --with-cups was requested." >&2;}
15512 { (exit 1); exit 1; }; } ;;
15517 if test "$ac_cv_header_jack_jack_h" = "yes"
15519 { echo "$as_me:$LINENO: checking for -ljack" >&5
15520 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15521 if test "${ac_cv_lib_soname_jack+set}" = set; then
15522 echo $ECHO_N "(cached) $ECHO_C" >&6
15524 ac_check_soname_save_LIBS
=$LIBS
15525 LIBS
="-ljack $LIBS"
15526 cat >conftest.
$ac_ext <<_ACEOF
15529 cat confdefs.h
>>conftest.
$ac_ext
15530 cat >>conftest.
$ac_ext <<_ACEOF
15531 /* end confdefs.h. */
15533 /* Override any GCC internal prototype to avoid an error.
15534 Use char because int might match the return type of a GCC
15535 builtin and then its argument prototype would still apply. */
15539 char jack_client_new ();
15543 return jack_client_new ();
15548 rm -f conftest.
$ac_objext conftest
$ac_exeext
15549 if { (ac_try
="$ac_link"
15550 case "(($ac_try" in
15551 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15552 *) ac_try_echo=$ac_try;;
15554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15555 (eval "$ac_link") 2>conftest.er1
15557 grep -v '^ *+' conftest.er1 >conftest.err
15559 cat conftest.err >&5
15560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15561 (exit $ac_status); } && {
15562 test -z "$ac_c_werror_flag" ||
15563 test ! -s conftest.err
15564 } && test -s conftest$ac_exeext &&
15565 $as_test_x conftest$ac_exeext; then
15568 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'` ;;
15569 *) 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'` ;;
15572 echo "$as_me: failed program was:" >&5
15573 sed 's/^/| /' conftest.$ac_ext >&5
15578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15579 conftest$ac_exeext conftest.$ac_ext
15580 LIBS=$ac_check_soname_save_LIBS
15582 if test "x$ac_cv_lib_soname_jack" = "x"; then
15583 { echo "$as_me:$LINENO: result: not found" >&5
15584 echo "${ECHO_T}not found" >&6; }
15587 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15588 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15590 cat >>confdefs.h <<_ACEOF
15591 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15599 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15601 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15602 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15603 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15604 echo $ECHO_N "(cached) $ECHO_C" >&6
15606 ac_check_soname_save_LIBS=$LIBS
15607 LIBS="-lfontconfig $LIBS"
15608 cat >conftest.$ac_ext <<_ACEOF
15611 cat confdefs.h >>conftest.$ac_ext
15612 cat >>conftest.$ac_ext <<_ACEOF
15613 /* end confdefs.h. */
15615 /* Override any GCC internal prototype to avoid an error.
15616 Use char because int might match the return type of a GCC
15617 builtin and then its argument prototype would still apply. */
15630 rm -f conftest.$ac_objext conftest$ac_exeext
15631 if { (ac_try="$ac_link"
15632 case "(($ac_try" in
15633 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15634 *) ac_try_echo
=$ac_try;;
15636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15637 (eval "$ac_link") 2>conftest.er1
15639 grep -v '^ *+' conftest.er1
>conftest.err
15641 cat conftest.err
>&5
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); } && {
15644 test -z "$ac_c_werror_flag" ||
15645 test ! -s conftest.err
15646 } && test -s conftest
$ac_exeext &&
15647 $as_test_x conftest
$ac_exeext; then
15650 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'` ;;
15651 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15654 echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.
$ac_ext >&5
15660 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15661 conftest
$ac_exeext conftest.
$ac_ext
15662 LIBS
=$ac_check_soname_save_LIBS
15664 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15665 { echo "$as_me:$LINENO: result: not found" >&5
15666 echo "${ECHO_T}not found" >&6; }
15669 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15670 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15672 cat >>confdefs.h
<<_ACEOF
15673 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15679 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15681 ac_save_CPPFLAGS
="$CPPFLAGS"
15682 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15683 $as_unset ac_cv_header_fontconfig_fontconfig_h
15685 for ac_header
in fontconfig
/fontconfig.h
15687 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15688 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15689 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15690 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15691 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15694 ac_res
=`eval echo '${'$as_ac_Header'}'`
15695 { echo "$as_me:$LINENO: result: $ac_res" >&5
15696 echo "${ECHO_T}$ac_res" >&6; }
15698 # Is the header compilable?
15699 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15700 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15701 cat >conftest.
$ac_ext <<_ACEOF
15704 cat confdefs.h
>>conftest.
$ac_ext
15705 cat >>conftest.
$ac_ext <<_ACEOF
15706 /* end confdefs.h. */
15707 $ac_includes_default
15708 #include <$ac_header>
15710 rm -f conftest.
$ac_objext
15711 if { (ac_try
="$ac_compile"
15712 case "(($ac_try" in
15713 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15714 *) ac_try_echo=$ac_try;;
15716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15717 (eval "$ac_compile") 2>conftest.er1
15719 grep -v '^ *+' conftest.er1 >conftest.err
15721 cat conftest.err >&5
15722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15723 (exit $ac_status); } && {
15724 test -z "$ac_c_werror_flag" ||
15725 test ! -s conftest.err
15726 } && test -s conftest.$ac_objext; then
15727 ac_header_compiler=yes
15729 echo "$as_me: failed program was:" >&5
15730 sed 's/^/| /' conftest.$ac_ext >&5
15732 ac_header_compiler=no
15735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15736 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15737 echo "${ECHO_T}$ac_header_compiler" >&6; }
15739 # Is the header present?
15740 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15741 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15742 cat >conftest.$ac_ext <<_ACEOF
15745 cat confdefs.h >>conftest.$ac_ext
15746 cat >>conftest.$ac_ext <<_ACEOF
15747 /* end confdefs.h. */
15748 #include <$ac_header>
15750 if { (ac_try="$ac_cpp conftest.$ac_ext"
15751 case "(($ac_try" in
15752 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15753 *) ac_try_echo
=$ac_try;;
15755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15756 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15758 grep -v '^ *+' conftest.er1
>conftest.err
15760 cat conftest.err
>&5
15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); } >/dev
/null
&& {
15763 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15764 test ! -s conftest.err
15766 ac_header_preproc
=yes
15768 echo "$as_me: failed program was:" >&5
15769 sed 's/^/| /' conftest.
$ac_ext >&5
15771 ac_header_preproc
=no
15774 rm -f conftest.err conftest.
$ac_ext
15775 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15776 echo "${ECHO_T}$ac_header_preproc" >&6; }
15778 # So? What about this header?
15779 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15781 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15782 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15783 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15784 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15785 ac_header_preproc
=yes
15788 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15789 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15790 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15791 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15792 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15793 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15794 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15795 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15796 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15797 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15798 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15799 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15801 ## ------------------------------------ ##
15802 ## Report this to wine-devel@winehq.org ##
15803 ## ------------------------------------ ##
15805 ) |
sed "s/^/$as_me: WARNING: /" >&2
15808 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15809 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15810 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15811 echo $ECHO_N "(cached) $ECHO_C" >&6
15813 eval "$as_ac_Header=\$ac_header_preproc"
15815 ac_res
=`eval echo '${'$as_ac_Header'}'`
15816 { echo "$as_me:$LINENO: result: $ac_res" >&5
15817 echo "${ECHO_T}$ac_res" >&6; }
15820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15821 cat >>confdefs.h
<<_ACEOF
15822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15829 CPPFLAGS
="$ac_save_CPPFLAGS"
15830 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15832 FONTCONFIGINCL
="$X_CFLAGS"
15834 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15835 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15836 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15837 echo $ECHO_N "(cached) $ECHO_C" >&6
15839 ac_check_soname_save_LIBS
=$LIBS
15840 LIBS
="-lfontconfig $X_LIBS $LIBS"
15841 cat >conftest.
$ac_ext <<_ACEOF
15844 cat confdefs.h
>>conftest.
$ac_ext
15845 cat >>conftest.
$ac_ext <<_ACEOF
15846 /* end confdefs.h. */
15848 /* Override any GCC internal prototype to avoid an error.
15849 Use char because int might match the return type of a GCC
15850 builtin and then its argument prototype would still apply. */
15863 rm -f conftest.
$ac_objext conftest
$ac_exeext
15864 if { (ac_try
="$ac_link"
15865 case "(($ac_try" in
15866 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15867 *) ac_try_echo=$ac_try;;
15869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15870 (eval "$ac_link") 2>conftest.er1
15872 grep -v '^ *+' conftest.er1 >conftest.err
15874 cat conftest.err >&5
15875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15876 (exit $ac_status); } && {
15877 test -z "$ac_c_werror_flag" ||
15878 test ! -s conftest.err
15879 } && test -s conftest$ac_exeext &&
15880 $as_test_x conftest$ac_exeext; then
15883 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'` ;;
15884 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15887 echo "$as_me: failed program was:" >&5
15888 sed 's/^/| /' conftest.$ac_ext >&5
15893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15894 conftest$ac_exeext conftest.$ac_ext
15895 LIBS=$ac_check_soname_save_LIBS
15897 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15898 { echo "$as_me:$LINENO: result: not found" >&5
15899 echo "${ECHO_T}not found" >&6; }
15902 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15903 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15905 cat >>confdefs.h <<_ACEOF
15906 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15914 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15915 case "x$with_fontconfig" in
15916 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15918 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15919 This is an error since --with-fontconfig was requested." >&5
15920 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15921 This is an error since --with-fontconfig was requested." >&2;}
15922 { (exit 1); exit 1; }; } ;;
15927 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15929 { echo "$as_me:$LINENO: checking for -lssl" >&5
15930 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15931 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15932 echo $ECHO_N "(cached) $ECHO_C" >&6
15934 ac_check_soname_save_LIBS=$LIBS
15936 cat >conftest.$ac_ext <<_ACEOF
15939 cat confdefs.h >>conftest.$ac_ext
15940 cat >>conftest.$ac_ext <<_ACEOF
15941 /* end confdefs.h. */
15943 /* Override any GCC internal prototype to avoid an error.
15944 Use char because int might match the return type of a GCC
15945 builtin and then its argument prototype would still apply. */
15949 char SSL_library_init ();
15953 return SSL_library_init ();
15958 rm -f conftest.$ac_objext conftest$ac_exeext
15959 if { (ac_try="$ac_link"
15960 case "(($ac_try" in
15961 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15962 *) ac_try_echo
=$ac_try;;
15964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15965 (eval "$ac_link") 2>conftest.er1
15967 grep -v '^ *+' conftest.er1
>conftest.err
15969 cat conftest.err
>&5
15970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971 (exit $ac_status); } && {
15972 test -z "$ac_c_werror_flag" ||
15973 test ! -s conftest.err
15974 } && test -s conftest
$ac_exeext &&
15975 $as_test_x conftest
$ac_exeext; then
15978 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'` ;;
15979 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15982 echo "$as_me: failed program was:" >&5
15983 sed 's/^/| /' conftest.
$ac_ext >&5
15988 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15989 conftest
$ac_exeext conftest.
$ac_ext
15990 LIBS
=$ac_check_soname_save_LIBS
15992 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15993 { echo "$as_me:$LINENO: result: not found" >&5
15994 echo "${ECHO_T}not found" >&6; }
15997 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15998 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16000 cat >>confdefs.h
<<_ACEOF
16001 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16007 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16008 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16009 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16010 echo $ECHO_N "(cached) $ECHO_C" >&6
16012 ac_check_soname_save_LIBS
=$LIBS
16013 LIBS
="-lcrypto $LIBS"
16014 cat >conftest.
$ac_ext <<_ACEOF
16017 cat confdefs.h
>>conftest.
$ac_ext
16018 cat >>conftest.
$ac_ext <<_ACEOF
16019 /* end confdefs.h. */
16021 /* Override any GCC internal prototype to avoid an error.
16022 Use char because int might match the return type of a GCC
16023 builtin and then its argument prototype would still apply. */
16027 char BIO_new_socket ();
16031 return BIO_new_socket ();
16036 rm -f conftest.
$ac_objext conftest
$ac_exeext
16037 if { (ac_try
="$ac_link"
16038 case "(($ac_try" in
16039 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16040 *) ac_try_echo=$ac_try;;
16042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16043 (eval "$ac_link") 2>conftest.er1
16045 grep -v '^ *+' conftest.er1 >conftest.err
16047 cat conftest.err >&5
16048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16049 (exit $ac_status); } && {
16050 test -z "$ac_c_werror_flag" ||
16051 test ! -s conftest.err
16052 } && test -s conftest$ac_exeext &&
16053 $as_test_x conftest$ac_exeext; then
16056 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'` ;;
16057 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16060 echo "$as_me: failed program was:" >&5
16061 sed 's/^/| /' conftest.$ac_ext >&5
16066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16067 conftest$ac_exeext conftest.$ac_ext
16068 LIBS=$ac_check_soname_save_LIBS
16070 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16071 { echo "$as_me:$LINENO: result: not found" >&5
16072 echo "${ECHO_T}not found" >&6; }
16075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16076 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16078 cat >>confdefs.h <<_ACEOF
16079 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16086 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16087 case "x$with_openssl" in
16088 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16090 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16091 This is an error since --with-openssl was requested." >&5
16092 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16093 This is an error since --with-openssl was requested." >&2;}
16094 { (exit 1); exit 1; }; } ;;
16099 if test "$ac_cv_header_jpeglib_h" = "yes"
16101 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16102 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16103 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16104 echo $ECHO_N "(cached) $ECHO_C" >&6
16106 ac_check_soname_save_LIBS=$LIBS
16107 LIBS="-ljpeg $LIBS"
16108 cat >conftest.$ac_ext <<_ACEOF
16111 cat confdefs.h >>conftest.$ac_ext
16112 cat >>conftest.$ac_ext <<_ACEOF
16113 /* end confdefs.h. */
16115 /* Override any GCC internal prototype to avoid an error.
16116 Use char because int might match the return type of a GCC
16117 builtin and then its argument prototype would still apply. */
16121 char jpeg_start_decompress ();
16125 return jpeg_start_decompress ();
16130 rm -f conftest.$ac_objext conftest$ac_exeext
16131 if { (ac_try="$ac_link"
16132 case "(($ac_try" in
16133 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16134 *) ac_try_echo
=$ac_try;;
16136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16137 (eval "$ac_link") 2>conftest.er1
16139 grep -v '^ *+' conftest.er1
>conftest.err
16141 cat conftest.err
>&5
16142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16143 (exit $ac_status); } && {
16144 test -z "$ac_c_werror_flag" ||
16145 test ! -s conftest.err
16146 } && test -s conftest
$ac_exeext &&
16147 $as_test_x conftest
$ac_exeext; then
16150 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'` ;;
16151 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16154 echo "$as_me: failed program was:" >&5
16155 sed 's/^/| /' conftest.
$ac_ext >&5
16160 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16161 conftest
$ac_exeext conftest.
$ac_ext
16162 LIBS
=$ac_check_soname_save_LIBS
16164 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16165 { echo "$as_me:$LINENO: result: not found" >&5
16166 echo "${ECHO_T}not found" >&6; }
16169 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16170 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16172 cat >>confdefs.h
<<_ACEOF
16173 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16180 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16181 case "x$with_jpeg" in
16182 x
) wine_warnings
="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16184 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16185 This is an error since --with-jpeg was requested." >&5
16186 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16187 This is an error since --with-jpeg was requested." >&2;}
16188 { (exit 1); exit 1; }; } ;;
16193 if test "$ac_cv_header_png_h" = "yes"
16195 { echo "$as_me:$LINENO: checking for -lpng" >&5
16196 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16197 if test "${ac_cv_lib_soname_png+set}" = set; then
16198 echo $ECHO_N "(cached) $ECHO_C" >&6
16200 ac_check_soname_save_LIBS
=$LIBS
16201 LIBS
="-lpng -lm $LIBS"
16202 cat >conftest.
$ac_ext <<_ACEOF
16205 cat confdefs.h
>>conftest.
$ac_ext
16206 cat >>conftest.
$ac_ext <<_ACEOF
16207 /* end confdefs.h. */
16209 /* Override any GCC internal prototype to avoid an error.
16210 Use char because int might match the return type of a GCC
16211 builtin and then its argument prototype would still apply. */
16215 char png_create_read_struct ();
16219 return png_create_read_struct ();
16224 rm -f conftest.
$ac_objext conftest
$ac_exeext
16225 if { (ac_try
="$ac_link"
16226 case "(($ac_try" in
16227 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16228 *) ac_try_echo=$ac_try;;
16230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16231 (eval "$ac_link") 2>conftest.er1
16233 grep -v '^ *+' conftest.er1 >conftest.err
16235 cat conftest.err >&5
16236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16237 (exit $ac_status); } && {
16238 test -z "$ac_c_werror_flag" ||
16239 test ! -s conftest.err
16240 } && test -s conftest$ac_exeext &&
16241 $as_test_x conftest$ac_exeext; then
16244 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'` ;;
16245 *) 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'` ;;
16248 echo "$as_me: failed program was:" >&5
16249 sed 's/^/| /' conftest.$ac_ext >&5
16254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16255 conftest$ac_exeext conftest.$ac_ext
16256 LIBS=$ac_check_soname_save_LIBS
16258 if test "x$ac_cv_lib_soname_png" = "x"; then
16259 { echo "$as_me:$LINENO: result: not found" >&5
16260 echo "${ECHO_T}not found" >&6; }
16263 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16264 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16266 cat >>confdefs.h <<_ACEOF
16267 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16274 if test "x$ac_cv_lib_soname_png" = "x"; then
16275 case "x$with_png" in
16276 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16278 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16279 This is an error since --with-png was requested." >&5
16280 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16281 This is an error since --with-png was requested." >&2;}
16282 { (exit 1); exit 1; }; } ;;
16287 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16288 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16289 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16290 echo $ECHO_N "(cached) $ECHO_C" >&6
16292 ac_check_soname_save_LIBS=$LIBS
16293 LIBS="-lodbc $LIBS"
16294 cat >conftest.$ac_ext <<_ACEOF
16297 cat confdefs.h >>conftest.$ac_ext
16298 cat >>conftest.$ac_ext <<_ACEOF
16299 /* end confdefs.h. */
16301 /* Override any GCC internal prototype to avoid an error.
16302 Use char because int might match the return type of a GCC
16303 builtin and then its argument prototype would still apply. */
16307 char SQLConnect ();
16311 return SQLConnect ();
16316 rm -f conftest.$ac_objext conftest$ac_exeext
16317 if { (ac_try="$ac_link"
16318 case "(($ac_try" in
16319 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16320 *) ac_try_echo
=$ac_try;;
16322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16323 (eval "$ac_link") 2>conftest.er1
16325 grep -v '^ *+' conftest.er1
>conftest.err
16327 cat conftest.err
>&5
16328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329 (exit $ac_status); } && {
16330 test -z "$ac_c_werror_flag" ||
16331 test ! -s conftest.err
16332 } && test -s conftest
$ac_exeext &&
16333 $as_test_x conftest
$ac_exeext; then
16336 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'` ;;
16337 *) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16340 echo "$as_me: failed program was:" >&5
16341 sed 's/^/| /' conftest.
$ac_ext >&5
16346 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16347 conftest
$ac_exeext conftest.
$ac_ext
16348 LIBS
=$ac_check_soname_save_LIBS
16350 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16351 { echo "$as_me:$LINENO: result: not found" >&5
16352 echo "${ECHO_T}not found" >&6; }
16353 cat >>confdefs.h
<<_ACEOF
16354 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16358 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16359 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16361 cat >>confdefs.h
<<_ACEOF
16362 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16369 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16370 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16371 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16372 "$ac_cv_header_soundcard_h" != "yes" -a \
16373 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16375 wine_warnings
="$wine_warnings|No sound system was found. Windows applications will be silent."
16381 if test "x${GCC}" = "xyes"
16383 EXTRACFLAGS
="-Wall -pipe"
16385 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16386 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16387 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16388 echo $ECHO_N "(cached) $ECHO_C" >&6
16390 if test "$cross_compiling" = yes; then
16391 ac_cv_c_gcc_strength_bug
="yes"
16393 cat >conftest.
$ac_ext <<_ACEOF
16396 cat confdefs.h
>>conftest.
$ac_ext
16397 cat >>conftest.
$ac_ext <<_ACEOF
16398 /* end confdefs.h. */
16399 int L[4] = {0,1,2,3};
16403 static int Array[3];
16404 unsigned int B = 3;
16406 for(i=0; i<B; i++) Array[i] = i - 3;
16407 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16409 exit( Array[1] != -2 || L[2] != 3)
16414 rm -f conftest
$ac_exeext
16415 if { (ac_try
="$ac_link"
16416 case "(($ac_try" in
16417 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16418 *) ac_try_echo=$ac_try;;
16420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16421 (eval "$ac_link") 2>&5
16423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16424 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16425 { (case "(($ac_try" in
16426 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16427 *) ac_try_echo
=$ac_try;;
16429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16430 (eval "$ac_try") 2>&5
16432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16433 (exit $ac_status); }; }; then
16434 ac_cv_c_gcc_strength_bug
="no"
16436 echo "$as_me: program exited with status $ac_status" >&5
16437 echo "$as_me: failed program was:" >&5
16438 sed 's/^/| /' conftest.
$ac_ext >&5
16440 ( exit $ac_status )
16441 ac_cv_c_gcc_strength_bug
="yes"
16443 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16448 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16449 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16450 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16452 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
16456 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16457 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16458 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16459 echo $ECHO_N "(cached) $ECHO_C" >&6
16461 ac_wine_try_cflags_saved
=$CFLAGS
16462 CFLAGS
="$CFLAGS -fshort-wchar"
16463 cat >conftest.
$ac_ext <<_ACEOF
16466 cat confdefs.h
>>conftest.
$ac_ext
16467 cat >>conftest.
$ac_ext <<_ACEOF
16468 /* end confdefs.h. */
16478 rm -f conftest.
$ac_objext conftest
$ac_exeext
16479 if { (ac_try
="$ac_link"
16480 case "(($ac_try" in
16481 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16482 *) ac_try_echo=$ac_try;;
16484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16485 (eval "$ac_link") 2>conftest.er1
16487 grep -v '^ *+' conftest.er1 >conftest.err
16489 cat conftest.err >&5
16490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491 (exit $ac_status); } && {
16492 test -z "$ac_c_werror_flag" ||
16493 test ! -s conftest.err
16494 } && test -s conftest$ac_exeext &&
16495 $as_test_x conftest$ac_exeext; then
16496 ac_cv_cflags__fshort_wchar=yes
16498 echo "$as_me: failed program was:" >&5
16499 sed 's/^/| /' conftest.$ac_ext >&5
16501 ac_cv_cflags__fshort_wchar=no
16504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16505 conftest$ac_exeext conftest.$ac_ext
16506 CFLAGS=$ac_wine_try_cflags_saved
16508 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16509 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16510 if test $ac_cv_cflags__fshort_wchar = yes; then
16512 cat >>confdefs.h <<\_ACEOF
16513 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16518 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16519 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16520 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16521 echo $ECHO_N "(cached) $ECHO_C" >&6
16523 ac_wine_try_cflags_saved=$CFLAGS
16524 CFLAGS="$CFLAGS -fno-builtin"
16525 cat >conftest.$ac_ext <<_ACEOF
16528 cat confdefs.h >>conftest.$ac_ext
16529 cat >>conftest.$ac_ext <<_ACEOF
16530 /* end confdefs.h. */
16540 rm -f conftest.$ac_objext conftest$ac_exeext
16541 if { (ac_try="$ac_link"
16542 case "(($ac_try" in
16543 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16544 *) ac_try_echo
=$ac_try;;
16546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16547 (eval "$ac_link") 2>conftest.er1
16549 grep -v '^ *+' conftest.er1
>conftest.err
16551 cat conftest.err
>&5
16552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16553 (exit $ac_status); } && {
16554 test -z "$ac_c_werror_flag" ||
16555 test ! -s conftest.err
16556 } && test -s conftest
$ac_exeext &&
16557 $as_test_x conftest
$ac_exeext; then
16558 ac_cv_cflags__fno_builtin
=yes
16560 echo "$as_me: failed program was:" >&5
16561 sed 's/^/| /' conftest.
$ac_ext >&5
16563 ac_cv_cflags__fno_builtin
=no
16566 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16567 conftest
$ac_exeext conftest.
$ac_ext
16568 CFLAGS
=$ac_wine_try_cflags_saved
16570 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16571 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16572 if test $ac_cv_cflags__fno_builtin = yes; then
16573 BUILTINFLAG
="-fno-builtin"
16577 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16578 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16579 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16580 echo $ECHO_N "(cached) $ECHO_C" >&6
16582 ac_wine_try_cflags_saved
=$CFLAGS
16583 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16584 cat >conftest.
$ac_ext <<_ACEOF
16587 cat confdefs.h
>>conftest.
$ac_ext
16588 cat >>conftest.
$ac_ext <<_ACEOF
16589 /* end confdefs.h. */
16599 rm -f conftest.
$ac_objext conftest
$ac_exeext
16600 if { (ac_try
="$ac_link"
16601 case "(($ac_try" in
16602 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16603 *) ac_try_echo=$ac_try;;
16605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16606 (eval "$ac_link") 2>conftest.er1
16608 grep -v '^ *+' conftest.er1 >conftest.err
16610 cat conftest.err >&5
16611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612 (exit $ac_status); } && {
16613 test -z "$ac_c_werror_flag" ||
16614 test ! -s conftest.err
16615 } && test -s conftest$ac_exeext &&
16616 $as_test_x conftest$ac_exeext; then
16617 ac_cv_cflags__fno_strict_aliasing=yes
16619 echo "$as_me: failed program was:" >&5
16620 sed 's/^/| /' conftest.$ac_ext >&5
16622 ac_cv_cflags__fno_strict_aliasing=no
16625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16626 conftest$ac_exeext conftest.$ac_ext
16627 CFLAGS=$ac_wine_try_cflags_saved
16629 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16630 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16631 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16632 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16635 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16636 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16637 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16638 echo $ECHO_N "(cached) $ECHO_C" >&6
16640 ac_wine_try_cflags_saved=$CFLAGS
16641 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16642 cat >conftest.$ac_ext <<_ACEOF
16645 cat confdefs.h >>conftest.$ac_ext
16646 cat >>conftest.$ac_ext <<_ACEOF
16647 /* end confdefs.h. */
16657 rm -f conftest.$ac_objext conftest$ac_exeext
16658 if { (ac_try="$ac_link"
16659 case "(($ac_try" in
16660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16661 *) ac_try_echo
=$ac_try;;
16663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16664 (eval "$ac_link") 2>conftest.er1
16666 grep -v '^ *+' conftest.er1
>conftest.err
16668 cat conftest.err
>&5
16669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16670 (exit $ac_status); } && {
16671 test -z "$ac_c_werror_flag" ||
16672 test ! -s conftest.err
16673 } && test -s conftest
$ac_exeext &&
16674 $as_test_x conftest
$ac_exeext; then
16675 ac_cv_cflags__Wdeclaration_after_statement
=yes
16677 echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.
$ac_ext >&5
16680 ac_cv_cflags__Wdeclaration_after_statement
=no
16683 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16684 conftest
$ac_exeext conftest.
$ac_ext
16685 CFLAGS
=$ac_wine_try_cflags_saved
16687 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16688 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16689 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16690 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16693 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16694 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16695 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16696 echo $ECHO_N "(cached) $ECHO_C" >&6
16698 ac_wine_try_cflags_saved
=$CFLAGS
16699 CFLAGS
="$CFLAGS -Wwrite-strings"
16700 cat >conftest.
$ac_ext <<_ACEOF
16703 cat confdefs.h
>>conftest.
$ac_ext
16704 cat >>conftest.
$ac_ext <<_ACEOF
16705 /* end confdefs.h. */
16715 rm -f conftest.
$ac_objext conftest
$ac_exeext
16716 if { (ac_try
="$ac_link"
16717 case "(($ac_try" in
16718 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16719 *) ac_try_echo=$ac_try;;
16721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16722 (eval "$ac_link") 2>conftest.er1
16724 grep -v '^ *+' conftest.er1 >conftest.err
16726 cat conftest.err >&5
16727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16728 (exit $ac_status); } && {
16729 test -z "$ac_c_werror_flag" ||
16730 test ! -s conftest.err
16731 } && test -s conftest$ac_exeext &&
16732 $as_test_x conftest$ac_exeext; then
16733 ac_cv_cflags__Wwrite_strings=yes
16735 echo "$as_me: failed program was:" >&5
16736 sed 's/^/| /' conftest.$ac_ext >&5
16738 ac_cv_cflags__Wwrite_strings=no
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742 conftest$ac_exeext conftest.$ac_ext
16743 CFLAGS=$ac_wine_try_cflags_saved
16745 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16746 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16747 if test $ac_cv_cflags__Wwrite_strings = yes; then
16748 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16751 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16752 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16753 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16754 echo $ECHO_N "(cached) $ECHO_C" >&6
16756 ac_wine_try_cflags_saved=$CFLAGS
16757 CFLAGS="$CFLAGS -Wtype-limits"
16758 cat >conftest.$ac_ext <<_ACEOF
16761 cat confdefs.h >>conftest.$ac_ext
16762 cat >>conftest.$ac_ext <<_ACEOF
16763 /* end confdefs.h. */
16773 rm -f conftest.$ac_objext conftest$ac_exeext
16774 if { (ac_try="$ac_link"
16775 case "(($ac_try" in
16776 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16777 *) ac_try_echo
=$ac_try;;
16779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16780 (eval "$ac_link") 2>conftest.er1
16782 grep -v '^ *+' conftest.er1
>conftest.err
16784 cat conftest.err
>&5
16785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786 (exit $ac_status); } && {
16787 test -z "$ac_c_werror_flag" ||
16788 test ! -s conftest.err
16789 } && test -s conftest
$ac_exeext &&
16790 $as_test_x conftest
$ac_exeext; then
16791 ac_cv_cflags__Wtype_limits
=yes
16793 echo "$as_me: failed program was:" >&5
16794 sed 's/^/| /' conftest.
$ac_ext >&5
16796 ac_cv_cflags__Wtype_limits
=no
16799 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16800 conftest
$ac_exeext conftest.
$ac_ext
16801 CFLAGS
=$ac_wine_try_cflags_saved
16803 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16804 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16805 if test $ac_cv_cflags__Wtype_limits = yes; then
16806 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16810 saved_CFLAGS
="$CFLAGS"
16811 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16812 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16813 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16814 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16815 echo $ECHO_N "(cached) $ECHO_C" >&6
16817 cat >conftest.
$ac_ext <<_ACEOF
16820 cat confdefs.h
>>conftest.
$ac_ext
16821 cat >>conftest.
$ac_ext <<_ACEOF
16822 /* end confdefs.h. */
16823 #include <string.h>
16832 rm -f conftest.
$ac_objext
16833 if { (ac_try
="$ac_compile"
16834 case "(($ac_try" in
16835 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16836 *) ac_try_echo=$ac_try;;
16838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16839 (eval "$ac_compile") 2>conftest.er1
16841 grep -v '^ *+' conftest.er1 >conftest.err
16843 cat conftest.err >&5
16844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845 (exit $ac_status); } && {
16846 test -z "$ac_c_werror_flag" ||
16847 test ! -s conftest.err
16848 } && test -s conftest.$ac_objext; then
16849 ac_cv_c_string_h_warnings=no
16851 echo "$as_me: failed program was:" >&5
16852 sed 's/^/| /' conftest.$ac_ext >&5
16854 ac_cv_c_string_h_warnings=yes
16857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16859 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16860 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16861 CFLAGS="$saved_CFLAGS"
16862 if test "$ac_cv_c_string_h_warnings" = "no"
16864 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16869 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16870 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16871 if test "${ac_cv_asm_func_def+set}" = set; then
16872 echo $ECHO_N "(cached) $ECHO_C" >&6
16874 cat >conftest.$ac_ext <<_ACEOF
16877 cat confdefs.h >>conftest.$ac_ext
16878 cat >>conftest.$ac_ext <<_ACEOF
16879 /* end confdefs.h. */
16884 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16889 rm -f conftest.$ac_objext conftest$ac_exeext
16890 if { (ac_try="$ac_link"
16891 case "(($ac_try" in
16892 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16893 *) ac_try_echo
=$ac_try;;
16895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16896 (eval "$ac_link") 2>conftest.er1
16898 grep -v '^ *+' conftest.er1
>conftest.err
16900 cat conftest.err
>&5
16901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16902 (exit $ac_status); } && {
16903 test -z "$ac_c_werror_flag" ||
16904 test ! -s conftest.err
16905 } && test -s conftest
$ac_exeext &&
16906 $as_test_x conftest
$ac_exeext; then
16907 ac_cv_asm_func_def
=".def"
16909 echo "$as_me: failed program was:" >&5
16910 sed 's/^/| /' conftest.
$ac_ext >&5
16912 cat >conftest.
$ac_ext <<_ACEOF
16915 cat confdefs.h
>>conftest.
$ac_ext
16916 cat >>conftest.
$ac_ext <<_ACEOF
16917 /* end confdefs.h. */
16922 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16927 rm -f conftest.
$ac_objext conftest
$ac_exeext
16928 if { (ac_try
="$ac_link"
16929 case "(($ac_try" in
16930 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16931 *) ac_try_echo=$ac_try;;
16933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16934 (eval "$ac_link") 2>conftest.er1
16936 grep -v '^ *+' conftest.er1 >conftest.err
16938 cat conftest.err >&5
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); } && {
16941 test -z "$ac_c_werror_flag" ||
16942 test ! -s conftest.err
16943 } && test -s conftest$ac_exeext &&
16944 $as_test_x conftest$ac_exeext; then
16945 ac_cv_asm_func_def=".type @function"
16947 echo "$as_me: failed program was:" >&5
16948 sed 's/^/| /' conftest.$ac_ext >&5
16950 cat >conftest.$ac_ext <<_ACEOF
16953 cat confdefs.h >>conftest.$ac_ext
16954 cat >>conftest.$ac_ext <<_ACEOF
16955 /* end confdefs.h. */
16960 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16965 rm -f conftest.$ac_objext conftest$ac_exeext
16966 if { (ac_try="$ac_link"
16967 case "(($ac_try" in
16968 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16969 *) ac_try_echo
=$ac_try;;
16971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16972 (eval "$ac_link") 2>conftest.er1
16974 grep -v '^ *+' conftest.er1
>conftest.err
16976 cat conftest.err
>&5
16977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16978 (exit $ac_status); } && {
16979 test -z "$ac_c_werror_flag" ||
16980 test ! -s conftest.err
16981 } && test -s conftest
$ac_exeext &&
16982 $as_test_x conftest
$ac_exeext; then
16983 ac_cv_asm_func_def
=".type 2"
16985 echo "$as_me: failed program was:" >&5
16986 sed 's/^/| /' conftest.
$ac_ext >&5
16988 ac_cv_asm_func_def
="unknown"
16991 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16992 conftest
$ac_exeext conftest.
$ac_ext
16995 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16996 conftest
$ac_exeext conftest.
$ac_ext
16999 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17000 conftest
$ac_exeext conftest.
$ac_ext
17002 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17003 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17007 case "$ac_cv_asm_func_def" in
17009 cat >>confdefs.h
<<\_ACEOF
17010 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17014 cat >>confdefs.h
<<\_ACEOF
17015 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17019 cat >>confdefs.h
<<\_ACEOF
17020 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17024 cat >>confdefs.h
<<\_ACEOF
17025 #define __ASM_FUNC(name) ""
17031 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17032 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17033 if test "${ac_cv_c_extern_prefix+set}" = set; then
17034 echo $ECHO_N "(cached) $ECHO_C" >&6
17036 cat >conftest.
$ac_ext <<_ACEOF
17039 cat confdefs.h
>>conftest.
$ac_ext
17040 cat >>conftest.
$ac_ext <<_ACEOF
17041 /* end confdefs.h. */
17042 extern int ac_test;
17046 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17051 rm -f conftest.
$ac_objext conftest
$ac_exeext
17052 if { (ac_try
="$ac_link"
17053 case "(($ac_try" in
17054 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17055 *) ac_try_echo=$ac_try;;
17057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17058 (eval "$ac_link") 2>conftest.er1
17060 grep -v '^ *+' conftest.er1 >conftest.err
17062 cat conftest.err >&5
17063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17064 (exit $ac_status); } && {
17065 test -z "$ac_c_werror_flag" ||
17066 test ! -s conftest.err
17067 } && test -s conftest$ac_exeext &&
17068 $as_test_x conftest$ac_exeext; then
17069 ac_cv_c_extern_prefix="yes"
17071 echo "$as_me: failed program was:" >&5
17072 sed 's/^/| /' conftest.$ac_ext >&5
17074 ac_cv_c_extern_prefix="no"
17077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17078 conftest$ac_exeext conftest.$ac_ext
17080 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17081 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17085 if test "$ac_cv_c_extern_prefix" = "yes"
17087 cat >>confdefs.h <<\_ACEOF
17088 #define __ASM_NAME(name) "_" name
17092 cat >>confdefs.h <<\_ACEOF
17093 #define __ASM_NAME(name) name
17103 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17107 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17109 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17113 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17121 SOCKETLIBS="-lws2_32"
17126 MAIN_BINARY="wine-pthread"
17130 linux* | k*bsd*-gnu)
17131 MAIN_BINARY="wine-glibc"
17133 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17136 MAIN_BINARY="wine-freebsd"
17138 EXTRA_BINARIES="wine-pthread"
17288 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17289 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17290 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17291 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17292 echo $ECHO_N "(cached) $ECHO_C" >&6
17294 cat >conftest.$ac_ext <<_ACEOF
17297 cat confdefs.h >>conftest.$ac_ext
17298 cat >>conftest.$ac_ext <<_ACEOF
17299 /* end confdefs.h. */
17300 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17301 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17302 #define $ac_func innocuous_$ac_func
17304 /* System header to define __stub macros and hopefully few prototypes,
17305 which can conflict with char $ac_func (); below.
17306 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17307 <limits.h> exists even on freestanding compilers. */
17310 # include <limits.h>
17312 # include <assert.h>
17317 /* Override any GCC internal prototype to avoid an error.
17318 Use char because int might match the return type of a GCC
17319 builtin and then its argument prototype would still apply. */
17324 /* The GNU C library defines this for functions which it implements
17325 to always fail with ENOSYS. Some functions are actually named
17326 something starting with __ and the normal name is an alias. */
17327 #if defined __stub_$ac_func || defined __stub___$ac_func
17334 return $ac_func ();
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (ac_try="$ac_link"
17341 case "(($ac_try" in
17342 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17343 *) ac_try_echo
=$ac_try;;
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_link") 2>conftest.er1
17348 grep -v '^ *+' conftest.er1
>conftest.err
17350 cat conftest.err
>&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } && {
17353 test -z "$ac_c_werror_flag" ||
17354 test ! -s conftest.err
17355 } && test -s conftest
$ac_exeext &&
17356 $as_test_x conftest
$ac_exeext; then
17357 eval "$as_ac_var=yes"
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.
$ac_ext >&5
17362 eval "$as_ac_var=no"
17365 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17366 conftest
$ac_exeext conftest.
$ac_ext
17368 ac_res
=`eval echo '${'$as_ac_var'}'`
17369 { echo "$as_me:$LINENO: result: $ac_res" >&5
17370 echo "${ECHO_T}$ac_res" >&6; }
17371 if test `eval echo '${'$as_ac_var'}'` = yes; then
17372 cat >>confdefs.h
<<_ACEOF
17373 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17380 if test "$ac_cv_func_dlopen" = no
17382 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17383 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17384 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17385 echo $ECHO_N "(cached) $ECHO_C" >&6
17387 ac_check_lib_save_LIBS
=$LIBS
17389 cat >conftest.
$ac_ext <<_ACEOF
17392 cat confdefs.h
>>conftest.
$ac_ext
17393 cat >>conftest.
$ac_ext <<_ACEOF
17394 /* end confdefs.h. */
17396 /* Override any GCC internal prototype to avoid an error.
17397 Use char because int might match the return type of a GCC
17398 builtin and then its argument prototype would still apply. */
17411 rm -f conftest.
$ac_objext conftest
$ac_exeext
17412 if { (ac_try
="$ac_link"
17413 case "(($ac_try" in
17414 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17415 *) ac_try_echo=$ac_try;;
17417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17418 (eval "$ac_link") 2>conftest.er1
17420 grep -v '^ *+' conftest.er1 >conftest.err
17422 cat conftest.err >&5
17423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424 (exit $ac_status); } && {
17425 test -z "$ac_c_werror_flag" ||
17426 test ! -s conftest.err
17427 } && test -s conftest$ac_exeext &&
17428 $as_test_x conftest$ac_exeext; then
17429 ac_cv_lib_dl_dlopen=yes
17431 echo "$as_me: failed program was:" >&5
17432 sed 's/^/| /' conftest.$ac_ext >&5
17434 ac_cv_lib_dl_dlopen=no
17437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17438 conftest$ac_exeext conftest.$ac_ext
17439 LIBS=$ac_check_lib_save_LIBS
17441 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17442 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17443 if test $ac_cv_lib_dl_dlopen = yes; then
17444 cat >>confdefs.h <<\_ACEOF
17445 #define HAVE_DLOPEN 1
17452 ac_wine_check_funcs_save_LIBS="$LIBS"
17453 LIBS="$LIBS $LIBDL"
17455 for ac_func in dladdr
17457 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17458 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17459 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17460 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17461 echo $ECHO_N "(cached) $ECHO_C" >&6
17463 cat >conftest.$ac_ext <<_ACEOF
17466 cat confdefs.h >>conftest.$ac_ext
17467 cat >>conftest.$ac_ext <<_ACEOF
17468 /* end confdefs.h. */
17469 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17470 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17471 #define $ac_func innocuous_$ac_func
17473 /* System header to define __stub macros and hopefully few prototypes,
17474 which can conflict with char $ac_func (); below.
17475 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17476 <limits.h> exists even on freestanding compilers. */
17479 # include <limits.h>
17481 # include <assert.h>
17486 /* Override any GCC internal prototype to avoid an error.
17487 Use char because int might match the return type of a GCC
17488 builtin and then its argument prototype would still apply. */
17493 /* The GNU C library defines this for functions which it implements
17494 to always fail with ENOSYS. Some functions are actually named
17495 something starting with __ and the normal name is an alias. */
17496 #if defined __stub_$ac_func || defined __stub___$ac_func
17503 return $ac_func ();
17508 rm -f conftest.$ac_objext conftest$ac_exeext
17509 if { (ac_try="$ac_link"
17510 case "(($ac_try" in
17511 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17512 *) ac_try_echo
=$ac_try;;
17514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17515 (eval "$ac_link") 2>conftest.er1
17517 grep -v '^ *+' conftest.er1
>conftest.err
17519 cat conftest.err
>&5
17520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17521 (exit $ac_status); } && {
17522 test -z "$ac_c_werror_flag" ||
17523 test ! -s conftest.err
17524 } && test -s conftest
$ac_exeext &&
17525 $as_test_x conftest
$ac_exeext; then
17526 eval "$as_ac_var=yes"
17528 echo "$as_me: failed program was:" >&5
17529 sed 's/^/| /' conftest.
$ac_ext >&5
17531 eval "$as_ac_var=no"
17534 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17535 conftest
$ac_exeext conftest.
$ac_ext
17537 ac_res
=`eval echo '${'$as_ac_var'}'`
17538 { echo "$as_me:$LINENO: result: $ac_res" >&5
17539 echo "${ECHO_T}$ac_res" >&6; }
17540 if test `eval echo '${'$as_ac_var'}'` = yes; then
17541 cat >>confdefs.h
<<_ACEOF
17542 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17548 LIBS
="$ac_wine_check_funcs_save_LIBS"
17550 if test "$ac_cv_func_poll" = no
17552 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17553 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17554 if test "${ac_cv_lib_poll_poll+set}" = set; then
17555 echo $ECHO_N "(cached) $ECHO_C" >&6
17557 ac_check_lib_save_LIBS
=$LIBS
17558 LIBS
="-lpoll $LIBS"
17559 cat >conftest.
$ac_ext <<_ACEOF
17562 cat confdefs.h
>>conftest.
$ac_ext
17563 cat >>conftest.
$ac_ext <<_ACEOF
17564 /* end confdefs.h. */
17566 /* Override any GCC internal prototype to avoid an error.
17567 Use char because int might match the return type of a GCC
17568 builtin and then its argument prototype would still apply. */
17581 rm -f conftest.
$ac_objext conftest
$ac_exeext
17582 if { (ac_try
="$ac_link"
17583 case "(($ac_try" in
17584 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17585 *) ac_try_echo=$ac_try;;
17587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17588 (eval "$ac_link") 2>conftest.er1
17590 grep -v '^ *+' conftest.er1 >conftest.err
17592 cat conftest.err >&5
17593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17594 (exit $ac_status); } && {
17595 test -z "$ac_c_werror_flag" ||
17596 test ! -s conftest.err
17597 } && test -s conftest$ac_exeext &&
17598 $as_test_x conftest$ac_exeext; then
17599 ac_cv_lib_poll_poll=yes
17601 echo "$as_me: failed program was:" >&5
17602 sed 's/^/| /' conftest.$ac_ext >&5
17604 ac_cv_lib_poll_poll=no
17607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17608 conftest$ac_exeext conftest.$ac_ext
17609 LIBS=$ac_check_lib_save_LIBS
17611 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17612 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17613 if test $ac_cv_lib_poll_poll = yes; then
17614 cat >>confdefs.h <<\_ACEOF
17615 #define HAVE_POLL 1
17623 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17624 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17625 if test "${ac_cv_search_gethostbyname+set}" = set; then
17626 echo $ECHO_N "(cached) $ECHO_C" >&6
17628 ac_func_search_save_LIBS=$LIBS
17629 cat >conftest.$ac_ext <<_ACEOF
17632 cat confdefs.h >>conftest.$ac_ext
17633 cat >>conftest.$ac_ext <<_ACEOF
17634 /* end confdefs.h. */
17636 /* Override any GCC internal prototype to avoid an error.
17637 Use char because int might match the return type of a GCC
17638 builtin and then its argument prototype would still apply. */
17642 char gethostbyname ();
17646 return gethostbyname ();
17651 for ac_lib in '' nsl; do
17652 if test -z "$ac_lib"; then
17653 ac_res="none required"
17656 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17658 rm -f conftest.$ac_objext conftest$ac_exeext
17659 if { (ac_try="$ac_link"
17660 case "(($ac_try" in
17661 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17662 *) ac_try_echo
=$ac_try;;
17664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17665 (eval "$ac_link") 2>conftest.er1
17667 grep -v '^ *+' conftest.er1
>conftest.err
17669 cat conftest.err
>&5
17670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); } && {
17672 test -z "$ac_c_werror_flag" ||
17673 test ! -s conftest.err
17674 } && test -s conftest
$ac_exeext &&
17675 $as_test_x conftest
$ac_exeext; then
17676 ac_cv_search_gethostbyname
=$ac_res
17678 echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.
$ac_ext >&5
17684 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17686 if test "${ac_cv_search_gethostbyname+set}" = set; then
17690 if test "${ac_cv_search_gethostbyname+set}" = set; then
17693 ac_cv_search_gethostbyname
=no
17695 rm conftest.
$ac_ext
17696 LIBS
=$ac_func_search_save_LIBS
17698 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17699 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17700 ac_res
=$ac_cv_search_gethostbyname
17701 if test "$ac_res" != no
; then
17702 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17707 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17708 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17709 if test "${ac_cv_search_connect+set}" = set; then
17710 echo $ECHO_N "(cached) $ECHO_C" >&6
17712 ac_func_search_save_LIBS
=$LIBS
17713 cat >conftest.
$ac_ext <<_ACEOF
17716 cat confdefs.h
>>conftest.
$ac_ext
17717 cat >>conftest.
$ac_ext <<_ACEOF
17718 /* end confdefs.h. */
17720 /* Override any GCC internal prototype to avoid an error.
17721 Use char because int might match the return type of a GCC
17722 builtin and then its argument prototype would still apply. */
17735 for ac_lib
in '' socket
; do
17736 if test -z "$ac_lib"; then
17737 ac_res
="none required"
17740 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17742 rm -f conftest.
$ac_objext conftest
$ac_exeext
17743 if { (ac_try
="$ac_link"
17744 case "(($ac_try" in
17745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17746 *) ac_try_echo=$ac_try;;
17748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17749 (eval "$ac_link") 2>conftest.er1
17751 grep -v '^ *+' conftest.er1 >conftest.err
17753 cat conftest.err >&5
17754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17755 (exit $ac_status); } && {
17756 test -z "$ac_c_werror_flag" ||
17757 test ! -s conftest.err
17758 } && test -s conftest$ac_exeext &&
17759 $as_test_x conftest$ac_exeext; then
17760 ac_cv_search_connect=$ac_res
17762 echo "$as_me: failed program was:" >&5
17763 sed 's/^/| /' conftest.$ac_ext >&5
17768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17770 if test "${ac_cv_search_connect+set}" = set; then
17774 if test "${ac_cv_search_connect+set}" = set; then
17777 ac_cv_search_connect=no
17779 rm conftest.$ac_ext
17780 LIBS=$ac_func_search_save_LIBS
17782 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17783 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17784 ac_res=$ac_cv_search_connect
17785 if test "$ac_res" != no; then
17786 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17791 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17792 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17793 if test "${ac_cv_search_inet_aton+set}" = set; then
17794 echo $ECHO_N "(cached) $ECHO_C" >&6
17796 ac_func_search_save_LIBS=$LIBS
17797 cat >conftest.$ac_ext <<_ACEOF
17800 cat confdefs.h >>conftest.$ac_ext
17801 cat >>conftest.$ac_ext <<_ACEOF
17802 /* end confdefs.h. */
17804 /* Override any GCC internal prototype to avoid an error.
17805 Use char because int might match the return type of a GCC
17806 builtin and then its argument prototype would still apply. */
17814 return inet_aton ();
17819 for ac_lib in '' resolv; do
17820 if test -z "$ac_lib"; then
17821 ac_res="none required"
17824 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17826 rm -f conftest.$ac_objext conftest$ac_exeext
17827 if { (ac_try="$ac_link"
17828 case "(($ac_try" in
17829 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17830 *) ac_try_echo
=$ac_try;;
17832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17833 (eval "$ac_link") 2>conftest.er1
17835 grep -v '^ *+' conftest.er1
>conftest.err
17837 cat conftest.err
>&5
17838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17839 (exit $ac_status); } && {
17840 test -z "$ac_c_werror_flag" ||
17841 test ! -s conftest.err
17842 } && test -s conftest
$ac_exeext &&
17843 $as_test_x conftest
$ac_exeext; then
17844 ac_cv_search_inet_aton
=$ac_res
17846 echo "$as_me: failed program was:" >&5
17847 sed 's/^/| /' conftest.
$ac_ext >&5
17852 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17854 if test "${ac_cv_search_inet_aton+set}" = set; then
17858 if test "${ac_cv_search_inet_aton+set}" = set; then
17861 ac_cv_search_inet_aton
=no
17863 rm conftest.
$ac_ext
17864 LIBS
=$ac_func_search_save_LIBS
17866 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17867 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17868 ac_res
=$ac_cv_search_inet_aton
17869 if test "$ac_res" != no
; then
17870 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17894 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17895 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17896 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17897 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17898 echo $ECHO_N "(cached) $ECHO_C" >&6
17900 cat >conftest.
$ac_ext <<_ACEOF
17903 cat confdefs.h
>>conftest.
$ac_ext
17904 cat >>conftest.
$ac_ext <<_ACEOF
17905 /* end confdefs.h. */
17906 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17907 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17908 #define $ac_func innocuous_$ac_func
17910 /* System header to define __stub macros and hopefully few prototypes,
17911 which can conflict with char $ac_func (); below.
17912 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17913 <limits.h> exists even on freestanding compilers. */
17916 # include <limits.h>
17918 # include <assert.h>
17923 /* Override any GCC internal prototype to avoid an error.
17924 Use char because int might match the return type of a GCC
17925 builtin and then its argument prototype would still apply. */
17930 /* The GNU C library defines this for functions which it implements
17931 to always fail with ENOSYS. Some functions are actually named
17932 something starting with __ and the normal name is an alias. */
17933 #if defined __stub_$ac_func || defined __stub___$ac_func
17940 return $ac_func ();
17945 rm -f conftest.
$ac_objext conftest
$ac_exeext
17946 if { (ac_try
="$ac_link"
17947 case "(($ac_try" in
17948 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17949 *) ac_try_echo=$ac_try;;
17951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17952 (eval "$ac_link") 2>conftest.er1
17954 grep -v '^ *+' conftest.er1 >conftest.err
17956 cat conftest.err >&5
17957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958 (exit $ac_status); } && {
17959 test -z "$ac_c_werror_flag" ||
17960 test ! -s conftest.err
17961 } && test -s conftest$ac_exeext &&
17962 $as_test_x conftest$ac_exeext; then
17963 eval "$as_ac_var=yes"
17965 echo "$as_me: failed program was:" >&5
17966 sed 's/^/| /' conftest.$ac_ext >&5
17968 eval "$as_ac_var=no"
17971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17972 conftest$ac_exeext conftest.$ac_ext
17974 ac_res=`eval echo '${'$as_ac_var'}'`
17975 { echo "$as_me:$LINENO: result: $ac_res" >&5
17976 echo "${ECHO_T}$ac_res" >&6; }
17977 if test `eval echo '${'$as_ac_var'}'` = yes; then
17978 cat >>confdefs.h <<_ACEOF
17979 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17988 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17990 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17991 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17992 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17993 echo $ECHO_N "(cached) $ECHO_C" >&6
17995 cat >conftest.$ac_ext <<_ACEOF
17998 cat confdefs.h >>conftest.$ac_ext
17999 cat >>conftest.$ac_ext <<_ACEOF
18000 /* end confdefs.h. */
18003 typedef LDAPSortKey ac__type_new_;
18007 if ((ac__type_new_ *) 0)
18009 if (sizeof (ac__type_new_))
18015 rm -f conftest.$ac_objext
18016 if { (ac_try="$ac_compile"
18017 case "(($ac_try" in
18018 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18019 *) ac_try_echo
=$ac_try;;
18021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18022 (eval "$ac_compile") 2>conftest.er1
18024 grep -v '^ *+' conftest.er1
>conftest.err
18026 cat conftest.err
>&5
18027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028 (exit $ac_status); } && {
18029 test -z "$ac_c_werror_flag" ||
18030 test ! -s conftest.err
18031 } && test -s conftest.
$ac_objext; then
18032 ac_cv_type_LDAPSortKey
=yes
18034 echo "$as_me: failed program was:" >&5
18035 sed 's/^/| /' conftest.
$ac_ext >&5
18037 ac_cv_type_LDAPSortKey
=no
18040 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18042 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18043 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18044 if test $ac_cv_type_LDAPSortKey = yes; then
18045 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18046 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18047 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18048 echo $ECHO_N "(cached) $ECHO_C" >&6
18050 ac_check_lib_save_LIBS
=$LIBS
18051 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18052 cat >conftest.
$ac_ext <<_ACEOF
18055 cat confdefs.h
>>conftest.
$ac_ext
18056 cat >>conftest.
$ac_ext <<_ACEOF
18057 /* end confdefs.h. */
18059 /* Override any GCC internal prototype to avoid an error.
18060 Use char because int might match the return type of a GCC
18061 builtin and then its argument prototype would still apply. */
18065 char ldap_initialize ();
18069 return ldap_initialize ();
18074 rm -f conftest.
$ac_objext conftest
$ac_exeext
18075 if { (ac_try
="$ac_link"
18076 case "(($ac_try" in
18077 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18078 *) ac_try_echo=$ac_try;;
18080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18081 (eval "$ac_link") 2>conftest.er1
18083 grep -v '^ *+' conftest.er1 >conftest.err
18085 cat conftest.err >&5
18086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18087 (exit $ac_status); } && {
18088 test -z "$ac_c_werror_flag" ||
18089 test ! -s conftest.err
18090 } && test -s conftest$ac_exeext &&
18091 $as_test_x conftest$ac_exeext; then
18092 ac_cv_lib_ldap_r_ldap_initialize=yes
18094 echo "$as_me: failed program was:" >&5
18095 sed 's/^/| /' conftest.$ac_ext >&5
18097 ac_cv_lib_ldap_r_ldap_initialize=no
18100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18101 conftest$ac_exeext conftest.$ac_ext
18102 LIBS=$ac_check_lib_save_LIBS
18104 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18105 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18106 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18107 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18108 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18109 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18110 echo $ECHO_N "(cached) $ECHO_C" >&6
18112 ac_check_lib_save_LIBS=$LIBS
18113 LIBS="-llber $LIBPTHREAD $LIBS"
18114 cat >conftest.$ac_ext <<_ACEOF
18117 cat confdefs.h >>conftest.$ac_ext
18118 cat >>conftest.$ac_ext <<_ACEOF
18119 /* end confdefs.h. */
18121 /* Override any GCC internal prototype to avoid an error.
18122 Use char because int might match the return type of a GCC
18123 builtin and then its argument prototype would still apply. */
18131 return ber_init ();
18136 rm -f conftest.$ac_objext conftest$ac_exeext
18137 if { (ac_try="$ac_link"
18138 case "(($ac_try" in
18139 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18140 *) ac_try_echo
=$ac_try;;
18142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18143 (eval "$ac_link") 2>conftest.er1
18145 grep -v '^ *+' conftest.er1
>conftest.err
18147 cat conftest.err
>&5
18148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18149 (exit $ac_status); } && {
18150 test -z "$ac_c_werror_flag" ||
18151 test ! -s conftest.err
18152 } && test -s conftest
$ac_exeext &&
18153 $as_test_x conftest
$ac_exeext; then
18154 ac_cv_lib_lber_ber_init
=yes
18156 echo "$as_me: failed program was:" >&5
18157 sed 's/^/| /' conftest.
$ac_ext >&5
18159 ac_cv_lib_lber_ber_init
=no
18162 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18163 conftest
$ac_exeext conftest.
$ac_ext
18164 LIBS
=$ac_check_lib_save_LIBS
18166 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18167 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18168 if test $ac_cv_lib_lber_ber_init = yes; then
18170 cat >>confdefs.h
<<\_ACEOF
18171 #define HAVE_LDAP 1
18174 LDAPLIBS
="-lldap_r -llber"
18181 ac_wine_check_funcs_save_LIBS
="$LIBS"
18182 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18192 ldap_count_references \
18193 ldap_first_reference \
18194 ldap_next_reference \
18195 ldap_parse_reference \
18196 ldap_parse_sort_control \
18197 ldap_parse_sortresponse_control \
18198 ldap_parse_vlv_control \
18199 ldap_parse_vlvresponse_control
18201 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18202 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18203 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18204 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18205 echo $ECHO_N "(cached) $ECHO_C" >&6
18207 cat >conftest.
$ac_ext <<_ACEOF
18210 cat confdefs.h
>>conftest.
$ac_ext
18211 cat >>conftest.
$ac_ext <<_ACEOF
18212 /* end confdefs.h. */
18213 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18214 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18215 #define $ac_func innocuous_$ac_func
18217 /* System header to define __stub macros and hopefully few prototypes,
18218 which can conflict with char $ac_func (); below.
18219 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18220 <limits.h> exists even on freestanding compilers. */
18223 # include <limits.h>
18225 # include <assert.h>
18230 /* Override any GCC internal prototype to avoid an error.
18231 Use char because int might match the return type of a GCC
18232 builtin and then its argument prototype would still apply. */
18237 /* The GNU C library defines this for functions which it implements
18238 to always fail with ENOSYS. Some functions are actually named
18239 something starting with __ and the normal name is an alias. */
18240 #if defined __stub_$ac_func || defined __stub___$ac_func
18247 return $ac_func ();
18252 rm -f conftest.
$ac_objext conftest
$ac_exeext
18253 if { (ac_try
="$ac_link"
18254 case "(($ac_try" in
18255 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18256 *) ac_try_echo=$ac_try;;
18258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18259 (eval "$ac_link") 2>conftest.er1
18261 grep -v '^ *+' conftest.er1 >conftest.err
18263 cat conftest.err >&5
18264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18265 (exit $ac_status); } && {
18266 test -z "$ac_c_werror_flag" ||
18267 test ! -s conftest.err
18268 } && test -s conftest$ac_exeext &&
18269 $as_test_x conftest$ac_exeext; then
18270 eval "$as_ac_var=yes"
18272 echo "$as_me: failed program was:" >&5
18273 sed 's/^/| /' conftest.$ac_ext >&5
18275 eval "$as_ac_var=no"
18278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18279 conftest$ac_exeext conftest.$ac_ext
18281 ac_res=`eval echo '${'$as_ac_var'}'`
18282 { echo "$as_me:$LINENO: result: $ac_res" >&5
18283 echo "${ECHO_T}$ac_res" >&6; }
18284 if test `eval echo '${'$as_ac_var'}'` = yes; then
18285 cat >>confdefs.h <<_ACEOF
18286 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18292 LIBS="$ac_wine_check_funcs_save_LIBS"
18294 if test "x$LDAPLIBS" = "x"; then
18295 case "x$with_ldap" in
18296 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18298 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18299 This is an error since --with-ldap was requested." >&5
18300 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18301 This is an error since --with-ldap was requested." >&2;}
18302 { (exit 1); exit 1; }; } ;;
18308 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18309 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18310 if test "${ac_cv_c_const+set}" = set; then
18311 echo $ECHO_N "(cached) $ECHO_C" >&6
18313 cat >conftest.$ac_ext <<_ACEOF
18316 cat confdefs.h >>conftest.$ac_ext
18317 cat >>conftest.$ac_ext <<_ACEOF
18318 /* end confdefs.h. */
18323 /* FIXME: Include the comments suggested by Paul. */
18324 #ifndef __cplusplus
18325 /* Ultrix mips cc rejects this. */
18326 typedef int charset[2];
18328 /* SunOS 4.1.1 cc rejects this. */
18329 char const *const *pcpcc;
18331 /* NEC SVR4.0.2 mips cc rejects this. */
18332 struct point {int x, y;};
18333 static struct point const zero = {0,0};
18334 /* AIX XL C 1.02.0.0 rejects this.
18335 It does not let you subtract one const X* pointer from another in
18336 an arm of an if-expression whose if-part is not a constant
18338 const char *g = "string";
18339 pcpcc = &g + (g ? g-g : 0);
18340 /* HPUX 7.0 cc rejects these. */
18342 ppc = (char**) pcpcc;
18343 pcpcc = (char const *const *) ppc;
18344 { /* SCO 3.2v4 cc rejects this. */
18346 char const *s = 0 ? (char *) 0 : (char const *) 0;
18351 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18352 int x[] = {25, 17};
18353 const int *foo = &x[0];
18356 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18357 typedef const int *iptr;
18361 { /* AIX XL C 1.02.0.0 rejects this saying
18362 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18363 struct s { int j; const int *ap[3]; };
18364 struct s *b; b->j = 5;
18366 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18367 const int foo = 10;
18368 if (!foo) return 0;
18370 return !cs[0] && !zero.x;
18377 rm -f conftest.$ac_objext
18378 if { (ac_try="$ac_compile"
18379 case "(($ac_try" in
18380 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18381 *) ac_try_echo
=$ac_try;;
18383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18384 (eval "$ac_compile") 2>conftest.er1
18386 grep -v '^ *+' conftest.er1
>conftest.err
18388 cat conftest.err
>&5
18389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18390 (exit $ac_status); } && {
18391 test -z "$ac_c_werror_flag" ||
18392 test ! -s conftest.err
18393 } && test -s conftest.
$ac_objext; then
18396 echo "$as_me: failed program was:" >&5
18397 sed 's/^/| /' conftest.
$ac_ext >&5
18402 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18404 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18405 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18406 if test $ac_cv_c_const = no
; then
18408 cat >>confdefs.h
<<\_ACEOF
18414 { echo "$as_me:$LINENO: checking for inline" >&5
18415 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18416 if test "${ac_cv_c_inline+set}" = set; then
18417 echo $ECHO_N "(cached) $ECHO_C" >&6
18420 for ac_kw
in inline __inline__ __inline
; do
18421 cat >conftest.
$ac_ext <<_ACEOF
18424 cat confdefs.h
>>conftest.
$ac_ext
18425 cat >>conftest.
$ac_ext <<_ACEOF
18426 /* end confdefs.h. */
18427 #ifndef __cplusplus
18429 static $ac_kw foo_t static_foo () {return 0; }
18430 $ac_kw foo_t foo () {return 0; }
18434 rm -f conftest.
$ac_objext
18435 if { (ac_try
="$ac_compile"
18436 case "(($ac_try" in
18437 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18438 *) ac_try_echo=$ac_try;;
18440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18441 (eval "$ac_compile") 2>conftest.er1
18443 grep -v '^ *+' conftest.er1 >conftest.err
18445 cat conftest.err >&5
18446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18447 (exit $ac_status); } && {
18448 test -z "$ac_c_werror_flag" ||
18449 test ! -s conftest.err
18450 } && test -s conftest.$ac_objext; then
18451 ac_cv_c_inline=$ac_kw
18453 echo "$as_me: failed program was:" >&5
18454 sed 's/^/| /' conftest.$ac_ext >&5
18459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18460 test "$ac_cv_c_inline" != no && break
18464 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18465 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18468 case $ac_cv_c_inline in
18471 case $ac_cv_c_inline in
18473 *) ac_val=$ac_cv_c_inline;;
18475 cat >>confdefs.h <<_ACEOF
18476 #ifndef __cplusplus
18477 #define inline $ac_val
18483 { echo "$as_me:$LINENO: checking for mode_t" >&5
18484 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18485 if test "${ac_cv_type_mode_t+set}" = set; then
18486 echo $ECHO_N "(cached) $ECHO_C" >&6
18488 cat >conftest.$ac_ext <<_ACEOF
18491 cat confdefs.h >>conftest.$ac_ext
18492 cat >>conftest.$ac_ext <<_ACEOF
18493 /* end confdefs.h. */
18494 $ac_includes_default
18495 typedef mode_t ac__type_new_;
18499 if ((ac__type_new_ *) 0)
18501 if (sizeof (ac__type_new_))
18507 rm -f conftest.$ac_objext
18508 if { (ac_try="$ac_compile"
18509 case "(($ac_try" in
18510 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18511 *) ac_try_echo
=$ac_try;;
18513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18514 (eval "$ac_compile") 2>conftest.er1
18516 grep -v '^ *+' conftest.er1
>conftest.err
18518 cat conftest.err
>&5
18519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18520 (exit $ac_status); } && {
18521 test -z "$ac_c_werror_flag" ||
18522 test ! -s conftest.err
18523 } && test -s conftest.
$ac_objext; then
18524 ac_cv_type_mode_t
=yes
18526 echo "$as_me: failed program was:" >&5
18527 sed 's/^/| /' conftest.
$ac_ext >&5
18529 ac_cv_type_mode_t
=no
18532 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18534 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18535 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18536 if test $ac_cv_type_mode_t = yes; then
18538 cat >>confdefs.h
<<_ACEOF
18539 #define HAVE_MODE_T 1
18544 { echo "$as_me:$LINENO: checking for off_t" >&5
18545 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18546 if test "${ac_cv_type_off_t+set}" = set; then
18547 echo $ECHO_N "(cached) $ECHO_C" >&6
18549 cat >conftest.
$ac_ext <<_ACEOF
18552 cat confdefs.h
>>conftest.
$ac_ext
18553 cat >>conftest.
$ac_ext <<_ACEOF
18554 /* end confdefs.h. */
18555 $ac_includes_default
18556 typedef off_t ac__type_new_;
18560 if ((ac__type_new_ *) 0)
18562 if (sizeof (ac__type_new_))
18568 rm -f conftest.
$ac_objext
18569 if { (ac_try
="$ac_compile"
18570 case "(($ac_try" in
18571 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18572 *) ac_try_echo=$ac_try;;
18574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18575 (eval "$ac_compile") 2>conftest.er1
18577 grep -v '^ *+' conftest.er1 >conftest.err
18579 cat conftest.err >&5
18580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18581 (exit $ac_status); } && {
18582 test -z "$ac_c_werror_flag" ||
18583 test ! -s conftest.err
18584 } && test -s conftest.$ac_objext; then
18585 ac_cv_type_off_t=yes
18587 echo "$as_me: failed program was:" >&5
18588 sed 's/^/| /' conftest.$ac_ext >&5
18590 ac_cv_type_off_t=no
18593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18595 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18596 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18597 if test $ac_cv_type_off_t = yes; then
18599 cat >>confdefs.h <<_ACEOF
18600 #define HAVE_OFF_T 1
18605 { echo "$as_me:$LINENO: checking for pid_t" >&5
18606 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18607 if test "${ac_cv_type_pid_t+set}" = set; then
18608 echo $ECHO_N "(cached) $ECHO_C" >&6
18610 cat >conftest.$ac_ext <<_ACEOF
18613 cat confdefs.h >>conftest.$ac_ext
18614 cat >>conftest.$ac_ext <<_ACEOF
18615 /* end confdefs.h. */
18616 $ac_includes_default
18617 typedef pid_t ac__type_new_;
18621 if ((ac__type_new_ *) 0)
18623 if (sizeof (ac__type_new_))
18629 rm -f conftest.$ac_objext
18630 if { (ac_try="$ac_compile"
18631 case "(($ac_try" in
18632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18633 *) ac_try_echo
=$ac_try;;
18635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18636 (eval "$ac_compile") 2>conftest.er1
18638 grep -v '^ *+' conftest.er1
>conftest.err
18640 cat conftest.err
>&5
18641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18642 (exit $ac_status); } && {
18643 test -z "$ac_c_werror_flag" ||
18644 test ! -s conftest.err
18645 } && test -s conftest.
$ac_objext; then
18646 ac_cv_type_pid_t
=yes
18648 echo "$as_me: failed program was:" >&5
18649 sed 's/^/| /' conftest.
$ac_ext >&5
18651 ac_cv_type_pid_t
=no
18654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18656 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18657 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18658 if test $ac_cv_type_pid_t = yes; then
18660 cat >>confdefs.h
<<_ACEOF
18661 #define HAVE_PID_T 1
18666 { echo "$as_me:$LINENO: checking for size_t" >&5
18667 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18668 if test "${ac_cv_type_size_t+set}" = set; then
18669 echo $ECHO_N "(cached) $ECHO_C" >&6
18671 cat >conftest.
$ac_ext <<_ACEOF
18674 cat confdefs.h
>>conftest.
$ac_ext
18675 cat >>conftest.
$ac_ext <<_ACEOF
18676 /* end confdefs.h. */
18677 $ac_includes_default
18678 typedef size_t ac__type_new_;
18682 if ((ac__type_new_ *) 0)
18684 if (sizeof (ac__type_new_))
18690 rm -f conftest.
$ac_objext
18691 if { (ac_try
="$ac_compile"
18692 case "(($ac_try" in
18693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18694 *) ac_try_echo=$ac_try;;
18696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18697 (eval "$ac_compile") 2>conftest.er1
18699 grep -v '^ *+' conftest.er1 >conftest.err
18701 cat conftest.err >&5
18702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18703 (exit $ac_status); } && {
18704 test -z "$ac_c_werror_flag" ||
18705 test ! -s conftest.err
18706 } && test -s conftest.$ac_objext; then
18707 ac_cv_type_size_t=yes
18709 echo "$as_me: failed program was:" >&5
18710 sed 's/^/| /' conftest.$ac_ext >&5
18712 ac_cv_type_size_t=no
18715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18717 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18718 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18719 if test $ac_cv_type_size_t = yes; then
18721 cat >>confdefs.h <<_ACEOF
18722 #define HAVE_SIZE_T 1
18727 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18728 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18729 if test "${ac_cv_type_ssize_t+set}" = set; then
18730 echo $ECHO_N "(cached) $ECHO_C" >&6
18732 cat >conftest.$ac_ext <<_ACEOF
18735 cat confdefs.h >>conftest.$ac_ext
18736 cat >>conftest.$ac_ext <<_ACEOF
18737 /* end confdefs.h. */
18738 $ac_includes_default
18739 typedef ssize_t ac__type_new_;
18743 if ((ac__type_new_ *) 0)
18745 if (sizeof (ac__type_new_))
18751 rm -f conftest.$ac_objext
18752 if { (ac_try="$ac_compile"
18753 case "(($ac_try" in
18754 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18755 *) ac_try_echo
=$ac_try;;
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758 (eval "$ac_compile") 2>conftest.er1
18760 grep -v '^ *+' conftest.er1
>conftest.err
18762 cat conftest.err
>&5
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } && {
18765 test -z "$ac_c_werror_flag" ||
18766 test ! -s conftest.err
18767 } && test -s conftest.
$ac_objext; then
18768 ac_cv_type_ssize_t
=yes
18770 echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.
$ac_ext >&5
18773 ac_cv_type_ssize_t
=no
18776 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18778 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18779 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18780 if test $ac_cv_type_ssize_t = yes; then
18782 cat >>confdefs.h
<<_ACEOF
18783 #define HAVE_SSIZE_T 1
18788 { echo "$as_me:$LINENO: checking for long long" >&5
18789 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18790 if test "${ac_cv_type_long_long+set}" = set; then
18791 echo $ECHO_N "(cached) $ECHO_C" >&6
18793 cat >conftest.
$ac_ext <<_ACEOF
18796 cat confdefs.h
>>conftest.
$ac_ext
18797 cat >>conftest.
$ac_ext <<_ACEOF
18798 /* end confdefs.h. */
18799 $ac_includes_default
18800 typedef long long ac__type_new_;
18804 if ((ac__type_new_ *) 0)
18806 if (sizeof (ac__type_new_))
18812 rm -f conftest.
$ac_objext
18813 if { (ac_try
="$ac_compile"
18814 case "(($ac_try" in
18815 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18816 *) ac_try_echo=$ac_try;;
18818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18819 (eval "$ac_compile") 2>conftest.er1
18821 grep -v '^ *+' conftest.er1 >conftest.err
18823 cat conftest.err >&5
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); } && {
18826 test -z "$ac_c_werror_flag" ||
18827 test ! -s conftest.err
18828 } && test -s conftest.$ac_objext; then
18829 ac_cv_type_long_long=yes
18831 echo "$as_me: failed program was:" >&5
18832 sed 's/^/| /' conftest.$ac_ext >&5
18834 ac_cv_type_long_long=no
18837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18839 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18840 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18841 if test $ac_cv_type_long_long = yes; then
18843 cat >>confdefs.h <<_ACEOF
18844 #define HAVE_LONG_LONG 1
18849 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18850 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18851 if test "${ac_cv_type_fsblkcnt_t+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 $ac_includes_default
18861 typedef fsblkcnt_t ac__type_new_;
18865 if ((ac__type_new_ *) 0)
18867 if (sizeof (ac__type_new_))
18873 rm -f conftest.$ac_objext
18874 if { (ac_try="$ac_compile"
18875 case "(($ac_try" in
18876 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18877 *) ac_try_echo
=$ac_try;;
18879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18880 (eval "$ac_compile") 2>conftest.er1
18882 grep -v '^ *+' conftest.er1
>conftest.err
18884 cat conftest.err
>&5
18885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886 (exit $ac_status); } && {
18887 test -z "$ac_c_werror_flag" ||
18888 test ! -s conftest.err
18889 } && test -s conftest.
$ac_objext; then
18890 ac_cv_type_fsblkcnt_t
=yes
18892 echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.
$ac_ext >&5
18895 ac_cv_type_fsblkcnt_t
=no
18898 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18900 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18901 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18902 if test $ac_cv_type_fsblkcnt_t = yes; then
18904 cat >>confdefs.h
<<_ACEOF
18905 #define HAVE_FSBLKCNT_T 1
18910 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18911 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18912 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18913 echo $ECHO_N "(cached) $ECHO_C" >&6
18915 cat >conftest.
$ac_ext <<_ACEOF
18918 cat confdefs.h
>>conftest.
$ac_ext
18919 cat >>conftest.
$ac_ext <<_ACEOF
18920 /* end confdefs.h. */
18921 $ac_includes_default
18922 typedef fsfilcnt_t ac__type_new_;
18926 if ((ac__type_new_ *) 0)
18928 if (sizeof (ac__type_new_))
18934 rm -f conftest.
$ac_objext
18935 if { (ac_try
="$ac_compile"
18936 case "(($ac_try" in
18937 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18938 *) ac_try_echo=$ac_try;;
18940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18941 (eval "$ac_compile") 2>conftest.er1
18943 grep -v '^ *+' conftest.er1 >conftest.err
18945 cat conftest.err >&5
18946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947 (exit $ac_status); } && {
18948 test -z "$ac_c_werror_flag" ||
18949 test ! -s conftest.err
18950 } && test -s conftest.$ac_objext; then
18951 ac_cv_type_fsfilcnt_t=yes
18953 echo "$as_me: failed program was:" >&5
18954 sed 's/^/| /' conftest.$ac_ext >&5
18956 ac_cv_type_fsfilcnt_t=no
18959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18961 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18962 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18963 if test $ac_cv_type_fsfilcnt_t = yes; then
18965 cat >>confdefs.h <<_ACEOF
18966 #define HAVE_FSFILCNT_T 1
18972 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18973 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18974 if test "${ac_cv_type_sigset_t+set}" = set; then
18975 echo $ECHO_N "(cached) $ECHO_C" >&6
18977 cat >conftest.$ac_ext <<_ACEOF
18980 cat confdefs.h >>conftest.$ac_ext
18981 cat >>conftest.$ac_ext <<_ACEOF
18982 /* end confdefs.h. */
18983 #include <sys/types.h>
18984 #include <signal.h>
18986 typedef sigset_t ac__type_new_;
18990 if ((ac__type_new_ *) 0)
18992 if (sizeof (ac__type_new_))
18998 rm -f conftest.$ac_objext
18999 if { (ac_try="$ac_compile"
19000 case "(($ac_try" in
19001 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19002 *) ac_try_echo
=$ac_try;;
19004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19005 (eval "$ac_compile") 2>conftest.er1
19007 grep -v '^ *+' conftest.er1
>conftest.err
19009 cat conftest.err
>&5
19010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19011 (exit $ac_status); } && {
19012 test -z "$ac_c_werror_flag" ||
19013 test ! -s conftest.err
19014 } && test -s conftest.
$ac_objext; then
19015 ac_cv_type_sigset_t
=yes
19017 echo "$as_me: failed program was:" >&5
19018 sed 's/^/| /' conftest.
$ac_ext >&5
19020 ac_cv_type_sigset_t
=no
19023 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19025 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19026 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19027 if test $ac_cv_type_sigset_t = yes; then
19029 cat >>confdefs.h
<<_ACEOF
19030 #define HAVE_SIGSET_T 1
19036 { echo "$as_me:$LINENO: checking for request_sense" >&5
19037 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19038 if test "${ac_cv_type_request_sense+set}" = set; then
19039 echo $ECHO_N "(cached) $ECHO_C" >&6
19041 cat >conftest.
$ac_ext <<_ACEOF
19044 cat confdefs.h
>>conftest.
$ac_ext
19045 cat >>conftest.
$ac_ext <<_ACEOF
19046 /* end confdefs.h. */
19047 #include <linux/cdrom.h>
19049 typedef request_sense ac__type_new_;
19053 if ((ac__type_new_ *) 0)
19055 if (sizeof (ac__type_new_))
19061 rm -f conftest.
$ac_objext
19062 if { (ac_try
="$ac_compile"
19063 case "(($ac_try" in
19064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19065 *) ac_try_echo=$ac_try;;
19067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19068 (eval "$ac_compile") 2>conftest.er1
19070 grep -v '^ *+' conftest.er1 >conftest.err
19072 cat conftest.err >&5
19073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19074 (exit $ac_status); } && {
19075 test -z "$ac_c_werror_flag" ||
19076 test ! -s conftest.err
19077 } && test -s conftest.$ac_objext; then
19078 ac_cv_type_request_sense=yes
19080 echo "$as_me: failed program was:" >&5
19081 sed 's/^/| /' conftest.$ac_ext >&5
19083 ac_cv_type_request_sense=no
19086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19088 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19089 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19090 if test $ac_cv_type_request_sense = yes; then
19092 cat >>confdefs.h <<_ACEOF
19093 #define HAVE_REQUEST_SENSE 1
19100 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19101 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19102 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19103 echo $ECHO_N "(cached) $ECHO_C" >&6
19105 cat >conftest.$ac_ext <<_ACEOF
19108 cat confdefs.h >>conftest.$ac_ext
19109 cat >>conftest.$ac_ext <<_ACEOF
19110 /* end confdefs.h. */
19111 #ifdef HAVE_LINUX_INPUT_H
19112 #include <linux/input.h>
19118 static struct ff_effect ac_aggr;
19119 if (ac_aggr.direction)
19125 rm -f conftest.$ac_objext
19126 if { (ac_try="$ac_compile"
19127 case "(($ac_try" in
19128 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19129 *) ac_try_echo
=$ac_try;;
19131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19132 (eval "$ac_compile") 2>conftest.er1
19134 grep -v '^ *+' conftest.er1
>conftest.err
19136 cat conftest.err
>&5
19137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138 (exit $ac_status); } && {
19139 test -z "$ac_c_werror_flag" ||
19140 test ! -s conftest.err
19141 } && test -s conftest.
$ac_objext; then
19142 ac_cv_member_struct_ff_effect_direction
=yes
19144 echo "$as_me: failed program was:" >&5
19145 sed 's/^/| /' conftest.
$ac_ext >&5
19147 cat >conftest.
$ac_ext <<_ACEOF
19150 cat confdefs.h
>>conftest.
$ac_ext
19151 cat >>conftest.
$ac_ext <<_ACEOF
19152 /* end confdefs.h. */
19153 #ifdef HAVE_LINUX_INPUT_H
19154 #include <linux/input.h>
19160 static struct ff_effect ac_aggr;
19161 if (sizeof ac_aggr.direction)
19167 rm -f conftest.
$ac_objext
19168 if { (ac_try
="$ac_compile"
19169 case "(($ac_try" in
19170 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19171 *) ac_try_echo=$ac_try;;
19173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19174 (eval "$ac_compile") 2>conftest.er1
19176 grep -v '^ *+' conftest.er1 >conftest.err
19178 cat conftest.err >&5
19179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19180 (exit $ac_status); } && {
19181 test -z "$ac_c_werror_flag" ||
19182 test ! -s conftest.err
19183 } && test -s conftest.$ac_objext; then
19184 ac_cv_member_struct_ff_effect_direction=yes
19186 echo "$as_me: failed program was:" >&5
19187 sed 's/^/| /' conftest.$ac_ext >&5
19189 ac_cv_member_struct_ff_effect_direction=no
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19197 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19198 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19199 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19201 cat >>confdefs.h <<_ACEOF
19202 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19209 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19210 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19211 if test "${wine_cv_have_sigaddset+set}" = set; then
19212 echo $ECHO_N "(cached) $ECHO_C" >&6
19214 cat >conftest.$ac_ext <<_ACEOF
19217 cat confdefs.h >>conftest.$ac_ext
19218 cat >>conftest.$ac_ext <<_ACEOF
19219 /* end confdefs.h. */
19220 #include <signal.h>
19224 sigset_t set; sigaddset(&set,SIGTERM);
19229 rm -f conftest.$ac_objext conftest$ac_exeext
19230 if { (ac_try="$ac_link"
19231 case "(($ac_try" in
19232 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19233 *) ac_try_echo
=$ac_try;;
19235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19236 (eval "$ac_link") 2>conftest.er1
19238 grep -v '^ *+' conftest.er1
>conftest.err
19240 cat conftest.err
>&5
19241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19242 (exit $ac_status); } && {
19243 test -z "$ac_c_werror_flag" ||
19244 test ! -s conftest.err
19245 } && test -s conftest
$ac_exeext &&
19246 $as_test_x conftest
$ac_exeext; then
19247 wine_cv_have_sigaddset
=yes
19249 echo "$as_me: failed program was:" >&5
19250 sed 's/^/| /' conftest.
$ac_ext >&5
19252 wine_cv_have_sigaddset
=no
19255 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19256 conftest
$ac_exeext conftest.
$ac_ext
19258 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19259 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19260 if test "$wine_cv_have_sigaddset" = "yes"
19263 cat >>confdefs.h
<<\_ACEOF
19264 #define HAVE_SIGADDSET 1
19270 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19271 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19272 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19273 echo $ECHO_N "(cached) $ECHO_C" >&6
19275 cat >conftest.
$ac_ext <<_ACEOF
19278 cat confdefs.h
>>conftest.
$ac_ext
19279 cat >>conftest.
$ac_ext <<_ACEOF
19280 /* end confdefs.h. */
19288 struct hostent *result;
19295 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19296 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19302 rm -f conftest.
$ac_objext conftest
$ac_exeext
19303 if { (ac_try
="$ac_link"
19304 case "(($ac_try" in
19305 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19306 *) ac_try_echo=$ac_try;;
19308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19309 (eval "$ac_link") 2>conftest.er1
19311 grep -v '^ *+' conftest.er1 >conftest.err
19313 cat conftest.err >&5
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); } && {
19316 test -z "$ac_c_werror_flag" ||
19317 test ! -s conftest.err
19318 } && test -s conftest$ac_exeext &&
19319 $as_test_x conftest$ac_exeext; then
19320 wine_cv_linux_gethostbyname_r_6=yes
19322 echo "$as_me: failed program was:" >&5
19323 sed 's/^/| /' conftest.$ac_ext >&5
19325 wine_cv_linux_gethostbyname_r_6=no
19329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19330 conftest$ac_exeext conftest.$ac_ext
19333 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19334 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19335 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19338 cat >>confdefs.h <<\_ACEOF
19339 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19344 if test "$ac_cv_header_linux_joystick_h" = "yes"
19346 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19347 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19348 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19349 echo $ECHO_N "(cached) $ECHO_C" >&6
19351 cat >conftest.$ac_ext <<_ACEOF
19354 cat confdefs.h >>conftest.$ac_ext
19355 cat >>conftest.$ac_ext <<_ACEOF
19356 /* end confdefs.h. */
19358 #include <sys/ioctl.h>
19359 #include <sys/types.h>
19360 #include <linux/joystick.h>
19362 struct js_event blub;
19363 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19364 #error "no 2.2 header"
19375 rm -f conftest.$ac_objext
19376 if { (ac_try="$ac_compile"
19377 case "(($ac_try" in
19378 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19379 *) ac_try_echo
=$ac_try;;
19381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19382 (eval "$ac_compile") 2>conftest.er1
19384 grep -v '^ *+' conftest.er1
>conftest.err
19386 cat conftest.err
>&5
19387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19388 (exit $ac_status); } && {
19389 test -z "$ac_c_werror_flag" ||
19390 test ! -s conftest.err
19391 } && test -s conftest.
$ac_objext; then
19392 wine_cv_linux_joystick_22_api
=yes
19394 echo "$as_me: failed program was:" >&5
19395 sed 's/^/| /' conftest.
$ac_ext >&5
19397 wine_cv_linux_joystick_22_api
=no
19400 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19403 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19404 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19405 if test "$wine_cv_linux_joystick_22_api" = "yes"
19408 cat >>confdefs.h
<<\_ACEOF
19409 #define HAVE_LINUX_22_JOYSTICK_API 1
19416 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19417 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19418 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19419 echo $ECHO_N "(cached) $ECHO_C" >&6
19421 cat >conftest.
$ac_ext <<_ACEOF
19424 cat confdefs.h
>>conftest.
$ac_ext
19425 cat >>conftest.
$ac_ext <<_ACEOF
19426 /* end confdefs.h. */
19427 #include <sys/types.h>
19428 #ifdef HAVE_SYS_PARAM_H
19429 # include <sys/param.h>
19431 #ifdef HAVE_SYS_MOUNT_H
19432 # include <sys/mount.h>
19434 #ifdef HAVE_SYS_VFS_H
19435 # include <sys/vfs.h>
19437 #ifdef HAVE_SYS_STATFS_H
19438 # include <sys/statfs.h>
19444 static struct statfs ac_aggr;
19445 if (ac_aggr.f_bfree)
19451 rm -f conftest.
$ac_objext
19452 if { (ac_try
="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19458 (eval "$ac_compile") 2>conftest.er1
19460 grep -v '^ *+' conftest.er1 >conftest.err
19462 cat conftest.err >&5
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } && {
19465 test -z "$ac_c_werror_flag" ||
19466 test ! -s conftest.err
19467 } && test -s conftest.$ac_objext; then
19468 ac_cv_member_struct_statfs_f_bfree=yes
19470 echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19473 cat >conftest.$ac_ext <<_ACEOF
19476 cat confdefs.h >>conftest.$ac_ext
19477 cat >>conftest.$ac_ext <<_ACEOF
19478 /* end confdefs.h. */
19479 #include <sys/types.h>
19480 #ifdef HAVE_SYS_PARAM_H
19481 # include <sys/param.h>
19483 #ifdef HAVE_SYS_MOUNT_H
19484 # include <sys/mount.h>
19486 #ifdef HAVE_SYS_VFS_H
19487 # include <sys/vfs.h>
19489 #ifdef HAVE_SYS_STATFS_H
19490 # include <sys/statfs.h>
19496 static struct statfs ac_aggr;
19497 if (sizeof ac_aggr.f_bfree)
19503 rm -f conftest.$ac_objext
19504 if { (ac_try="$ac_compile"
19505 case "(($ac_try" in
19506 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19507 *) ac_try_echo
=$ac_try;;
19509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19510 (eval "$ac_compile") 2>conftest.er1
19512 grep -v '^ *+' conftest.er1
>conftest.err
19514 cat conftest.err
>&5
19515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516 (exit $ac_status); } && {
19517 test -z "$ac_c_werror_flag" ||
19518 test ! -s conftest.err
19519 } && test -s conftest.
$ac_objext; then
19520 ac_cv_member_struct_statfs_f_bfree
=yes
19522 echo "$as_me: failed program was:" >&5
19523 sed 's/^/| /' conftest.
$ac_ext >&5
19525 ac_cv_member_struct_statfs_f_bfree
=no
19528 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19531 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19533 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19534 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19535 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19537 cat >>confdefs.h
<<_ACEOF
19538 #define HAVE_STRUCT_STATFS_F_BFREE 1
19543 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19544 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19545 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19546 echo $ECHO_N "(cached) $ECHO_C" >&6
19548 cat >conftest.
$ac_ext <<_ACEOF
19551 cat confdefs.h
>>conftest.
$ac_ext
19552 cat >>conftest.
$ac_ext <<_ACEOF
19553 /* end confdefs.h. */
19554 #include <sys/types.h>
19555 #ifdef HAVE_SYS_PARAM_H
19556 # include <sys/param.h>
19558 #ifdef HAVE_SYS_MOUNT_H
19559 # include <sys/mount.h>
19561 #ifdef HAVE_SYS_VFS_H
19562 # include <sys/vfs.h>
19564 #ifdef HAVE_SYS_STATFS_H
19565 # include <sys/statfs.h>
19571 static struct statfs ac_aggr;
19572 if (ac_aggr.f_bavail)
19578 rm -f conftest.
$ac_objext
19579 if { (ac_try
="$ac_compile"
19580 case "(($ac_try" in
19581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19582 *) ac_try_echo=$ac_try;;
19584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19585 (eval "$ac_compile") 2>conftest.er1
19587 grep -v '^ *+' conftest.er1 >conftest.err
19589 cat conftest.err >&5
19590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19591 (exit $ac_status); } && {
19592 test -z "$ac_c_werror_flag" ||
19593 test ! -s conftest.err
19594 } && test -s conftest.$ac_objext; then
19595 ac_cv_member_struct_statfs_f_bavail=yes
19597 echo "$as_me: failed program was:" >&5
19598 sed 's/^/| /' conftest.$ac_ext >&5
19600 cat >conftest.$ac_ext <<_ACEOF
19603 cat confdefs.h >>conftest.$ac_ext
19604 cat >>conftest.$ac_ext <<_ACEOF
19605 /* end confdefs.h. */
19606 #include <sys/types.h>
19607 #ifdef HAVE_SYS_PARAM_H
19608 # include <sys/param.h>
19610 #ifdef HAVE_SYS_MOUNT_H
19611 # include <sys/mount.h>
19613 #ifdef HAVE_SYS_VFS_H
19614 # include <sys/vfs.h>
19616 #ifdef HAVE_SYS_STATFS_H
19617 # include <sys/statfs.h>
19623 static struct statfs ac_aggr;
19624 if (sizeof ac_aggr.f_bavail)
19630 rm -f conftest.$ac_objext
19631 if { (ac_try="$ac_compile"
19632 case "(($ac_try" in
19633 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19634 *) ac_try_echo
=$ac_try;;
19636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19637 (eval "$ac_compile") 2>conftest.er1
19639 grep -v '^ *+' conftest.er1
>conftest.err
19641 cat conftest.err
>&5
19642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643 (exit $ac_status); } && {
19644 test -z "$ac_c_werror_flag" ||
19645 test ! -s conftest.err
19646 } && test -s conftest.
$ac_objext; then
19647 ac_cv_member_struct_statfs_f_bavail
=yes
19649 echo "$as_me: failed program was:" >&5
19650 sed 's/^/| /' conftest.
$ac_ext >&5
19652 ac_cv_member_struct_statfs_f_bavail
=no
19655 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19658 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19660 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19661 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19662 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19664 cat >>confdefs.h
<<_ACEOF
19665 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19670 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19671 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19672 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19673 echo $ECHO_N "(cached) $ECHO_C" >&6
19675 cat >conftest.
$ac_ext <<_ACEOF
19678 cat confdefs.h
>>conftest.
$ac_ext
19679 cat >>conftest.
$ac_ext <<_ACEOF
19680 /* end confdefs.h. */
19681 #include <sys/types.h>
19682 #ifdef HAVE_SYS_PARAM_H
19683 # include <sys/param.h>
19685 #ifdef HAVE_SYS_MOUNT_H
19686 # include <sys/mount.h>
19688 #ifdef HAVE_SYS_VFS_H
19689 # include <sys/vfs.h>
19691 #ifdef HAVE_SYS_STATFS_H
19692 # include <sys/statfs.h>
19698 static struct statfs ac_aggr;
19699 if (ac_aggr.f_frsize)
19705 rm -f conftest.
$ac_objext
19706 if { (ac_try
="$ac_compile"
19707 case "(($ac_try" in
19708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19709 *) ac_try_echo=$ac_try;;
19711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19712 (eval "$ac_compile") 2>conftest.er1
19714 grep -v '^ *+' conftest.er1 >conftest.err
19716 cat conftest.err >&5
19717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19718 (exit $ac_status); } && {
19719 test -z "$ac_c_werror_flag" ||
19720 test ! -s conftest.err
19721 } && test -s conftest.$ac_objext; then
19722 ac_cv_member_struct_statfs_f_frsize=yes
19724 echo "$as_me: failed program was:" >&5
19725 sed 's/^/| /' conftest.$ac_ext >&5
19727 cat >conftest.$ac_ext <<_ACEOF
19730 cat confdefs.h >>conftest.$ac_ext
19731 cat >>conftest.$ac_ext <<_ACEOF
19732 /* end confdefs.h. */
19733 #include <sys/types.h>
19734 #ifdef HAVE_SYS_PARAM_H
19735 # include <sys/param.h>
19737 #ifdef HAVE_SYS_MOUNT_H
19738 # include <sys/mount.h>
19740 #ifdef HAVE_SYS_VFS_H
19741 # include <sys/vfs.h>
19743 #ifdef HAVE_SYS_STATFS_H
19744 # include <sys/statfs.h>
19750 static struct statfs ac_aggr;
19751 if (sizeof ac_aggr.f_frsize)
19757 rm -f conftest.$ac_objext
19758 if { (ac_try="$ac_compile"
19759 case "(($ac_try" in
19760 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19761 *) ac_try_echo
=$ac_try;;
19763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19764 (eval "$ac_compile") 2>conftest.er1
19766 grep -v '^ *+' conftest.er1
>conftest.err
19768 cat conftest.err
>&5
19769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770 (exit $ac_status); } && {
19771 test -z "$ac_c_werror_flag" ||
19772 test ! -s conftest.err
19773 } && test -s conftest.
$ac_objext; then
19774 ac_cv_member_struct_statfs_f_frsize
=yes
19776 echo "$as_me: failed program was:" >&5
19777 sed 's/^/| /' conftest.
$ac_ext >&5
19779 ac_cv_member_struct_statfs_f_frsize
=no
19782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19785 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19788 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19789 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19791 cat >>confdefs.h
<<_ACEOF
19792 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19797 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19798 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19799 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19800 echo $ECHO_N "(cached) $ECHO_C" >&6
19802 cat >conftest.
$ac_ext <<_ACEOF
19805 cat confdefs.h
>>conftest.
$ac_ext
19806 cat >>conftest.
$ac_ext <<_ACEOF
19807 /* end confdefs.h. */
19808 #include <sys/types.h>
19809 #ifdef HAVE_SYS_PARAM_H
19810 # include <sys/param.h>
19812 #ifdef HAVE_SYS_MOUNT_H
19813 # include <sys/mount.h>
19815 #ifdef HAVE_SYS_VFS_H
19816 # include <sys/vfs.h>
19818 #ifdef HAVE_SYS_STATFS_H
19819 # include <sys/statfs.h>
19825 static struct statfs ac_aggr;
19826 if (ac_aggr.f_ffree)
19832 rm -f conftest.
$ac_objext
19833 if { (ac_try
="$ac_compile"
19834 case "(($ac_try" in
19835 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19836 *) ac_try_echo=$ac_try;;
19838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19839 (eval "$ac_compile") 2>conftest.er1
19841 grep -v '^ *+' conftest.er1 >conftest.err
19843 cat conftest.err >&5
19844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19845 (exit $ac_status); } && {
19846 test -z "$ac_c_werror_flag" ||
19847 test ! -s conftest.err
19848 } && test -s conftest.$ac_objext; then
19849 ac_cv_member_struct_statfs_f_ffree=yes
19851 echo "$as_me: failed program was:" >&5
19852 sed 's/^/| /' conftest.$ac_ext >&5
19854 cat >conftest.$ac_ext <<_ACEOF
19857 cat confdefs.h >>conftest.$ac_ext
19858 cat >>conftest.$ac_ext <<_ACEOF
19859 /* end confdefs.h. */
19860 #include <sys/types.h>
19861 #ifdef HAVE_SYS_PARAM_H
19862 # include <sys/param.h>
19864 #ifdef HAVE_SYS_MOUNT_H
19865 # include <sys/mount.h>
19867 #ifdef HAVE_SYS_VFS_H
19868 # include <sys/vfs.h>
19870 #ifdef HAVE_SYS_STATFS_H
19871 # include <sys/statfs.h>
19877 static struct statfs ac_aggr;
19878 if (sizeof ac_aggr.f_ffree)
19884 rm -f conftest.$ac_objext
19885 if { (ac_try="$ac_compile"
19886 case "(($ac_try" in
19887 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19888 *) ac_try_echo
=$ac_try;;
19890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19891 (eval "$ac_compile") 2>conftest.er1
19893 grep -v '^ *+' conftest.er1
>conftest.err
19895 cat conftest.err
>&5
19896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19897 (exit $ac_status); } && {
19898 test -z "$ac_c_werror_flag" ||
19899 test ! -s conftest.err
19900 } && test -s conftest.
$ac_objext; then
19901 ac_cv_member_struct_statfs_f_ffree
=yes
19903 echo "$as_me: failed program was:" >&5
19904 sed 's/^/| /' conftest.
$ac_ext >&5
19906 ac_cv_member_struct_statfs_f_ffree
=no
19909 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19912 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19914 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19915 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19916 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19918 cat >>confdefs.h
<<_ACEOF
19919 #define HAVE_STRUCT_STATFS_F_FFREE 1
19924 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19925 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19926 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19927 echo $ECHO_N "(cached) $ECHO_C" >&6
19929 cat >conftest.
$ac_ext <<_ACEOF
19932 cat confdefs.h
>>conftest.
$ac_ext
19933 cat >>conftest.
$ac_ext <<_ACEOF
19934 /* end confdefs.h. */
19935 #include <sys/types.h>
19936 #ifdef HAVE_SYS_PARAM_H
19937 # include <sys/param.h>
19939 #ifdef HAVE_SYS_MOUNT_H
19940 # include <sys/mount.h>
19942 #ifdef HAVE_SYS_VFS_H
19943 # include <sys/vfs.h>
19945 #ifdef HAVE_SYS_STATFS_H
19946 # include <sys/statfs.h>
19952 static struct statfs ac_aggr;
19953 if (ac_aggr.f_favail)
19959 rm -f conftest.
$ac_objext
19960 if { (ac_try
="$ac_compile"
19961 case "(($ac_try" in
19962 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19963 *) ac_try_echo=$ac_try;;
19965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19966 (eval "$ac_compile") 2>conftest.er1
19968 grep -v '^ *+' conftest.er1 >conftest.err
19970 cat conftest.err >&5
19971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19972 (exit $ac_status); } && {
19973 test -z "$ac_c_werror_flag" ||
19974 test ! -s conftest.err
19975 } && test -s conftest.$ac_objext; then
19976 ac_cv_member_struct_statfs_f_favail=yes
19978 echo "$as_me: failed program was:" >&5
19979 sed 's/^/| /' conftest.$ac_ext >&5
19981 cat >conftest.$ac_ext <<_ACEOF
19984 cat confdefs.h >>conftest.$ac_ext
19985 cat >>conftest.$ac_ext <<_ACEOF
19986 /* end confdefs.h. */
19987 #include <sys/types.h>
19988 #ifdef HAVE_SYS_PARAM_H
19989 # include <sys/param.h>
19991 #ifdef HAVE_SYS_MOUNT_H
19992 # include <sys/mount.h>
19994 #ifdef HAVE_SYS_VFS_H
19995 # include <sys/vfs.h>
19997 #ifdef HAVE_SYS_STATFS_H
19998 # include <sys/statfs.h>
20004 static struct statfs ac_aggr;
20005 if (sizeof ac_aggr.f_favail)
20011 rm -f conftest.$ac_objext
20012 if { (ac_try="$ac_compile"
20013 case "(($ac_try" in
20014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20015 *) ac_try_echo
=$ac_try;;
20017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20018 (eval "$ac_compile") 2>conftest.er1
20020 grep -v '^ *+' conftest.er1
>conftest.err
20022 cat conftest.err
>&5
20023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20024 (exit $ac_status); } && {
20025 test -z "$ac_c_werror_flag" ||
20026 test ! -s conftest.err
20027 } && test -s conftest.
$ac_objext; then
20028 ac_cv_member_struct_statfs_f_favail
=yes
20030 echo "$as_me: failed program was:" >&5
20031 sed 's/^/| /' conftest.
$ac_ext >&5
20033 ac_cv_member_struct_statfs_f_favail
=no
20036 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20039 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20041 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20042 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20043 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20045 cat >>confdefs.h
<<_ACEOF
20046 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20051 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20052 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20053 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20054 echo $ECHO_N "(cached) $ECHO_C" >&6
20056 cat >conftest.
$ac_ext <<_ACEOF
20059 cat confdefs.h
>>conftest.
$ac_ext
20060 cat >>conftest.
$ac_ext <<_ACEOF
20061 /* end confdefs.h. */
20062 #include <sys/types.h>
20063 #ifdef HAVE_SYS_PARAM_H
20064 # include <sys/param.h>
20066 #ifdef HAVE_SYS_MOUNT_H
20067 # include <sys/mount.h>
20069 #ifdef HAVE_SYS_VFS_H
20070 # include <sys/vfs.h>
20072 #ifdef HAVE_SYS_STATFS_H
20073 # include <sys/statfs.h>
20079 static struct statfs ac_aggr;
20080 if (ac_aggr.f_namelen)
20086 rm -f conftest.
$ac_objext
20087 if { (ac_try
="$ac_compile"
20088 case "(($ac_try" in
20089 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20090 *) ac_try_echo=$ac_try;;
20092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20093 (eval "$ac_compile") 2>conftest.er1
20095 grep -v '^ *+' conftest.er1 >conftest.err
20097 cat conftest.err >&5
20098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20099 (exit $ac_status); } && {
20100 test -z "$ac_c_werror_flag" ||
20101 test ! -s conftest.err
20102 } && test -s conftest.$ac_objext; then
20103 ac_cv_member_struct_statfs_f_namelen=yes
20105 echo "$as_me: failed program was:" >&5
20106 sed 's/^/| /' conftest.$ac_ext >&5
20108 cat >conftest.$ac_ext <<_ACEOF
20111 cat confdefs.h >>conftest.$ac_ext
20112 cat >>conftest.$ac_ext <<_ACEOF
20113 /* end confdefs.h. */
20114 #include <sys/types.h>
20115 #ifdef HAVE_SYS_PARAM_H
20116 # include <sys/param.h>
20118 #ifdef HAVE_SYS_MOUNT_H
20119 # include <sys/mount.h>
20121 #ifdef HAVE_SYS_VFS_H
20122 # include <sys/vfs.h>
20124 #ifdef HAVE_SYS_STATFS_H
20125 # include <sys/statfs.h>
20131 static struct statfs ac_aggr;
20132 if (sizeof ac_aggr.f_namelen)
20138 rm -f conftest.$ac_objext
20139 if { (ac_try="$ac_compile"
20140 case "(($ac_try" in
20141 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20142 *) ac_try_echo
=$ac_try;;
20144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20145 (eval "$ac_compile") 2>conftest.er1
20147 grep -v '^ *+' conftest.er1
>conftest.err
20149 cat conftest.err
>&5
20150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20151 (exit $ac_status); } && {
20152 test -z "$ac_c_werror_flag" ||
20153 test ! -s conftest.err
20154 } && test -s conftest.
$ac_objext; then
20155 ac_cv_member_struct_statfs_f_namelen
=yes
20157 echo "$as_me: failed program was:" >&5
20158 sed 's/^/| /' conftest.
$ac_ext >&5
20160 ac_cv_member_struct_statfs_f_namelen
=no
20163 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20166 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20168 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20169 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20170 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20172 cat >>confdefs.h
<<_ACEOF
20173 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20180 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20181 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20182 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20183 echo $ECHO_N "(cached) $ECHO_C" >&6
20185 cat >conftest.
$ac_ext <<_ACEOF
20188 cat confdefs.h
>>conftest.
$ac_ext
20189 cat >>conftest.
$ac_ext <<_ACEOF
20190 /* end confdefs.h. */
20191 #ifdef HAVE_SYS_STATVFS_H
20192 #include <sys/statvfs.h>
20198 static struct statvfs ac_aggr;
20199 if (ac_aggr.f_blocks)
20205 rm -f conftest.
$ac_objext
20206 if { (ac_try
="$ac_compile"
20207 case "(($ac_try" in
20208 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20209 *) ac_try_echo=$ac_try;;
20211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20212 (eval "$ac_compile") 2>conftest.er1
20214 grep -v '^ *+' conftest.er1 >conftest.err
20216 cat conftest.err >&5
20217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20218 (exit $ac_status); } && {
20219 test -z "$ac_c_werror_flag" ||
20220 test ! -s conftest.err
20221 } && test -s conftest.$ac_objext; then
20222 ac_cv_member_struct_statvfs_f_blocks=yes
20224 echo "$as_me: failed program was:" >&5
20225 sed 's/^/| /' conftest.$ac_ext >&5
20227 cat >conftest.$ac_ext <<_ACEOF
20230 cat confdefs.h >>conftest.$ac_ext
20231 cat >>conftest.$ac_ext <<_ACEOF
20232 /* end confdefs.h. */
20233 #ifdef HAVE_SYS_STATVFS_H
20234 #include <sys/statvfs.h>
20240 static struct statvfs ac_aggr;
20241 if (sizeof ac_aggr.f_blocks)
20247 rm -f conftest.$ac_objext
20248 if { (ac_try="$ac_compile"
20249 case "(($ac_try" in
20250 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20251 *) ac_try_echo
=$ac_try;;
20253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20254 (eval "$ac_compile") 2>conftest.er1
20256 grep -v '^ *+' conftest.er1
>conftest.err
20258 cat conftest.err
>&5
20259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20260 (exit $ac_status); } && {
20261 test -z "$ac_c_werror_flag" ||
20262 test ! -s conftest.err
20263 } && test -s conftest.
$ac_objext; then
20264 ac_cv_member_struct_statvfs_f_blocks
=yes
20266 echo "$as_me: failed program was:" >&5
20267 sed 's/^/| /' conftest.
$ac_ext >&5
20269 ac_cv_member_struct_statvfs_f_blocks
=no
20272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20275 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20277 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20278 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20279 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20281 cat >>confdefs.h
<<_ACEOF
20282 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20289 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20290 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20291 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20292 echo $ECHO_N "(cached) $ECHO_C" >&6
20294 cat >conftest.
$ac_ext <<_ACEOF
20297 cat confdefs.h
>>conftest.
$ac_ext
20298 cat >>conftest.
$ac_ext <<_ACEOF
20299 /* end confdefs.h. */
20300 #include <sys/types.h>
20301 #ifdef HAVE_SYS_SOCKET_H
20302 # include <sys/socket.h>
20304 #ifdef HAVE_SYS_UN_H
20305 # include <sys/un.h>
20311 static struct msghdr ac_aggr;
20312 if (ac_aggr.msg_accrights)
20318 rm -f conftest.
$ac_objext
20319 if { (ac_try
="$ac_compile"
20320 case "(($ac_try" in
20321 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20322 *) ac_try_echo=$ac_try;;
20324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20325 (eval "$ac_compile") 2>conftest.er1
20327 grep -v '^ *+' conftest.er1 >conftest.err
20329 cat conftest.err >&5
20330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20331 (exit $ac_status); } && {
20332 test -z "$ac_c_werror_flag" ||
20333 test ! -s conftest.err
20334 } && test -s conftest.$ac_objext; then
20335 ac_cv_member_struct_msghdr_msg_accrights=yes
20337 echo "$as_me: failed program was:" >&5
20338 sed 's/^/| /' conftest.$ac_ext >&5
20340 cat >conftest.$ac_ext <<_ACEOF
20343 cat confdefs.h >>conftest.$ac_ext
20344 cat >>conftest.$ac_ext <<_ACEOF
20345 /* end confdefs.h. */
20346 #include <sys/types.h>
20347 #ifdef HAVE_SYS_SOCKET_H
20348 # include <sys/socket.h>
20350 #ifdef HAVE_SYS_UN_H
20351 # include <sys/un.h>
20357 static struct msghdr ac_aggr;
20358 if (sizeof ac_aggr.msg_accrights)
20364 rm -f conftest.$ac_objext
20365 if { (ac_try="$ac_compile"
20366 case "(($ac_try" in
20367 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20368 *) ac_try_echo
=$ac_try;;
20370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20371 (eval "$ac_compile") 2>conftest.er1
20373 grep -v '^ *+' conftest.er1
>conftest.err
20375 cat conftest.err
>&5
20376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377 (exit $ac_status); } && {
20378 test -z "$ac_c_werror_flag" ||
20379 test ! -s conftest.err
20380 } && test -s conftest.
$ac_objext; then
20381 ac_cv_member_struct_msghdr_msg_accrights
=yes
20383 echo "$as_me: failed program was:" >&5
20384 sed 's/^/| /' conftest.
$ac_ext >&5
20386 ac_cv_member_struct_msghdr_msg_accrights
=no
20389 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20392 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20394 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20395 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20396 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20398 cat >>confdefs.h
<<_ACEOF
20399 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20404 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20405 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20406 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20407 echo $ECHO_N "(cached) $ECHO_C" >&6
20409 cat >conftest.
$ac_ext <<_ACEOF
20412 cat confdefs.h
>>conftest.
$ac_ext
20413 cat >>conftest.
$ac_ext <<_ACEOF
20414 /* end confdefs.h. */
20415 #include <sys/types.h>
20416 #ifdef HAVE_SYS_SOCKET_H
20417 # include <sys/socket.h>
20419 #ifdef HAVE_SYS_UN_H
20420 # include <sys/un.h>
20426 static struct sockaddr ac_aggr;
20427 if (ac_aggr.sa_len)
20433 rm -f conftest.
$ac_objext
20434 if { (ac_try
="$ac_compile"
20435 case "(($ac_try" in
20436 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20437 *) ac_try_echo=$ac_try;;
20439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20440 (eval "$ac_compile") 2>conftest.er1
20442 grep -v '^ *+' conftest.er1 >conftest.err
20444 cat conftest.err >&5
20445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20446 (exit $ac_status); } && {
20447 test -z "$ac_c_werror_flag" ||
20448 test ! -s conftest.err
20449 } && test -s conftest.$ac_objext; then
20450 ac_cv_member_struct_sockaddr_sa_len=yes
20452 echo "$as_me: failed program was:" >&5
20453 sed 's/^/| /' conftest.$ac_ext >&5
20455 cat >conftest.$ac_ext <<_ACEOF
20458 cat confdefs.h >>conftest.$ac_ext
20459 cat >>conftest.$ac_ext <<_ACEOF
20460 /* end confdefs.h. */
20461 #include <sys/types.h>
20462 #ifdef HAVE_SYS_SOCKET_H
20463 # include <sys/socket.h>
20465 #ifdef HAVE_SYS_UN_H
20466 # include <sys/un.h>
20472 static struct sockaddr ac_aggr;
20473 if (sizeof ac_aggr.sa_len)
20479 rm -f conftest.$ac_objext
20480 if { (ac_try="$ac_compile"
20481 case "(($ac_try" in
20482 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20483 *) ac_try_echo
=$ac_try;;
20485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20486 (eval "$ac_compile") 2>conftest.er1
20488 grep -v '^ *+' conftest.er1
>conftest.err
20490 cat conftest.err
>&5
20491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20492 (exit $ac_status); } && {
20493 test -z "$ac_c_werror_flag" ||
20494 test ! -s conftest.err
20495 } && test -s conftest.
$ac_objext; then
20496 ac_cv_member_struct_sockaddr_sa_len
=yes
20498 echo "$as_me: failed program was:" >&5
20499 sed 's/^/| /' conftest.
$ac_ext >&5
20501 ac_cv_member_struct_sockaddr_sa_len
=no
20504 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20507 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20509 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20510 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20511 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20513 cat >>confdefs.h
<<_ACEOF
20514 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20519 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20520 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20521 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20522 echo $ECHO_N "(cached) $ECHO_C" >&6
20524 cat >conftest.
$ac_ext <<_ACEOF
20527 cat confdefs.h
>>conftest.
$ac_ext
20528 cat >>conftest.
$ac_ext <<_ACEOF
20529 /* end confdefs.h. */
20530 #include <sys/types.h>
20531 #ifdef HAVE_SYS_SOCKET_H
20532 # include <sys/socket.h>
20534 #ifdef HAVE_SYS_UN_H
20535 # include <sys/un.h>
20541 static struct sockaddr_un ac_aggr;
20542 if (ac_aggr.sun_len)
20548 rm -f conftest.
$ac_objext
20549 if { (ac_try
="$ac_compile"
20550 case "(($ac_try" in
20551 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20552 *) ac_try_echo=$ac_try;;
20554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20555 (eval "$ac_compile") 2>conftest.er1
20557 grep -v '^ *+' conftest.er1 >conftest.err
20559 cat conftest.err >&5
20560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561 (exit $ac_status); } && {
20562 test -z "$ac_c_werror_flag" ||
20563 test ! -s conftest.err
20564 } && test -s conftest.$ac_objext; then
20565 ac_cv_member_struct_sockaddr_un_sun_len=yes
20567 echo "$as_me: failed program was:" >&5
20568 sed 's/^/| /' conftest.$ac_ext >&5
20570 cat >conftest.$ac_ext <<_ACEOF
20573 cat confdefs.h >>conftest.$ac_ext
20574 cat >>conftest.$ac_ext <<_ACEOF
20575 /* end confdefs.h. */
20576 #include <sys/types.h>
20577 #ifdef HAVE_SYS_SOCKET_H
20578 # include <sys/socket.h>
20580 #ifdef HAVE_SYS_UN_H
20581 # include <sys/un.h>
20587 static struct sockaddr_un ac_aggr;
20588 if (sizeof ac_aggr.sun_len)
20594 rm -f conftest.$ac_objext
20595 if { (ac_try="$ac_compile"
20596 case "(($ac_try" in
20597 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20598 *) ac_try_echo
=$ac_try;;
20600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20601 (eval "$ac_compile") 2>conftest.er1
20603 grep -v '^ *+' conftest.er1
>conftest.err
20605 cat conftest.err
>&5
20606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20607 (exit $ac_status); } && {
20608 test -z "$ac_c_werror_flag" ||
20609 test ! -s conftest.err
20610 } && test -s conftest.
$ac_objext; then
20611 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20613 echo "$as_me: failed program was:" >&5
20614 sed 's/^/| /' conftest.
$ac_ext >&5
20616 ac_cv_member_struct_sockaddr_un_sun_len
=no
20619 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20622 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20624 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20625 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20626 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20628 cat >>confdefs.h
<<_ACEOF
20629 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20636 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20637 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20638 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20639 echo $ECHO_N "(cached) $ECHO_C" >&6
20641 cat >conftest.
$ac_ext <<_ACEOF
20644 cat confdefs.h
>>conftest.
$ac_ext
20645 cat >>conftest.
$ac_ext <<_ACEOF
20646 /* end confdefs.h. */
20647 #include <sys/types.h>
20648 #ifdef HAVE_SCSI_SG_H
20649 #include <scsi/sg.h>
20655 static scsireq_t ac_aggr;
20662 rm -f conftest.
$ac_objext
20663 if { (ac_try
="$ac_compile"
20664 case "(($ac_try" in
20665 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20666 *) ac_try_echo=$ac_try;;
20668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20669 (eval "$ac_compile") 2>conftest.er1
20671 grep -v '^ *+' conftest.er1 >conftest.err
20673 cat conftest.err >&5
20674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20675 (exit $ac_status); } && {
20676 test -z "$ac_c_werror_flag" ||
20677 test ! -s conftest.err
20678 } && test -s conftest.$ac_objext; then
20679 ac_cv_member_scsireq_t_cmd=yes
20681 echo "$as_me: failed program was:" >&5
20682 sed 's/^/| /' conftest.$ac_ext >&5
20684 cat >conftest.$ac_ext <<_ACEOF
20687 cat confdefs.h >>conftest.$ac_ext
20688 cat >>conftest.$ac_ext <<_ACEOF
20689 /* end confdefs.h. */
20690 #include <sys/types.h>
20691 #ifdef HAVE_SCSI_SG_H
20692 #include <scsi/sg.h>
20698 static scsireq_t ac_aggr;
20699 if (sizeof ac_aggr.cmd)
20705 rm -f conftest.$ac_objext
20706 if { (ac_try="$ac_compile"
20707 case "(($ac_try" in
20708 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20709 *) ac_try_echo
=$ac_try;;
20711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20712 (eval "$ac_compile") 2>conftest.er1
20714 grep -v '^ *+' conftest.er1
>conftest.err
20716 cat conftest.err
>&5
20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718 (exit $ac_status); } && {
20719 test -z "$ac_c_werror_flag" ||
20720 test ! -s conftest.err
20721 } && test -s conftest.
$ac_objext; then
20722 ac_cv_member_scsireq_t_cmd
=yes
20724 echo "$as_me: failed program was:" >&5
20725 sed 's/^/| /' conftest.
$ac_ext >&5
20727 ac_cv_member_scsireq_t_cmd
=no
20730 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20733 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20735 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20736 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20737 if test $ac_cv_member_scsireq_t_cmd = yes; then
20739 cat >>confdefs.h
<<_ACEOF
20740 #define HAVE_SCSIREQ_T_CMD 1
20745 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20746 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20747 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20748 echo $ECHO_N "(cached) $ECHO_C" >&6
20750 cat >conftest.
$ac_ext <<_ACEOF
20753 cat confdefs.h
>>conftest.
$ac_ext
20754 cat >>conftest.
$ac_ext <<_ACEOF
20755 /* end confdefs.h. */
20756 #include <sys/types.h>
20757 #ifdef HAVE_SCSI_SG_H
20758 #include <scsi/sg.h>
20764 static sg_io_hdr_t ac_aggr;
20765 if (ac_aggr.interface_id)
20771 rm -f conftest.
$ac_objext
20772 if { (ac_try
="$ac_compile"
20773 case "(($ac_try" in
20774 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20775 *) ac_try_echo=$ac_try;;
20777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20778 (eval "$ac_compile") 2>conftest.er1
20780 grep -v '^ *+' conftest.er1 >conftest.err
20782 cat conftest.err >&5
20783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784 (exit $ac_status); } && {
20785 test -z "$ac_c_werror_flag" ||
20786 test ! -s conftest.err
20787 } && test -s conftest.$ac_objext; then
20788 ac_cv_member_sg_io_hdr_t_interface_id=yes
20790 echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20793 cat >conftest.$ac_ext <<_ACEOF
20796 cat confdefs.h >>conftest.$ac_ext
20797 cat >>conftest.$ac_ext <<_ACEOF
20798 /* end confdefs.h. */
20799 #include <sys/types.h>
20800 #ifdef HAVE_SCSI_SG_H
20801 #include <scsi/sg.h>
20807 static sg_io_hdr_t ac_aggr;
20808 if (sizeof ac_aggr.interface_id)
20814 rm -f conftest.$ac_objext
20815 if { (ac_try="$ac_compile"
20816 case "(($ac_try" in
20817 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20818 *) ac_try_echo
=$ac_try;;
20820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20821 (eval "$ac_compile") 2>conftest.er1
20823 grep -v '^ *+' conftest.er1
>conftest.err
20825 cat conftest.err
>&5
20826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20827 (exit $ac_status); } && {
20828 test -z "$ac_c_werror_flag" ||
20829 test ! -s conftest.err
20830 } && test -s conftest.
$ac_objext; then
20831 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20833 echo "$as_me: failed program was:" >&5
20834 sed 's/^/| /' conftest.
$ac_ext >&5
20836 ac_cv_member_sg_io_hdr_t_interface_id
=no
20839 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20842 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20844 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20845 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20846 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20848 cat >>confdefs.h
<<_ACEOF
20849 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20856 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20857 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20858 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20859 echo $ECHO_N "(cached) $ECHO_C" >&6
20861 cat >conftest.
$ac_ext <<_ACEOF
20864 cat confdefs.h
>>conftest.
$ac_ext
20865 cat >>conftest.
$ac_ext <<_ACEOF
20866 /* end confdefs.h. */
20867 #include <signal.h>
20872 static siginfo_t ac_aggr;
20879 rm -f conftest.
$ac_objext
20880 if { (ac_try
="$ac_compile"
20881 case "(($ac_try" in
20882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20883 *) ac_try_echo=$ac_try;;
20885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20886 (eval "$ac_compile") 2>conftest.er1
20888 grep -v '^ *+' conftest.er1 >conftest.err
20890 cat conftest.err >&5
20891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892 (exit $ac_status); } && {
20893 test -z "$ac_c_werror_flag" ||
20894 test ! -s conftest.err
20895 } && test -s conftest.$ac_objext; then
20896 ac_cv_member_siginfo_t_si_fd=yes
20898 echo "$as_me: failed program was:" >&5
20899 sed 's/^/| /' conftest.$ac_ext >&5
20901 cat >conftest.$ac_ext <<_ACEOF
20904 cat confdefs.h >>conftest.$ac_ext
20905 cat >>conftest.$ac_ext <<_ACEOF
20906 /* end confdefs.h. */
20907 #include <signal.h>
20912 static siginfo_t ac_aggr;
20913 if (sizeof ac_aggr.si_fd)
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20923 *) ac_try_echo
=$ac_try;;
20925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20926 (eval "$ac_compile") 2>conftest.er1
20928 grep -v '^ *+' conftest.er1
>conftest.err
20930 cat conftest.err
>&5
20931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20932 (exit $ac_status); } && {
20933 test -z "$ac_c_werror_flag" ||
20934 test ! -s conftest.err
20935 } && test -s conftest.
$ac_objext; then
20936 ac_cv_member_siginfo_t_si_fd
=yes
20938 echo "$as_me: failed program was:" >&5
20939 sed 's/^/| /' conftest.
$ac_ext >&5
20941 ac_cv_member_siginfo_t_si_fd
=no
20944 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20947 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20949 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20950 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20951 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20953 cat >>confdefs.h
<<_ACEOF
20954 #define HAVE_SIGINFO_T_SI_FD 1
20961 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20962 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20963 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20964 echo $ECHO_N "(cached) $ECHO_C" >&6
20966 cat >conftest.
$ac_ext <<_ACEOF
20969 cat confdefs.h
>>conftest.
$ac_ext
20970 cat >>conftest.
$ac_ext <<_ACEOF
20971 /* end confdefs.h. */
20972 #include <sys/types.h>
20973 #ifdef HAVE_SYS_MTIO_H
20974 #include <sys/mtio.h>
20980 static struct mtget ac_aggr;
20981 if (ac_aggr.mt_blksiz)
20987 rm -f conftest.
$ac_objext
20988 if { (ac_try
="$ac_compile"
20989 case "(($ac_try" in
20990 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20991 *) ac_try_echo=$ac_try;;
20993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20994 (eval "$ac_compile") 2>conftest.er1
20996 grep -v '^ *+' conftest.er1 >conftest.err
20998 cat conftest.err >&5
20999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000 (exit $ac_status); } && {
21001 test -z "$ac_c_werror_flag" ||
21002 test ! -s conftest.err
21003 } && test -s conftest.$ac_objext; then
21004 ac_cv_member_struct_mtget_mt_blksiz=yes
21006 echo "$as_me: failed program was:" >&5
21007 sed 's/^/| /' conftest.$ac_ext >&5
21009 cat >conftest.$ac_ext <<_ACEOF
21012 cat confdefs.h >>conftest.$ac_ext
21013 cat >>conftest.$ac_ext <<_ACEOF
21014 /* end confdefs.h. */
21015 #include <sys/types.h>
21016 #ifdef HAVE_SYS_MTIO_H
21017 #include <sys/mtio.h>
21023 static struct mtget ac_aggr;
21024 if (sizeof ac_aggr.mt_blksiz)
21030 rm -f conftest.$ac_objext
21031 if { (ac_try="$ac_compile"
21032 case "(($ac_try" in
21033 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21034 *) ac_try_echo
=$ac_try;;
21036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21037 (eval "$ac_compile") 2>conftest.er1
21039 grep -v '^ *+' conftest.er1
>conftest.err
21041 cat conftest.err
>&5
21042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21043 (exit $ac_status); } && {
21044 test -z "$ac_c_werror_flag" ||
21045 test ! -s conftest.err
21046 } && test -s conftest.
$ac_objext; then
21047 ac_cv_member_struct_mtget_mt_blksiz
=yes
21049 echo "$as_me: failed program was:" >&5
21050 sed 's/^/| /' conftest.
$ac_ext >&5
21052 ac_cv_member_struct_mtget_mt_blksiz
=no
21055 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21058 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21060 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21061 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21062 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21064 cat >>confdefs.h
<<_ACEOF
21065 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21070 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21071 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21072 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21073 echo $ECHO_N "(cached) $ECHO_C" >&6
21075 cat >conftest.
$ac_ext <<_ACEOF
21078 cat confdefs.h
>>conftest.
$ac_ext
21079 cat >>conftest.
$ac_ext <<_ACEOF
21080 /* end confdefs.h. */
21081 #include <sys/types.h>
21082 #ifdef HAVE_SYS_MTIO_H
21083 #include <sys/mtio.h>
21089 static struct mtget ac_aggr;
21090 if (ac_aggr.mt_gstat)
21096 rm -f conftest.
$ac_objext
21097 if { (ac_try
="$ac_compile"
21098 case "(($ac_try" in
21099 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21100 *) ac_try_echo=$ac_try;;
21102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21103 (eval "$ac_compile") 2>conftest.er1
21105 grep -v '^ *+' conftest.er1 >conftest.err
21107 cat conftest.err >&5
21108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109 (exit $ac_status); } && {
21110 test -z "$ac_c_werror_flag" ||
21111 test ! -s conftest.err
21112 } && test -s conftest.$ac_objext; then
21113 ac_cv_member_struct_mtget_mt_gstat=yes
21115 echo "$as_me: failed program was:" >&5
21116 sed 's/^/| /' conftest.$ac_ext >&5
21118 cat >conftest.$ac_ext <<_ACEOF
21121 cat confdefs.h >>conftest.$ac_ext
21122 cat >>conftest.$ac_ext <<_ACEOF
21123 /* end confdefs.h. */
21124 #include <sys/types.h>
21125 #ifdef HAVE_SYS_MTIO_H
21126 #include <sys/mtio.h>
21132 static struct mtget ac_aggr;
21133 if (sizeof ac_aggr.mt_gstat)
21139 rm -f conftest.$ac_objext
21140 if { (ac_try="$ac_compile"
21141 case "(($ac_try" in
21142 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21143 *) ac_try_echo
=$ac_try;;
21145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21146 (eval "$ac_compile") 2>conftest.er1
21148 grep -v '^ *+' conftest.er1
>conftest.err
21150 cat conftest.err
>&5
21151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152 (exit $ac_status); } && {
21153 test -z "$ac_c_werror_flag" ||
21154 test ! -s conftest.err
21155 } && test -s conftest.
$ac_objext; then
21156 ac_cv_member_struct_mtget_mt_gstat
=yes
21158 echo "$as_me: failed program was:" >&5
21159 sed 's/^/| /' conftest.
$ac_ext >&5
21161 ac_cv_member_struct_mtget_mt_gstat
=no
21164 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21167 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21169 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21170 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21171 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21173 cat >>confdefs.h
<<_ACEOF
21174 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21179 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21180 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21181 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21182 echo $ECHO_N "(cached) $ECHO_C" >&6
21184 cat >conftest.
$ac_ext <<_ACEOF
21187 cat confdefs.h
>>conftest.
$ac_ext
21188 cat >>conftest.
$ac_ext <<_ACEOF
21189 /* end confdefs.h. */
21190 #include <sys/types.h>
21191 #ifdef HAVE_SYS_MTIO_H
21192 #include <sys/mtio.h>
21198 static struct mtget ac_aggr;
21199 if (ac_aggr.mt_blkno)
21205 rm -f conftest.
$ac_objext
21206 if { (ac_try
="$ac_compile"
21207 case "(($ac_try" in
21208 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21209 *) ac_try_echo=$ac_try;;
21211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21212 (eval "$ac_compile") 2>conftest.er1
21214 grep -v '^ *+' conftest.er1 >conftest.err
21216 cat conftest.err >&5
21217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21218 (exit $ac_status); } && {
21219 test -z "$ac_c_werror_flag" ||
21220 test ! -s conftest.err
21221 } && test -s conftest.$ac_objext; then
21222 ac_cv_member_struct_mtget_mt_blkno=yes
21224 echo "$as_me: failed program was:" >&5
21225 sed 's/^/| /' conftest.$ac_ext >&5
21227 cat >conftest.$ac_ext <<_ACEOF
21230 cat confdefs.h >>conftest.$ac_ext
21231 cat >>conftest.$ac_ext <<_ACEOF
21232 /* end confdefs.h. */
21233 #include <sys/types.h>
21234 #ifdef HAVE_SYS_MTIO_H
21235 #include <sys/mtio.h>
21241 static struct mtget ac_aggr;
21242 if (sizeof ac_aggr.mt_blkno)
21248 rm -f conftest.$ac_objext
21249 if { (ac_try="$ac_compile"
21250 case "(($ac_try" in
21251 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21252 *) ac_try_echo
=$ac_try;;
21254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21255 (eval "$ac_compile") 2>conftest.er1
21257 grep -v '^ *+' conftest.er1
>conftest.err
21259 cat conftest.err
>&5
21260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21261 (exit $ac_status); } && {
21262 test -z "$ac_c_werror_flag" ||
21263 test ! -s conftest.err
21264 } && test -s conftest.
$ac_objext; then
21265 ac_cv_member_struct_mtget_mt_blkno
=yes
21267 echo "$as_me: failed program was:" >&5
21268 sed 's/^/| /' conftest.
$ac_ext >&5
21270 ac_cv_member_struct_mtget_mt_blkno
=no
21273 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21276 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21278 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21279 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21280 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21282 cat >>confdefs.h
<<_ACEOF
21283 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21290 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21291 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21292 if test "${ac_cv_member_struct_option_name+set}" = set; then
21293 echo $ECHO_N "(cached) $ECHO_C" >&6
21295 cat >conftest.
$ac_ext <<_ACEOF
21298 cat confdefs.h
>>conftest.
$ac_ext
21299 cat >>conftest.
$ac_ext <<_ACEOF
21300 /* end confdefs.h. */
21301 #ifdef HAVE_GETOPT_H
21302 #include <getopt.h>
21308 static struct option ac_aggr;
21315 rm -f conftest.
$ac_objext
21316 if { (ac_try
="$ac_compile"
21317 case "(($ac_try" in
21318 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21319 *) ac_try_echo=$ac_try;;
21321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21322 (eval "$ac_compile") 2>conftest.er1
21324 grep -v '^ *+' conftest.er1 >conftest.err
21326 cat conftest.err >&5
21327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21328 (exit $ac_status); } && {
21329 test -z "$ac_c_werror_flag" ||
21330 test ! -s conftest.err
21331 } && test -s conftest.$ac_objext; then
21332 ac_cv_member_struct_option_name=yes
21334 echo "$as_me: failed program was:" >&5
21335 sed 's/^/| /' conftest.$ac_ext >&5
21337 cat >conftest.$ac_ext <<_ACEOF
21340 cat confdefs.h >>conftest.$ac_ext
21341 cat >>conftest.$ac_ext <<_ACEOF
21342 /* end confdefs.h. */
21343 #ifdef HAVE_GETOPT_H
21344 #include <getopt.h>
21350 static struct option ac_aggr;
21351 if (sizeof ac_aggr.name)
21357 rm -f conftest.$ac_objext
21358 if { (ac_try="$ac_compile"
21359 case "(($ac_try" in
21360 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21361 *) ac_try_echo
=$ac_try;;
21363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21364 (eval "$ac_compile") 2>conftest.er1
21366 grep -v '^ *+' conftest.er1
>conftest.err
21368 cat conftest.err
>&5
21369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21370 (exit $ac_status); } && {
21371 test -z "$ac_c_werror_flag" ||
21372 test ! -s conftest.err
21373 } && test -s conftest.
$ac_objext; then
21374 ac_cv_member_struct_option_name
=yes
21376 echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.
$ac_ext >&5
21379 ac_cv_member_struct_option_name
=no
21382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21385 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21387 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21388 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21389 if test $ac_cv_member_struct_option_name = yes; then
21391 cat >>confdefs.h
<<_ACEOF
21392 #define HAVE_STRUCT_OPTION_NAME 1
21399 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21400 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21401 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21402 echo $ECHO_N "(cached) $ECHO_C" >&6
21404 cat >conftest.
$ac_ext <<_ACEOF
21407 cat confdefs.h
>>conftest.
$ac_ext
21408 cat >>conftest.
$ac_ext <<_ACEOF
21409 /* end confdefs.h. */
21410 $ac_includes_default
21414 static struct stat ac_aggr;
21415 if (ac_aggr.st_blocks)
21421 rm -f conftest.
$ac_objext
21422 if { (ac_try
="$ac_compile"
21423 case "(($ac_try" in
21424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21425 *) ac_try_echo=$ac_try;;
21427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21428 (eval "$ac_compile") 2>conftest.er1
21430 grep -v '^ *+' conftest.er1 >conftest.err
21432 cat conftest.err >&5
21433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21434 (exit $ac_status); } && {
21435 test -z "$ac_c_werror_flag" ||
21436 test ! -s conftest.err
21437 } && test -s conftest.$ac_objext; then
21438 ac_cv_member_struct_stat_st_blocks=yes
21440 echo "$as_me: failed program was:" >&5
21441 sed 's/^/| /' conftest.$ac_ext >&5
21443 cat >conftest.$ac_ext <<_ACEOF
21446 cat confdefs.h >>conftest.$ac_ext
21447 cat >>conftest.$ac_ext <<_ACEOF
21448 /* end confdefs.h. */
21449 $ac_includes_default
21453 static struct stat ac_aggr;
21454 if (sizeof ac_aggr.st_blocks)
21460 rm -f conftest.$ac_objext
21461 if { (ac_try="$ac_compile"
21462 case "(($ac_try" in
21463 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21464 *) ac_try_echo
=$ac_try;;
21466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21467 (eval "$ac_compile") 2>conftest.er1
21469 grep -v '^ *+' conftest.er1
>conftest.err
21471 cat conftest.err
>&5
21472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21473 (exit $ac_status); } && {
21474 test -z "$ac_c_werror_flag" ||
21475 test ! -s conftest.err
21476 } && test -s conftest.
$ac_objext; then
21477 ac_cv_member_struct_stat_st_blocks
=yes
21479 echo "$as_me: failed program was:" >&5
21480 sed 's/^/| /' conftest.
$ac_ext >&5
21482 ac_cv_member_struct_stat_st_blocks
=no
21485 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21488 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21490 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21491 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21492 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21494 cat >>confdefs.h
<<_ACEOF
21495 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21500 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21501 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21502 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21503 echo $ECHO_N "(cached) $ECHO_C" >&6
21505 cat >conftest.
$ac_ext <<_ACEOF
21508 cat confdefs.h
>>conftest.
$ac_ext
21509 cat >>conftest.
$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 $ac_includes_default
21515 static struct stat ac_aggr;
21516 if (ac_aggr.st_mtim)
21522 rm -f conftest.
$ac_objext
21523 if { (ac_try
="$ac_compile"
21524 case "(($ac_try" in
21525 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21526 *) ac_try_echo=$ac_try;;
21528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21529 (eval "$ac_compile") 2>conftest.er1
21531 grep -v '^ *+' conftest.er1 >conftest.err
21533 cat conftest.err >&5
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); } && {
21536 test -z "$ac_c_werror_flag" ||
21537 test ! -s conftest.err
21538 } && test -s conftest.$ac_objext; then
21539 ac_cv_member_struct_stat_st_mtim=yes
21541 echo "$as_me: failed program was:" >&5
21542 sed 's/^/| /' conftest.$ac_ext >&5
21544 cat >conftest.$ac_ext <<_ACEOF
21547 cat confdefs.h >>conftest.$ac_ext
21548 cat >>conftest.$ac_ext <<_ACEOF
21549 /* end confdefs.h. */
21550 $ac_includes_default
21554 static struct stat ac_aggr;
21555 if (sizeof ac_aggr.st_mtim)
21561 rm -f conftest.$ac_objext
21562 if { (ac_try="$ac_compile"
21563 case "(($ac_try" in
21564 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21565 *) ac_try_echo
=$ac_try;;
21567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21568 (eval "$ac_compile") 2>conftest.er1
21570 grep -v '^ *+' conftest.er1
>conftest.err
21572 cat conftest.err
>&5
21573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21574 (exit $ac_status); } && {
21575 test -z "$ac_c_werror_flag" ||
21576 test ! -s conftest.err
21577 } && test -s conftest.
$ac_objext; then
21578 ac_cv_member_struct_stat_st_mtim
=yes
21580 echo "$as_me: failed program was:" >&5
21581 sed 's/^/| /' conftest.
$ac_ext >&5
21583 ac_cv_member_struct_stat_st_mtim
=no
21586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21589 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21591 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21592 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21593 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21595 cat >>confdefs.h
<<_ACEOF
21596 #define HAVE_STRUCT_STAT_ST_MTIM 1
21601 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21602 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21603 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21604 echo $ECHO_N "(cached) $ECHO_C" >&6
21606 cat >conftest.
$ac_ext <<_ACEOF
21609 cat confdefs.h
>>conftest.
$ac_ext
21610 cat >>conftest.
$ac_ext <<_ACEOF
21611 /* end confdefs.h. */
21612 $ac_includes_default
21616 static struct stat ac_aggr;
21617 if (ac_aggr.st_ctim)
21623 rm -f conftest.
$ac_objext
21624 if { (ac_try
="$ac_compile"
21625 case "(($ac_try" in
21626 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21627 *) ac_try_echo=$ac_try;;
21629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21630 (eval "$ac_compile") 2>conftest.er1
21632 grep -v '^ *+' conftest.er1 >conftest.err
21634 cat conftest.err >&5
21635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21636 (exit $ac_status); } && {
21637 test -z "$ac_c_werror_flag" ||
21638 test ! -s conftest.err
21639 } && test -s conftest.$ac_objext; then
21640 ac_cv_member_struct_stat_st_ctim=yes
21642 echo "$as_me: failed program was:" >&5
21643 sed 's/^/| /' conftest.$ac_ext >&5
21645 cat >conftest.$ac_ext <<_ACEOF
21648 cat confdefs.h >>conftest.$ac_ext
21649 cat >>conftest.$ac_ext <<_ACEOF
21650 /* end confdefs.h. */
21651 $ac_includes_default
21655 static struct stat ac_aggr;
21656 if (sizeof ac_aggr.st_ctim)
21662 rm -f conftest.$ac_objext
21663 if { (ac_try="$ac_compile"
21664 case "(($ac_try" in
21665 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21666 *) ac_try_echo
=$ac_try;;
21668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21669 (eval "$ac_compile") 2>conftest.er1
21671 grep -v '^ *+' conftest.er1
>conftest.err
21673 cat conftest.err
>&5
21674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675 (exit $ac_status); } && {
21676 test -z "$ac_c_werror_flag" ||
21677 test ! -s conftest.err
21678 } && test -s conftest.
$ac_objext; then
21679 ac_cv_member_struct_stat_st_ctim
=yes
21681 echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.
$ac_ext >&5
21684 ac_cv_member_struct_stat_st_ctim
=no
21687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21692 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21693 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21694 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21696 cat >>confdefs.h
<<_ACEOF
21697 #define HAVE_STRUCT_STAT_ST_CTIM 1
21702 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21703 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21704 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21705 echo $ECHO_N "(cached) $ECHO_C" >&6
21707 cat >conftest.
$ac_ext <<_ACEOF
21710 cat confdefs.h
>>conftest.
$ac_ext
21711 cat >>conftest.
$ac_ext <<_ACEOF
21712 /* end confdefs.h. */
21713 $ac_includes_default
21717 static struct stat ac_aggr;
21718 if (ac_aggr.st_atim)
21724 rm -f conftest.
$ac_objext
21725 if { (ac_try
="$ac_compile"
21726 case "(($ac_try" in
21727 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21728 *) ac_try_echo=$ac_try;;
21730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21731 (eval "$ac_compile") 2>conftest.er1
21733 grep -v '^ *+' conftest.er1 >conftest.err
21735 cat conftest.err >&5
21736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21737 (exit $ac_status); } && {
21738 test -z "$ac_c_werror_flag" ||
21739 test ! -s conftest.err
21740 } && test -s conftest.$ac_objext; then
21741 ac_cv_member_struct_stat_st_atim=yes
21743 echo "$as_me: failed program was:" >&5
21744 sed 's/^/| /' conftest.$ac_ext >&5
21746 cat >conftest.$ac_ext <<_ACEOF
21749 cat confdefs.h >>conftest.$ac_ext
21750 cat >>conftest.$ac_ext <<_ACEOF
21751 /* end confdefs.h. */
21752 $ac_includes_default
21756 static struct stat ac_aggr;
21757 if (sizeof ac_aggr.st_atim)
21763 rm -f conftest.$ac_objext
21764 if { (ac_try="$ac_compile"
21765 case "(($ac_try" in
21766 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21767 *) ac_try_echo
=$ac_try;;
21769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21770 (eval "$ac_compile") 2>conftest.er1
21772 grep -v '^ *+' conftest.er1
>conftest.err
21774 cat conftest.err
>&5
21775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); } && {
21777 test -z "$ac_c_werror_flag" ||
21778 test ! -s conftest.err
21779 } && test -s conftest.
$ac_objext; then
21780 ac_cv_member_struct_stat_st_atim
=yes
21782 echo "$as_me: failed program was:" >&5
21783 sed 's/^/| /' conftest.
$ac_ext >&5
21785 ac_cv_member_struct_stat_st_atim
=no
21788 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21791 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21793 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21794 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21795 if test $ac_cv_member_struct_stat_st_atim = yes; then
21797 cat >>confdefs.h
<<_ACEOF
21798 #define HAVE_STRUCT_STAT_ST_ATIM 1
21805 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21806 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21807 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21808 echo $ECHO_N "(cached) $ECHO_C" >&6
21810 cat >conftest.
$ac_ext <<_ACEOF
21813 cat confdefs.h
>>conftest.
$ac_ext
21814 cat >>conftest.
$ac_ext <<_ACEOF
21815 /* end confdefs.h. */
21816 #ifdef HAVE_SYS_TYPES_H
21817 #include <sys/types.h>
21819 #ifdef HAVE_NETINET_IN_H
21820 #include <netinet/in.h>
21826 static struct sockaddr_in6 ac_aggr;
21827 if (ac_aggr.sin6_scope_id)
21833 rm -f conftest.
$ac_objext
21834 if { (ac_try
="$ac_compile"
21835 case "(($ac_try" in
21836 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21837 *) ac_try_echo=$ac_try;;
21839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21840 (eval "$ac_compile") 2>conftest.er1
21842 grep -v '^ *+' conftest.er1 >conftest.err
21844 cat conftest.err >&5
21845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21846 (exit $ac_status); } && {
21847 test -z "$ac_c_werror_flag" ||
21848 test ! -s conftest.err
21849 } && test -s conftest.$ac_objext; then
21850 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21852 echo "$as_me: failed program was:" >&5
21853 sed 's/^/| /' conftest.$ac_ext >&5
21855 cat >conftest.$ac_ext <<_ACEOF
21858 cat confdefs.h >>conftest.$ac_ext
21859 cat >>conftest.$ac_ext <<_ACEOF
21860 /* end confdefs.h. */
21861 #ifdef HAVE_SYS_TYPES_H
21862 #include <sys/types.h>
21864 #ifdef HAVE_NETINET_IN_H
21865 #include <netinet/in.h>
21871 static struct sockaddr_in6 ac_aggr;
21872 if (sizeof ac_aggr.sin6_scope_id)
21878 rm -f conftest.$ac_objext
21879 if { (ac_try="$ac_compile"
21880 case "(($ac_try" in
21881 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21882 *) ac_try_echo
=$ac_try;;
21884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21885 (eval "$ac_compile") 2>conftest.er1
21887 grep -v '^ *+' conftest.er1
>conftest.err
21889 cat conftest.err
>&5
21890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21891 (exit $ac_status); } && {
21892 test -z "$ac_c_werror_flag" ||
21893 test ! -s conftest.err
21894 } && test -s conftest.
$ac_objext; then
21895 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21897 echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.
$ac_ext >&5
21900 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
21903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21906 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21908 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21909 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21910 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21912 cat >>confdefs.h
<<_ACEOF
21913 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21920 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21921 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21922 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21923 echo $ECHO_N "(cached) $ECHO_C" >&6
21925 cat >conftest.
$ac_ext <<_ACEOF
21928 cat confdefs.h
>>conftest.
$ac_ext
21929 cat >>conftest.
$ac_ext <<_ACEOF
21930 /* end confdefs.h. */
21931 #ifdef HAVE_SYS_TYPES_H
21932 #include <sys/types.h>
21934 #ifdef HAVE_NETINET_IN_H
21935 # include <netinet/in.h>
21937 #ifdef HAVE_ARPA_NAMESER_H
21938 # include <arpa/nameser.h>
21944 static ns_msg ac_aggr;
21945 if (ac_aggr._msg_ptr)
21951 rm -f conftest.
$ac_objext
21952 if { (ac_try
="$ac_compile"
21953 case "(($ac_try" in
21954 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21955 *) ac_try_echo=$ac_try;;
21957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21958 (eval "$ac_compile") 2>conftest.er1
21960 grep -v '^ *+' conftest.er1 >conftest.err
21962 cat conftest.err >&5
21963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964 (exit $ac_status); } && {
21965 test -z "$ac_c_werror_flag" ||
21966 test ! -s conftest.err
21967 } && test -s conftest.$ac_objext; then
21968 ac_cv_member_ns_msg__msg_ptr=yes
21970 echo "$as_me: failed program was:" >&5
21971 sed 's/^/| /' conftest.$ac_ext >&5
21973 cat >conftest.$ac_ext <<_ACEOF
21976 cat confdefs.h >>conftest.$ac_ext
21977 cat >>conftest.$ac_ext <<_ACEOF
21978 /* end confdefs.h. */
21979 #ifdef HAVE_SYS_TYPES_H
21980 #include <sys/types.h>
21982 #ifdef HAVE_NETINET_IN_H
21983 # include <netinet/in.h>
21985 #ifdef HAVE_ARPA_NAMESER_H
21986 # include <arpa/nameser.h>
21992 static ns_msg ac_aggr;
21993 if (sizeof ac_aggr._msg_ptr)
21999 rm -f conftest.$ac_objext
22000 if { (ac_try="$ac_compile"
22001 case "(($ac_try" in
22002 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22003 *) ac_try_echo
=$ac_try;;
22005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22006 (eval "$ac_compile") 2>conftest.er1
22008 grep -v '^ *+' conftest.er1
>conftest.err
22010 cat conftest.err
>&5
22011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22012 (exit $ac_status); } && {
22013 test -z "$ac_c_werror_flag" ||
22014 test ! -s conftest.err
22015 } && test -s conftest.
$ac_objext; then
22016 ac_cv_member_ns_msg__msg_ptr
=yes
22018 echo "$as_me: failed program was:" >&5
22019 sed 's/^/| /' conftest.
$ac_ext >&5
22021 ac_cv_member_ns_msg__msg_ptr
=no
22024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22027 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22029 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22030 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22031 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22033 cat >>confdefs.h
<<_ACEOF
22034 #define HAVE_NS_MSG__MSG_PTR 1
22041 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22042 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22043 if test "${ac_cv_have_timezone+set}" = set; then
22044 echo $ECHO_N "(cached) $ECHO_C" >&6
22046 cat >conftest.
$ac_ext <<_ACEOF
22049 cat confdefs.h
>>conftest.
$ac_ext
22050 cat >>conftest.
$ac_ext <<_ACEOF
22051 /* end confdefs.h. */
22061 rm -f conftest.
$ac_objext conftest
$ac_exeext
22062 if { (ac_try
="$ac_link"
22063 case "(($ac_try" in
22064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22065 *) ac_try_echo=$ac_try;;
22067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22068 (eval "$ac_link") 2>conftest.er1
22070 grep -v '^ *+' conftest.er1 >conftest.err
22072 cat conftest.err >&5
22073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22074 (exit $ac_status); } && {
22075 test -z "$ac_c_werror_flag" ||
22076 test ! -s conftest.err
22077 } && test -s conftest$ac_exeext &&
22078 $as_test_x conftest$ac_exeext; then
22079 ac_cv_have_timezone="yes"
22081 echo "$as_me: failed program was:" >&5
22082 sed 's/^/| /' conftest.$ac_ext >&5
22084 ac_cv_have_timezone="no"
22087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22088 conftest$ac_exeext conftest.$ac_ext
22090 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22091 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22092 if test "$ac_cv_have_timezone" = "yes"
22095 cat >>confdefs.h <<\_ACEOF
22096 #define HAVE_TIMEZONE 1
22100 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22101 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22102 if test "${ac_cv_have_daylight+set}" = set; then
22103 echo $ECHO_N "(cached) $ECHO_C" >&6
22105 cat >conftest.$ac_ext <<_ACEOF
22108 cat confdefs.h >>conftest.$ac_ext
22109 cat >>conftest.$ac_ext <<_ACEOF
22110 /* end confdefs.h. */
22120 rm -f conftest.$ac_objext conftest$ac_exeext
22121 if { (ac_try="$ac_link"
22122 case "(($ac_try" in
22123 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22124 *) ac_try_echo
=$ac_try;;
22126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22127 (eval "$ac_link") 2>conftest.er1
22129 grep -v '^ *+' conftest.er1
>conftest.err
22131 cat conftest.err
>&5
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); } && {
22134 test -z "$ac_c_werror_flag" ||
22135 test ! -s conftest.err
22136 } && test -s conftest
$ac_exeext &&
22137 $as_test_x conftest
$ac_exeext; then
22138 ac_cv_have_daylight
="yes"
22140 echo "$as_me: failed program was:" >&5
22141 sed 's/^/| /' conftest.
$ac_ext >&5
22143 ac_cv_have_daylight
="no"
22146 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22147 conftest
$ac_exeext conftest.
$ac_ext
22149 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22150 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22151 if test "$ac_cv_have_daylight" = "yes"
22154 cat >>confdefs.h
<<\_ACEOF
22155 #define HAVE_DAYLIGHT 1
22160 { echo "$as_me:$LINENO: checking for isinf" >&5
22161 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22162 if test "${ac_cv_have_isinf+set}" = set; then
22163 echo $ECHO_N "(cached) $ECHO_C" >&6
22165 cat >conftest.
$ac_ext <<_ACEOF
22168 cat confdefs.h
>>conftest.
$ac_ext
22169 cat >>conftest.
$ac_ext <<_ACEOF
22170 /* end confdefs.h. */
22175 float f = 0.0; int i=isinf(f)
22180 rm -f conftest.
$ac_objext conftest
$ac_exeext
22181 if { (ac_try
="$ac_link"
22182 case "(($ac_try" in
22183 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22184 *) ac_try_echo=$ac_try;;
22186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22187 (eval "$ac_link") 2>conftest.er1
22189 grep -v '^ *+' conftest.er1 >conftest.err
22191 cat conftest.err >&5
22192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22193 (exit $ac_status); } && {
22194 test -z "$ac_c_werror_flag" ||
22195 test ! -s conftest.err
22196 } && test -s conftest$ac_exeext &&
22197 $as_test_x conftest$ac_exeext; then
22198 ac_cv_have_isinf="yes"
22200 echo "$as_me: failed program was:" >&5
22201 sed 's/^/| /' conftest.$ac_ext >&5
22203 ac_cv_have_isinf="no"
22206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22207 conftest$ac_exeext conftest.$ac_ext
22209 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22210 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22211 if test "$ac_cv_have_isinf" = "yes"
22214 cat >>confdefs.h <<\_ACEOF
22215 #define HAVE_ISINF 1
22220 { echo "$as_me:$LINENO: checking for isnan" >&5
22221 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22222 if test "${ac_cv_have_isnan+set}" = set; then
22223 echo $ECHO_N "(cached) $ECHO_C" >&6
22225 cat >conftest.$ac_ext <<_ACEOF
22228 cat confdefs.h >>conftest.$ac_ext
22229 cat >>conftest.$ac_ext <<_ACEOF
22230 /* end confdefs.h. */
22235 float f = 0.0; int i=isnan(f)
22240 rm -f conftest.$ac_objext conftest$ac_exeext
22241 if { (ac_try="$ac_link"
22242 case "(($ac_try" in
22243 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22244 *) ac_try_echo
=$ac_try;;
22246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22247 (eval "$ac_link") 2>conftest.er1
22249 grep -v '^ *+' conftest.er1
>conftest.err
22251 cat conftest.err
>&5
22252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22253 (exit $ac_status); } && {
22254 test -z "$ac_c_werror_flag" ||
22255 test ! -s conftest.err
22256 } && test -s conftest
$ac_exeext &&
22257 $as_test_x conftest
$ac_exeext; then
22258 ac_cv_have_isnan
="yes"
22260 echo "$as_me: failed program was:" >&5
22261 sed 's/^/| /' conftest.
$ac_ext >&5
22263 ac_cv_have_isnan
="no"
22266 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22267 conftest
$ac_exeext conftest.
$ac_ext
22269 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22270 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22271 if test "$ac_cv_have_isnan" = "yes"
22274 cat >>confdefs.h
<<\_ACEOF
22275 #define HAVE_ISNAN 1
22282 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22283 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22284 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22285 echo $ECHO_N "(cached) $ECHO_C" >&6
22287 cat >conftest.
$ac_ext <<_ACEOF
22290 cat confdefs.h
>>conftest.
$ac_ext
22291 cat >>conftest.
$ac_ext <<_ACEOF
22292 /* end confdefs.h. */
22297 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22298 $EGREP "yes" >/dev
/null
2>&1; then
22299 ac_cv_cpp_def___i386__
=yes
22301 ac_cv_cpp_def___i386__
=no
22306 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22307 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22308 if test $ac_cv_cpp_def___i386__ = yes; then
22309 CFLAGS
="$CFLAGS -D__i386__"
22310 LINTFLAGS
="$LINTFLAGS -D__i386__"
22313 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22314 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22315 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22316 echo $ECHO_N "(cached) $ECHO_C" >&6
22318 cat >conftest.
$ac_ext <<_ACEOF
22321 cat confdefs.h
>>conftest.
$ac_ext
22322 cat >>conftest.
$ac_ext <<_ACEOF
22323 /* end confdefs.h. */
22328 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22329 $EGREP "yes" >/dev
/null
2>&1; then
22330 ac_cv_cpp_def___x86_64__
=yes
22332 ac_cv_cpp_def___x86_64__
=no
22337 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22338 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22339 if test $ac_cv_cpp_def___x86_64__ = yes; then
22340 CFLAGS
="$CFLAGS -D__x86_64__"
22341 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22344 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22345 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22346 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22347 echo $ECHO_N "(cached) $ECHO_C" >&6
22349 cat >conftest.
$ac_ext <<_ACEOF
22352 cat confdefs.h
>>conftest.
$ac_ext
22353 cat >>conftest.
$ac_ext <<_ACEOF
22354 /* end confdefs.h. */
22359 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22360 $EGREP "yes" >/dev
/null
2>&1; then
22361 ac_cv_cpp_def___ALPHA__
=yes
22363 ac_cv_cpp_def___ALPHA__
=no
22368 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22369 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22370 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22371 CFLAGS
="$CFLAGS -D__ALPHA__"
22372 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22375 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22376 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22377 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22378 echo $ECHO_N "(cached) $ECHO_C" >&6
22380 cat >conftest.
$ac_ext <<_ACEOF
22383 cat confdefs.h
>>conftest.
$ac_ext
22384 cat >>conftest.
$ac_ext <<_ACEOF
22385 /* end confdefs.h. */
22390 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22391 $EGREP "yes" >/dev
/null
2>&1; then
22392 ac_cv_cpp_def___sparc__
=yes
22394 ac_cv_cpp_def___sparc__
=no
22399 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22400 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22401 if test $ac_cv_cpp_def___sparc__ = yes; then
22402 CFLAGS
="$CFLAGS -D__sparc__"
22403 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22406 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22407 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22408 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22409 echo $ECHO_N "(cached) $ECHO_C" >&6
22411 cat >conftest.
$ac_ext <<_ACEOF
22414 cat confdefs.h
>>conftest.
$ac_ext
22415 cat >>conftest.
$ac_ext <<_ACEOF
22416 /* end confdefs.h. */
22417 #ifndef __powerpc__
22421 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22422 $EGREP "yes" >/dev
/null
2>&1; then
22423 ac_cv_cpp_def___powerpc__
=yes
22425 ac_cv_cpp_def___powerpc__
=no
22430 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22431 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22432 if test $ac_cv_cpp_def___powerpc__ = yes; then
22433 CFLAGS
="$CFLAGS -D__powerpc__"
22434 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22439 case $host_vendor in
22440 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22441 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22442 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22443 echo $ECHO_N "(cached) $ECHO_C" >&6
22445 cat >conftest.
$ac_ext <<_ACEOF
22448 cat confdefs.h
>>conftest.
$ac_ext
22449 cat >>conftest.
$ac_ext <<_ACEOF
22450 /* end confdefs.h. */
22455 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22456 $EGREP "yes" >/dev
/null
2>&1; then
22457 ac_cv_cpp_def___sun__
=yes
22459 ac_cv_cpp_def___sun__
=no
22464 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22465 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22466 if test $ac_cv_cpp_def___sun__ = yes; then
22467 CFLAGS
="$CFLAGS -D__sun__"
22468 LINTFLAGS
="$LINTFLAGS -D__sun__"
22474 DEPENDENCIES
="### Dependencies:
22479 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22481 \$(OBJS): \$(IDL_GEN_HEADERS)
22482 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22483 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22484 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22485 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22492 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22503 ALL_PROGRAM_DIRS
=""
22505 ALL_PROGRAM_INSTALL_DIRS
=""
22507 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22513 ac_config_commands
="$ac_config_commands include/stamp-h"
22516 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22518 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22520 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22522 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22524 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22526 ac_config_commands
="$ac_config_commands include/wine"
22529 ALL_MAKERULES
="$ALL_MAKERULES \\
22531 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22532 Make.rules: Make.rules.in"
22533 MAKE_RULES
=Make.rules
22534 ac_config_files
="$ac_config_files Make.rules"
22536 ALL_MAKERULES
="$ALL_MAKERULES \\
22537 dlls/Makedll.rules"
22538 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22539 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22540 MAKE_DLL_RULES
=dlls
/Makedll.rules
22541 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22543 ALL_MAKERULES
="$ALL_MAKERULES \\
22544 dlls/Makeimplib.rules"
22545 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22546 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22547 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22548 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22550 ALL_MAKERULES
="$ALL_MAKERULES \\
22551 dlls/Maketest.rules"
22552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22553 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22554 MAKE_TEST_RULES
=dlls
/Maketest.rules
22555 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22557 ALL_MAKERULES
="$ALL_MAKERULES \\
22558 programs/Makeprog.rules"
22559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22560 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22561 MAKE_PROG_RULES
=programs
/Makeprog.rules
22562 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22568 Makefile: Makefile.in Make.rules"
22569 ac_config_files
="$ac_config_files Makefile"
22571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22573 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
22575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22576 dlls/Makefile: dlls/Makefile.in Make.rules"
22577 ac_config_files
="$ac_config_files dlls/Makefile"
22579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22580 dlls/acledit/Makefile"
22581 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22584 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22585 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22588 dlls/activeds/Makefile"
22589 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22592 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22593 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22596 dlls/actxprxy/Makefile"
22597 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22600 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22601 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22604 dlls/adsiid/Makefile"
22605 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22608 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22609 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22612 dlls/advapi32/Makefile"
22613 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22616 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22617 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22620 dlls/advapi32/tests/Makefile"
22621 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22624 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22625 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22628 dlls/advpack/Makefile"
22629 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22632 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22633 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22636 dlls/advpack/tests/Makefile"
22637 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22640 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22641 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22644 dlls/amstream/Makefile"
22645 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22648 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22649 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22652 dlls/appwiz.cpl/Makefile"
22653 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22656 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22657 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22661 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22664 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22665 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22668 dlls/avicap32/Makefile"
22669 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22672 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22673 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22676 dlls/avifil32/Makefile"
22677 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22680 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22681 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22684 dlls/browseui/Makefile"
22685 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22688 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22689 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22692 dlls/browseui/tests/Makefile"
22693 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22696 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22697 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22700 dlls/cabinet/Makefile"
22701 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22704 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22705 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22708 dlls/cabinet/tests/Makefile"
22709 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22712 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22713 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22716 dlls/capi2032/Makefile"
22717 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22720 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22721 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22724 dlls/cards/Makefile"
22725 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22728 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22729 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22732 dlls/cfgmgr32/Makefile"
22733 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22736 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22737 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22740 dlls/clusapi/Makefile"
22741 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22744 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22745 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22748 dlls/comcat/Makefile"
22749 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22752 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22753 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22756 dlls/comcat/tests/Makefile"
22757 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22760 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22761 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22764 dlls/comctl32/Makefile"
22765 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22768 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22769 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22772 dlls/comctl32/tests/Makefile"
22773 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22776 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22777 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22780 dlls/comdlg32/Makefile"
22781 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22784 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22785 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22788 dlls/comdlg32/tests/Makefile"
22789 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22792 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22793 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22796 dlls/compstui/Makefile"
22797 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22800 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22801 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22804 dlls/credui/Makefile"
22805 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22808 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22809 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22812 dlls/credui/tests/Makefile"
22813 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22816 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22817 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22820 dlls/crtdll/Makefile"
22821 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22824 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22825 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22828 dlls/crypt32/Makefile"
22829 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22832 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22833 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22836 dlls/crypt32/tests/Makefile"
22837 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22840 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22841 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22844 dlls/cryptdlg/Makefile"
22845 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22848 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22849 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22852 dlls/cryptdll/Makefile"
22853 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22856 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22857 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22860 dlls/cryptnet/Makefile"
22861 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22864 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22865 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22868 dlls/cryptnet/tests/Makefile"
22869 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22872 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22873 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22876 dlls/cryptui/Makefile"
22877 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22880 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22881 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22884 dlls/ctapi32/Makefile"
22885 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22888 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22889 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22892 dlls/ctl3d32/Makefile"
22893 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22896 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22897 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22900 dlls/d3d10/Makefile"
22901 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22904 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22905 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22908 dlls/d3d8/Makefile"
22909 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22912 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22913 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22916 dlls/d3d8/tests/Makefile"
22917 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22920 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22921 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22924 dlls/d3d9/Makefile"
22925 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22928 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22929 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22932 dlls/d3d9/tests/Makefile"
22933 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22936 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22937 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22940 dlls/d3dim/Makefile"
22941 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22944 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22945 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22948 dlls/d3drm/Makefile"
22949 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22952 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22953 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22956 dlls/d3drm/tests/Makefile"
22957 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22960 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22961 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22964 dlls/d3dx8/Makefile"
22965 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22968 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22969 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22972 dlls/d3dx8/tests/Makefile"
22973 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22976 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22977 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22980 dlls/d3dx9_24/Makefile"
22981 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22984 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22985 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22988 dlls/d3dx9_25/Makefile"
22989 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22992 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22993 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22996 dlls/d3dx9_26/Makefile"
22997 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23000 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23001 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
23003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23004 dlls/d3dx9_27/Makefile"
23005 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23008 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23009 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
23011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23012 dlls/d3dx9_28/Makefile"
23013 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23016 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23017 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
23019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23020 dlls/d3dx9_29/Makefile"
23021 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23024 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23025 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
23027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23028 dlls/d3dx9_30/Makefile"
23029 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23032 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23033 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
23035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23036 dlls/d3dx9_31/Makefile"
23037 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23040 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23041 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
23043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23044 dlls/d3dx9_32/Makefile"
23045 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23048 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23049 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
23051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23052 dlls/d3dx9_33/Makefile"
23053 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23056 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23057 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
23059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23060 dlls/d3dx9_34/Makefile"
23061 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23064 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23065 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
23067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23068 dlls/d3dx9_35/Makefile"
23069 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23072 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23073 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
23075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23076 dlls/d3dx9_36/Makefile"
23077 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23080 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23081 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
23083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23084 dlls/d3dx9_36/tests/Makefile"
23085 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23088 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23089 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23092 dlls/d3dx9_37/Makefile"
23093 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23096 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23097 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
23099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23100 dlls/d3dxof/Makefile"
23101 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23104 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23105 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
23107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23108 dlls/d3dxof/tests/Makefile"
23109 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23112 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23113 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
23115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23116 dlls/dbghelp/Makefile"
23117 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23120 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23121 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
23123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23124 dlls/dciman32/Makefile"
23125 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23128 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23129 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
23131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23132 dlls/ddraw/Makefile"
23133 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23136 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23137 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
23139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23140 dlls/ddraw/tests/Makefile"
23141 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23144 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
23147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23148 dlls/ddrawex/Makefile"
23149 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23152 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23153 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
23155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23156 dlls/devenum/Makefile"
23157 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23160 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23161 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
23163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23164 dlls/dinput/Makefile"
23165 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23168 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23169 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
23171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23172 dlls/dinput/tests/Makefile"
23173 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23176 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23177 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
23179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23180 dlls/dinput8/Makefile"
23181 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23184 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23185 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
23187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23188 dlls/dmband/Makefile"
23189 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23192 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23193 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
23195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23196 dlls/dmcompos/Makefile"
23197 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23200 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23201 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
23203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23204 dlls/dmime/Makefile"
23205 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23208 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23209 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
23211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23212 dlls/dmloader/Makefile"
23213 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23216 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23217 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
23219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23220 dlls/dmscript/Makefile"
23221 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23224 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23225 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
23227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23228 dlls/dmstyle/Makefile"
23229 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23232 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23233 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
23235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23236 dlls/dmsynth/Makefile"
23237 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23240 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23241 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
23243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23244 dlls/dmusic/Makefile"
23245 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23248 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23249 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
23251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23252 dlls/dmusic32/Makefile"
23253 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23256 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23257 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
23259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23260 dlls/dnsapi/Makefile"
23261 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23264 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23265 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
23267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23268 dlls/dnsapi/tests/Makefile"
23269 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23272 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23273 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
23275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23276 dlls/dplay/Makefile"
23277 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23280 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23281 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
23283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23284 dlls/dplayx/Makefile"
23285 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23288 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23289 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
23291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23292 dlls/dplayx/tests/Makefile"
23293 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23296 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
23299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23300 dlls/dpnaddr/Makefile"
23301 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23304 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23305 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
23307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23308 dlls/dpnet/Makefile"
23309 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23312 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23313 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
23315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23316 dlls/dpnhpast/Makefile"
23317 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23320 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23321 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23324 dlls/dpnlobby/Makefile"
23325 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23328 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23329 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23332 dlls/dpwsockx/Makefile"
23333 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23336 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23337 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23340 dlls/dsound/Makefile"
23341 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23344 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23345 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23348 dlls/dsound/tests/Makefile"
23349 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23352 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23353 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23356 dlls/dssenh/Makefile"
23357 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23360 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23361 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23364 dlls/dswave/Makefile"
23365 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23368 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23369 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23372 dlls/dwmapi/Makefile"
23373 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23376 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23377 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23380 dlls/dxdiagn/Makefile"
23381 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23384 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23385 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23388 dlls/dxerr8/Makefile"
23389 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23392 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23393 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23396 dlls/dxerr9/Makefile"
23397 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23400 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23401 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23404 dlls/dxgi/Makefile"
23405 test "x$enable_dxgi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23408 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23409 ac_config_files
="$ac_config_files dlls/dxgi/Makefile"
23411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23412 dlls/dxguid/Makefile"
23413 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23416 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23417 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23420 dlls/faultrep/Makefile"
23421 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23424 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23425 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23428 dlls/fusion/Makefile"
23429 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23432 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23433 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23436 dlls/fusion/tests/Makefile"
23437 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23440 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23444 dlls/gdi32/Makefile"
23445 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23448 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23449 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23452 dlls/gdi32/tests/Makefile"
23453 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23456 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23460 dlls/gdiplus/Makefile"
23461 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23464 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23465 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23468 dlls/gdiplus/tests/Makefile"
23469 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23472 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23476 dlls/glu32/Makefile"
23477 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23480 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23481 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23484 dlls/gphoto2.ds/Makefile"
23485 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23488 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23489 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23492 dlls/gpkcsp/Makefile"
23493 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23496 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23497 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23501 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23504 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23505 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23508 dlls/hhctrl.ocx/Makefile"
23509 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23512 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23513 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23517 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23520 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23521 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23524 dlls/hlink/Makefile"
23525 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23528 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23529 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23532 dlls/hlink/tests/Makefile"
23533 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23536 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23537 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23540 dlls/hnetcfg/Makefile"
23541 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23544 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23545 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23548 dlls/iccvid/Makefile"
23549 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23552 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23553 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23556 dlls/icmp/Makefile"
23557 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23560 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23561 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23564 dlls/ifsmgr.vxd/Makefile"
23565 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23568 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23569 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23572 dlls/imaadp32.acm/Makefile"
23573 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23576 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23577 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23580 dlls/imagehlp/Makefile"
23581 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23584 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23585 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23588 dlls/imm32/Makefile"
23589 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23592 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23593 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23596 dlls/imm32/tests/Makefile"
23597 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23600 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23601 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23604 dlls/inetcomm/Makefile"
23605 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23608 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23609 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23612 dlls/inetcomm/tests/Makefile"
23613 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23616 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23617 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23620 dlls/inetmib1/Makefile"
23621 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23624 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23625 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23628 dlls/inetmib1/tests/Makefile"
23629 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23632 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23633 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23636 dlls/infosoft/Makefile"
23637 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23640 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23641 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23644 dlls/infosoft/tests/Makefile"
23645 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23648 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23649 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23652 dlls/initpki/Makefile"
23653 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23656 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23657 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23660 dlls/inkobj/Makefile"
23661 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23664 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23665 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23668 dlls/inseng/Makefile"
23669 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23672 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23673 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23676 dlls/iphlpapi/Makefile"
23677 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23680 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23681 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23684 dlls/iphlpapi/tests/Makefile"
23685 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23688 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23692 dlls/itircl/Makefile"
23693 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23696 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23697 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23700 dlls/itss/Makefile"
23701 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23704 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23705 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23708 dlls/itss/tests/Makefile"
23709 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23712 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23713 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23716 dlls/jscript/Makefile"
23717 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23720 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23721 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23724 dlls/jscript/tests/Makefile"
23725 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23728 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23729 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23732 dlls/kernel32/Makefile"
23733 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23736 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23737 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23740 dlls/kernel32/tests/Makefile"
23741 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23744 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23745 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23748 dlls/localspl/Makefile"
23749 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23752 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23753 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23756 dlls/localspl/tests/Makefile"
23757 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23760 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23761 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23764 dlls/localui/Makefile"
23765 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23768 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23769 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23772 dlls/localui/tests/Makefile"
23773 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23776 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23780 dlls/lz32/Makefile"
23781 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23784 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23785 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23788 dlls/lz32/tests/Makefile"
23789 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23792 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23793 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23796 dlls/mapi32/Makefile"
23797 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23800 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23801 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23804 dlls/mapi32/tests/Makefile"
23805 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23808 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23809 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23812 dlls/mciavi32/Makefile"
23813 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23816 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23817 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23820 dlls/mcicda/Makefile"
23821 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23824 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23825 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23828 dlls/mciseq/Makefile"
23829 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23832 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23833 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23836 dlls/mciwave/Makefile"
23837 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23840 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23841 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23844 dlls/midimap/Makefile"
23845 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23848 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23849 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23852 dlls/mlang/Makefile"
23853 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23856 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23857 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23860 dlls/mlang/tests/Makefile"
23861 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23864 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23865 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23868 dlls/mmdevldr.vxd/Makefile"
23869 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23872 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23873 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23876 dlls/monodebg.vxd/Makefile"
23877 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23880 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23881 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23884 dlls/mountmgr.sys/Makefile"
23885 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23888 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23889 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23893 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23896 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23897 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23900 dlls/mprapi/Makefile"
23901 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23904 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23905 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23908 dlls/msacm32.drv/Makefile"
23909 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23912 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23913 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23916 dlls/msacm32/Makefile"
23917 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23920 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23921 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23924 dlls/msacm32/tests/Makefile"
23925 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23928 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23929 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23932 dlls/msadp32.acm/Makefile"
23933 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23936 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23937 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23940 dlls/mscat32/Makefile"
23941 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23944 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23945 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23948 dlls/mscms/Makefile"
23949 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23952 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23953 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23956 dlls/mscms/tests/Makefile"
23957 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23960 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23961 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23964 dlls/mscoree/Makefile"
23965 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23968 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23969 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23972 dlls/msdmo/Makefile"
23973 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23976 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23977 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23980 dlls/msftedit/Makefile"
23981 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23984 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23985 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23988 dlls/msg711.acm/Makefile"
23989 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23992 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23993 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23996 dlls/mshtml.tlb/Makefile"
23997 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24000 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24001 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
24003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24004 dlls/mshtml/Makefile"
24005 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24008 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24009 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
24011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24012 dlls/mshtml/tests/Makefile"
24013 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24016 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
24019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24021 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24024 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24025 ac_config_files
="$ac_config_files dlls/msi/Makefile"
24027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24028 dlls/msi/tests/Makefile"
24029 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24032 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24033 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
24035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24036 dlls/msimg32/Makefile"
24037 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24040 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24041 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
24043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24044 dlls/msimtf/Makefile"
24045 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24048 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24049 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
24051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24052 dlls/msisip/Makefile"
24053 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24056 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24057 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
24059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24060 dlls/msisys.ocx/Makefile"
24061 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24064 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24065 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
24067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24068 dlls/msnet32/Makefile"
24069 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24072 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
24075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24076 dlls/msrle32/Makefile"
24077 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24080 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
24083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24084 dlls/mssip32/Makefile"
24085 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24088 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
24091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24092 dlls/mstask/Makefile"
24093 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24096 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24097 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
24099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24100 dlls/mstask/tests/Makefile"
24101 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24104 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
24107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24108 dlls/msvcirt/Makefile"
24109 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24112 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24113 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
24115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24116 dlls/msvcr71/Makefile"
24117 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24120 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24121 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
24123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24124 dlls/msvcrt/Makefile"
24125 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24128 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24129 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
24131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24132 dlls/msvcrt/tests/Makefile"
24133 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24136 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24137 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
24139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24140 dlls/msvcrt20/Makefile"
24141 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24144 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24145 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
24147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24148 dlls/msvcrt40/Makefile"
24149 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24152 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24153 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
24155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24156 dlls/msvcrtd/Makefile"
24157 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24160 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24161 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
24163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24164 dlls/msvcrtd/tests/Makefile"
24165 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24168 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24169 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
24171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24172 dlls/msvfw32/Makefile"
24173 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24176 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24177 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
24179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24180 dlls/msvidc32/Makefile"
24181 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24184 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24185 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
24187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24188 dlls/mswsock/Makefile"
24189 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24192 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24193 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
24195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24196 dlls/msxml3/Makefile"
24197 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24200 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24201 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
24203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24204 dlls/msxml3/tests/Makefile"
24205 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24208 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
24211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24212 dlls/nddeapi/Makefile"
24213 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24216 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24217 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
24219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24220 dlls/netapi32/Makefile"
24221 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24224 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24225 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
24227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24228 dlls/netapi32/tests/Makefile"
24229 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24232 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24233 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
24235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24236 dlls/newdev/Makefile"
24237 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24240 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24241 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
24243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24244 dlls/ntdll/Makefile"
24245 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24248 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24249 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
24251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24252 dlls/ntdll/tests/Makefile"
24253 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24256 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
24259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24260 dlls/ntdsapi/Makefile"
24261 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24264 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24265 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
24267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24268 dlls/ntdsapi/tests/Makefile"
24269 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24272 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
24275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24276 dlls/ntoskrnl.exe/Makefile"
24277 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24280 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24281 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24284 dlls/ntprint/Makefile"
24285 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24288 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24289 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
24291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24292 dlls/ntprint/tests/Makefile"
24293 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24296 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
24299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24300 dlls/objsel/Makefile"
24301 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24304 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24305 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
24307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24308 dlls/odbc32/Makefile"
24309 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24312 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24313 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
24315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24316 dlls/odbccp32/Makefile"
24317 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24320 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24321 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
24323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24324 dlls/odbccp32/tests/Makefile"
24325 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24328 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24332 dlls/ole32/Makefile"
24333 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24336 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24337 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24340 dlls/ole32/tests/Makefile"
24341 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24344 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24345 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24348 dlls/oleacc/Makefile"
24349 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24352 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24353 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24356 dlls/oleacc/tests/Makefile"
24357 test "x$enable_oleacc_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24360 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24361 ac_config_files
="$ac_config_files dlls/oleacc/tests/Makefile"
24363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24364 dlls/oleaut32/Makefile"
24365 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24368 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24372 dlls/oleaut32/tests/Makefile"
24373 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24376 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24380 dlls/olecli32/Makefile"
24381 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24384 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24385 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24388 dlls/oledlg/Makefile"
24389 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24392 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24393 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24396 dlls/olepro32/Makefile"
24397 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24400 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24401 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24404 dlls/olesvr32/Makefile"
24405 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24408 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24409 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24412 dlls/olethk32/Makefile"
24413 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24416 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24417 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24420 dlls/opengl32/Makefile"
24421 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24424 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24425 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24428 dlls/opengl32/tests/Makefile"
24429 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24432 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24437 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24440 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24441 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24444 dlls/pdh/tests/Makefile"
24445 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24448 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24452 dlls/powrprof/Makefile"
24453 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24456 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24457 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24460 dlls/printui/Makefile"
24461 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24464 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24465 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24468 dlls/propsys/Makefile"
24469 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24472 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24473 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24476 dlls/psapi/Makefile"
24477 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24480 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24481 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24484 dlls/psapi/tests/Makefile"
24485 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24488 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24492 dlls/pstorec/Makefile"
24493 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24496 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24497 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24500 dlls/qcap/Makefile"
24501 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24504 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24505 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24508 dlls/qedit/Makefile"
24509 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24512 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24513 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24516 dlls/qedit/tests/Makefile"
24517 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24520 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24524 dlls/qmgr/Makefile"
24525 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24528 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24529 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24532 dlls/qmgr/tests/Makefile"
24533 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24536 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24540 dlls/qmgrprxy/Makefile"
24541 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24544 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24545 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24548 dlls/quartz/Makefile"
24549 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24552 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24553 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24556 dlls/quartz/tests/Makefile"
24557 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24560 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24564 dlls/query/Makefile"
24565 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24568 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24569 ac_config_files
="$ac_config_files dlls/query/Makefile"
24571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24572 dlls/rasapi32/Makefile"
24573 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24576 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24577 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24580 dlls/rasapi32/tests/Makefile"
24581 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24584 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24588 dlls/resutils/Makefile"
24589 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24592 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24593 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24596 dlls/riched20/Makefile"
24597 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24600 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24601 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24604 dlls/riched20/tests/Makefile"
24605 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24608 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24609 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24612 dlls/riched32/Makefile"
24613 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24616 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24617 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24620 dlls/riched32/tests/Makefile"
24621 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24624 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24625 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24628 dlls/rpcrt4/Makefile"
24629 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24632 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24633 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24636 dlls/rpcrt4/tests/Makefile"
24637 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24640 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24641 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24644 dlls/rsabase/Makefile"
24645 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24648 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24649 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24652 dlls/rsaenh/Makefile"
24653 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24656 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24657 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24660 dlls/rsaenh/tests/Makefile"
24661 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24664 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24668 dlls/sane.ds/Makefile"
24669 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24672 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24673 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24676 dlls/sccbase/Makefile"
24677 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24680 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24681 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24684 dlls/schannel/Makefile"
24685 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24688 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24689 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24692 dlls/schannel/tests/Makefile"
24693 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24696 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24700 dlls/secur32/Makefile"
24701 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24704 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24705 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24708 dlls/secur32/tests/Makefile"
24709 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24712 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24716 dlls/security/Makefile"
24717 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24720 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24721 ac_config_files
="$ac_config_files dlls/security/Makefile"
24723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24724 dlls/sensapi/Makefile"
24725 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24728 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24729 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24732 dlls/serialui/Makefile"
24733 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24736 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24737 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24740 dlls/serialui/tests/Makefile"
24741 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24744 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24745 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24748 dlls/setupapi/Makefile"
24749 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24752 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24753 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24756 dlls/setupapi/tests/Makefile"
24757 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24760 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24765 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24768 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24769 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24772 dlls/sfc_os/Makefile"
24773 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24776 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24777 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24780 dlls/shdoclc/Makefile"
24781 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24784 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24785 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24788 dlls/shdocvw/Makefile"
24789 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24792 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24793 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24796 dlls/shdocvw/tests/Makefile"
24797 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24800 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24801 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24804 dlls/shell32/Makefile"
24805 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24808 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24809 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24812 dlls/shell32/tests/Makefile"
24813 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24816 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24820 dlls/shfolder/Makefile"
24821 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24824 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24825 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24828 dlls/shlwapi/Makefile"
24829 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24832 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24833 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24836 dlls/shlwapi/tests/Makefile"
24837 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24840 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24841 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24844 dlls/slbcsp/Makefile"
24845 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24848 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24849 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24853 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24856 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24857 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24860 dlls/snmpapi/Makefile"
24861 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24864 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24865 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24868 dlls/snmpapi/tests/Makefile"
24869 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24872 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24873 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24876 dlls/softpub/Makefile"
24877 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24880 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24881 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24884 dlls/spoolss/Makefile"
24885 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24888 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24889 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24892 dlls/spoolss/tests/Makefile"
24893 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24896 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24900 dlls/stdole2.tlb/Makefile"
24901 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24904 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24905 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24908 dlls/stdole32.tlb/Makefile"
24909 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24912 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24913 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24917 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24920 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24921 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24924 dlls/strmiids/Makefile"
24925 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24928 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24929 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24932 dlls/svrapi/Makefile"
24933 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24936 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24937 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24941 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24944 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24945 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24948 dlls/tapi32/Makefile"
24949 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24952 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24956 dlls/twain_32/Makefile"
24957 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24960 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24961 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24964 dlls/unicows/Makefile"
24965 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24968 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24969 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24973 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24976 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24977 ac_config_files
="$ac_config_files dlls/url/Makefile"
24979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24980 dlls/urlmon/Makefile"
24981 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24984 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24985 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24988 dlls/urlmon/tests/Makefile"
24989 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24992 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24996 dlls/user32/Makefile"
24997 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25000 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files
="$ac_config_files dlls/user32/Makefile"
25003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25004 dlls/user32/tests/Makefile"
25005 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25008 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25009 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
25011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25012 dlls/userenv/Makefile"
25013 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25016 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25017 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
25019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25020 dlls/userenv/tests/Makefile"
25021 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25024 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
25027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25028 dlls/usp10/Makefile"
25029 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25032 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25033 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
25035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25036 dlls/usp10/tests/Makefile"
25037 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25040 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
25043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25044 dlls/uuid/Makefile"
25045 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
25047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25048 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25049 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
25051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25052 dlls/uxtheme/Makefile"
25053 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25056 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25057 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
25059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25060 dlls/uxtheme/tests/Makefile"
25061 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25064 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25065 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
25067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25068 dlls/vdhcp.vxd/Makefile"
25069 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25072 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25073 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
25075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25076 dlls/vdmdbg/Makefile"
25077 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25080 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25081 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
25083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25084 dlls/version/Makefile"
25085 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25088 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25089 ac_config_files
="$ac_config_files dlls/version/Makefile"
25091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25092 dlls/version/tests/Makefile"
25093 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25096 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
25099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25100 dlls/vmm.vxd/Makefile"
25101 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25104 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25105 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
25107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25108 dlls/vnbt.vxd/Makefile"
25109 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25112 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25113 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
25115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25116 dlls/vnetbios.vxd/Makefile"
25117 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25120 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25121 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
25123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25124 dlls/vtdapi.vxd/Makefile"
25125 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25128 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25129 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
25131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25132 dlls/vwin32.vxd/Makefile"
25133 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25136 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25137 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
25139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25140 dlls/w32skrnl/Makefile"
25141 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25144 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25145 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
25147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25148 dlls/winealsa.drv/Makefile"
25149 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25152 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25153 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
25155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25156 dlls/wineaudioio.drv/Makefile"
25157 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25160 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25161 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
25163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25164 dlls/winecoreaudio.drv/Makefile"
25165 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25168 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25169 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25172 dlls/winecrt0/Makefile"
25173 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
25175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25176 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25177 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
25179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25180 dlls/wined3d/Makefile"
25181 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25184 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25185 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
25187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25188 dlls/winedos/Makefile"
25189 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25192 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25193 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
25195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25196 dlls/wineesd.drv/Makefile"
25197 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25200 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25201 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
25203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25204 dlls/winejack.drv/Makefile"
25205 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25208 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25209 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
25211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25212 dlls/winejoystick.drv/Makefile"
25213 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25216 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25217 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
25219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25220 dlls/winemp3.acm/Makefile"
25221 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25224 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25225 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
25227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25228 dlls/winenas.drv/Makefile"
25229 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25232 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25233 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
25235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25236 dlls/wineoss.drv/Makefile"
25237 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25240 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25241 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
25243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25244 dlls/wineps.drv/Makefile"
25245 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25248 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25249 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
25251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25252 dlls/winequartz.drv/Makefile"
25253 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25256 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25257 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
25259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25260 dlls/winex11.drv/Makefile"
25261 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25264 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25265 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
25267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25268 dlls/wing32/Makefile"
25269 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25272 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25273 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
25275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25276 dlls/winhttp/Makefile"
25277 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25280 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25281 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
25283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25284 dlls/winhttp/tests/Makefile"
25285 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25288 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
25291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25292 dlls/wininet/Makefile"
25293 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25296 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25297 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
25299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25300 dlls/wininet/tests/Makefile"
25301 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25304 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25305 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
25307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25308 dlls/winmm/Makefile"
25309 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25312 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25313 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
25315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25316 dlls/winmm/tests/Makefile"
25317 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25320 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
25323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25324 dlls/winnls32/Makefile"
25325 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25328 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25329 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
25331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25332 dlls/winscard/Makefile"
25333 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25336 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25337 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25340 dlls/winspool.drv/Makefile"
25341 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25344 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25345 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25348 dlls/winspool.drv/tests/Makefile"
25349 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25350 winspool.drv/tests"
25351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25352 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25353 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25356 dlls/wintab32/Makefile"
25357 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25360 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25361 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25364 dlls/wintrust/Makefile"
25365 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25368 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25369 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25372 dlls/wintrust/tests/Makefile"
25373 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25376 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25377 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25380 dlls/wldap32/Makefile"
25381 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25384 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25385 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25388 dlls/wldap32/tests/Makefile"
25389 test "x$enable_wldap32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25392 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25393 ac_config_files
="$ac_config_files dlls/wldap32/tests/Makefile"
25395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25397 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25400 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25401 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25404 dlls/wnaspi32/Makefile"
25405 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25408 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25409 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25412 dlls/wow32/Makefile"
25413 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25416 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25417 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25420 dlls/ws2_32/Makefile"
25421 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25424 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25425 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25428 dlls/ws2_32/tests/Makefile"
25429 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25432 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25433 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25436 dlls/wsock32/Makefile"
25437 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25440 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25441 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25444 dlls/wtsapi32/Makefile"
25445 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25448 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25449 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25452 documentation/Makefile"
25453 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25456 documentation/Makefile: documentation/Makefile.in Make.rules"
25457 ac_config_files
="$ac_config_files documentation/Makefile"
25459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25461 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25464 fonts/Makefile: fonts/Makefile.in Make.rules"
25465 ac_config_files
="$ac_config_files fonts/Makefile"
25467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25469 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25472 include/Makefile: include/Makefile.in Make.rules"
25473 ac_config_files
="$ac_config_files include/Makefile"
25475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25477 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25480 libs/Makefile: libs/Makefile.in Make.rules"
25481 ac_config_files
="$ac_config_files libs/Makefile"
25483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25484 libs/port/Makefile"
25486 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25487 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25488 ac_config_files
="$ac_config_files libs/port/Makefile"
25490 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25491 libs/wine/Makefile"
25493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25494 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25495 ac_config_files
="$ac_config_files libs/wine/Makefile"
25497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25500 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25501 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25502 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25504 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25506 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25508 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25509 loader/Makefile: loader/Makefile.in Make.rules"
25510 ac_config_files
="$ac_config_files loader/Makefile"
25512 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25514 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25516 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25517 programs/Makefile: programs/Makefile.in Make.rules"
25518 ac_config_files
="$ac_config_files programs/Makefile"
25520 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25521 programs/clock/Makefile"
25522 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25523 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25526 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25527 ac_config_files
="$ac_config_files programs/clock/Makefile"
25529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25530 programs/cmd/Makefile"
25531 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25532 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25534 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25535 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25536 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25538 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25539 programs/cmdlgtst/Makefile"
25540 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25542 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25543 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25544 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25546 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25547 programs/control/Makefile"
25548 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25549 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25552 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25553 ac_config_files
="$ac_config_files programs/control/Makefile"
25555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25556 programs/eject/Makefile"
25557 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25558 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25561 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25562 ac_config_files
="$ac_config_files programs/eject/Makefile"
25564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25565 programs/expand/Makefile"
25566 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25567 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25569 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25570 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25571 ac_config_files
="$ac_config_files programs/expand/Makefile"
25573 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25574 programs/explorer/Makefile"
25575 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25576 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25578 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25579 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25580 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25582 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25583 programs/hh/Makefile"
25584 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25585 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25588 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25589 ac_config_files
="$ac_config_files programs/hh/Makefile"
25591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25592 programs/icinfo/Makefile"
25593 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25594 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25596 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25597 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25598 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25600 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25601 programs/iexplore/Makefile"
25602 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25603 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25606 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25607 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25610 programs/msiexec/Makefile"
25611 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25612 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25613 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25616 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25617 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25620 programs/net/Makefile"
25621 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25622 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25625 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25626 ac_config_files
="$ac_config_files programs/net/Makefile"
25628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25629 programs/notepad/Makefile"
25630 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25631 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25632 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25634 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25635 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25636 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25638 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25639 programs/oleview/Makefile"
25640 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25641 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25643 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25644 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25645 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25647 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25648 programs/progman/Makefile"
25649 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25650 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25651 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25654 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25655 ac_config_files
="$ac_config_files programs/progman/Makefile"
25657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25658 programs/reg/Makefile"
25659 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25660 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25662 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25663 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25664 ac_config_files
="$ac_config_files programs/reg/Makefile"
25666 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25667 programs/regedit/Makefile"
25668 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25669 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25670 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25673 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25674 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25677 programs/regsvr32/Makefile"
25678 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25679 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25680 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25682 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25683 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25684 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25686 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25687 programs/rpcss/Makefile"
25688 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25689 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25691 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25692 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25693 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25695 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25696 programs/rundll32/Makefile"
25697 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25698 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25700 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25701 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25702 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25704 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25705 programs/secedit/Makefile"
25706 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25707 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25710 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25711 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25714 programs/services/Makefile"
25715 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25716 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25718 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25719 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25720 ac_config_files
="$ac_config_files programs/services/Makefile"
25722 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25723 programs/spoolsv/Makefile"
25724 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25725 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25728 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25729 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25732 programs/start/Makefile"
25733 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25734 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25737 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25738 ac_config_files
="$ac_config_files programs/start/Makefile"
25740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25741 programs/svchost/Makefile"
25742 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25743 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25745 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25746 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25747 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25749 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25750 programs/taskmgr/Makefile"
25751 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25752 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25754 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25755 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25756 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25758 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25759 programs/uninstaller/Makefile"
25760 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25761 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25762 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25764 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25765 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25766 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25768 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25769 programs/view/Makefile"
25770 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25772 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25773 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25774 ac_config_files
="$ac_config_files programs/view/Makefile"
25776 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25777 programs/wineboot/Makefile"
25778 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25779 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25780 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25782 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25783 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25784 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25786 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25787 programs/winebrowser/Makefile"
25788 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25789 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25790 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25793 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25794 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25797 programs/winecfg/Makefile"
25798 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25799 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25800 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25802 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25803 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25804 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25806 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25807 programs/wineconsole/Makefile"
25808 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25809 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25810 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25812 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25813 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25814 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25816 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25817 programs/winedbg/Makefile"
25818 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25819 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25820 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25822 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25823 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25824 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25826 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25827 programs/winedevice/Makefile"
25828 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25829 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25832 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25833 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25836 programs/winefile/Makefile"
25837 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25838 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25839 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25841 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25842 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25843 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25845 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25846 programs/winemenubuilder/Makefile"
25847 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25848 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25850 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25851 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25852 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25854 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25855 programs/winemine/Makefile"
25856 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25857 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25858 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25860 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25861 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25862 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25864 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25865 programs/winepath/Makefile"
25866 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25867 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25868 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25870 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25871 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25872 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25874 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25875 programs/winetest/Makefile"
25876 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25878 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25879 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25880 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25882 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25883 programs/winevdm/Makefile"
25884 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25885 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25888 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25889 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25892 programs/winhlp32/Makefile"
25893 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25894 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25897 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25898 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25901 programs/winver/Makefile"
25902 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25903 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25905 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25906 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25907 ac_config_files
="$ac_config_files programs/winver/Makefile"
25909 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25910 programs/wordpad/Makefile"
25911 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25912 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25914 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25915 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25916 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25918 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25919 programs/write/Makefile"
25920 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25921 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25923 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25924 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25925 ac_config_files
="$ac_config_files programs/write/Makefile"
25927 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25928 programs/xcopy/Makefile"
25929 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25930 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25932 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25933 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25934 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25936 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25938 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25940 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25941 server/Makefile: server/Makefile.in Make.rules"
25942 ac_config_files
="$ac_config_files server/Makefile"
25944 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25946 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25948 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25949 tools/Makefile: tools/Makefile.in Make.rules"
25950 ac_config_files
="$ac_config_files tools/Makefile"
25952 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25953 tools/widl/Makefile"
25955 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25956 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25957 ac_config_files
="$ac_config_files tools/widl/Makefile"
25959 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25960 tools/winebuild/Makefile"
25962 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25963 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25964 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25966 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25967 tools/winedump/Makefile"
25969 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25970 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25971 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25973 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25974 tools/winegcc/Makefile"
25976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25977 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25978 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25981 tools/wmc/Makefile"
25983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25984 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25985 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25988 tools/wrc/Makefile"
25990 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25991 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25992 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25996 ALL_WINETEST_DEPENDS
="# Test binaries"
25998 for dir
in $ALL_TEST_DIRS
26000 if test "$dir" != "\\"
26002 testname
=`expr $dir : '\(.*\)/tests'`_test.exe
26003 ALL_WINETEST_DEPENDS
="$ALL_WINETEST_DEPENDS
26004 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26005 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26009 cat >confcache
<<\_ACEOF
26010 # This file is a shell script that caches the results of configure
26011 # tests run on this system so they can be shared between configure
26012 # scripts and configure runs, see configure's option --config-cache.
26013 # It is not useful on other systems. If it contains results you don't
26014 # want to keep, you may remove or edit it.
26016 # config.status only pays attention to the cache file if you give it
26017 # the --recheck option to rerun configure.
26019 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26020 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26021 # following values.
26025 # The following way of writing the cache mishandles newlines in values,
26026 # but we know of no workaround that is simple, portable, and efficient.
26027 # So, we kill variables containing newlines.
26028 # Ultrix sh set writes to stderr and can't be redirected directly,
26029 # and sets the high bit in the cache file unless we assign to the vars.
26031 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26032 eval ac_val
=\$
$ac_var
26036 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26037 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26040 _ | IFS | as_nl
) ;; #(
26041 *) $as_unset $ac_var ;;
26047 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26048 *${as_nl}ac_space
=\
*)
26049 # `set' does not quote correctly, so add quotes (double-quote
26050 # substitution turns \\\\ into \\, and sed turns \\ into \).
26053 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26056 # `set' quotes correctly as required by POSIX, so do not add quotes.
26057 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26066 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26068 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26070 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
26071 if test -w "$cache_file"; then
26072 test "x$cache_file" != "x/dev/null" &&
26073 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26074 echo "$as_me: updating cache $cache_file" >&6;}
26075 cat confcache
>$cache_file
26077 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26078 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26083 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
26084 # Let make expand exec_prefix.
26085 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
26087 DEFS
=-DHAVE_CONFIG_H
26091 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
26092 # 1. Remove the extension, and $U if already installed.
26093 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
26094 ac_i
=`echo "$ac_i" | sed "$ac_script"`
26095 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26096 # will be set to the directory where LIBOBJS objects are built.
26097 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26098 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26100 LIBOBJS
=$ac_libobjs
26102 LTLIBOBJS
=$ac_ltlibobjs
26106 : ${CONFIG_STATUS=./config.status}
26107 ac_clean_files_save
=$ac_clean_files
26108 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
26109 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26110 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26111 cat >$CONFIG_STATUS <<_ACEOF
26113 # Generated by $as_me.
26114 # Run this file to recreate the current configuration.
26115 # Compiler output produced by configure, useful for debugging
26116 # configure, is in config.log if it exists.
26119 ac_cs_recheck=false
26121 SHELL=\${CONFIG_SHELL-$SHELL}
26124 cat >>$CONFIG_STATUS <<\_ACEOF
26125 ## --------------------- ##
26126 ## M4sh Initialization. ##
26127 ## --------------------- ##
26129 # Be more Bourne compatible
26130 DUALCASE
=1; export DUALCASE
# for MKS sh
26131 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
26134 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26135 # is contrary to our usage. Disable this feature.
26136 alias -g '${1+"$@"}'='"$@"'
26137 setopt NO_GLOB_SUBST
26139 case `(set -o) 2>/dev/null` in
26140 *posix
*) set -o posix
;;
26149 # Avoid depending upon Character Ranges.
26150 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
26151 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26152 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
26153 as_cr_digits
='0123456789'
26154 as_cr_alnum
=$as_cr_Letters$as_cr_digits
26156 # The user is always right.
26157 if test "${PATH_SEPARATOR+set}" != set; then
26158 echo "#! /bin/sh" >conf$$.sh
26159 echo "exit 0" >>conf$$.sh
26161 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
26169 # Support unset when possible.
26170 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
26178 # We need space, tab and new line, in precisely that order. Quoting is
26179 # there to prevent editors from complaining about space-tab.
26180 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26181 # splitting by setting IFS to empty value.)
26186 # Find who we are. Look in the path if we contain no directory separator.
26188 *[\\/]* ) as_myself
=$0 ;;
26189 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26190 for as_dir
in $PATH
26193 test -z "$as_dir" && as_dir
=.
26194 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
26200 # We did not find ourselves, most probably we were run as `sh COMMAND'
26201 # in which case we are not to be found in the path.
26202 if test "x$as_myself" = x
; then
26205 if test ! -f "$as_myself"; then
26206 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26207 { (exit 1); exit 1; }
26210 # Work around bugs in pre-3.0 UWIN ksh.
26211 for as_var
in ENV MAIL MAILPATH
26212 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26220 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26221 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26222 LC_TELEPHONE LC_TIME
26224 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26225 eval $as_var=C
; export $as_var
26227 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26231 # Required to use basename.
26232 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26233 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26239 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26240 as_basename
=basename
26246 # Name of the executable.
26247 as_me
=`$as_basename -- "$0" ||
26248 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26249 X"$0" : 'X\(//\)$' \| \
26250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26252 sed '/^.*\/\([^/][^/]*\)\/*$/{
26271 as_lineno_1
=$LINENO
26272 as_lineno_2
=$LINENO
26273 test "x$as_lineno_1" != "x$as_lineno_2" &&
26274 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
26276 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26277 # uniformly replaced by the line number. The first 'sed' inserts a
26278 # line-number line after each line using $LINENO; the second 'sed'
26279 # does the real work. The second script uses 'N' to pair each
26280 # line-number line with the line containing $LINENO, and appends
26281 # trailing '-' during substitution so that $LINENO is not a special
26282 # case at line end.
26283 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26284 # scripts with optimization help from Paolo Bonzini. Blame Lee
26285 # E. McMahon (1931-1989) for sed's syntax. :-)
26297 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26300 ' >$as_me.lineno
&&
26301 chmod +x
"$as_me.lineno" ||
26302 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26303 { (exit 1); exit 1; }; }
26305 # Don't try to exec as it changes $[0], causing all sort of problems
26306 # (the dirname of $[0] is not the place where we might find the
26307 # original and so on. Autoconf is especially sensitive to this).
26308 .
"./$as_me.lineno"
26309 # Exit status is that of the last command.
26314 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
26320 ECHO_C
= ECHO_N
= ECHO_T
=
26321 case `echo -n x` in
26323 case `echo 'x\c'` in
26324 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
26331 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26332 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26338 rm -f conf$$ conf$$.exe conf$$.
file
26339 if test -d conf$$.dir
; then
26340 rm -f conf$$.dir
/conf$$.
file
26346 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26348 # ... but there are two gotchas:
26349 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26350 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26351 # In both cases, we have to default to `cp -p'.
26352 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26354 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26359 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26360 rmdir conf$$.dir
2>/dev
/null
26362 if mkdir
-p .
2>/dev
/null
; then
26365 test -d .
/-p && rmdir .
/-p
26369 if test -x / >/dev
/null
2>&1; then
26370 as_test_x
='test -x'
26372 if ls -dL / >/dev
/null
2>&1; then
26379 if test -d "$1"; then
26385 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26386 ???[sx]*):;;*)false;;esac;fi
26390 as_executable_p
=$as_test_x
26392 # Sed expression to map a string onto a valid CPP name.
26393 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26395 # Sed expression to map a string onto a valid variable name.
26396 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26401 # Save the log message, to keep $[0] and so on meaningful, and to
26402 # report actual input values of CONFIG_FILES etc. instead of their
26403 # values after options handling.
26405 This file was extended by Wine $as_me 1.1.6, which was
26406 generated by GNU Autoconf 2.61. Invocation command line was
26408 CONFIG_FILES = $CONFIG_FILES
26409 CONFIG_HEADERS = $CONFIG_HEADERS
26410 CONFIG_LINKS = $CONFIG_LINKS
26411 CONFIG_COMMANDS = $CONFIG_COMMANDS
26414 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26419 cat >>$CONFIG_STATUS <<_ACEOF
26420 # Files that config.status was made for.
26421 config_files="$ac_config_files"
26422 config_headers="$ac_config_headers"
26423 config_commands="$ac_config_commands"
26427 cat >>$CONFIG_STATUS <<\_ACEOF
26429 \`$as_me' instantiates files from templates according to the
26430 current configuration.
26432 Usage: $0 [OPTIONS] [FILE]...
26434 -h, --help print this help, then exit
26435 -V, --version print version number and configuration settings, then exit
26436 -q, --quiet do not print progress messages
26437 -d, --debug don't remove temporary files
26438 --recheck update $as_me by reconfiguring in the same conditions
26439 --file=FILE[:TEMPLATE]
26440 instantiate the configuration file FILE
26441 --header=FILE[:TEMPLATE]
26442 instantiate the configuration header FILE
26444 Configuration files:
26447 Configuration headers:
26450 Configuration commands:
26453 Report bugs to <bug-autoconf@gnu.org>."
26456 cat >>$CONFIG_STATUS <<_ACEOF
26458 Wine config.status 1.1.6
26459 configured by $0, generated by GNU Autoconf 2.61,
26460 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26462 Copyright (C) 2006 Free Software Foundation, Inc.
26463 This config.status script is free software; the Free Software Foundation
26464 gives unlimited permission to copy, distribute and modify it."
26471 cat >>$CONFIG_STATUS <<\_ACEOF
26472 # If no file are specified by the user, then we need to provide default
26473 # value. By we need to know if files were specified by the user.
26479 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26480 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26491 # Handling of the options.
26492 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26494 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26495 echo "$ac_cs_version"; exit ;;
26496 --debug |
--debu |
--deb |
--de |
--d |
-d )
26498 --file |
--fil |
--fi |
--f )
26500 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26501 ac_need_defaults
=false
;;
26502 --header |
--heade |
--head |
--hea )
26504 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26505 ac_need_defaults
=false
;;
26507 # Conflict between --help and --header
26508 { echo "$as_me: error: ambiguous option: $1
26509 Try \`$0 --help' for more information." >&2
26510 { (exit 1); exit 1; }; };;
26511 --help |
--hel |
-h )
26512 echo "$ac_cs_usage"; exit ;;
26513 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26514 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26517 # This is an error.
26518 -*) { echo "$as_me: error: unrecognized option: $1
26519 Try \`$0 --help' for more information." >&2
26520 { (exit 1); exit 1; }; } ;;
26522 *) ac_config_targets
="$ac_config_targets $1"
26523 ac_need_defaults
=false
;;
26529 ac_configure_extra_args
=
26531 if $ac_cs_silent; then
26533 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26537 cat >>$CONFIG_STATUS <<_ACEOF
26538 if \$ac_cs_recheck; then
26539 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26540 CONFIG_SHELL=$SHELL
26541 export CONFIG_SHELL
26542 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26546 cat >>$CONFIG_STATUS <<\_ACEOF
26550 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26551 ## Running $as_me. ##
26557 cat >>$CONFIG_STATUS <<_ACEOF
26560 cat >>$CONFIG_STATUS <<\_ACEOF
26562 # Handling of arguments.
26563 for ac_config_target
in $ac_config_targets
26565 case $ac_config_target in
26566 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26567 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26568 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26569 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26570 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26571 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26572 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26573 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26574 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26575 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26576 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26577 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26578 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26579 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26580 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26581 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26582 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26583 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26584 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26585 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26586 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26587 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26588 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26589 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26590 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26591 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26592 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26593 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26594 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26595 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26596 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26597 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26598 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26599 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26600 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26601 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26602 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26603 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26604 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26605 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26606 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26607 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26608 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26609 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26610 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26611 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26612 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26613 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26614 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26615 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26616 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26617 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26618 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26619 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26620 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26621 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26622 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26623 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26624 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26625 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26626 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26627 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26628 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26629 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26630 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26631 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26632 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26633 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26634 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26635 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26636 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26637 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26638 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26639 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26640 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26641 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26642 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26643 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26644 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26645 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26646 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26647 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26648 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26649 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26650 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26651 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26652 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26653 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26654 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26655 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26656 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26657 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26658 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26659 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26660 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26661 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26662 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26663 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26664 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26665 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26666 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26667 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26668 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26669 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26670 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26671 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26672 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26673 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26674 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26675 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26676 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26677 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26678 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26679 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26680 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26681 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26682 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26683 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26684 "dlls/dxgi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26685 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26686 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26687 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26688 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26689 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26690 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26691 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26692 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26693 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26694 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26695 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26696 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26697 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26698 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26699 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26700 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26701 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26702 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26703 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26704 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26705 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26706 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26707 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26708 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26709 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26710 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26711 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26712 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26713 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26714 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26715 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26716 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26717 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26718 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26719 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26720 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26721 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26722 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26723 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26724 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26725 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26726 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26727 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26728 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26729 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26730 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26731 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26732 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26733 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26734 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26735 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26736 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26737 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26738 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26739 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26740 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26741 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26742 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26743 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26744 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26745 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26746 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26747 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26748 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26749 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26750 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26751 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26752 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26753 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26754 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26755 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26756 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26757 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26758 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26759 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26760 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26761 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26762 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26763 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26764 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26765 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26766 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26767 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26768 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26769 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26770 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26771 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26772 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26773 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26774 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26775 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26776 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26777 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26778 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26779 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26780 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26781 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26782 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26783 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26784 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26785 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26786 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26787 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26788 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26789 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26790 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26791 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26792 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26793 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26794 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26795 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26796 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26797 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26798 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26799 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26800 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26801 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26802 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26803 "dlls/oleacc/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26804 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26805 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26806 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26807 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26808 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26809 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26810 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26811 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26812 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26813 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26814 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26815 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26816 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26817 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26818 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26819 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26820 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26821 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26822 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26823 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26824 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26825 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26826 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26827 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26828 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26829 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26830 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26831 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26832 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26833 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26834 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26835 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26836 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26837 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26838 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26839 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26840 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26841 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26842 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26843 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26844 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26845 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26846 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26847 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26848 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26849 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26850 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26851 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26852 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26853 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26854 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26855 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26856 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26857 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26858 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26859 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26860 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26861 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26862 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26863 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26864 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26865 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26866 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26867 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26868 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26869 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26870 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26871 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26872 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26873 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26874 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26875 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26876 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26877 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26878 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26879 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26880 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26881 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26882 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26883 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26884 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26885 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26886 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26887 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26888 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26889 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26890 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26891 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26892 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26893 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26894 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26895 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26896 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26897 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26898 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26899 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26900 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26901 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26902 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26903 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26904 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26905 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26906 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26907 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26908 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26909 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26910 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26911 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26912 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26913 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26914 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26915 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26916 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26917 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26918 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26919 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26920 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26921 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26922 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26923 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26924 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26925 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26926 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26927 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26928 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26929 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26930 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26931 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26932 "dlls/wldap32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26933 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26934 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26935 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26936 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26937 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26938 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26939 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26940 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26941 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26942 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26943 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26944 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26945 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26946 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26947 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26948 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26949 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26950 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26951 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26952 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26953 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26954 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26955 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26956 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26957 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26958 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26959 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26960 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26961 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26962 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26963 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26964 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26965 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26966 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26967 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26968 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26969 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26970 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26971 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26972 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26973 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26974 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26975 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26976 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26977 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26978 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26979 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26980 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26981 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26982 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26983 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26984 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26985 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26986 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26987 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26988 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26989 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26990 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26991 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26992 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26993 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26994 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26995 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26996 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26997 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26998 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26999 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
27000 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
27001 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
27003 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27004 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27005 { (exit 1); exit 1; }; };;
27010 # If the user did not use the arguments to specify the items to instantiate,
27011 # then the envvar interface is used. Set only those that are not.
27012 # We use the long form for the default assignment because of an extremely
27013 # bizarre bug on SunOS 4.1.3.
27014 if $ac_need_defaults; then
27015 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
27016 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
27017 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
27020 # Have a temporary directory for convenience. Make it in the build tree
27021 # simply because there is no reason against having it here, and in addition,
27022 # creating and moving files from /tmp can sometimes cause problems.
27023 # Hook for its removal unless debugging.
27024 # Note that there is a small window in which the directory will not be cleaned:
27025 # after its creation but before its name has been assigned to `$tmp'.
27029 trap 'exit_status=$?
27030 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27032 trap '{ (exit 1); exit 1; }' 1 2 13 15
27034 # Create a (secure) tmp directory for tmp files.
27037 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27038 test -n "$tmp" && test -d "$tmp"
27041 tmp
=.
/conf$$
-$RANDOM
27042 (umask 077 && mkdir
"$tmp")
27045 echo "$me: cannot create a temporary directory in ." >&2
27046 { (exit 1); exit 1; }
27050 # Set up the sed scripts for CONFIG_FILES section.
27053 # No need to generate the scripts if there are no CONFIG_FILES.
27054 # This happens for instance when ./config.status config.h
27055 if test -n "$CONFIG_FILES"; then
27059 # Create sed commands to just substitute file output variables.
27061 # Remaining file output variables are in a fragment that also has non-file
27067 for ac_last_try
in false false false false false
:; do
27068 cat >conf$
$subs.
sed <<_ACEOF
27069 SHELL!$SHELL$ac_delim
27070 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27071 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27072 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27073 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27074 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27075 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27076 exec_prefix!$exec_prefix$ac_delim
27077 prefix!$prefix$ac_delim
27078 program_transform_name!$program_transform_name$ac_delim
27079 bindir!$bindir$ac_delim
27080 sbindir!$sbindir$ac_delim
27081 libexecdir!$libexecdir$ac_delim
27082 datarootdir!$datarootdir$ac_delim
27083 datadir!$datadir$ac_delim
27084 sysconfdir!$sysconfdir$ac_delim
27085 sharedstatedir!$sharedstatedir$ac_delim
27086 localstatedir!$localstatedir$ac_delim
27087 includedir!$includedir$ac_delim
27088 oldincludedir!$oldincludedir$ac_delim
27089 docdir!$docdir$ac_delim
27090 infodir!$infodir$ac_delim
27091 htmldir!$htmldir$ac_delim
27092 dvidir!$dvidir$ac_delim
27093 pdfdir!$pdfdir$ac_delim
27094 psdir!$psdir$ac_delim
27095 libdir!$libdir$ac_delim
27096 localedir!$localedir$ac_delim
27097 mandir!$mandir$ac_delim
27098 DEFS!$DEFS$ac_delim
27099 ECHO_C!$ECHO_C$ac_delim
27100 ECHO_N!$ECHO_N$ac_delim
27101 ECHO_T!$ECHO_T$ac_delim
27102 LIBS!$LIBS$ac_delim
27103 build_alias!$build_alias$ac_delim
27104 host_alias!$host_alias$ac_delim
27105 target_alias!$target_alias$ac_delim
27106 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27107 build!$build$ac_delim
27108 build_cpu!$build_cpu$ac_delim
27109 build_vendor!$build_vendor$ac_delim
27110 build_os!$build_os$ac_delim
27111 host!$host$ac_delim
27112 host_cpu!$host_cpu$ac_delim
27113 host_vendor!$host_vendor$ac_delim
27114 host_os!$host_os$ac_delim
27115 WIN16_FILES!$WIN16_FILES$ac_delim
27116 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27117 SET_MAKE!$SET_MAKE$ac_delim
27119 CFLAGS!$CFLAGS$ac_delim
27120 LDFLAGS!$LDFLAGS$ac_delim
27121 CPPFLAGS!$CPPFLAGS$ac_delim
27122 ac_ct_CC!$ac_ct_CC$ac_delim
27123 EXEEXT!$EXEEXT$ac_delim
27124 OBJEXT!$OBJEXT$ac_delim
27126 CXXFLAGS!$CXXFLAGS$ac_delim
27127 ac_ct_CXX!$ac_ct_CXX$ac_delim
27128 CPPBIN!$CPPBIN$ac_delim
27129 TOOLSDIR!$TOOLSDIR$ac_delim
27130 XMKMF!$XMKMF$ac_delim
27132 X_CFLAGS!$X_CFLAGS$ac_delim
27133 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27134 X_LIBS!$X_LIBS$ac_delim
27135 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27136 FLEX!$FLEX$ac_delim
27137 BISON!$BISON$ac_delim
27139 ac_ct_AS!$ac_ct_AS$ac_delim
27141 ac_ct_LD!$ac_ct_LD$ac_delim
27143 ac_ct_NM!$ac_ct_NM$ac_delim
27145 ac_ct_AR!$ac_ct_AR$ac_delim
27146 ARFLAGS!$ARFLAGS$ac_delim
27147 RANLIB!$RANLIB$ac_delim
27148 STRIP!$STRIP$ac_delim
27149 WINDRES!$WINDRES$ac_delim
27150 LN_S!$LN_S$ac_delim
27153 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27155 elif $ac_last_try; then
27156 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27157 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27158 { (exit 1); exit 1; }; }
27160 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27164 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27165 if test -n "$ac_eof"; then
27166 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27167 ac_eof
=`expr $ac_eof + 1`
27170 cat >>$CONFIG_STATUS <<_ACEOF
27171 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27172 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27173 /^[ ]*@MAKE_RULES@[ ]*$/{
27177 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27181 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27182 r $MAKE_IMPLIB_RULES
27185 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27189 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27195 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27196 s/^/s,@/; s/!/@,|#_!!_#|/
27199 s/'"$ac_delim"'$/,g/; t
27201 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27202 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27203 rm -f conf$
$subs.
sed
27204 cat >>$CONFIG_STATUS <<_ACEOF
27210 for ac_last_try
in false false false false false
:; do
27211 cat >conf$
$subs.
sed <<_ACEOF
27213 GREP!$GREP$ac_delim
27214 EGREP!$EGREP$ac_delim
27215 LDCONFIG!$LDCONFIG$ac_delim
27216 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27217 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27218 INSTALL_DATA!$INSTALL_DATA$ac_delim
27219 LINT!$LINT$ac_delim
27220 LINTFLAGS!$LINTFLAGS$ac_delim
27221 FONTFORGE!$FONTFORGE$ac_delim
27222 PKG_CONFIG!$PKG_CONFIG$ac_delim
27223 RSVG!$RSVG$ac_delim
27224 ICOTOOL!$ICOTOOL$ac_delim
27225 PRELINK!$PRELINK$ac_delim
27226 LIBPTHREAD!$LIBPTHREAD$ac_delim
27227 XLIB!$XLIB$ac_delim
27228 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27229 DLLEXT!$DLLEXT$ac_delim
27230 DLLFLAGS!$DLLFLAGS$ac_delim
27231 LDSHARED!$LDSHARED$ac_delim
27232 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27233 LIBEXT!$LIBEXT$ac_delim
27234 IMPLIBEXT!$IMPLIBEXT$ac_delim
27235 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27236 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27238 DLLTOOL!$DLLTOOL$ac_delim
27239 DLLWRAP!$DLLWRAP$ac_delim
27240 MINGWAR!$MINGWAR$ac_delim
27241 SECURITYLIB!$SECURITYLIB$ac_delim
27242 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27243 IOKITLIB!$IOKITLIB$ac_delim
27244 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27245 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27246 COREAUDIO!$COREAUDIO$ac_delim
27247 CARBONLIB!$CARBONLIB$ac_delim
27248 CROSSCC!$CROSSCC$ac_delim
27249 CROSSWINDRES!$CROSSWINDRES$ac_delim
27250 CROSSTEST!$CROSSTEST$ac_delim
27251 NASLIBS!$NASLIBS$ac_delim
27252 XML2LIBS!$XML2LIBS$ac_delim
27253 XML2INCL!$XML2INCL$ac_delim
27254 XSLTLIBS!$XSLTLIBS$ac_delim
27255 XSLTINCL!$XSLTINCL$ac_delim
27256 HALINCL!$HALINCL$ac_delim
27257 GNUTLSINCL!$GNUTLSINCL$ac_delim
27258 sane_devel!$sane_devel$ac_delim
27259 SANEINCL!$SANEINCL$ac_delim
27260 gphoto2_devel!$gphoto2_devel$ac_delim
27261 gphoto2port_devel!$gphoto2port_devel$ac_delim
27262 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27263 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27264 RESOLVLIBS!$RESOLVLIBS$ac_delim
27265 LCMSLIBS!$LCMSLIBS$ac_delim
27266 ft_devel!$ft_devel$ac_delim
27267 FREETYPELIBS!$FREETYPELIBS$ac_delim
27268 FREETYPEINCL!$FREETYPEINCL$ac_delim
27269 ESDCONFIG!$ESDCONFIG$ac_delim
27270 ESDINCL!$ESDINCL$ac_delim
27271 ESDLIBS!$ESDLIBS$ac_delim
27272 ALSALIBS!$ALSALIBS$ac_delim
27273 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27274 CUPSINCL!$CUPSINCL$ac_delim
27275 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27276 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27277 BUILTINFLAG!$BUILTINFLAG$ac_delim
27278 LDPATH!$LDPATH$ac_delim
27279 CRTLIBS!$CRTLIBS$ac_delim
27280 SOCKETLIBS!$SOCKETLIBS$ac_delim
27281 MAIN_BINARY!$MAIN_BINARY$ac_delim
27282 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27283 LIBDL!$LIBDL$ac_delim
27284 LIBPOLL!$LIBPOLL$ac_delim
27285 LDAPLIBS!$LDAPLIBS$ac_delim
27286 DEPENDENCIES!$DEPENDENCIES$ac_delim
27287 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27288 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27289 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27290 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27291 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27292 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27293 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27294 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27295 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27296 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27297 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27298 LIBOBJS!$LIBOBJS$ac_delim
27299 LTLIBOBJS!$LTLIBOBJS$ac_delim
27302 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27304 elif $ac_last_try; then
27305 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27306 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27307 { (exit 1); exit 1; }; }
27309 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27313 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27314 if test -n "$ac_eof"; then
27315 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27316 ac_eof
=`expr $ac_eof + 1`
27319 cat >>$CONFIG_STATUS <<_ACEOF
27320 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27321 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27324 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27325 s/^/s,@/; s/!/@,|#_!!_#|/
27328 s/'"$ac_delim"'$/,g/; t
27330 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27331 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27332 rm -f conf$
$subs.
sed
27333 cat >>$CONFIG_STATUS <<_ACEOF
27340 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27341 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27342 # trailing colons and then remove the whole line if VPATH becomes empty
27343 # (actually we leave an empty line to preserve line numbers).
27344 if test "x$srcdir" = x.
; then
27345 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27346 s/:*\$(srcdir):*/:/
27347 s/:*\${srcdir}:*/:/
27349 s/^\([^=]*=[ ]*\):*/\1/
27355 cat >>$CONFIG_STATUS <<\_ACEOF
27356 fi # test -n "$CONFIG_FILES"
27359 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27362 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27364 case $ac_mode$ac_tag in
27366 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27367 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27368 { (exit 1); exit 1; }; };;
27369 :[FH
]-) ac_tag
=-:-;;
27370 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27387 -) ac_f
="$tmp/stdin";;
27388 *) # Look for the file first in the build tree, then in the source tree
27389 # (if the path is not absolute). The absolute path cannot be DOS-style,
27390 # because $ac_f cannot contain `:'.
27394 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27396 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27397 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27398 { (exit 1); exit 1; }; };;
27400 ac_file_inputs
="$ac_file_inputs $ac_f"
27403 # Let's still pretend it is `configure' which instantiates (i.e., don't
27404 # use $as_me), people would be surprised to read:
27405 # /* config.h. Generated by config.status. */
27406 configure_input
="Generated from "`IFS=:
27407 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27408 if test x
"$ac_file" != x-
; then
27409 configure_input
="$ac_file. $configure_input"
27410 { echo "$as_me:$LINENO: creating $ac_file" >&5
27411 echo "$as_me: creating $ac_file" >&6;}
27415 *:-:* |
*:-) cat >"$tmp/stdin";;
27420 ac_dir
=`$as_dirname -- "$ac_file" ||
27421 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27422 X"$ac_file" : 'X\(//\)[^/]' \| \
27423 X"$ac_file" : 'X\(//\)$' \| \
27424 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27426 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27430 /^X\(\/\/\)[^/].*/{
27445 -*) as_dir
=.
/$as_dir;;
27447 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27451 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27452 *) as_qdir
=$as_dir;;
27454 as_dirs
="'$as_qdir' $as_dirs"
27455 as_dir
=`$as_dirname -- "$as_dir" ||
27456 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27457 X"$as_dir" : 'X\(//\)[^/]' \| \
27458 X"$as_dir" : 'X\(//\)$' \| \
27459 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27461 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27465 /^X\(\/\/\)[^/].*/{
27478 test -d "$as_dir" && break
27480 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27481 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27482 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27483 { (exit 1); exit 1; }; }; }
27487 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27489 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27490 # A ".." for each directory in $ac_dir_suffix.
27491 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27492 case $ac_top_builddir_sub in
27493 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27494 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27497 ac_abs_top_builddir
=$ac_pwd
27498 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27499 # for backward compatibility:
27500 ac_top_builddir
=$ac_top_build_prefix
27503 .
) # We are building in place.
27505 ac_top_srcdir
=$ac_top_builddir_sub
27506 ac_abs_top_srcdir
=$ac_pwd ;;
27507 [\\/]* | ?
:[\\/]* ) # Absolute name.
27508 ac_srcdir
=$srcdir$ac_dir_suffix;
27509 ac_top_srcdir
=$srcdir
27510 ac_abs_top_srcdir
=$srcdir ;;
27511 *) # Relative name.
27512 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27513 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27514 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27516 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27526 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27527 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27531 cat >>$CONFIG_STATUS <<\_ACEOF
27532 # If the template does not know about datarootdir, expand it.
27533 # FIXME: This hack should be removed a few years after 2.60.
27534 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27536 case `sed -n '/datarootdir/ {
27545 ' $ac_file_inputs` in
27546 *datarootdir
*) ac_datarootdir_seen
=yes;;
27547 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27548 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27549 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27551 cat >>$CONFIG_STATUS <<_ACEOF
27552 ac_datarootdir_hack='
27553 s&@datadir@&$datadir&g
27554 s&@docdir@&$docdir&g
27555 s&@infodir@&$infodir&g
27556 s&@localedir@&$localedir&g
27557 s&@mandir@&$mandir&g
27558 s&\\\${datarootdir}&$datarootdir&g' ;;
27562 # Neutralize VPATH when `$srcdir' = `.'.
27563 # Shell code in configure.ac might set extrasub.
27564 # FIXME: do we really want to maintain this feature?
27565 cat >>$CONFIG_STATUS <<_ACEOF
27569 cat >>$CONFIG_STATUS <<\_ACEOF
27571 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27572 s
&@configure_input@
&$configure_input&;t t
27573 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27574 s
&@srcdir@
&$ac_srcdir&;t t
27575 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27576 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27577 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27578 s
&@builddir@
&$ac_builddir&;t t
27579 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27580 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27581 s
&@INSTALL@
&$ac_INSTALL&;t t
27582 $ac_datarootdir_hack
27583 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27585 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27586 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27587 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27588 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27589 which seems to be undefined. Please make sure it is defined." >&5
27590 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27591 which seems to be undefined. Please make sure it is defined." >&2;}
27595 -) cat "$tmp/out"; rm -f "$tmp/out";;
27596 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27605 # Transform confdefs.h into a sed script `conftest.defines', that
27606 # substitutes the proper values into config.h.in to produce config.h.
27607 rm -f conftest.defines conftest.
tail
27608 # First, append a space to every undef/define line, to ease matching.
27609 echo 's/$/ /' >conftest.defines
27610 # Then, protect against being on the right side of a sed subst, or in
27611 # an unquoted here document, in config.status. If some macros were
27612 # called several times there might be several #defines for the same
27613 # symbol, which is useless. But do not sort them, since the last
27614 # AC_DEFINE must be honored.
27615 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27616 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27617 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27618 # PARAMS is the parameter list in the macro definition--in most cases, it's
27619 # just an empty string.
27620 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27621 ac_dB
='\\)[ (].*,\\1define\\2'
27629 s/^[ ]*#[ ]*define[ ][ ]*//
27634 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27635 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27636 ' >>conftest.defines
27638 # Remove the space that was appended to ease matching.
27639 # Then replace #undef with comments. This is necessary, for
27640 # example, in the case of _POSIX_SOURCE, which is predefined and required
27641 # on some systems where configure will not decide to define it.
27642 # (The regexp can be short, since the line contains either #define or #undef.)
27644 s,^[ #]*u.*,/* & */,' >>conftest.defines
27646 # Break up conftest.defines:
27647 ac_max_sed_lines
=50
27649 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27650 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27651 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27653 ac_in
='$ac_file_inputs'
27654 ac_out
='"$tmp/out1"'
27655 ac_nxt
='"$tmp/out2"'
27659 # Write a here document:
27660 cat >>$CONFIG_STATUS <<_ACEOF
27661 # First, check the format of the line:
27662 cat >"\$tmp/defines.sed" <<\\CEOF
27663 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27664 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27668 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27670 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27671 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27672 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27673 grep . conftest.
tail >/dev
/null ||
break
27674 rm -f conftest.defines
27675 mv conftest.
tail conftest.defines
27677 rm -f conftest.defines conftest.
tail
27679 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27680 cat >>$CONFIG_STATUS <<\_ACEOF
27681 if test x
"$ac_file" != x-
; then
27682 echo "/* $configure_input */" >"$tmp/config.h"
27683 cat "$ac_result" >>"$tmp/config.h"
27684 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27685 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27686 echo "$as_me: $ac_file is unchanged" >&6;}
27689 mv "$tmp/config.h" $ac_file
27692 echo "/* $configure_input */"
27698 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27699 echo "$as_me: executing $ac_file commands" >&6;}
27704 case $ac_file$ac_mode in
27705 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27706 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27707 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27708 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27709 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27710 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27711 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27712 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27713 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27714 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27715 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27716 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27717 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27723 { (exit 0); exit 0; }
27725 chmod +x
$CONFIG_STATUS
27726 ac_clean_files
=$ac_clean_files_save
27729 # configure is writing to config.log, and then calls config.status.
27730 # config.status does its own redirection, appending to config.log.
27731 # Unfortunately, on DOS this fails, as config.log is still kept open
27732 # by configure, so config.status won't be able to write to it; its
27733 # output is simply discarded. So we exec the FD to /dev/null,
27734 # effectively closing config.log, so it can be properly (re)opened and
27735 # appended to by config.status. When coming back to configure, we
27736 # need to make the FD available again.
27737 if test "$no_create" != yes; then
27739 ac_config_status_args
=
27740 test "$silent" = yes &&
27741 ac_config_status_args
="$ac_config_status_args --quiet"
27743 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27745 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27746 # would make configure fail if this is the last instruction.
27747 $ac_cs_success ||
{ (exit 1); exit 1; }
27751 if test "$no_create" = "yes"
27757 if test "x$wine_notices != "x
; then
27760 for msg
in $wine_notices; do
27762 if test -n "$msg"; then
27763 { echo "$as_me:$LINENO: $msg" >&5
27764 echo "$as_me: $msg" >&6;}
27769 for msg
in $wine_warnings; do
27771 if test -n "$msg"; then
27773 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27774 echo "$as_me: WARNING: $msg" >&2;}
27780 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.