2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
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.3'
578 PACKAGE_STRING
='Wine 1.1.3'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
595 # ifdef HAVE_STDLIB_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
627 program_transform_name
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ac_subst_files
='MAKE_RULES
792 ac_precious_vars
='build_alias
807 # Initialize some variables set by options.
809 ac_init_version
=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
819 program_transform_name
=s
,x
,x
,
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir
='${exec_prefix}/bin'
834 sbindir
='${exec_prefix}/sbin'
835 libexecdir
='${exec_prefix}/libexec'
836 datarootdir
='${prefix}/share'
837 datadir
='${datarootdir}'
838 sysconfdir
='${prefix}/etc'
839 sharedstatedir
='${prefix}/com'
840 localstatedir
='${prefix}/var'
841 includedir
='${prefix}/include'
842 oldincludedir
='/usr/include'
843 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir
='${datarootdir}/info'
849 libdir
='${exec_prefix}/lib'
850 localedir
='${datarootdir}/locale'
851 mandir
='${datarootdir}/man'
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\
$ac_option
865 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 # Accept the important Cygnus configure options, so we can diagnose typos.
871 case $ac_dashdash$ac_option in
875 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
877 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
880 -build |
--build |
--buil |
--bui |
--bu)
881 ac_prev
=build_alias
;;
882 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
883 build_alias
=$ac_optarg ;;
885 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
886 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
887 ac_prev
=cache_file
;;
888 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
889 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
890 cache_file
=$ac_optarg ;;
893 cache_file
=config.cache
;;
895 -datadir |
--datadir |
--datadi |
--datad)
897 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
898 datadir
=$ac_optarg ;;
900 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
901 |
--dataroo |
--dataro |
--datar)
902 ac_prev
=datarootdir
;;
903 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
904 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
905 datarootdir
=$ac_optarg ;;
907 -disable-* |
--disable-*)
908 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
911 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912 { (exit 1); exit 1; }; }
913 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
914 eval enable_
$ac_feature=no
;;
916 -docdir |
--docdir |
--docdi |
--doc |
--do)
918 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
921 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
923 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
926 -enable-* |
--enable-*)
927 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
930 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931 { (exit 1); exit 1; }; }
932 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
933 eval enable_
$ac_feature=\
$ac_optarg ;;
935 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
936 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
937 |
--exec |
--exe |
--ex)
938 ac_prev
=exec_prefix
;;
939 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
940 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
941 |
--exec=* |
--exe=* |
--ex=*)
942 exec_prefix
=$ac_optarg ;;
944 -gas |
--gas |
--ga |
--g)
945 # Obsolete; use --with-gas.
948 -help |
--help |
--hel |
--he |
-h)
950 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
951 ac_init_help
=recursive
;;
952 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
953 ac_init_help
=short
;;
955 -host |
--host |
--hos |
--ho)
956 ac_prev
=host_alias
;;
957 -host=* |
--host=* |
--hos=* |
--ho=*)
958 host_alias
=$ac_optarg ;;
960 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
962 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
964 htmldir
=$ac_optarg ;;
966 -includedir |
--includedir |
--includedi |
--included |
--include \
967 |
--includ |
--inclu |
--incl |
--inc)
968 ac_prev
=includedir
;;
969 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
970 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
971 includedir
=$ac_optarg ;;
973 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
975 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
976 infodir
=$ac_optarg ;;
978 -libdir |
--libdir |
--libdi |
--libd)
980 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
983 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
984 |
--libexe |
--libex |
--libe)
985 ac_prev
=libexecdir
;;
986 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
987 |
--libexe=* |
--libex=* |
--libe=*)
988 libexecdir
=$ac_optarg ;;
990 -localedir |
--localedir |
--localedi |
--localed |
--locale)
992 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
993 localedir
=$ac_optarg ;;
995 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
996 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
997 ac_prev
=localstatedir
;;
998 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
999 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1000 localstatedir
=$ac_optarg ;;
1002 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1004 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1005 mandir
=$ac_optarg ;;
1007 -nfp |
--nfp |
--nf)
1008 # Obsolete; use --without-fp.
1011 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1012 |
--no-cr |
--no-c |
-n)
1015 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1016 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1019 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1020 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1021 |
--oldin |
--oldi |
--old |
--ol |
--o)
1022 ac_prev
=oldincludedir
;;
1023 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1024 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1025 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1026 oldincludedir
=$ac_optarg ;;
1028 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1030 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1031 prefix
=$ac_optarg ;;
1033 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1034 |
--program-pre |
--program-pr |
--program-p)
1035 ac_prev
=program_prefix
;;
1036 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1037 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1038 program_prefix
=$ac_optarg ;;
1040 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1041 |
--program-suf |
--program-su |
--program-s)
1042 ac_prev
=program_suffix
;;
1043 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1044 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1045 program_suffix
=$ac_optarg ;;
1047 -program-transform-name |
--program-transform-name \
1048 |
--program-transform-nam |
--program-transform-na \
1049 |
--program-transform-n |
--program-transform- \
1050 |
--program-transform |
--program-transfor \
1051 |
--program-transfo |
--program-transf \
1052 |
--program-trans |
--program-tran \
1053 |
--progr-tra |
--program-tr |
--program-t)
1054 ac_prev
=program_transform_name
;;
1055 -program-transform-name=* |
--program-transform-name=* \
1056 |
--program-transform-nam=* |
--program-transform-na=* \
1057 |
--program-transform-n=* |
--program-transform-=* \
1058 |
--program-transform=* |
--program-transfor=* \
1059 |
--program-transfo=* |
--program-transf=* \
1060 |
--program-trans=* |
--program-tran=* \
1061 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1062 program_transform_name
=$ac_optarg ;;
1064 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1066 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1067 pdfdir
=$ac_optarg ;;
1069 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1071 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1074 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1075 |
-silent |
--silent |
--silen |
--sile |
--sil)
1078 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1080 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1082 sbindir
=$ac_optarg ;;
1084 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1085 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1086 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1088 ac_prev
=sharedstatedir
;;
1089 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1090 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1091 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1093 sharedstatedir
=$ac_optarg ;;
1095 -site |
--site |
--sit)
1097 -site=* |
--site=* |
--sit=*)
1100 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1102 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1103 srcdir
=$ac_optarg ;;
1105 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1106 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1107 ac_prev
=sysconfdir
;;
1108 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1109 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1110 sysconfdir
=$ac_optarg ;;
1112 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1113 ac_prev
=target_alias
;;
1114 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1115 target_alias
=$ac_optarg ;;
1117 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1120 -version |
--version |
--versio |
--versi |
--vers |
-V)
1121 ac_init_version
=: ;;
1124 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1127 { echo "$as_me: error: invalid package name: $ac_package" >&2
1128 { (exit 1); exit 1; }; }
1129 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1130 eval with_
$ac_package=\
$ac_optarg ;;
1132 -without-* |
--without-*)
1133 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1136 { echo "$as_me: error: invalid package name: $ac_package" >&2
1137 { (exit 1); exit 1; }; }
1138 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1139 eval with_
$ac_package=no
;;
1142 # Obsolete; use --with-x.
1145 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1146 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1147 ac_prev
=x_includes
;;
1148 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1149 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1150 x_includes
=$ac_optarg ;;
1152 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1153 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1154 ac_prev
=x_libraries
;;
1155 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1156 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1157 x_libraries
=$ac_optarg ;;
1159 -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161 { (exit 1); exit 1; }; }
1165 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1168 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169 { (exit 1); exit 1; }; }
1170 eval $ac_envvar=\
$ac_optarg
1171 export $ac_envvar ;;
1174 # FIXME: should be removed in autoconf 3.0.
1175 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1177 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 if test -n "$ac_prev"; then
1185 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1186 { echo "$as_me: error: missing argument to $ac_option" >&2
1187 { (exit 1); exit 1; }; }
1190 # Be sure to have absolute directory names.
1191 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192 datadir sysconfdir sharedstatedir localstatedir includedir \
1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194 libdir localedir mandir
1196 eval ac_val
=\$
$ac_var
1198 [\\/$
]* | ?
:[\\/]* ) continue;;
1199 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1201 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202 { (exit 1); exit 1; }; }
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1210 target
=$target_alias
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x
; then
1214 if test "x$build_alias" = x
; then
1215 cross_compiling
=maybe
1216 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217 If a cross compiler is detected then cross compile mode will be used." >&2
1218 elif test "x$build_alias" != "x$host_alias"; then
1224 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1226 test "$silent" = yes && exec 6>/dev
/null
1229 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di
=`ls -di .` &&
1231 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1232 { echo "$as_me: error: Working directory cannot be determined" >&2
1233 { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 { echo "$as_me: error: pwd does not report name of working directory" >&2
1236 { (exit 1); exit 1; }; }
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted
=yes
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir
=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$0" : 'X\(//\)[^/]' \| \
1246 X"$0" : 'X\(//\)$' \| \
1247 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267 if test ! -r "$srcdir/$ac_unique_file"; then
1271 ac_srcdir_defaulted
=no
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1275 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276 { (exit 1); exit 1; }; }
1278 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281 { (exit 1); exit 1; }; }
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1291 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 for ac_var
in $ac_precious_vars; do
1294 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1295 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1296 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1297 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1301 # Report the --help message.
1303 if test "$ac_init_help" = "long"; then
1304 # Omit some internal or obsolete options to make the list less imposing.
1305 # This message is too long to be a string in the A/UX 3.1 sh.
1307 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Defaults for the options are specified in brackets.
1317 -h, --help display this help and exit
1318 --help=short display options specific to this package
1319 --help=recursive display the short help of all the included packages
1320 -V, --version display version information and exit
1321 -q, --quiet, --silent do not print \`checking...' messages
1322 --cache-file=FILE cache test results in FILE [disabled]
1323 -C, --config-cache alias for \`--cache-file=config.cache'
1324 -n, --no-create do not create output files
1325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 Installation directories:
1328 --prefix=PREFIX install architecture-independent files in PREFIX
1329 [$ac_default_prefix]
1330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1338 For better control, use the options below.
1340 Fine tuning of the installation directories:
1341 --bindir=DIR user executables [EPREFIX/bin]
1342 --sbindir=DIR system admin executables [EPREFIX/sbin]
1343 --libexecdir=DIR program executables [EPREFIX/libexec]
1344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1347 --libdir=DIR object code libraries [EPREFIX/lib]
1348 --includedir=DIR C header files [PREFIX/include]
1349 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1350 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1351 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1352 --infodir=DIR info documentation [DATAROOTDIR/info]
1353 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1354 --mandir=DIR man documentation [DATAROOTDIR/man]
1355 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1365 --x-includes=DIR X include files are
in DIR
1366 --x-libraries=DIR X library files are
in DIR
1369 --build=BUILD configure
for building on BUILD
[guessed
]
1370 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1374 if test -n "$ac_init_help"; then
1375 case $ac_init_help in
1376 short | recursive
) echo "Configuration of Wine 1.1.3:";;
1381 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1382 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1383 --disable-win16 do not include Win16 support
1384 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1390 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1391 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1392 --without-alsa do not use the Alsa sound support
1393 --without-audioio do not use the AudioIO sound support
1394 --without-capi do not use CAPI (ISDN support)
1395 --without-cms do not use CMS (color management support)
1396 --without-coreaudio do not use the CoreAudio sound support
1397 --without-cups do not use CUPS
1398 --without-curses do not use (n)curses
1399 --without-esd do not use the EsounD sound support
1400 --without-fontconfig do not use fontconfig
1401 --without-freetype do not use the FreeType library
1402 --without-gphoto do not use gphoto (Digital Camera support)
1403 --without-glu do not use the GLU library
1404 --without-hal do not use HAL (dynamic device support)
1405 --without-jack do not use the Jack sound support
1406 --without-jpeg do not use JPEG
1407 --without-ldap do not use LDAP
1408 --without-nas do not use the NAS sound support
1409 --without-opengl do not use OpenGL
1410 --without-openssl do not use OpenSSL
1411 --without-oss do not use the OSS sound support
1412 --without-png do not use PNG
1413 --without-sane do not use SANE (scanner support)
1414 --without-xcomposite do not use the Xcomposite extension
1415 --without-xcursor do not use the Xcursor extension
1416 --without-xinerama do not use Xinerama (multi-monitor support)
1417 --without-xinput do not use the Xinput extension
1418 --without-xml do not use XML
1419 --without-xrandr do not use Xrandr (resolution changes)
1420 --without-xrender do not use the Xrender extension
1421 --without-xshape do not use the Xshape extension
1422 --without-xshm do not use XShm (shared memory extension)
1423 --without-xslt do not use XSLT
1424 --without-xxf86vm do not use XFree video mode extension
1425 --with-wine-tools=DIR use Wine tools from directory DIR
1426 --with-x use the X Window System
1428 Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
1433 LIBS libraries to pass to the linker, e.g. -l<library>
1434 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1435 you have headers in a nonstandard directory <include dir>
1436 CXX C++ compiler command
1437 CXXFLAGS C++ compiler flags
1438 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 Use these variables to override the choices made by `configure' or to
help
1442 it to
find libraries and programs with nonstandard names
/locations.
1444 Report bugs to
<wine-devel@winehq.org
>.
1449 if test "$ac_init_help" = "recursive"; then
1450 # If there are subdirs, report their specific --help.
1451 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1452 test -d "$ac_dir" ||
continue
1456 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1458 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1463 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1466 ac_abs_top_builddir
=$ac_pwd
1467 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir
=$ac_top_build_prefix
1472 .
) # We are building in place.
1474 ac_top_srcdir
=$ac_top_builddir_sub
1475 ac_abs_top_srcdir
=$ac_pwd ;;
1476 [\\/]* | ?
:[\\/]* ) # Absolute name.
1477 ac_srcdir
=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir
=$srcdir
1479 ac_abs_top_srcdir
=$srcdir ;;
1481 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1485 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1487 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1496 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1505 Wine configure
1.1.3
1506 generated by GNU Autoconf
2.61
1508 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1509 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1510 This configure
script is free software
; the Free Software Foundation
1511 gives unlimited permission to copy
, distribute and modify it.
1515 cat >config.log
<<_ACEOF
1516 This file contains any messages produced by compilers while
1517 running configure, to aid debugging if configure makes a mistake.
1519 It was created by Wine $as_me 1.1.3, which was
1520 generated by GNU Autoconf 2.61. Invocation command line was
1532 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1533 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1534 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1535 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1536 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1538 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1539 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1541 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1542 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1543 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1544 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1545 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1546 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1547 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1555 test -z "$as_dir" && as_dir
=.
1556 echo "PATH: $as_dir"
1572 # Keep a trace of the command line.
1573 # Strip out --no-create and --no-recursion so they do not pile up.
1574 # Strip out --silent because we don't want to record it for future runs.
1575 # Also quote any args containing shell meta-characters.
1576 # Make two passes to allow for proper duplicate-argument suppression.
1580 ac_must_keep_next
=false
1586 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1587 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1588 |
-silent |
--silent |
--silen |
--sile |
--sil)
1591 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1596 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1597 if test $ac_must_keep_next = true
; then
1598 ac_must_keep_next
=false
# Got value, back to normal.
1601 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1602 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1603 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1604 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1605 case "$ac_configure_args0 " in
1606 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 -* ) ac_must_keep_next
=true
;;
1612 ac_configure_args
="$ac_configure_args '$ac_arg'"
1617 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1618 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1620 # When interrupted or exit'd, cleanup temporary files, and complete
1621 # config.log. We remove comments because anyway the quotes in there
1622 # would cause problems or look ugly.
1623 # WARNING: Use '\'' to represent an apostrophe within the trap.
1624 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1625 trap 'exit_status=$?
1626 # Save into config.log some information that might help in debugging.
1631 ## ---------------- ##
1632 ## Cache variables. ##
1633 ## ---------------- ##
1636 # The following way of writing the cache mishandles newlines in values,
1638 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1639 eval ac_val=\$$ac_var
1643 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1644 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 _ | IFS | as_nl) ;; #(
1648 *) $as_unset $ac_var ;;
1653 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1654 *${as_nl}ac_space=\ *)
1656 "s/'\''/'\''\\\\'\'''\''/g;
1657 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 ## ----------------- ##
1669 ## Output variables. ##
1670 ## ----------------- ##
1673 for ac_var in $ac_subst_vars
1675 eval ac_val=\$$ac_var
1677 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 echo "$ac_var='\''$ac_val'\''"
1683 if test -n "$ac_subst_files"; then
1685 ## ------------------- ##
1686 ## File substitutions. ##
1687 ## ------------------- ##
1690 for ac_var
in $ac_subst_files
1692 eval ac_val
=\$
$ac_var
1694 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 echo "$ac_var='\''$ac_val'\''"
1701 if test -s confdefs.h; then
1711 test "$ac_signal" != 0 &&
1712 echo "$as_me: caught signal $ac_signal"
1713 echo "$as_me: exit $exit_status"
1715 rm -f core *.core core.conftest.* &&
1716 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 for ac_signal
in 1 2 13 15; do
1720 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1724 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1725 rm -f -r conftest
* confdefs.h
1727 # Predefined preprocessor variables.
1729 cat >>confdefs.h
<<_ACEOF
1730 #define PACKAGE_NAME "$PACKAGE_NAME"
1734 cat >>confdefs.h
<<_ACEOF
1735 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1739 cat >>confdefs.h
<<_ACEOF
1740 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1744 cat >>confdefs.h
<<_ACEOF
1745 #define PACKAGE_STRING "$PACKAGE_STRING"
1749 cat >>confdefs.h
<<_ACEOF
1750 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1754 # Let the site file select an alternate cache file if it wants to.
1755 # Prefer explicitly selected file to automatically selected ones.
1756 if test -n "$CONFIG_SITE"; then
1757 set x
"$CONFIG_SITE"
1758 elif test "x$prefix" != xNONE
; then
1759 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1761 set x
"$ac_default_prefix/share/config.site" \
1762 "$ac_default_prefix/etc/config.site"
1767 if test -r "$ac_site_file"; then
1768 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1769 echo "$as_me: loading site script $ac_site_file" >&6;}
1770 sed 's/^/| /' "$ac_site_file" >&5
1775 if test -r "$cache_file"; then
1776 # Some versions of bash will fail to source /dev/null (special
1777 # files actually), so we avoid doing that.
1778 if test -f "$cache_file"; then
1779 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1780 echo "$as_me: loading cache $cache_file" >&6;}
1782 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1783 *) .
"./$cache_file";;
1787 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1788 echo "$as_me: creating cache $cache_file" >&6;}
1792 # Check that the precious variables saved in the cache have kept the same
1794 ac_cache_corrupted
=false
1795 for ac_var
in $ac_precious_vars; do
1796 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1797 eval ac_new_set
=\
$ac_env_${ac_var}_set
1798 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1799 eval ac_new_val
=\
$ac_env_${ac_var}_value
1800 case $ac_old_set,$ac_new_set in
1802 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1803 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1804 ac_cache_corrupted
=: ;;
1806 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1808 ac_cache_corrupted
=: ;;
1811 if test "x$ac_old_val" != "x$ac_new_val"; then
1812 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1813 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1814 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1815 echo "$as_me: former value: $ac_old_val" >&2;}
1816 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1817 echo "$as_me: current value: $ac_new_val" >&2;}
1818 ac_cache_corrupted
=:
1821 # Pass precious variables to config.status.
1822 if test "$ac_new_set" = set; then
1824 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1825 *) ac_arg
=$ac_var=$ac_new_val ;;
1827 case " $ac_configure_args " in
1828 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1829 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1833 if $ac_cache_corrupted; then
1834 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1835 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1836 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1837 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1838 { (exit 1); exit 1; }; }
1866 ac_cpp
='$CPP $CPPFLAGS'
1867 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1868 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1869 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1873 ac_config_headers
="$ac_config_headers include/config.h"
1876 for ac_dir
in tools
"$srcdir"/tools
; do
1877 if test -f "$ac_dir/install-sh"; then
1879 ac_install_sh
="$ac_aux_dir/install-sh -c"
1881 elif test -f "$ac_dir/install.sh"; then
1883 ac_install_sh
="$ac_aux_dir/install.sh -c"
1885 elif test -f "$ac_dir/shtool"; then
1887 ac_install_sh
="$ac_aux_dir/shtool install -c"
1891 if test -z "$ac_aux_dir"; then
1892 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1893 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1894 { (exit 1); exit 1; }; }
1897 # These three variables are undocumented and unsupported,
1898 # and are intended to be withdrawn in a future Autoconf release.
1899 # They can cause serious problems if a builder's source tree is in a directory
1900 # whose full name contains unusual characters.
1901 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1902 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1903 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1908 # Check whether --enable-win16 was given.
1909 if test "${enable_win16+set}" = set; then
1910 enableval
=$enable_win16;
1913 # Check whether --enable-win64 was given.
1914 if test "${enable_win64+set}" = set; then
1915 enableval
=$enable_win64;
1918 # Check whether --enable-maintainer-mode was given.
1919 if test "${enable_maintainer_mode+set}" = set; then
1920 enableval
=$enable_maintainer_mode;
1928 # Check whether --with-alsa was given.
1929 if test "${with_alsa+set}" = set; then
1930 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1934 # Check whether --with-audioio was given.
1935 if test "${with_audioio+set}" = set; then
1936 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1940 # Check whether --with-capi was given.
1941 if test "${with_capi+set}" = set; then
1942 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1946 # Check whether --with-cms was given.
1947 if test "${with_cms+set}" = set; then
1948 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1952 # Check whether --with-coreaudio was given.
1953 if test "${with_coreaudio+set}" = set; then
1954 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1958 # Check whether --with-cups was given.
1959 if test "${with_cups+set}" = set; then
1964 # Check whether --with-curses was given.
1965 if test "${with_curses+set}" = set; then
1966 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1970 # Check whether --with-esd was given.
1971 if test "${with_esd+set}" = set; then
1976 # Check whether --with-fontconfig was given.
1977 if test "${with_fontconfig+set}" = set; then
1978 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1982 # Check whether --with-freetype was given.
1983 if test "${with_freetype+set}" = set; then
1984 withval
=$with_freetype;
1988 # Check whether --with-gphoto was given.
1989 if test "${with_gphoto+set}" = set; then
1990 withval
=$with_gphoto;
1994 # Check whether --with-glu was given.
1995 if test "${with_glu+set}" = set; then
1996 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2000 # Check whether --with-hal was given.
2001 if test "${with_hal+set}" = set; then
2006 # Check whether --with-jack was given.
2007 if test "${with_jack+set}" = set; then
2008 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2012 # Check whether --with-jpeg was given.
2013 if test "${with_jpeg+set}" = set; then
2014 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2018 # Check whether --with-ldap was given.
2019 if test "${with_ldap+set}" = set; then
2020 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2024 # Check whether --with-nas was given.
2025 if test "${with_nas+set}" = set; then
2026 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2030 # Check whether --with-opengl was given.
2031 if test "${with_opengl+set}" = set; then
2032 withval
=$with_opengl;
2036 # Check whether --with-openssl was given.
2037 if test "${with_openssl+set}" = set; then
2038 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2042 # Check whether --with-oss was given.
2043 if test "${with_oss+set}" = set; then
2044 withval
=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h
=no
; ac_cv_header_sys_soundcard_h
=no
; ac_cv_header_machine_soundcard_h
=no
; fi
2048 # Check whether --with-png was given.
2049 if test "${with_png+set}" = set; then
2050 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2054 # Check whether --with-sane was given.
2055 if test "${with_sane+set}" = set; then
2060 # Check whether --with-xcomposite was given.
2061 if test "${with_xcomposite+set}" = set; then
2062 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2066 # Check whether --with-xcursor was given.
2067 if test "${with_xcursor+set}" = set; then
2068 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2072 # Check whether --with-xinerama was given.
2073 if test "${with_xinerama+set}" = set; then
2074 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2078 # Check whether --with-xinput was given.
2079 if test "${with_xinput+set}" = set; then
2080 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2084 # Check whether --with-xml was given.
2085 if test "${with_xml+set}" = set; then
2090 # Check whether --with-xrandr was given.
2091 if test "${with_xrandr+set}" = set; then
2092 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2096 # Check whether --with-xrender was given.
2097 if test "${with_xrender+set}" = set; then
2098 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2102 # Check whether --with-xshape was given.
2103 if test "${with_xshape+set}" = set; then
2104 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2108 # Check whether --with-xshm was given.
2109 if test "${with_xshm+set}" = set; then
2110 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2114 # Check whether --with-xslt was given.
2115 if test "${with_xslt+set}" = set; then
2120 # Check whether --with-xxf86vm was given.
2121 if test "${with_xxf86vm+set}" = set; then
2122 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2127 # Check whether --with-wine-tools was given.
2128 if test "${with_wine_tools+set}" = set; then
2129 withval
=$with_wine_tools;
2133 # Make sure we can run config.sub.
2134 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2135 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2136 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2137 { (exit 1); exit 1; }; }
2139 { echo "$as_me:$LINENO: checking build system type" >&5
2140 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2141 if test "${ac_cv_build+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2144 ac_build_alias
=$build_alias
2145 test "x$ac_build_alias" = x
&&
2146 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2147 test "x$ac_build_alias" = x
&&
2148 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2149 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2150 { (exit 1); exit 1; }; }
2151 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2152 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2153 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2154 { (exit 1); exit 1; }; }
2157 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2158 echo "${ECHO_T}$ac_cv_build" >&6; }
2159 case $ac_cv_build in
2161 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2162 echo "$as_me: error: invalid value of canonical build" >&2;}
2163 { (exit 1); exit 1; }; };;
2166 ac_save_IFS
=$IFS; IFS
='-'
2172 # Remember, the first character of IFS is used to create $*,
2173 # except with old shells:
2176 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2179 { echo "$as_me:$LINENO: checking host system type" >&5
2180 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2181 if test "${ac_cv_host+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
2184 if test "x$host_alias" = x
; then
2185 ac_cv_host
=$ac_cv_build
2187 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2188 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2189 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2190 { (exit 1); exit 1; }; }
2194 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2195 echo "${ECHO_T}$ac_cv_host" >&6; }
2198 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2199 echo "$as_me: error: invalid value of canonical host" >&2;}
2200 { (exit 1); exit 1; }; };;
2203 ac_save_IFS
=$IFS; IFS
='-'
2209 # Remember, the first character of IFS is used to create $*,
2210 # except with old shells:
2213 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2218 if test "x$enable_win64" != "xyes"
2220 test -n "$CC" || CC
="gcc -m32"
2221 test -n "$CXX"|| CXX
="g++ -m32"
2222 test -n "$LD" || LD
="ld -m elf_i386"
2223 test -n "$AS" || AS
="as --32"
2231 if test "x$enable_win16" != "xno"
2238 WIN16_FILES
="\$(WIN16_FILES)"
2240 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2242 if test "x$enable_win16" != "xyes"
2250 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2251 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&5
2253 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2254 You need to run 'make distclean' in the source tree first." >&2;}
2255 { (exit 1); exit 1; }; }
2260 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2261 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2262 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2263 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2264 echo $ECHO_N "(cached) $ECHO_C" >&6
2266 cat >conftest.
make <<\_ACEOF
2269 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2271 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2272 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2274 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2276 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2280 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2281 { echo "$as_me:$LINENO: result: yes" >&5
2282 echo "${ECHO_T}yes" >&6; }
2285 { echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6; }
2287 SET_MAKE
="MAKE=${MAKE-make}"
2291 ac_cpp
='$CPP $CPPFLAGS'
2292 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2293 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2294 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2295 if test -n "$ac_tool_prefix"; then
2296 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2297 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2300 if test "${ac_cv_prog_CC+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6
2303 if test -n "$CC"; then
2304 ac_cv_prog_CC
="$CC" # Let the user override the test.
2306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2310 test -z "$as_dir" && as_dir
=.
2311 for ac_exec_ext
in '' $ac_executable_extensions; do
2312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2313 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2324 if test -n "$CC"; then
2325 { echo "$as_me:$LINENO: result: $CC" >&5
2326 echo "${ECHO_T}$CC" >&6; }
2328 { echo "$as_me:$LINENO: result: no" >&5
2329 echo "${ECHO_T}no" >&6; }
2334 if test -z "$ac_cv_prog_CC"; then
2336 # Extract the first word of "gcc", so it can be a program name with args.
2337 set dummy gcc
; ac_word
=$2
2338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2341 echo $ECHO_N "(cached) $ECHO_C" >&6
2343 if test -n "$ac_ct_CC"; then
2344 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2350 test -z "$as_dir" && as_dir
=.
2351 for ac_exec_ext
in '' $ac_executable_extensions; do
2352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2353 ac_cv_prog_ac_ct_CC
="gcc"
2354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2363 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2364 if test -n "$ac_ct_CC"; then
2365 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2366 echo "${ECHO_T}$ac_ct_CC" >&6; }
2368 { echo "$as_me:$LINENO: result: no" >&5
2369 echo "${ECHO_T}no" >&6; }
2372 if test "x$ac_ct_CC" = x
; then
2375 case $cross_compiling:$ac_tool_warned in
2377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2378 whose name does not start with the host triplet. If you think this
2379 configuration is useful to you, please write to autoconf@gnu.org." >&5
2380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2381 whose name does not start with the host triplet. If you think this
2382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2383 ac_tool_warned
=yes ;;
2391 if test -z "$CC"; then
2392 if test -n "$ac_tool_prefix"; then
2393 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2394 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2397 if test "${ac_cv_prog_CC+set}" = set; then
2398 echo $ECHO_N "(cached) $ECHO_C" >&6
2400 if test -n "$CC"; then
2401 ac_cv_prog_CC
="$CC" # Let the user override the test.
2403 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2407 test -z "$as_dir" && as_dir
=.
2408 for ac_exec_ext
in '' $ac_executable_extensions; do
2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2410 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2421 if test -n "$CC"; then
2422 { echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6; }
2425 { echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6; }
2432 if test -z "$CC"; then
2433 # Extract the first word of "cc", so it can be a program name with args.
2434 set dummy cc
; ac_word
=$2
2435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2437 if test "${ac_cv_prog_CC+set}" = set; then
2438 echo $ECHO_N "(cached) $ECHO_C" >&6
2440 if test -n "$CC"; then
2441 ac_cv_prog_CC
="$CC" # Let the user override the test.
2444 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2448 test -z "$as_dir" && as_dir
=.
2449 for ac_exec_ext
in '' $ac_executable_extensions; do
2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2451 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2452 ac_prog_rejected
=yes
2456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2463 if test $ac_prog_rejected = yes; then
2464 # We found a bogon in the path, so make sure we never use it.
2465 set dummy
$ac_cv_prog_CC
2467 if test $# != 0; then
2468 # We chose a different compiler from the bogus one.
2469 # However, it has the same basename, so the bogon will be chosen
2470 # first if we set CC to just the basename; use the full file name.
2472 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2478 if test -n "$CC"; then
2479 { echo "$as_me:$LINENO: result: $CC" >&5
2480 echo "${ECHO_T}$CC" >&6; }
2482 { echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6; }
2488 if test -z "$CC"; then
2489 if test -n "$ac_tool_prefix"; then
2490 for ac_prog
in cl.exe
2492 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2493 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then
2497 echo $ECHO_N "(cached) $ECHO_C" >&6
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC
="$CC" # Let the user override the test.
2502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2506 test -z "$as_dir" && as_dir
=.
2507 for ac_exec_ext
in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2520 if test -n "$CC"; then
2521 { echo "$as_me:$LINENO: result: $CC" >&5
2522 echo "${ECHO_T}$CC" >&6; }
2524 { echo "$as_me:$LINENO: result: no" >&5
2525 echo "${ECHO_T}no" >&6; }
2529 test -n "$CC" && break
2532 if test -z "$CC"; then
2534 for ac_prog
in cl.exe
2536 # Extract the first word of "$ac_prog", so it can be a program name with args.
2537 set dummy
$ac_prog; ac_word
=$2
2538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2540 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6
2543 if test -n "$ac_ct_CC"; then
2544 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2550 test -z "$as_dir" && as_dir
=.
2551 for ac_exec_ext
in '' $ac_executable_extensions; do
2552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2553 ac_cv_prog_ac_ct_CC
="$ac_prog"
2554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2564 if test -n "$ac_ct_CC"; then
2565 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2566 echo "${ECHO_T}$ac_ct_CC" >&6; }
2568 { echo "$as_me:$LINENO: result: no" >&5
2569 echo "${ECHO_T}no" >&6; }
2573 test -n "$ac_ct_CC" && break
2576 if test "x$ac_ct_CC" = x
; then
2579 case $cross_compiling:$ac_tool_warned in
2581 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2582 whose name does not start with the host triplet. If you think this
2583 configuration is useful to you, please write to autoconf@gnu.org." >&5
2584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2585 whose name does not start with the host triplet. If you think this
2586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2587 ac_tool_warned
=yes ;;
2596 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: no acceptable C compiler found in \$PATH
2599 See \`config.log' for more details." >&2;}
2600 { (exit 1); exit 1; }; }
2602 # Provide some information about the compiler.
2603 echo "$as_me:$LINENO: checking for C compiler version" >&5
2604 ac_compiler
=`set X $ac_compile; echo $2`
2605 { (ac_try
="$ac_compiler --version >&5"
2607 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2608 *) ac_try_echo=$ac_try;;
2610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2611 (eval "$ac_compiler --version >&5") 2>&5
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }
2615 { (ac_try="$ac_compiler -v >&5"
2617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2618 *) ac_try_echo
=$ac_try;;
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621 (eval "$ac_compiler -v >&5") 2>&5
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); }
2625 { (ac_try
="$ac_compiler -V >&5"
2627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631 (eval "$ac_compiler -V >&5") 2>&5
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); }
2636 cat >conftest.$ac_ext <<_ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h. */
2651 ac_clean_files_save=$ac_clean_files
2652 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2653 # Try to create an executable without -o first, disregard a.out.
2654 # It will help us diagnose broken compilers, and finding out an intuition
2656 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2657 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2658 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2660 # List of possible output files, starting from the most likely.
2661 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2662 # only as a last resort. b.out is created by i960 compilers.
2663 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2665 # The IRIX 6 linker writes into existing files which may not be
2666 # executable, retaining their permissions. Remove them first so a
2667 # subsequent execution test works.
2669 for ac_file in $ac_files
2672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2673 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2678 if { (ac_try="$ac_link_default"
2680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681 *) ac_try_echo=$ac_try;;
2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2684 (eval "$ac_link_default") 2>&5
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); }; then
2688 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2689 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2690 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2691 # so that the user can short-circuit this test for compilers unknown to
2693 for ac_file
in $ac_files ''
2695 test -f "$ac_file" ||
continue
2697 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2700 # We found the default executable, but exeext='' is most
2704 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2706 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2708 # We set ac_cv_exeext here because the later test for it is not
2709 # safe: cross compilers may not add the suffix if given an `-o'
2710 # argument, so we may need to know it at that point already.
2711 # Even if this section looks crufty: it has the advantage of
2718 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2724 { echo "$as_me:$LINENO: result: $ac_file" >&5
2725 echo "${ECHO_T}$ac_file" >&6; }
2726 if test -z "$ac_file"; then
2727 echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.
$ac_ext >&5
2730 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&5
2732 echo "$as_me: error: C compiler cannot create executables
2733 See \`config.log' for more details." >&2;}
2734 { (exit 77); exit 77; }; }
2737 ac_exeext
=$ac_cv_exeext
2739 # Check that the compiler produces executables we can run. If not, either
2740 # the compiler is broken, or we cross compile.
2741 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2742 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2743 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746 if { ac_try
='./$ac_file'
2747 { (case "(($ac_try" in
2748 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752 (eval "$ac_try") 2>&5
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); }; }; then
2758 if test "$cross_compiling" = maybe; then
2761 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details.
" >&5
2764 echo "$as_me: error
: cannot run C compiled programs.
2765 If you meant to cross compile
, use \
`--host'.
2766 See \`config.log
' for more details." >&2;}
2767 { (exit 1); exit 1; }; }
2771 { echo "$as_me:$LINENO: result: yes" >&5
2772 echo "${ECHO_T}yes" >&6; }
2774 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2775 ac_clean_files=$ac_clean_files_save
2776 # Check that the compiler produces executables we can run. If not, either
2777 # the compiler is broken, or we cross compile.
2778 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2779 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2780 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2781 echo "${ECHO_T}$cross_compiling" >&6; }
2783 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2784 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2785 if { (ac_try="$ac_link"
2787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788 *) ac_try_echo=$ac_try;;
2790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2791 (eval "$ac_link") 2>&5
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); }; then
2795 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2796 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2799 for ac_file
in conftest.exe conftest conftest.
*; do
2800 test -f "$ac_file" ||
continue
2802 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2803 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2809 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&5
2811 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." >&2;}
2813 { (exit 1); exit 1; }; }
2816 rm -f conftest
$ac_cv_exeext
2817 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2818 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2820 rm -f conftest.
$ac_ext
2821 EXEEXT
=$ac_cv_exeext
2823 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2824 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2825 if test "${ac_cv_objext+set}" = set; then
2826 echo $ECHO_N "(cached) $ECHO_C" >&6
2828 cat >conftest.
$ac_ext <<_ACEOF
2831 cat confdefs.h
>>conftest.
$ac_ext
2832 cat >>conftest.
$ac_ext <<_ACEOF
2833 /* end confdefs.h. */
2843 rm -f conftest.o conftest.obj
2844 if { (ac_try
="$ac_compile"
2846 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2850 (eval "$ac_compile") 2>&5
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; then
2854 for ac_file in conftest.o conftest.obj conftest.*; do
2855 test -f "$ac_file" || continue;
2857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2858 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2863 echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2866 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log
' for more details." >&5
2868 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2869 See \`config.log' for more details.
" >&2;}
2870 { (exit 1); exit 1; }; }
2873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2876 echo "${ECHO_T}$ac_cv_objext" >&6; }
2877 OBJEXT=$ac_cv_objext
2879 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2880 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2881 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2882 echo $ECHO_N "(cached
) $ECHO_C" >&6
2884 cat >conftest.$ac_ext <<_ACEOF
2887 cat confdefs.h >>conftest.$ac_ext
2888 cat >>conftest.$ac_ext <<_ACEOF
2889 /* end confdefs.h. */
2902 rm -f conftest.$ac_objext
2903 if { (ac_try="$ac_compile"
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2908 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2909 (eval "$ac_compile") 2>conftest.er1
2911 grep -v '^ *+' conftest.er1 >conftest.err
2913 cat conftest.err >&5
2914 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2915 (exit $ac_status); } && {
2916 test -z "$ac_c_werror_flag" ||
2917 test ! -s conftest.err
2918 } && test -s conftest.$ac_objext; then
2921 echo "$as_me: failed program was
:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2931 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2932 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2933 GCC=`test $ac_compiler_gnu = yes && echo yes`
2934 ac_test_CFLAGS=${CFLAGS+set}
2935 ac_save_CFLAGS=$CFLAGS
2936 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2937 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2938 if test "${ac_cv_prog_cc_g+set}" = set; then
2939 echo $ECHO_N "(cached
) $ECHO_C" >&6
2941 ac_save_c_werror_flag=$ac_c_werror_flag
2942 ac_c_werror_flag=yes
2945 cat >conftest.$ac_ext <<_ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h. */
2960 rm -f conftest.$ac_objext
2961 if { (ac_try="$ac_compile"
2963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2964 *) ac_try_echo=$ac_try;;
2966 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2967 (eval "$ac_compile") 2>conftest.er1
2969 grep -v '^ *+' conftest.er1 >conftest.err
2971 cat conftest.err >&5
2972 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2973 (exit $ac_status); } && {
2974 test -z "$ac_c_werror_flag" ||
2975 test ! -s conftest.err
2976 } && test -s conftest.$ac_objext; then
2979 echo "$as_me: failed program was
:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2983 cat >conftest.$ac_ext <<_ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h. */
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002 *) ac_try_echo=$ac_try;;
3004 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3005 (eval "$ac_compile") 2>conftest.er1
3007 grep -v '^ *+' conftest.er1 >conftest.err
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3011 (exit $ac_status); } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest.$ac_objext; then
3017 echo "$as_me: failed program was
:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3020 ac_c_werror_flag=$ac_save_c_werror_flag
3022 cat >conftest.$ac_ext <<_ACEOF
3025 cat confdefs.h >>conftest.$ac_ext
3026 cat >>conftest.$ac_ext <<_ACEOF
3027 /* end confdefs.h. */
3037 rm -f conftest.$ac_objext
3038 if { (ac_try="$ac_compile"
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3043 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3044 (eval "$ac_compile") 2>conftest.er1
3046 grep -v '^ *+' conftest.er1 >conftest.err
3048 cat conftest.err >&5
3049 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3050 (exit $ac_status); } && {
3051 test -z "$ac_c_werror_flag" ||
3052 test ! -s conftest.err
3053 } && test -s conftest.$ac_objext; then
3056 echo "$as_me: failed program was
:" >&5
3057 sed 's/^/| /' conftest.$ac_ext >&5
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3071 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3072 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3082 if test "$GCC" = yes; then
3088 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3089 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then
3091 echo $ECHO_N "(cached
) $ECHO_C" >&6
3093 ac_cv_prog_cc_c89=no
3095 cat >conftest.$ac_ext <<_ACEOF
3098 cat confdefs.h >>conftest.$ac_ext
3099 cat >>conftest.$ac_ext <<_ACEOF
3100 /* end confdefs.h. */
3103 #include <sys/types.h>
3104 #include <sys/stat.h>
3105 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3106 struct buf { int x; };
3107 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3108 static char *e (p, i)
3114 static char *f (char * (*g) (char **, int), char **p, ...)
3119 s = g (p, va_arg (v,int));
3124 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3125 function prototypes and stuff, but not '\xHH' hex character constants.
3126 These don't provoke an error unfortunately, instead are silently treated
3127 as 'x'. The following induces an error, until -std is added to get
3128 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3129 array size at least. It's necessary to write '\x00'==0 to get something
3130 that's true only with -std. */
3131 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3134 inside strings and character constants. */
3136 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138 int test (int i, double x);
3139 struct s1 {int (*f) (int a);};
3140 struct s2 {int (*f) (double a);};
3141 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3147 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3152 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3153 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155 CC="$ac_save_CC $ac_arg"
3156 rm -f conftest.$ac_objext
3157 if { (ac_try="$ac_compile"
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3162 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compile") 2>conftest.er1
3165 grep -v '^ *+' conftest.er1 >conftest.err
3167 cat conftest.err >&5
3168 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3169 (exit $ac_status); } && {
3170 test -z "$ac_c_werror_flag" ||
3171 test ! -s conftest.err
3172 } && test -s conftest.$ac_objext; then
3173 ac_cv_prog_cc_c89=$ac_arg
3175 echo "$as_me: failed program was
:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3181 rm -f core conftest.err conftest.$ac_objext
3182 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3184 rm -f conftest.$ac_ext
3189 case "x
$ac_cv_prog_cc_c89" in
3191 { echo "$as_me:$LINENO: result
: none needed
" >&5
3192 echo "${ECHO_T}none needed
" >&6; } ;;
3194 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3195 echo "${ECHO_T}unsupported
" >&6; } ;;
3197 CC="$CC $ac_cv_prog_cc_c89"
3198 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3199 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3204 ac_cpp='$CPP $CPPFLAGS'
3205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215 if test -n "$CCC"; then
3218 if test -n "$ac_tool_prefix"; then
3219 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3224 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3225 if test "${ac_cv_prog_CXX+set}" = set; then
3226 echo $ECHO_N "(cached
) $ECHO_C" >&6
3228 if test -n "$CXX"; then
3229 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3235 test -z "$as_dir" && as_dir=.
3236 for ac_exec_ext in '' $ac_executable_extensions; do
3237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3249 if test -n "$CXX"; then
3250 { echo "$as_me:$LINENO: result
: $CXX" >&5
3251 echo "${ECHO_T}$CXX" >&6; }
3253 { echo "$as_me:$LINENO: result
: no
" >&5
3254 echo "${ECHO_T}no
" >&6; }
3258 test -n "$CXX" && break
3261 if test -z "$CXX"; then
3263 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3268 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3269 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3270 echo $ECHO_N "(cached
) $ECHO_C" >&6
3272 if test -n "$ac_ct_CXX"; then
3273 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282 ac_cv_prog_ac_ct_CXX="$ac_prog"
3283 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3295 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3297 { echo "$as_me:$LINENO: result
: no
" >&5
3298 echo "${ECHO_T}no
" >&6; }
3302 test -n "$ac_ct_CXX" && break
3305 if test "x
$ac_ct_CXX" = x; then
3308 case $cross_compiling:$ac_tool_warned in
3310 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3311 whose name does not start with the
host triplet. If you think this
3312 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3313 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3314 whose name does not start with the
host triplet. If you think this
3315 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3316 ac_tool_warned=yes ;;
3324 # Provide some information about the compiler.
3325 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3326 ac_compiler=`set X $ac_compile; echo $2`
3327 { (ac_try="$ac_compiler --version >&5"
3329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3330 *) ac_try_echo=$ac_try;;
3332 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3333 (eval "$ac_compiler --version >&5") 2>&5
3335 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3336 (exit $ac_status); }
3337 { (ac_try="$ac_compiler -v >&5"
3339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340 *) ac_try_echo=$ac_try;;
3342 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3343 (eval "$ac_compiler -v >&5") 2>&5
3345 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3346 (exit $ac_status); }
3347 { (ac_try="$ac_compiler -V >&5"
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3352 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3353 (eval "$ac_compiler -V >&5") 2>&5
3355 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3356 (exit $ac_status); }
3358 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3359 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3360 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3361 echo $ECHO_N "(cached
) $ECHO_C" >&6
3363 cat >conftest.$ac_ext <<_ACEOF
3366 cat confdefs.h >>conftest.$ac_ext
3367 cat >>conftest.$ac_ext <<_ACEOF
3368 /* end confdefs.h. */
3381 rm -f conftest.$ac_objext
3382 if { (ac_try="$ac_compile"
3384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385 *) ac_try_echo=$ac_try;;
3387 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3388 (eval "$ac_compile") 2>conftest.er1
3390 grep -v '^ *+' conftest.er1 >conftest.err
3392 cat conftest.err >&5
3393 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3394 (exit $ac_status); } && {
3395 test -z "$ac_cxx_werror_flag" ||
3396 test ! -s conftest.err
3397 } && test -s conftest.$ac_objext; then
3400 echo "$as_me: failed program was
:" >&5
3401 sed 's/^/| /' conftest.$ac_ext >&5
3406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3407 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3410 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3411 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3412 GXX=`test $ac_compiler_gnu = yes && echo yes`
3413 ac_test_CXXFLAGS=${CXXFLAGS+set}
3414 ac_save_CXXFLAGS=$CXXFLAGS
3415 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3416 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3417 if test "${ac_cv_prog_cxx_g+set}" = set; then
3418 echo $ECHO_N "(cached
) $ECHO_C" >&6
3420 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3421 ac_cxx_werror_flag=yes
3424 cat >conftest.$ac_ext <<_ACEOF
3427 cat confdefs.h >>conftest.$ac_ext
3428 cat >>conftest.$ac_ext <<_ACEOF
3429 /* end confdefs.h. */
3439 rm -f conftest.$ac_objext
3440 if { (ac_try="$ac_compile"
3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3443 *) ac_try_echo=$ac_try;;
3445 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3446 (eval "$ac_compile") 2>conftest.er1
3448 grep -v '^ *+' conftest.er1 >conftest.err
3450 cat conftest.err >&5
3451 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3452 (exit $ac_status); } && {
3453 test -z "$ac_cxx_werror_flag" ||
3454 test ! -s conftest.err
3455 } && test -s conftest.$ac_objext; then
3456 ac_cv_prog_cxx_g=yes
3458 echo "$as_me: failed program was
:" >&5
3459 sed 's/^/| /' conftest.$ac_ext >&5
3462 cat >conftest.$ac_ext <<_ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h. */
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3483 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_compile") 2>conftest.er1
3486 grep -v '^ *+' conftest.er1 >conftest.err
3488 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3490 (exit $ac_status); } && {
3491 test -z "$ac_cxx_werror_flag" ||
3492 test ! -s conftest.err
3493 } && test -s conftest.$ac_objext; then
3496 echo "$as_me: failed program was
:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3499 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3501 cat >conftest.$ac_ext <<_ACEOF
3504 cat confdefs.h >>conftest.$ac_ext
3505 cat >>conftest.$ac_ext <<_ACEOF
3506 /* end confdefs.h. */
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3522 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3525 grep -v '^ *+' conftest.er1 >conftest.err
3527 cat conftest.err >&5
3528 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_cv_prog_cxx_g=yes
3535 echo "$as_me: failed program was
:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3550 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3552 if test "$ac_test_CXXFLAGS" = set; then
3553 CXXFLAGS=$ac_save_CXXFLAGS
3554 elif test $ac_cv_prog_cxx_g = yes; then
3555 if test "$GXX" = yes; then
3561 if test "$GXX" = yes; then
3568 ac_cpp='$CPP $CPPFLAGS'
3569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3573 if test -n "$ac_tool_prefix"; then
3574 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3575 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3576 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3577 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3578 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3579 echo $ECHO_N "(cached
) $ECHO_C" >&6
3581 if test -n "$CPPBIN"; then
3582 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3592 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3601 CPPBIN=$ac_cv_prog_CPPBIN
3602 if test -n "$CPPBIN"; then
3603 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3604 echo "${ECHO_T}$CPPBIN" >&6; }
3606 { echo "$as_me:$LINENO: result
: no
" >&5
3607 echo "${ECHO_T}no
" >&6; }
3612 if test -z "$ac_cv_prog_CPPBIN"; then
3613 ac_ct_CPPBIN=$CPPBIN
3614 # Extract the first word of "cpp
", so it can be a program name with args.
3615 set dummy cpp; ac_word=$2
3616 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3617 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3618 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3619 echo $ECHO_N "(cached
) $ECHO_C" >&6
3621 if test -n "$ac_ct_CPPBIN"; then
3622 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3628 test -z "$as_dir" && as_dir=.
3629 for ac_exec_ext in '' $ac_executable_extensions; do
3630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3632 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3641 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3642 if test -n "$ac_ct_CPPBIN"; then
3643 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3644 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3646 { echo "$as_me:$LINENO: result
: no
" >&5
3647 echo "${ECHO_T}no
" >&6; }
3650 if test "x
$ac_ct_CPPBIN" = x; then
3653 case $cross_compiling:$ac_tool_warned in
3655 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3656 whose name does not start with the
host triplet. If you think this
3657 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3658 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3659 whose name does not start with the
host triplet. If you think this
3660 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3661 ac_tool_warned=yes ;;
3663 CPPBIN=$ac_ct_CPPBIN
3666 CPPBIN="$ac_cv_prog_CPPBIN"
3670 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3671 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3672 if test "${wine_cv_toolsdir+set}" = set; then
3673 echo $ECHO_N "(cached
) $ECHO_C" >&6
3675 if test -z "$with_wine_tools"; then
3676 if test "$cross_compiling" = "yes"; then
3677 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3678 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3679 { (exit 1); exit 1; }; }
3681 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3683 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3684 case $with_wine_tools in
3685 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3686 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3689 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3690 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3691 { (exit 1); exit 1; }; }
3694 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3695 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3696 TOOLSDIR=$wine_cv_toolsdir
3701 ac_cpp='$CPP $CPPFLAGS'
3702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3705 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3706 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3707 # On Suns, sometimes $CPP names a directory.
3708 if test -n "$CPP" && test -d "$CPP"; then
3711 if test -z "$CPP"; then
3712 if test "${ac_cv_prog_CPP+set}" = set; then
3713 echo $ECHO_N "(cached
) $ECHO_C" >&6
3715 # Double quotes because CPP needs to be expanded
3716 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3719 for ac_c_preproc_warn_flag in '' yes
3721 # Use a header file that comes with gcc, so configuring glibc
3722 # with a fresh cross-compiler works.
3723 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3724 # <limits.h> exists even on freestanding compilers.
3725 # On the NeXT, cc -E runs the code through the compiler's parser,
3726 # not just through cpp. "Syntax error
" is here to catch this case.
3727 cat >conftest.$ac_ext <<_ACEOF
3730 cat confdefs.h >>conftest.$ac_ext
3731 cat >>conftest.$ac_ext <<_ACEOF
3732 /* end confdefs.h. */
3734 # include <limits.h>
3736 # include <assert.h>
3740 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3743 *) ac_try_echo=$ac_try;;
3745 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3746 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3748 grep -v '^ *+' conftest.er1 >conftest.err
3750 cat conftest.err >&5
3751 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3752 (exit $ac_status); } >/dev/null && {
3753 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3754 test ! -s conftest.err
3758 echo "$as_me: failed program was
:" >&5
3759 sed 's/^/| /' conftest.$ac_ext >&5
3761 # Broken: fails on valid input.
3765 rm -f conftest.err conftest.$ac_ext
3767 # OK, works on sane cases. Now check whether nonexistent headers
3768 # can be detected and how.
3769 cat >conftest.$ac_ext <<_ACEOF
3772 cat confdefs.h >>conftest.$ac_ext
3773 cat >>conftest.$ac_ext <<_ACEOF
3774 /* end confdefs.h. */
3775 #include <ac_nonexistent.h>
3777 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780 *) ac_try_echo=$ac_try;;
3782 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3783 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3785 grep -v '^ *+' conftest.er1 >conftest.err
3787 cat conftest.err >&5
3788 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3789 (exit $ac_status); } >/dev/null && {
3790 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3791 test ! -s conftest.err
3793 # Broken: success on invalid input.
3796 echo "$as_me: failed program was
:" >&5
3797 sed 's/^/| /' conftest.$ac_ext >&5
3799 # Passes both tests.
3804 rm -f conftest.err conftest.$ac_ext
3807 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3808 rm -f conftest.err conftest.$ac_ext
3809 if $ac_preproc_ok; then
3821 { echo "$as_me:$LINENO: result
: $CPP" >&5
3822 echo "${ECHO_T}$CPP" >&6; }
3824 for ac_c_preproc_warn_flag in '' yes
3826 # Use a header file that comes with gcc, so configuring glibc
3827 # with a fresh cross-compiler works.
3828 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3829 # <limits.h> exists even on freestanding compilers.
3830 # On the NeXT, cc -E runs the code through the compiler's parser,
3831 # not just through cpp. "Syntax error
" is here to catch this case.
3832 cat >conftest.$ac_ext <<_ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3839 # include <limits.h>
3841 # include <assert.h>
3845 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3850 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3851 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3853 grep -v '^ *+' conftest.er1 >conftest.err
3855 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3857 (exit $ac_status); } >/dev/null && {
3858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3859 test ! -s conftest.err
3863 echo "$as_me: failed program was
:" >&5
3864 sed 's/^/| /' conftest.$ac_ext >&5
3866 # Broken: fails on valid input.
3870 rm -f conftest.err conftest.$ac_ext
3872 # OK, works on sane cases. Now check whether nonexistent headers
3873 # can be detected and how.
3874 cat >conftest.$ac_ext <<_ACEOF
3877 cat confdefs.h >>conftest.$ac_ext
3878 cat >>conftest.$ac_ext <<_ACEOF
3879 /* end confdefs.h. */
3880 #include <ac_nonexistent.h>
3882 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885 *) ac_try_echo=$ac_try;;
3887 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3888 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3890 grep -v '^ *+' conftest.er1 >conftest.err
3892 cat conftest.err >&5
3893 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3894 (exit $ac_status); } >/dev/null && {
3895 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3896 test ! -s conftest.err
3898 # Broken: success on invalid input.
3901 echo "$as_me: failed program was
:" >&5
3902 sed 's/^/| /' conftest.$ac_ext >&5
3904 # Passes both tests.
3909 rm -f conftest.err conftest.$ac_ext
3912 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3913 rm -f conftest.err conftest.$ac_ext
3914 if $ac_preproc_ok; then
3917 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3918 See \
`config.log' for more details." >&5
3919 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3920 See \`config.log
' for more details." >&2;}
3921 { (exit 1); exit 1; }; }
3925 ac_cpp='$CPP $CPPFLAGS'
3926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3927 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3928 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3931 { echo "$as_me:$LINENO: checking for X" >&5
3932 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3935 # Check whether --with-x was given.
3936 if test "${with_x+set}" = set; then
3940 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3941 if test "x$with_x" = xno; then
3942 # The user explicitly disabled X.
3945 case $x_includes,$x_libraries in #(
3946 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3947 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3948 { (exit 1); exit 1; }; };; #(
3949 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3950 echo $ECHO_N "(cached) $ECHO_C" >&6
3952 # One or both of the vars are not set, and there is no cached value.
3953 ac_x_includes=no ac_x_libraries=no
3954 rm -f -r conftest.dir
3955 if mkdir conftest.dir; then
3957 cat >Imakefile <<'_ACEOF'
3959 @echo incroot='${INCROOT}'
3961 @echo usrlibdir='${USRLIBDIR}'
3963 @echo libdir='${LIBDIR}'
3965 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3966 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3967 for ac_var in incroot usrlibdir libdir; do
3968 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3970 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3971 for ac_extension in a so sl; do
3972 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3973 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3974 ac_im_usrlibdir=$ac_im_libdir; break
3977 # Screen out bogus values from the imake configuration. They are
3978 # bogus both because they are the default anyway, and because
3979 # using them would break gcc on systems where it needs fixed includes.
3980 case $ac_im_incroot in
3981 /usr/include) ac_x_includes= ;;
3982 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3984 case $ac_im_usrlibdir in
3986 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3990 rm -f -r conftest.dir
3993 # Standard set of common directories for X headers.
3994 # Check X11 before X11Rn because it is often a symlink to the current release.
4006 /usr
/local
/X11
/include
4007 /usr
/local
/X11R
6/include
4008 /usr
/local
/X11R
5/include
4009 /usr
/local
/X11R
4/include
4011 /usr
/local
/include
/X11
4012 /usr
/local
/include
/X11R6
4013 /usr
/local
/include
/X11R5
4014 /usr
/local
/include
/X11R4
4018 /usr
/XFree86
/include
/X11
4022 /usr
/unsupported
/include
4024 /usr
/local
/x11r
5/include
4025 /usr
/lpp
/Xamples
/include
4027 /usr
/openwin
/include
4028 /usr
/openwin
/share
/include
'
4030 if test "$ac_x_includes" = no; then
4031 # Guess where to find include files, by looking for Xlib.h.
4032 # First, try using that file with no special directory specified.
4033 cat >conftest.$ac_ext <<_ACEOF
4036 cat confdefs.h >>conftest.$ac_ext
4037 cat >>conftest.$ac_ext <<_ACEOF
4038 /* end confdefs.h. */
4039 #include <X11/Xlib.h>
4041 if { (ac_try="$ac_cpp conftest.$ac_ext"
4043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4044 *) ac_try_echo=$ac_try;;
4046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4049 grep -v '^
*+' conftest.er1 >conftest.err
4051 cat conftest.err >&5
4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053 (exit $ac_status); } >/dev/null && {
4054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4055 test ! -s conftest.err
4057 # We can compile using X headers with no special include directory.
4060 echo "$as_me: failed program was:" >&5
4061 sed 's
/^
/|
/' conftest.$ac_ext >&5
4063 for ac_dir in $ac_x_header_dirs; do
4064 if test -r "$ac_dir/X11/Xlib.h"; then
4065 ac_x_includes=$ac_dir
4071 rm -f conftest.err conftest.$ac_ext
4072 fi # $ac_x_includes = no
4074 if test "$ac_x_libraries" = no; then
4075 # Check for the libraries.
4076 # See if we find them without any special options.
4077 # Don't add to
$LIBS permanently.
4080 cat >conftest.
$ac_ext <<_ACEOF
4083 cat confdefs.h
>>conftest.
$ac_ext
4084 cat >>conftest.
$ac_ext <<_ACEOF
4085 /* end confdefs.h. */
4086 #include <X11/Xlib.h>
4095 rm -f conftest.
$ac_objext conftest
$ac_exeext
4096 if { (ac_try
="$ac_link"
4098 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4099 *) ac_try_echo=$ac_try;;
4101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4102 (eval "$ac_link") 2>conftest.er1
4104 grep -v '^ *+' conftest.er1 >conftest.err
4106 cat conftest.err >&5
4107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108 (exit $ac_status); } && {
4109 test -z "$ac_c_werror_flag" ||
4110 test ! -s conftest.err
4111 } && test -s conftest$ac_exeext &&
4112 $as_test_x conftest$ac_exeext; then
4114 # We can link X programs with no special library path.
4117 echo "$as_me: failed program was:" >&5
4118 sed 's/^/| /' conftest.$ac_ext >&5
4121 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4123 # Don't even attempt the hair of trying to link an X program!
4124 for ac_extension in a so sl; do
4125 if test -r "$ac_dir/libX11.$ac_extension"; then
4126 ac_x_libraries=$ac_dir
4133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4134 conftest$ac_exeext conftest.$ac_ext
4135 fi # $ac_x_libraries = no
4137 case $ac_x_includes,$ac_x_libraries in #(
4139 # Didn't find X, or a directory has "'" in its name.
4140 ac_cv_have_x="have_x=no";; #(
4142 # Record where we found X for the cache.
4143 ac_cv_have_x="have_x=yes\
4144 ac_x_includes='$ac_x_includes'\
4145 ac_x_libraries='$ac_x_libraries'"
4151 eval "$ac_cv_have_x"
4154 if test "$have_x" != yes; then
4155 { echo "$as_me:$LINENO: result: $have_x" >&5
4156 echo "${ECHO_T}$have_x" >&6; }
4159 # If each of the values was on the command line, it overrides each guess.
4160 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4161 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4162 # Update the cache value to reflect the command line values.
4163 ac_cv_have_x="have_x=yes\
4164 ac_x_includes='$x_includes'\
4165 ac_x_libraries='$x_libraries'"
4166 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4167 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4170 if test "$no_x" = yes; then
4171 # Not all programs may use this symbol, but it does not hurt to define it.
4173 cat >>confdefs.h <<\_ACEOF
4174 #define X_DISPLAY_MISSING 1
4177 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4179 if test -n "$x_includes"; then
4180 X_CFLAGS="$X_CFLAGS -I$x_includes"
4183 # It would also be nice to do this for all -L options, not just this one.
4184 if test -n "$x_libraries"; then
4185 X_LIBS="$X_LIBS -L$x_libraries"
4186 # For Solaris; some versions of Sun CC require a space after -R and
4187 # others require no space. Words are not sufficient . . . .
4188 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4189 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4190 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4191 ac_xsave_c_werror_flag=$ac_c_werror_flag
4192 ac_c_werror_flag=yes
4193 cat >conftest.$ac_ext <<_ACEOF
4196 cat confdefs.h >>conftest.$ac_ext
4197 cat >>conftest.$ac_ext <<_ACEOF
4198 /* end confdefs.h. */
4208 rm -f conftest.$ac_objext conftest$ac_exeext
4209 if { (ac_try="$ac_link"
4211 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4212 *) ac_try_echo
=$ac_try;;
4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4215 (eval "$ac_link") 2>conftest.er1
4217 grep -v '^ *+' conftest.er1
>conftest.err
4219 cat conftest.err
>&5
4220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221 (exit $ac_status); } && {
4222 test -z "$ac_c_werror_flag" ||
4223 test ! -s conftest.err
4224 } && test -s conftest
$ac_exeext &&
4225 $as_test_x conftest
$ac_exeext; then
4226 { echo "$as_me:$LINENO: result: no" >&5
4227 echo "${ECHO_T}no" >&6; }
4228 X_LIBS
="$X_LIBS -R$x_libraries"
4230 echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.
$ac_ext >&5
4233 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4234 cat >conftest.
$ac_ext <<_ACEOF
4237 cat confdefs.h
>>conftest.
$ac_ext
4238 cat >>conftest.
$ac_ext <<_ACEOF
4239 /* end confdefs.h. */
4249 rm -f conftest.
$ac_objext conftest
$ac_exeext
4250 if { (ac_try
="$ac_link"
4252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4256 (eval "$ac_link") 2>conftest.er1
4258 grep -v '^ *+' conftest.er1 >conftest.err
4260 cat conftest.err >&5
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); } && {
4263 test -z "$ac_c_werror_flag" ||
4264 test ! -s conftest.err
4265 } && test -s conftest$ac_exeext &&
4266 $as_test_x conftest$ac_exeext; then
4267 { echo "$as_me:$LINENO: result: yes" >&5
4268 echo "${ECHO_T}yes" >&6; }
4269 X_LIBS="$X_LIBS -R $x_libraries"
4271 echo "$as_me: failed program was:" >&5
4272 sed 's/^/| /' conftest.$ac_ext >&5
4274 { echo "$as_me:$LINENO: result: neither works" >&5
4275 echo "${ECHO_T}neither works" >&6; }
4278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4279 conftest$ac_exeext conftest.$ac_ext
4282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4283 conftest$ac_exeext conftest.$ac_ext
4284 ac_c_werror_flag=$ac_xsave_c_werror_flag
4288 # Check for system-dependent libraries X programs must link with.
4289 # Do this before checking for the system-independent R6 libraries
4290 # (-lICE), since we may need -lsocket or whatever for X linking.
4292 if test "$ISC" = yes; then
4293 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4295 # Martyn Johnson says this is needed for Ultrix, if the X
4296 # libraries were built with DECnet support. And Karl Berry says
4297 # the Alpha needs dnet_stub (dnet does not exist).
4298 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4299 cat >conftest.$ac_ext <<_ACEOF
4302 cat confdefs.h >>conftest.$ac_ext
4303 cat >>conftest.$ac_ext <<_ACEOF
4304 /* end confdefs.h. */
4306 /* Override any GCC internal prototype to avoid an error.
4307 Use char because int might match the return type of a GCC
4308 builtin and then its argument prototype would still apply. */
4312 char XOpenDisplay ();
4316 return XOpenDisplay ();
4321 rm -f conftest.$ac_objext conftest$ac_exeext
4322 if { (ac_try="$ac_link"
4324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4325 *) ac_try_echo
=$ac_try;;
4327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4328 (eval "$ac_link") 2>conftest.er1
4330 grep -v '^ *+' conftest.er1
>conftest.err
4332 cat conftest.err
>&5
4333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4334 (exit $ac_status); } && {
4335 test -z "$ac_c_werror_flag" ||
4336 test ! -s conftest.err
4337 } && test -s conftest
$ac_exeext &&
4338 $as_test_x conftest
$ac_exeext; then
4341 echo "$as_me: failed program was:" >&5
4342 sed 's/^/| /' conftest.
$ac_ext >&5
4344 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4345 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4346 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4347 echo $ECHO_N "(cached) $ECHO_C" >&6
4349 ac_check_lib_save_LIBS
=$LIBS
4351 cat >conftest.
$ac_ext <<_ACEOF
4354 cat confdefs.h
>>conftest.
$ac_ext
4355 cat >>conftest.
$ac_ext <<_ACEOF
4356 /* end confdefs.h. */
4358 /* Override any GCC internal prototype to avoid an error.
4359 Use char because int might match the return type of a GCC
4360 builtin and then its argument prototype would still apply. */
4368 return dnet_ntoa ();
4373 rm -f conftest.
$ac_objext conftest
$ac_exeext
4374 if { (ac_try
="$ac_link"
4376 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4377 *) ac_try_echo=$ac_try;;
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380 (eval "$ac_link") 2>conftest.er1
4382 grep -v '^ *+' conftest.er1 >conftest.err
4384 cat conftest.err >&5
4385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4386 (exit $ac_status); } && {
4387 test -z "$ac_c_werror_flag" ||
4388 test ! -s conftest.err
4389 } && test -s conftest$ac_exeext &&
4390 $as_test_x conftest$ac_exeext; then
4391 ac_cv_lib_dnet_dnet_ntoa=yes
4393 echo "$as_me: failed program was:" >&5
4394 sed 's/^/| /' conftest.$ac_ext >&5
4396 ac_cv_lib_dnet_dnet_ntoa=no
4399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4400 conftest$ac_exeext conftest.$ac_ext
4401 LIBS=$ac_check_lib_save_LIBS
4403 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4404 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4405 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4406 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4409 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4410 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4411 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4412 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4413 echo $ECHO_N "(cached) $ECHO_C" >&6
4415 ac_check_lib_save_LIBS=$LIBS
4416 LIBS="-ldnet_stub $LIBS"
4417 cat >conftest.$ac_ext <<_ACEOF
4420 cat confdefs.h >>conftest.$ac_ext
4421 cat >>conftest.$ac_ext <<_ACEOF
4422 /* end confdefs.h. */
4424 /* Override any GCC internal prototype to avoid an error.
4425 Use char because int might match the return type of a GCC
4426 builtin and then its argument prototype would still apply. */
4434 return dnet_ntoa ();
4439 rm -f conftest.$ac_objext conftest$ac_exeext
4440 if { (ac_try="$ac_link"
4442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4443 *) ac_try_echo
=$ac_try;;
4445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4446 (eval "$ac_link") 2>conftest.er1
4448 grep -v '^ *+' conftest.er1
>conftest.err
4450 cat conftest.err
>&5
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); } && {
4453 test -z "$ac_c_werror_flag" ||
4454 test ! -s conftest.err
4455 } && test -s conftest
$ac_exeext &&
4456 $as_test_x conftest
$ac_exeext; then
4457 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4459 echo "$as_me: failed program was:" >&5
4460 sed 's/^/| /' conftest.
$ac_ext >&5
4462 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4465 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4466 conftest
$ac_exeext conftest.
$ac_ext
4467 LIBS
=$ac_check_lib_save_LIBS
4469 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4470 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4471 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4472 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4478 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4479 conftest
$ac_exeext conftest.
$ac_ext
4480 LIBS
="$ac_xsave_LIBS"
4482 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4483 # to get the SysV transport functions.
4484 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4486 # The nsl library prevents programs from opening the X display
4487 # on Irix 5.2, according to T.E. Dickey.
4488 # The functions gethostbyname, getservbyname, and inet_addr are
4489 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4490 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4491 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4492 if test "${ac_cv_func_gethostbyname+set}" = set; then
4493 echo $ECHO_N "(cached) $ECHO_C" >&6
4495 cat >conftest.
$ac_ext <<_ACEOF
4498 cat confdefs.h
>>conftest.
$ac_ext
4499 cat >>conftest.
$ac_ext <<_ACEOF
4500 /* end confdefs.h. */
4501 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4502 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4503 #define gethostbyname innocuous_gethostbyname
4505 /* System header to define __stub macros and hopefully few prototypes,
4506 which can conflict with char gethostbyname (); below.
4507 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4508 <limits.h> exists even on freestanding compilers. */
4511 # include <limits.h>
4513 # include <assert.h>
4516 #undef gethostbyname
4518 /* Override any GCC internal prototype to avoid an error.
4519 Use char because int might match the return type of a GCC
4520 builtin and then its argument prototype would still apply. */
4524 char gethostbyname ();
4525 /* The GNU C library defines this for functions which it implements
4526 to always fail with ENOSYS. Some functions are actually named
4527 something starting with __ and the normal name is an alias. */
4528 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4535 return gethostbyname ();
4540 rm -f conftest.
$ac_objext conftest
$ac_exeext
4541 if { (ac_try
="$ac_link"
4543 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4547 (eval "$ac_link") 2>conftest.er1
4549 grep -v '^ *+' conftest.er1 >conftest.err
4551 cat conftest.err >&5
4552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553 (exit $ac_status); } && {
4554 test -z "$ac_c_werror_flag" ||
4555 test ! -s conftest.err
4556 } && test -s conftest$ac_exeext &&
4557 $as_test_x conftest$ac_exeext; then
4558 ac_cv_func_gethostbyname=yes
4560 echo "$as_me: failed program was:" >&5
4561 sed 's/^/| /' conftest.$ac_ext >&5
4563 ac_cv_func_gethostbyname=no
4566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4567 conftest$ac_exeext conftest.$ac_ext
4569 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4570 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4572 if test $ac_cv_func_gethostbyname = no; then
4573 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4574 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4575 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4578 ac_check_lib_save_LIBS=$LIBS
4580 cat >conftest.$ac_ext <<_ACEOF
4583 cat confdefs.h >>conftest.$ac_ext
4584 cat >>conftest.$ac_ext <<_ACEOF
4585 /* end confdefs.h. */
4587 /* Override any GCC internal prototype to avoid an error.
4588 Use char because int might match the return type of a GCC
4589 builtin and then its argument prototype would still apply. */
4593 char gethostbyname ();
4597 return gethostbyname ();
4602 rm -f conftest.$ac_objext conftest$ac_exeext
4603 if { (ac_try="$ac_link"
4605 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4606 *) ac_try_echo
=$ac_try;;
4608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4609 (eval "$ac_link") 2>conftest.er1
4611 grep -v '^ *+' conftest.er1
>conftest.err
4613 cat conftest.err
>&5
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); } && {
4616 test -z "$ac_c_werror_flag" ||
4617 test ! -s conftest.err
4618 } && test -s conftest
$ac_exeext &&
4619 $as_test_x conftest
$ac_exeext; then
4620 ac_cv_lib_nsl_gethostbyname
=yes
4622 echo "$as_me: failed program was:" >&5
4623 sed 's/^/| /' conftest.
$ac_ext >&5
4625 ac_cv_lib_nsl_gethostbyname
=no
4628 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4629 conftest
$ac_exeext conftest.
$ac_ext
4630 LIBS
=$ac_check_lib_save_LIBS
4632 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4633 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4634 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4635 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4638 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4639 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4640 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4641 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4642 echo $ECHO_N "(cached) $ECHO_C" >&6
4644 ac_check_lib_save_LIBS
=$LIBS
4646 cat >conftest.
$ac_ext <<_ACEOF
4649 cat confdefs.h
>>conftest.
$ac_ext
4650 cat >>conftest.
$ac_ext <<_ACEOF
4651 /* end confdefs.h. */
4653 /* Override any GCC internal prototype to avoid an error.
4654 Use char because int might match the return type of a GCC
4655 builtin and then its argument prototype would still apply. */
4659 char gethostbyname ();
4663 return gethostbyname ();
4668 rm -f conftest.
$ac_objext conftest
$ac_exeext
4669 if { (ac_try
="$ac_link"
4671 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4672 *) ac_try_echo=$ac_try;;
4674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4675 (eval "$ac_link") 2>conftest.er1
4677 grep -v '^ *+' conftest.er1 >conftest.err
4679 cat conftest.err >&5
4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681 (exit $ac_status); } && {
4682 test -z "$ac_c_werror_flag" ||
4683 test ! -s conftest.err
4684 } && test -s conftest$ac_exeext &&
4685 $as_test_x conftest$ac_exeext; then
4686 ac_cv_lib_bsd_gethostbyname=yes
4688 echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4691 ac_cv_lib_bsd_gethostbyname=no
4694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4695 conftest$ac_exeext conftest.$ac_ext
4696 LIBS=$ac_check_lib_save_LIBS
4698 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4699 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4700 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4701 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4707 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4708 # socket/setsockopt and other routines are undefined under SCO ODT
4709 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4710 # on later versions), says Simon Leinen: it contains gethostby*
4711 # variants that don't use the name server (or something). -lsocket
4712 # must be given before -lnsl if both are needed. We assume that
4713 # if connect needs -lnsl, so does gethostbyname.
4714 { echo "$as_me:$LINENO: checking for connect" >&5
4715 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4716 if test "${ac_cv_func_connect+set}" = set; then
4717 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 cat >conftest.$ac_ext <<_ACEOF
4722 cat confdefs.h >>conftest.$ac_ext
4723 cat >>conftest.$ac_ext <<_ACEOF
4724 /* end confdefs.h. */
4725 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4727 #define connect innocuous_connect
4729 /* System header to define __stub macros and hopefully few prototypes,
4730 which can conflict with char connect (); below.
4731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4732 <limits.h> exists even on freestanding compilers. */
4735 # include <limits.h>
4737 # include <assert.h>
4742 /* Override any GCC internal prototype to avoid an error.
4743 Use char because int might match the return type of a GCC
4744 builtin and then its argument prototype would still apply. */
4749 /* The GNU C library defines this for functions which it implements
4750 to always fail with ENOSYS. Some functions are actually named
4751 something starting with __ and the normal name is an alias. */
4752 #if defined __stub_connect || defined __stub___connect
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4767 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4768 *) ac_try_echo
=$ac_try;;
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771 (eval "$ac_link") 2>conftest.er1
4773 grep -v '^ *+' conftest.er1
>conftest.err
4775 cat conftest.err
>&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && {
4778 test -z "$ac_c_werror_flag" ||
4779 test ! -s conftest.err
4780 } && test -s conftest
$ac_exeext &&
4781 $as_test_x conftest
$ac_exeext; then
4782 ac_cv_func_connect
=yes
4784 echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.
$ac_ext >&5
4787 ac_cv_func_connect
=no
4790 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4791 conftest
$ac_exeext conftest.
$ac_ext
4793 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4794 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4796 if test $ac_cv_func_connect = no
; then
4797 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4798 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4799 if test "${ac_cv_lib_socket_connect+set}" = set; then
4800 echo $ECHO_N "(cached) $ECHO_C" >&6
4802 ac_check_lib_save_LIBS
=$LIBS
4803 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4804 cat >conftest.
$ac_ext <<_ACEOF
4807 cat confdefs.h
>>conftest.
$ac_ext
4808 cat >>conftest.
$ac_ext <<_ACEOF
4809 /* end confdefs.h. */
4811 /* Override any GCC internal prototype to avoid an error.
4812 Use char because int might match the return type of a GCC
4813 builtin and then its argument prototype would still apply. */
4826 rm -f conftest.
$ac_objext conftest
$ac_exeext
4827 if { (ac_try
="$ac_link"
4829 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4830 *) ac_try_echo=$ac_try;;
4832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4833 (eval "$ac_link") 2>conftest.er1
4835 grep -v '^ *+' conftest.er1 >conftest.err
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } && {
4840 test -z "$ac_c_werror_flag" ||
4841 test ! -s conftest.err
4842 } && test -s conftest$ac_exeext &&
4843 $as_test_x conftest$ac_exeext; then
4844 ac_cv_lib_socket_connect=yes
4846 echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4849 ac_cv_lib_socket_connect=no
4852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4853 conftest$ac_exeext conftest.$ac_ext
4854 LIBS=$ac_check_lib_save_LIBS
4856 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4857 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4858 if test $ac_cv_lib_socket_connect = yes; then
4859 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4864 # Guillermo Gomez says -lposix is necessary on A/UX.
4865 { echo "$as_me:$LINENO: checking for remove" >&5
4866 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4867 if test "${ac_cv_func_remove+set}" = set; then
4868 echo $ECHO_N "(cached) $ECHO_C" >&6
4870 cat >conftest.$ac_ext <<_ACEOF
4873 cat confdefs.h >>conftest.$ac_ext
4874 cat >>conftest.$ac_ext <<_ACEOF
4875 /* end confdefs.h. */
4876 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4878 #define remove innocuous_remove
4880 /* System header to define __stub macros and hopefully few prototypes,
4881 which can conflict with char remove (); below.
4882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4883 <limits.h> exists even on freestanding compilers. */
4886 # include <limits.h>
4888 # include <assert.h>
4893 /* Override any GCC internal prototype to avoid an error.
4894 Use char because int might match the return type of a GCC
4895 builtin and then its argument prototype would still apply. */
4900 /* The GNU C library defines this for functions which it implements
4901 to always fail with ENOSYS. Some functions are actually named
4902 something starting with __ and the normal name is an alias. */
4903 #if defined __stub_remove || defined __stub___remove
4915 rm -f conftest.$ac_objext conftest$ac_exeext
4916 if { (ac_try="$ac_link"
4918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4919 *) ac_try_echo
=$ac_try;;
4921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4922 (eval "$ac_link") 2>conftest.er1
4924 grep -v '^ *+' conftest.er1
>conftest.err
4926 cat conftest.err
>&5
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); } && {
4929 test -z "$ac_c_werror_flag" ||
4930 test ! -s conftest.err
4931 } && test -s conftest
$ac_exeext &&
4932 $as_test_x conftest
$ac_exeext; then
4933 ac_cv_func_remove
=yes
4935 echo "$as_me: failed program was:" >&5
4936 sed 's/^/| /' conftest.
$ac_ext >&5
4938 ac_cv_func_remove
=no
4941 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4942 conftest
$ac_exeext conftest.
$ac_ext
4944 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4945 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4947 if test $ac_cv_func_remove = no
; then
4948 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4949 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4950 if test "${ac_cv_lib_posix_remove+set}" = set; then
4951 echo $ECHO_N "(cached) $ECHO_C" >&6
4953 ac_check_lib_save_LIBS
=$LIBS
4954 LIBS
="-lposix $LIBS"
4955 cat >conftest.
$ac_ext <<_ACEOF
4958 cat confdefs.h
>>conftest.
$ac_ext
4959 cat >>conftest.
$ac_ext <<_ACEOF
4960 /* end confdefs.h. */
4962 /* Override any GCC internal prototype to avoid an error.
4963 Use char because int might match the return type of a GCC
4964 builtin and then its argument prototype would still apply. */
4977 rm -f conftest.
$ac_objext conftest
$ac_exeext
4978 if { (ac_try
="$ac_link"
4980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4981 *) ac_try_echo=$ac_try;;
4983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4984 (eval "$ac_link") 2>conftest.er1
4986 grep -v '^ *+' conftest.er1 >conftest.err
4988 cat conftest.err >&5
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990 (exit $ac_status); } && {
4991 test -z "$ac_c_werror_flag" ||
4992 test ! -s conftest.err
4993 } && test -s conftest$ac_exeext &&
4994 $as_test_x conftest$ac_exeext; then
4995 ac_cv_lib_posix_remove=yes
4997 echo "$as_me: failed program was:" >&5
4998 sed 's/^/| /' conftest.$ac_ext >&5
5000 ac_cv_lib_posix_remove=no
5003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5004 conftest$ac_exeext conftest.$ac_ext
5005 LIBS=$ac_check_lib_save_LIBS
5007 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5008 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5009 if test $ac_cv_lib_posix_remove = yes; then
5010 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5015 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5016 { echo "$as_me:$LINENO: checking for shmat" >&5
5017 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5018 if test "${ac_cv_func_shmat+set}" = set; then
5019 echo $ECHO_N "(cached) $ECHO_C" >&6
5021 cat >conftest.$ac_ext <<_ACEOF
5024 cat confdefs.h >>conftest.$ac_ext
5025 cat >>conftest.$ac_ext <<_ACEOF
5026 /* end confdefs.h. */
5027 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5028 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5029 #define shmat innocuous_shmat
5031 /* System header to define __stub macros and hopefully few prototypes,
5032 which can conflict with char shmat (); below.
5033 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5034 <limits.h> exists even on freestanding compilers. */
5037 # include <limits.h>
5039 # include <assert.h>
5044 /* Override any GCC internal prototype to avoid an error.
5045 Use char because int might match the return type of a GCC
5046 builtin and then its argument prototype would still apply. */
5051 /* The GNU C library defines this for functions which it implements
5052 to always fail with ENOSYS. Some functions are actually named
5053 something starting with __ and the normal name is an alias. */
5054 #if defined __stub_shmat || defined __stub___shmat
5066 rm -f conftest.$ac_objext conftest$ac_exeext
5067 if { (ac_try="$ac_link"
5069 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5070 *) ac_try_echo
=$ac_try;;
5072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5073 (eval "$ac_link") 2>conftest.er1
5075 grep -v '^ *+' conftest.er1
>conftest.err
5077 cat conftest.err
>&5
5078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5079 (exit $ac_status); } && {
5080 test -z "$ac_c_werror_flag" ||
5081 test ! -s conftest.err
5082 } && test -s conftest
$ac_exeext &&
5083 $as_test_x conftest
$ac_exeext; then
5084 ac_cv_func_shmat
=yes
5086 echo "$as_me: failed program was:" >&5
5087 sed 's/^/| /' conftest.
$ac_ext >&5
5092 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5093 conftest
$ac_exeext conftest.
$ac_ext
5095 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5096 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5098 if test $ac_cv_func_shmat = no
; then
5099 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5100 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5101 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5104 ac_check_lib_save_LIBS
=$LIBS
5106 cat >conftest.
$ac_ext <<_ACEOF
5109 cat confdefs.h
>>conftest.
$ac_ext
5110 cat >>conftest.
$ac_ext <<_ACEOF
5111 /* end confdefs.h. */
5113 /* Override any GCC internal prototype to avoid an error.
5114 Use char because int might match the return type of a GCC
5115 builtin and then its argument prototype would still apply. */
5128 rm -f conftest.
$ac_objext conftest
$ac_exeext
5129 if { (ac_try
="$ac_link"
5131 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5132 *) ac_try_echo=$ac_try;;
5134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5135 (eval "$ac_link") 2>conftest.er1
5137 grep -v '^ *+' conftest.er1 >conftest.err
5139 cat conftest.err >&5
5140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5141 (exit $ac_status); } && {
5142 test -z "$ac_c_werror_flag" ||
5143 test ! -s conftest.err
5144 } && test -s conftest$ac_exeext &&
5145 $as_test_x conftest$ac_exeext; then
5146 ac_cv_lib_ipc_shmat=yes
5148 echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.$ac_ext >&5
5151 ac_cv_lib_ipc_shmat=no
5154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5159 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5160 if test $ac_cv_lib_ipc_shmat = yes; then
5161 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5167 # Check for libraries that X11R6 Xt/Xaw programs need.
5168 ac_save_LDFLAGS=$LDFLAGS
5169 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5170 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5171 # check for ICE first), but we must link in the order -lSM -lICE or
5172 # we get undefined symbols. So assume we have SM if we have ICE.
5173 # These have to be linked with before -lX11, unlike the other
5174 # libraries we check for below, so use a different variable.
5175 # John Interrante, Karl Berry
5176 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5177 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5178 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5179 echo $ECHO_N "(cached) $ECHO_C" >&6
5181 ac_check_lib_save_LIBS=$LIBS
5182 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5183 cat >conftest.$ac_ext <<_ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h. */
5190 /* Override any GCC internal prototype to avoid an error.
5191 Use char because int might match the return type of a GCC
5192 builtin and then its argument prototype would still apply. */
5196 char IceConnectionNumber ();
5200 return IceConnectionNumber ();
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5208 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5209 *) ac_try_echo
=$ac_try;;
5211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5212 (eval "$ac_link") 2>conftest.er1
5214 grep -v '^ *+' conftest.er1
>conftest.err
5216 cat conftest.err
>&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); } && {
5219 test -z "$ac_c_werror_flag" ||
5220 test ! -s conftest.err
5221 } && test -s conftest
$ac_exeext &&
5222 $as_test_x conftest
$ac_exeext; then
5223 ac_cv_lib_ICE_IceConnectionNumber
=yes
5225 echo "$as_me: failed program was:" >&5
5226 sed 's/^/| /' conftest.
$ac_ext >&5
5228 ac_cv_lib_ICE_IceConnectionNumber
=no
5231 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5232 conftest
$ac_exeext conftest.
$ac_ext
5233 LIBS
=$ac_check_lib_save_LIBS
5235 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5236 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5237 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5238 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5241 LDFLAGS
=$ac_save_LDFLAGS
5248 # Extract the first word of "$ac_prog", so it can be a program name with args.
5249 set dummy
$ac_prog; ac_word
=$2
5250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5252 if test "${ac_cv_prog_FLEX+set}" = set; then
5253 echo $ECHO_N "(cached) $ECHO_C" >&6
5255 if test -n "$FLEX"; then
5256 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5262 test -z "$as_dir" && as_dir
=.
5263 for ac_exec_ext
in '' $ac_executable_extensions; do
5264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5265 ac_cv_prog_FLEX
="$ac_prog"
5266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5275 FLEX
=$ac_cv_prog_FLEX
5276 if test -n "$FLEX"; then
5277 { echo "$as_me:$LINENO: result: $FLEX" >&5
5278 echo "${ECHO_T}$FLEX" >&6; }
5280 { echo "$as_me:$LINENO: result: no" >&5
5281 echo "${ECHO_T}no" >&6; }
5285 test -n "$FLEX" && break
5287 test -n "$FLEX" || FLEX
="none"
5289 if test "$FLEX" = "none"
5291 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5292 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5293 { (exit 1); exit 1; }; }
5296 for ac_prog
in bison
5298 # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy
$ac_prog; ac_word
=$2
5300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5302 if test "${ac_cv_prog_BISON+set}" = set; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5305 if test -n "$BISON"; then
5306 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5308 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5312 test -z "$as_dir" && as_dir
=.
5313 for ac_exec_ext
in '' $ac_executable_extensions; do
5314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315 ac_cv_prog_BISON
="$ac_prog"
5316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5325 BISON
=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327 { echo "$as_me:$LINENO: result: $BISON" >&5
5328 echo "${ECHO_T}$BISON" >&6; }
5330 { echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6; }
5335 test -n "$BISON" && break
5337 test -n "$BISON" || BISON
="none"
5339 if test "$BISON" = "none"
5341 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5342 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5343 { (exit 1); exit 1; }; }
5346 if test -n "$ac_tool_prefix"; then
5347 for ac_prog
in gas as
5349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5350 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5351 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5353 if test "${ac_cv_prog_AS+set}" = set; then
5354 echo $ECHO_N "(cached) $ECHO_C" >&6
5356 if test -n "$AS"; then
5357 ac_cv_prog_AS
="$AS" # Let the user override the test.
5359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5363 test -z "$as_dir" && as_dir
=.
5364 for ac_exec_ext
in '' $ac_executable_extensions; do
5365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5366 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5377 if test -n "$AS"; then
5378 { echo "$as_me:$LINENO: result: $AS" >&5
5379 echo "${ECHO_T}$AS" >&6; }
5381 { echo "$as_me:$LINENO: result: no" >&5
5382 echo "${ECHO_T}no" >&6; }
5386 test -n "$AS" && break
5389 if test -z "$AS"; then
5391 for ac_prog
in gas as
5393 # Extract the first word of "$ac_prog", so it can be a program name with args.
5394 set dummy
$ac_prog; ac_word
=$2
5395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5397 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5398 echo $ECHO_N "(cached) $ECHO_C" >&6
5400 if test -n "$ac_ct_AS"; then
5401 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5403 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5407 test -z "$as_dir" && as_dir
=.
5408 for ac_exec_ext
in '' $ac_executable_extensions; do
5409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5410 ac_cv_prog_ac_ct_AS
="$ac_prog"
5411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5420 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5421 if test -n "$ac_ct_AS"; then
5422 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5423 echo "${ECHO_T}$ac_ct_AS" >&6; }
5425 { echo "$as_me:$LINENO: result: no" >&5
5426 echo "${ECHO_T}no" >&6; }
5430 test -n "$ac_ct_AS" && break
5433 if test "x$ac_ct_AS" = x
; then
5436 case $cross_compiling:$ac_tool_warned in
5438 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5439 whose name does not start with the host triplet. If you think this
5440 configuration is useful to you, please write to autoconf@gnu.org." >&5
5441 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5442 whose name does not start with the host triplet. If you think this
5443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5444 ac_tool_warned
=yes ;;
5450 if test -n "$ac_tool_prefix"; then
5451 for ac_prog
in ld gld
5453 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5454 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5457 if test "${ac_cv_prog_LD+set}" = set; then
5458 echo $ECHO_N "(cached) $ECHO_C" >&6
5460 if test -n "$LD"; then
5461 ac_cv_prog_LD
="$LD" # Let the user override the test.
5463 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5467 test -z "$as_dir" && as_dir
=.
5468 for ac_exec_ext
in '' $ac_executable_extensions; do
5469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5470 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5481 if test -n "$LD"; then
5482 { echo "$as_me:$LINENO: result: $LD" >&5
5483 echo "${ECHO_T}$LD" >&6; }
5485 { echo "$as_me:$LINENO: result: no" >&5
5486 echo "${ECHO_T}no" >&6; }
5490 test -n "$LD" && break
5493 if test -z "$LD"; then
5495 for ac_prog
in ld gld
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy
$ac_prog; ac_word
=$2
5499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5501 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5504 if test -n "$ac_ct_LD"; then
5505 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5511 test -z "$as_dir" && as_dir
=.
5512 for ac_exec_ext
in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_ac_ct_LD
="$ac_prog"
5515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5524 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5525 if test -n "$ac_ct_LD"; then
5526 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5527 echo "${ECHO_T}$ac_ct_LD" >&6; }
5529 { echo "$as_me:$LINENO: result: no" >&5
5530 echo "${ECHO_T}no" >&6; }
5534 test -n "$ac_ct_LD" && break
5537 if test "x$ac_ct_LD" = x
; then
5540 case $cross_compiling:$ac_tool_warned in
5542 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5543 whose name does not start with the host triplet. If you think this
5544 configuration is useful to you, please write to autoconf@gnu.org." >&5
5545 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5546 whose name does not start with the host triplet. If you think this
5547 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5548 ac_tool_warned
=yes ;;
5554 if test -n "$ac_tool_prefix"; then
5555 for ac_prog
in nm gnm
5557 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5558 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5561 if test "${ac_cv_prog_NM+set}" = set; then
5562 echo $ECHO_N "(cached) $ECHO_C" >&6
5564 if test -n "$NM"; then
5565 ac_cv_prog_NM
="$NM" # Let the user override the test.
5567 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5571 test -z "$as_dir" && as_dir
=.
5572 for ac_exec_ext
in '' $ac_executable_extensions; do
5573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5574 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5585 if test -n "$NM"; then
5586 { echo "$as_me:$LINENO: result: $NM" >&5
5587 echo "${ECHO_T}$NM" >&6; }
5589 { echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6; }
5594 test -n "$NM" && break
5597 if test -z "$NM"; then
5599 for ac_prog
in nm gnm
5601 # Extract the first word of "$ac_prog", so it can be a program name with args.
5602 set dummy
$ac_prog; ac_word
=$2
5603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5605 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5606 echo $ECHO_N "(cached) $ECHO_C" >&6
5608 if test -n "$ac_ct_NM"; then
5609 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5611 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5615 test -z "$as_dir" && as_dir
=.
5616 for ac_exec_ext
in '' $ac_executable_extensions; do
5617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5618 ac_cv_prog_ac_ct_NM
="$ac_prog"
5619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5628 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5629 if test -n "$ac_ct_NM"; then
5630 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5631 echo "${ECHO_T}$ac_ct_NM" >&6; }
5633 { echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6; }
5638 test -n "$ac_ct_NM" && break
5641 if test "x$ac_ct_NM" = x
; then
5644 case $cross_compiling:$ac_tool_warned in
5646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5647 whose name does not start with the host triplet. If you think this
5648 configuration is useful to you, please write to autoconf@gnu.org." >&5
5649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5650 whose name does not start with the host triplet. If you think this
5651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5652 ac_tool_warned
=yes ;;
5658 if test -n "$ac_tool_prefix"; then
5659 for ac_prog
in ar gar
5661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5662 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5665 if test "${ac_cv_prog_AR+set}" = set; then
5666 echo $ECHO_N "(cached) $ECHO_C" >&6
5668 if test -n "$AR"; then
5669 ac_cv_prog_AR
="$AR" # Let the user override the test.
5671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5675 test -z "$as_dir" && as_dir
=.
5676 for ac_exec_ext
in '' $ac_executable_extensions; do
5677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5678 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5689 if test -n "$AR"; then
5690 { echo "$as_me:$LINENO: result: $AR" >&5
5691 echo "${ECHO_T}$AR" >&6; }
5693 { echo "$as_me:$LINENO: result: no" >&5
5694 echo "${ECHO_T}no" >&6; }
5698 test -n "$AR" && break
5701 if test -z "$AR"; then
5703 for ac_prog
in ar gar
5705 # Extract the first word of "$ac_prog", so it can be a program name with args.
5706 set dummy
$ac_prog; ac_word
=$2
5707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5709 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5710 echo $ECHO_N "(cached) $ECHO_C" >&6
5712 if test -n "$ac_ct_AR"; then
5713 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5715 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5719 test -z "$as_dir" && as_dir
=.
5720 for ac_exec_ext
in '' $ac_executable_extensions; do
5721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5722 ac_cv_prog_ac_ct_AR
="$ac_prog"
5723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5732 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5733 if test -n "$ac_ct_AR"; then
5734 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5735 echo "${ECHO_T}$ac_ct_AR" >&6; }
5737 { echo "$as_me:$LINENO: result: no" >&5
5738 echo "${ECHO_T}no" >&6; }
5742 test -n "$ac_ct_AR" && break
5745 if test "x$ac_ct_AR" = x
; then
5748 case $cross_compiling:$ac_tool_warned in
5750 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5751 whose name does not start with the host triplet. If you think this
5752 configuration is useful to you, please write to autoconf@gnu.org." >&5
5753 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5754 whose name does not start with the host triplet. If you think this
5755 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5756 ac_tool_warned
=yes ;;
5764 if test -n "$ac_tool_prefix"; then
5765 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5766 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5769 if test "${ac_cv_prog_RANLIB+set}" = set; then
5770 echo $ECHO_N "(cached) $ECHO_C" >&6
5772 if test -n "$RANLIB"; then
5773 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5779 test -z "$as_dir" && as_dir
=.
5780 for ac_exec_ext
in '' $ac_executable_extensions; do
5781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5782 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 RANLIB
=$ac_cv_prog_RANLIB
5793 if test -n "$RANLIB"; then
5794 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5795 echo "${ECHO_T}$RANLIB" >&6; }
5797 { echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6; }
5803 if test -z "$ac_cv_prog_RANLIB"; then
5804 ac_ct_RANLIB
=$RANLIB
5805 # Extract the first word of "ranlib", so it can be a program name with args.
5806 set dummy ranlib
; ac_word
=$2
5807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5809 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5810 echo $ECHO_N "(cached) $ECHO_C" >&6
5812 if test -n "$ac_ct_RANLIB"; then
5813 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5815 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5819 test -z "$as_dir" && as_dir
=.
5820 for ac_exec_ext
in '' $ac_executable_extensions; do
5821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5833 if test -n "$ac_ct_RANLIB"; then
5834 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5835 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5837 { echo "$as_me:$LINENO: result: no" >&5
5838 echo "${ECHO_T}no" >&6; }
5841 if test "x$ac_ct_RANLIB" = x
; then
5844 case $cross_compiling:$ac_tool_warned in
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet. If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned
=yes ;;
5854 RANLIB
=$ac_ct_RANLIB
5857 RANLIB
="$ac_cv_prog_RANLIB"
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5862 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_STRIP+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5868 if test -n "$STRIP"; then
5869 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5871 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5875 test -z "$as_dir" && as_dir
=.
5876 for ac_exec_ext
in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5888 STRIP
=$ac_cv_prog_STRIP
5889 if test -n "$STRIP"; then
5890 { echo "$as_me:$LINENO: result: $STRIP" >&5
5891 echo "${ECHO_T}$STRIP" >&6; }
5893 { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5899 if test -z "$ac_cv_prog_STRIP"; then
5901 # Extract the first word of "strip", so it can be a program name with args.
5902 set dummy strip
; ac_word
=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5908 if test -n "$ac_ct_STRIP"; then
5909 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5911 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5915 test -z "$as_dir" && as_dir
=.
5916 for ac_exec_ext
in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_ac_ct_STRIP
="strip"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5928 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5929 if test -n "$ac_ct_STRIP"; then
5930 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5931 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5937 if test "x$ac_ct_STRIP" = x
; then
5940 case $cross_compiling:$ac_tool_warned in
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet. If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned
=yes ;;
5953 STRIP
="$ac_cv_prog_STRIP"
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5958 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_WINDRES+set}" = set; then
5962 echo $ECHO_N "(cached) $ECHO_C" >&6
5964 if test -n "$WINDRES"; then
5965 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5971 test -z "$as_dir" && as_dir
=.
5972 for ac_exec_ext
in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 WINDRES
=$ac_cv_prog_WINDRES
5985 if test -n "$WINDRES"; then
5986 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5987 echo "${ECHO_T}$WINDRES" >&6; }
5989 { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5995 if test -z "$ac_cv_prog_WINDRES"; then
5996 ac_ct_WINDRES
=$WINDRES
5997 # Extract the first word of "windres", so it can be a program name with args.
5998 set dummy windres
; ac_word
=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6004 if test -n "$ac_ct_WINDRES"; then
6005 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6011 test -z "$as_dir" && as_dir
=.
6012 for ac_exec_ext
in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_ac_ct_WINDRES
="windres"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6024 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6025 if test -n "$ac_ct_WINDRES"; then
6026 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6027 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6033 if test "x$ac_ct_WINDRES" = x
; then
6036 case $cross_compiling:$ac_tool_warned in
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet. If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned
=yes ;;
6046 WINDRES
=$ac_ct_WINDRES
6049 WINDRES
="$ac_cv_prog_WINDRES"
6052 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6053 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6055 if test "$LN_S" = "ln -s"; then
6056 { echo "$as_me:$LINENO: result: yes" >&5
6057 echo "${ECHO_T}yes" >&6; }
6059 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6060 echo "${ECHO_T}no, using $LN_S" >&6; }
6063 { echo "$as_me:$LINENO: checking whether ln works" >&5
6064 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6065 rm -f conf$$ conf$$.
file
6067 if ln conf$$.
file conf$$
2>/dev
/null
; then
6070 { echo "$as_me:$LINENO: result: yes" >&5
6071 echo "${ECHO_T}yes" >&6; }
6075 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6076 echo "${ECHO_T}no, using $LN" >&6; }
6078 rm -f conf$$ conf$$.
file
6079 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6080 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6081 if test "${ac_cv_path_GREP+set}" = set; then
6082 echo $ECHO_N "(cached) $ECHO_C" >&6
6084 # Extract the first word of "grep ggrep" to use in msg output
6085 if test -z "$GREP"; then
6086 set dummy
grep ggrep
; ac_prog_name
=$2
6087 if test "${ac_cv_path_GREP+set}" = set; then
6088 echo $ECHO_N "(cached) $ECHO_C" >&6
6090 ac_path_GREP_found
=false
6091 # Loop through the user's path and test for each of PROGNAME-LIST
6092 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6093 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6096 test -z "$as_dir" && as_dir
=.
6097 for ac_prog
in grep ggrep
; do
6098 for ac_exec_ext
in '' $ac_executable_extensions; do
6099 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6100 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6101 # Check for GNU ac_path_GREP and select it if it is found.
6102 # Check for GNU $ac_path_GREP
6103 case `"$ac_path_GREP" --version 2>&1` in
6105 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6108 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6111 cat "conftest.in" "conftest.in" >"conftest.tmp"
6112 mv "conftest.tmp" "conftest.in"
6113 cp "conftest.in" "conftest.nl"
6114 echo 'GREP' >> "conftest.nl"
6115 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6116 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6117 ac_count
=`expr $ac_count + 1`
6118 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6119 # Best one so far, save it but keep looking for a better one
6120 ac_cv_path_GREP
="$ac_path_GREP"
6121 ac_path_GREP_max
=$ac_count
6123 # 10*(2^10) chars as input seems more than enough
6124 test $ac_count -gt 10 && break
6126 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6130 $ac_path_GREP_found && break 3
6140 GREP
="$ac_cv_path_GREP"
6141 if test -z "$GREP"; then
6142 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6143 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6144 { (exit 1); exit 1; }; }
6148 ac_cv_path_GREP
=$GREP
6153 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6154 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6155 GREP
="$ac_cv_path_GREP"
6158 { echo "$as_me:$LINENO: checking for egrep" >&5
6159 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6160 if test "${ac_cv_path_EGREP+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6163 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6164 then ac_cv_path_EGREP
="$GREP -E"
6166 # Extract the first word of "egrep" to use in msg output
6167 if test -z "$EGREP"; then
6168 set dummy
egrep; ac_prog_name
=$2
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6
6172 ac_path_EGREP_found
=false
6173 # Loop through the user's path and test for each of PROGNAME-LIST
6174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6175 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6178 test -z "$as_dir" && as_dir
=.
6179 for ac_prog
in egrep; do
6180 for ac_exec_ext
in '' $ac_executable_extensions; do
6181 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6183 # Check for GNU ac_path_EGREP and select it if it is found.
6184 # Check for GNU $ac_path_EGREP
6185 case `"$ac_path_EGREP" --version 2>&1` in
6187 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6190 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6193 cat "conftest.in" "conftest.in" >"conftest.tmp"
6194 mv "conftest.tmp" "conftest.in"
6195 cp "conftest.in" "conftest.nl"
6196 echo 'EGREP' >> "conftest.nl"
6197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6198 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6199 ac_count
=`expr $ac_count + 1`
6200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6201 # Best one so far, save it but keep looking for a better one
6202 ac_cv_path_EGREP
="$ac_path_EGREP"
6203 ac_path_EGREP_max
=$ac_count
6205 # 10*(2^10) chars as input seems more than enough
6206 test $ac_count -gt 10 && break
6208 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6212 $ac_path_EGREP_found && break 3
6222 EGREP
="$ac_cv_path_EGREP"
6223 if test -z "$EGREP"; then
6224 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6225 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6226 { (exit 1); exit 1; }; }
6230 ac_cv_path_EGREP
=$EGREP
6236 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6237 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6238 EGREP
="$ac_cv_path_EGREP"
6241 # Extract the first word of "ldconfig", so it can be a program name with args.
6242 set dummy ldconfig
; ac_word
=$2
6243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6245 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6246 echo $ECHO_N "(cached) $ECHO_C" >&6
6250 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6253 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6254 for as_dir
in /sbin
/usr
/sbin
$PATH
6257 test -z "$as_dir" && as_dir
=.
6258 for ac_exec_ext
in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6268 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6272 LDCONFIG
=$ac_cv_path_LDCONFIG
6273 if test -n "$LDCONFIG"; then
6274 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6275 echo "${ECHO_T}$LDCONFIG" >&6; }
6277 { echo "$as_me:$LINENO: result: no" >&5
6278 echo "${ECHO_T}no" >&6; }
6282 # Find a good install program. We prefer a C program (faster),
6283 # so one script is as good as another. But avoid the broken or
6284 # incompatible versions:
6285 # SysV /etc/install, /usr/sbin/install
6286 # SunOS /usr/etc/install
6287 # IRIX /sbin/install
6289 # AmigaOS /C/install, which installs bootblocks on floppy discs
6290 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6291 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6292 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6293 # OS/2's system install, which has a completely different semantic
6294 # ./install, which can be erroneously created by make from ./install.sh.
6295 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6296 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6297 if test -z "$INSTALL"; then
6298 if test "${ac_cv_path_install+set}" = set; then
6299 echo $ECHO_N "(cached) $ECHO_C" >&6
6301 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6305 test -z "$as_dir" && as_dir
=.
6306 # Account for people who put trailing slashes in PATH elements.
6308 .
/ | .
// |
/cC
/* | \
6309 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6310 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6313 # OSF1 and SCO ODT 3.0 have their own names for install.
6314 # Don't use installbsd from OSF since it installs stuff as root
6316 for ac_prog
in ginstall scoinst
install; do
6317 for ac_exec_ext
in '' $ac_executable_extensions; do
6318 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6319 if test $ac_prog = install &&
6320 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6321 # AIX install. It has an incompatible calling convention.
6323 elif test $ac_prog = install &&
6324 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6325 # program-specific install script used by HP pwplus--don't use.
6328 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6341 if test "${ac_cv_path_install+set}" = set; then
6342 INSTALL
=$ac_cv_path_install
6344 # As a last resort, use the slow shell script. Don't cache a
6345 # value for INSTALL within a source directory, because that will
6346 # break other packages using the cache if that directory is
6347 # removed, or if the value is a relative name.
6348 INSTALL
=$ac_install_sh
6351 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6352 echo "${ECHO_T}$INSTALL" >&6; }
6354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6355 # It thinks the first close brace ends the variable substitution.
6356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6360 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6363 [\\/$
]* | ?
:[\\/]* ) ;;
6364 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6367 for ac_prog
in lclint lint
6369 # Extract the first word of "$ac_prog", so it can be a program name with args.
6370 set dummy
$ac_prog; ac_word
=$2
6371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6373 if test "${ac_cv_prog_LINT+set}" = set; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6376 if test -n "$LINT"; then
6377 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6379 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6383 test -z "$as_dir" && as_dir
=.
6384 for ac_exec_ext
in '' $ac_executable_extensions; do
6385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6386 ac_cv_prog_LINT
="$ac_prog"
6387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6396 LINT
=$ac_cv_prog_LINT
6397 if test -n "$LINT"; then
6398 { echo "$as_me:$LINENO: result: $LINT" >&5
6399 echo "${ECHO_T}$LINT" >&6; }
6401 { echo "$as_me:$LINENO: result: no" >&5
6402 echo "${ECHO_T}no" >&6; }
6406 test -n "$LINT" && break
6409 if test "$LINT" = "lint"
6411 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6416 for ac_prog
in fontforge
6418 # Extract the first word of "$ac_prog", so it can be a program name with args.
6419 set dummy
$ac_prog; ac_word
=$2
6420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6422 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6423 echo $ECHO_N "(cached) $ECHO_C" >&6
6425 if test -n "$FONTFORGE"; then
6426 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6428 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6432 test -z "$as_dir" && as_dir
=.
6433 for ac_exec_ext
in '' $ac_executable_extensions; do
6434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6435 ac_cv_prog_FONTFORGE
="$ac_prog"
6436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 FONTFORGE
=$ac_cv_prog_FONTFORGE
6446 if test -n "$FONTFORGE"; then
6447 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6448 echo "${ECHO_T}$FONTFORGE" >&6; }
6450 { echo "$as_me:$LINENO: result: no" >&5
6451 echo "${ECHO_T}no" >&6; }
6455 test -n "$FONTFORGE" && break
6457 test -n "$FONTFORGE" || FONTFORGE
="false"
6459 for ac_prog
in pkg-config
6461 # Extract the first word of "$ac_prog", so it can be a program name with args.
6462 set dummy
$ac_prog; ac_word
=$2
6463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6465 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6466 echo $ECHO_N "(cached) $ECHO_C" >&6
6468 if test -n "$PKG_CONFIG"; then
6469 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6475 test -z "$as_dir" && as_dir
=.
6476 for ac_exec_ext
in '' $ac_executable_extensions; do
6477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6478 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6488 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6489 if test -n "$PKG_CONFIG"; then
6490 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6491 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6493 { echo "$as_me:$LINENO: result: no" >&5
6494 echo "${ECHO_T}no" >&6; }
6498 test -n "$PKG_CONFIG" && break
6500 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6504 # Extract the first word of "$ac_prog", so it can be a program name with args.
6505 set dummy
$ac_prog; ac_word
=$2
6506 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6508 if test "${ac_cv_prog_RSVG+set}" = set; then
6509 echo $ECHO_N "(cached) $ECHO_C" >&6
6511 if test -n "$RSVG"; then
6512 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6514 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6518 test -z "$as_dir" && as_dir
=.
6519 for ac_exec_ext
in '' $ac_executable_extensions; do
6520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 ac_cv_prog_RSVG
="$ac_prog"
6522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6531 RSVG
=$ac_cv_prog_RSVG
6532 if test -n "$RSVG"; then
6533 { echo "$as_me:$LINENO: result: $RSVG" >&5
6534 echo "${ECHO_T}$RSVG" >&6; }
6536 { echo "$as_me:$LINENO: result: no" >&5
6537 echo "${ECHO_T}no" >&6; }
6541 test -n "$RSVG" && break
6543 test -n "$RSVG" || RSVG
="false"
6545 for ac_prog
in icotool
6547 # Extract the first word of "$ac_prog", so it can be a program name with args.
6548 set dummy
$ac_prog; ac_word
=$2
6549 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6551 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6554 if test -n "$ICOTOOL"; then
6555 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6561 test -z "$as_dir" && as_dir
=.
6562 for ac_exec_ext
in '' $ac_executable_extensions; do
6563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564 ac_cv_prog_ICOTOOL
="$ac_prog"
6565 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 ICOTOOL
=$ac_cv_prog_ICOTOOL
6575 if test -n "$ICOTOOL"; then
6576 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6577 echo "${ECHO_T}$ICOTOOL" >&6; }
6579 { echo "$as_me:$LINENO: result: no" >&5
6580 echo "${ECHO_T}no" >&6; }
6584 test -n "$ICOTOOL" && break
6586 test -n "$ICOTOOL" || ICOTOOL
="false"
6589 if test "${enable_maintainer_mode+set}" = set
6591 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6592 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6593 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6598 # Extract the first word of "prelink", so it can be a program name with args.
6599 set dummy prelink
; ac_word
=$2
6600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6602 if test "${ac_cv_path_PRELINK+set}" = set; then
6603 echo $ECHO_N "(cached) $ECHO_C" >&6
6607 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6611 for as_dir
in /sbin
/usr
/sbin
$PATH
6614 test -z "$as_dir" && as_dir
=.
6615 for ac_exec_ext
in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6625 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6629 PRELINK
=$ac_cv_path_PRELINK
6630 if test -n "$PRELINK"; then
6631 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6632 echo "${ECHO_T}$PRELINK" >&6; }
6634 { echo "$as_me:$LINENO: result: no" >&5
6635 echo "${ECHO_T}no" >&6; }
6644 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6645 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6646 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6647 echo $ECHO_N "(cached) $ECHO_C" >&6
6649 ac_check_lib_save_LIBS
=$LIBS
6651 cat >conftest.
$ac_ext <<_ACEOF
6654 cat confdefs.h
>>conftest.
$ac_ext
6655 cat >>conftest.
$ac_ext <<_ACEOF
6656 /* end confdefs.h. */
6658 /* Override any GCC internal prototype to avoid an error.
6659 Use char because int might match the return type of a GCC
6660 builtin and then its argument prototype would still apply. */
6664 char i386_set_ldt ();
6668 return i386_set_ldt ();
6673 rm -f conftest.
$ac_objext conftest
$ac_exeext
6674 if { (ac_try
="$ac_link"
6676 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6677 *) ac_try_echo=$ac_try;;
6679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6680 (eval "$ac_link") 2>conftest.er1
6682 grep -v '^ *+' conftest.er1 >conftest.err
6684 cat conftest.err >&5
6685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686 (exit $ac_status); } && {
6687 test -z "$ac_c_werror_flag" ||
6688 test ! -s conftest.err
6689 } && test -s conftest$ac_exeext &&
6690 $as_test_x conftest$ac_exeext; then
6691 ac_cv_lib_i386_i386_set_ldt=yes
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 ac_cv_lib_i386_i386_set_ldt=no
6699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6700 conftest$ac_exeext conftest.$ac_ext
6701 LIBS=$ac_check_lib_save_LIBS
6703 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6704 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6705 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6706 cat >>confdefs.h <<_ACEOF
6707 #define HAVE_LIBI386 1
6715 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6716 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6717 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6718 echo $ECHO_N "(cached) $ECHO_C" >&6
6720 ac_check_lib_save_LIBS=$LIBS
6721 LIBS="-lossaudio $LIBS"
6722 cat >conftest.$ac_ext <<_ACEOF
6725 cat confdefs.h >>conftest.$ac_ext
6726 cat >>conftest.$ac_ext <<_ACEOF
6727 /* end confdefs.h. */
6729 /* Override any GCC internal prototype to avoid an error.
6730 Use char because int might match the return type of a GCC
6731 builtin and then its argument prototype would still apply. */
6739 return _oss_ioctl ();
6744 rm -f conftest.$ac_objext conftest$ac_exeext
6745 if { (ac_try="$ac_link"
6747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6748 *) ac_try_echo
=$ac_try;;
6750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6751 (eval "$ac_link") 2>conftest.er1
6753 grep -v '^ *+' conftest.er1
>conftest.err
6755 cat conftest.err
>&5
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); } && {
6758 test -z "$ac_c_werror_flag" ||
6759 test ! -s conftest.err
6760 } && test -s conftest
$ac_exeext &&
6761 $as_test_x conftest
$ac_exeext; then
6762 ac_cv_lib_ossaudio__oss_ioctl
=yes
6764 echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.
$ac_ext >&5
6767 ac_cv_lib_ossaudio__oss_ioctl
=no
6770 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6771 conftest
$ac_exeext conftest.
$ac_ext
6772 LIBS
=$ac_check_lib_save_LIBS
6774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6775 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6776 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6777 cat >>confdefs.h
<<_ACEOF
6778 #define HAVE_LIBOSSAUDIO 1
6781 LIBS
="-lossaudio $LIBS"
6785 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6786 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6787 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6788 echo $ECHO_N "(cached) $ECHO_C" >&6
6790 ac_check_lib_save_LIBS
=$LIBS
6791 LIBS
="-lpthread $LIBS"
6792 cat >conftest.
$ac_ext <<_ACEOF
6795 cat confdefs.h
>>conftest.
$ac_ext
6796 cat >>conftest.
$ac_ext <<_ACEOF
6797 /* end confdefs.h. */
6799 /* Override any GCC internal prototype to avoid an error.
6800 Use char because int might match the return type of a GCC
6801 builtin and then its argument prototype would still apply. */
6805 char pthread_create ();
6809 return pthread_create ();
6814 rm -f conftest.
$ac_objext conftest
$ac_exeext
6815 if { (ac_try
="$ac_link"
6817 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6818 *) ac_try_echo=$ac_try;;
6820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6821 (eval "$ac_link") 2>conftest.er1
6823 grep -v '^ *+' conftest.er1 >conftest.err
6825 cat conftest.err >&5
6826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827 (exit $ac_status); } && {
6828 test -z "$ac_c_werror_flag" ||
6829 test ! -s conftest.err
6830 } && test -s conftest$ac_exeext &&
6831 $as_test_x conftest$ac_exeext; then
6832 ac_cv_lib_pthread_pthread_create=yes
6834 echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6837 ac_cv_lib_pthread_pthread_create=no
6840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6841 conftest$ac_exeext conftest.$ac_ext
6842 LIBS=$ac_check_lib_save_LIBS
6844 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6845 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6846 if test $ac_cv_lib_pthread_pthread_create = yes; then
6847 LIBPTHREAD="-lpthread"
6858 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6859 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6860 if test "${ac_cv_header_stdc+set}" = set; then
6861 echo $ECHO_N "(cached) $ECHO_C" >&6
6863 cat >conftest.$ac_ext <<_ACEOF
6866 cat confdefs.h >>conftest.$ac_ext
6867 cat >>conftest.$ac_ext <<_ACEOF
6868 /* end confdefs.h. */
6882 rm -f conftest.$ac_objext
6883 if { (ac_try="$ac_compile"
6885 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6886 *) ac_try_echo
=$ac_try;;
6888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6889 (eval "$ac_compile") 2>conftest.er1
6891 grep -v '^ *+' conftest.er1
>conftest.err
6893 cat conftest.err
>&5
6894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6895 (exit $ac_status); } && {
6896 test -z "$ac_c_werror_flag" ||
6897 test ! -s conftest.err
6898 } && test -s conftest.
$ac_objext; then
6899 ac_cv_header_stdc
=yes
6901 echo "$as_me: failed program was:" >&5
6902 sed 's/^/| /' conftest.
$ac_ext >&5
6904 ac_cv_header_stdc
=no
6907 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6909 if test $ac_cv_header_stdc = yes; then
6910 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6911 cat >conftest.
$ac_ext <<_ACEOF
6914 cat confdefs.h
>>conftest.
$ac_ext
6915 cat >>conftest.
$ac_ext <<_ACEOF
6916 /* end confdefs.h. */
6920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6921 $EGREP "memchr" >/dev
/null
2>&1; then
6924 ac_cv_header_stdc
=no
6930 if test $ac_cv_header_stdc = yes; then
6931 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6932 cat >conftest.
$ac_ext <<_ACEOF
6935 cat confdefs.h
>>conftest.
$ac_ext
6936 cat >>conftest.
$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6942 $EGREP "free" >/dev
/null
2>&1; then
6945 ac_cv_header_stdc
=no
6951 if test $ac_cv_header_stdc = yes; then
6952 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6953 if test "$cross_compiling" = yes; then
6956 cat >conftest.
$ac_ext <<_ACEOF
6959 cat confdefs.h
>>conftest.
$ac_ext
6960 cat >>conftest.
$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6964 #if ((' ' & 0x0FF) == 0x020)
6965 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6966 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6968 # define ISLOWER(c) \
6969 (('a' <= (c) && (c) <= 'i') \
6970 || ('j' <= (c) && (c) <= 'r') \
6971 || ('s' <= (c) && (c) <= 'z'))
6972 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6975 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6980 for (i = 0; i < 256; i++)
6981 if (XOR (islower (i), ISLOWER (i))
6982 || toupper (i) != TOUPPER (i))
6987 rm -f conftest
$ac_exeext
6988 if { (ac_try
="$ac_link"
6990 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6991 *) ac_try_echo=$ac_try;;
6993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6994 (eval "$ac_link") 2>&5
6996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6997 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6998 { (case "(($ac_try" in
6999 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7000 *) ac_try_echo
=$ac_try;;
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003 (eval "$ac_try") 2>&5
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); }; }; then
7009 echo "$as_me: program exited with status $ac_status" >&5
7010 echo "$as_me: failed program was:" >&5
7011 sed 's/^/| /' conftest.
$ac_ext >&5
7014 ac_cv_header_stdc
=no
7016 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7022 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7023 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7024 if test $ac_cv_header_stdc = yes; then
7026 cat >>confdefs.h
<<\_ACEOF
7027 #define STDC_HEADERS 1
7032 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7042 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7043 inttypes.h stdint.h unistd.h
7045 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7048 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7049 echo $ECHO_N "(cached) $ECHO_C" >&6
7051 cat >conftest.
$ac_ext <<_ACEOF
7054 cat confdefs.h
>>conftest.
$ac_ext
7055 cat >>conftest.
$ac_ext <<_ACEOF
7056 /* end confdefs.h. */
7057 $ac_includes_default
7059 #include <$ac_header>
7061 rm -f conftest.
$ac_objext
7062 if { (ac_try
="$ac_compile"
7064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7065 *) ac_try_echo=$ac_try;;
7067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7068 (eval "$ac_compile") 2>conftest.er1
7070 grep -v '^ *+' conftest.er1 >conftest.err
7072 cat conftest.err >&5
7073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7074 (exit $ac_status); } && {
7075 test -z "$ac_c_werror_flag" ||
7076 test ! -s conftest.err
7077 } && test -s conftest.$ac_objext; then
7078 eval "$as_ac_Header=yes"
7080 echo "$as_me: failed program was:" >&5
7081 sed 's/^/| /' conftest.$ac_ext >&5
7083 eval "$as_ac_Header=no"
7086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7088 ac_res=`eval echo '${'$as_ac_Header'}'`
7089 { echo "$as_me:$LINENO: result: $ac_res" >&5
7090 echo "${ECHO_T}$ac_res" >&6; }
7091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7092 cat >>confdefs.h <<_ACEOF
7093 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7213 AudioUnit/AudioUnit.h \
7215 CoreAudio/CoreAudio.h \
7216 DiskArbitration/DiskArbitration.h \
7229 fontconfig/fontconfig.h \
7255 machine/soundcard.h \
7260 netinet/in_systm.h \
7322 valgrind/memcheck.h \
7326 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7328 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7331 echo $ECHO_N "(cached) $ECHO_C" >&6
7333 ac_res=`eval echo '${'$as_ac_Header'}'`
7334 { echo "$as_me:$LINENO: result: $ac_res" >&5
7335 echo "${ECHO_T}$ac_res" >&6; }
7337 # Is the header compilable?
7338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7340 cat >conftest.$ac_ext <<_ACEOF
7343 cat confdefs.h >>conftest.$ac_ext
7344 cat >>conftest.$ac_ext <<_ACEOF
7345 /* end confdefs.h. */
7346 $ac_includes_default
7347 #include <$ac_header>
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7353 *) ac_try_echo
=$ac_try;;
7355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7356 (eval "$ac_compile") 2>conftest.er1
7358 grep -v '^ *+' conftest.er1
>conftest.err
7360 cat conftest.err
>&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && {
7363 test -z "$ac_c_werror_flag" ||
7364 test ! -s conftest.err
7365 } && test -s conftest.
$ac_objext; then
7366 ac_header_compiler
=yes
7368 echo "$as_me: failed program was:" >&5
7369 sed 's/^/| /' conftest.
$ac_ext >&5
7371 ac_header_compiler
=no
7374 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7376 echo "${ECHO_T}$ac_header_compiler" >&6; }
7378 # Is the header present?
7379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7381 cat >conftest.
$ac_ext <<_ACEOF
7384 cat confdefs.h
>>conftest.
$ac_ext
7385 cat >>conftest.
$ac_ext <<_ACEOF
7386 /* end confdefs.h. */
7387 #include <$ac_header>
7389 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7391 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7392 *) ac_try_echo=$ac_try;;
7394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7397 grep -v '^ *+' conftest.er1 >conftest.err
7399 cat conftest.err >&5
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); } >/dev/null && {
7402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7403 test ! -s conftest.err
7405 ac_header_preproc=yes
7407 echo "$as_me: failed program was:" >&5
7408 sed 's/^/| /' conftest.$ac_ext >&5
7410 ac_header_preproc=no
7413 rm -f conftest.err conftest.$ac_ext
7414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7415 echo "${ECHO_T}$ac_header_preproc" >&6; }
7417 # So? What about this header?
7418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7420 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7424 ac_header_preproc=yes
7427 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7429 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7430 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7434 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7440 ## ------------------------------------ ##
7441 ## Report this to wine-devel@winehq.org ##
7442 ## ------------------------------------ ##
7444 ) | sed "s/^/$as_me: WARNING: /" >&2
7447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7452 eval "$as_ac_Header=\$ac_header_preproc"
7454 ac_res=`eval echo '${'$as_ac_Header'}'`
7455 { echo "$as_me:$LINENO: result: $ac_res" >&5
7456 echo "${ECHO_T}$ac_res" >&6; }
7459 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7460 cat >>confdefs.h <<_ACEOF
7461 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7468 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7469 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7470 if test "${ac_cv_header_stat_broken+set}" = set; then
7471 echo $ECHO_N "(cached) $ECHO_C" >&6
7473 cat >conftest.$ac_ext <<_ACEOF
7476 cat confdefs.h >>conftest.$ac_ext
7477 cat >>conftest.$ac_ext <<_ACEOF
7478 /* end confdefs.h. */
7479 #include <sys/types.h>
7480 #include <sys/stat.h>
7482 #if defined S_ISBLK && defined S_IFDIR
7483 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7486 #if defined S_ISBLK && defined S_IFCHR
7487 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7490 #if defined S_ISLNK && defined S_IFREG
7491 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7494 #if defined S_ISSOCK && defined S_IFREG
7495 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7499 rm -f conftest.$ac_objext
7500 if { (ac_try="$ac_compile"
7502 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7503 *) ac_try_echo
=$ac_try;;
7505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7506 (eval "$ac_compile") 2>conftest.er1
7508 grep -v '^ *+' conftest.er1
>conftest.err
7510 cat conftest.err
>&5
7511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7512 (exit $ac_status); } && {
7513 test -z "$ac_c_werror_flag" ||
7514 test ! -s conftest.err
7515 } && test -s conftest.
$ac_objext; then
7516 ac_cv_header_stat_broken
=no
7518 echo "$as_me: failed program was:" >&5
7519 sed 's/^/| /' conftest.
$ac_ext >&5
7521 ac_cv_header_stat_broken
=yes
7524 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7526 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7527 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7528 if test $ac_cv_header_stat_broken = yes; then
7530 cat >>confdefs.h
<<\_ACEOF
7531 #define STAT_MACROS_BROKEN 1
7542 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7544 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7545 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7547 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7548 echo $ECHO_N "(cached) $ECHO_C" >&6
7550 cat >conftest.
$ac_ext <<_ACEOF
7553 cat confdefs.h
>>conftest.
$ac_ext
7554 cat >>conftest.
$ac_ext <<_ACEOF
7555 /* end confdefs.h. */
7556 #include <sys/types.h>
7557 #ifdef HAVE_SYS_PARAM_H
7558 # include <sys/param.h>
7561 #include <$ac_header>
7563 rm -f conftest.
$ac_objext
7564 if { (ac_try
="$ac_compile"
7566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7567 *) ac_try_echo=$ac_try;;
7569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7570 (eval "$ac_compile") 2>conftest.er1
7572 grep -v '^ *+' conftest.er1 >conftest.err
7574 cat conftest.err >&5
7575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7576 (exit $ac_status); } && {
7577 test -z "$ac_c_werror_flag" ||
7578 test ! -s conftest.err
7579 } && test -s conftest.$ac_objext; then
7580 eval "$as_ac_Header=yes"
7582 echo "$as_me: failed program was:" >&5
7583 sed 's/^/| /' conftest.$ac_ext >&5
7585 eval "$as_ac_Header=no"
7588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7590 ac_res=`eval echo '${'$as_ac_Header'}'`
7591 { echo "$as_me:$LINENO: result: $ac_res" >&5
7592 echo "${ECHO_T}$ac_res" >&6; }
7593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7594 cat >>confdefs.h <<_ACEOF
7595 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7622 netinet/if_ether.h \
7630 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7631 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7633 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7634 echo $ECHO_N "(cached) $ECHO_C" >&6
7636 cat >conftest.$ac_ext <<_ACEOF
7639 cat confdefs.h >>conftest.$ac_ext
7640 cat >>conftest.$ac_ext <<_ACEOF
7641 /* end confdefs.h. */
7642 #include <sys/types.h>
7643 #ifdef HAVE_SYS_SOCKET_H
7644 # include <sys/socket.h>
7646 #ifdef HAVE_SYS_SOCKETVAR_H
7647 # include <sys/socketvar.h>
7649 #ifdef HAVE_NETINET_IN_H
7650 # include <netinet/in.h>
7652 #ifdef HAVE_NETINET_IP_H
7653 # include <netinet/ip.h>
7656 #include <$ac_header>
7658 rm -f conftest.$ac_objext
7659 if { (ac_try="$ac_compile"
7661 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7662 *) ac_try_echo
=$ac_try;;
7664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7665 (eval "$ac_compile") 2>conftest.er1
7667 grep -v '^ *+' conftest.er1
>conftest.err
7669 cat conftest.err
>&5
7670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671 (exit $ac_status); } && {
7672 test -z "$ac_c_werror_flag" ||
7673 test ! -s conftest.err
7674 } && test -s conftest.
$ac_objext; then
7675 eval "$as_ac_Header=yes"
7677 echo "$as_me: failed program was:" >&5
7678 sed 's/^/| /' conftest.
$ac_ext >&5
7680 eval "$as_ac_Header=no"
7683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7685 ac_res
=`eval echo '${'$as_ac_Header'}'`
7686 { echo "$as_me:$LINENO: result: $ac_res" >&5
7687 echo "${ECHO_T}$ac_res" >&6; }
7688 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7689 cat >>confdefs.h
<<_ACEOF
7690 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7702 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7704 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7705 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7707 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7708 echo $ECHO_N "(cached) $ECHO_C" >&6
7710 cat >conftest.
$ac_ext <<_ACEOF
7713 cat confdefs.h
>>conftest.
$ac_ext
7714 cat >>conftest.
$ac_ext <<_ACEOF
7715 /* end confdefs.h. */
7716 #include <sys/types.h>
7720 #ifdef HAVE_SYS_SOCKET_H
7721 # include <sys/socket.h>
7723 #ifdef HAVE_SYS_SOCKETVAR_H
7724 # include <sys/socketvar.h>
7726 #ifdef HAVE_NETINET_IN_H
7727 # include <netinet/in.h>
7729 #ifdef HAVE_NETINET_IP_H
7730 # include <netinet/ip.h>
7732 #ifdef HAVE_NETINET_IP_VAR_H
7733 # include <netinet/ip_var.h>
7735 #ifdef HAVE_NETINET_IP_ICMP_H
7736 # include <netinet/ip_icmp.h>
7738 #ifdef HAVE_NETINET_UDP_H
7739 # include <netinet/udp.h>
7741 #ifdef HAVE_NETINET_TCP_H
7742 # include <netinet/tcp.h>
7745 #include <$ac_header>
7747 rm -f conftest.
$ac_objext
7748 if { (ac_try
="$ac_compile"
7750 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7751 *) ac_try_echo=$ac_try;;
7753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7754 (eval "$ac_compile") 2>conftest.er1
7756 grep -v '^ *+' conftest.er1 >conftest.err
7758 cat conftest.err >&5
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 (exit $ac_status); } && {
7761 test -z "$ac_c_werror_flag" ||
7762 test ! -s conftest.err
7763 } && test -s conftest.$ac_objext; then
7764 eval "$as_ac_Header=yes"
7766 echo "$as_me: failed program was:" >&5
7767 sed 's/^/| /' conftest.$ac_ext >&5
7769 eval "$as_ac_Header=no"
7772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7774 ac_res=`eval echo '${'$as_ac_Header'}'`
7775 { echo "$as_me:$LINENO: result: $ac_res" >&5
7776 echo "${ECHO_T}$ac_res" >&6; }
7777 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7778 cat >>confdefs.h <<_ACEOF
7779 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7788 for ac_header in linux/ipx.h
7790 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7791 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7792 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7794 echo $ECHO_N "(cached) $ECHO_C" >&6
7796 cat >conftest.$ac_ext <<_ACEOF
7799 cat confdefs.h >>conftest.$ac_ext
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h. */
7802 #include <sys/types.h>
7803 #ifdef HAVE_ASM_TYPES_H
7804 # include <asm/types.h>
7806 #ifdef HAVE_SYS_SOCKET_H
7807 # include <sys/socket.h>
7810 #include <$ac_header>
7812 rm -f conftest.$ac_objext
7813 if { (ac_try="$ac_compile"
7815 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7816 *) ac_try_echo
=$ac_try;;
7818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7819 (eval "$ac_compile") 2>conftest.er1
7821 grep -v '^ *+' conftest.er1
>conftest.err
7823 cat conftest.err
>&5
7824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825 (exit $ac_status); } && {
7826 test -z "$ac_c_werror_flag" ||
7827 test ! -s conftest.err
7828 } && test -s conftest.
$ac_objext; then
7829 eval "$as_ac_Header=yes"
7831 echo "$as_me: failed program was:" >&5
7832 sed 's/^/| /' conftest.
$ac_ext >&5
7834 eval "$as_ac_Header=no"
7837 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7839 ac_res
=`eval echo '${'$as_ac_Header'}'`
7840 { echo "$as_me:$LINENO: result: $ac_res" >&5
7841 echo "${ECHO_T}$ac_res" >&6; }
7842 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7843 cat >>confdefs.h
<<_ACEOF
7844 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7853 for ac_header
in resolv.h
7855 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7858 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7861 cat >conftest.
$ac_ext <<_ACEOF
7864 cat confdefs.h
>>conftest.
$ac_ext
7865 cat >>conftest.
$ac_ext <<_ACEOF
7866 /* end confdefs.h. */
7867 #include <sys/types.h>
7868 #ifdef HAVE_SYS_SOCKET_H
7869 # include <sys/socket.h>
7871 #ifdef HAVE_NETINET_IN_H
7872 # include <netinet/in.h>
7874 #ifdef HAVE_ARPA_NAMESER_H
7875 # include <arpa/nameser.h>
7878 #include <$ac_header>
7880 rm -f conftest.
$ac_objext
7881 if { (ac_try
="$ac_compile"
7883 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7884 *) ac_try_echo=$ac_try;;
7886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7887 (eval "$ac_compile") 2>conftest.er1
7889 grep -v '^ *+' conftest.er1 >conftest.err
7891 cat conftest.err >&5
7892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); } && {
7894 test -z "$ac_c_werror_flag" ||
7895 test ! -s conftest.err
7896 } && test -s conftest.$ac_objext; then
7897 eval "$as_ac_Header=yes"
7899 echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 eval "$as_ac_Header=no"
7905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7907 ac_res=`eval echo '${'$as_ac_Header'}'`
7908 { echo "$as_me:$LINENO: result: $ac_res" >&5
7909 echo "${ECHO_T}$ac_res" >&6; }
7910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7911 cat >>confdefs.h <<_ACEOF
7912 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7921 for ac_header in ucontext.h
7923 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7927 echo $ECHO_N "(cached) $ECHO_C" >&6
7929 cat >conftest.$ac_ext <<_ACEOF
7932 cat confdefs.h >>conftest.$ac_ext
7933 cat >>conftest.$ac_ext <<_ACEOF
7934 /* end confdefs.h. */
7937 #include <$ac_header>
7939 rm -f conftest.$ac_objext
7940 if { (ac_try="$ac_compile"
7942 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7943 *) ac_try_echo
=$ac_try;;
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946 (eval "$ac_compile") 2>conftest.er1
7948 grep -v '^ *+' conftest.er1
>conftest.err
7950 cat conftest.err
>&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); } && {
7953 test -z "$ac_c_werror_flag" ||
7954 test ! -s conftest.err
7955 } && test -s conftest.
$ac_objext; then
7956 eval "$as_ac_Header=yes"
7958 echo "$as_me: failed program was:" >&5
7959 sed 's/^/| /' conftest.
$ac_ext >&5
7961 eval "$as_ac_Header=no"
7964 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7966 ac_res
=`eval echo '${'$as_ac_Header'}'`
7967 { echo "$as_me:$LINENO: result: $ac_res" >&5
7968 echo "${ECHO_T}$ac_res" >&6; }
7969 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7970 cat >>confdefs.h
<<_ACEOF
7971 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7980 for ac_header
in sys
/thr.h
7982 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7983 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7984 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7985 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7986 echo $ECHO_N "(cached) $ECHO_C" >&6
7988 cat >conftest.
$ac_ext <<_ACEOF
7991 cat confdefs.h
>>conftest.
$ac_ext
7992 cat >>conftest.
$ac_ext <<_ACEOF
7993 /* end confdefs.h. */
7994 #include <sys/types.h>
7995 #ifdef HAVE_UCONTEXT_H
7996 #include <ucontext.h>
7999 #include <$ac_header>
8001 rm -f conftest.
$ac_objext
8002 if { (ac_try
="$ac_compile"
8004 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8005 *) ac_try_echo=$ac_try;;
8007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8008 (eval "$ac_compile") 2>conftest.er1
8010 grep -v '^ *+' conftest.er1 >conftest.err
8012 cat conftest.err >&5
8013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); } && {
8015 test -z "$ac_c_werror_flag" ||
8016 test ! -s conftest.err
8017 } && test -s conftest.$ac_objext; then
8018 eval "$as_ac_Header=yes"
8020 echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8023 eval "$as_ac_Header=no"
8026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8028 ac_res=`eval echo '${'$as_ac_Header'}'`
8029 { echo "$as_me:$LINENO: result: $ac_res" >&5
8030 echo "${ECHO_T}$ac_res" >&6; }
8031 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8032 cat >>confdefs.h <<_ACEOF
8033 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8042 for ac_header in pthread_np.h
8044 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8048 echo $ECHO_N "(cached) $ECHO_C" >&6
8050 cat >conftest.$ac_ext <<_ACEOF
8053 cat confdefs.h >>conftest.$ac_ext
8054 cat >>conftest.$ac_ext <<_ACEOF
8055 /* end confdefs.h. */
8056 #ifdef HAVE_PTHREAD_H
8057 #include <pthread.h>
8060 #include <$ac_header>
8062 rm -f conftest.$ac_objext
8063 if { (ac_try="$ac_compile"
8065 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8066 *) ac_try_echo
=$ac_try;;
8068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8069 (eval "$ac_compile") 2>conftest.er1
8071 grep -v '^ *+' conftest.er1
>conftest.err
8073 cat conftest.err
>&5
8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 (exit $ac_status); } && {
8076 test -z "$ac_c_werror_flag" ||
8077 test ! -s conftest.err
8078 } && test -s conftest.
$ac_objext; then
8079 eval "$as_ac_Header=yes"
8081 echo "$as_me: failed program was:" >&5
8082 sed 's/^/| /' conftest.
$ac_ext >&5
8084 eval "$as_ac_Header=no"
8087 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8089 ac_res
=`eval echo '${'$as_ac_Header'}'`
8090 { echo "$as_me:$LINENO: result: $ac_res" >&5
8091 echo "${ECHO_T}$ac_res" >&6; }
8092 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8093 cat >>confdefs.h
<<_ACEOF
8094 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8103 for ac_header
in linux
/videodev.h
8105 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8106 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8108 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8109 echo $ECHO_N "(cached) $ECHO_C" >&6
8111 cat >conftest.
$ac_ext <<_ACEOF
8114 cat confdefs.h
>>conftest.
$ac_ext
8115 cat >>conftest.
$ac_ext <<_ACEOF
8116 /* end confdefs.h. */
8117 #ifdef HAVE_SYS_TIME_H
8118 #include <sys/time.h>
8120 #include <sys/types.h>
8121 #ifdef HAVE_ASM_TYPES_H
8122 #include <asm/types.h>
8125 #include <$ac_header>
8127 rm -f conftest.
$ac_objext
8128 if { (ac_try
="$ac_compile"
8130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8131 *) ac_try_echo=$ac_try;;
8133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8134 (eval "$ac_compile") 2>conftest.er1
8136 grep -v '^ *+' conftest.er1 >conftest.err
8138 cat conftest.err >&5
8139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8140 (exit $ac_status); } && {
8141 test -z "$ac_c_werror_flag" ||
8142 test ! -s conftest.err
8143 } && test -s conftest.$ac_objext; then
8144 eval "$as_ac_Header=yes"
8146 echo "$as_me: failed program was:" >&5
8147 sed 's/^/| /' conftest.$ac_ext >&5
8149 eval "$as_ac_Header=no"
8152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8154 ac_res=`eval echo '${'$as_ac_Header'}'`
8155 { echo "$as_me:$LINENO: result: $ac_res" >&5
8156 echo "${ECHO_T}$ac_res" >&6; }
8157 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8158 cat >>confdefs.h <<_ACEOF
8159 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8168 for ac_header in linux/capi.h
8170 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8171 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8174 echo $ECHO_N "(cached) $ECHO_C" >&6
8176 cat >conftest.$ac_ext <<_ACEOF
8179 cat confdefs.h >>conftest.$ac_ext
8180 cat >>conftest.$ac_ext <<_ACEOF
8181 /* end confdefs.h. */
8184 #include <$ac_header>
8186 rm -f conftest.$ac_objext
8187 if { (ac_try="$ac_compile"
8189 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8190 *) ac_try_echo
=$ac_try;;
8192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8193 (eval "$ac_compile") 2>conftest.er1
8195 grep -v '^ *+' conftest.er1
>conftest.err
8197 cat conftest.err
>&5
8198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8199 (exit $ac_status); } && {
8200 test -z "$ac_c_werror_flag" ||
8201 test ! -s conftest.err
8202 } && test -s conftest.
$ac_objext; then
8203 eval "$as_ac_Header=yes"
8205 echo "$as_me: failed program was:" >&5
8206 sed 's/^/| /' conftest.
$ac_ext >&5
8208 eval "$as_ac_Header=no"
8211 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8213 ac_res
=`eval echo '${'$as_ac_Header'}'`
8214 { echo "$as_me:$LINENO: result: $ac_res" >&5
8215 echo "${ECHO_T}$ac_res" >&6; }
8216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8217 cat >>confdefs.h
<<_ACEOF
8218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8229 DLLFLAGS
="-D_REENTRANT"
8243 # Extract the first word of "ldd", so it can be a program name with args.
8244 set dummy ldd
; ac_word
=$2
8245 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8247 if test "${ac_cv_path_LDD+set}" = set; then
8248 echo $ECHO_N "(cached) $ECHO_C" >&6
8252 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8255 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8256 as_dummy
="/sbin:/usr/sbin:$PATH"
8257 for as_dir
in $as_dummy
8260 test -z "$as_dir" && as_dir
=.
8261 for ac_exec_ext
in '' $ac_executable_extensions; do
8262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8263 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8264 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8271 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8276 if test -n "$LDD"; then
8277 { echo "$as_me:$LINENO: result: $LDD" >&5
8278 echo "${ECHO_T}$LDD" >&6; }
8280 { echo "$as_me:$LINENO: result: no" >&5
8281 echo "${ECHO_T}no" >&6; }
8288 if test -n "$ac_tool_prefix"; then
8289 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8290 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8293 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8294 echo $ECHO_N "(cached) $ECHO_C" >&6
8296 if test -n "$DLLTOOL"; then
8297 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8303 test -z "$as_dir" && as_dir
=.
8304 for ac_exec_ext
in '' $ac_executable_extensions; do
8305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8306 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8316 DLLTOOL
=$ac_cv_prog_DLLTOOL
8317 if test -n "$DLLTOOL"; then
8318 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8319 echo "${ECHO_T}$DLLTOOL" >&6; }
8321 { echo "$as_me:$LINENO: result: no" >&5
8322 echo "${ECHO_T}no" >&6; }
8327 if test -z "$ac_cv_prog_DLLTOOL"; then
8328 ac_ct_DLLTOOL
=$DLLTOOL
8329 # Extract the first word of "dlltool", so it can be a program name with args.
8330 set dummy dlltool
; ac_word
=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8334 echo $ECHO_N "(cached) $ECHO_C" >&6
8336 if test -n "$ac_ct_DLLTOOL"; then
8337 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8343 test -z "$as_dir" && as_dir
=.
8344 for ac_exec_ext
in '' $ac_executable_extensions; do
8345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8356 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8357 if test -n "$ac_ct_DLLTOOL"; then
8358 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8359 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8361 { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8365 if test "x$ac_ct_DLLTOOL" = x
; then
8368 case $cross_compiling:$ac_tool_warned in
8370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8371 whose name does not start with the host triplet. If you think this
8372 configuration is useful to you, please write to autoconf@gnu.org." >&5
8373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8374 whose name does not start with the host triplet. If you think this
8375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8376 ac_tool_warned
=yes ;;
8378 DLLTOOL
=$ac_ct_DLLTOOL
8381 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8384 if test -n "$ac_tool_prefix"; then
8385 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8386 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8389 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8390 echo $ECHO_N "(cached) $ECHO_C" >&6
8392 if test -n "$DLLWRAP"; then
8393 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8395 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8399 test -z "$as_dir" && as_dir
=.
8400 for ac_exec_ext
in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8412 DLLWRAP
=$ac_cv_prog_DLLWRAP
8413 if test -n "$DLLWRAP"; then
8414 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8415 echo "${ECHO_T}$DLLWRAP" >&6; }
8417 { echo "$as_me:$LINENO: result: no" >&5
8418 echo "${ECHO_T}no" >&6; }
8423 if test -z "$ac_cv_prog_DLLWRAP"; then
8424 ac_ct_DLLWRAP
=$DLLWRAP
8425 # Extract the first word of "dllwrap", so it can be a program name with args.
8426 set dummy dllwrap
; ac_word
=$2
8427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8429 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8432 if test -n "$ac_ct_DLLWRAP"; then
8433 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8435 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8439 test -z "$as_dir" && as_dir
=.
8440 for ac_exec_ext
in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8452 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8453 if test -n "$ac_ct_DLLWRAP"; then
8454 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8455 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8457 { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8461 if test "x$ac_ct_DLLWRAP" = x
; then
8464 case $cross_compiling:$ac_tool_warned in
8466 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8467 whose name does not start with the host triplet. If you think this
8468 configuration is useful to you, please write to autoconf@gnu.org." >&5
8469 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8470 whose name does not start with the host triplet. If you think this
8471 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8472 ac_tool_warned
=yes ;;
8474 DLLWRAP
=$ac_ct_DLLWRAP
8477 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8480 if test -n "$ac_tool_prefix"; then
8481 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8482 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8485 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8486 echo $ECHO_N "(cached) $ECHO_C" >&6
8488 if test -n "$MINGWAR"; then
8489 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8491 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8495 test -z "$as_dir" && as_dir
=.
8496 for ac_exec_ext
in '' $ac_executable_extensions; do
8497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8498 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8499 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8508 MINGWAR
=$ac_cv_prog_MINGWAR
8509 if test -n "$MINGWAR"; then
8510 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8511 echo "${ECHO_T}$MINGWAR" >&6; }
8513 { echo "$as_me:$LINENO: result: no" >&5
8514 echo "${ECHO_T}no" >&6; }
8519 if test -z "$ac_cv_prog_MINGWAR"; then
8520 ac_ct_MINGWAR
=$MINGWAR
8521 # Extract the first word of "ar", so it can be a program name with args.
8522 set dummy
ar; ac_word
=$2
8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8525 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8528 if test -n "$ac_ct_MINGWAR"; then
8529 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8531 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8535 test -z "$as_dir" && as_dir
=.
8536 for ac_exec_ext
in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_prog_ac_ct_MINGWAR
="ar"
8539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8548 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8549 if test -n "$ac_ct_MINGWAR"; then
8550 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8551 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8553 { echo "$as_me:$LINENO: result: no" >&5
8554 echo "${ECHO_T}no" >&6; }
8557 if test "x$ac_ct_MINGWAR" = x
; then
8560 case $cross_compiling:$ac_tool_warned in
8562 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8563 whose name does not start with the host triplet. If you think this
8564 configuration is useful to you, please write to autoconf@gnu.org." >&5
8565 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8566 whose name does not start with the host triplet. If you think this
8567 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8568 ac_tool_warned
=yes ;;
8570 MINGWAR
=$ac_ct_MINGWAR
8573 MINGWAR
="$ac_cv_prog_MINGWAR"
8576 if test "$DLLWRAP" = "false"; then
8584 enable_iphlpapi
=${enable_iphlpapi:-no}
8585 enable_kernel32
=${enable_kernel32:-no}
8586 enable_msvcrt
=${enable_msvcrt:-no}
8587 enable_ntdll
=${enable_ntdll:-no}
8588 enable_ws2_32
=${enable_ws2_32:-no}
8589 enable_loader
=${enable_loader:-no}
8590 enable_server
=${enable_server:-no}
8595 DLLFLAGS
="$DLLFLAGS -fPIC"
8596 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8597 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8598 LDSHARED
="\$(CC) -dynamiclib"
8600 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8601 SECURITYLIB
="-framework Security -framework CoreFoundation"
8603 COREFOUNDATIONLIB
="-framework CoreFoundation"
8605 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8607 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8609 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8611 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8614 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8616 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8621 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8623 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8625 CARBONLIB
="-framework Carbon"
8627 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8631 DLLFLAGS
="$DLLFLAGS -fPIC"
8633 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8634 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8635 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8636 echo $ECHO_N "(cached) $ECHO_C" >&6
8638 ac_wine_try_cflags_saved
=$CFLAGS
8639 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8640 cat >conftest.
$ac_ext <<_ACEOF
8643 rm -f conftest.
$ac_objext conftest
$ac_exeext
8644 if { (ac_try
="$ac_link"
8646 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8647 *) ac_try_echo=$ac_try;;
8649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8650 (eval "$ac_link") 2>conftest.er1
8652 grep -v '^ *+' conftest.er1 >conftest.err
8654 cat conftest.err >&5
8655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8656 (exit $ac_status); } && {
8657 test -z "$ac_c_werror_flag" ||
8658 test ! -s conftest.err
8659 } && test -s conftest$ac_exeext &&
8660 $as_test_x conftest$ac_exeext; then
8661 ac_cv_c_dll_gnuelf="yes"
8663 echo "$as_me: failed program was:" >&5
8664 sed 's/^/| /' conftest.$ac_ext >&5
8666 ac_cv_c_dll_gnuelf="no"
8669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8670 conftest$ac_exeext conftest.$ac_ext
8671 CFLAGS=$ac_wine_try_cflags_saved
8673 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8674 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8675 if test "$ac_cv_c_dll_gnuelf" = "yes"
8677 LDSHARED="\$(CC) -shared"
8678 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8679 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8680 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8681 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8682 echo $ECHO_N "(cached) $ECHO_C" >&6
8684 ac_wine_try_cflags_saved=$CFLAGS
8685 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8686 cat >conftest.$ac_ext <<_ACEOF
8689 cat confdefs.h >>conftest.$ac_ext
8690 cat >>conftest.$ac_ext <<_ACEOF
8691 /* end confdefs.h. */
8701 rm -f conftest.$ac_objext conftest$ac_exeext
8702 if { (ac_try="$ac_link"
8704 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8705 *) ac_try_echo
=$ac_try;;
8707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8708 (eval "$ac_link") 2>conftest.er1
8710 grep -v '^ *+' conftest.er1
>conftest.err
8712 cat conftest.err
>&5
8713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8714 (exit $ac_status); } && {
8715 test -z "$ac_c_werror_flag" ||
8716 test ! -s conftest.err
8717 } && test -s conftest
$ac_exeext &&
8718 $as_test_x conftest
$ac_exeext; then
8719 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8721 echo "$as_me: failed program was:" >&5
8722 sed 's/^/| /' conftest.
$ac_ext >&5
8724 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8727 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8728 conftest
$ac_exeext conftest.
$ac_ext
8729 CFLAGS
=$ac_wine_try_cflags_saved
8731 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8732 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8733 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8734 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8736 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8737 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8738 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8739 echo $ECHO_N "(cached) $ECHO_C" >&6
8741 ac_wine_try_cflags_saved
=$CFLAGS
8742 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8743 cat >conftest.
$ac_ext <<_ACEOF
8746 cat confdefs.h
>>conftest.
$ac_ext
8747 cat >>conftest.
$ac_ext <<_ACEOF
8748 /* end confdefs.h. */
8758 rm -f conftest.
$ac_objext conftest
$ac_exeext
8759 if { (ac_try
="$ac_link"
8761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8762 *) ac_try_echo=$ac_try;;
8764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8765 (eval "$ac_link") 2>conftest.er1
8767 grep -v '^ *+' conftest.er1 >conftest.err
8769 cat conftest.err >&5
8770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771 (exit $ac_status); } && {
8772 test -z "$ac_c_werror_flag" ||
8773 test ! -s conftest.err
8774 } && test -s conftest$ac_exeext &&
8775 $as_test_x conftest$ac_exeext; then
8776 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8778 echo "$as_me: failed program was:" >&5
8779 sed 's/^/| /' conftest.$ac_ext >&5
8781 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8785 conftest$ac_exeext conftest.$ac_ext
8786 CFLAGS=$ac_wine_try_cflags_saved
8788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8789 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8790 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8791 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8797 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8798 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8799 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8800 echo $ECHO_N "(cached) $ECHO_C" >&6
8802 ac_wine_try_cflags_saved=$CFLAGS
8803 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8804 cat >conftest.$ac_ext <<_ACEOF
8807 cat confdefs.h >>conftest.$ac_ext
8808 cat >>conftest.$ac_ext <<_ACEOF
8809 /* end confdefs.h. */
8819 rm -f conftest.$ac_objext conftest$ac_exeext
8820 if { (ac_try="$ac_link"
8822 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8823 *) ac_try_echo
=$ac_try;;
8825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8826 (eval "$ac_link") 2>conftest.er1
8828 grep -v '^ *+' conftest.er1
>conftest.err
8830 cat conftest.err
>&5
8831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8832 (exit $ac_status); } && {
8833 test -z "$ac_c_werror_flag" ||
8834 test ! -s conftest.err
8835 } && test -s conftest
$ac_exeext &&
8836 $as_test_x conftest
$ac_exeext; then
8837 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8839 echo "$as_me: failed program was:" >&5
8840 sed 's/^/| /' conftest.
$ac_ext >&5
8842 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8845 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8846 conftest
$ac_exeext conftest.
$ac_ext
8847 CFLAGS
=$ac_wine_try_cflags_saved
8849 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8850 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8851 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8852 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8856 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8857 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8858 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8859 echo $ECHO_N "(cached) $ECHO_C" >&6
8861 ac_wine_try_cflags_saved
=$CFLAGS
8862 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8863 cat >conftest.
$ac_ext <<_ACEOF
8866 cat confdefs.h
>>conftest.
$ac_ext
8867 cat >>conftest.
$ac_ext <<_ACEOF
8868 /* end confdefs.h. */
8878 rm -f conftest.
$ac_objext conftest
$ac_exeext
8879 if { (ac_try
="$ac_link"
8881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8882 *) ac_try_echo=$ac_try;;
8884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8885 (eval "$ac_link") 2>conftest.er1
8887 grep -v '^ *+' conftest.er1 >conftest.err
8889 cat conftest.err >&5
8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 (exit $ac_status); } && {
8892 test -z "$ac_c_werror_flag" ||
8893 test ! -s conftest.err
8894 } && test -s conftest$ac_exeext &&
8895 $as_test_x conftest$ac_exeext; then
8896 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8898 echo "$as_me: failed program was:" >&5
8899 sed 's/^/| /' conftest.$ac_ext >&5
8901 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8905 conftest$ac_exeext conftest.$ac_ext
8906 CFLAGS=$ac_wine_try_cflags_saved
8908 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8909 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8910 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8911 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8915 echo '{ global: *; };' >conftest.map
8916 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8917 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8918 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8919 echo $ECHO_N "(cached) $ECHO_C" >&6
8921 ac_wine_try_cflags_saved=$CFLAGS
8922 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8923 cat >conftest.$ac_ext <<_ACEOF
8926 cat confdefs.h >>conftest.$ac_ext
8927 cat >>conftest.$ac_ext <<_ACEOF
8928 /* end confdefs.h. */
8938 rm -f conftest.$ac_objext conftest$ac_exeext
8939 if { (ac_try="$ac_link"
8941 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8942 *) ac_try_echo
=$ac_try;;
8944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8945 (eval "$ac_link") 2>conftest.er1
8947 grep -v '^ *+' conftest.er1
>conftest.err
8949 cat conftest.err
>&5
8950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8951 (exit $ac_status); } && {
8952 test -z "$ac_c_werror_flag" ||
8953 test ! -s conftest.err
8954 } && test -s conftest
$ac_exeext &&
8955 $as_test_x conftest
$ac_exeext; then
8956 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8958 echo "$as_me: failed program was:" >&5
8959 sed 's/^/| /' conftest.
$ac_ext >&5
8961 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8964 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8965 conftest
$ac_exeext conftest.
$ac_ext
8966 CFLAGS
=$ac_wine_try_cflags_saved
8968 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8969 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8970 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8971 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8976 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8977 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8978 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8979 echo $ECHO_N "(cached) $ECHO_C" >&6
8981 ac_wine_try_cflags_saved
=$CFLAGS
8982 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8983 cat >conftest.
$ac_ext <<_ACEOF
8986 cat confdefs.h
>>conftest.
$ac_ext
8987 cat >>conftest.
$ac_ext <<_ACEOF
8988 /* end confdefs.h. */
8998 rm -f conftest.
$ac_objext conftest
$ac_exeext
8999 if { (ac_try
="$ac_link"
9001 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9002 *) ac_try_echo=$ac_try;;
9004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9005 (eval "$ac_link") 2>conftest.er1
9007 grep -v '^ *+' conftest.er1 >conftest.err
9009 cat conftest.err >&5
9010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011 (exit $ac_status); } && {
9012 test -z "$ac_c_werror_flag" ||
9013 test ! -s conftest.err
9014 } && test -s conftest$ac_exeext &&
9015 $as_test_x conftest$ac_exeext; then
9016 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9018 echo "$as_me: failed program was:" >&5
9019 sed 's/^/| /' conftest.$ac_ext >&5
9021 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9025 conftest$ac_exeext conftest.$ac_ext
9026 CFLAGS=$ac_wine_try_cflags_saved
9028 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9029 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9030 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9031 LDEXECFLAGS="-Wl,--export-dynamic"
9036 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9037 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9038 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9039 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9040 echo $ECHO_N "(cached) $ECHO_C" >&6
9042 ac_wine_try_cflags_saved=$CFLAGS
9043 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9044 cat >conftest.$ac_ext <<_ACEOF
9047 cat confdefs.h >>conftest.$ac_ext
9048 cat >>conftest.$ac_ext <<_ACEOF
9049 /* end confdefs.h. */
9059 rm -f conftest.$ac_objext conftest$ac_exeext
9060 if { (ac_try="$ac_link"
9062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9063 *) ac_try_echo
=$ac_try;;
9065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9066 (eval "$ac_link") 2>conftest.er1
9068 grep -v '^ *+' conftest.er1
>conftest.err
9070 cat conftest.err
>&5
9071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9072 (exit $ac_status); } && {
9073 test -z "$ac_c_werror_flag" ||
9074 test ! -s conftest.err
9075 } && test -s conftest
$ac_exeext &&
9076 $as_test_x conftest
$ac_exeext; then
9077 eval "$as_ac_var=yes"
9079 echo "$as_me: failed program was:" >&5
9080 sed 's/^/| /' conftest.
$ac_ext >&5
9082 eval "$as_ac_var=no"
9085 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9086 conftest
$ac_exeext conftest.
$ac_ext
9087 CFLAGS
=$ac_wine_try_cflags_saved
9089 ac_res
=`eval echo '${'$as_ac_var'}'`
9090 { echo "$as_me:$LINENO: result: $ac_res" >&5
9091 echo "${ECHO_T}$ac_res" >&6; }
9092 if test `eval echo '${'$as_ac_var'}'` = yes; then
9093 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9094 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9096 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9097 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9098 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9099 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9100 echo $ECHO_N "(cached) $ECHO_C" >&6
9102 ac_wine_try_cflags_saved
=$CFLAGS
9103 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9104 cat >conftest.
$ac_ext <<_ACEOF
9107 cat confdefs.h
>>conftest.
$ac_ext
9108 cat >>conftest.
$ac_ext <<_ACEOF
9109 /* end confdefs.h. */
9119 rm -f conftest.
$ac_objext conftest
$ac_exeext
9120 if { (ac_try
="$ac_link"
9122 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9123 *) ac_try_echo=$ac_try;;
9125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9126 (eval "$ac_link") 2>conftest.er1
9128 grep -v '^ *+' conftest.er1 >conftest.err
9130 cat conftest.err >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); } && {
9133 test -z "$ac_c_werror_flag" ||
9134 test ! -s conftest.err
9135 } && test -s conftest$ac_exeext &&
9136 $as_test_x conftest$ac_exeext; then
9137 eval "$as_ac_var=yes"
9139 echo "$as_me: failed program was:" >&5
9140 sed 's/^/| /' conftest.$ac_ext >&5
9142 eval "$as_ac_var=no"
9145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9146 conftest$ac_exeext conftest.$ac_ext
9147 CFLAGS=$ac_wine_try_cflags_saved
9149 ac_res=`eval echo '${'$as_ac_var'}'`
9150 { echo "$as_me:$LINENO: result: $ac_res" >&5
9151 echo "${ECHO_T}$ac_res" >&6; }
9152 if test `eval echo '${'$as_ac_var'}'` = yes; then
9153 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9154 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9160 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9161 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9162 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9163 echo $ECHO_N "(cached) $ECHO_C" >&6
9165 ac_wine_try_cflags_saved=$CFLAGS
9166 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9167 cat >conftest.$ac_ext <<_ACEOF
9170 cat confdefs.h >>conftest.$ac_ext
9171 cat >>conftest.$ac_ext <<_ACEOF
9172 /* end confdefs.h. */
9182 rm -f conftest.$ac_objext conftest$ac_exeext
9183 if { (ac_try="$ac_link"
9185 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9186 *) ac_try_echo
=$ac_try;;
9188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9189 (eval "$ac_link") 2>conftest.er1
9191 grep -v '^ *+' conftest.er1
>conftest.err
9193 cat conftest.err
>&5
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); } && {
9196 test -z "$ac_c_werror_flag" ||
9197 test ! -s conftest.err
9198 } && test -s conftest
$ac_exeext &&
9199 $as_test_x conftest
$ac_exeext; then
9200 ac_cv_cflags__Wl___enable_new_dtags
=yes
9202 echo "$as_me: failed program was:" >&5
9203 sed 's/^/| /' conftest.
$ac_ext >&5
9205 ac_cv_cflags__Wl___enable_new_dtags
=no
9208 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9209 conftest
$ac_exeext conftest.
$ac_ext
9210 CFLAGS
=$ac_wine_try_cflags_saved
9212 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9213 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9214 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9215 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9220 *i
[3456789]86* | x86_64
)
9221 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9222 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9223 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9224 echo $ECHO_N "(cached) $ECHO_C" >&6
9226 ac_wine_try_cflags_saved
=$CFLAGS
9227 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9228 cat >conftest.
$ac_ext <<_ACEOF
9231 cat confdefs.h
>>conftest.
$ac_ext
9232 cat >>conftest.
$ac_ext <<_ACEOF
9233 /* end confdefs.h. */
9243 rm -f conftest.
$ac_objext conftest
$ac_exeext
9244 if { (ac_try
="$ac_link"
9246 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9247 *) ac_try_echo=$ac_try;;
9249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9250 (eval "$ac_link") 2>conftest.er1
9252 grep -v '^ *+' conftest.er1 >conftest.err
9254 cat conftest.err >&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); } && {
9257 test -z "$ac_c_werror_flag" ||
9258 test ! -s conftest.err
9259 } && test -s conftest$ac_exeext &&
9260 $as_test_x conftest$ac_exeext; then
9261 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9263 echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.$ac_ext >&5
9266 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9270 conftest$ac_exeext conftest.$ac_ext
9271 CFLAGS=$ac_wine_try_cflags_saved
9273 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9274 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9275 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9276 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9283 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9284 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9285 if test "${ac_cv_c_dll_unixware+set}" = set; then
9286 echo $ECHO_N "(cached) $ECHO_C" >&6
9288 ac_wine_try_cflags_saved=$CFLAGS
9289 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9290 cat >conftest.$ac_ext <<_ACEOF
9293 rm -f conftest.$ac_objext conftest$ac_exeext
9294 if { (ac_try="$ac_link"
9296 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9297 *) ac_try_echo
=$ac_try;;
9299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9300 (eval "$ac_link") 2>conftest.er1
9302 grep -v '^ *+' conftest.er1
>conftest.err
9304 cat conftest.err
>&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && {
9307 test -z "$ac_c_werror_flag" ||
9308 test ! -s conftest.err
9309 } && test -s conftest
$ac_exeext &&
9310 $as_test_x conftest
$ac_exeext; then
9311 ac_cv_c_dll_unixware
="yes"
9313 echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.
$ac_ext >&5
9316 ac_cv_c_dll_unixware
="no"
9319 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9320 conftest
$ac_exeext conftest.
$ac_ext
9321 CFLAGS
=$ac_wine_try_cflags_saved
9323 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9324 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9325 if test "$ac_cv_c_dll_unixware" = "yes"
9327 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9328 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9331 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9332 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9333 if test "${ac_cv_c_dll_hpux+set}" = set; then
9334 echo $ECHO_N "(cached) $ECHO_C" >&6
9336 ac_wine_try_cflags_saved
=$CFLAGS
9337 CFLAGS
="$CFLAGS -shared"
9338 cat >conftest.
$ac_ext <<_ACEOF
9341 rm -f conftest.
$ac_objext conftest
$ac_exeext
9342 if { (ac_try
="$ac_link"
9344 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9345 *) ac_try_echo=$ac_try;;
9347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9348 (eval "$ac_link") 2>conftest.er1
9350 grep -v '^ *+' conftest.er1 >conftest.err
9352 cat conftest.err >&5
9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354 (exit $ac_status); } && {
9355 test -z "$ac_c_werror_flag" ||
9356 test ! -s conftest.err
9357 } && test -s conftest$ac_exeext &&
9358 $as_test_x conftest$ac_exeext; then
9359 ac_cv_c_dll_hpux="yes"
9361 echo "$as_me: failed program was:" >&5
9362 sed 's/^/| /' conftest.$ac_ext >&5
9364 ac_cv_c_dll_hpux="no"
9367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9368 conftest$ac_exeext conftest.$ac_ext
9369 CFLAGS=$ac_wine_try_cflags_saved
9371 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9372 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9373 if test "$ac_cv_c_dll_hpux" = "yes"
9377 LDDLLFLAGS="-shared -fPIC"
9378 LDSHARED="\$(CC) -shared"
9385 if test "$cross_compiling" = "no"
9387 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9389 # Extract the first word of "$ac_prog", so it can be a program name with args.
9390 set dummy $ac_prog; ac_word=$2
9391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9393 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9394 echo $ECHO_N "(cached) $ECHO_C" >&6
9396 if test -n "$CROSSCC"; then
9397 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9403 test -z "$as_dir" && as_dir=.
9404 for ac_exec_ext in '' $ac_executable_extensions; do
9405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9406 ac_cv_prog_CROSSCC="$ac_prog"
9407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9416 CROSSCC=$ac_cv_prog_CROSSCC
9417 if test -n "$CROSSCC"; then
9418 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9419 echo "${ECHO_T}$CROSSCC" >&6; }
9421 { echo "$as_me:$LINENO: result: no" >&5
9422 echo "${ECHO_T}no" >&6; }
9426 test -n "$CROSSCC" && break
9428 test -n "$CROSSCC" || CROSSCC="false"
9430 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9432 # Extract the first word of "$ac_prog", so it can be a program name with args.
9433 set dummy $ac_prog; ac_word=$2
9434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9436 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9437 echo $ECHO_N "(cached) $ECHO_C" >&6
9439 if test -n "$DLLTOOL"; then
9440 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9446 test -z "$as_dir" && as_dir=.
9447 for ac_exec_ext in '' $ac_executable_extensions; do
9448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9449 ac_cv_prog_DLLTOOL="$ac_prog"
9450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 DLLTOOL=$ac_cv_prog_DLLTOOL
9460 if test -n "$DLLTOOL"; then
9461 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9462 echo "${ECHO_T}$DLLTOOL" >&6; }
9464 { echo "$as_me:$LINENO: result: no" >&5
9465 echo "${ECHO_T}no" >&6; }
9469 test -n "$DLLTOOL" && break
9471 test -n "$DLLTOOL" || DLLTOOL="false"
9473 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9475 # Extract the first word of "$ac_prog", so it can be a program name with args.
9476 set dummy $ac_prog; ac_word=$2
9477 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9479 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9480 echo $ECHO_N "(cached) $ECHO_C" >&6
9482 if test -n "$CROSSWINDRES"; then
9483 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9489 test -z "$as_dir" && as_dir=.
9490 for ac_exec_ext in '' $ac_executable_extensions; do
9491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9492 ac_cv_prog_CROSSWINDRES="$ac_prog"
9493 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9503 if test -n "$CROSSWINDRES"; then
9504 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9505 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9507 { echo "$as_me:$LINENO: result: no" >&5
9508 echo "${ECHO_T}no" >&6; }
9512 test -n "$CROSSWINDRES" && break
9514 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9516 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9518 # Extract the first word of "$ac_prog", so it can be a program name with args.
9519 set dummy $ac_prog; ac_word=$2
9520 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9522 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9523 echo $ECHO_N "(cached) $ECHO_C" >&6
9525 if test -n "$MINGWAR"; then
9526 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9532 test -z "$as_dir" && as_dir=.
9533 for ac_exec_ext in '' $ac_executable_extensions; do
9534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9535 ac_cv_prog_MINGWAR="$ac_prog"
9536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 MINGWAR=$ac_cv_prog_MINGWAR
9546 if test -n "$MINGWAR"; then
9547 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9548 echo "${ECHO_T}$MINGWAR" >&6; }
9550 { echo "$as_me:$LINENO: result: no" >&5
9551 echo "${ECHO_T}no" >&6; }
9555 test -n "$MINGWAR" && break
9557 test -n "$MINGWAR" || MINGWAR="false"
9559 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9564 enable_winequartz_drv=${enable_winequartz_drv:-no}
9566 if test "$LIBEXT" = "a"; then
9567 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9568 It is currently not possible to build Wine without shared library
9569 (.so) support to allow transparent switch between .so and .dll files.
9570 If you are using Linux, you will need a newer binutils.
9572 echo "$as_me: error: could not find a way to build shared libraries.
9573 It is currently not possible to build Wine without shared library
9574 (.so) support to allow transparent switch between .so and .dll files.
9575 If you are using Linux, you will need a newer binutils.
9577 { (exit 1); exit 1; }; }
9581 if test "$have_x" = "yes"
9584 ac_save_CPPFLAGS="$CPPFLAGS"
9585 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9587 { echo "$as_me:$LINENO: checking for -lX11" >&5
9588 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9589 if test "${ac_cv_lib_soname_X11+set}" = set; then
9590 echo $ECHO_N "(cached) $ECHO_C" >&6
9592 ac_check_soname_save_LIBS=$LIBS
9593 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9594 cat >conftest.$ac_ext <<_ACEOF
9597 cat confdefs.h >>conftest.$ac_ext
9598 cat >>conftest.$ac_ext <<_ACEOF
9599 /* end confdefs.h. */
9601 /* Override any GCC internal prototype to avoid an error.
9602 Use char because int might match the return type of a GCC
9603 builtin and then its argument prototype would still apply. */
9607 char XCreateWindow ();
9611 return XCreateWindow ();
9616 rm -f conftest.$ac_objext conftest$ac_exeext
9617 if { (ac_try="$ac_link"
9619 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9620 *) ac_try_echo
=$ac_try;;
9622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9623 (eval "$ac_link") 2>conftest.er1
9625 grep -v '^ *+' conftest.er1
>conftest.err
9627 cat conftest.err
>&5
9628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9629 (exit $ac_status); } && {
9630 test -z "$ac_c_werror_flag" ||
9631 test ! -s conftest.err
9632 } && test -s conftest
$ac_exeext &&
9633 $as_test_x conftest
$ac_exeext; then
9636 dylib
) ac_cv_lib_soname_X11
=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9637 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9640 echo "$as_me: failed program was:" >&5
9641 sed 's/^/| /' conftest.
$ac_ext >&5
9646 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9647 conftest
$ac_exeext conftest.
$ac_ext
9648 LIBS
=$ac_check_soname_save_LIBS
9650 if test "x$ac_cv_lib_soname_X11" = "x"; then
9651 { echo "$as_me:$LINENO: result: not found" >&5
9652 echo "${ECHO_T}not found" >&6; }
9655 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9656 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9658 cat >>confdefs.h
<<_ACEOF
9659 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9665 { echo "$as_me:$LINENO: checking for -lXext" >&5
9666 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9667 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9668 echo $ECHO_N "(cached) $ECHO_C" >&6
9670 ac_check_soname_save_LIBS
=$LIBS
9671 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9672 cat >conftest.
$ac_ext <<_ACEOF
9675 cat confdefs.h
>>conftest.
$ac_ext
9676 cat >>conftest.
$ac_ext <<_ACEOF
9677 /* end confdefs.h. */
9679 /* Override any GCC internal prototype to avoid an error.
9680 Use char because int might match the return type of a GCC
9681 builtin and then its argument prototype would still apply. */
9685 char XextCreateExtension ();
9689 return XextCreateExtension ();
9694 rm -f conftest.
$ac_objext conftest
$ac_exeext
9695 if { (ac_try
="$ac_link"
9697 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9698 *) ac_try_echo=$ac_try;;
9700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9701 (eval "$ac_link") 2>conftest.er1
9703 grep -v '^ *+' conftest.er1 >conftest.err
9705 cat conftest.err >&5
9706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9707 (exit $ac_status); } && {
9708 test -z "$ac_c_werror_flag" ||
9709 test ! -s conftest.err
9710 } && test -s conftest$ac_exeext &&
9711 $as_test_x conftest$ac_exeext; then
9714 dylib) ac_cv_lib_soname_Xext=`otool
-L conftest
$ac_exeext |
grep "libXext\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9715 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9718 echo "$as_me: failed program was:" >&5
9719 sed 's/^/| /' conftest.$ac_ext >&5
9724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9725 conftest$ac_exeext conftest.$ac_ext
9726 LIBS=$ac_check_soname_save_LIBS
9728 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9729 { echo "$as_me:$LINENO: result: not found" >&5
9730 echo "${ECHO_T}not found" >&6; }
9733 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9734 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9736 cat >>confdefs.h <<_ACEOF
9737 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9756 for ac_header in X11/Xlib.h \
9759 X11/Xcursor/Xcursor.h \
9760 X11/extensions/shape.h \
9761 X11/extensions/XInput.h \
9762 X11/extensions/XShm.h \
9763 X11/extensions/Xcomposite.h \
9764 X11/extensions/Xinerama.h \
9765 X11/extensions/Xrandr.h \
9766 X11/extensions/Xrender.h \
9767 X11/extensions/xf86vmode.h
9769 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9770 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9773 echo $ECHO_N "(cached) $ECHO_C" >&6
9775 cat >conftest.$ac_ext <<_ACEOF
9778 cat confdefs.h >>conftest.$ac_ext
9779 cat >>conftest.$ac_ext <<_ACEOF
9780 /* end confdefs.h. */
9781 #ifdef HAVE_X11_XLIB_H
9782 # include <X11/Xlib.h>
9784 #ifdef HAVE_X11_XUTIL_H
9785 # include <X11/Xutil.h>
9788 #include <$ac_header>
9790 rm -f conftest.$ac_objext
9791 if { (ac_try="$ac_compile"
9793 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9794 *) ac_try_echo
=$ac_try;;
9796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9797 (eval "$ac_compile") 2>conftest.er1
9799 grep -v '^ *+' conftest.er1
>conftest.err
9801 cat conftest.err
>&5
9802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9803 (exit $ac_status); } && {
9804 test -z "$ac_c_werror_flag" ||
9805 test ! -s conftest.err
9806 } && test -s conftest.
$ac_objext; then
9807 eval "$as_ac_Header=yes"
9809 echo "$as_me: failed program was:" >&5
9810 sed 's/^/| /' conftest.
$ac_ext >&5
9812 eval "$as_ac_Header=no"
9815 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9817 ac_res
=`eval echo '${'$as_ac_Header'}'`
9818 { echo "$as_me:$LINENO: result: $ac_res" >&5
9819 echo "${ECHO_T}$ac_res" >&6; }
9820 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9821 cat >>confdefs.h
<<_ACEOF
9822 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9830 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9832 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9833 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9834 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9835 echo $ECHO_N "(cached) $ECHO_C" >&6
9837 ac_check_lib_save_LIBS
=$LIBS
9838 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9839 cat >conftest.
$ac_ext <<_ACEOF
9842 cat confdefs.h
>>conftest.
$ac_ext
9843 cat >>conftest.
$ac_ext <<_ACEOF
9844 /* end confdefs.h. */
9846 /* Override any GCC internal prototype to avoid an error.
9847 Use char because int might match the return type of a GCC
9848 builtin and then its argument prototype would still apply. */
9852 char XkbQueryExtension ();
9856 return XkbQueryExtension ();
9861 rm -f conftest.
$ac_objext conftest
$ac_exeext
9862 if { (ac_try
="$ac_link"
9864 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9865 *) ac_try_echo=$ac_try;;
9867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9868 (eval "$ac_link") 2>conftest.er1
9870 grep -v '^ *+' conftest.er1 >conftest.err
9872 cat conftest.err >&5
9873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874 (exit $ac_status); } && {
9875 test -z "$ac_c_werror_flag" ||
9876 test ! -s conftest.err
9877 } && test -s conftest$ac_exeext &&
9878 $as_test_x conftest$ac_exeext; then
9879 ac_cv_lib_X11_XkbQueryExtension=yes
9881 echo "$as_me: failed program was:" >&5
9882 sed 's/^/| /' conftest.$ac_ext >&5
9884 ac_cv_lib_X11_XkbQueryExtension=no
9887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9888 conftest$ac_exeext conftest.$ac_ext
9889 LIBS=$ac_check_lib_save_LIBS
9891 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9892 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9893 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9895 cat >>confdefs.h <<\_ACEOF
9903 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9905 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9906 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9907 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9908 echo $ECHO_N "(cached) $ECHO_C" >&6
9910 ac_check_soname_save_LIBS=$LIBS
9911 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9912 cat >conftest.$ac_ext <<_ACEOF
9915 cat confdefs.h >>conftest.$ac_ext
9916 cat >>conftest.$ac_ext <<_ACEOF
9917 /* end confdefs.h. */
9919 /* Override any GCC internal prototype to avoid an error.
9920 Use char because int might match the return type of a GCC
9921 builtin and then its argument prototype would still apply. */
9925 char XcursorImageLoadCursor ();
9929 return XcursorImageLoadCursor ();
9934 rm -f conftest.$ac_objext conftest$ac_exeext
9935 if { (ac_try="$ac_link"
9937 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9938 *) ac_try_echo
=$ac_try;;
9940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9941 (eval "$ac_link") 2>conftest.er1
9943 grep -v '^ *+' conftest.er1
>conftest.err
9945 cat conftest.err
>&5
9946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9947 (exit $ac_status); } && {
9948 test -z "$ac_c_werror_flag" ||
9949 test ! -s conftest.err
9950 } && test -s conftest
$ac_exeext &&
9951 $as_test_x conftest
$ac_exeext; then
9954 dylib
) ac_cv_lib_soname_Xcursor
=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9955 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9958 echo "$as_me: failed program was:" >&5
9959 sed 's/^/| /' conftest.
$ac_ext >&5
9964 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9965 conftest
$ac_exeext conftest.
$ac_ext
9966 LIBS
=$ac_check_soname_save_LIBS
9968 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9969 { echo "$as_me:$LINENO: result: not found" >&5
9970 echo "${ECHO_T}not found" >&6; }
9973 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9974 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9976 cat >>confdefs.h
<<_ACEOF
9977 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9984 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9985 case "x$with_xcursor" in
9986 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9988 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9989 This is an error since --with-xcursor was requested." >&5
9990 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9991 This is an error since --with-xcursor was requested." >&2;}
9992 { (exit 1); exit 1; }; } ;;
9997 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9999 { echo "$as_me:$LINENO: checking for -lXi" >&5
10000 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10001 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10002 echo $ECHO_N "(cached) $ECHO_C" >&6
10004 ac_check_soname_save_LIBS
=$LIBS
10005 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10006 cat >conftest.
$ac_ext <<_ACEOF
10009 cat confdefs.h
>>conftest.
$ac_ext
10010 cat >>conftest.
$ac_ext <<_ACEOF
10011 /* end confdefs.h. */
10013 /* Override any GCC internal prototype to avoid an error.
10014 Use char because int might match the return type of a GCC
10015 builtin and then its argument prototype would still apply. */
10019 char XOpenDevice ();
10023 return XOpenDevice ();
10028 rm -f conftest.
$ac_objext conftest
$ac_exeext
10029 if { (ac_try
="$ac_link"
10030 case "(($ac_try" in
10031 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10032 *) ac_try_echo=$ac_try;;
10034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10035 (eval "$ac_link") 2>conftest.er1
10037 grep -v '^ *+' conftest.er1 >conftest.err
10039 cat conftest.err >&5
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); } && {
10042 test -z "$ac_c_werror_flag" ||
10043 test ! -s conftest.err
10044 } && test -s conftest$ac_exeext &&
10045 $as_test_x conftest$ac_exeext; then
10048 dylib) ac_cv_lib_soname_Xi=`otool
-L conftest
$ac_exeext |
grep "libXi\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10049 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10052 echo "$as_me: failed program was:" >&5
10053 sed 's/^/| /' conftest.$ac_ext >&5
10058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10059 conftest$ac_exeext conftest.$ac_ext
10060 LIBS=$ac_check_soname_save_LIBS
10062 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10063 { echo "$as_me:$LINENO: result: not found" >&5
10064 echo "${ECHO_T}not found" >&6; }
10067 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10068 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10070 cat >>confdefs.h <<_ACEOF
10071 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10078 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10079 case "x$with_xinput" in
10080 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10082 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10083 This is an error since --with-xinput was requested." >&5
10084 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10085 This is an error since --with-xinput was requested." >&2;}
10086 { (exit 1); exit 1; }; } ;;
10091 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10093 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10094 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10095 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10096 echo $ECHO_N "(cached) $ECHO_C" >&6
10098 ac_check_lib_save_LIBS=$LIBS
10099 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10100 cat >conftest.$ac_ext <<_ACEOF
10103 cat confdefs.h >>conftest.$ac_ext
10104 cat >>conftest.$ac_ext <<_ACEOF
10105 /* end confdefs.h. */
10107 /* Override any GCC internal prototype to avoid an error.
10108 Use char because int might match the return type of a GCC
10109 builtin and then its argument prototype would still apply. */
10113 char XShmQueryExtension ();
10117 return XShmQueryExtension ();
10122 rm -f conftest.$ac_objext conftest$ac_exeext
10123 if { (ac_try="$ac_link"
10124 case "(($ac_try" in
10125 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10126 *) ac_try_echo
=$ac_try;;
10128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10129 (eval "$ac_link") 2>conftest.er1
10131 grep -v '^ *+' conftest.er1
>conftest.err
10133 cat conftest.err
>&5
10134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); } && {
10136 test -z "$ac_c_werror_flag" ||
10137 test ! -s conftest.err
10138 } && test -s conftest
$ac_exeext &&
10139 $as_test_x conftest
$ac_exeext; then
10140 ac_cv_lib_Xext_XShmQueryExtension
=yes
10142 echo "$as_me: failed program was:" >&5
10143 sed 's/^/| /' conftest.
$ac_ext >&5
10145 ac_cv_lib_Xext_XShmQueryExtension
=no
10148 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10149 conftest
$ac_exeext conftest.
$ac_ext
10150 LIBS
=$ac_check_lib_save_LIBS
10152 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10153 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10154 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10156 cat >>confdefs.h
<<\_ACEOF
10157 #define HAVE_LIBXXSHM 1
10163 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10164 case "x$with_xshm" in
10165 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10167 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10168 This is an error since --with-xshm was requested." >&5
10169 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10170 This is an error since --with-xshm was requested." >&2;}
10171 { (exit 1); exit 1; }; } ;;
10176 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10178 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10179 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10180 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10181 echo $ECHO_N "(cached) $ECHO_C" >&6
10183 ac_check_lib_save_LIBS
=$LIBS
10184 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10185 cat >conftest.
$ac_ext <<_ACEOF
10188 cat confdefs.h
>>conftest.
$ac_ext
10189 cat >>conftest.
$ac_ext <<_ACEOF
10190 /* end confdefs.h. */
10192 /* Override any GCC internal prototype to avoid an error.
10193 Use char because int might match the return type of a GCC
10194 builtin and then its argument prototype would still apply. */
10198 char XShapeQueryExtension ();
10202 return XShapeQueryExtension ();
10207 rm -f conftest.
$ac_objext conftest
$ac_exeext
10208 if { (ac_try
="$ac_link"
10209 case "(($ac_try" in
10210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10211 *) ac_try_echo=$ac_try;;
10213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10214 (eval "$ac_link") 2>conftest.er1
10216 grep -v '^ *+' conftest.er1 >conftest.err
10218 cat conftest.err >&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); } && {
10221 test -z "$ac_c_werror_flag" ||
10222 test ! -s conftest.err
10223 } && test -s conftest$ac_exeext &&
10224 $as_test_x conftest$ac_exeext; then
10225 ac_cv_lib_Xext_XShapeQueryExtension=yes
10227 echo "$as_me: failed program was:" >&5
10228 sed 's/^/| /' conftest.$ac_ext >&5
10230 ac_cv_lib_Xext_XShapeQueryExtension=no
10233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10234 conftest$ac_exeext conftest.$ac_ext
10235 LIBS=$ac_check_lib_save_LIBS
10237 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10238 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10239 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10241 cat >>confdefs.h <<\_ACEOF
10242 #define HAVE_LIBXSHAPE 1
10248 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10249 case "x$with_xshape" in
10250 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10252 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10253 This is an error since --with-xshape was requested." >&5
10254 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10255 This is an error since --with-xshape was requested." >&2;}
10256 { (exit 1); exit 1; }; } ;;
10261 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10263 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10264 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10268 ac_check_soname_save_LIBS=$LIBS
10269 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10283 char XF86VidModeQueryExtension ();
10287 return XF86VidModeQueryExtension ();
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10296 *) ac_try_echo
=$ac_try;;
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10301 grep -v '^ *+' conftest.er1
>conftest.err
10303 cat conftest.err
>&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest
$ac_exeext &&
10309 $as_test_x conftest
$ac_exeext; then
10312 dylib
) ac_cv_lib_soname_Xxf86vm
=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10313 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10316 echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.
$ac_ext >&5
10322 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10323 conftest
$ac_exeext conftest.
$ac_ext
10324 LIBS
=$ac_check_soname_save_LIBS
10326 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10327 { echo "$as_me:$LINENO: result: not found" >&5
10328 echo "${ECHO_T}not found" >&6; }
10331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10332 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10334 cat >>confdefs.h
<<_ACEOF
10335 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10342 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10343 case "x$with_xxf86vm" in
10344 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10346 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10347 This is an error since --with-xxf86vm was requested." >&5
10348 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10349 This is an error since --with-xxf86vm was requested." >&2;}
10350 { (exit 1); exit 1; }; } ;;
10355 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10357 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10358 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10362 ac_check_soname_save_LIBS
=$LIBS
10363 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10364 cat >conftest.
$ac_ext <<_ACEOF
10367 cat confdefs.h
>>conftest.
$ac_ext
10368 cat >>conftest.
$ac_ext <<_ACEOF
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10377 char XRenderQueryExtension ();
10381 return XRenderQueryExtension ();
10386 rm -f conftest.
$ac_objext conftest
$ac_exeext
10387 if { (ac_try
="$ac_link"
10388 case "(($ac_try" in
10389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10390 *) ac_try_echo=$ac_try;;
10392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10393 (eval "$ac_link") 2>conftest.er1
10395 grep -v '^ *+' conftest.er1 >conftest.err
10397 cat conftest.err >&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } && {
10400 test -z "$ac_c_werror_flag" ||
10401 test ! -s conftest.err
10402 } && test -s conftest$ac_exeext &&
10403 $as_test_x conftest$ac_exeext; then
10406 dylib) ac_cv_lib_soname_Xrender=`otool
-L conftest
$ac_exeext |
grep "libXrender\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10407 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10410 echo "$as_me: failed program was:" >&5
10411 sed 's/^/| /' conftest.$ac_ext >&5
10416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10417 conftest$ac_exeext conftest.$ac_ext
10418 LIBS=$ac_check_soname_save_LIBS
10420 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10421 { echo "$as_me:$LINENO: result: not found" >&5
10422 echo "${ECHO_T}not found" >&6; }
10425 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10426 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10428 cat >>confdefs.h <<_ACEOF
10429 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10432 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10433 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10434 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10435 echo $ECHO_N "(cached) $ECHO_C" >&6
10437 ac_check_lib_save_LIBS=$LIBS
10438 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10439 cat >conftest.$ac_ext <<_ACEOF
10442 cat confdefs.h >>conftest.$ac_ext
10443 cat >>conftest.$ac_ext <<_ACEOF
10444 /* end confdefs.h. */
10446 /* Override any GCC internal prototype to avoid an error.
10447 Use char because int might match the return type of a GCC
10448 builtin and then its argument prototype would still apply. */
10452 char XRenderSetPictureTransform ();
10456 return XRenderSetPictureTransform ();
10461 rm -f conftest.$ac_objext conftest$ac_exeext
10462 if { (ac_try="$ac_link"
10463 case "(($ac_try" in
10464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10465 *) ac_try_echo
=$ac_try;;
10467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10468 (eval "$ac_link") 2>conftest.er1
10470 grep -v '^ *+' conftest.er1
>conftest.err
10472 cat conftest.err
>&5
10473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474 (exit $ac_status); } && {
10475 test -z "$ac_c_werror_flag" ||
10476 test ! -s conftest.err
10477 } && test -s conftest
$ac_exeext &&
10478 $as_test_x conftest
$ac_exeext; then
10479 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10481 echo "$as_me: failed program was:" >&5
10482 sed 's/^/| /' conftest.
$ac_ext >&5
10484 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10487 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10488 conftest
$ac_exeext conftest.
$ac_ext
10489 LIBS
=$ac_check_lib_save_LIBS
10491 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10492 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10493 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10495 cat >>confdefs.h
<<\_ACEOF
10496 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10505 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10506 case "x$with_xrender" in
10507 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10509 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10510 This is an error since --with-xrender was requested." >&5
10511 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10512 This is an error since --with-xrender was requested." >&2;}
10513 { (exit 1); exit 1; }; } ;;
10518 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10520 cat >conftest.
$ac_ext <<_ACEOF
10523 cat confdefs.h
>>conftest.
$ac_ext
10524 cat >>conftest.
$ac_ext <<_ACEOF
10525 /* end confdefs.h. */
10526 #include <X11/Xlib.h>
10527 #include <X11/extensions/Xrandr.h>
10531 static typeof(XRRSetScreenConfigAndRate) * func;
10536 rm -f conftest.
$ac_objext
10537 if { (ac_try
="$ac_compile"
10538 case "(($ac_try" in
10539 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10540 *) ac_try_echo=$ac_try;;
10542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10543 (eval "$ac_compile") 2>conftest.er1
10545 grep -v '^ *+' conftest.er1 >conftest.err
10547 cat conftest.err >&5
10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549 (exit $ac_status); } && {
10550 test -z "$ac_c_werror_flag" ||
10551 test ! -s conftest.err
10552 } && test -s conftest.$ac_objext; then
10553 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10554 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10555 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10556 echo $ECHO_N "(cached) $ECHO_C" >&6
10558 ac_check_soname_save_LIBS=$LIBS
10559 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10560 cat >conftest.$ac_ext <<_ACEOF
10563 cat confdefs.h >>conftest.$ac_ext
10564 cat >>conftest.$ac_ext <<_ACEOF
10565 /* end confdefs.h. */
10567 /* Override any GCC internal prototype to avoid an error.
10568 Use char because int might match the return type of a GCC
10569 builtin and then its argument prototype would still apply. */
10573 char XRRQueryExtension ();
10577 return XRRQueryExtension ();
10582 rm -f conftest.$ac_objext conftest$ac_exeext
10583 if { (ac_try="$ac_link"
10584 case "(($ac_try" in
10585 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10586 *) ac_try_echo
=$ac_try;;
10588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10589 (eval "$ac_link") 2>conftest.er1
10591 grep -v '^ *+' conftest.er1
>conftest.err
10593 cat conftest.err
>&5
10594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10595 (exit $ac_status); } && {
10596 test -z "$ac_c_werror_flag" ||
10597 test ! -s conftest.err
10598 } && test -s conftest
$ac_exeext &&
10599 $as_test_x conftest
$ac_exeext; then
10602 dylib
) ac_cv_lib_soname_Xrandr
=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10603 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10606 echo "$as_me: failed program was:" >&5
10607 sed 's/^/| /' conftest.
$ac_ext >&5
10612 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10613 conftest
$ac_exeext conftest.
$ac_ext
10614 LIBS
=$ac_check_soname_save_LIBS
10616 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10617 { echo "$as_me:$LINENO: result: not found" >&5
10618 echo "${ECHO_T}not found" >&6; }
10621 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10622 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10624 cat >>confdefs.h
<<_ACEOF
10625 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10632 echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.
$ac_ext >&5
10638 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10640 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10641 case "x$with_xrandr" in
10642 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10644 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10645 This is an error since --with-xrandr was requested." >&5
10646 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10647 This is an error since --with-xrandr was requested." >&2;}
10648 { (exit 1); exit 1; }; } ;;
10653 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10655 cat >conftest.
$ac_ext <<_ACEOF
10658 cat confdefs.h
>>conftest.
$ac_ext
10659 cat >>conftest.
$ac_ext <<_ACEOF
10660 /* end confdefs.h. */
10661 #include <X11/Xlib.h>
10662 #include <X11/extensions/Xinerama.h>
10666 static typeof(XineramaQueryScreens) * func;
10671 rm -f conftest.
$ac_objext
10672 if { (ac_try
="$ac_compile"
10673 case "(($ac_try" in
10674 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10675 *) ac_try_echo=$ac_try;;
10677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10678 (eval "$ac_compile") 2>conftest.er1
10680 grep -v '^ *+' conftest.er1 >conftest.err
10682 cat conftest.err >&5
10683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10684 (exit $ac_status); } && {
10685 test -z "$ac_c_werror_flag" ||
10686 test ! -s conftest.err
10687 } && test -s conftest.$ac_objext; then
10688 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10689 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10690 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10691 echo $ECHO_N "(cached) $ECHO_C" >&6
10693 ac_check_soname_save_LIBS=$LIBS
10694 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10695 cat >conftest.$ac_ext <<_ACEOF
10698 cat confdefs.h >>conftest.$ac_ext
10699 cat >>conftest.$ac_ext <<_ACEOF
10700 /* end confdefs.h. */
10702 /* Override any GCC internal prototype to avoid an error.
10703 Use char because int might match the return type of a GCC
10704 builtin and then its argument prototype would still apply. */
10708 char XineramaQueryScreens ();
10712 return XineramaQueryScreens ();
10717 rm -f conftest.$ac_objext conftest$ac_exeext
10718 if { (ac_try="$ac_link"
10719 case "(($ac_try" in
10720 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10721 *) ac_try_echo
=$ac_try;;
10723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10724 (eval "$ac_link") 2>conftest.er1
10726 grep -v '^ *+' conftest.er1
>conftest.err
10728 cat conftest.err
>&5
10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10730 (exit $ac_status); } && {
10731 test -z "$ac_c_werror_flag" ||
10732 test ! -s conftest.err
10733 } && test -s conftest
$ac_exeext &&
10734 $as_test_x conftest
$ac_exeext; then
10737 dylib
) ac_cv_lib_soname_Xinerama
=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10738 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10741 echo "$as_me: failed program was:" >&5
10742 sed 's/^/| /' conftest.
$ac_ext >&5
10747 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10748 conftest
$ac_exeext conftest.
$ac_ext
10749 LIBS
=$ac_check_soname_save_LIBS
10751 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10752 { echo "$as_me:$LINENO: result: not found" >&5
10753 echo "${ECHO_T}not found" >&6; }
10756 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10757 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10759 cat >>confdefs.h
<<_ACEOF
10760 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10767 echo "$as_me: failed program was:" >&5
10768 sed 's/^/| /' conftest.
$ac_ext >&5
10773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10775 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10776 case "x$with_xinerama" in
10777 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10779 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10780 This is an error since --with-xinerama was requested." >&5
10781 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10782 This is an error since --with-xinerama was requested." >&2;}
10783 { (exit 1); exit 1; }; } ;;
10788 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10790 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10791 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10792 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10793 echo $ECHO_N "(cached) $ECHO_C" >&6
10795 ac_check_soname_save_LIBS
=$LIBS
10796 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10797 cat >conftest.
$ac_ext <<_ACEOF
10800 cat confdefs.h
>>conftest.
$ac_ext
10801 cat >>conftest.
$ac_ext <<_ACEOF
10802 /* end confdefs.h. */
10804 /* Override any GCC internal prototype to avoid an error.
10805 Use char because int might match the return type of a GCC
10806 builtin and then its argument prototype would still apply. */
10810 char XCompositeRedirectWindow ();
10814 return XCompositeRedirectWindow ();
10819 rm -f conftest.
$ac_objext conftest
$ac_exeext
10820 if { (ac_try
="$ac_link"
10821 case "(($ac_try" in
10822 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10823 *) ac_try_echo=$ac_try;;
10825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10826 (eval "$ac_link") 2>conftest.er1
10828 grep -v '^ *+' conftest.er1 >conftest.err
10830 cat conftest.err >&5
10831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 (exit $ac_status); } && {
10833 test -z "$ac_c_werror_flag" ||
10834 test ! -s conftest.err
10835 } && test -s conftest$ac_exeext &&
10836 $as_test_x conftest$ac_exeext; then
10839 dylib) ac_cv_lib_soname_Xcomposite=`otool
-L conftest
$ac_exeext |
grep "libXcomposite\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10840 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10843 echo "$as_me: failed program was:" >&5
10844 sed 's/^/| /' conftest.$ac_ext >&5
10849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10850 conftest$ac_exeext conftest.$ac_ext
10851 LIBS=$ac_check_soname_save_LIBS
10853 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10854 { echo "$as_me:$LINENO: result: not found" >&5
10855 echo "${ECHO_T}not found" >&6; }
10858 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10859 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10861 cat >>confdefs.h <<_ACEOF
10862 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10869 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10870 case "x$with_xcomposite" in
10871 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10873 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10874 This is an error since --with-xcomposite was requested." >&5
10875 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10876 This is an error since --with-xcomposite was requested." >&2;}
10877 { (exit 1); exit 1; }; } ;;
10882 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10883 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10884 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10885 echo $ECHO_N "(cached) $ECHO_C" >&6
10887 cat >conftest.$ac_ext <<_ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10893 #ifdef HAVE_X11_XLIB_H
10894 #include <X11/Xlib.h>
10900 static XICCallback ac_aggr;
10901 if (ac_aggr.callback)
10907 rm -f conftest.$ac_objext
10908 if { (ac_try="$ac_compile"
10909 case "(($ac_try" in
10910 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10911 *) ac_try_echo
=$ac_try;;
10913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10914 (eval "$ac_compile") 2>conftest.er1
10916 grep -v '^ *+' conftest.er1
>conftest.err
10918 cat conftest.err
>&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } && {
10921 test -z "$ac_c_werror_flag" ||
10922 test ! -s conftest.err
10923 } && test -s conftest.
$ac_objext; then
10924 ac_cv_member_XICCallback_callback
=yes
10926 echo "$as_me: failed program was:" >&5
10927 sed 's/^/| /' conftest.
$ac_ext >&5
10929 cat >conftest.
$ac_ext <<_ACEOF
10932 cat confdefs.h
>>conftest.
$ac_ext
10933 cat >>conftest.
$ac_ext <<_ACEOF
10934 /* end confdefs.h. */
10935 #ifdef HAVE_X11_XLIB_H
10936 #include <X11/Xlib.h>
10942 static XICCallback ac_aggr;
10943 if (sizeof ac_aggr.callback)
10949 rm -f conftest.
$ac_objext
10950 if { (ac_try
="$ac_compile"
10951 case "(($ac_try" in
10952 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10953 *) ac_try_echo=$ac_try;;
10955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10956 (eval "$ac_compile") 2>conftest.er1
10958 grep -v '^ *+' conftest.er1 >conftest.err
10960 cat conftest.err >&5
10961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest.$ac_objext; then
10966 ac_cv_member_XICCallback_callback=yes
10968 echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10971 ac_cv_member_XICCallback_callback=no
10974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10979 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10980 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10981 if test $ac_cv_member_XICCallback_callback = yes; then
10983 cat >>confdefs.h <<_ACEOF
10984 #define HAVE_XICCALLBACK_CALLBACK 1
10993 if test "x$with_opengl" != "xno"
10999 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11001 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11002 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11003 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11004 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11005 echo $ECHO_N "(cached) $ECHO_C" >&6
11007 cat >conftest.$ac_ext <<_ACEOF
11010 cat confdefs.h >>conftest.$ac_ext
11011 cat >>conftest.$ac_ext <<_ACEOF
11012 /* end confdefs.h. */
11013 #ifdef HAVE_GL_GLX_H
11014 # include <GL/glx.h>
11017 #include <$ac_header>
11019 rm -f conftest.$ac_objext
11020 if { (ac_try="$ac_compile"
11021 case "(($ac_try" in
11022 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11023 *) ac_try_echo
=$ac_try;;
11025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11026 (eval "$ac_compile") 2>conftest.er1
11028 grep -v '^ *+' conftest.er1
>conftest.err
11030 cat conftest.err
>&5
11031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11032 (exit $ac_status); } && {
11033 test -z "$ac_c_werror_flag" ||
11034 test ! -s conftest.err
11035 } && test -s conftest.
$ac_objext; then
11036 eval "$as_ac_Header=yes"
11038 echo "$as_me: failed program was:" >&5
11039 sed 's/^/| /' conftest.
$ac_ext >&5
11041 eval "$as_ac_Header=no"
11044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11046 ac_res
=`eval echo '${'$as_ac_Header'}'`
11047 { echo "$as_me:$LINENO: result: $ac_res" >&5
11048 echo "${ECHO_T}$ac_res" >&6; }
11049 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11050 cat >>confdefs.h
<<_ACEOF
11051 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11058 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11060 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11061 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11062 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11063 echo $ECHO_N "(cached) $ECHO_C" >&6
11065 cat >conftest.
$ac_ext <<_ACEOF
11068 cat confdefs.h
>>conftest.
$ac_ext
11069 cat >>conftest.
$ac_ext <<_ACEOF
11070 /* end confdefs.h. */
11075 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11080 rm -f conftest.
$ac_objext
11081 if { (ac_try
="$ac_compile"
11082 case "(($ac_try" in
11083 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11084 *) ac_try_echo=$ac_try;;
11086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11087 (eval "$ac_compile") 2>conftest.er1
11089 grep -v '^ *+' conftest.er1 >conftest.err
11091 cat conftest.err >&5
11092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093 (exit $ac_status); } && {
11094 test -z "$ac_c_werror_flag" ||
11095 test ! -s conftest.err
11096 } && test -s conftest.$ac_objext; then
11097 wine_cv_opengl_header_version_OK="yes"
11099 echo "$as_me: failed program was:" >&5
11100 sed 's/^/| /' conftest.$ac_ext >&5
11102 wine_cv_opengl_header_version_OK="no"
11105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11107 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11108 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11110 if test "$wine_cv_opengl_header_version_OK" = "yes"
11112 { echo "$as_me:$LINENO: checking for -lGL" >&5
11113 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11114 if test "${ac_cv_lib_soname_GL+set}" = set; then
11115 echo $ECHO_N "(cached) $ECHO_C" >&6
11117 ac_check_soname_save_LIBS=$LIBS
11118 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11119 cat >conftest.$ac_ext <<_ACEOF
11122 cat confdefs.h >>conftest.$ac_ext
11123 cat >>conftest.$ac_ext <<_ACEOF
11124 /* end confdefs.h. */
11126 /* Override any GCC internal prototype to avoid an error.
11127 Use char because int might match the return type of a GCC
11128 builtin and then its argument prototype would still apply. */
11132 char glXCreateContext ();
11136 return glXCreateContext ();
11141 rm -f conftest.$ac_objext conftest$ac_exeext
11142 if { (ac_try="$ac_link"
11143 case "(($ac_try" in
11144 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11145 *) ac_try_echo
=$ac_try;;
11147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11148 (eval "$ac_link") 2>conftest.er1
11150 grep -v '^ *+' conftest.er1
>conftest.err
11152 cat conftest.err
>&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); } && {
11155 test -z "$ac_c_werror_flag" ||
11156 test ! -s conftest.err
11157 } && test -s conftest
$ac_exeext &&
11158 $as_test_x conftest
$ac_exeext; then
11161 dylib
) ac_cv_lib_soname_GL
=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11162 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11165 echo "$as_me: failed program was:" >&5
11166 sed 's/^/| /' conftest.
$ac_ext >&5
11171 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11172 conftest
$ac_exeext conftest.
$ac_ext
11173 LIBS
=$ac_check_soname_save_LIBS
11175 if test "x$ac_cv_lib_soname_GL" = "x"; then
11176 { echo "$as_me:$LINENO: result: not found" >&5
11177 echo "${ECHO_T}not found" >&6; }
11178 { echo "$as_me:$LINENO: checking for -lGL" >&5
11179 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11180 if test "${ac_cv_lib_soname_GL+set}" = set; then
11181 echo $ECHO_N "(cached) $ECHO_C" >&6
11183 ac_check_soname_save_LIBS
=$LIBS
11184 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11185 cat >conftest.
$ac_ext <<_ACEOF
11188 cat confdefs.h
>>conftest.
$ac_ext
11189 cat >>conftest.
$ac_ext <<_ACEOF
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11198 char glXCreateContext ();
11202 return glXCreateContext ();
11207 rm -f conftest.
$ac_objext conftest
$ac_exeext
11208 if { (ac_try
="$ac_link"
11209 case "(($ac_try" in
11210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11211 *) ac_try_echo=$ac_try;;
11213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11214 (eval "$ac_link") 2>conftest.er1
11216 grep -v '^ *+' conftest.er1 >conftest.err
11218 cat conftest.err >&5
11219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11220 (exit $ac_status); } && {
11221 test -z "$ac_c_werror_flag" ||
11222 test ! -s conftest.err
11223 } && test -s conftest$ac_exeext &&
11224 $as_test_x conftest$ac_exeext; then
11227 dylib) ac_cv_lib_soname_GL=`otool
-L conftest
$ac_exeext |
grep "libGL\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11228 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11231 echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11238 conftest$ac_exeext conftest.$ac_ext
11239 LIBS=$ac_check_soname_save_LIBS
11241 if test "x$ac_cv_lib_soname_GL" = "x"; then
11242 { echo "$as_me:$LINENO: result: not found" >&5
11243 echo "${ECHO_T}not found" >&6; }
11244 if test -f /usr/X11R6/lib/libGL.a
11246 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11247 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11249 opengl_msg="No OpenGL library found on this system."
11252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11253 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11255 cat >>confdefs.h <<_ACEOF
11256 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11259 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11261 cat >>confdefs.h <<\_ACEOF
11262 #define HAVE_OPENGL 1
11268 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11269 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11271 cat >>confdefs.h <<_ACEOF
11272 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11277 cat >>confdefs.h <<\_ACEOF
11278 #define HAVE_OPENGL 1
11283 if test "$ac_cv_header_GL_glu_h" = "yes"
11285 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11286 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11287 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11288 echo $ECHO_N "(cached) $ECHO_C" >&6
11290 ac_check_soname_save_LIBS=$LIBS
11291 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11292 cat >conftest.$ac_ext <<_ACEOF
11295 cat confdefs.h >>conftest.$ac_ext
11296 cat >>conftest.$ac_ext <<_ACEOF
11297 /* end confdefs.h. */
11299 /* Override any GCC internal prototype to avoid an error.
11300 Use char because int might match the return type of a GCC
11301 builtin and then its argument prototype would still apply. */
11309 return gluLookAt ();
11314 rm -f conftest.$ac_objext conftest$ac_exeext
11315 if { (ac_try="$ac_link"
11316 case "(($ac_try" in
11317 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11318 *) ac_try_echo
=$ac_try;;
11320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11321 (eval "$ac_link") 2>conftest.er1
11323 grep -v '^ *+' conftest.er1
>conftest.err
11325 cat conftest.err
>&5
11326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11327 (exit $ac_status); } && {
11328 test -z "$ac_c_werror_flag" ||
11329 test ! -s conftest.err
11330 } && test -s conftest
$ac_exeext &&
11331 $as_test_x conftest
$ac_exeext; then
11334 dylib
) ac_cv_lib_soname_GLU
=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11335 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11338 echo "$as_me: failed program was:" >&5
11339 sed 's/^/| /' conftest.
$ac_ext >&5
11344 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11345 conftest
$ac_exeext conftest.
$ac_ext
11346 LIBS
=$ac_check_soname_save_LIBS
11348 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11349 { echo "$as_me:$LINENO: result: not found" >&5
11350 echo "${ECHO_T}not found" >&6; }
11353 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11354 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11356 cat >>confdefs.h
<<_ACEOF
11357 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11364 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11365 case "x$with_glu" in
11366 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11368 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11369 This is an error since --with-glu was requested." >&5
11370 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11371 This is an error since --with-glu was requested." >&2;}
11372 { (exit 1); exit 1; }; } ;;
11377 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11380 opengl_msg
="OpenGL development headers not found."
11383 if test -n "$opengl_msg"; then
11384 case "x$with_opengl" in
11385 x
) wine_warnings
="$wine_warnings|$opengl_msg
11386 OpenGL and Direct3D won't be supported." ;;
11388 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11389 OpenGL and Direct3D won't be supported.
11390 This is an error since --with-opengl was requested." >&5
11391 echo "$as_me: error: $opengl_msg
11392 OpenGL and Direct3D won't be supported.
11393 This is an error since --with-opengl was requested." >&2;}
11394 { (exit 1); exit 1; }; } ;;
11399 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11400 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11405 for ac_header
in audio
/audiolib.h
11407 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11408 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11409 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11410 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11411 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11412 echo $ECHO_N "(cached) $ECHO_C" >&6
11414 ac_res
=`eval echo '${'$as_ac_Header'}'`
11415 { echo "$as_me:$LINENO: result: $ac_res" >&5
11416 echo "${ECHO_T}$ac_res" >&6; }
11418 # Is the header compilable?
11419 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11420 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11421 cat >conftest.
$ac_ext <<_ACEOF
11424 cat confdefs.h
>>conftest.
$ac_ext
11425 cat >>conftest.
$ac_ext <<_ACEOF
11426 /* end confdefs.h. */
11427 $ac_includes_default
11428 #include <$ac_header>
11430 rm -f conftest.
$ac_objext
11431 if { (ac_try
="$ac_compile"
11432 case "(($ac_try" in
11433 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11434 *) ac_try_echo=$ac_try;;
11436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11437 (eval "$ac_compile") 2>conftest.er1
11439 grep -v '^ *+' conftest.er1 >conftest.err
11441 cat conftest.err >&5
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); } && {
11444 test -z "$ac_c_werror_flag" ||
11445 test ! -s conftest.err
11446 } && test -s conftest.$ac_objext; then
11447 ac_header_compiler=yes
11449 echo "$as_me: failed program was:" >&5
11450 sed 's/^/| /' conftest.$ac_ext >&5
11452 ac_header_compiler=no
11455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11456 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11457 echo "${ECHO_T}$ac_header_compiler" >&6; }
11459 # Is the header present?
11460 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11461 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11462 cat >conftest.$ac_ext <<_ACEOF
11465 cat confdefs.h >>conftest.$ac_ext
11466 cat >>conftest.$ac_ext <<_ACEOF
11467 /* end confdefs.h. */
11468 #include <$ac_header>
11470 if { (ac_try="$ac_cpp conftest.$ac_ext"
11471 case "(($ac_try" in
11472 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11473 *) ac_try_echo
=$ac_try;;
11475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11478 grep -v '^ *+' conftest.er1
>conftest.err
11480 cat conftest.err
>&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } >/dev
/null
&& {
11483 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11486 ac_header_preproc
=yes
11488 echo "$as_me: failed program was:" >&5
11489 sed 's/^/| /' conftest.
$ac_ext >&5
11491 ac_header_preproc
=no
11494 rm -f conftest.err conftest.
$ac_ext
11495 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11496 echo "${ECHO_T}$ac_header_preproc" >&6; }
11498 # So? What about this header?
11499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11501 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11502 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11503 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11504 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11505 ac_header_preproc
=yes
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11509 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11511 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11513 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11514 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11515 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11517 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11519 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11521 ## ------------------------------------ ##
11522 ## Report this to wine-devel@winehq.org ##
11523 ## ------------------------------------ ##
11525 ) |
sed "s/^/$as_me: WARNING: /" >&2
11528 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11529 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11530 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11533 eval "$as_ac_Header=\$ac_header_preproc"
11535 ac_res
=`eval echo '${'$as_ac_Header'}'`
11536 { echo "$as_me:$LINENO: result: $ac_res" >&5
11537 echo "${ECHO_T}$ac_res" >&6; }
11540 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11541 cat >>confdefs.h
<<_ACEOF
11542 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11545 for ac_header
in audio
/soundlib.h
11547 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11548 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11549 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11550 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11551 echo $ECHO_N "(cached) $ECHO_C" >&6
11553 cat >conftest.
$ac_ext <<_ACEOF
11556 cat confdefs.h
>>conftest.
$ac_ext
11557 cat >>conftest.
$ac_ext <<_ACEOF
11558 /* end confdefs.h. */
11559 #include <audio/audiolib.h>
11561 #include <$ac_header>
11563 rm -f conftest.
$ac_objext
11564 if { (ac_try
="$ac_compile"
11565 case "(($ac_try" in
11566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11567 *) ac_try_echo=$ac_try;;
11569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11570 (eval "$ac_compile") 2>conftest.er1
11572 grep -v '^ *+' conftest.er1 >conftest.err
11574 cat conftest.err >&5
11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11576 (exit $ac_status); } && {
11577 test -z "$ac_c_werror_flag" ||
11578 test ! -s conftest.err
11579 } && test -s conftest.$ac_objext; then
11580 eval "$as_ac_Header=yes"
11582 echo "$as_me: failed program was:" >&5
11583 sed 's/^/| /' conftest.$ac_ext >&5
11585 eval "$as_ac_Header=no"
11588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 ac_res=`eval echo '${'$as_ac_Header'}'`
11591 { echo "$as_me:$LINENO: result: $ac_res" >&5
11592 echo "${ECHO_T}$ac_res" >&6; }
11593 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11594 cat >>confdefs.h <<_ACEOF
11595 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11602 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11603 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11604 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11605 echo $ECHO_N "(cached) $ECHO_C" >&6
11607 ac_check_lib_save_LIBS=$LIBS
11608 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11609 cat >conftest.$ac_ext <<_ACEOF
11612 cat confdefs.h >>conftest.$ac_ext
11613 cat >>conftest.$ac_ext <<_ACEOF
11614 /* end confdefs.h. */
11616 /* Override any GCC internal prototype to avoid an error.
11617 Use char because int might match the return type of a GCC
11618 builtin and then its argument prototype would still apply. */
11622 char AuCreateFlow ();
11626 return AuCreateFlow ();
11631 rm -f conftest.$ac_objext conftest$ac_exeext
11632 if { (ac_try="$ac_link"
11633 case "(($ac_try" in
11634 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11635 *) ac_try_echo
=$ac_try;;
11637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11638 (eval "$ac_link") 2>conftest.er1
11640 grep -v '^ *+' conftest.er1
>conftest.err
11642 cat conftest.err
>&5
11643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11644 (exit $ac_status); } && {
11645 test -z "$ac_c_werror_flag" ||
11646 test ! -s conftest.err
11647 } && test -s conftest
$ac_exeext &&
11648 $as_test_x conftest
$ac_exeext; then
11649 ac_cv_lib_audio_AuCreateFlow
=yes
11651 echo "$as_me: failed program was:" >&5
11652 sed 's/^/| /' conftest.
$ac_ext >&5
11654 ac_cv_lib_audio_AuCreateFlow
=no
11657 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11658 conftest
$ac_exeext conftest.
$ac_ext
11659 LIBS
=$ac_check_lib_save_LIBS
11661 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11662 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11663 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11665 cat >>confdefs.h
<<\_ACEOF
11669 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11670 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11671 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11672 echo $ECHO_N "(cached) $ECHO_C" >&6
11674 ac_check_lib_save_LIBS
=$LIBS
11675 LIBS
="-lXau $X_LIBS $LIBS"
11676 cat >conftest.
$ac_ext <<_ACEOF
11679 cat confdefs.h
>>conftest.
$ac_ext
11680 cat >>conftest.
$ac_ext <<_ACEOF
11681 /* end confdefs.h. */
11683 /* Override any GCC internal prototype to avoid an error.
11684 Use char because int might match the return type of a GCC
11685 builtin and then its argument prototype would still apply. */
11689 char XauGetBestAuthByAddr ();
11693 return XauGetBestAuthByAddr ();
11698 rm -f conftest.
$ac_objext conftest
$ac_exeext
11699 if { (ac_try
="$ac_link"
11700 case "(($ac_try" in
11701 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11702 *) ac_try_echo=$ac_try;;
11704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11705 (eval "$ac_link") 2>conftest.er1
11707 grep -v '^ *+' conftest.er1 >conftest.err
11709 cat conftest.err >&5
11710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 (exit $ac_status); } && {
11712 test -z "$ac_c_werror_flag" ||
11713 test ! -s conftest.err
11714 } && test -s conftest$ac_exeext &&
11715 $as_test_x conftest$ac_exeext; then
11716 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11718 echo "$as_me: failed program was:" >&5
11719 sed 's/^/| /' conftest.$ac_ext >&5
11721 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11725 conftest$ac_exeext conftest.$ac_ext
11726 LIBS=$ac_check_lib_save_LIBS
11728 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11729 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11730 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11731 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11733 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11744 CPPFLAGS="$ac_save_CPPFLAGS"
11749 enable_winex11_drv=${enable_winex11_drv:-no}
11750 enable_opengl32=${enable_opengl32:-no}
11751 enable_glu32=${enable_glu32:-no}
11753 if test "x$XLIB" = "x"; then
11756 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11757 without X support, which probably isn't what you want. You will need to install
11758 development packages of Xlib/Xfree86 at the very least.
11759 Use the --without-x option if you really want this." >&5
11760 echo "$as_me: error: X development files not found. Wine will be built
11761 without X support, which probably isn't what you want. You will need to install
11762 development packages of Xlib/Xfree86 at the very least.
11763 Use the --without-x option if you really want this." >&2;}
11764 { (exit 1); exit 1; }; } ;;
11778 if test "x$with_xml" != "xno"
11780 ac_save_CPPFLAGS="$CPPFLAGS"
11781 if test "$PKG_CONFIG" != "false"
11783 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11784 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11786 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11787 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11789 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11791 for ac_header in libxml/parser.h
11793 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11795 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11796 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11797 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11798 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 ac_res=`eval echo '${'$as_ac_Header'}'`
11801 { echo "$as_me:$LINENO: result: $ac_res" >&5
11802 echo "${ECHO_T}$ac_res" >&6; }
11804 # Is the header compilable?
11805 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11806 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11807 cat >conftest.$ac_ext <<_ACEOF
11810 cat confdefs.h >>conftest.$ac_ext
11811 cat >>conftest.$ac_ext <<_ACEOF
11812 /* end confdefs.h. */
11813 $ac_includes_default
11814 #include <$ac_header>
11816 rm -f conftest.$ac_objext
11817 if { (ac_try="$ac_compile"
11818 case "(($ac_try" in
11819 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11820 *) ac_try_echo
=$ac_try;;
11822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11823 (eval "$ac_compile") 2>conftest.er1
11825 grep -v '^ *+' conftest.er1
>conftest.err
11827 cat conftest.err
>&5
11828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11829 (exit $ac_status); } && {
11830 test -z "$ac_c_werror_flag" ||
11831 test ! -s conftest.err
11832 } && test -s conftest.
$ac_objext; then
11833 ac_header_compiler
=yes
11835 echo "$as_me: failed program was:" >&5
11836 sed 's/^/| /' conftest.
$ac_ext >&5
11838 ac_header_compiler
=no
11841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11842 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11843 echo "${ECHO_T}$ac_header_compiler" >&6; }
11845 # Is the header present?
11846 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11847 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11848 cat >conftest.
$ac_ext <<_ACEOF
11851 cat confdefs.h
>>conftest.
$ac_ext
11852 cat >>conftest.
$ac_ext <<_ACEOF
11853 /* end confdefs.h. */
11854 #include <$ac_header>
11856 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11857 case "(($ac_try" in
11858 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11859 *) ac_try_echo=$ac_try;;
11861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11862 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11864 grep -v '^ *+' conftest.er1 >conftest.err
11866 cat conftest.err >&5
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } >/dev/null && {
11869 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11872 ac_header_preproc=yes
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5
11877 ac_header_preproc=no
11880 rm -f conftest.err conftest.$ac_ext
11881 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11882 echo "${ECHO_T}$ac_header_preproc" >&6; }
11884 # So? What about this header?
11885 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11888 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11890 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11891 ac_header_preproc=yes
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11895 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11897 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11899 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11901 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11903 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11905 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11907 ## ------------------------------------ ##
11908 ## Report this to wine-devel@winehq.org ##
11909 ## ------------------------------------ ##
11911 ) | sed "s/^/$as_me: WARNING: /" >&2
11914 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11915 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11916 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 eval "$as_ac_Header=\$ac_header_preproc"
11921 ac_res=`eval echo '${'$as_ac_Header'}'`
11922 { echo "$as_me:$LINENO: result: $ac_res" >&5
11923 echo "${ECHO_T}$ac_res" >&6; }
11926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11927 cat >>confdefs.h <<_ACEOF
11928 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11930 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11931 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11932 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11935 ac_check_lib_save_LIBS=$LIBS
11936 LIBS="-lxml2 $ac_xml_libs $LIBS"
11937 cat >conftest.$ac_ext <<_ACEOF
11940 cat confdefs.h >>conftest.$ac_ext
11941 cat >>conftest.$ac_ext <<_ACEOF
11942 /* end confdefs.h. */
11944 /* Override any GCC internal prototype to avoid an error.
11945 Use char because int might match the return type of a GCC
11946 builtin and then its argument prototype would still apply. */
11950 char xmlParseMemory ();
11954 return xmlParseMemory ();
11959 rm -f conftest.$ac_objext conftest$ac_exeext
11960 if { (ac_try="$ac_link"
11961 case "(($ac_try" in
11962 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11963 *) ac_try_echo
=$ac_try;;
11965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11966 (eval "$ac_link") 2>conftest.er1
11968 grep -v '^ *+' conftest.er1
>conftest.err
11970 cat conftest.err
>&5
11971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972 (exit $ac_status); } && {
11973 test -z "$ac_c_werror_flag" ||
11974 test ! -s conftest.err
11975 } && test -s conftest
$ac_exeext &&
11976 $as_test_x conftest
$ac_exeext; then
11977 ac_cv_lib_xml2_xmlParseMemory
=yes
11979 echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.
$ac_ext >&5
11982 ac_cv_lib_xml2_xmlParseMemory
=no
11985 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11986 conftest
$ac_exeext conftest.
$ac_ext
11987 LIBS
=$ac_check_lib_save_LIBS
11989 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11990 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11991 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11993 cat >>confdefs.h
<<\_ACEOF
11994 #define HAVE_LIBXML2 1
11997 XML2LIBS
="$ac_xml_libs"
11998 XML2INCL
="$ac_xml_cflags"
12001 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12002 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12003 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12004 echo $ECHO_N "(cached) $ECHO_C" >&6
12006 ac_check_lib_save_LIBS
=$LIBS
12007 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12008 cat >conftest.
$ac_ext <<_ACEOF
12011 cat confdefs.h
>>conftest.
$ac_ext
12012 cat >>conftest.
$ac_ext <<_ACEOF
12013 /* end confdefs.h. */
12015 /* Override any GCC internal prototype to avoid an error.
12016 Use char because int might match the return type of a GCC
12017 builtin and then its argument prototype would still apply. */
12021 char xmlReadMemory ();
12025 return xmlReadMemory ();
12030 rm -f conftest.
$ac_objext conftest
$ac_exeext
12031 if { (ac_try
="$ac_link"
12032 case "(($ac_try" in
12033 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12034 *) ac_try_echo=$ac_try;;
12036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12037 (eval "$ac_link") 2>conftest.er1
12039 grep -v '^ *+' conftest.er1 >conftest.err
12041 cat conftest.err >&5
12042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && {
12044 test -z "$ac_c_werror_flag" ||
12045 test ! -s conftest.err
12046 } && test -s conftest$ac_exeext &&
12047 $as_test_x conftest$ac_exeext; then
12048 ac_cv_lib_xml2_xmlReadMemory=yes
12050 echo "$as_me: failed program was:" >&5
12051 sed 's/^/| /' conftest.$ac_ext >&5
12053 ac_cv_lib_xml2_xmlReadMemory=no
12056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12057 conftest$ac_exeext conftest.$ac_ext
12058 LIBS=$ac_check_lib_save_LIBS
12060 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12061 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12062 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12064 cat >>confdefs.h <<\_ACEOF
12065 #define HAVE_XMLREADMEMORY 1
12070 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12071 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12072 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12073 echo $ECHO_N "(cached) $ECHO_C" >&6
12075 ac_check_lib_save_LIBS=$LIBS
12076 LIBS="-lxml2 $ac_xml_libs $LIBS"
12077 cat >conftest.$ac_ext <<_ACEOF
12080 cat confdefs.h >>conftest.$ac_ext
12081 cat >>conftest.$ac_ext <<_ACEOF
12082 /* end confdefs.h. */
12084 /* Override any GCC internal prototype to avoid an error.
12085 Use char because int might match the return type of a GCC
12086 builtin and then its argument prototype would still apply. */
12090 char xmlNewDocPI ();
12094 return xmlNewDocPI ();
12099 rm -f conftest.$ac_objext conftest$ac_exeext
12100 if { (ac_try="$ac_link"
12101 case "(($ac_try" in
12102 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12103 *) ac_try_echo
=$ac_try;;
12105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12106 (eval "$ac_link") 2>conftest.er1
12108 grep -v '^ *+' conftest.er1
>conftest.err
12110 cat conftest.err
>&5
12111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12112 (exit $ac_status); } && {
12113 test -z "$ac_c_werror_flag" ||
12114 test ! -s conftest.err
12115 } && test -s conftest
$ac_exeext &&
12116 $as_test_x conftest
$ac_exeext; then
12117 ac_cv_lib_xml2_xmlNewDocPI
=yes
12119 echo "$as_me: failed program was:" >&5
12120 sed 's/^/| /' conftest.
$ac_ext >&5
12122 ac_cv_lib_xml2_xmlNewDocPI
=no
12125 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12126 conftest
$ac_exeext conftest.
$ac_ext
12127 LIBS
=$ac_check_lib_save_LIBS
12129 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12130 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12131 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12133 cat >>confdefs.h
<<\_ACEOF
12134 #define HAVE_XMLNEWDOCPI 1
12144 CPPFLAGS
="$ac_save_CPPFLAGS"
12146 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12147 case "x$with_xml" in
12148 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12150 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12151 This is an error since --with-xml was requested." >&5
12152 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12153 This is an error since --with-xml was requested." >&2;}
12154 { (exit 1); exit 1; }; } ;;
12159 if test "x$with_xslt" != "xno"
12161 if test "$PKG_CONFIG" != "false"
12163 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12164 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12166 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12167 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12169 ac_save_CPPFLAGS
="$CPPFLAGS"
12170 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12173 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12175 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12178 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12179 echo $ECHO_N "(cached) $ECHO_C" >&6
12181 cat >conftest.
$ac_ext <<_ACEOF
12184 cat confdefs.h
>>conftest.
$ac_ext
12185 cat >>conftest.
$ac_ext <<_ACEOF
12186 /* end confdefs.h. */
12187 #ifdef HAVE_LIBXSLT_PATTERN_H
12188 # include <libxslt/pattern.h>
12191 #include <$ac_header>
12193 rm -f conftest.
$ac_objext
12194 if { (ac_try
="$ac_compile"
12195 case "(($ac_try" in
12196 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12197 *) ac_try_echo=$ac_try;;
12199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12200 (eval "$ac_compile") 2>conftest.er1
12202 grep -v '^ *+' conftest.er1 >conftest.err
12204 cat conftest.err >&5
12205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12206 (exit $ac_status); } && {
12207 test -z "$ac_c_werror_flag" ||
12208 test ! -s conftest.err
12209 } && test -s conftest.$ac_objext; then
12210 eval "$as_ac_Header=yes"
12212 echo "$as_me: failed program was:" >&5
12213 sed 's/^/| /' conftest.$ac_ext >&5
12215 eval "$as_ac_Header=no"
12218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12220 ac_res=`eval echo '${'$as_ac_Header'}'`
12221 { echo "$as_me:$LINENO: result: $ac_res" >&5
12222 echo "${ECHO_T}$ac_res" >&6; }
12223 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12224 cat >>confdefs.h <<_ACEOF
12225 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12232 CPPFLAGS="$ac_save_CPPFLAGS"
12233 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12235 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12236 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12237 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12240 ac_check_lib_save_LIBS=$LIBS
12241 LIBS="-lxslt $ac_xslt_libs $LIBS"
12242 cat >conftest.$ac_ext <<_ACEOF
12245 cat confdefs.h >>conftest.$ac_ext
12246 cat >>conftest.$ac_ext <<_ACEOF
12247 /* end confdefs.h. */
12249 /* Override any GCC internal prototype to avoid an error.
12250 Use char because int might match the return type of a GCC
12251 builtin and then its argument prototype would still apply. */
12255 char xsltCompilePattern ();
12259 return xsltCompilePattern ();
12264 rm -f conftest.$ac_objext conftest$ac_exeext
12265 if { (ac_try="$ac_link"
12266 case "(($ac_try" in
12267 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12268 *) ac_try_echo
=$ac_try;;
12270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12271 (eval "$ac_link") 2>conftest.er1
12273 grep -v '^ *+' conftest.er1
>conftest.err
12275 cat conftest.err
>&5
12276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12277 (exit $ac_status); } && {
12278 test -z "$ac_c_werror_flag" ||
12279 test ! -s conftest.err
12280 } && test -s conftest
$ac_exeext &&
12281 $as_test_x conftest
$ac_exeext; then
12282 ac_cv_lib_xslt_xsltCompilePattern
=yes
12284 echo "$as_me: failed program was:" >&5
12285 sed 's/^/| /' conftest.
$ac_ext >&5
12287 ac_cv_lib_xslt_xsltCompilePattern
=no
12290 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12291 conftest
$ac_exeext conftest.
$ac_ext
12292 LIBS
=$ac_check_lib_save_LIBS
12294 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12295 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12296 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12298 cat >>confdefs.h
<<\_ACEOF
12299 #define HAVE_LIBXSLT 1
12302 XSLTLIBS
="$ac_xslt_libs"
12303 XSLTINCL
="$ac_xslt_cflags"
12304 ac_save_LIBS
="$LIBS"
12305 LIBS
="$LIBS $ac_xslt_libs"
12307 for ac_func
in xsltInit
12309 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12310 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12311 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12312 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12313 echo $ECHO_N "(cached) $ECHO_C" >&6
12315 cat >conftest.
$ac_ext <<_ACEOF
12318 cat confdefs.h
>>conftest.
$ac_ext
12319 cat >>conftest.
$ac_ext <<_ACEOF
12320 /* end confdefs.h. */
12321 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12322 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12323 #define $ac_func innocuous_$ac_func
12325 /* System header to define __stub macros and hopefully few prototypes,
12326 which can conflict with char $ac_func (); below.
12327 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12328 <limits.h> exists even on freestanding compilers. */
12331 # include <limits.h>
12333 # include <assert.h>
12338 /* Override any GCC internal prototype to avoid an error.
12339 Use char because int might match the return type of a GCC
12340 builtin and then its argument prototype would still apply. */
12345 /* The GNU C library defines this for functions which it implements
12346 to always fail with ENOSYS. Some functions are actually named
12347 something starting with __ and the normal name is an alias. */
12348 #if defined __stub_$ac_func || defined __stub___$ac_func
12355 return $ac_func ();
12360 rm -f conftest.
$ac_objext conftest
$ac_exeext
12361 if { (ac_try
="$ac_link"
12362 case "(($ac_try" in
12363 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12364 *) ac_try_echo=$ac_try;;
12366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12367 (eval "$ac_link") 2>conftest.er1
12369 grep -v '^ *+' conftest.er1 >conftest.err
12371 cat conftest.err >&5
12372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373 (exit $ac_status); } && {
12374 test -z "$ac_c_werror_flag" ||
12375 test ! -s conftest.err
12376 } && test -s conftest$ac_exeext &&
12377 $as_test_x conftest$ac_exeext; then
12378 eval "$as_ac_var=yes"
12380 echo "$as_me: failed program was:" >&5
12381 sed 's/^/| /' conftest.$ac_ext >&5
12383 eval "$as_ac_var=no"
12386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12387 conftest$ac_exeext conftest.$ac_ext
12389 ac_res=`eval echo '${'$as_ac_var'}'`
12390 { echo "$as_me:$LINENO: result: $ac_res" >&5
12391 echo "${ECHO_T}$ac_res" >&6; }
12392 if test `eval echo '${'$as_ac_var'}'` = yes; then
12393 cat >>confdefs.h <<_ACEOF
12394 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12400 LIBS="$ac_save_LIBS"
12405 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12406 case "x$with_xslt" in
12407 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12409 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12410 This is an error since --with-xslt was requested." >&5
12411 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12412 This is an error since --with-xslt was requested." >&2;}
12413 { (exit 1); exit 1; }; } ;;
12420 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12422 ac_save_CPPFLAGS="$CPPFLAGS"
12423 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12424 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12425 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12428 for ac_header in dbus/dbus.h hal/libhal.h
12430 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12431 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12432 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12435 echo $ECHO_N "(cached) $ECHO_C" >&6
12437 ac_res=`eval echo '${'$as_ac_Header'}'`
12438 { echo "$as_me:$LINENO: result: $ac_res" >&5
12439 echo "${ECHO_T}$ac_res" >&6; }
12441 # Is the header compilable?
12442 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12443 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12444 cat >conftest.$ac_ext <<_ACEOF
12447 cat confdefs.h >>conftest.$ac_ext
12448 cat >>conftest.$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12450 $ac_includes_default
12451 #include <$ac_header>
12453 rm -f conftest.$ac_objext
12454 if { (ac_try="$ac_compile"
12455 case "(($ac_try" in
12456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12457 *) ac_try_echo
=$ac_try;;
12459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12460 (eval "$ac_compile") 2>conftest.er1
12462 grep -v '^ *+' conftest.er1
>conftest.err
12464 cat conftest.err
>&5
12465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12466 (exit $ac_status); } && {
12467 test -z "$ac_c_werror_flag" ||
12468 test ! -s conftest.err
12469 } && test -s conftest.
$ac_objext; then
12470 ac_header_compiler
=yes
12472 echo "$as_me: failed program was:" >&5
12473 sed 's/^/| /' conftest.
$ac_ext >&5
12475 ac_header_compiler
=no
12478 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12479 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12480 echo "${ECHO_T}$ac_header_compiler" >&6; }
12482 # Is the header present?
12483 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12484 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12485 cat >conftest.
$ac_ext <<_ACEOF
12488 cat confdefs.h
>>conftest.
$ac_ext
12489 cat >>conftest.
$ac_ext <<_ACEOF
12490 /* end confdefs.h. */
12491 #include <$ac_header>
12493 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12494 case "(($ac_try" in
12495 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12496 *) ac_try_echo=$ac_try;;
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12501 grep -v '^ *+' conftest.er1 >conftest.err
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } >/dev/null && {
12506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12507 test ! -s conftest.err
12509 ac_header_preproc=yes
12511 echo "$as_me: failed program was:" >&5
12512 sed 's/^/| /' conftest.$ac_ext >&5
12514 ac_header_preproc=no
12517 rm -f conftest.err conftest.$ac_ext
12518 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12519 echo "${ECHO_T}$ac_header_preproc" >&6; }
12521 # So? What about this header?
12522 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12524 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12525 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12527 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12528 ac_header_preproc=yes
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12532 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12534 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12536 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12537 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12538 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12540 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12542 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12544 ## ------------------------------------ ##
12545 ## Report this to wine-devel@winehq.org ##
12546 ## ------------------------------------ ##
12548 ) | sed "s/^/$as_me: WARNING: /" >&2
12551 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12554 echo $ECHO_N "(cached) $ECHO_C" >&6
12556 eval "$as_ac_Header=\$ac_header_preproc"
12558 ac_res=`eval echo '${'$as_ac_Header'}'`
12559 { echo "$as_me:$LINENO: result: $ac_res" >&5
12560 echo "${ECHO_T}$ac_res" >&6; }
12563 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12564 cat >>confdefs.h <<_ACEOF
12565 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12572 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12574 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12575 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12576 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12577 echo $ECHO_N "(cached) $ECHO_C" >&6
12579 ac_check_lib_save_LIBS=$LIBS
12580 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12581 cat >conftest.$ac_ext <<_ACEOF
12584 cat confdefs.h >>conftest.$ac_ext
12585 cat >>conftest.$ac_ext <<_ACEOF
12586 /* end confdefs.h. */
12588 /* Override any GCC internal prototype to avoid an error.
12589 Use char because int might match the return type of a GCC
12590 builtin and then its argument prototype would still apply. */
12594 char dbus_connection_close ();
12598 return dbus_connection_close ();
12603 rm -f conftest.$ac_objext conftest$ac_exeext
12604 if { (ac_try="$ac_link"
12605 case "(($ac_try" in
12606 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12607 *) ac_try_echo
=$ac_try;;
12609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12610 (eval "$ac_link") 2>conftest.er1
12612 grep -v '^ *+' conftest.er1
>conftest.err
12614 cat conftest.err
>&5
12615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12616 (exit $ac_status); } && {
12617 test -z "$ac_c_werror_flag" ||
12618 test ! -s conftest.err
12619 } && test -s conftest
$ac_exeext &&
12620 $as_test_x conftest
$ac_exeext; then
12621 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12623 echo "$as_me: failed program was:" >&5
12624 sed 's/^/| /' conftest.
$ac_ext >&5
12626 ac_cv_lib_dbus_1_dbus_connection_close
=no
12629 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12630 conftest
$ac_exeext conftest.
$ac_ext
12631 LIBS
=$ac_check_lib_save_LIBS
12633 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12634 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12635 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12636 { echo "$as_me:$LINENO: checking for -lhal" >&5
12637 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12638 if test "${ac_cv_lib_soname_hal+set}" = set; then
12639 echo $ECHO_N "(cached) $ECHO_C" >&6
12641 ac_check_soname_save_LIBS
=$LIBS
12642 LIBS
="-lhal $ac_hal_libs $LIBS"
12643 cat >conftest.
$ac_ext <<_ACEOF
12646 cat confdefs.h
>>conftest.
$ac_ext
12647 cat >>conftest.
$ac_ext <<_ACEOF
12648 /* end confdefs.h. */
12650 /* Override any GCC internal prototype to avoid an error.
12651 Use char because int might match the return type of a GCC
12652 builtin and then its argument prototype would still apply. */
12656 char libhal_ctx_new ();
12660 return libhal_ctx_new ();
12665 rm -f conftest.
$ac_objext conftest
$ac_exeext
12666 if { (ac_try
="$ac_link"
12667 case "(($ac_try" in
12668 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12669 *) ac_try_echo=$ac_try;;
12671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12672 (eval "$ac_link") 2>conftest.er1
12674 grep -v '^ *+' conftest.er1 >conftest.err
12676 cat conftest.err >&5
12677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12678 (exit $ac_status); } && {
12679 test -z "$ac_c_werror_flag" ||
12680 test ! -s conftest.err
12681 } && test -s conftest$ac_exeext &&
12682 $as_test_x conftest$ac_exeext; then
12685 dylib) ac_cv_lib_soname_hal=`otool
-L conftest
$ac_exeext |
grep "libhal\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12686 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12689 echo "$as_me: failed program was:" >&5
12690 sed 's/^/| /' conftest.$ac_ext >&5
12695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12696 conftest$ac_exeext conftest.$ac_ext
12697 LIBS=$ac_check_soname_save_LIBS
12699 if test "x$ac_cv_lib_soname_hal" = "x"; then
12700 { echo "$as_me:$LINENO: result: not found" >&5
12701 echo "${ECHO_T}not found" >&6; }
12704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12705 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12707 cat >>confdefs.h <<_ACEOF
12708 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12711 HALINCL="$ac_hal_cflags"
12717 CPPFLAGS="$ac_save_CPPFLAGS"
12719 if test "x$ac_cv_lib_soname_hal" = "x"; then
12720 case "x$with_hal" in
12721 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12723 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12724 This is an error since --with-hal was requested." >&5
12725 echo "$as_me: error: libhal development files not found, no dynamic device support.
12726 This is an error since --with-hal was requested." >&2;}
12727 { (exit 1); exit 1; }; } ;;
12733 if test "$ac_cv_header_ncurses_h" = "yes"
12735 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12736 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12737 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12738 echo $ECHO_N "(cached) $ECHO_C" >&6
12740 ac_check_soname_save_LIBS=$LIBS
12741 LIBS="-lncurses $LIBS"
12742 cat >conftest.$ac_ext <<_ACEOF
12745 cat confdefs.h >>conftest.$ac_ext
12746 cat >>conftest.$ac_ext <<_ACEOF
12747 /* end confdefs.h. */
12749 /* Override any GCC internal prototype to avoid an error.
12750 Use char because int might match the return type of a GCC
12751 builtin and then its argument prototype would still apply. */
12764 rm -f conftest.$ac_objext conftest$ac_exeext
12765 if { (ac_try="$ac_link"
12766 case "(($ac_try" in
12767 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12768 *) ac_try_echo
=$ac_try;;
12770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12771 (eval "$ac_link") 2>conftest.er1
12773 grep -v '^ *+' conftest.er1
>conftest.err
12775 cat conftest.err
>&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } && {
12778 test -z "$ac_c_werror_flag" ||
12779 test ! -s conftest.err
12780 } && test -s conftest
$ac_exeext &&
12781 $as_test_x conftest
$ac_exeext; then
12784 dylib
) ac_cv_lib_soname_ncurses
=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12785 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12788 echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.
$ac_ext >&5
12794 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12795 conftest
$ac_exeext conftest.
$ac_ext
12796 LIBS
=$ac_check_soname_save_LIBS
12798 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12799 { echo "$as_me:$LINENO: result: not found" >&5
12800 echo "${ECHO_T}not found" >&6; }
12803 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12804 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12806 cat >>confdefs.h
<<_ACEOF
12807 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12810 CURSESLIBS
="-lncurses"
12813 elif test "$ac_cv_header_curses_h" = "yes"
12815 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12816 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12817 if test "${ac_cv_lib_soname_curses+set}" = set; then
12818 echo $ECHO_N "(cached) $ECHO_C" >&6
12820 ac_check_soname_save_LIBS
=$LIBS
12821 LIBS
="-lcurses $LIBS"
12822 cat >conftest.
$ac_ext <<_ACEOF
12825 cat confdefs.h
>>conftest.
$ac_ext
12826 cat >>conftest.
$ac_ext <<_ACEOF
12827 /* end confdefs.h. */
12829 /* Override any GCC internal prototype to avoid an error.
12830 Use char because int might match the return type of a GCC
12831 builtin and then its argument prototype would still apply. */
12844 rm -f conftest.
$ac_objext conftest
$ac_exeext
12845 if { (ac_try
="$ac_link"
12846 case "(($ac_try" in
12847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12848 *) ac_try_echo=$ac_try;;
12850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12851 (eval "$ac_link") 2>conftest.er1
12853 grep -v '^ *+' conftest.er1 >conftest.err
12855 cat conftest.err >&5
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); } && {
12858 test -z "$ac_c_werror_flag" ||
12859 test ! -s conftest.err
12860 } && test -s conftest$ac_exeext &&
12861 $as_test_x conftest$ac_exeext; then
12864 dylib) ac_cv_lib_soname_curses=`otool
-L conftest
$ac_exeext |
grep "libcurses\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12865 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12868 echo "$as_me: failed program was:" >&5
12869 sed 's/^/| /' conftest.$ac_ext >&5
12874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12875 conftest$ac_exeext conftest.$ac_ext
12876 LIBS=$ac_check_soname_save_LIBS
12878 if test "x$ac_cv_lib_soname_curses" = "x"; then
12879 { echo "$as_me:$LINENO: result: not found" >&5
12880 echo "${ECHO_T}not found" >&6; }
12883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12884 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12886 cat >>confdefs.h <<_ACEOF
12887 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12890 CURSESLIBS="-lcurses"
12894 ac_save_LIBS="$LIBS"
12895 LIBS="$LIBS $CURSESLIBS"
12897 for ac_func in mousemask
12899 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12900 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12901 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12903 echo $ECHO_N "(cached) $ECHO_C" >&6
12905 cat >conftest.$ac_ext <<_ACEOF
12908 cat confdefs.h >>conftest.$ac_ext
12909 cat >>conftest.$ac_ext <<_ACEOF
12910 /* end confdefs.h. */
12911 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12913 #define $ac_func innocuous_$ac_func
12915 /* System header to define __stub macros and hopefully few prototypes,
12916 which can conflict with char $ac_func (); below.
12917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12918 <limits.h> exists even on freestanding compilers. */
12921 # include <limits.h>
12923 # include <assert.h>
12928 /* Override any GCC internal prototype to avoid an error.
12929 Use char because int might match the return type of a GCC
12930 builtin and then its argument prototype would still apply. */
12935 /* The GNU C library defines this for functions which it implements
12936 to always fail with ENOSYS. Some functions are actually named
12937 something starting with __ and the normal name is an alias. */
12938 #if defined __stub_$ac_func || defined __stub___$ac_func
12945 return $ac_func ();
12950 rm -f conftest.$ac_objext conftest$ac_exeext
12951 if { (ac_try="$ac_link"
12952 case "(($ac_try" in
12953 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12954 *) ac_try_echo
=$ac_try;;
12956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12957 (eval "$ac_link") 2>conftest.er1
12959 grep -v '^ *+' conftest.er1
>conftest.err
12961 cat conftest.err
>&5
12962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12963 (exit $ac_status); } && {
12964 test -z "$ac_c_werror_flag" ||
12965 test ! -s conftest.err
12966 } && test -s conftest
$ac_exeext &&
12967 $as_test_x conftest
$ac_exeext; then
12968 eval "$as_ac_var=yes"
12970 echo "$as_me: failed program was:" >&5
12971 sed 's/^/| /' conftest.
$ac_ext >&5
12973 eval "$as_ac_var=no"
12976 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12977 conftest
$ac_exeext conftest.
$ac_ext
12979 ac_res
=`eval echo '${'$as_ac_var'}'`
12980 { echo "$as_me:$LINENO: result: $ac_res" >&5
12981 echo "${ECHO_T}$ac_res" >&6; }
12982 if test `eval echo '${'$as_ac_var'}'` = yes; then
12983 cat >>confdefs.h
<<_ACEOF
12984 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12990 LIBS
="$ac_save_LIBS"
12991 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12992 case "x$with_curses" in
12993 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12995 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12996 This is an error since --with-curses was requested." >&5
12997 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12998 This is an error since --with-curses was requested." >&2;}
12999 { (exit 1); exit 1; }; } ;;
13004 # Extract the first word of "sane-config", so it can be a program name with args.
13005 set dummy sane-config
; ac_word
=$2
13006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13008 if test "${ac_cv_prog_sane_devel+set}" = set; then
13009 echo $ECHO_N "(cached) $ECHO_C" >&6
13011 if test -n "$sane_devel"; then
13012 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13015 for as_dir
in $PATH
13018 test -z "$as_dir" && as_dir
=.
13019 for ac_exec_ext
in '' $ac_executable_extensions; do
13020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13021 ac_cv_prog_sane_devel
="sane-config"
13022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13029 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13032 sane_devel
=$ac_cv_prog_sane_devel
13033 if test -n "$sane_devel"; then
13034 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13035 echo "${ECHO_T}$sane_devel" >&6; }
13037 { echo "$as_me:$LINENO: result: no" >&5
13038 echo "${ECHO_T}no" >&6; }
13042 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13044 ac_sane_incl
="`$sane_devel --cflags`"
13045 ac_sane_libs
="`$sane_devel --ldflags`"
13046 ac_save_CPPFLAGS
="$CPPFLAGS"
13047 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13048 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13049 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13050 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13051 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13052 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13055 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13057 # Is the header compilable?
13058 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13059 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13060 cat >conftest.
$ac_ext <<_ACEOF
13063 cat confdefs.h
>>conftest.
$ac_ext
13064 cat >>conftest.
$ac_ext <<_ACEOF
13065 /* end confdefs.h. */
13066 $ac_includes_default
13067 #include <sane/sane.h>
13069 rm -f conftest.
$ac_objext
13070 if { (ac_try
="$ac_compile"
13071 case "(($ac_try" in
13072 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13073 *) ac_try_echo=$ac_try;;
13075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13076 (eval "$ac_compile") 2>conftest.er1
13078 grep -v '^ *+' conftest.er1 >conftest.err
13080 cat conftest.err >&5
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); } && {
13083 test -z "$ac_c_werror_flag" ||
13084 test ! -s conftest.err
13085 } && test -s conftest.$ac_objext; then
13086 ac_header_compiler=yes
13088 echo "$as_me: failed program was:" >&5
13089 sed 's/^/| /' conftest.$ac_ext >&5
13091 ac_header_compiler=no
13094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13095 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13096 echo "${ECHO_T}$ac_header_compiler" >&6; }
13098 # Is the header present?
13099 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13100 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13101 cat >conftest.$ac_ext <<_ACEOF
13104 cat confdefs.h >>conftest.$ac_ext
13105 cat >>conftest.$ac_ext <<_ACEOF
13106 /* end confdefs.h. */
13107 #include <sane/sane.h>
13109 if { (ac_try="$ac_cpp conftest.$ac_ext"
13110 case "(($ac_try" in
13111 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13112 *) ac_try_echo
=$ac_try;;
13114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13115 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13117 grep -v '^ *+' conftest.er1
>conftest.err
13119 cat conftest.err
>&5
13120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13121 (exit $ac_status); } >/dev
/null
&& {
13122 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13123 test ! -s conftest.err
13125 ac_header_preproc
=yes
13127 echo "$as_me: failed program was:" >&5
13128 sed 's/^/| /' conftest.
$ac_ext >&5
13130 ac_header_preproc
=no
13133 rm -f conftest.err conftest.
$ac_ext
13134 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13135 echo "${ECHO_T}$ac_header_preproc" >&6; }
13137 # So? What about this header?
13138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13140 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13141 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13143 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13144 ac_header_preproc
=yes
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13148 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13150 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13152 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13153 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13154 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13156 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13158 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13160 ## ------------------------------------ ##
13161 ## Report this to wine-devel@winehq.org ##
13162 ## ------------------------------------ ##
13164 ) |
sed "s/^/$as_me: WARNING: /" >&2
13167 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13168 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13169 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13170 echo $ECHO_N "(cached) $ECHO_C" >&6
13172 ac_cv_header_sane_sane_h
=$ac_header_preproc
13174 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13175 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13178 if test $ac_cv_header_sane_sane_h = yes; then
13179 { echo "$as_me:$LINENO: checking for -lsane" >&5
13180 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13181 if test "${ac_cv_lib_soname_sane+set}" = set; then
13182 echo $ECHO_N "(cached) $ECHO_C" >&6
13184 ac_check_soname_save_LIBS
=$LIBS
13185 LIBS
="-lsane $ac_sane_libs $LIBS"
13186 cat >conftest.
$ac_ext <<_ACEOF
13189 cat confdefs.h
>>conftest.
$ac_ext
13190 cat >>conftest.
$ac_ext <<_ACEOF
13191 /* end confdefs.h. */
13193 /* Override any GCC internal prototype to avoid an error.
13194 Use char because int might match the return type of a GCC
13195 builtin and then its argument prototype would still apply. */
13203 return sane_init ();
13208 rm -f conftest.
$ac_objext conftest
$ac_exeext
13209 if { (ac_try
="$ac_link"
13210 case "(($ac_try" in
13211 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13212 *) ac_try_echo=$ac_try;;
13214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13215 (eval "$ac_link") 2>conftest.er1
13217 grep -v '^ *+' conftest.er1 >conftest.err
13219 cat conftest.err >&5
13220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); } && {
13222 test -z "$ac_c_werror_flag" ||
13223 test ! -s conftest.err
13224 } && test -s conftest$ac_exeext &&
13225 $as_test_x conftest$ac_exeext; then
13228 dylib) ac_cv_lib_soname_sane=`otool
-L conftest
$ac_exeext |
grep "libsane\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13229 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13232 echo "$as_me: failed program was:" >&5
13233 sed 's/^/| /' conftest.$ac_ext >&5
13238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13239 conftest$ac_exeext conftest.$ac_ext
13240 LIBS=$ac_check_soname_save_LIBS
13242 if test "x$ac_cv_lib_soname_sane" = "x"; then
13243 { echo "$as_me:$LINENO: result: not found" >&5
13244 echo "${ECHO_T}not found" >&6; }
13247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13248 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13250 cat >>confdefs.h <<_ACEOF
13251 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13254 SANEINCL="$ac_sane_incl"
13261 CPPFLAGS="$ac_save_CPPFLAGS"
13263 if test "x$ac_cv_lib_soname_sane" = "x"; then
13264 case "x$with_sane" in
13265 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13267 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13268 This is an error since --with-sane was requested." >&5
13269 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13270 This is an error since --with-sane was requested." >&2;}
13271 { (exit 1); exit 1; }; } ;;
13276 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13277 set dummy gphoto2-config; ac_word=$2
13278 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13280 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13281 echo $ECHO_N "(cached) $ECHO_C" >&6
13283 if test -n "$gphoto2_devel"; then
13284 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13287 for as_dir in $PATH
13290 test -z "$as_dir" && as_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13293 ac_cv_prog_gphoto2_devel="gphoto2-config"
13294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13301 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13304 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13305 if test -n "$gphoto2_devel"; then
13306 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13307 echo "${ECHO_T}$gphoto2_devel" >&6; }
13309 { echo "$as_me:$LINENO: result: no" >&5
13310 echo "${ECHO_T}no" >&6; }
13314 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13315 set dummy gphoto2-port-config; ac_word=$2
13316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13318 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13319 echo $ECHO_N "(cached) $ECHO_C" >&6
13321 if test -n "$gphoto2port_devel"; then
13322 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13325 for as_dir in $PATH
13328 test -z "$as_dir" && as_dir=.
13329 for ac_exec_ext in '' $ac_executable_extensions; do
13330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13331 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13339 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13342 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13343 if test -n "$gphoto2port_devel"; then
13344 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13345 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13347 { echo "$as_me:$LINENO: result: no" >&5
13348 echo "${ECHO_T}no" >&6; }
13352 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13354 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13356 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13359 -L/usr/lib|-L/usr/lib64) ;;
13360 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13363 ac_save_CPPFLAGS="$CPPFLAGS"
13364 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13365 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13366 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13367 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13368 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13369 echo $ECHO_N "(cached) $ECHO_C" >&6
13371 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13372 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13374 # Is the header compilable?
13375 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13376 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13377 cat >conftest.$ac_ext <<_ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13383 $ac_includes_default
13384 #include <gphoto2-camera.h>
13386 rm -f conftest.$ac_objext
13387 if { (ac_try="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13390 *) ac_try_echo
=$ac_try;;
13392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13393 (eval "$ac_compile") 2>conftest.er1
13395 grep -v '^ *+' conftest.er1
>conftest.err
13397 cat conftest.err
>&5
13398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13399 (exit $ac_status); } && {
13400 test -z "$ac_c_werror_flag" ||
13401 test ! -s conftest.err
13402 } && test -s conftest.
$ac_objext; then
13403 ac_header_compiler
=yes
13405 echo "$as_me: failed program was:" >&5
13406 sed 's/^/| /' conftest.
$ac_ext >&5
13408 ac_header_compiler
=no
13411 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13412 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13413 echo "${ECHO_T}$ac_header_compiler" >&6; }
13415 # Is the header present?
13416 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13417 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13418 cat >conftest.
$ac_ext <<_ACEOF
13421 cat confdefs.h
>>conftest.
$ac_ext
13422 cat >>conftest.
$ac_ext <<_ACEOF
13423 /* end confdefs.h. */
13424 #include <gphoto2-camera.h>
13426 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13427 case "(($ac_try" in
13428 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13429 *) ac_try_echo=$ac_try;;
13431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13432 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13434 grep -v '^ *+' conftest.er1 >conftest.err
13436 cat conftest.err >&5
13437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13438 (exit $ac_status); } >/dev/null && {
13439 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13440 test ! -s conftest.err
13442 ac_header_preproc=yes
13444 echo "$as_me: failed program was:" >&5
13445 sed 's/^/| /' conftest.$ac_ext >&5
13447 ac_header_preproc=no
13450 rm -f conftest.err conftest.$ac_ext
13451 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13452 echo "${ECHO_T}$ac_header_preproc" >&6; }
13454 # So? What about this header?
13455 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13457 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13458 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13459 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13460 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13461 ac_header_preproc=yes
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13469 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13471 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13475 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13477 ## ------------------------------------ ##
13478 ## Report this to wine-devel@winehq.org ##
13479 ## ------------------------------------ ##
13481 ) | sed "s/^/$as_me: WARNING: /" >&2
13484 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13485 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13486 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13487 echo $ECHO_N "(cached) $ECHO_C" >&6
13489 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13491 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13492 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13495 if test $ac_cv_header_gphoto2_camera_h = yes; then
13496 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13497 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13498 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13499 echo $ECHO_N "(cached) $ECHO_C" >&6
13501 ac_check_lib_save_LIBS=$LIBS
13502 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13503 cat >conftest.$ac_ext <<_ACEOF
13506 cat confdefs.h >>conftest.$ac_ext
13507 cat >>conftest.$ac_ext <<_ACEOF
13508 /* end confdefs.h. */
13510 /* Override any GCC internal prototype to avoid an error.
13511 Use char because int might match the return type of a GCC
13512 builtin and then its argument prototype would still apply. */
13516 char gp_camera_new ();
13520 return gp_camera_new ();
13525 rm -f conftest.$ac_objext conftest$ac_exeext
13526 if { (ac_try="$ac_link"
13527 case "(($ac_try" in
13528 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13529 *) ac_try_echo
=$ac_try;;
13531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13532 (eval "$ac_link") 2>conftest.er1
13534 grep -v '^ *+' conftest.er1
>conftest.err
13536 cat conftest.err
>&5
13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538 (exit $ac_status); } && {
13539 test -z "$ac_c_werror_flag" ||
13540 test ! -s conftest.err
13541 } && test -s conftest
$ac_exeext &&
13542 $as_test_x conftest
$ac_exeext; then
13543 ac_cv_lib_gphoto2_gp_camera_new
=yes
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.
$ac_ext >&5
13548 ac_cv_lib_gphoto2_gp_camera_new
=no
13551 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13552 conftest
$ac_exeext conftest.
$ac_ext
13553 LIBS
=$ac_check_lib_save_LIBS
13555 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13556 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13557 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13559 cat >>confdefs.h
<<\_ACEOF
13560 #define HAVE_GPHOTO2 1
13563 GPHOTO2LIBS
="$ac_gphoto2_libs"
13565 GPHOTO2INCL
="$ac_gphoto2_incl"
13572 CPPFLAGS
="$ac_save_CPPFLAGS"
13574 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13575 case "x$with_gphoto" in
13576 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13578 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13579 This is an error since --with-gphoto was requested." >&5
13580 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13581 This is an error since --with-gphoto was requested." >&2;}
13582 { (exit 1); exit 1; }; } ;;
13590 if test "$ac_cv_header_resolv_h" = "yes"
13592 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13593 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13594 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13595 echo $ECHO_N "(cached) $ECHO_C" >&6
13597 ac_check_lib_save_LIBS
=$LIBS
13598 LIBS
="-lresolv $LIBS"
13599 cat >conftest.
$ac_ext <<_ACEOF
13602 cat confdefs.h
>>conftest.
$ac_ext
13603 cat >>conftest.
$ac_ext <<_ACEOF
13604 /* end confdefs.h. */
13606 /* Override any GCC internal prototype to avoid an error.
13607 Use char because int might match the return type of a GCC
13608 builtin and then its argument prototype would still apply. */
13616 return res_query ();
13621 rm -f conftest.
$ac_objext conftest
$ac_exeext
13622 if { (ac_try
="$ac_link"
13623 case "(($ac_try" in
13624 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13625 *) ac_try_echo=$ac_try;;
13627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13628 (eval "$ac_link") 2>conftest.er1
13630 grep -v '^ *+' conftest.er1 >conftest.err
13632 cat conftest.err >&5
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); } && {
13635 test -z "$ac_c_werror_flag" ||
13636 test ! -s conftest.err
13637 } && test -s conftest$ac_exeext &&
13638 $as_test_x conftest$ac_exeext; then
13639 ac_cv_lib_resolv_res_query=yes
13641 echo "$as_me: failed program was:" >&5
13642 sed 's/^/| /' conftest.$ac_ext >&5
13644 ac_cv_lib_resolv_res_query=no
13647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13648 conftest$ac_exeext conftest.$ac_ext
13649 LIBS=$ac_check_lib_save_LIBS
13651 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13652 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13653 if test $ac_cv_lib_resolv_res_query = yes; then
13655 cat >>confdefs.h <<\_ACEOF
13656 #define HAVE_RESOLV 1
13659 RESOLVLIBS="-lresolv"
13666 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13668 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13669 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13670 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13671 echo $ECHO_N "(cached) $ECHO_C" >&6
13673 ac_check_lib_save_LIBS=$LIBS
13674 LIBS="-llcms $LIBS"
13675 cat >conftest.$ac_ext <<_ACEOF
13678 cat confdefs.h >>conftest.$ac_ext
13679 cat >>conftest.$ac_ext <<_ACEOF
13680 /* end confdefs.h. */
13682 /* Override any GCC internal prototype to avoid an error.
13683 Use char because int might match the return type of a GCC
13684 builtin and then its argument prototype would still apply. */
13688 char cmsOpenProfileFromFile ();
13692 return cmsOpenProfileFromFile ();
13697 rm -f conftest.$ac_objext conftest$ac_exeext
13698 if { (ac_try="$ac_link"
13699 case "(($ac_try" in
13700 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13701 *) ac_try_echo
=$ac_try;;
13703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13704 (eval "$ac_link") 2>conftest.er1
13706 grep -v '^ *+' conftest.er1
>conftest.err
13708 cat conftest.err
>&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); } && {
13711 test -z "$ac_c_werror_flag" ||
13712 test ! -s conftest.err
13713 } && test -s conftest
$ac_exeext &&
13714 $as_test_x conftest
$ac_exeext; then
13715 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13717 echo "$as_me: failed program was:" >&5
13718 sed 's/^/| /' conftest.
$ac_ext >&5
13720 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13723 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13724 conftest
$ac_exeext conftest.
$ac_ext
13725 LIBS
=$ac_check_lib_save_LIBS
13727 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13728 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13729 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13731 cat >>confdefs.h
<<\_ACEOF
13732 #define HAVE_LCMS 1
13739 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13740 case "x$with_cms" in
13741 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13743 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13744 This is an error since --with-cms was requested." >&5
13745 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13746 This is an error since --with-cms was requested." >&2;}
13747 { (exit 1); exit 1; }; } ;;
13752 for ac_prog
in freetype-config freetype2-config
13754 # Extract the first word of "$ac_prog", so it can be a program name with args.
13755 set dummy
$ac_prog; ac_word
=$2
13756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13758 if test "${ac_cv_prog_ft_devel+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13761 if test -n "$ft_devel"; then
13762 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13764 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13765 for as_dir
in $PATH
13768 test -z "$as_dir" && as_dir
=.
13769 for ac_exec_ext
in '' $ac_executable_extensions; do
13770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13771 ac_cv_prog_ft_devel
="$ac_prog"
13772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13781 ft_devel
=$ac_cv_prog_ft_devel
13782 if test -n "$ft_devel"; then
13783 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13784 echo "${ECHO_T}$ft_devel" >&6; }
13786 { echo "$as_me:$LINENO: result: no" >&5
13787 echo "${ECHO_T}no" >&6; }
13791 test -n "$ft_devel" && break
13793 test -n "$ft_devel" || ft_devel
="false"
13795 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13797 ac_freetype_libs
=`$ft_devel --libs`
13798 ac_freetype_incl
=`$ft_devel --cflags`
13799 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13800 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13801 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13802 echo $ECHO_N "(cached) $ECHO_C" >&6
13804 ac_check_soname_save_LIBS
=$LIBS
13805 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13806 cat >conftest.
$ac_ext <<_ACEOF
13809 cat confdefs.h
>>conftest.
$ac_ext
13810 cat >>conftest.
$ac_ext <<_ACEOF
13811 /* end confdefs.h. */
13813 /* Override any GCC internal prototype to avoid an error.
13814 Use char because int might match the return type of a GCC
13815 builtin and then its argument prototype would still apply. */
13819 char FT_Init_FreeType ();
13823 return FT_Init_FreeType ();
13828 rm -f conftest.
$ac_objext conftest
$ac_exeext
13829 if { (ac_try
="$ac_link"
13830 case "(($ac_try" in
13831 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13832 *) ac_try_echo=$ac_try;;
13834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13835 (eval "$ac_link") 2>conftest.er1
13837 grep -v '^ *+' conftest.er1 >conftest.err
13839 cat conftest.err >&5
13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841 (exit $ac_status); } && {
13842 test -z "$ac_c_werror_flag" ||
13843 test ! -s conftest.err
13844 } && test -s conftest$ac_exeext &&
13845 $as_test_x conftest$ac_exeext; then
13848 dylib) ac_cv_lib_soname_freetype=`otool
-L conftest
$ac_exeext |
grep "libfreetype\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13849 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13852 echo "$as_me: failed program was:" >&5
13853 sed 's/^/| /' conftest.$ac_ext >&5
13858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13859 conftest$ac_exeext conftest.$ac_ext
13860 LIBS=$ac_check_soname_save_LIBS
13862 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13863 { echo "$as_me:$LINENO: result: not found" >&5
13864 echo "${ECHO_T}not found" >&6; }
13867 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13868 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13870 cat >>confdefs.h <<_ACEOF
13871 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13877 if test "$ft_lib" = "yes"
13879 ac_save_CPPFLAGS="$CPPFLAGS"
13880 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13893 for ac_header in ft2build.h \
13894 freetype/freetype.h \
13895 freetype/ftglyph.h \
13896 freetype/fttypes.h \
13897 freetype/tttables.h \
13898 freetype/ftnames.h \
13899 freetype/ftsnames.h \
13900 freetype/ttnameid.h \
13901 freetype/ftoutln.h \
13902 freetype/ftwinfnt.h \
13903 freetype/ftmodapi.h \
13904 freetype/internal/sfnt.h
13906 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13907 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13910 echo $ECHO_N "(cached) $ECHO_C" >&6
13912 cat >conftest.$ac_ext <<_ACEOF
13915 cat confdefs.h >>conftest.$ac_ext
13916 cat >>conftest.$ac_ext <<_ACEOF
13917 /* end confdefs.h. */
13918 #ifdef HAVE_FT2BUILD_H
13919 # include <ft2build.h>
13922 #include <$ac_header>
13924 rm -f conftest.$ac_objext
13925 if { (ac_try="$ac_compile"
13926 case "(($ac_try" in
13927 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13928 *) ac_try_echo
=$ac_try;;
13930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13931 (eval "$ac_compile") 2>conftest.er1
13933 grep -v '^ *+' conftest.er1
>conftest.err
13935 cat conftest.err
>&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); } && {
13938 test -z "$ac_c_werror_flag" ||
13939 test ! -s conftest.err
13940 } && test -s conftest.
$ac_objext; then
13941 eval "$as_ac_Header=yes"
13943 echo "$as_me: failed program was:" >&5
13944 sed 's/^/| /' conftest.
$ac_ext >&5
13946 eval "$as_ac_Header=no"
13949 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13951 ac_res
=`eval echo '${'$as_ac_Header'}'`
13952 { echo "$as_me:$LINENO: result: $ac_res" >&5
13953 echo "${ECHO_T}$ac_res" >&6; }
13954 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13955 cat >>confdefs.h
<<_ACEOF
13956 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13963 cat >conftest.
$ac_ext <<_ACEOF
13966 cat confdefs.h
>>conftest.
$ac_ext
13967 cat >>conftest.
$ac_ext <<_ACEOF
13968 /* end confdefs.h. */
13969 #include <ft2build.h>
13970 #include <freetype/fttrigon.h>
13972 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13973 case "(($ac_try" in
13974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13975 *) ac_try_echo=$ac_try;;
13977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13978 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13980 grep -v '^ *+' conftest.er1 >conftest.err
13982 cat conftest.err >&5
13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13984 (exit $ac_status); } >/dev/null && {
13985 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13986 test ! -s conftest.err
13989 cat >>confdefs.h <<\_ACEOF
13990 #define HAVE_FREETYPE_FTTRIGON_H 1
13993 wine_cv_fttrigon=yes
13995 echo "$as_me: failed program was:" >&5
13996 sed 's/^/| /' conftest.$ac_ext >&5
13998 wine_cv_fttrigon=no
14001 rm -f conftest.err conftest.$ac_ext
14002 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14003 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14004 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14005 echo $ECHO_N "(cached) $ECHO_C" >&6
14007 cat >conftest.$ac_ext <<_ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14013 #include <freetype/ftmodapi.h>
14015 typedef FT_TrueTypeEngineType ac__type_new_;
14019 if ((ac__type_new_ *) 0)
14021 if (sizeof (ac__type_new_))
14027 rm -f conftest.$ac_objext
14028 if { (ac_try="$ac_compile"
14029 case "(($ac_try" in
14030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14031 *) ac_try_echo
=$ac_try;;
14033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14034 (eval "$ac_compile") 2>conftest.er1
14036 grep -v '^ *+' conftest.er1
>conftest.err
14038 cat conftest.err
>&5
14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040 (exit $ac_status); } && {
14041 test -z "$ac_c_werror_flag" ||
14042 test ! -s conftest.err
14043 } && test -s conftest.
$ac_objext; then
14044 ac_cv_type_FT_TrueTypeEngineType
=yes
14046 echo "$as_me: failed program was:" >&5
14047 sed 's/^/| /' conftest.
$ac_ext >&5
14049 ac_cv_type_FT_TrueTypeEngineType
=no
14052 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14054 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14055 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14056 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14058 cat >>confdefs.h
<<_ACEOF
14059 #define HAVE_FT_TRUETYPEENGINETYPE 1
14065 ac_save_CFLAGS
="$CFLAGS"
14066 CFLAGS
="$CFLAGS $ac_freetype_libs"
14068 for ac_func
in FT_Load_Sfnt_Table
14070 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14071 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14072 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14073 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14074 echo $ECHO_N "(cached) $ECHO_C" >&6
14076 cat >conftest.
$ac_ext <<_ACEOF
14079 cat confdefs.h
>>conftest.
$ac_ext
14080 cat >>conftest.
$ac_ext <<_ACEOF
14081 /* end confdefs.h. */
14082 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14083 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14084 #define $ac_func innocuous_$ac_func
14086 /* System header to define __stub macros and hopefully few prototypes,
14087 which can conflict with char $ac_func (); below.
14088 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14089 <limits.h> exists even on freestanding compilers. */
14092 # include <limits.h>
14094 # include <assert.h>
14099 /* Override any GCC internal prototype to avoid an error.
14100 Use char because int might match the return type of a GCC
14101 builtin and then its argument prototype would still apply. */
14106 /* The GNU C library defines this for functions which it implements
14107 to always fail with ENOSYS. Some functions are actually named
14108 something starting with __ and the normal name is an alias. */
14109 #if defined __stub_$ac_func || defined __stub___$ac_func
14116 return $ac_func ();
14121 rm -f conftest.
$ac_objext conftest
$ac_exeext
14122 if { (ac_try
="$ac_link"
14123 case "(($ac_try" in
14124 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14125 *) ac_try_echo=$ac_try;;
14127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14128 (eval "$ac_link") 2>conftest.er1
14130 grep -v '^ *+' conftest.er1 >conftest.err
14132 cat conftest.err >&5
14133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14134 (exit $ac_status); } && {
14135 test -z "$ac_c_werror_flag" ||
14136 test ! -s conftest.err
14137 } && test -s conftest$ac_exeext &&
14138 $as_test_x conftest$ac_exeext; then
14139 eval "$as_ac_var=yes"
14141 echo "$as_me: failed program was:" >&5
14142 sed 's/^/| /' conftest.$ac_ext >&5
14144 eval "$as_ac_var=no"
14147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14148 conftest$ac_exeext conftest.$ac_ext
14150 ac_res=`eval echo '${'$as_ac_var'}'`
14151 { echo "$as_me:$LINENO: result: $ac_res" >&5
14152 echo "${ECHO_T}$ac_res" >&6; }
14153 if test `eval echo '${'$as_ac_var'}'` = yes; then
14154 cat >>confdefs.h <<_ACEOF
14155 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14161 CFLAGS="$ac_save_CFLAGS"
14162 CPPFLAGS="$ac_save_CPPFLAGS"
14163 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14166 cat >>confdefs.h <<\_ACEOF
14167 #define HAVE_FREETYPE 1
14170 FREETYPELIBS="$ac_freetype_libs"
14172 FREETYPEINCL="$ac_freetype_incl"
14177 if test "x$FREETYPELIBS" = "x"; then
14178 case "x$with_freetype" in
14180 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14181 Fonts will not be built. Dialog text may be invisible or unaligned.
14182 Use the --without-freetype option if you really want this." >&5
14183 echo "$as_me: error: FreeType development files not found.
14184 Fonts will not be built. Dialog text may be invisible or unaligned.
14185 Use the --without-freetype option if you really want this." >&2;}
14186 { (exit 1); exit 1; }; } ;;
14190 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14192 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14193 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14194 if test "${ac_cv_c_ppdev+set}" = set; then
14195 echo $ECHO_N "(cached) $ECHO_C" >&6
14197 cat >conftest.$ac_ext <<_ACEOF
14200 cat confdefs.h >>conftest.$ac_ext
14201 cat >>conftest.$ac_ext <<_ACEOF
14202 /* end confdefs.h. */
14203 #include <linux/ppdev.h>
14207 ioctl (1,PPCLAIM,0)
14212 rm -f conftest.$ac_objext
14213 if { (ac_try="$ac_compile"
14214 case "(($ac_try" in
14215 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14216 *) ac_try_echo
=$ac_try;;
14218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14219 (eval "$ac_compile") 2>conftest.er1
14221 grep -v '^ *+' conftest.er1
>conftest.err
14223 cat conftest.err
>&5
14224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14225 (exit $ac_status); } && {
14226 test -z "$ac_c_werror_flag" ||
14227 test ! -s conftest.err
14228 } && test -s conftest.
$ac_objext; then
14229 ac_cv_c_ppdev
="yes"
14231 echo "$as_me: failed program was:" >&5
14232 sed 's/^/| /' conftest.
$ac_ext >&5
14237 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14239 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14240 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14241 if test "$ac_cv_c_ppdev" = "yes"
14244 cat >>confdefs.h
<<\_ACEOF
14245 #define HAVE_PPDEV 1
14250 { echo "$as_me:$LINENO: checking for va_copy" >&5
14251 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14252 if test "${ac_cv_c_va_copy+set}" = set; then
14253 echo $ECHO_N "(cached) $ECHO_C" >&6
14255 cat >conftest.
$ac_ext <<_ACEOF
14258 cat confdefs.h
>>conftest.
$ac_ext
14259 cat >>conftest.
$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14261 #include <stdarg.h>
14265 va_list ap1, ap2; va_copy(ap1,ap2);
14270 rm -f conftest.
$ac_objext conftest
$ac_exeext
14271 if { (ac_try
="$ac_link"
14272 case "(($ac_try" in
14273 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14274 *) ac_try_echo=$ac_try;;
14276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14277 (eval "$ac_link") 2>conftest.er1
14279 grep -v '^ *+' conftest.er1 >conftest.err
14281 cat conftest.err >&5
14282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283 (exit $ac_status); } && {
14284 test -z "$ac_c_werror_flag" ||
14285 test ! -s conftest.err
14286 } && test -s conftest$ac_exeext &&
14287 $as_test_x conftest$ac_exeext; then
14288 ac_cv_c_va_copy="yes"
14290 echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14293 ac_cv_c_va_copy="no"
14296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14297 conftest$ac_exeext conftest.$ac_ext
14300 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14301 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14302 if test "$ac_cv_c_va_copy" = "yes"
14305 cat >>confdefs.h <<\_ACEOF
14306 #define HAVE_VA_COPY 1
14310 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14311 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14312 if test "${ac_cv_c___va_copy+set}" = set; then
14313 echo $ECHO_N "(cached) $ECHO_C" >&6
14315 cat >conftest.$ac_ext <<_ACEOF
14318 cat confdefs.h >>conftest.$ac_ext
14319 cat >>conftest.$ac_ext <<_ACEOF
14320 /* end confdefs.h. */
14321 #include <stdarg.h>
14325 va_list ap1, ap2; __va_copy(ap1,ap2);
14330 rm -f conftest.$ac_objext conftest$ac_exeext
14331 if { (ac_try="$ac_link"
14332 case "(($ac_try" in
14333 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14334 *) ac_try_echo
=$ac_try;;
14336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14337 (eval "$ac_link") 2>conftest.er1
14339 grep -v '^ *+' conftest.er1
>conftest.err
14341 cat conftest.err
>&5
14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); } && {
14344 test -z "$ac_c_werror_flag" ||
14345 test ! -s conftest.err
14346 } && test -s conftest
$ac_exeext &&
14347 $as_test_x conftest
$ac_exeext; then
14348 ac_cv_c___va_copy
="yes"
14350 echo "$as_me: failed program was:" >&5
14351 sed 's/^/| /' conftest.
$ac_ext >&5
14353 ac_cv_c___va_copy
="no"
14356 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14357 conftest
$ac_exeext conftest.
$ac_ext
14360 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14361 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14362 if test "$ac_cv_c___va_copy" = "yes"
14365 cat >>confdefs.h
<<\_ACEOF
14366 #define HAVE___VA_COPY 1
14371 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14372 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14373 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14374 echo $ECHO_N "(cached) $ECHO_C" >&6
14376 cat >conftest.
$ac_ext <<_ACEOF
14379 cat confdefs.h
>>conftest.
$ac_ext
14380 cat >>conftest.
$ac_ext <<_ACEOF
14381 /* end confdefs.h. */
14382 #define _GNU_SOURCE
14383 #include <pthread.h>
14385 typedef pthread_rwlock_t ac__type_new_;
14389 if ((ac__type_new_ *) 0)
14391 if (sizeof (ac__type_new_))
14397 rm -f conftest.
$ac_objext
14398 if { (ac_try
="$ac_compile"
14399 case "(($ac_try" in
14400 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14401 *) ac_try_echo=$ac_try;;
14403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14404 (eval "$ac_compile") 2>conftest.er1
14406 grep -v '^ *+' conftest.er1 >conftest.err
14408 cat conftest.err >&5
14409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14410 (exit $ac_status); } && {
14411 test -z "$ac_c_werror_flag" ||
14412 test ! -s conftest.err
14413 } && test -s conftest.$ac_objext; then
14414 ac_cv_type_pthread_rwlock_t=yes
14416 echo "$as_me: failed program was:" >&5
14417 sed 's/^/| /' conftest.$ac_ext >&5
14419 ac_cv_type_pthread_rwlock_t=no
14422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14424 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14425 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14426 if test $ac_cv_type_pthread_rwlock_t = yes; then
14428 cat >>confdefs.h <<_ACEOF
14429 #define HAVE_PTHREAD_RWLOCK_T 1
14434 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14435 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14436 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14437 echo $ECHO_N "(cached) $ECHO_C" >&6
14439 cat >conftest.$ac_ext <<_ACEOF
14442 cat confdefs.h >>conftest.$ac_ext
14443 cat >>conftest.$ac_ext <<_ACEOF
14444 /* end confdefs.h. */
14445 #define _GNU_SOURCE
14446 #include <pthread.h>
14448 typedef pthread_rwlockattr_t ac__type_new_;
14452 if ((ac__type_new_ *) 0)
14454 if (sizeof (ac__type_new_))
14460 rm -f conftest.$ac_objext
14461 if { (ac_try="$ac_compile"
14462 case "(($ac_try" in
14463 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14464 *) ac_try_echo
=$ac_try;;
14466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14467 (eval "$ac_compile") 2>conftest.er1
14469 grep -v '^ *+' conftest.er1
>conftest.err
14471 cat conftest.err
>&5
14472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14473 (exit $ac_status); } && {
14474 test -z "$ac_c_werror_flag" ||
14475 test ! -s conftest.err
14476 } && test -s conftest.
$ac_objext; then
14477 ac_cv_type_pthread_rwlockattr_t
=yes
14479 echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.
$ac_ext >&5
14482 ac_cv_type_pthread_rwlockattr_t
=no
14485 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14487 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14488 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14489 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14491 cat >>confdefs.h
<<_ACEOF
14492 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14499 ac_wine_check_funcs_save_LIBS
="$LIBS"
14500 LIBS
="$LIBS $LIBPTHREAD"
14506 pthread_attr_get_np \
14507 pthread_getattr_np \
14508 pthread_get_stackaddr_np \
14509 pthread_get_stacksize_np
14511 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14512 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14513 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14514 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14515 echo $ECHO_N "(cached) $ECHO_C" >&6
14517 cat >conftest.
$ac_ext <<_ACEOF
14520 cat confdefs.h
>>conftest.
$ac_ext
14521 cat >>conftest.
$ac_ext <<_ACEOF
14522 /* end confdefs.h. */
14523 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14524 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14525 #define $ac_func innocuous_$ac_func
14527 /* System header to define __stub macros and hopefully few prototypes,
14528 which can conflict with char $ac_func (); below.
14529 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14530 <limits.h> exists even on freestanding compilers. */
14533 # include <limits.h>
14535 # include <assert.h>
14540 /* Override any GCC internal prototype to avoid an error.
14541 Use char because int might match the return type of a GCC
14542 builtin and then its argument prototype would still apply. */
14547 /* The GNU C library defines this for functions which it implements
14548 to always fail with ENOSYS. Some functions are actually named
14549 something starting with __ and the normal name is an alias. */
14550 #if defined __stub_$ac_func || defined __stub___$ac_func
14557 return $ac_func ();
14562 rm -f conftest.
$ac_objext conftest
$ac_exeext
14563 if { (ac_try
="$ac_link"
14564 case "(($ac_try" in
14565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14566 *) ac_try_echo=$ac_try;;
14568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14569 (eval "$ac_link") 2>conftest.er1
14571 grep -v '^ *+' conftest.er1 >conftest.err
14573 cat conftest.err >&5
14574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14575 (exit $ac_status); } && {
14576 test -z "$ac_c_werror_flag" ||
14577 test ! -s conftest.err
14578 } && test -s conftest$ac_exeext &&
14579 $as_test_x conftest$ac_exeext; then
14580 eval "$as_ac_var=yes"
14582 echo "$as_me: failed program was:" >&5
14583 sed 's/^/| /' conftest.$ac_ext >&5
14585 eval "$as_ac_var=no"
14588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14589 conftest$ac_exeext conftest.$ac_ext
14591 ac_res=`eval echo '${'$as_ac_var'}'`
14592 { echo "$as_me:$LINENO: result: $ac_res" >&5
14593 echo "${ECHO_T}$ac_res" >&6; }
14594 if test `eval echo '${'$as_ac_var'}'` = yes; then
14595 cat >>confdefs.h <<_ACEOF
14596 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14602 LIBS="$ac_wine_check_funcs_save_LIBS"
14604 # Extract the first word of "esd-config", so it can be a program name with args.
14605 set dummy esd-config; ac_word=$2
14606 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14608 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14609 echo $ECHO_N "(cached) $ECHO_C" >&6
14613 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14617 for as_dir in $PATH
14620 test -z "$as_dir" && as_dir=.
14621 for ac_exec_ext in '' $ac_executable_extensions; do
14622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14623 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14634 ESDCONFIG=$ac_cv_path_ESDCONFIG
14635 if test -n "$ESDCONFIG"; then
14636 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14637 echo "${ECHO_T}$ESDCONFIG" >&6; }
14639 { echo "$as_me:$LINENO: result: no" >&5
14640 echo "${ECHO_T}no" >&6; }
14644 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14647 for i in `$ESDCONFIG --cflags`
14650 -I*) ac_esd_incl="$ac_esd_incl $i";;
14653 ac_esd_libs=`$ESDCONFIG --libs`
14654 save_CFLAGS="$CFLAGS"
14655 CFLAGS="$CFLAGS $ac_esd_incl"
14656 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14657 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14658 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14659 echo $ECHO_N "(cached) $ECHO_C" >&6
14661 ac_check_lib_save_LIBS=$LIBS
14662 LIBS="-lesd $ac_esd_libs $LIBS"
14663 cat >conftest.$ac_ext <<_ACEOF
14666 cat confdefs.h >>conftest.$ac_ext
14667 cat >>conftest.$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14670 /* Override any GCC internal prototype to avoid an error.
14671 Use char because int might match the return type of a GCC
14672 builtin and then its argument prototype would still apply. */
14676 char esd_open_sound ();
14680 return esd_open_sound ();
14685 rm -f conftest.$ac_objext conftest$ac_exeext
14686 if { (ac_try="$ac_link"
14687 case "(($ac_try" in
14688 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14689 *) ac_try_echo
=$ac_try;;
14691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14692 (eval "$ac_link") 2>conftest.er1
14694 grep -v '^ *+' conftest.er1
>conftest.err
14696 cat conftest.err
>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); } && {
14699 test -z "$ac_c_werror_flag" ||
14700 test ! -s conftest.err
14701 } && test -s conftest
$ac_exeext &&
14702 $as_test_x conftest
$ac_exeext; then
14703 ac_cv_lib_esd_esd_open_sound
=yes
14705 echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.
$ac_ext >&5
14708 ac_cv_lib_esd_esd_open_sound
=no
14711 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14712 conftest
$ac_exeext conftest.
$ac_ext
14713 LIBS
=$ac_check_lib_save_LIBS
14715 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14716 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14717 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14718 ESDINCL
="$ac_esd_incl"
14720 ESDLIBS
="$ac_esd_libs"
14723 cat >>confdefs.h
<<\_ACEOF
14729 CFLAGS
="$save_CFLAGS"
14734 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14736 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14737 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14738 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14739 echo $ECHO_N "(cached) $ECHO_C" >&6
14741 ac_check_lib_save_LIBS
=$LIBS
14742 LIBS
="-lasound $LIBS"
14743 cat >conftest.
$ac_ext <<_ACEOF
14746 cat confdefs.h
>>conftest.
$ac_ext
14747 cat >>conftest.
$ac_ext <<_ACEOF
14748 /* end confdefs.h. */
14750 /* Override any GCC internal prototype to avoid an error.
14751 Use char because int might match the return type of a GCC
14752 builtin and then its argument prototype would still apply. */
14756 char snd_pcm_hw_params_get_access ();
14760 return snd_pcm_hw_params_get_access ();
14765 rm -f conftest.
$ac_objext conftest
$ac_exeext
14766 if { (ac_try
="$ac_link"
14767 case "(($ac_try" in
14768 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14769 *) ac_try_echo=$ac_try;;
14771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14772 (eval "$ac_link") 2>conftest.er1
14774 grep -v '^ *+' conftest.er1 >conftest.err
14776 cat conftest.err >&5
14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14778 (exit $ac_status); } && {
14779 test -z "$ac_c_werror_flag" ||
14780 test ! -s conftest.err
14781 } && test -s conftest$ac_exeext &&
14782 $as_test_x conftest$ac_exeext; then
14783 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14785 echo "$as_me: failed program was:" >&5
14786 sed 's/^/| /' conftest.$ac_ext >&5
14788 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14792 conftest$ac_exeext conftest.$ac_ext
14793 LIBS=$ac_check_lib_save_LIBS
14795 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14796 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14797 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14798 cat >conftest.$ac_ext <<_ACEOF
14801 cat confdefs.h >>conftest.$ac_ext
14802 cat >>conftest.$ac_ext <<_ACEOF
14803 /* end confdefs.h. */
14804 #ifdef HAVE_ALSA_ASOUNDLIB_H
14805 #include <alsa/asoundlib.h>
14806 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14807 #include <sys/asoundlib.h>
14812 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14817 rm -f conftest.$ac_objext
14818 if { (ac_try="$ac_compile"
14819 case "(($ac_try" in
14820 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14821 *) ac_try_echo
=$ac_try;;
14823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14824 (eval "$ac_compile") 2>conftest.er1
14826 grep -v '^ *+' conftest.er1
>conftest.err
14828 cat conftest.err
>&5
14829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14830 (exit $ac_status); } && {
14831 test -z "$ac_c_werror_flag" ||
14832 test ! -s conftest.err
14833 } && test -s conftest.
$ac_objext; then
14835 cat >>confdefs.h
<<\_ACEOF
14836 #define HAVE_ALSA 1
14839 ALSALIBS
="-lasound"
14841 echo "$as_me: failed program was:" >&5
14842 sed 's/^/| /' conftest.
$ac_ext >&5
14847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14854 if test "$ac_cv_header_libaudioio_h" = "yes"
14856 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14857 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14858 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14859 echo $ECHO_N "(cached) $ECHO_C" >&6
14861 ac_check_lib_save_LIBS
=$LIBS
14862 LIBS
="-laudioio $LIBS"
14863 cat >conftest.
$ac_ext <<_ACEOF
14866 cat confdefs.h
>>conftest.
$ac_ext
14867 cat >>conftest.
$ac_ext <<_ACEOF
14868 /* end confdefs.h. */
14870 /* Override any GCC internal prototype to avoid an error.
14871 Use char because int might match the return type of a GCC
14872 builtin and then its argument prototype would still apply. */
14876 char AudioIOGetVersion ();
14880 return AudioIOGetVersion ();
14885 rm -f conftest.
$ac_objext conftest
$ac_exeext
14886 if { (ac_try
="$ac_link"
14887 case "(($ac_try" in
14888 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14889 *) ac_try_echo=$ac_try;;
14891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14892 (eval "$ac_link") 2>conftest.er1
14894 grep -v '^ *+' conftest.er1 >conftest.err
14896 cat conftest.err >&5
14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14898 (exit $ac_status); } && {
14899 test -z "$ac_c_werror_flag" ||
14900 test ! -s conftest.err
14901 } && test -s conftest$ac_exeext &&
14902 $as_test_x conftest$ac_exeext; then
14903 ac_cv_lib_audioio_AudioIOGetVersion=yes
14905 echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14908 ac_cv_lib_audioio_AudioIOGetVersion=no
14911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14912 conftest$ac_exeext conftest.$ac_ext
14913 LIBS=$ac_check_lib_save_LIBS
14915 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14916 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14917 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14918 AUDIOIOLIBS="-laudioio"
14920 cat >>confdefs.h <<\_ACEOF
14921 #define HAVE_LIBAUDIOIO 1
14929 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14931 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14932 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14933 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14934 echo $ECHO_N "(cached) $ECHO_C" >&6
14936 ac_check_soname_save_LIBS=$LIBS
14937 LIBS="-lcapi20 $LIBS"
14938 cat >conftest.$ac_ext <<_ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h. */
14945 /* Override any GCC internal prototype to avoid an error.
14946 Use char because int might match the return type of a GCC
14947 builtin and then its argument prototype would still apply. */
14951 char capi20_register ();
14955 return capi20_register ();
14960 rm -f conftest.$ac_objext conftest$ac_exeext
14961 if { (ac_try="$ac_link"
14962 case "(($ac_try" in
14963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14964 *) ac_try_echo
=$ac_try;;
14966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14967 (eval "$ac_link") 2>conftest.er1
14969 grep -v '^ *+' conftest.er1
>conftest.err
14971 cat conftest.err
>&5
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); } && {
14974 test -z "$ac_c_werror_flag" ||
14975 test ! -s conftest.err
14976 } && test -s conftest
$ac_exeext &&
14977 $as_test_x conftest
$ac_exeext; then
14980 dylib
) ac_cv_lib_soname_capi20
=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14981 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14984 echo "$as_me: failed program was:" >&5
14985 sed 's/^/| /' conftest.
$ac_ext >&5
14990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14991 conftest
$ac_exeext conftest.
$ac_ext
14992 LIBS
=$ac_check_soname_save_LIBS
14994 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14995 { echo "$as_me:$LINENO: result: not found" >&5
14996 echo "${ECHO_T}not found" >&6; }
14999 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15000 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15002 cat >>confdefs.h
<<_ACEOF
15003 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15011 case "x$with_capi" in
15012 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15014 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15015 This is an error since --with-capi was requested." >&5
15016 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15017 This is an error since --with-capi was requested." >&2;}
15018 { (exit 1); exit 1; }; } ;;
15025 if test "x$with_cups" != "xno"
15027 ac_save_CPPFLAGS
="$CPPFLAGS"
15028 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
15029 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
15030 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
15032 for ac_header
in cups
/cups.h
15034 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15035 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15036 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15037 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15038 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15039 echo $ECHO_N "(cached) $ECHO_C" >&6
15041 ac_res
=`eval echo '${'$as_ac_Header'}'`
15042 { echo "$as_me:$LINENO: result: $ac_res" >&5
15043 echo "${ECHO_T}$ac_res" >&6; }
15045 # Is the header compilable?
15046 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15047 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15048 cat >conftest.
$ac_ext <<_ACEOF
15051 cat confdefs.h
>>conftest.
$ac_ext
15052 cat >>conftest.
$ac_ext <<_ACEOF
15053 /* end confdefs.h. */
15054 $ac_includes_default
15055 #include <$ac_header>
15057 rm -f conftest.
$ac_objext
15058 if { (ac_try
="$ac_compile"
15059 case "(($ac_try" in
15060 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15061 *) ac_try_echo=$ac_try;;
15063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15064 (eval "$ac_compile") 2>conftest.er1
15066 grep -v '^ *+' conftest.er1 >conftest.err
15068 cat conftest.err >&5
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); } && {
15071 test -z "$ac_c_werror_flag" ||
15072 test ! -s conftest.err
15073 } && test -s conftest.$ac_objext; then
15074 ac_header_compiler=yes
15076 echo "$as_me: failed program was:" >&5
15077 sed 's/^/| /' conftest.$ac_ext >&5
15079 ac_header_compiler=no
15082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15083 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15084 echo "${ECHO_T}$ac_header_compiler" >&6; }
15086 # Is the header present?
15087 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15088 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15089 cat >conftest.$ac_ext <<_ACEOF
15092 cat confdefs.h >>conftest.$ac_ext
15093 cat >>conftest.$ac_ext <<_ACEOF
15094 /* end confdefs.h. */
15095 #include <$ac_header>
15097 if { (ac_try="$ac_cpp conftest.$ac_ext"
15098 case "(($ac_try" in
15099 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15100 *) ac_try_echo
=$ac_try;;
15102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15103 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15105 grep -v '^ *+' conftest.er1
>conftest.err
15107 cat conftest.err
>&5
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } >/dev
/null
&& {
15110 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15113 ac_header_preproc
=yes
15115 echo "$as_me: failed program was:" >&5
15116 sed 's/^/| /' conftest.
$ac_ext >&5
15118 ac_header_preproc
=no
15121 rm -f conftest.err conftest.
$ac_ext
15122 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15123 echo "${ECHO_T}$ac_header_preproc" >&6; }
15125 # So? What about this header?
15126 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15128 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15129 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15131 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15132 ac_header_preproc
=yes
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15136 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15138 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15140 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15141 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15142 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15144 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15146 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15148 ## ------------------------------------ ##
15149 ## Report this to wine-devel@winehq.org ##
15150 ## ------------------------------------ ##
15152 ) |
sed "s/^/$as_me: WARNING: /" >&2
15155 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15157 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15158 echo $ECHO_N "(cached) $ECHO_C" >&6
15160 eval "$as_ac_Header=\$ac_header_preproc"
15162 ac_res
=`eval echo '${'$as_ac_Header'}'`
15163 { echo "$as_me:$LINENO: result: $ac_res" >&5
15164 echo "${ECHO_T}$ac_res" >&6; }
15167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15168 cat >>confdefs.h
<<_ACEOF
15169 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15171 { echo "$as_me:$LINENO: checking for -lcups" >&5
15172 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15173 if test "${ac_cv_lib_soname_cups+set}" = set; then
15174 echo $ECHO_N "(cached) $ECHO_C" >&6
15176 ac_check_soname_save_LIBS
=$LIBS
15177 LIBS
="-lcups $ac_cups_libs $LIBS"
15178 cat >conftest.
$ac_ext <<_ACEOF
15181 cat confdefs.h
>>conftest.
$ac_ext
15182 cat >>conftest.
$ac_ext <<_ACEOF
15183 /* end confdefs.h. */
15185 /* Override any GCC internal prototype to avoid an error.
15186 Use char because int might match the return type of a GCC
15187 builtin and then its argument prototype would still apply. */
15191 char cupsGetDefault ();
15195 return cupsGetDefault ();
15200 rm -f conftest.
$ac_objext conftest
$ac_exeext
15201 if { (ac_try
="$ac_link"
15202 case "(($ac_try" in
15203 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15204 *) ac_try_echo=$ac_try;;
15206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15207 (eval "$ac_link") 2>conftest.er1
15209 grep -v '^ *+' conftest.er1 >conftest.err
15211 cat conftest.err >&5
15212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15213 (exit $ac_status); } && {
15214 test -z "$ac_c_werror_flag" ||
15215 test ! -s conftest.err
15216 } && test -s conftest$ac_exeext &&
15217 $as_test_x conftest$ac_exeext; then
15220 dylib) ac_cv_lib_soname_cups=`otool
-L conftest
$ac_exeext |
grep "libcups\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15221 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15224 echo "$as_me: failed program was:" >&5
15225 sed 's/^/| /' conftest.$ac_ext >&5
15230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15231 conftest$ac_exeext conftest.$ac_ext
15232 LIBS=$ac_check_soname_save_LIBS
15234 if test "x$ac_cv_lib_soname_cups" = "x"; then
15235 { echo "$as_me:$LINENO: result: not found" >&5
15236 echo "${ECHO_T}not found" >&6; }
15239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15240 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15242 cat >>confdefs.h <<_ACEOF
15243 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15246 CUPSINCL="$ac_cups_cflags"
15253 CPPFLAGS="$ac_save_CPPFLAGS"
15255 if test "x$ac_cv_lib_soname_cups" = "x"; then
15256 case "x$with_cups" in
15257 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15259 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15260 This is an error since --with-cups was requested." >&5
15261 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15262 This is an error since --with-cups was requested." >&2;}
15263 { (exit 1); exit 1; }; } ;;
15268 if test "$ac_cv_header_jack_jack_h" = "yes"
15270 { echo "$as_me:$LINENO: checking for -ljack" >&5
15271 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15272 if test "${ac_cv_lib_soname_jack+set}" = set; then
15273 echo $ECHO_N "(cached) $ECHO_C" >&6
15275 ac_check_soname_save_LIBS=$LIBS
15276 LIBS="-ljack $LIBS"
15277 cat >conftest.$ac_ext <<_ACEOF
15280 cat confdefs.h >>conftest.$ac_ext
15281 cat >>conftest.$ac_ext <<_ACEOF
15282 /* end confdefs.h. */
15284 /* Override any GCC internal prototype to avoid an error.
15285 Use char because int might match the return type of a GCC
15286 builtin and then its argument prototype would still apply. */
15290 char jack_client_new ();
15294 return jack_client_new ();
15299 rm -f conftest.$ac_objext conftest$ac_exeext
15300 if { (ac_try="$ac_link"
15301 case "(($ac_try" in
15302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15303 *) ac_try_echo
=$ac_try;;
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306 (eval "$ac_link") 2>conftest.er1
15308 grep -v '^ *+' conftest.er1
>conftest.err
15310 cat conftest.err
>&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } && {
15313 test -z "$ac_c_werror_flag" ||
15314 test ! -s conftest.err
15315 } && test -s conftest
$ac_exeext &&
15316 $as_test_x conftest
$ac_exeext; then
15319 dylib
) ac_cv_lib_soname_jack
=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15320 *) ac_cv_lib_soname_jack
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15323 echo "$as_me: failed program was:" >&5
15324 sed 's/^/| /' conftest.
$ac_ext >&5
15329 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15330 conftest
$ac_exeext conftest.
$ac_ext
15331 LIBS
=$ac_check_soname_save_LIBS
15333 if test "x$ac_cv_lib_soname_jack" = "x"; then
15334 { echo "$as_me:$LINENO: result: not found" >&5
15335 echo "${ECHO_T}not found" >&6; }
15338 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15339 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15341 cat >>confdefs.h
<<_ACEOF
15342 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15350 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15352 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15353 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15354 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15355 echo $ECHO_N "(cached) $ECHO_C" >&6
15357 ac_check_soname_save_LIBS
=$LIBS
15358 LIBS
="-lfontconfig $LIBS"
15359 cat >conftest.
$ac_ext <<_ACEOF
15362 cat confdefs.h
>>conftest.
$ac_ext
15363 cat >>conftest.
$ac_ext <<_ACEOF
15364 /* end confdefs.h. */
15366 /* Override any GCC internal prototype to avoid an error.
15367 Use char because int might match the return type of a GCC
15368 builtin and then its argument prototype would still apply. */
15381 rm -f conftest.
$ac_objext conftest
$ac_exeext
15382 if { (ac_try
="$ac_link"
15383 case "(($ac_try" in
15384 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15385 *) ac_try_echo=$ac_try;;
15387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15388 (eval "$ac_link") 2>conftest.er1
15390 grep -v '^ *+' conftest.er1 >conftest.err
15392 cat conftest.err >&5
15393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15394 (exit $ac_status); } && {
15395 test -z "$ac_c_werror_flag" ||
15396 test ! -s conftest.err
15397 } && test -s conftest$ac_exeext &&
15398 $as_test_x conftest$ac_exeext; then
15401 dylib) ac_cv_lib_soname_fontconfig=`otool
-L conftest
$ac_exeext |
grep "libfontconfig\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15402 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15405 echo "$as_me: failed program was:" >&5
15406 sed 's/^/| /' conftest.$ac_ext >&5
15411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15412 conftest$ac_exeext conftest.$ac_ext
15413 LIBS=$ac_check_soname_save_LIBS
15415 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15416 { echo "$as_me:$LINENO: result: not found" >&5
15417 echo "${ECHO_T}not found" >&6; }
15420 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15421 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15423 cat >>confdefs.h <<_ACEOF
15424 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15430 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15432 ac_save_CPPFLAGS="$CPPFLAGS"
15433 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15434 $as_unset ac_cv_header_fontconfig_fontconfig_h
15436 for ac_header in fontconfig/fontconfig.h
15438 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15443 echo $ECHO_N "(cached) $ECHO_C" >&6
15445 ac_res=`eval echo '${'$as_ac_Header'}'`
15446 { echo "$as_me:$LINENO: result: $ac_res" >&5
15447 echo "${ECHO_T}$ac_res" >&6; }
15449 # Is the header compilable?
15450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15452 cat >conftest.$ac_ext <<_ACEOF
15455 cat confdefs.h >>conftest.$ac_ext
15456 cat >>conftest.$ac_ext <<_ACEOF
15457 /* end confdefs.h. */
15458 $ac_includes_default
15459 #include <$ac_header>
15461 rm -f conftest.$ac_objext
15462 if { (ac_try="$ac_compile"
15463 case "(($ac_try" in
15464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15465 *) ac_try_echo
=$ac_try;;
15467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15468 (eval "$ac_compile") 2>conftest.er1
15470 grep -v '^ *+' conftest.er1
>conftest.err
15472 cat conftest.err
>&5
15473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474 (exit $ac_status); } && {
15475 test -z "$ac_c_werror_flag" ||
15476 test ! -s conftest.err
15477 } && test -s conftest.
$ac_objext; then
15478 ac_header_compiler
=yes
15480 echo "$as_me: failed program was:" >&5
15481 sed 's/^/| /' conftest.
$ac_ext >&5
15483 ac_header_compiler
=no
15486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15488 echo "${ECHO_T}$ac_header_compiler" >&6; }
15490 # Is the header present?
15491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15493 cat >conftest.
$ac_ext <<_ACEOF
15496 cat confdefs.h
>>conftest.
$ac_ext
15497 cat >>conftest.
$ac_ext <<_ACEOF
15498 /* end confdefs.h. */
15499 #include <$ac_header>
15501 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15502 case "(($ac_try" in
15503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15504 *) ac_try_echo=$ac_try;;
15506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15509 grep -v '^ *+' conftest.er1 >conftest.err
15511 cat conftest.err >&5
15512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15513 (exit $ac_status); } >/dev/null && {
15514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15515 test ! -s conftest.err
15517 ac_header_preproc=yes
15519 echo "$as_me: failed program was:" >&5
15520 sed 's/^/| /' conftest.$ac_ext >&5
15522 ac_header_preproc=no
15525 rm -f conftest.err conftest.$ac_ext
15526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15527 echo "${ECHO_T}$ac_header_preproc" >&6; }
15529 # So? What about this header?
15530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15536 ac_header_preproc=yes
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15552 ## ------------------------------------ ##
15553 ## Report this to wine-devel@winehq.org ##
15554 ## ------------------------------------ ##
15556 ) | sed "s/^/$as_me: WARNING: /" >&2
15559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15562 echo $ECHO_N "(cached) $ECHO_C" >&6
15564 eval "$as_ac_Header=\$ac_header_preproc"
15566 ac_res=`eval echo '${'$as_ac_Header'}'`
15567 { echo "$as_me:$LINENO: result: $ac_res" >&5
15568 echo "${ECHO_T}$ac_res" >&6; }
15571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15572 cat >>confdefs.h <<_ACEOF
15573 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15580 CPPFLAGS="$ac_save_CPPFLAGS"
15581 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15583 FONTCONFIGINCL="$X_CFLAGS"
15585 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15586 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15587 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15588 echo $ECHO_N "(cached) $ECHO_C" >&6
15590 ac_check_soname_save_LIBS=$LIBS
15591 LIBS="-lfontconfig $X_LIBS $LIBS"
15592 cat >conftest.$ac_ext <<_ACEOF
15595 cat confdefs.h >>conftest.$ac_ext
15596 cat >>conftest.$ac_ext <<_ACEOF
15597 /* end confdefs.h. */
15599 /* Override any GCC internal prototype to avoid an error.
15600 Use char because int might match the return type of a GCC
15601 builtin and then its argument prototype would still apply. */
15614 rm -f conftest.$ac_objext conftest$ac_exeext
15615 if { (ac_try="$ac_link"
15616 case "(($ac_try" in
15617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15618 *) ac_try_echo
=$ac_try;;
15620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15621 (eval "$ac_link") 2>conftest.er1
15623 grep -v '^ *+' conftest.er1
>conftest.err
15625 cat conftest.err
>&5
15626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627 (exit $ac_status); } && {
15628 test -z "$ac_c_werror_flag" ||
15629 test ! -s conftest.err
15630 } && test -s conftest
$ac_exeext &&
15631 $as_test_x conftest
$ac_exeext; then
15634 dylib
) ac_cv_lib_soname_fontconfig
=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15635 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15638 echo "$as_me: failed program was:" >&5
15639 sed 's/^/| /' conftest.
$ac_ext >&5
15644 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15645 conftest
$ac_exeext conftest.
$ac_ext
15646 LIBS
=$ac_check_soname_save_LIBS
15648 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15649 { echo "$as_me:$LINENO: result: not found" >&5
15650 echo "${ECHO_T}not found" >&6; }
15653 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15654 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15656 cat >>confdefs.h
<<_ACEOF
15657 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15665 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15666 case "x$with_fontconfig" in
15667 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15669 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15670 This is an error since --with-fontconfig was requested." >&5
15671 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15672 This is an error since --with-fontconfig was requested." >&2;}
15673 { (exit 1); exit 1; }; } ;;
15678 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15680 { echo "$as_me:$LINENO: checking for -lssl" >&5
15681 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15682 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15683 echo $ECHO_N "(cached) $ECHO_C" >&6
15685 ac_check_soname_save_LIBS
=$LIBS
15687 cat >conftest.
$ac_ext <<_ACEOF
15690 cat confdefs.h
>>conftest.
$ac_ext
15691 cat >>conftest.
$ac_ext <<_ACEOF
15692 /* end confdefs.h. */
15694 /* Override any GCC internal prototype to avoid an error.
15695 Use char because int might match the return type of a GCC
15696 builtin and then its argument prototype would still apply. */
15700 char SSL_library_init ();
15704 return SSL_library_init ();
15709 rm -f conftest.
$ac_objext conftest
$ac_exeext
15710 if { (ac_try
="$ac_link"
15711 case "(($ac_try" in
15712 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15713 *) ac_try_echo=$ac_try;;
15715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15716 (eval "$ac_link") 2>conftest.er1
15718 grep -v '^ *+' conftest.er1 >conftest.err
15720 cat conftest.err >&5
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); } && {
15723 test -z "$ac_c_werror_flag" ||
15724 test ! -s conftest.err
15725 } && test -s conftest$ac_exeext &&
15726 $as_test_x conftest$ac_exeext; then
15729 dylib) ac_cv_lib_soname_ssl=`otool
-L conftest
$ac_exeext |
grep "libssl\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15730 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15733 echo "$as_me: failed program was:" >&5
15734 sed 's/^/| /' conftest.$ac_ext >&5
15739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15740 conftest$ac_exeext conftest.$ac_ext
15741 LIBS=$ac_check_soname_save_LIBS
15743 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15744 { echo "$as_me:$LINENO: result: not found" >&5
15745 echo "${ECHO_T}not found" >&6; }
15748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15749 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15751 cat >>confdefs.h <<_ACEOF
15752 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15758 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15759 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15760 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15761 echo $ECHO_N "(cached) $ECHO_C" >&6
15763 ac_check_soname_save_LIBS=$LIBS
15764 LIBS="-lcrypto $LIBS"
15765 cat >conftest.$ac_ext <<_ACEOF
15768 cat confdefs.h >>conftest.$ac_ext
15769 cat >>conftest.$ac_ext <<_ACEOF
15770 /* end confdefs.h. */
15772 /* Override any GCC internal prototype to avoid an error.
15773 Use char because int might match the return type of a GCC
15774 builtin and then its argument prototype would still apply. */
15778 char BIO_new_socket ();
15782 return BIO_new_socket ();
15787 rm -f conftest.$ac_objext conftest$ac_exeext
15788 if { (ac_try="$ac_link"
15789 case "(($ac_try" in
15790 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15791 *) ac_try_echo
=$ac_try;;
15793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15794 (eval "$ac_link") 2>conftest.er1
15796 grep -v '^ *+' conftest.er1
>conftest.err
15798 cat conftest.err
>&5
15799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15800 (exit $ac_status); } && {
15801 test -z "$ac_c_werror_flag" ||
15802 test ! -s conftest.err
15803 } && test -s conftest
$ac_exeext &&
15804 $as_test_x conftest
$ac_exeext; then
15807 dylib
) ac_cv_lib_soname_crypto
=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15808 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.
$ac_ext >&5
15817 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15818 conftest
$ac_exeext conftest.
$ac_ext
15819 LIBS
=$ac_check_soname_save_LIBS
15821 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15822 { echo "$as_me:$LINENO: result: not found" >&5
15823 echo "${ECHO_T}not found" >&6; }
15826 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15827 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15829 cat >>confdefs.h
<<_ACEOF
15830 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15837 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15838 case "x$with_openssl" in
15839 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15841 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15842 This is an error since --with-openssl was requested." >&5
15843 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15844 This is an error since --with-openssl was requested." >&2;}
15845 { (exit 1); exit 1; }; } ;;
15850 if test "$ac_cv_header_jpeglib_h" = "yes"
15852 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15853 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15854 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15855 echo $ECHO_N "(cached) $ECHO_C" >&6
15857 ac_check_soname_save_LIBS
=$LIBS
15858 LIBS
="-ljpeg $LIBS"
15859 cat >conftest.
$ac_ext <<_ACEOF
15862 cat confdefs.h
>>conftest.
$ac_ext
15863 cat >>conftest.
$ac_ext <<_ACEOF
15864 /* end confdefs.h. */
15866 /* Override any GCC internal prototype to avoid an error.
15867 Use char because int might match the return type of a GCC
15868 builtin and then its argument prototype would still apply. */
15872 char jpeg_start_decompress ();
15876 return jpeg_start_decompress ();
15881 rm -f conftest.
$ac_objext conftest
$ac_exeext
15882 if { (ac_try
="$ac_link"
15883 case "(($ac_try" in
15884 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15885 *) ac_try_echo=$ac_try;;
15887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15888 (eval "$ac_link") 2>conftest.er1
15890 grep -v '^ *+' conftest.er1 >conftest.err
15892 cat conftest.err >&5
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); } && {
15895 test -z "$ac_c_werror_flag" ||
15896 test ! -s conftest.err
15897 } && test -s conftest$ac_exeext &&
15898 $as_test_x conftest$ac_exeext; then
15901 dylib) ac_cv_lib_soname_jpeg=`otool
-L conftest
$ac_exeext |
grep "libjpeg\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15902 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15905 echo "$as_me: failed program was:" >&5
15906 sed 's/^/| /' conftest.$ac_ext >&5
15911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15912 conftest$ac_exeext conftest.$ac_ext
15913 LIBS=$ac_check_soname_save_LIBS
15915 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15916 { echo "$as_me:$LINENO: result: not found" >&5
15917 echo "${ECHO_T}not found" >&6; }
15920 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15921 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15923 cat >>confdefs.h <<_ACEOF
15924 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15931 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15932 case "x$with_jpeg" in
15933 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15935 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15936 This is an error since --with-jpeg was requested." >&5
15937 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15938 This is an error since --with-jpeg was requested." >&2;}
15939 { (exit 1); exit 1; }; } ;;
15944 if test "$ac_cv_header_png_h" = "yes"
15946 { echo "$as_me:$LINENO: checking for -lpng" >&5
15947 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15948 if test "${ac_cv_lib_soname_png+set}" = set; then
15949 echo $ECHO_N "(cached) $ECHO_C" >&6
15951 ac_check_soname_save_LIBS=$LIBS
15952 LIBS="-lpng -lm $LIBS"
15953 cat >conftest.$ac_ext <<_ACEOF
15956 cat confdefs.h >>conftest.$ac_ext
15957 cat >>conftest.$ac_ext <<_ACEOF
15958 /* end confdefs.h. */
15960 /* Override any GCC internal prototype to avoid an error.
15961 Use char because int might match the return type of a GCC
15962 builtin and then its argument prototype would still apply. */
15966 char png_create_read_struct ();
15970 return png_create_read_struct ();
15975 rm -f conftest.$ac_objext conftest$ac_exeext
15976 if { (ac_try="$ac_link"
15977 case "(($ac_try" in
15978 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15979 *) ac_try_echo
=$ac_try;;
15981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15982 (eval "$ac_link") 2>conftest.er1
15984 grep -v '^ *+' conftest.er1
>conftest.err
15986 cat conftest.err
>&5
15987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15988 (exit $ac_status); } && {
15989 test -z "$ac_c_werror_flag" ||
15990 test ! -s conftest.err
15991 } && test -s conftest
$ac_exeext &&
15992 $as_test_x conftest
$ac_exeext; then
15995 dylib
) ac_cv_lib_soname_png
=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15996 *) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15999 echo "$as_me: failed program was:" >&5
16000 sed 's/^/| /' conftest.
$ac_ext >&5
16005 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16006 conftest
$ac_exeext conftest.
$ac_ext
16007 LIBS
=$ac_check_soname_save_LIBS
16009 if test "x$ac_cv_lib_soname_png" = "x"; then
16010 { echo "$as_me:$LINENO: result: not found" >&5
16011 echo "${ECHO_T}not found" >&6; }
16014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16015 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16017 cat >>confdefs.h
<<_ACEOF
16018 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16025 if test "x$ac_cv_lib_soname_png" = "x"; then
16026 case "x$with_png" in
16027 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16029 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16030 This is an error since --with-png was requested." >&5
16031 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16032 This is an error since --with-png was requested." >&2;}
16033 { (exit 1); exit 1; }; } ;;
16038 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16039 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16040 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16041 echo $ECHO_N "(cached) $ECHO_C" >&6
16043 ac_check_soname_save_LIBS
=$LIBS
16044 LIBS
="-lodbc $LIBS"
16045 cat >conftest.
$ac_ext <<_ACEOF
16048 cat confdefs.h
>>conftest.
$ac_ext
16049 cat >>conftest.
$ac_ext <<_ACEOF
16050 /* end confdefs.h. */
16052 /* Override any GCC internal prototype to avoid an error.
16053 Use char because int might match the return type of a GCC
16054 builtin and then its argument prototype would still apply. */
16058 char SQLConnect ();
16062 return SQLConnect ();
16067 rm -f conftest.
$ac_objext conftest
$ac_exeext
16068 if { (ac_try
="$ac_link"
16069 case "(($ac_try" in
16070 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16071 *) ac_try_echo=$ac_try;;
16073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16074 (eval "$ac_link") 2>conftest.er1
16076 grep -v '^ *+' conftest.er1 >conftest.err
16078 cat conftest.err >&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } && {
16081 test -z "$ac_c_werror_flag" ||
16082 test ! -s conftest.err
16083 } && test -s conftest$ac_exeext &&
16084 $as_test_x conftest$ac_exeext; then
16087 dylib) ac_cv_lib_soname_odbc=`otool
-L conftest
$ac_exeext |
grep "libodbc\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16088 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16091 echo "$as_me: failed program was:" >&5
16092 sed 's/^/| /' conftest.$ac_ext >&5
16097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16098 conftest$ac_exeext conftest.$ac_ext
16099 LIBS=$ac_check_soname_save_LIBS
16101 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16102 { echo "$as_me:$LINENO: result: not found" >&5
16103 echo "${ECHO_T}not found" >&6; }
16104 cat >>confdefs.h <<_ACEOF
16105 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16110 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16112 cat >>confdefs.h <<_ACEOF
16113 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16120 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16121 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16122 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16123 "$ac_cv_header_soundcard_h" != "yes" -a \
16124 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16126 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16132 if test "x${GCC}" = "xyes"
16134 EXTRACFLAGS="-Wall -pipe"
16136 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16137 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16138 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16139 echo $ECHO_N "(cached) $ECHO_C" >&6
16141 if test "$cross_compiling" = yes; then
16142 ac_cv_c_gcc_strength_bug="yes"
16144 cat >conftest.$ac_ext <<_ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h. */
16150 int L[4] = {0,1,2,3};
16154 static int Array[3];
16155 unsigned int B = 3;
16157 for(i=0; i<B; i++) Array[i] = i - 3;
16158 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16160 exit( Array[1] != -2 || L[2] != 3)
16165 rm -f conftest$ac_exeext
16166 if { (ac_try="$ac_link"
16167 case "(($ac_try" in
16168 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16169 *) ac_try_echo
=$ac_try;;
16171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16172 (eval "$ac_link") 2>&5
16174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16175 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16176 { (case "(($ac_try" in
16177 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16178 *) ac_try_echo=$ac_try;;
16180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181 (eval "$ac_try") 2>&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); }; }; then
16185 ac_cv_c_gcc_strength_bug="no"
16187 echo "$as_me: program exited with status $ac_status" >&5
16188 echo "$as_me: failed program was:" >&5
16189 sed 's/^/| /' conftest.$ac_ext >&5
16191 ( exit $ac_status )
16192 ac_cv_c_gcc_strength_bug="yes"
16194 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16199 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16200 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16201 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16203 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16207 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16208 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16209 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16210 echo $ECHO_N "(cached) $ECHO_C" >&6
16212 ac_wine_try_cflags_saved=$CFLAGS
16213 CFLAGS="$CFLAGS -fshort-wchar"
16214 cat >conftest.$ac_ext <<_ACEOF
16217 cat confdefs.h >>conftest.$ac_ext
16218 cat >>conftest.$ac_ext <<_ACEOF
16219 /* end confdefs.h. */
16229 rm -f conftest.$ac_objext conftest$ac_exeext
16230 if { (ac_try="$ac_link"
16231 case "(($ac_try" in
16232 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16233 *) ac_try_echo
=$ac_try;;
16235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16236 (eval "$ac_link") 2>conftest.er1
16238 grep -v '^ *+' conftest.er1
>conftest.err
16240 cat conftest.err
>&5
16241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16242 (exit $ac_status); } && {
16243 test -z "$ac_c_werror_flag" ||
16244 test ! -s conftest.err
16245 } && test -s conftest
$ac_exeext &&
16246 $as_test_x conftest
$ac_exeext; then
16247 ac_cv_cflags__fshort_wchar
=yes
16249 echo "$as_me: failed program was:" >&5
16250 sed 's/^/| /' conftest.
$ac_ext >&5
16252 ac_cv_cflags__fshort_wchar
=no
16255 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16256 conftest
$ac_exeext conftest.
$ac_ext
16257 CFLAGS
=$ac_wine_try_cflags_saved
16259 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16260 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16261 if test $ac_cv_cflags__fshort_wchar = yes; then
16263 cat >>confdefs.h
<<\_ACEOF
16264 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16269 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16270 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16271 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16272 echo $ECHO_N "(cached) $ECHO_C" >&6
16274 ac_wine_try_cflags_saved
=$CFLAGS
16275 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16276 cat >conftest.
$ac_ext <<_ACEOF
16279 cat confdefs.h
>>conftest.
$ac_ext
16280 cat >>conftest.
$ac_ext <<_ACEOF
16281 /* end confdefs.h. */
16291 rm -f conftest.
$ac_objext conftest
$ac_exeext
16292 if { (ac_try
="$ac_link"
16293 case "(($ac_try" in
16294 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16298 (eval "$ac_link") 2>conftest.er1
16300 grep -v '^ *+' conftest.er1 >conftest.err
16302 cat conftest.err >&5
16303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16304 (exit $ac_status); } && {
16305 test -z "$ac_c_werror_flag" ||
16306 test ! -s conftest.err
16307 } && test -s conftest$ac_exeext &&
16308 $as_test_x conftest$ac_exeext; then
16309 ac_cv_cflags__fno_strict_aliasing=yes
16311 echo "$as_me: failed program was:" >&5
16312 sed 's/^/| /' conftest.$ac_ext >&5
16314 ac_cv_cflags__fno_strict_aliasing=no
16317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16318 conftest$ac_exeext conftest.$ac_ext
16319 CFLAGS=$ac_wine_try_cflags_saved
16321 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16322 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16323 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16324 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16327 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16328 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16329 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16332 ac_wine_try_cflags_saved=$CFLAGS
16333 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16334 cat >conftest.$ac_ext <<_ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16349 rm -f conftest.$ac_objext conftest$ac_exeext
16350 if { (ac_try="$ac_link"
16351 case "(($ac_try" in
16352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16353 *) ac_try_echo
=$ac_try;;
16355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16356 (eval "$ac_link") 2>conftest.er1
16358 grep -v '^ *+' conftest.er1
>conftest.err
16360 cat conftest.err
>&5
16361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16362 (exit $ac_status); } && {
16363 test -z "$ac_c_werror_flag" ||
16364 test ! -s conftest.err
16365 } && test -s conftest
$ac_exeext &&
16366 $as_test_x conftest
$ac_exeext; then
16367 ac_cv_cflags__Wdeclaration_after_statement
=yes
16369 echo "$as_me: failed program was:" >&5
16370 sed 's/^/| /' conftest.
$ac_ext >&5
16372 ac_cv_cflags__Wdeclaration_after_statement
=no
16375 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16376 conftest
$ac_exeext conftest.
$ac_ext
16377 CFLAGS
=$ac_wine_try_cflags_saved
16379 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16380 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16381 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16382 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16385 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16386 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16387 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16388 echo $ECHO_N "(cached) $ECHO_C" >&6
16390 ac_wine_try_cflags_saved
=$CFLAGS
16391 CFLAGS
="$CFLAGS -Wwrite-strings"
16392 cat >conftest.
$ac_ext <<_ACEOF
16395 cat confdefs.h
>>conftest.
$ac_ext
16396 cat >>conftest.
$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16407 rm -f conftest.
$ac_objext conftest
$ac_exeext
16408 if { (ac_try
="$ac_link"
16409 case "(($ac_try" in
16410 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16411 *) ac_try_echo=$ac_try;;
16413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16414 (eval "$ac_link") 2>conftest.er1
16416 grep -v '^ *+' conftest.er1 >conftest.err
16418 cat conftest.err >&5
16419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16420 (exit $ac_status); } && {
16421 test -z "$ac_c_werror_flag" ||
16422 test ! -s conftest.err
16423 } && test -s conftest$ac_exeext &&
16424 $as_test_x conftest$ac_exeext; then
16425 ac_cv_cflags__Wwrite_strings=yes
16427 echo "$as_me: failed program was:" >&5
16428 sed 's/^/| /' conftest.$ac_ext >&5
16430 ac_cv_cflags__Wwrite_strings=no
16433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16434 conftest$ac_exeext conftest.$ac_ext
16435 CFLAGS=$ac_wine_try_cflags_saved
16437 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16438 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16439 if test $ac_cv_cflags__Wwrite_strings = yes; then
16440 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16443 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16444 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16445 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16446 echo $ECHO_N "(cached) $ECHO_C" >&6
16448 ac_wine_try_cflags_saved=$CFLAGS
16449 CFLAGS="$CFLAGS -Wtype-limits"
16450 cat >conftest.$ac_ext <<_ACEOF
16453 cat confdefs.h >>conftest.$ac_ext
16454 cat >>conftest.$ac_ext <<_ACEOF
16455 /* end confdefs.h. */
16465 rm -f conftest.$ac_objext conftest$ac_exeext
16466 if { (ac_try="$ac_link"
16467 case "(($ac_try" in
16468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16469 *) ac_try_echo
=$ac_try;;
16471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16472 (eval "$ac_link") 2>conftest.er1
16474 grep -v '^ *+' conftest.er1
>conftest.err
16476 cat conftest.err
>&5
16477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16478 (exit $ac_status); } && {
16479 test -z "$ac_c_werror_flag" ||
16480 test ! -s conftest.err
16481 } && test -s conftest
$ac_exeext &&
16482 $as_test_x conftest
$ac_exeext; then
16483 ac_cv_cflags__Wtype_limits
=yes
16485 echo "$as_me: failed program was:" >&5
16486 sed 's/^/| /' conftest.
$ac_ext >&5
16488 ac_cv_cflags__Wtype_limits
=no
16491 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16492 conftest
$ac_exeext conftest.
$ac_ext
16493 CFLAGS
=$ac_wine_try_cflags_saved
16495 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16496 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16497 if test $ac_cv_cflags__Wtype_limits = yes; then
16498 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16502 saved_CFLAGS
="$CFLAGS"
16503 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16504 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16505 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16506 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16507 echo $ECHO_N "(cached) $ECHO_C" >&6
16509 cat >conftest.
$ac_ext <<_ACEOF
16512 cat confdefs.h
>>conftest.
$ac_ext
16513 cat >>conftest.
$ac_ext <<_ACEOF
16514 /* end confdefs.h. */
16515 #include <string.h>
16524 rm -f conftest.
$ac_objext
16525 if { (ac_try
="$ac_compile"
16526 case "(($ac_try" in
16527 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16528 *) ac_try_echo=$ac_try;;
16530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16531 (eval "$ac_compile") 2>conftest.er1
16533 grep -v '^ *+' conftest.er1 >conftest.err
16535 cat conftest.err >&5
16536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16537 (exit $ac_status); } && {
16538 test -z "$ac_c_werror_flag" ||
16539 test ! -s conftest.err
16540 } && test -s conftest.$ac_objext; then
16541 ac_cv_c_string_h_warnings=no
16543 echo "$as_me: failed program was:" >&5
16544 sed 's/^/| /' conftest.$ac_ext >&5
16546 ac_cv_c_string_h_warnings=yes
16549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16551 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16552 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16553 CFLAGS="$saved_CFLAGS"
16554 if test "$ac_cv_c_string_h_warnings" = "no"
16556 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16561 saved_CFLAGS="$CFLAGS"
16562 CFLAGS="$CFLAGS -Werror"
16563 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16564 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16565 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16566 echo $ECHO_N "(cached) $ECHO_C" >&6
16568 cat >conftest.$ac_ext <<_ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16578 int iswlower(unsigned short);
16583 rm -f conftest.$ac_objext
16584 if { (ac_try="$ac_compile"
16585 case "(($ac_try" in
16586 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16587 *) ac_try_echo
=$ac_try;;
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16590 (eval "$ac_compile") 2>conftest.er1
16592 grep -v '^ *+' conftest.er1
>conftest.err
16594 cat conftest.err
>&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest.
$ac_objext; then
16600 ac_cv_c_builtin_wchar_ctype
=no
16602 echo "$as_me: failed program was:" >&5
16603 sed 's/^/| /' conftest.
$ac_ext >&5
16605 ac_cv_c_builtin_wchar_ctype
=yes
16608 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16610 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16611 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16612 CFLAGS
="$saved_CFLAGS"
16613 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16615 BUILTINFLAG
="-fno-builtin"
16620 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16621 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16622 if test "${ac_cv_asm_func_def+set}" = set; then
16623 echo $ECHO_N "(cached) $ECHO_C" >&6
16625 cat >conftest.
$ac_ext <<_ACEOF
16628 cat confdefs.h
>>conftest.
$ac_ext
16629 cat >>conftest.
$ac_ext <<_ACEOF
16630 /* end confdefs.h. */
16635 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16640 rm -f conftest.
$ac_objext conftest
$ac_exeext
16641 if { (ac_try
="$ac_link"
16642 case "(($ac_try" in
16643 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16644 *) ac_try_echo=$ac_try;;
16646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16647 (eval "$ac_link") 2>conftest.er1
16649 grep -v '^ *+' conftest.er1 >conftest.err
16651 cat conftest.err >&5
16652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16653 (exit $ac_status); } && {
16654 test -z "$ac_c_werror_flag" ||
16655 test ! -s conftest.err
16656 } && test -s conftest$ac_exeext &&
16657 $as_test_x conftest$ac_exeext; then
16658 ac_cv_asm_func_def=".def"
16660 echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16663 cat >conftest.$ac_ext <<_ACEOF
16666 cat confdefs.h >>conftest.$ac_ext
16667 cat >>conftest.$ac_ext <<_ACEOF
16668 /* end confdefs.h. */
16673 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16678 rm -f conftest.$ac_objext conftest$ac_exeext
16679 if { (ac_try="$ac_link"
16680 case "(($ac_try" in
16681 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16682 *) ac_try_echo
=$ac_try;;
16684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16685 (eval "$ac_link") 2>conftest.er1
16687 grep -v '^ *+' conftest.er1
>conftest.err
16689 cat conftest.err
>&5
16690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16691 (exit $ac_status); } && {
16692 test -z "$ac_c_werror_flag" ||
16693 test ! -s conftest.err
16694 } && test -s conftest
$ac_exeext &&
16695 $as_test_x conftest
$ac_exeext; then
16696 ac_cv_asm_func_def
=".type @function"
16698 echo "$as_me: failed program was:" >&5
16699 sed 's/^/| /' conftest.
$ac_ext >&5
16701 cat >conftest.
$ac_ext <<_ACEOF
16704 cat confdefs.h
>>conftest.
$ac_ext
16705 cat >>conftest.
$ac_ext <<_ACEOF
16706 /* end confdefs.h. */
16711 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16716 rm -f conftest.
$ac_objext conftest
$ac_exeext
16717 if { (ac_try
="$ac_link"
16718 case "(($ac_try" in
16719 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16720 *) ac_try_echo=$ac_try;;
16722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16723 (eval "$ac_link") 2>conftest.er1
16725 grep -v '^ *+' conftest.er1 >conftest.err
16727 cat conftest.err >&5
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && {
16730 test -z "$ac_c_werror_flag" ||
16731 test ! -s conftest.err
16732 } && test -s conftest$ac_exeext &&
16733 $as_test_x conftest$ac_exeext; then
16734 ac_cv_asm_func_def=".type 2"
16736 echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.$ac_ext >&5
16739 ac_cv_asm_func_def="unknown"
16742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16743 conftest$ac_exeext conftest.$ac_ext
16746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16747 conftest$ac_exeext conftest.$ac_ext
16750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16751 conftest$ac_exeext conftest.$ac_ext
16753 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16754 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16758 case "$ac_cv_asm_func_def" in
16760 cat >>confdefs.h <<\_ACEOF
16761 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16765 cat >>confdefs.h <<\_ACEOF
16766 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16770 cat >>confdefs.h <<\_ACEOF
16771 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16775 cat >>confdefs.h <<\_ACEOF
16776 #define __ASM_FUNC(name) ""
16782 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16783 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16784 if test "${ac_cv_c_extern_prefix+set}" = set; then
16785 echo $ECHO_N "(cached) $ECHO_C" >&6
16787 cat >conftest.$ac_ext <<_ACEOF
16790 cat confdefs.h >>conftest.$ac_ext
16791 cat >>conftest.$ac_ext <<_ACEOF
16792 /* end confdefs.h. */
16793 extern int ac_test;
16797 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16802 rm -f conftest.$ac_objext conftest$ac_exeext
16803 if { (ac_try="$ac_link"
16804 case "(($ac_try" in
16805 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16806 *) ac_try_echo
=$ac_try;;
16808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16809 (eval "$ac_link") 2>conftest.er1
16811 grep -v '^ *+' conftest.er1
>conftest.err
16813 cat conftest.err
>&5
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); } && {
16816 test -z "$ac_c_werror_flag" ||
16817 test ! -s conftest.err
16818 } && test -s conftest
$ac_exeext &&
16819 $as_test_x conftest
$ac_exeext; then
16820 ac_cv_c_extern_prefix
="yes"
16822 echo "$as_me: failed program was:" >&5
16823 sed 's/^/| /' conftest.
$ac_ext >&5
16825 ac_cv_c_extern_prefix
="no"
16828 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16829 conftest
$ac_exeext conftest.
$ac_ext
16831 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16832 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16836 if test "$ac_cv_c_extern_prefix" = "yes"
16838 cat >>confdefs.h
<<\_ACEOF
16839 #define __ASM_NAME(name) "_" name
16843 cat >>confdefs.h
<<\_ACEOF
16844 #define __ASM_NAME(name) name
16854 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16858 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16860 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16864 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16872 SOCKETLIBS
="-lws2_32"
16877 MAIN_BINARY
="wine-pthread"
16881 linux
* | k
*bsd
*-gnu)
16882 MAIN_BINARY
="wine-glibc"
16884 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16887 MAIN_BINARY
="wine-freebsd"
16889 EXTRA_BINARIES
="wine-pthread"
17037 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17038 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17039 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17040 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17041 echo $ECHO_N "(cached) $ECHO_C" >&6
17043 cat >conftest.
$ac_ext <<_ACEOF
17046 cat confdefs.h
>>conftest.
$ac_ext
17047 cat >>conftest.
$ac_ext <<_ACEOF
17048 /* end confdefs.h. */
17049 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17051 #define $ac_func innocuous_$ac_func
17053 /* System header to define __stub macros and hopefully few prototypes,
17054 which can conflict with char $ac_func (); below.
17055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17056 <limits.h> exists even on freestanding compilers. */
17059 # include <limits.h>
17061 # include <assert.h>
17066 /* Override any GCC internal prototype to avoid an error.
17067 Use char because int might match the return type of a GCC
17068 builtin and then its argument prototype would still apply. */
17073 /* The GNU C library defines this for functions which it implements
17074 to always fail with ENOSYS. Some functions are actually named
17075 something starting with __ and the normal name is an alias. */
17076 #if defined __stub_$ac_func || defined __stub___$ac_func
17083 return $ac_func ();
17088 rm -f conftest.
$ac_objext conftest
$ac_exeext
17089 if { (ac_try
="$ac_link"
17090 case "(($ac_try" in
17091 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17092 *) ac_try_echo=$ac_try;;
17094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17095 (eval "$ac_link") 2>conftest.er1
17097 grep -v '^ *+' conftest.er1 >conftest.err
17099 cat conftest.err >&5
17100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17101 (exit $ac_status); } && {
17102 test -z "$ac_c_werror_flag" ||
17103 test ! -s conftest.err
17104 } && test -s conftest$ac_exeext &&
17105 $as_test_x conftest$ac_exeext; then
17106 eval "$as_ac_var=yes"
17108 echo "$as_me: failed program was:" >&5
17109 sed 's/^/| /' conftest.$ac_ext >&5
17111 eval "$as_ac_var=no"
17114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17115 conftest$ac_exeext conftest.$ac_ext
17117 ac_res=`eval echo '${'$as_ac_var'}'`
17118 { echo "$as_me:$LINENO: result: $ac_res" >&5
17119 echo "${ECHO_T}$ac_res" >&6; }
17120 if test `eval echo '${'$as_ac_var'}'` = yes; then
17121 cat >>confdefs.h <<_ACEOF
17122 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17129 if test "$ac_cv_func_dlopen" = no
17131 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17132 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17133 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17134 echo $ECHO_N "(cached) $ECHO_C" >&6
17136 ac_check_lib_save_LIBS=$LIBS
17138 cat >conftest.$ac_ext <<_ACEOF
17141 cat confdefs.h >>conftest.$ac_ext
17142 cat >>conftest.$ac_ext <<_ACEOF
17143 /* end confdefs.h. */
17145 /* Override any GCC internal prototype to avoid an error.
17146 Use char because int might match the return type of a GCC
17147 builtin and then its argument prototype would still apply. */
17160 rm -f conftest.$ac_objext conftest$ac_exeext
17161 if { (ac_try="$ac_link"
17162 case "(($ac_try" in
17163 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17164 *) ac_try_echo
=$ac_try;;
17166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17167 (eval "$ac_link") 2>conftest.er1
17169 grep -v '^ *+' conftest.er1
>conftest.err
17171 cat conftest.err
>&5
17172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17173 (exit $ac_status); } && {
17174 test -z "$ac_c_werror_flag" ||
17175 test ! -s conftest.err
17176 } && test -s conftest
$ac_exeext &&
17177 $as_test_x conftest
$ac_exeext; then
17178 ac_cv_lib_dl_dlopen
=yes
17180 echo "$as_me: failed program was:" >&5
17181 sed 's/^/| /' conftest.
$ac_ext >&5
17183 ac_cv_lib_dl_dlopen
=no
17186 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17187 conftest
$ac_exeext conftest.
$ac_ext
17188 LIBS
=$ac_check_lib_save_LIBS
17190 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17191 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17192 if test $ac_cv_lib_dl_dlopen = yes; then
17193 cat >>confdefs.h
<<\_ACEOF
17194 #define HAVE_DLOPEN 1
17201 ac_wine_check_funcs_save_LIBS
="$LIBS"
17202 LIBS
="$LIBS $LIBDL"
17204 for ac_func
in dladdr
17206 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17207 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17208 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17209 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17210 echo $ECHO_N "(cached) $ECHO_C" >&6
17212 cat >conftest.
$ac_ext <<_ACEOF
17215 cat confdefs.h
>>conftest.
$ac_ext
17216 cat >>conftest.
$ac_ext <<_ACEOF
17217 /* end confdefs.h. */
17218 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17219 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17220 #define $ac_func innocuous_$ac_func
17222 /* System header to define __stub macros and hopefully few prototypes,
17223 which can conflict with char $ac_func (); below.
17224 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17225 <limits.h> exists even on freestanding compilers. */
17228 # include <limits.h>
17230 # include <assert.h>
17235 /* Override any GCC internal prototype to avoid an error.
17236 Use char because int might match the return type of a GCC
17237 builtin and then its argument prototype would still apply. */
17242 /* The GNU C library defines this for functions which it implements
17243 to always fail with ENOSYS. Some functions are actually named
17244 something starting with __ and the normal name is an alias. */
17245 #if defined __stub_$ac_func || defined __stub___$ac_func
17252 return $ac_func ();
17257 rm -f conftest.
$ac_objext conftest
$ac_exeext
17258 if { (ac_try
="$ac_link"
17259 case "(($ac_try" in
17260 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17261 *) ac_try_echo=$ac_try;;
17263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17264 (eval "$ac_link") 2>conftest.er1
17266 grep -v '^ *+' conftest.er1 >conftest.err
17268 cat conftest.err >&5
17269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270 (exit $ac_status); } && {
17271 test -z "$ac_c_werror_flag" ||
17272 test ! -s conftest.err
17273 } && test -s conftest$ac_exeext &&
17274 $as_test_x conftest$ac_exeext; then
17275 eval "$as_ac_var=yes"
17277 echo "$as_me: failed program was:" >&5
17278 sed 's/^/| /' conftest.$ac_ext >&5
17280 eval "$as_ac_var=no"
17283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17284 conftest$ac_exeext conftest.$ac_ext
17286 ac_res=`eval echo '${'$as_ac_var'}'`
17287 { echo "$as_me:$LINENO: result: $ac_res" >&5
17288 echo "${ECHO_T}$ac_res" >&6; }
17289 if test `eval echo '${'$as_ac_var'}'` = yes; then
17290 cat >>confdefs.h <<_ACEOF
17291 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17297 LIBS="$ac_wine_check_funcs_save_LIBS"
17299 if test "$ac_cv_func_poll" = no
17301 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17302 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17303 if test "${ac_cv_lib_poll_poll+set}" = set; then
17304 echo $ECHO_N "(cached) $ECHO_C" >&6
17306 ac_check_lib_save_LIBS=$LIBS
17307 LIBS="-lpoll $LIBS"
17308 cat >conftest.$ac_ext <<_ACEOF
17311 cat confdefs.h >>conftest.$ac_ext
17312 cat >>conftest.$ac_ext <<_ACEOF
17313 /* end confdefs.h. */
17315 /* Override any GCC internal prototype to avoid an error.
17316 Use char because int might match the return type of a GCC
17317 builtin and then its argument prototype would still apply. */
17330 rm -f conftest.$ac_objext conftest$ac_exeext
17331 if { (ac_try="$ac_link"
17332 case "(($ac_try" in
17333 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17334 *) ac_try_echo
=$ac_try;;
17336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17337 (eval "$ac_link") 2>conftest.er1
17339 grep -v '^ *+' conftest.er1
>conftest.err
17341 cat conftest.err
>&5
17342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343 (exit $ac_status); } && {
17344 test -z "$ac_c_werror_flag" ||
17345 test ! -s conftest.err
17346 } && test -s conftest
$ac_exeext &&
17347 $as_test_x conftest
$ac_exeext; then
17348 ac_cv_lib_poll_poll
=yes
17350 echo "$as_me: failed program was:" >&5
17351 sed 's/^/| /' conftest.
$ac_ext >&5
17353 ac_cv_lib_poll_poll
=no
17356 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17357 conftest
$ac_exeext conftest.
$ac_ext
17358 LIBS
=$ac_check_lib_save_LIBS
17360 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17361 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17362 if test $ac_cv_lib_poll_poll = yes; then
17363 cat >>confdefs.h
<<\_ACEOF
17364 #define HAVE_POLL 1
17372 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17373 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17374 if test "${ac_cv_search_gethostbyname+set}" = set; then
17375 echo $ECHO_N "(cached) $ECHO_C" >&6
17377 ac_func_search_save_LIBS
=$LIBS
17378 cat >conftest.
$ac_ext <<_ACEOF
17381 cat confdefs.h
>>conftest.
$ac_ext
17382 cat >>conftest.
$ac_ext <<_ACEOF
17383 /* end confdefs.h. */
17385 /* Override any GCC internal prototype to avoid an error.
17386 Use char because int might match the return type of a GCC
17387 builtin and then its argument prototype would still apply. */
17391 char gethostbyname ();
17395 return gethostbyname ();
17400 for ac_lib
in '' nsl
; do
17401 if test -z "$ac_lib"; then
17402 ac_res
="none required"
17405 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17407 rm -f conftest.
$ac_objext conftest
$ac_exeext
17408 if { (ac_try
="$ac_link"
17409 case "(($ac_try" in
17410 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17411 *) ac_try_echo=$ac_try;;
17413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17414 (eval "$ac_link") 2>conftest.er1
17416 grep -v '^ *+' conftest.er1 >conftest.err
17418 cat conftest.err >&5
17419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17420 (exit $ac_status); } && {
17421 test -z "$ac_c_werror_flag" ||
17422 test ! -s conftest.err
17423 } && test -s conftest$ac_exeext &&
17424 $as_test_x conftest$ac_exeext; then
17425 ac_cv_search_gethostbyname=$ac_res
17427 echo "$as_me: failed program was:" >&5
17428 sed 's/^/| /' conftest.$ac_ext >&5
17433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435 if test "${ac_cv_search_gethostbyname+set}" = set; then
17439 if test "${ac_cv_search_gethostbyname+set}" = set; then
17442 ac_cv_search_gethostbyname=no
17444 rm conftest.$ac_ext
17445 LIBS=$ac_func_search_save_LIBS
17447 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17448 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17449 ac_res=$ac_cv_search_gethostbyname
17450 if test "$ac_res" != no; then
17451 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17456 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17457 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17458 if test "${ac_cv_search_connect+set}" = set; then
17459 echo $ECHO_N "(cached) $ECHO_C" >&6
17461 ac_func_search_save_LIBS=$LIBS
17462 cat >conftest.$ac_ext <<_ACEOF
17465 cat confdefs.h >>conftest.$ac_ext
17466 cat >>conftest.$ac_ext <<_ACEOF
17467 /* end confdefs.h. */
17469 /* Override any GCC internal prototype to avoid an error.
17470 Use char because int might match the return type of a GCC
17471 builtin and then its argument prototype would still apply. */
17484 for ac_lib in '' socket; do
17485 if test -z "$ac_lib"; then
17486 ac_res="none required"
17489 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17491 rm -f conftest.$ac_objext conftest$ac_exeext
17492 if { (ac_try="$ac_link"
17493 case "(($ac_try" in
17494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17495 *) ac_try_echo
=$ac_try;;
17497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17498 (eval "$ac_link") 2>conftest.er1
17500 grep -v '^ *+' conftest.er1
>conftest.err
17502 cat conftest.err
>&5
17503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); } && {
17505 test -z "$ac_c_werror_flag" ||
17506 test ! -s conftest.err
17507 } && test -s conftest
$ac_exeext &&
17508 $as_test_x conftest
$ac_exeext; then
17509 ac_cv_search_connect
=$ac_res
17511 echo "$as_me: failed program was:" >&5
17512 sed 's/^/| /' conftest.
$ac_ext >&5
17517 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17519 if test "${ac_cv_search_connect+set}" = set; then
17523 if test "${ac_cv_search_connect+set}" = set; then
17526 ac_cv_search_connect
=no
17528 rm conftest.
$ac_ext
17529 LIBS
=$ac_func_search_save_LIBS
17531 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17532 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17533 ac_res
=$ac_cv_search_connect
17534 if test "$ac_res" != no
; then
17535 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17540 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17541 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17542 if test "${ac_cv_search_inet_aton+set}" = set; then
17543 echo $ECHO_N "(cached) $ECHO_C" >&6
17545 ac_func_search_save_LIBS
=$LIBS
17546 cat >conftest.
$ac_ext <<_ACEOF
17549 cat confdefs.h
>>conftest.
$ac_ext
17550 cat >>conftest.
$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17553 /* Override any GCC internal prototype to avoid an error.
17554 Use char because int might match the return type of a GCC
17555 builtin and then its argument prototype would still apply. */
17563 return inet_aton ();
17568 for ac_lib
in '' resolv
; do
17569 if test -z "$ac_lib"; then
17570 ac_res
="none required"
17573 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17575 rm -f conftest.
$ac_objext conftest
$ac_exeext
17576 if { (ac_try
="$ac_link"
17577 case "(($ac_try" in
17578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17579 *) ac_try_echo=$ac_try;;
17581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17582 (eval "$ac_link") 2>conftest.er1
17584 grep -v '^ *+' conftest.er1 >conftest.err
17586 cat conftest.err >&5
17587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17588 (exit $ac_status); } && {
17589 test -z "$ac_c_werror_flag" ||
17590 test ! -s conftest.err
17591 } && test -s conftest$ac_exeext &&
17592 $as_test_x conftest$ac_exeext; then
17593 ac_cv_search_inet_aton=$ac_res
17595 echo "$as_me: failed program was:" >&5
17596 sed 's/^/| /' conftest.$ac_ext >&5
17601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17603 if test "${ac_cv_search_inet_aton+set}" = set; then
17607 if test "${ac_cv_search_inet_aton+set}" = set; then
17610 ac_cv_search_inet_aton=no
17612 rm conftest.$ac_ext
17613 LIBS=$ac_func_search_save_LIBS
17615 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17616 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17617 ac_res=$ac_cv_search_inet_aton
17618 if test "$ac_res" != no; then
17619 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17643 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17644 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17645 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17646 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17647 echo $ECHO_N "(cached) $ECHO_C" >&6
17649 cat >conftest.$ac_ext <<_ACEOF
17652 cat confdefs.h >>conftest.$ac_ext
17653 cat >>conftest.$ac_ext <<_ACEOF
17654 /* end confdefs.h. */
17655 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17656 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17657 #define $ac_func innocuous_$ac_func
17659 /* System header to define __stub macros and hopefully few prototypes,
17660 which can conflict with char $ac_func (); below.
17661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17662 <limits.h> exists even on freestanding compilers. */
17665 # include <limits.h>
17667 # include <assert.h>
17672 /* Override any GCC internal prototype to avoid an error.
17673 Use char because int might match the return type of a GCC
17674 builtin and then its argument prototype would still apply. */
17679 /* The GNU C library defines this for functions which it implements
17680 to always fail with ENOSYS. Some functions are actually named
17681 something starting with __ and the normal name is an alias. */
17682 #if defined __stub_$ac_func || defined __stub___$ac_func
17689 return $ac_func ();
17694 rm -f conftest.$ac_objext conftest$ac_exeext
17695 if { (ac_try="$ac_link"
17696 case "(($ac_try" in
17697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17698 *) ac_try_echo
=$ac_try;;
17700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17701 (eval "$ac_link") 2>conftest.er1
17703 grep -v '^ *+' conftest.er1
>conftest.err
17705 cat conftest.err
>&5
17706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17707 (exit $ac_status); } && {
17708 test -z "$ac_c_werror_flag" ||
17709 test ! -s conftest.err
17710 } && test -s conftest
$ac_exeext &&
17711 $as_test_x conftest
$ac_exeext; then
17712 eval "$as_ac_var=yes"
17714 echo "$as_me: failed program was:" >&5
17715 sed 's/^/| /' conftest.
$ac_ext >&5
17717 eval "$as_ac_var=no"
17720 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17721 conftest
$ac_exeext conftest.
$ac_ext
17723 ac_res
=`eval echo '${'$as_ac_var'}'`
17724 { echo "$as_me:$LINENO: result: $ac_res" >&5
17725 echo "${ECHO_T}$ac_res" >&6; }
17726 if test `eval echo '${'$as_ac_var'}'` = yes; then
17727 cat >>confdefs.h
<<_ACEOF
17728 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17737 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17739 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17740 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17741 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17742 echo $ECHO_N "(cached) $ECHO_C" >&6
17744 cat >conftest.
$ac_ext <<_ACEOF
17747 cat confdefs.h
>>conftest.
$ac_ext
17748 cat >>conftest.
$ac_ext <<_ACEOF
17749 /* end confdefs.h. */
17752 typedef LDAPSortKey ac__type_new_;
17756 if ((ac__type_new_ *) 0)
17758 if (sizeof (ac__type_new_))
17764 rm -f conftest.
$ac_objext
17765 if { (ac_try
="$ac_compile"
17766 case "(($ac_try" in
17767 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17768 *) ac_try_echo=$ac_try;;
17770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17771 (eval "$ac_compile") 2>conftest.er1
17773 grep -v '^ *+' conftest.er1 >conftest.err
17775 cat conftest.err >&5
17776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17777 (exit $ac_status); } && {
17778 test -z "$ac_c_werror_flag" ||
17779 test ! -s conftest.err
17780 } && test -s conftest.$ac_objext; then
17781 ac_cv_type_LDAPSortKey=yes
17783 echo "$as_me: failed program was:" >&5
17784 sed 's/^/| /' conftest.$ac_ext >&5
17786 ac_cv_type_LDAPSortKey=no
17789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17791 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17792 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17793 if test $ac_cv_type_LDAPSortKey = yes; then
17794 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17795 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17796 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17797 echo $ECHO_N "(cached) $ECHO_C" >&6
17799 ac_check_lib_save_LIBS=$LIBS
17800 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17801 cat >conftest.$ac_ext <<_ACEOF
17804 cat confdefs.h >>conftest.$ac_ext
17805 cat >>conftest.$ac_ext <<_ACEOF
17806 /* end confdefs.h. */
17808 /* Override any GCC internal prototype to avoid an error.
17809 Use char because int might match the return type of a GCC
17810 builtin and then its argument prototype would still apply. */
17814 char ldap_initialize ();
17818 return ldap_initialize ();
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17827 *) ac_try_echo
=$ac_try;;
17829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17830 (eval "$ac_link") 2>conftest.er1
17832 grep -v '^ *+' conftest.er1
>conftest.err
17834 cat conftest.err
>&5
17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836 (exit $ac_status); } && {
17837 test -z "$ac_c_werror_flag" ||
17838 test ! -s conftest.err
17839 } && test -s conftest
$ac_exeext &&
17840 $as_test_x conftest
$ac_exeext; then
17841 ac_cv_lib_ldap_r_ldap_initialize
=yes
17843 echo "$as_me: failed program was:" >&5
17844 sed 's/^/| /' conftest.
$ac_ext >&5
17846 ac_cv_lib_ldap_r_ldap_initialize
=no
17849 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17850 conftest
$ac_exeext conftest.
$ac_ext
17851 LIBS
=$ac_check_lib_save_LIBS
17853 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17854 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17855 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17856 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17857 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17858 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17859 echo $ECHO_N "(cached) $ECHO_C" >&6
17861 ac_check_lib_save_LIBS
=$LIBS
17862 LIBS
="-llber $LIBPTHREAD $LIBS"
17863 cat >conftest.
$ac_ext <<_ACEOF
17866 cat confdefs.h
>>conftest.
$ac_ext
17867 cat >>conftest.
$ac_ext <<_ACEOF
17868 /* end confdefs.h. */
17870 /* Override any GCC internal prototype to avoid an error.
17871 Use char because int might match the return type of a GCC
17872 builtin and then its argument prototype would still apply. */
17880 return ber_init ();
17885 rm -f conftest.
$ac_objext conftest
$ac_exeext
17886 if { (ac_try
="$ac_link"
17887 case "(($ac_try" in
17888 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17889 *) ac_try_echo=$ac_try;;
17891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17892 (eval "$ac_link") 2>conftest.er1
17894 grep -v '^ *+' conftest.er1 >conftest.err
17896 cat conftest.err >&5
17897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17898 (exit $ac_status); } && {
17899 test -z "$ac_c_werror_flag" ||
17900 test ! -s conftest.err
17901 } && test -s conftest$ac_exeext &&
17902 $as_test_x conftest$ac_exeext; then
17903 ac_cv_lib_lber_ber_init=yes
17905 echo "$as_me: failed program was:" >&5
17906 sed 's/^/| /' conftest.$ac_ext >&5
17908 ac_cv_lib_lber_ber_init=no
17911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17912 conftest$ac_exeext conftest.$ac_ext
17913 LIBS=$ac_check_lib_save_LIBS
17915 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17916 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17917 if test $ac_cv_lib_lber_ber_init = yes; then
17919 cat >>confdefs.h <<\_ACEOF
17920 #define HAVE_LDAP 1
17923 LDAPLIBS="-lldap_r -llber"
17930 ac_wine_check_funcs_save_LIBS="$LIBS"
17931 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17941 ldap_count_references \
17942 ldap_first_reference \
17943 ldap_next_reference \
17944 ldap_parse_reference \
17945 ldap_parse_sort_control \
17946 ldap_parse_sortresponse_control \
17947 ldap_parse_vlv_control \
17948 ldap_parse_vlvresponse_control
17950 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17951 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17952 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17953 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17954 echo $ECHO_N "(cached) $ECHO_C" >&6
17956 cat >conftest.$ac_ext <<_ACEOF
17959 cat confdefs.h >>conftest.$ac_ext
17960 cat >>conftest.$ac_ext <<_ACEOF
17961 /* end confdefs.h. */
17962 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17963 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17964 #define $ac_func innocuous_$ac_func
17966 /* System header to define __stub macros and hopefully few prototypes,
17967 which can conflict with char $ac_func (); below.
17968 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17969 <limits.h> exists even on freestanding compilers. */
17972 # include <limits.h>
17974 # include <assert.h>
17979 /* Override any GCC internal prototype to avoid an error.
17980 Use char because int might match the return type of a GCC
17981 builtin and then its argument prototype would still apply. */
17986 /* The GNU C library defines this for functions which it implements
17987 to always fail with ENOSYS. Some functions are actually named
17988 something starting with __ and the normal name is an alias. */
17989 #if defined __stub_$ac_func || defined __stub___$ac_func
17996 return $ac_func ();
18001 rm -f conftest.$ac_objext conftest$ac_exeext
18002 if { (ac_try="$ac_link"
18003 case "(($ac_try" in
18004 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18005 *) ac_try_echo
=$ac_try;;
18007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18008 (eval "$ac_link") 2>conftest.er1
18010 grep -v '^ *+' conftest.er1
>conftest.err
18012 cat conftest.err
>&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } && {
18015 test -z "$ac_c_werror_flag" ||
18016 test ! -s conftest.err
18017 } && test -s conftest
$ac_exeext &&
18018 $as_test_x conftest
$ac_exeext; then
18019 eval "$as_ac_var=yes"
18021 echo "$as_me: failed program was:" >&5
18022 sed 's/^/| /' conftest.
$ac_ext >&5
18024 eval "$as_ac_var=no"
18027 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18028 conftest
$ac_exeext conftest.
$ac_ext
18030 ac_res
=`eval echo '${'$as_ac_var'}'`
18031 { echo "$as_me:$LINENO: result: $ac_res" >&5
18032 echo "${ECHO_T}$ac_res" >&6; }
18033 if test `eval echo '${'$as_ac_var'}'` = yes; then
18034 cat >>confdefs.h
<<_ACEOF
18035 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18041 LIBS
="$ac_wine_check_funcs_save_LIBS"
18043 if test "x$LDAPLIBS" = "x"; then
18044 case "x$with_ldap" in
18045 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18047 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18048 This is an error since --with-ldap was requested." >&5
18049 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18050 This is an error since --with-ldap was requested." >&2;}
18051 { (exit 1); exit 1; }; } ;;
18057 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18058 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18059 if test "${ac_cv_c_const+set}" = set; then
18060 echo $ECHO_N "(cached) $ECHO_C" >&6
18062 cat >conftest.
$ac_ext <<_ACEOF
18065 cat confdefs.h
>>conftest.
$ac_ext
18066 cat >>conftest.
$ac_ext <<_ACEOF
18067 /* end confdefs.h. */
18072 /* FIXME: Include the comments suggested by Paul. */
18073 #ifndef __cplusplus
18074 /* Ultrix mips cc rejects this. */
18075 typedef int charset[2];
18077 /* SunOS 4.1.1 cc rejects this. */
18078 char const *const *pcpcc;
18080 /* NEC SVR4.0.2 mips cc rejects this. */
18081 struct point {int x, y;};
18082 static struct point const zero = {0,0};
18083 /* AIX XL C 1.02.0.0 rejects this.
18084 It does not let you subtract one const X* pointer from another in
18085 an arm of an if-expression whose if-part is not a constant
18087 const char *g = "string";
18088 pcpcc = &g + (g ? g-g : 0);
18089 /* HPUX 7.0 cc rejects these. */
18091 ppc = (char**) pcpcc;
18092 pcpcc = (char const *const *) ppc;
18093 { /* SCO 3.2v4 cc rejects this. */
18095 char const *s = 0 ? (char *) 0 : (char const *) 0;
18100 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18101 int x[] = {25, 17};
18102 const int *foo = &x[0];
18105 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18106 typedef const int *iptr;
18110 { /* AIX XL C 1.02.0.0 rejects this saying
18111 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18112 struct s { int j; const int *ap[3]; };
18113 struct s *b; b->j = 5;
18115 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18116 const int foo = 10;
18117 if (!foo) return 0;
18119 return !cs[0] && !zero.x;
18126 rm -f conftest.
$ac_objext
18127 if { (ac_try
="$ac_compile"
18128 case "(($ac_try" in
18129 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18130 *) ac_try_echo=$ac_try;;
18132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18133 (eval "$ac_compile") 2>conftest.er1
18135 grep -v '^ *+' conftest.er1 >conftest.err
18137 cat conftest.err >&5
18138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } && {
18140 test -z "$ac_c_werror_flag" ||
18141 test ! -s conftest.err
18142 } && test -s conftest.$ac_objext; then
18145 echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18153 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18154 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18155 if test $ac_cv_c_const = no; then
18157 cat >>confdefs.h <<\_ACEOF
18163 { echo "$as_me:$LINENO: checking for inline" >&5
18164 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18165 if test "${ac_cv_c_inline+set}" = set; then
18166 echo $ECHO_N "(cached) $ECHO_C" >&6
18169 for ac_kw in inline __inline__ __inline; do
18170 cat >conftest.$ac_ext <<_ACEOF
18173 cat confdefs.h >>conftest.$ac_ext
18174 cat >>conftest.$ac_ext <<_ACEOF
18175 /* end confdefs.h. */
18176 #ifndef __cplusplus
18178 static $ac_kw foo_t static_foo () {return 0; }
18179 $ac_kw foo_t foo () {return 0; }
18183 rm -f conftest.$ac_objext
18184 if { (ac_try="$ac_compile"
18185 case "(($ac_try" in
18186 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18187 *) ac_try_echo
=$ac_try;;
18189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18190 (eval "$ac_compile") 2>conftest.er1
18192 grep -v '^ *+' conftest.er1
>conftest.err
18194 cat conftest.err
>&5
18195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18196 (exit $ac_status); } && {
18197 test -z "$ac_c_werror_flag" ||
18198 test ! -s conftest.err
18199 } && test -s conftest.
$ac_objext; then
18200 ac_cv_c_inline
=$ac_kw
18202 echo "$as_me: failed program was:" >&5
18203 sed 's/^/| /' conftest.
$ac_ext >&5
18208 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18209 test "$ac_cv_c_inline" != no
&& break
18213 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18214 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18217 case $ac_cv_c_inline in
18220 case $ac_cv_c_inline in
18222 *) ac_val
=$ac_cv_c_inline;;
18224 cat >>confdefs.h
<<_ACEOF
18225 #ifndef __cplusplus
18226 #define inline $ac_val
18232 { echo "$as_me:$LINENO: checking for mode_t" >&5
18233 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18234 if test "${ac_cv_type_mode_t+set}" = set; then
18235 echo $ECHO_N "(cached) $ECHO_C" >&6
18237 cat >conftest.
$ac_ext <<_ACEOF
18240 cat confdefs.h
>>conftest.
$ac_ext
18241 cat >>conftest.
$ac_ext <<_ACEOF
18242 /* end confdefs.h. */
18243 $ac_includes_default
18244 typedef mode_t ac__type_new_;
18248 if ((ac__type_new_ *) 0)
18250 if (sizeof (ac__type_new_))
18256 rm -f conftest.
$ac_objext
18257 if { (ac_try
="$ac_compile"
18258 case "(($ac_try" in
18259 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18260 *) ac_try_echo=$ac_try;;
18262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18263 (eval "$ac_compile") 2>conftest.er1
18265 grep -v '^ *+' conftest.er1 >conftest.err
18267 cat conftest.err >&5
18268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18269 (exit $ac_status); } && {
18270 test -z "$ac_c_werror_flag" ||
18271 test ! -s conftest.err
18272 } && test -s conftest.$ac_objext; then
18273 ac_cv_type_mode_t=yes
18275 echo "$as_me: failed program was:" >&5
18276 sed 's/^/| /' conftest.$ac_ext >&5
18278 ac_cv_type_mode_t=no
18281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18283 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18284 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18285 if test $ac_cv_type_mode_t = yes; then
18287 cat >>confdefs.h <<_ACEOF
18288 #define HAVE_MODE_T 1
18293 { echo "$as_me:$LINENO: checking for off_t" >&5
18294 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18295 if test "${ac_cv_type_off_t+set}" = set; then
18296 echo $ECHO_N "(cached) $ECHO_C" >&6
18298 cat >conftest.$ac_ext <<_ACEOF
18301 cat confdefs.h >>conftest.$ac_ext
18302 cat >>conftest.$ac_ext <<_ACEOF
18303 /* end confdefs.h. */
18304 $ac_includes_default
18305 typedef off_t ac__type_new_;
18309 if ((ac__type_new_ *) 0)
18311 if (sizeof (ac__type_new_))
18317 rm -f conftest.$ac_objext
18318 if { (ac_try="$ac_compile"
18319 case "(($ac_try" in
18320 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18321 *) ac_try_echo
=$ac_try;;
18323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18324 (eval "$ac_compile") 2>conftest.er1
18326 grep -v '^ *+' conftest.er1
>conftest.err
18328 cat conftest.err
>&5
18329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18330 (exit $ac_status); } && {
18331 test -z "$ac_c_werror_flag" ||
18332 test ! -s conftest.err
18333 } && test -s conftest.
$ac_objext; then
18334 ac_cv_type_off_t
=yes
18336 echo "$as_me: failed program was:" >&5
18337 sed 's/^/| /' conftest.
$ac_ext >&5
18339 ac_cv_type_off_t
=no
18342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18344 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18345 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18346 if test $ac_cv_type_off_t = yes; then
18348 cat >>confdefs.h
<<_ACEOF
18349 #define HAVE_OFF_T 1
18354 { echo "$as_me:$LINENO: checking for pid_t" >&5
18355 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18356 if test "${ac_cv_type_pid_t+set}" = set; then
18357 echo $ECHO_N "(cached) $ECHO_C" >&6
18359 cat >conftest.
$ac_ext <<_ACEOF
18362 cat confdefs.h
>>conftest.
$ac_ext
18363 cat >>conftest.
$ac_ext <<_ACEOF
18364 /* end confdefs.h. */
18365 $ac_includes_default
18366 typedef pid_t ac__type_new_;
18370 if ((ac__type_new_ *) 0)
18372 if (sizeof (ac__type_new_))
18378 rm -f conftest.
$ac_objext
18379 if { (ac_try
="$ac_compile"
18380 case "(($ac_try" in
18381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18382 *) ac_try_echo=$ac_try;;
18384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18385 (eval "$ac_compile") 2>conftest.er1
18387 grep -v '^ *+' conftest.er1 >conftest.err
18389 cat conftest.err >&5
18390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18391 (exit $ac_status); } && {
18392 test -z "$ac_c_werror_flag" ||
18393 test ! -s conftest.err
18394 } && test -s conftest.$ac_objext; then
18395 ac_cv_type_pid_t=yes
18397 echo "$as_me: failed program was:" >&5
18398 sed 's/^/| /' conftest.$ac_ext >&5
18400 ac_cv_type_pid_t=no
18403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18405 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18406 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18407 if test $ac_cv_type_pid_t = yes; then
18409 cat >>confdefs.h <<_ACEOF
18410 #define HAVE_PID_T 1
18415 { echo "$as_me:$LINENO: checking for size_t" >&5
18416 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18417 if test "${ac_cv_type_size_t+set}" = set; then
18418 echo $ECHO_N "(cached) $ECHO_C" >&6
18420 cat >conftest.$ac_ext <<_ACEOF
18423 cat confdefs.h >>conftest.$ac_ext
18424 cat >>conftest.$ac_ext <<_ACEOF
18425 /* end confdefs.h. */
18426 $ac_includes_default
18427 typedef size_t ac__type_new_;
18431 if ((ac__type_new_ *) 0)
18433 if (sizeof (ac__type_new_))
18439 rm -f conftest.$ac_objext
18440 if { (ac_try="$ac_compile"
18441 case "(($ac_try" in
18442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18443 *) ac_try_echo
=$ac_try;;
18445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18446 (eval "$ac_compile") 2>conftest.er1
18448 grep -v '^ *+' conftest.er1
>conftest.err
18450 cat conftest.err
>&5
18451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18452 (exit $ac_status); } && {
18453 test -z "$ac_c_werror_flag" ||
18454 test ! -s conftest.err
18455 } && test -s conftest.
$ac_objext; then
18456 ac_cv_type_size_t
=yes
18458 echo "$as_me: failed program was:" >&5
18459 sed 's/^/| /' conftest.
$ac_ext >&5
18461 ac_cv_type_size_t
=no
18464 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18466 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18467 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18468 if test $ac_cv_type_size_t = yes; then
18470 cat >>confdefs.h
<<_ACEOF
18471 #define HAVE_SIZE_T 1
18476 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18477 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18478 if test "${ac_cv_type_ssize_t+set}" = set; then
18479 echo $ECHO_N "(cached) $ECHO_C" >&6
18481 cat >conftest.
$ac_ext <<_ACEOF
18484 cat confdefs.h
>>conftest.
$ac_ext
18485 cat >>conftest.
$ac_ext <<_ACEOF
18486 /* end confdefs.h. */
18487 $ac_includes_default
18488 typedef ssize_t ac__type_new_;
18492 if ((ac__type_new_ *) 0)
18494 if (sizeof (ac__type_new_))
18500 rm -f conftest.
$ac_objext
18501 if { (ac_try
="$ac_compile"
18502 case "(($ac_try" in
18503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18504 *) ac_try_echo=$ac_try;;
18506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18507 (eval "$ac_compile") 2>conftest.er1
18509 grep -v '^ *+' conftest.er1 >conftest.err
18511 cat conftest.err >&5
18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } && {
18514 test -z "$ac_c_werror_flag" ||
18515 test ! -s conftest.err
18516 } && test -s conftest.$ac_objext; then
18517 ac_cv_type_ssize_t=yes
18519 echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.$ac_ext >&5
18522 ac_cv_type_ssize_t=no
18525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18527 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18528 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18529 if test $ac_cv_type_ssize_t = yes; then
18531 cat >>confdefs.h <<_ACEOF
18532 #define HAVE_SSIZE_T 1
18537 { echo "$as_me:$LINENO: checking for long long" >&5
18538 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18539 if test "${ac_cv_type_long_long+set}" = set; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
18542 cat >conftest.$ac_ext <<_ACEOF
18545 cat confdefs.h >>conftest.$ac_ext
18546 cat >>conftest.$ac_ext <<_ACEOF
18547 /* end confdefs.h. */
18548 $ac_includes_default
18549 typedef long long ac__type_new_;
18553 if ((ac__type_new_ *) 0)
18555 if (sizeof (ac__type_new_))
18561 rm -f conftest.$ac_objext
18562 if { (ac_try="$ac_compile"
18563 case "(($ac_try" in
18564 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18565 *) ac_try_echo
=$ac_try;;
18567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18568 (eval "$ac_compile") 2>conftest.er1
18570 grep -v '^ *+' conftest.er1
>conftest.err
18572 cat conftest.err
>&5
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); } && {
18575 test -z "$ac_c_werror_flag" ||
18576 test ! -s conftest.err
18577 } && test -s conftest.
$ac_objext; then
18578 ac_cv_type_long_long
=yes
18580 echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.
$ac_ext >&5
18583 ac_cv_type_long_long
=no
18586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18588 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18589 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18590 if test $ac_cv_type_long_long = yes; then
18592 cat >>confdefs.h
<<_ACEOF
18593 #define HAVE_LONG_LONG 1
18598 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18599 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18600 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18601 echo $ECHO_N "(cached) $ECHO_C" >&6
18603 cat >conftest.
$ac_ext <<_ACEOF
18606 cat confdefs.h
>>conftest.
$ac_ext
18607 cat >>conftest.
$ac_ext <<_ACEOF
18608 /* end confdefs.h. */
18609 $ac_includes_default
18610 typedef fsblkcnt_t ac__type_new_;
18614 if ((ac__type_new_ *) 0)
18616 if (sizeof (ac__type_new_))
18622 rm -f conftest.
$ac_objext
18623 if { (ac_try
="$ac_compile"
18624 case "(($ac_try" in
18625 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18626 *) ac_try_echo=$ac_try;;
18628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18629 (eval "$ac_compile") 2>conftest.er1
18631 grep -v '^ *+' conftest.er1 >conftest.err
18633 cat conftest.err >&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); } && {
18636 test -z "$ac_c_werror_flag" ||
18637 test ! -s conftest.err
18638 } && test -s conftest.$ac_objext; then
18639 ac_cv_type_fsblkcnt_t=yes
18641 echo "$as_me: failed program was:" >&5
18642 sed 's/^/| /' conftest.$ac_ext >&5
18644 ac_cv_type_fsblkcnt_t=no
18647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18649 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18650 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18651 if test $ac_cv_type_fsblkcnt_t = yes; then
18653 cat >>confdefs.h <<_ACEOF
18654 #define HAVE_FSBLKCNT_T 1
18659 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18660 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18661 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18662 echo $ECHO_N "(cached) $ECHO_C" >&6
18664 cat >conftest.$ac_ext <<_ACEOF
18667 cat confdefs.h >>conftest.$ac_ext
18668 cat >>conftest.$ac_ext <<_ACEOF
18669 /* end confdefs.h. */
18670 $ac_includes_default
18671 typedef fsfilcnt_t ac__type_new_;
18675 if ((ac__type_new_ *) 0)
18677 if (sizeof (ac__type_new_))
18683 rm -f conftest.$ac_objext
18684 if { (ac_try="$ac_compile"
18685 case "(($ac_try" in
18686 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18687 *) ac_try_echo
=$ac_try;;
18689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690 (eval "$ac_compile") 2>conftest.er1
18692 grep -v '^ *+' conftest.er1
>conftest.err
18694 cat conftest.err
>&5
18695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696 (exit $ac_status); } && {
18697 test -z "$ac_c_werror_flag" ||
18698 test ! -s conftest.err
18699 } && test -s conftest.
$ac_objext; then
18700 ac_cv_type_fsfilcnt_t
=yes
18702 echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.
$ac_ext >&5
18705 ac_cv_type_fsfilcnt_t
=no
18708 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18710 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18711 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18712 if test $ac_cv_type_fsfilcnt_t = yes; then
18714 cat >>confdefs.h
<<_ACEOF
18715 #define HAVE_FSFILCNT_T 1
18721 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18722 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18723 if test "${ac_cv_type_sigset_t+set}" = set; then
18724 echo $ECHO_N "(cached) $ECHO_C" >&6
18726 cat >conftest.
$ac_ext <<_ACEOF
18729 cat confdefs.h
>>conftest.
$ac_ext
18730 cat >>conftest.
$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18732 #include <signal.h>
18734 typedef sigset_t ac__type_new_;
18738 if ((ac__type_new_ *) 0)
18740 if (sizeof (ac__type_new_))
18746 rm -f conftest.
$ac_objext
18747 if { (ac_try
="$ac_compile"
18748 case "(($ac_try" in
18749 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18750 *) ac_try_echo=$ac_try;;
18752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18753 (eval "$ac_compile") 2>conftest.er1
18755 grep -v '^ *+' conftest.er1 >conftest.err
18757 cat conftest.err >&5
18758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18759 (exit $ac_status); } && {
18760 test -z "$ac_c_werror_flag" ||
18761 test ! -s conftest.err
18762 } && test -s conftest.$ac_objext; then
18763 ac_cv_type_sigset_t=yes
18765 echo "$as_me: failed program was:" >&5
18766 sed 's/^/| /' conftest.$ac_ext >&5
18768 ac_cv_type_sigset_t=no
18771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18773 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18774 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18775 if test $ac_cv_type_sigset_t = yes; then
18777 cat >>confdefs.h <<_ACEOF
18778 #define HAVE_SIGSET_T 1
18784 { echo "$as_me:$LINENO: checking for request_sense" >&5
18785 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18786 if test "${ac_cv_type_request_sense+set}" = set; then
18787 echo $ECHO_N "(cached) $ECHO_C" >&6
18789 cat >conftest.$ac_ext <<_ACEOF
18792 cat confdefs.h >>conftest.$ac_ext
18793 cat >>conftest.$ac_ext <<_ACEOF
18794 /* end confdefs.h. */
18795 #include <linux/cdrom.h>
18797 typedef request_sense ac__type_new_;
18801 if ((ac__type_new_ *) 0)
18803 if (sizeof (ac__type_new_))
18809 rm -f conftest.$ac_objext
18810 if { (ac_try="$ac_compile"
18811 case "(($ac_try" in
18812 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18813 *) ac_try_echo
=$ac_try;;
18815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18816 (eval "$ac_compile") 2>conftest.er1
18818 grep -v '^ *+' conftest.er1
>conftest.err
18820 cat conftest.err
>&5
18821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest.
$ac_objext; then
18826 ac_cv_type_request_sense
=yes
18828 echo "$as_me: failed program was:" >&5
18829 sed 's/^/| /' conftest.
$ac_ext >&5
18831 ac_cv_type_request_sense
=no
18834 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18836 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18837 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18838 if test $ac_cv_type_request_sense = yes; then
18840 cat >>confdefs.h
<<_ACEOF
18841 #define HAVE_REQUEST_SENSE 1
18848 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18849 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18850 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18851 echo $ECHO_N "(cached) $ECHO_C" >&6
18853 cat >conftest.
$ac_ext <<_ACEOF
18856 cat confdefs.h
>>conftest.
$ac_ext
18857 cat >>conftest.
$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 #ifdef HAVE_LINUX_INPUT_H
18860 #include <linux/input.h>
18866 static struct ff_effect ac_aggr;
18867 if (ac_aggr.direction)
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_member_struct_ff_effect_direction=yes
18892 echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.$ac_ext >&5
18895 cat >conftest.$ac_ext <<_ACEOF
18898 cat confdefs.h >>conftest.$ac_ext
18899 cat >>conftest.$ac_ext <<_ACEOF
18900 /* end confdefs.h. */
18901 #ifdef HAVE_LINUX_INPUT_H
18902 #include <linux/input.h>
18908 static struct ff_effect ac_aggr;
18909 if (sizeof ac_aggr.direction)
18915 rm -f conftest.$ac_objext
18916 if { (ac_try="$ac_compile"
18917 case "(($ac_try" in
18918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18919 *) ac_try_echo
=$ac_try;;
18921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18922 (eval "$ac_compile") 2>conftest.er1
18924 grep -v '^ *+' conftest.er1
>conftest.err
18926 cat conftest.err
>&5
18927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18928 (exit $ac_status); } && {
18929 test -z "$ac_c_werror_flag" ||
18930 test ! -s conftest.err
18931 } && test -s conftest.
$ac_objext; then
18932 ac_cv_member_struct_ff_effect_direction
=yes
18934 echo "$as_me: failed program was:" >&5
18935 sed 's/^/| /' conftest.
$ac_ext >&5
18937 ac_cv_member_struct_ff_effect_direction
=no
18940 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18943 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18945 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18946 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18947 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18949 cat >>confdefs.h
<<_ACEOF
18950 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18957 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18958 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18959 if test "${wine_cv_have_sigaddset+set}" = set; then
18960 echo $ECHO_N "(cached) $ECHO_C" >&6
18962 cat >conftest.
$ac_ext <<_ACEOF
18965 cat confdefs.h
>>conftest.
$ac_ext
18966 cat >>conftest.
$ac_ext <<_ACEOF
18967 /* end confdefs.h. */
18968 #include <signal.h>
18972 sigset_t set; sigaddset(&set,SIGTERM);
18977 rm -f conftest.
$ac_objext conftest
$ac_exeext
18978 if { (ac_try
="$ac_link"
18979 case "(($ac_try" in
18980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18981 *) ac_try_echo=$ac_try;;
18983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18984 (eval "$ac_link") 2>conftest.er1
18986 grep -v '^ *+' conftest.er1 >conftest.err
18988 cat conftest.err >&5
18989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18990 (exit $ac_status); } && {
18991 test -z "$ac_c_werror_flag" ||
18992 test ! -s conftest.err
18993 } && test -s conftest$ac_exeext &&
18994 $as_test_x conftest$ac_exeext; then
18995 wine_cv_have_sigaddset=yes
18997 echo "$as_me: failed program was:" >&5
18998 sed 's/^/| /' conftest.$ac_ext >&5
19000 wine_cv_have_sigaddset=no
19003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19004 conftest$ac_exeext conftest.$ac_ext
19006 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19007 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19008 if test "$wine_cv_have_sigaddset" = "yes"
19011 cat >>confdefs.h <<\_ACEOF
19012 #define HAVE_SIGADDSET 1
19018 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19019 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19020 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19021 echo $ECHO_N "(cached) $ECHO_C" >&6
19023 cat >conftest.$ac_ext <<_ACEOF
19026 cat confdefs.h >>conftest.$ac_ext
19027 cat >>conftest.$ac_ext <<_ACEOF
19028 /* end confdefs.h. */
19036 struct hostent *result;
19043 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19044 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19050 rm -f conftest.$ac_objext conftest$ac_exeext
19051 if { (ac_try="$ac_link"
19052 case "(($ac_try" in
19053 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19054 *) ac_try_echo
=$ac_try;;
19056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19057 (eval "$ac_link") 2>conftest.er1
19059 grep -v '^ *+' conftest.er1
>conftest.err
19061 cat conftest.err
>&5
19062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19063 (exit $ac_status); } && {
19064 test -z "$ac_c_werror_flag" ||
19065 test ! -s conftest.err
19066 } && test -s conftest
$ac_exeext &&
19067 $as_test_x conftest
$ac_exeext; then
19068 wine_cv_linux_gethostbyname_r_6
=yes
19070 echo "$as_me: failed program was:" >&5
19071 sed 's/^/| /' conftest.
$ac_ext >&5
19073 wine_cv_linux_gethostbyname_r_6
=no
19077 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19078 conftest
$ac_exeext conftest.
$ac_ext
19081 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19082 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19083 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19086 cat >>confdefs.h
<<\_ACEOF
19087 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19092 if test "$ac_cv_header_linux_joystick_h" = "yes"
19094 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19095 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19096 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19097 echo $ECHO_N "(cached) $ECHO_C" >&6
19099 cat >conftest.
$ac_ext <<_ACEOF
19102 cat confdefs.h
>>conftest.
$ac_ext
19103 cat >>conftest.
$ac_ext <<_ACEOF
19104 /* end confdefs.h. */
19106 #include <sys/ioctl.h>
19107 #include <sys/types.h>
19108 #include <linux/joystick.h>
19110 struct js_event blub;
19111 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19112 #error "no 2.2 header"
19123 rm -f conftest.
$ac_objext
19124 if { (ac_try
="$ac_compile"
19125 case "(($ac_try" in
19126 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19127 *) ac_try_echo=$ac_try;;
19129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19130 (eval "$ac_compile") 2>conftest.er1
19132 grep -v '^ *+' conftest.er1 >conftest.err
19134 cat conftest.err >&5
19135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19136 (exit $ac_status); } && {
19137 test -z "$ac_c_werror_flag" ||
19138 test ! -s conftest.err
19139 } && test -s conftest.$ac_objext; then
19140 wine_cv_linux_joystick_22_api=yes
19142 echo "$as_me: failed program was:" >&5
19143 sed 's/^/| /' conftest.$ac_ext >&5
19145 wine_cv_linux_joystick_22_api=no
19148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19151 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19152 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19153 if test "$wine_cv_linux_joystick_22_api" = "yes"
19156 cat >>confdefs.h <<\_ACEOF
19157 #define HAVE_LINUX_22_JOYSTICK_API 1
19164 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19165 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19166 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19167 echo $ECHO_N "(cached) $ECHO_C" >&6
19169 cat >conftest.$ac_ext <<_ACEOF
19172 cat confdefs.h >>conftest.$ac_ext
19173 cat >>conftest.$ac_ext <<_ACEOF
19174 /* end confdefs.h. */
19175 #include <sys/types.h>
19176 #ifdef HAVE_SYS_PARAM_H
19177 # include <sys/param.h>
19179 #ifdef HAVE_SYS_MOUNT_H
19180 # include <sys/mount.h>
19182 #ifdef HAVE_SYS_VFS_H
19183 # include <sys/vfs.h>
19185 #ifdef HAVE_SYS_STATFS_H
19186 # include <sys/statfs.h>
19192 static struct statfs ac_aggr;
19193 if (ac_aggr.f_bfree)
19199 rm -f conftest.$ac_objext
19200 if { (ac_try="$ac_compile"
19201 case "(($ac_try" in
19202 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19203 *) ac_try_echo
=$ac_try;;
19205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19206 (eval "$ac_compile") 2>conftest.er1
19208 grep -v '^ *+' conftest.er1
>conftest.err
19210 cat conftest.err
>&5
19211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19212 (exit $ac_status); } && {
19213 test -z "$ac_c_werror_flag" ||
19214 test ! -s conftest.err
19215 } && test -s conftest.
$ac_objext; then
19216 ac_cv_member_struct_statfs_f_bfree
=yes
19218 echo "$as_me: failed program was:" >&5
19219 sed 's/^/| /' conftest.
$ac_ext >&5
19221 cat >conftest.
$ac_ext <<_ACEOF
19224 cat confdefs.h
>>conftest.
$ac_ext
19225 cat >>conftest.
$ac_ext <<_ACEOF
19226 /* end confdefs.h. */
19227 #include <sys/types.h>
19228 #ifdef HAVE_SYS_PARAM_H
19229 # include <sys/param.h>
19231 #ifdef HAVE_SYS_MOUNT_H
19232 # include <sys/mount.h>
19234 #ifdef HAVE_SYS_VFS_H
19235 # include <sys/vfs.h>
19237 #ifdef HAVE_SYS_STATFS_H
19238 # include <sys/statfs.h>
19244 static struct statfs ac_aggr;
19245 if (sizeof ac_aggr.f_bfree)
19251 rm -f conftest.
$ac_objext
19252 if { (ac_try
="$ac_compile"
19253 case "(($ac_try" in
19254 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19255 *) ac_try_echo=$ac_try;;
19257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19258 (eval "$ac_compile") 2>conftest.er1
19260 grep -v '^ *+' conftest.er1 >conftest.err
19262 cat conftest.err >&5
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); } && {
19265 test -z "$ac_c_werror_flag" ||
19266 test ! -s conftest.err
19267 } && test -s conftest.$ac_objext; then
19268 ac_cv_member_struct_statfs_f_bfree=yes
19270 echo "$as_me: failed program was:" >&5
19271 sed 's/^/| /' conftest.$ac_ext >&5
19273 ac_cv_member_struct_statfs_f_bfree=no
19276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19281 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19282 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19283 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19285 cat >>confdefs.h <<_ACEOF
19286 #define HAVE_STRUCT_STATFS_F_BFREE 1
19291 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19292 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19293 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19294 echo $ECHO_N "(cached) $ECHO_C" >&6
19296 cat >conftest.$ac_ext <<_ACEOF
19299 cat confdefs.h >>conftest.$ac_ext
19300 cat >>conftest.$ac_ext <<_ACEOF
19301 /* end confdefs.h. */
19302 #include <sys/types.h>
19303 #ifdef HAVE_SYS_PARAM_H
19304 # include <sys/param.h>
19306 #ifdef HAVE_SYS_MOUNT_H
19307 # include <sys/mount.h>
19309 #ifdef HAVE_SYS_VFS_H
19310 # include <sys/vfs.h>
19312 #ifdef HAVE_SYS_STATFS_H
19313 # include <sys/statfs.h>
19319 static struct statfs ac_aggr;
19320 if (ac_aggr.f_bavail)
19326 rm -f conftest.$ac_objext
19327 if { (ac_try="$ac_compile"
19328 case "(($ac_try" in
19329 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19330 *) ac_try_echo
=$ac_try;;
19332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19333 (eval "$ac_compile") 2>conftest.er1
19335 grep -v '^ *+' conftest.er1
>conftest.err
19337 cat conftest.err
>&5
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); } && {
19340 test -z "$ac_c_werror_flag" ||
19341 test ! -s conftest.err
19342 } && test -s conftest.
$ac_objext; then
19343 ac_cv_member_struct_statfs_f_bavail
=yes
19345 echo "$as_me: failed program was:" >&5
19346 sed 's/^/| /' conftest.
$ac_ext >&5
19348 cat >conftest.
$ac_ext <<_ACEOF
19351 cat confdefs.h
>>conftest.
$ac_ext
19352 cat >>conftest.
$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19354 #include <sys/types.h>
19355 #ifdef HAVE_SYS_PARAM_H
19356 # include <sys/param.h>
19358 #ifdef HAVE_SYS_MOUNT_H
19359 # include <sys/mount.h>
19361 #ifdef HAVE_SYS_VFS_H
19362 # include <sys/vfs.h>
19364 #ifdef HAVE_SYS_STATFS_H
19365 # include <sys/statfs.h>
19371 static struct statfs ac_aggr;
19372 if (sizeof ac_aggr.f_bavail)
19378 rm -f conftest.
$ac_objext
19379 if { (ac_try
="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19382 *) ac_try_echo=$ac_try;;
19384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19385 (eval "$ac_compile") 2>conftest.er1
19387 grep -v '^ *+' conftest.er1 >conftest.err
19389 cat conftest.err >&5
19390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391 (exit $ac_status); } && {
19392 test -z "$ac_c_werror_flag" ||
19393 test ! -s conftest.err
19394 } && test -s conftest.$ac_objext; then
19395 ac_cv_member_struct_statfs_f_bavail=yes
19397 echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19400 ac_cv_member_struct_statfs_f_bavail=no
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19408 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19409 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19410 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19412 cat >>confdefs.h <<_ACEOF
19413 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19418 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19419 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19420 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19421 echo $ECHO_N "(cached) $ECHO_C" >&6
19423 cat >conftest.$ac_ext <<_ACEOF
19426 cat confdefs.h >>conftest.$ac_ext
19427 cat >>conftest.$ac_ext <<_ACEOF
19428 /* end confdefs.h. */
19429 #include <sys/types.h>
19430 #ifdef HAVE_SYS_PARAM_H
19431 # include <sys/param.h>
19433 #ifdef HAVE_SYS_MOUNT_H
19434 # include <sys/mount.h>
19436 #ifdef HAVE_SYS_VFS_H
19437 # include <sys/vfs.h>
19439 #ifdef HAVE_SYS_STATFS_H
19440 # include <sys/statfs.h>
19446 static struct statfs ac_aggr;
19447 if (ac_aggr.f_frsize)
19453 rm -f conftest.$ac_objext
19454 if { (ac_try="$ac_compile"
19455 case "(($ac_try" in
19456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19457 *) ac_try_echo
=$ac_try;;
19459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19460 (eval "$ac_compile") 2>conftest.er1
19462 grep -v '^ *+' conftest.er1
>conftest.err
19464 cat conftest.err
>&5
19465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19466 (exit $ac_status); } && {
19467 test -z "$ac_c_werror_flag" ||
19468 test ! -s conftest.err
19469 } && test -s conftest.
$ac_objext; then
19470 ac_cv_member_struct_statfs_f_frsize
=yes
19472 echo "$as_me: failed program was:" >&5
19473 sed 's/^/| /' conftest.
$ac_ext >&5
19475 cat >conftest.
$ac_ext <<_ACEOF
19478 cat confdefs.h
>>conftest.
$ac_ext
19479 cat >>conftest.
$ac_ext <<_ACEOF
19480 /* end confdefs.h. */
19481 #include <sys/types.h>
19482 #ifdef HAVE_SYS_PARAM_H
19483 # include <sys/param.h>
19485 #ifdef HAVE_SYS_MOUNT_H
19486 # include <sys/mount.h>
19488 #ifdef HAVE_SYS_VFS_H
19489 # include <sys/vfs.h>
19491 #ifdef HAVE_SYS_STATFS_H
19492 # include <sys/statfs.h>
19498 static struct statfs ac_aggr;
19499 if (sizeof ac_aggr.f_frsize)
19505 rm -f conftest.
$ac_objext
19506 if { (ac_try
="$ac_compile"
19507 case "(($ac_try" in
19508 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19509 *) ac_try_echo=$ac_try;;
19511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19512 (eval "$ac_compile") 2>conftest.er1
19514 grep -v '^ *+' conftest.er1 >conftest.err
19516 cat conftest.err >&5
19517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19518 (exit $ac_status); } && {
19519 test -z "$ac_c_werror_flag" ||
19520 test ! -s conftest.err
19521 } && test -s conftest.$ac_objext; then
19522 ac_cv_member_struct_statfs_f_frsize=yes
19524 echo "$as_me: failed program was:" >&5
19525 sed 's/^/| /' conftest.$ac_ext >&5
19527 ac_cv_member_struct_statfs_f_frsize=no
19530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19535 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19536 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19537 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19539 cat >>confdefs.h <<_ACEOF
19540 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19545 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19546 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19547 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19548 echo $ECHO_N "(cached) $ECHO_C" >&6
19550 cat >conftest.$ac_ext <<_ACEOF
19553 cat confdefs.h >>conftest.$ac_ext
19554 cat >>conftest.$ac_ext <<_ACEOF
19555 /* end confdefs.h. */
19556 #include <sys/types.h>
19557 #ifdef HAVE_SYS_PARAM_H
19558 # include <sys/param.h>
19560 #ifdef HAVE_SYS_MOUNT_H
19561 # include <sys/mount.h>
19563 #ifdef HAVE_SYS_VFS_H
19564 # include <sys/vfs.h>
19566 #ifdef HAVE_SYS_STATFS_H
19567 # include <sys/statfs.h>
19573 static struct statfs ac_aggr;
19574 if (ac_aggr.f_ffree)
19580 rm -f conftest.$ac_objext
19581 if { (ac_try="$ac_compile"
19582 case "(($ac_try" in
19583 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19584 *) ac_try_echo
=$ac_try;;
19586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19587 (eval "$ac_compile") 2>conftest.er1
19589 grep -v '^ *+' conftest.er1
>conftest.err
19591 cat conftest.err
>&5
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); } && {
19594 test -z "$ac_c_werror_flag" ||
19595 test ! -s conftest.err
19596 } && test -s conftest.
$ac_objext; then
19597 ac_cv_member_struct_statfs_f_ffree
=yes
19599 echo "$as_me: failed program was:" >&5
19600 sed 's/^/| /' conftest.
$ac_ext >&5
19602 cat >conftest.
$ac_ext <<_ACEOF
19605 cat confdefs.h
>>conftest.
$ac_ext
19606 cat >>conftest.
$ac_ext <<_ACEOF
19607 /* end confdefs.h. */
19608 #include <sys/types.h>
19609 #ifdef HAVE_SYS_PARAM_H
19610 # include <sys/param.h>
19612 #ifdef HAVE_SYS_MOUNT_H
19613 # include <sys/mount.h>
19615 #ifdef HAVE_SYS_VFS_H
19616 # include <sys/vfs.h>
19618 #ifdef HAVE_SYS_STATFS_H
19619 # include <sys/statfs.h>
19625 static struct statfs ac_aggr;
19626 if (sizeof ac_aggr.f_ffree)
19632 rm -f conftest.
$ac_objext
19633 if { (ac_try
="$ac_compile"
19634 case "(($ac_try" in
19635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19636 *) ac_try_echo=$ac_try;;
19638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19639 (eval "$ac_compile") 2>conftest.er1
19641 grep -v '^ *+' conftest.er1 >conftest.err
19643 cat conftest.err >&5
19644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19645 (exit $ac_status); } && {
19646 test -z "$ac_c_werror_flag" ||
19647 test ! -s conftest.err
19648 } && test -s conftest.$ac_objext; then
19649 ac_cv_member_struct_statfs_f_ffree=yes
19651 echo "$as_me: failed program was:" >&5
19652 sed 's/^/| /' conftest.$ac_ext >&5
19654 ac_cv_member_struct_statfs_f_ffree=no
19657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19662 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19663 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19664 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19666 cat >>confdefs.h <<_ACEOF
19667 #define HAVE_STRUCT_STATFS_F_FFREE 1
19672 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19673 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19674 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19675 echo $ECHO_N "(cached) $ECHO_C" >&6
19677 cat >conftest.$ac_ext <<_ACEOF
19680 cat confdefs.h >>conftest.$ac_ext
19681 cat >>conftest.$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19683 #include <sys/types.h>
19684 #ifdef HAVE_SYS_PARAM_H
19685 # include <sys/param.h>
19687 #ifdef HAVE_SYS_MOUNT_H
19688 # include <sys/mount.h>
19690 #ifdef HAVE_SYS_VFS_H
19691 # include <sys/vfs.h>
19693 #ifdef HAVE_SYS_STATFS_H
19694 # include <sys/statfs.h>
19700 static struct statfs ac_aggr;
19701 if (ac_aggr.f_favail)
19707 rm -f conftest.$ac_objext
19708 if { (ac_try="$ac_compile"
19709 case "(($ac_try" in
19710 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19711 *) ac_try_echo
=$ac_try;;
19713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19714 (eval "$ac_compile") 2>conftest.er1
19716 grep -v '^ *+' conftest.er1
>conftest.err
19718 cat conftest.err
>&5
19719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19720 (exit $ac_status); } && {
19721 test -z "$ac_c_werror_flag" ||
19722 test ! -s conftest.err
19723 } && test -s conftest.
$ac_objext; then
19724 ac_cv_member_struct_statfs_f_favail
=yes
19726 echo "$as_me: failed program was:" >&5
19727 sed 's/^/| /' conftest.
$ac_ext >&5
19729 cat >conftest.
$ac_ext <<_ACEOF
19732 cat confdefs.h
>>conftest.
$ac_ext
19733 cat >>conftest.
$ac_ext <<_ACEOF
19734 /* end confdefs.h. */
19735 #include <sys/types.h>
19736 #ifdef HAVE_SYS_PARAM_H
19737 # include <sys/param.h>
19739 #ifdef HAVE_SYS_MOUNT_H
19740 # include <sys/mount.h>
19742 #ifdef HAVE_SYS_VFS_H
19743 # include <sys/vfs.h>
19745 #ifdef HAVE_SYS_STATFS_H
19746 # include <sys/statfs.h>
19752 static struct statfs ac_aggr;
19753 if (sizeof ac_aggr.f_favail)
19759 rm -f conftest.
$ac_objext
19760 if { (ac_try
="$ac_compile"
19761 case "(($ac_try" in
19762 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19763 *) ac_try_echo=$ac_try;;
19765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19766 (eval "$ac_compile") 2>conftest.er1
19768 grep -v '^ *+' conftest.er1 >conftest.err
19770 cat conftest.err >&5
19771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19772 (exit $ac_status); } && {
19773 test -z "$ac_c_werror_flag" ||
19774 test ! -s conftest.err
19775 } && test -s conftest.$ac_objext; then
19776 ac_cv_member_struct_statfs_f_favail=yes
19778 echo "$as_me: failed program was:" >&5
19779 sed 's/^/| /' conftest.$ac_ext >&5
19781 ac_cv_member_struct_statfs_f_favail=no
19784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19789 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19790 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19791 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19793 cat >>confdefs.h <<_ACEOF
19794 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19799 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19800 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19801 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19802 echo $ECHO_N "(cached) $ECHO_C" >&6
19804 cat >conftest.$ac_ext <<_ACEOF
19807 cat confdefs.h >>conftest.$ac_ext
19808 cat >>conftest.$ac_ext <<_ACEOF
19809 /* end confdefs.h. */
19810 #include <sys/types.h>
19811 #ifdef HAVE_SYS_PARAM_H
19812 # include <sys/param.h>
19814 #ifdef HAVE_SYS_MOUNT_H
19815 # include <sys/mount.h>
19817 #ifdef HAVE_SYS_VFS_H
19818 # include <sys/vfs.h>
19820 #ifdef HAVE_SYS_STATFS_H
19821 # include <sys/statfs.h>
19827 static struct statfs ac_aggr;
19828 if (ac_aggr.f_namelen)
19834 rm -f conftest.$ac_objext
19835 if { (ac_try="$ac_compile"
19836 case "(($ac_try" in
19837 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19838 *) ac_try_echo
=$ac_try;;
19840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19841 (eval "$ac_compile") 2>conftest.er1
19843 grep -v '^ *+' conftest.er1
>conftest.err
19845 cat conftest.err
>&5
19846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19847 (exit $ac_status); } && {
19848 test -z "$ac_c_werror_flag" ||
19849 test ! -s conftest.err
19850 } && test -s conftest.
$ac_objext; then
19851 ac_cv_member_struct_statfs_f_namelen
=yes
19853 echo "$as_me: failed program was:" >&5
19854 sed 's/^/| /' conftest.
$ac_ext >&5
19856 cat >conftest.
$ac_ext <<_ACEOF
19859 cat confdefs.h
>>conftest.
$ac_ext
19860 cat >>conftest.
$ac_ext <<_ACEOF
19861 /* end confdefs.h. */
19862 #include <sys/types.h>
19863 #ifdef HAVE_SYS_PARAM_H
19864 # include <sys/param.h>
19866 #ifdef HAVE_SYS_MOUNT_H
19867 # include <sys/mount.h>
19869 #ifdef HAVE_SYS_VFS_H
19870 # include <sys/vfs.h>
19872 #ifdef HAVE_SYS_STATFS_H
19873 # include <sys/statfs.h>
19879 static struct statfs ac_aggr;
19880 if (sizeof ac_aggr.f_namelen)
19886 rm -f conftest.
$ac_objext
19887 if { (ac_try
="$ac_compile"
19888 case "(($ac_try" in
19889 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19890 *) ac_try_echo=$ac_try;;
19892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19893 (eval "$ac_compile") 2>conftest.er1
19895 grep -v '^ *+' conftest.er1 >conftest.err
19897 cat conftest.err >&5
19898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19899 (exit $ac_status); } && {
19900 test -z "$ac_c_werror_flag" ||
19901 test ! -s conftest.err
19902 } && test -s conftest.$ac_objext; then
19903 ac_cv_member_struct_statfs_f_namelen=yes
19905 echo "$as_me: failed program was:" >&5
19906 sed 's/^/| /' conftest.$ac_ext >&5
19908 ac_cv_member_struct_statfs_f_namelen=no
19911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19916 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19917 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19918 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19920 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19928 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19929 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19930 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19931 echo $ECHO_N "(cached) $ECHO_C" >&6
19933 cat >conftest.$ac_ext <<_ACEOF
19936 cat confdefs.h >>conftest.$ac_ext
19937 cat >>conftest.$ac_ext <<_ACEOF
19938 /* end confdefs.h. */
19939 #ifdef HAVE_SYS_STATVFS_H
19940 #include <sys/statvfs.h>
19946 static struct statvfs ac_aggr;
19947 if (ac_aggr.f_blocks)
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19957 *) ac_try_echo
=$ac_try;;
19959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19960 (eval "$ac_compile") 2>conftest.er1
19962 grep -v '^ *+' conftest.er1
>conftest.err
19964 cat conftest.err
>&5
19965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966 (exit $ac_status); } && {
19967 test -z "$ac_c_werror_flag" ||
19968 test ! -s conftest.err
19969 } && test -s conftest.
$ac_objext; then
19970 ac_cv_member_struct_statvfs_f_blocks
=yes
19972 echo "$as_me: failed program was:" >&5
19973 sed 's/^/| /' conftest.
$ac_ext >&5
19975 cat >conftest.
$ac_ext <<_ACEOF
19978 cat confdefs.h
>>conftest.
$ac_ext
19979 cat >>conftest.
$ac_ext <<_ACEOF
19980 /* end confdefs.h. */
19981 #ifdef HAVE_SYS_STATVFS_H
19982 #include <sys/statvfs.h>
19988 static struct statvfs ac_aggr;
19989 if (sizeof ac_aggr.f_blocks)
19995 rm -f conftest.
$ac_objext
19996 if { (ac_try
="$ac_compile"
19997 case "(($ac_try" in
19998 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19999 *) ac_try_echo=$ac_try;;
20001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20002 (eval "$ac_compile") 2>conftest.er1
20004 grep -v '^ *+' conftest.er1 >conftest.err
20006 cat conftest.err >&5
20007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008 (exit $ac_status); } && {
20009 test -z "$ac_c_werror_flag" ||
20010 test ! -s conftest.err
20011 } && test -s conftest.$ac_objext; then
20012 ac_cv_member_struct_statvfs_f_blocks=yes
20014 echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.$ac_ext >&5
20017 ac_cv_member_struct_statvfs_f_blocks=no
20020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20026 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20027 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20037 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20038 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20039 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20040 echo $ECHO_N "(cached) $ECHO_C" >&6
20042 cat >conftest.$ac_ext <<_ACEOF
20045 cat confdefs.h >>conftest.$ac_ext
20046 cat >>conftest.$ac_ext <<_ACEOF
20047 /* end confdefs.h. */
20048 #include <sys/types.h>
20049 #ifdef HAVE_SYS_SOCKET_H
20050 # include <sys/socket.h>
20052 #ifdef HAVE_SYS_UN_H
20053 # include <sys/un.h>
20059 static struct msghdr ac_aggr;
20060 if (ac_aggr.msg_accrights)
20066 rm -f conftest.$ac_objext
20067 if { (ac_try="$ac_compile"
20068 case "(($ac_try" in
20069 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20070 *) ac_try_echo
=$ac_try;;
20072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20073 (eval "$ac_compile") 2>conftest.er1
20075 grep -v '^ *+' conftest.er1
>conftest.err
20077 cat conftest.err
>&5
20078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20079 (exit $ac_status); } && {
20080 test -z "$ac_c_werror_flag" ||
20081 test ! -s conftest.err
20082 } && test -s conftest.
$ac_objext; then
20083 ac_cv_member_struct_msghdr_msg_accrights
=yes
20085 echo "$as_me: failed program was:" >&5
20086 sed 's/^/| /' conftest.
$ac_ext >&5
20088 cat >conftest.
$ac_ext <<_ACEOF
20091 cat confdefs.h
>>conftest.
$ac_ext
20092 cat >>conftest.
$ac_ext <<_ACEOF
20093 /* end confdefs.h. */
20094 #include <sys/types.h>
20095 #ifdef HAVE_SYS_SOCKET_H
20096 # include <sys/socket.h>
20098 #ifdef HAVE_SYS_UN_H
20099 # include <sys/un.h>
20105 static struct msghdr ac_aggr;
20106 if (sizeof ac_aggr.msg_accrights)
20112 rm -f conftest.
$ac_objext
20113 if { (ac_try
="$ac_compile"
20114 case "(($ac_try" in
20115 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20116 *) ac_try_echo=$ac_try;;
20118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20121 grep -v '^ *+' conftest.er1 >conftest.err
20123 cat conftest.err >&5
20124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20129 ac_cv_member_struct_msghdr_msg_accrights=yes
20131 echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 ac_cv_member_struct_msghdr_msg_accrights=no
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20142 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20143 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20144 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20146 cat >>confdefs.h <<_ACEOF
20147 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20152 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20153 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20154 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20155 echo $ECHO_N "(cached) $ECHO_C" >&6
20157 cat >conftest.$ac_ext <<_ACEOF
20160 cat confdefs.h >>conftest.$ac_ext
20161 cat >>conftest.$ac_ext <<_ACEOF
20162 /* end confdefs.h. */
20163 #include <sys/types.h>
20164 #ifdef HAVE_SYS_SOCKET_H
20165 # include <sys/socket.h>
20167 #ifdef HAVE_SYS_UN_H
20168 # include <sys/un.h>
20174 static struct sockaddr ac_aggr;
20175 if (ac_aggr.sa_len)
20181 rm -f conftest.$ac_objext
20182 if { (ac_try="$ac_compile"
20183 case "(($ac_try" in
20184 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20185 *) ac_try_echo
=$ac_try;;
20187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20188 (eval "$ac_compile") 2>conftest.er1
20190 grep -v '^ *+' conftest.er1
>conftest.err
20192 cat conftest.err
>&5
20193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20194 (exit $ac_status); } && {
20195 test -z "$ac_c_werror_flag" ||
20196 test ! -s conftest.err
20197 } && test -s conftest.
$ac_objext; then
20198 ac_cv_member_struct_sockaddr_sa_len
=yes
20200 echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.
$ac_ext >&5
20203 cat >conftest.
$ac_ext <<_ACEOF
20206 cat confdefs.h
>>conftest.
$ac_ext
20207 cat >>conftest.
$ac_ext <<_ACEOF
20208 /* end confdefs.h. */
20209 #include <sys/types.h>
20210 #ifdef HAVE_SYS_SOCKET_H
20211 # include <sys/socket.h>
20213 #ifdef HAVE_SYS_UN_H
20214 # include <sys/un.h>
20220 static struct sockaddr ac_aggr;
20221 if (sizeof ac_aggr.sa_len)
20227 rm -f conftest.
$ac_objext
20228 if { (ac_try
="$ac_compile"
20229 case "(($ac_try" in
20230 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20231 *) ac_try_echo=$ac_try;;
20233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20234 (eval "$ac_compile") 2>conftest.er1
20236 grep -v '^ *+' conftest.er1 >conftest.err
20238 cat conftest.err >&5
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); } && {
20241 test -z "$ac_c_werror_flag" ||
20242 test ! -s conftest.err
20243 } && test -s conftest.$ac_objext; then
20244 ac_cv_member_struct_sockaddr_sa_len=yes
20246 echo "$as_me: failed program was:" >&5
20247 sed 's/^/| /' conftest.$ac_ext >&5
20249 ac_cv_member_struct_sockaddr_sa_len=no
20252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20257 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20258 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20259 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20261 cat >>confdefs.h <<_ACEOF
20262 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20267 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20268 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20269 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20270 echo $ECHO_N "(cached) $ECHO_C" >&6
20272 cat >conftest.$ac_ext <<_ACEOF
20275 cat confdefs.h >>conftest.$ac_ext
20276 cat >>conftest.$ac_ext <<_ACEOF
20277 /* end confdefs.h. */
20278 #include <sys/types.h>
20279 #ifdef HAVE_SYS_SOCKET_H
20280 # include <sys/socket.h>
20282 #ifdef HAVE_SYS_UN_H
20283 # include <sys/un.h>
20289 static struct sockaddr_un ac_aggr;
20290 if (ac_aggr.sun_len)
20296 rm -f conftest.$ac_objext
20297 if { (ac_try="$ac_compile"
20298 case "(($ac_try" in
20299 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20300 *) ac_try_echo
=$ac_try;;
20302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20303 (eval "$ac_compile") 2>conftest.er1
20305 grep -v '^ *+' conftest.er1
>conftest.err
20307 cat conftest.err
>&5
20308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20309 (exit $ac_status); } && {
20310 test -z "$ac_c_werror_flag" ||
20311 test ! -s conftest.err
20312 } && test -s conftest.
$ac_objext; then
20313 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20315 echo "$as_me: failed program was:" >&5
20316 sed 's/^/| /' conftest.
$ac_ext >&5
20318 cat >conftest.
$ac_ext <<_ACEOF
20321 cat confdefs.h
>>conftest.
$ac_ext
20322 cat >>conftest.
$ac_ext <<_ACEOF
20323 /* end confdefs.h. */
20324 #include <sys/types.h>
20325 #ifdef HAVE_SYS_SOCKET_H
20326 # include <sys/socket.h>
20328 #ifdef HAVE_SYS_UN_H
20329 # include <sys/un.h>
20335 static struct sockaddr_un ac_aggr;
20336 if (sizeof ac_aggr.sun_len)
20342 rm -f conftest.
$ac_objext
20343 if { (ac_try
="$ac_compile"
20344 case "(($ac_try" in
20345 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20346 *) ac_try_echo=$ac_try;;
20348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20349 (eval "$ac_compile") 2>conftest.er1
20351 grep -v '^ *+' conftest.er1 >conftest.err
20353 cat conftest.err >&5
20354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20355 (exit $ac_status); } && {
20356 test -z "$ac_c_werror_flag" ||
20357 test ! -s conftest.err
20358 } && test -s conftest.$ac_objext; then
20359 ac_cv_member_struct_sockaddr_un_sun_len=yes
20361 echo "$as_me: failed program was:" >&5
20362 sed 's/^/| /' conftest.$ac_ext >&5
20364 ac_cv_member_struct_sockaddr_un_sun_len=no
20367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20372 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20373 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20374 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20376 cat >>confdefs.h <<_ACEOF
20377 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20384 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20385 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20386 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20387 echo $ECHO_N "(cached) $ECHO_C" >&6
20389 cat >conftest.$ac_ext <<_ACEOF
20392 cat confdefs.h >>conftest.$ac_ext
20393 cat >>conftest.$ac_ext <<_ACEOF
20394 /* end confdefs.h. */
20395 #include <sys/types.h>
20396 #ifdef HAVE_SCSI_SG_H
20397 #include <scsi/sg.h>
20403 static scsireq_t ac_aggr;
20410 rm -f conftest.$ac_objext
20411 if { (ac_try="$ac_compile"
20412 case "(($ac_try" in
20413 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20414 *) ac_try_echo
=$ac_try;;
20416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20417 (eval "$ac_compile") 2>conftest.er1
20419 grep -v '^ *+' conftest.er1
>conftest.err
20421 cat conftest.err
>&5
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); } && {
20424 test -z "$ac_c_werror_flag" ||
20425 test ! -s conftest.err
20426 } && test -s conftest.
$ac_objext; then
20427 ac_cv_member_scsireq_t_cmd
=yes
20429 echo "$as_me: failed program was:" >&5
20430 sed 's/^/| /' conftest.
$ac_ext >&5
20432 cat >conftest.
$ac_ext <<_ACEOF
20435 cat confdefs.h
>>conftest.
$ac_ext
20436 cat >>conftest.
$ac_ext <<_ACEOF
20437 /* end confdefs.h. */
20438 #include <sys/types.h>
20439 #ifdef HAVE_SCSI_SG_H
20440 #include <scsi/sg.h>
20446 static scsireq_t ac_aggr;
20447 if (sizeof ac_aggr.cmd)
20453 rm -f conftest.
$ac_objext
20454 if { (ac_try
="$ac_compile"
20455 case "(($ac_try" in
20456 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20457 *) ac_try_echo=$ac_try;;
20459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20460 (eval "$ac_compile") 2>conftest.er1
20462 grep -v '^ *+' conftest.er1 >conftest.err
20464 cat conftest.err >&5
20465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20466 (exit $ac_status); } && {
20467 test -z "$ac_c_werror_flag" ||
20468 test ! -s conftest.err
20469 } && test -s conftest.$ac_objext; then
20470 ac_cv_member_scsireq_t_cmd=yes
20472 echo "$as_me: failed program was:" >&5
20473 sed 's/^/| /' conftest.$ac_ext >&5
20475 ac_cv_member_scsireq_t_cmd=no
20478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20483 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20484 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20485 if test $ac_cv_member_scsireq_t_cmd = yes; then
20487 cat >>confdefs.h <<_ACEOF
20488 #define HAVE_SCSIREQ_T_CMD 1
20493 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20494 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20495 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20496 echo $ECHO_N "(cached) $ECHO_C" >&6
20498 cat >conftest.$ac_ext <<_ACEOF
20501 cat confdefs.h >>conftest.$ac_ext
20502 cat >>conftest.$ac_ext <<_ACEOF
20503 /* end confdefs.h. */
20504 #include <sys/types.h>
20505 #ifdef HAVE_SCSI_SG_H
20506 #include <scsi/sg.h>
20512 static sg_io_hdr_t ac_aggr;
20513 if (ac_aggr.interface_id)
20519 rm -f conftest.$ac_objext
20520 if { (ac_try="$ac_compile"
20521 case "(($ac_try" in
20522 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20523 *) ac_try_echo
=$ac_try;;
20525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20526 (eval "$ac_compile") 2>conftest.er1
20528 grep -v '^ *+' conftest.er1
>conftest.err
20530 cat conftest.err
>&5
20531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532 (exit $ac_status); } && {
20533 test -z "$ac_c_werror_flag" ||
20534 test ! -s conftest.err
20535 } && test -s conftest.
$ac_objext; then
20536 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20538 echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.
$ac_ext >&5
20541 cat >conftest.
$ac_ext <<_ACEOF
20544 cat confdefs.h
>>conftest.
$ac_ext
20545 cat >>conftest.
$ac_ext <<_ACEOF
20546 /* end confdefs.h. */
20547 #include <sys/types.h>
20548 #ifdef HAVE_SCSI_SG_H
20549 #include <scsi/sg.h>
20555 static sg_io_hdr_t ac_aggr;
20556 if (sizeof ac_aggr.interface_id)
20562 rm -f conftest.
$ac_objext
20563 if { (ac_try
="$ac_compile"
20564 case "(($ac_try" in
20565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20566 *) ac_try_echo=$ac_try;;
20568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20569 (eval "$ac_compile") 2>conftest.er1
20571 grep -v '^ *+' conftest.er1 >conftest.err
20573 cat conftest.err >&5
20574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20575 (exit $ac_status); } && {
20576 test -z "$ac_c_werror_flag" ||
20577 test ! -s conftest.err
20578 } && test -s conftest.$ac_objext; then
20579 ac_cv_member_sg_io_hdr_t_interface_id=yes
20581 echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20584 ac_cv_member_sg_io_hdr_t_interface_id=no
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20592 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20593 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20594 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20596 cat >>confdefs.h <<_ACEOF
20597 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20604 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20605 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20606 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20607 echo $ECHO_N "(cached) $ECHO_C" >&6
20609 cat >conftest.$ac_ext <<_ACEOF
20612 cat confdefs.h >>conftest.$ac_ext
20613 cat >>conftest.$ac_ext <<_ACEOF
20614 /* end confdefs.h. */
20615 #include <signal.h>
20620 static siginfo_t ac_aggr;
20627 rm -f conftest.$ac_objext
20628 if { (ac_try="$ac_compile"
20629 case "(($ac_try" in
20630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20631 *) ac_try_echo
=$ac_try;;
20633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20634 (eval "$ac_compile") 2>conftest.er1
20636 grep -v '^ *+' conftest.er1
>conftest.err
20638 cat conftest.err
>&5
20639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); } && {
20641 test -z "$ac_c_werror_flag" ||
20642 test ! -s conftest.err
20643 } && test -s conftest.
$ac_objext; then
20644 ac_cv_member_siginfo_t_si_fd
=yes
20646 echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.
$ac_ext >&5
20649 cat >conftest.
$ac_ext <<_ACEOF
20652 cat confdefs.h
>>conftest.
$ac_ext
20653 cat >>conftest.
$ac_ext <<_ACEOF
20654 /* end confdefs.h. */
20655 #include <signal.h>
20660 static siginfo_t ac_aggr;
20661 if (sizeof ac_aggr.si_fd)
20667 rm -f conftest.
$ac_objext
20668 if { (ac_try
="$ac_compile"
20669 case "(($ac_try" in
20670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20671 *) ac_try_echo=$ac_try;;
20673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20674 (eval "$ac_compile") 2>conftest.er1
20676 grep -v '^ *+' conftest.er1 >conftest.err
20678 cat conftest.err >&5
20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); } && {
20681 test -z "$ac_c_werror_flag" ||
20682 test ! -s conftest.err
20683 } && test -s conftest.$ac_objext; then
20684 ac_cv_member_siginfo_t_si_fd=yes
20686 echo "$as_me: failed program was:" >&5
20687 sed 's/^/| /' conftest.$ac_ext >&5
20689 ac_cv_member_siginfo_t_si_fd=no
20692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20697 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20698 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20699 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20701 cat >>confdefs.h <<_ACEOF
20702 #define HAVE_SIGINFO_T_SI_FD 1
20709 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20710 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20711 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20712 echo $ECHO_N "(cached) $ECHO_C" >&6
20714 cat >conftest.$ac_ext <<_ACEOF
20717 cat confdefs.h >>conftest.$ac_ext
20718 cat >>conftest.$ac_ext <<_ACEOF
20719 /* end confdefs.h. */
20720 #include <sys/types.h>
20721 #ifdef HAVE_SYS_MTIO_H
20722 #include <sys/mtio.h>
20728 static struct mtget ac_aggr;
20729 if (ac_aggr.mt_blksiz)
20735 rm -f conftest.$ac_objext
20736 if { (ac_try="$ac_compile"
20737 case "(($ac_try" in
20738 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20739 *) ac_try_echo
=$ac_try;;
20741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20742 (eval "$ac_compile") 2>conftest.er1
20744 grep -v '^ *+' conftest.er1
>conftest.err
20746 cat conftest.err
>&5
20747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748 (exit $ac_status); } && {
20749 test -z "$ac_c_werror_flag" ||
20750 test ! -s conftest.err
20751 } && test -s conftest.
$ac_objext; then
20752 ac_cv_member_struct_mtget_mt_blksiz
=yes
20754 echo "$as_me: failed program was:" >&5
20755 sed 's/^/| /' conftest.
$ac_ext >&5
20757 cat >conftest.
$ac_ext <<_ACEOF
20760 cat confdefs.h
>>conftest.
$ac_ext
20761 cat >>conftest.
$ac_ext <<_ACEOF
20762 /* end confdefs.h. */
20763 #include <sys/types.h>
20764 #ifdef HAVE_SYS_MTIO_H
20765 #include <sys/mtio.h>
20771 static struct mtget ac_aggr;
20772 if (sizeof ac_aggr.mt_blksiz)
20778 rm -f conftest.
$ac_objext
20779 if { (ac_try
="$ac_compile"
20780 case "(($ac_try" in
20781 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20782 *) ac_try_echo=$ac_try;;
20784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20785 (eval "$ac_compile") 2>conftest.er1
20787 grep -v '^ *+' conftest.er1 >conftest.err
20789 cat conftest.err >&5
20790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20791 (exit $ac_status); } && {
20792 test -z "$ac_c_werror_flag" ||
20793 test ! -s conftest.err
20794 } && test -s conftest.$ac_objext; then
20795 ac_cv_member_struct_mtget_mt_blksiz=yes
20797 echo "$as_me: failed program was:" >&5
20798 sed 's/^/| /' conftest.$ac_ext >&5
20800 ac_cv_member_struct_mtget_mt_blksiz=no
20803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20808 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20809 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20810 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20812 cat >>confdefs.h <<_ACEOF
20813 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20818 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20819 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20820 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20821 echo $ECHO_N "(cached) $ECHO_C" >&6
20823 cat >conftest.$ac_ext <<_ACEOF
20826 cat confdefs.h >>conftest.$ac_ext
20827 cat >>conftest.$ac_ext <<_ACEOF
20828 /* end confdefs.h. */
20829 #include <sys/types.h>
20830 #ifdef HAVE_SYS_MTIO_H
20831 #include <sys/mtio.h>
20837 static struct mtget ac_aggr;
20838 if (ac_aggr.mt_gstat)
20844 rm -f conftest.$ac_objext
20845 if { (ac_try="$ac_compile"
20846 case "(($ac_try" in
20847 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20848 *) ac_try_echo
=$ac_try;;
20850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20851 (eval "$ac_compile") 2>conftest.er1
20853 grep -v '^ *+' conftest.er1
>conftest.err
20855 cat conftest.err
>&5
20856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20857 (exit $ac_status); } && {
20858 test -z "$ac_c_werror_flag" ||
20859 test ! -s conftest.err
20860 } && test -s conftest.
$ac_objext; then
20861 ac_cv_member_struct_mtget_mt_gstat
=yes
20863 echo "$as_me: failed program was:" >&5
20864 sed 's/^/| /' conftest.
$ac_ext >&5
20866 cat >conftest.
$ac_ext <<_ACEOF
20869 cat confdefs.h
>>conftest.
$ac_ext
20870 cat >>conftest.
$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20872 #include <sys/types.h>
20873 #ifdef HAVE_SYS_MTIO_H
20874 #include <sys/mtio.h>
20880 static struct mtget ac_aggr;
20881 if (sizeof ac_aggr.mt_gstat)
20887 rm -f conftest.
$ac_objext
20888 if { (ac_try
="$ac_compile"
20889 case "(($ac_try" in
20890 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20891 *) ac_try_echo=$ac_try;;
20893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20894 (eval "$ac_compile") 2>conftest.er1
20896 grep -v '^ *+' conftest.er1 >conftest.err
20898 cat conftest.err >&5
20899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } && {
20901 test -z "$ac_c_werror_flag" ||
20902 test ! -s conftest.err
20903 } && test -s conftest.$ac_objext; then
20904 ac_cv_member_struct_mtget_mt_gstat=yes
20906 echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20909 ac_cv_member_struct_mtget_mt_gstat=no
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20918 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20919 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20921 cat >>confdefs.h <<_ACEOF
20922 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20927 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20928 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20929 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20930 echo $ECHO_N "(cached) $ECHO_C" >&6
20932 cat >conftest.$ac_ext <<_ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #include <sys/types.h>
20939 #ifdef HAVE_SYS_MTIO_H
20940 #include <sys/mtio.h>
20946 static struct mtget ac_aggr;
20947 if (ac_aggr.mt_blkno)
20953 rm -f conftest.$ac_objext
20954 if { (ac_try="$ac_compile"
20955 case "(($ac_try" in
20956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20957 *) ac_try_echo
=$ac_try;;
20959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20960 (eval "$ac_compile") 2>conftest.er1
20962 grep -v '^ *+' conftest.er1
>conftest.err
20964 cat conftest.err
>&5
20965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20966 (exit $ac_status); } && {
20967 test -z "$ac_c_werror_flag" ||
20968 test ! -s conftest.err
20969 } && test -s conftest.
$ac_objext; then
20970 ac_cv_member_struct_mtget_mt_blkno
=yes
20972 echo "$as_me: failed program was:" >&5
20973 sed 's/^/| /' conftest.
$ac_ext >&5
20975 cat >conftest.
$ac_ext <<_ACEOF
20978 cat confdefs.h
>>conftest.
$ac_ext
20979 cat >>conftest.
$ac_ext <<_ACEOF
20980 /* end confdefs.h. */
20981 #include <sys/types.h>
20982 #ifdef HAVE_SYS_MTIO_H
20983 #include <sys/mtio.h>
20989 static struct mtget ac_aggr;
20990 if (sizeof ac_aggr.mt_blkno)
20996 rm -f conftest.
$ac_objext
20997 if { (ac_try
="$ac_compile"
20998 case "(($ac_try" in
20999 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21000 *) ac_try_echo=$ac_try;;
21002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21005 grep -v '^ *+' conftest.er1 >conftest.err
21007 cat conftest.err >&5
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.$ac_objext; then
21013 ac_cv_member_struct_mtget_mt_blkno=yes
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.$ac_ext >&5
21018 ac_cv_member_struct_mtget_mt_blkno=no
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21027 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21028 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21030 cat >>confdefs.h <<_ACEOF
21031 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21038 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21039 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21040 if test "${ac_cv_member_struct_option_name+set}" = set; then
21041 echo $ECHO_N "(cached) $ECHO_C" >&6
21043 cat >conftest.$ac_ext <<_ACEOF
21046 cat confdefs.h >>conftest.$ac_ext
21047 cat >>conftest.$ac_ext <<_ACEOF
21048 /* end confdefs.h. */
21049 #ifdef HAVE_GETOPT_H
21050 #include <getopt.h>
21056 static struct option ac_aggr;
21063 rm -f conftest.$ac_objext
21064 if { (ac_try="$ac_compile"
21065 case "(($ac_try" in
21066 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21067 *) ac_try_echo
=$ac_try;;
21069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21070 (eval "$ac_compile") 2>conftest.er1
21072 grep -v '^ *+' conftest.er1
>conftest.err
21074 cat conftest.err
>&5
21075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); } && {
21077 test -z "$ac_c_werror_flag" ||
21078 test ! -s conftest.err
21079 } && test -s conftest.
$ac_objext; then
21080 ac_cv_member_struct_option_name
=yes
21082 echo "$as_me: failed program was:" >&5
21083 sed 's/^/| /' conftest.
$ac_ext >&5
21085 cat >conftest.
$ac_ext <<_ACEOF
21088 cat confdefs.h
>>conftest.
$ac_ext
21089 cat >>conftest.
$ac_ext <<_ACEOF
21090 /* end confdefs.h. */
21091 #ifdef HAVE_GETOPT_H
21092 #include <getopt.h>
21098 static struct option ac_aggr;
21099 if (sizeof ac_aggr.name)
21105 rm -f conftest.
$ac_objext
21106 if { (ac_try
="$ac_compile"
21107 case "(($ac_try" in
21108 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21109 *) ac_try_echo=$ac_try;;
21111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21112 (eval "$ac_compile") 2>conftest.er1
21114 grep -v '^ *+' conftest.er1 >conftest.err
21116 cat conftest.err >&5
21117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21118 (exit $ac_status); } && {
21119 test -z "$ac_c_werror_flag" ||
21120 test ! -s conftest.err
21121 } && test -s conftest.$ac_objext; then
21122 ac_cv_member_struct_option_name=yes
21124 echo "$as_me: failed program was:" >&5
21125 sed 's/^/| /' conftest.$ac_ext >&5
21127 ac_cv_member_struct_option_name=no
21130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21135 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21136 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21137 if test $ac_cv_member_struct_option_name = yes; then
21139 cat >>confdefs.h <<_ACEOF
21140 #define HAVE_STRUCT_OPTION_NAME 1
21147 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21148 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21149 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21150 echo $ECHO_N "(cached) $ECHO_C" >&6
21152 cat >conftest.$ac_ext <<_ACEOF
21155 cat confdefs.h >>conftest.$ac_ext
21156 cat >>conftest.$ac_ext <<_ACEOF
21157 /* end confdefs.h. */
21158 $ac_includes_default
21162 static struct stat ac_aggr;
21163 if (ac_aggr.st_blocks)
21169 rm -f conftest.$ac_objext
21170 if { (ac_try="$ac_compile"
21171 case "(($ac_try" in
21172 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21173 *) ac_try_echo
=$ac_try;;
21175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21176 (eval "$ac_compile") 2>conftest.er1
21178 grep -v '^ *+' conftest.er1
>conftest.err
21180 cat conftest.err
>&5
21181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21182 (exit $ac_status); } && {
21183 test -z "$ac_c_werror_flag" ||
21184 test ! -s conftest.err
21185 } && test -s conftest.
$ac_objext; then
21186 ac_cv_member_struct_stat_st_blocks
=yes
21188 echo "$as_me: failed program was:" >&5
21189 sed 's/^/| /' conftest.
$ac_ext >&5
21191 cat >conftest.
$ac_ext <<_ACEOF
21194 cat confdefs.h
>>conftest.
$ac_ext
21195 cat >>conftest.
$ac_ext <<_ACEOF
21196 /* end confdefs.h. */
21197 $ac_includes_default
21201 static struct stat ac_aggr;
21202 if (sizeof ac_aggr.st_blocks)
21208 rm -f conftest.
$ac_objext
21209 if { (ac_try
="$ac_compile"
21210 case "(($ac_try" in
21211 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21212 *) ac_try_echo=$ac_try;;
21214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21215 (eval "$ac_compile") 2>conftest.er1
21217 grep -v '^ *+' conftest.er1 >conftest.err
21219 cat conftest.err >&5
21220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21221 (exit $ac_status); } && {
21222 test -z "$ac_c_werror_flag" ||
21223 test ! -s conftest.err
21224 } && test -s conftest.$ac_objext; then
21225 ac_cv_member_struct_stat_st_blocks=yes
21227 echo "$as_me: failed program was:" >&5
21228 sed 's/^/| /' conftest.$ac_ext >&5
21230 ac_cv_member_struct_stat_st_blocks=no
21233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21238 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21239 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21240 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21242 cat >>confdefs.h <<_ACEOF
21243 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21248 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21249 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21250 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21251 echo $ECHO_N "(cached) $ECHO_C" >&6
21253 cat >conftest.$ac_ext <<_ACEOF
21256 cat confdefs.h >>conftest.$ac_ext
21257 cat >>conftest.$ac_ext <<_ACEOF
21258 /* end confdefs.h. */
21259 $ac_includes_default
21263 static struct stat ac_aggr;
21264 if (ac_aggr.st_mtim)
21270 rm -f conftest.$ac_objext
21271 if { (ac_try="$ac_compile"
21272 case "(($ac_try" in
21273 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21274 *) ac_try_echo
=$ac_try;;
21276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21277 (eval "$ac_compile") 2>conftest.er1
21279 grep -v '^ *+' conftest.er1
>conftest.err
21281 cat conftest.err
>&5
21282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21283 (exit $ac_status); } && {
21284 test -z "$ac_c_werror_flag" ||
21285 test ! -s conftest.err
21286 } && test -s conftest.
$ac_objext; then
21287 ac_cv_member_struct_stat_st_mtim
=yes
21289 echo "$as_me: failed program was:" >&5
21290 sed 's/^/| /' conftest.
$ac_ext >&5
21292 cat >conftest.
$ac_ext <<_ACEOF
21295 cat confdefs.h
>>conftest.
$ac_ext
21296 cat >>conftest.
$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298 $ac_includes_default
21302 static struct stat ac_aggr;
21303 if (sizeof ac_aggr.st_mtim)
21309 rm -f conftest.
$ac_objext
21310 if { (ac_try
="$ac_compile"
21311 case "(($ac_try" in
21312 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21313 *) ac_try_echo=$ac_try;;
21315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21316 (eval "$ac_compile") 2>conftest.er1
21318 grep -v '^ *+' conftest.er1 >conftest.err
21320 cat conftest.err >&5
21321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21322 (exit $ac_status); } && {
21323 test -z "$ac_c_werror_flag" ||
21324 test ! -s conftest.err
21325 } && test -s conftest.$ac_objext; then
21326 ac_cv_member_struct_stat_st_mtim=yes
21328 echo "$as_me: failed program was:" >&5
21329 sed 's/^/| /' conftest.$ac_ext >&5
21331 ac_cv_member_struct_stat_st_mtim=no
21334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21339 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21340 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21341 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21343 cat >>confdefs.h <<_ACEOF
21344 #define HAVE_STRUCT_STAT_ST_MTIM 1
21349 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21350 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21351 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21352 echo $ECHO_N "(cached) $ECHO_C" >&6
21354 cat >conftest.$ac_ext <<_ACEOF
21357 cat confdefs.h >>conftest.$ac_ext
21358 cat >>conftest.$ac_ext <<_ACEOF
21359 /* end confdefs.h. */
21360 $ac_includes_default
21364 static struct stat ac_aggr;
21365 if (ac_aggr.st_ctim)
21371 rm -f conftest.$ac_objext
21372 if { (ac_try="$ac_compile"
21373 case "(($ac_try" in
21374 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21375 *) ac_try_echo
=$ac_try;;
21377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21378 (eval "$ac_compile") 2>conftest.er1
21380 grep -v '^ *+' conftest.er1
>conftest.err
21382 cat conftest.err
>&5
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } && {
21385 test -z "$ac_c_werror_flag" ||
21386 test ! -s conftest.err
21387 } && test -s conftest.
$ac_objext; then
21388 ac_cv_member_struct_stat_st_ctim
=yes
21390 echo "$as_me: failed program was:" >&5
21391 sed 's/^/| /' conftest.
$ac_ext >&5
21393 cat >conftest.
$ac_ext <<_ACEOF
21396 cat confdefs.h
>>conftest.
$ac_ext
21397 cat >>conftest.
$ac_ext <<_ACEOF
21398 /* end confdefs.h. */
21399 $ac_includes_default
21403 static struct stat ac_aggr;
21404 if (sizeof ac_aggr.st_ctim)
21410 rm -f conftest.
$ac_objext
21411 if { (ac_try
="$ac_compile"
21412 case "(($ac_try" in
21413 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21414 *) ac_try_echo=$ac_try;;
21416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21417 (eval "$ac_compile") 2>conftest.er1
21419 grep -v '^ *+' conftest.er1 >conftest.err
21421 cat conftest.err >&5
21422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423 (exit $ac_status); } && {
21424 test -z "$ac_c_werror_flag" ||
21425 test ! -s conftest.err
21426 } && test -s conftest.$ac_objext; then
21427 ac_cv_member_struct_stat_st_ctim=yes
21429 echo "$as_me: failed program was:" >&5
21430 sed 's/^/| /' conftest.$ac_ext >&5
21432 ac_cv_member_struct_stat_st_ctim=no
21435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21440 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21441 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21442 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21444 cat >>confdefs.h <<_ACEOF
21445 #define HAVE_STRUCT_STAT_ST_CTIM 1
21450 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21451 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21452 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21453 echo $ECHO_N "(cached) $ECHO_C" >&6
21455 cat >conftest.$ac_ext <<_ACEOF
21458 cat confdefs.h >>conftest.$ac_ext
21459 cat >>conftest.$ac_ext <<_ACEOF
21460 /* end confdefs.h. */
21461 $ac_includes_default
21465 static struct stat ac_aggr;
21466 if (ac_aggr.st_atim)
21472 rm -f conftest.$ac_objext
21473 if { (ac_try="$ac_compile"
21474 case "(($ac_try" in
21475 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21476 *) ac_try_echo
=$ac_try;;
21478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21479 (eval "$ac_compile") 2>conftest.er1
21481 grep -v '^ *+' conftest.er1
>conftest.err
21483 cat conftest.err
>&5
21484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21485 (exit $ac_status); } && {
21486 test -z "$ac_c_werror_flag" ||
21487 test ! -s conftest.err
21488 } && test -s conftest.
$ac_objext; then
21489 ac_cv_member_struct_stat_st_atim
=yes
21491 echo "$as_me: failed program was:" >&5
21492 sed 's/^/| /' conftest.
$ac_ext >&5
21494 cat >conftest.
$ac_ext <<_ACEOF
21497 cat confdefs.h
>>conftest.
$ac_ext
21498 cat >>conftest.
$ac_ext <<_ACEOF
21499 /* end confdefs.h. */
21500 $ac_includes_default
21504 static struct stat ac_aggr;
21505 if (sizeof ac_aggr.st_atim)
21511 rm -f conftest.
$ac_objext
21512 if { (ac_try
="$ac_compile"
21513 case "(($ac_try" in
21514 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21515 *) ac_try_echo=$ac_try;;
21517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21518 (eval "$ac_compile") 2>conftest.er1
21520 grep -v '^ *+' conftest.er1 >conftest.err
21522 cat conftest.err >&5
21523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21524 (exit $ac_status); } && {
21525 test -z "$ac_c_werror_flag" ||
21526 test ! -s conftest.err
21527 } && test -s conftest.$ac_objext; then
21528 ac_cv_member_struct_stat_st_atim=yes
21530 echo "$as_me: failed program was:" >&5
21531 sed 's/^/| /' conftest.$ac_ext >&5
21533 ac_cv_member_struct_stat_st_atim=no
21536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21541 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21542 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21543 if test $ac_cv_member_struct_stat_st_atim = yes; then
21545 cat >>confdefs.h <<_ACEOF
21546 #define HAVE_STRUCT_STAT_ST_ATIM 1
21553 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21554 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21555 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21556 echo $ECHO_N "(cached) $ECHO_C" >&6
21558 cat >conftest.$ac_ext <<_ACEOF
21561 cat confdefs.h >>conftest.$ac_ext
21562 cat >>conftest.$ac_ext <<_ACEOF
21563 /* end confdefs.h. */
21564 #ifdef HAVE_SYS_TYPES_H
21565 #include <sys/types.h>
21567 #ifdef HAVE_NETINET_IN_H
21568 #include <netinet/in.h>
21574 static struct sockaddr_in6 ac_aggr;
21575 if (ac_aggr.sin6_scope_id)
21581 rm -f conftest.$ac_objext
21582 if { (ac_try="$ac_compile"
21583 case "(($ac_try" in
21584 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21585 *) ac_try_echo
=$ac_try;;
21587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21588 (eval "$ac_compile") 2>conftest.er1
21590 grep -v '^ *+' conftest.er1
>conftest.err
21592 cat conftest.err
>&5
21593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21594 (exit $ac_status); } && {
21595 test -z "$ac_c_werror_flag" ||
21596 test ! -s conftest.err
21597 } && test -s conftest.
$ac_objext; then
21598 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21600 echo "$as_me: failed program was:" >&5
21601 sed 's/^/| /' conftest.
$ac_ext >&5
21603 cat >conftest.
$ac_ext <<_ACEOF
21606 cat confdefs.h
>>conftest.
$ac_ext
21607 cat >>conftest.
$ac_ext <<_ACEOF
21608 /* end confdefs.h. */
21609 #ifdef HAVE_SYS_TYPES_H
21610 #include <sys/types.h>
21612 #ifdef HAVE_NETINET_IN_H
21613 #include <netinet/in.h>
21619 static struct sockaddr_in6 ac_aggr;
21620 if (sizeof ac_aggr.sin6_scope_id)
21626 rm -f conftest.
$ac_objext
21627 if { (ac_try
="$ac_compile"
21628 case "(($ac_try" in
21629 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21630 *) ac_try_echo=$ac_try;;
21632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21633 (eval "$ac_compile") 2>conftest.er1
21635 grep -v '^ *+' conftest.er1 >conftest.err
21637 cat conftest.err >&5
21638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21639 (exit $ac_status); } && {
21640 test -z "$ac_c_werror_flag" ||
21641 test ! -s conftest.err
21642 } && test -s conftest.$ac_objext; then
21643 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21645 echo "$as_me: failed program was:" >&5
21646 sed 's/^/| /' conftest.$ac_ext >&5
21648 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21656 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21657 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21658 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21660 cat >>confdefs.h <<_ACEOF
21661 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21668 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21669 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21670 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21671 echo $ECHO_N "(cached) $ECHO_C" >&6
21673 cat >conftest.$ac_ext <<_ACEOF
21676 cat confdefs.h >>conftest.$ac_ext
21677 cat >>conftest.$ac_ext <<_ACEOF
21678 /* end confdefs.h. */
21679 #ifdef HAVE_SYS_TYPES_H
21680 #include <sys/types.h>
21682 #ifdef HAVE_NETINET_IN_H
21683 # include <netinet/in.h>
21685 #ifdef HAVE_ARPA_NAMESER_H
21686 # include <arpa/nameser.h>
21692 static ns_msg ac_aggr;
21693 if (ac_aggr._msg_ptr)
21699 rm -f conftest.$ac_objext
21700 if { (ac_try="$ac_compile"
21701 case "(($ac_try" in
21702 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21703 *) ac_try_echo
=$ac_try;;
21705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21706 (eval "$ac_compile") 2>conftest.er1
21708 grep -v '^ *+' conftest.er1
>conftest.err
21710 cat conftest.err
>&5
21711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21712 (exit $ac_status); } && {
21713 test -z "$ac_c_werror_flag" ||
21714 test ! -s conftest.err
21715 } && test -s conftest.
$ac_objext; then
21716 ac_cv_member_ns_msg__msg_ptr
=yes
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.
$ac_ext >&5
21721 cat >conftest.
$ac_ext <<_ACEOF
21724 cat confdefs.h
>>conftest.
$ac_ext
21725 cat >>conftest.
$ac_ext <<_ACEOF
21726 /* end confdefs.h. */
21727 #ifdef HAVE_SYS_TYPES_H
21728 #include <sys/types.h>
21730 #ifdef HAVE_NETINET_IN_H
21731 # include <netinet/in.h>
21733 #ifdef HAVE_ARPA_NAMESER_H
21734 # include <arpa/nameser.h>
21740 static ns_msg ac_aggr;
21741 if (sizeof ac_aggr._msg_ptr)
21747 rm -f conftest.
$ac_objext
21748 if { (ac_try
="$ac_compile"
21749 case "(($ac_try" in
21750 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21751 *) ac_try_echo=$ac_try;;
21753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21754 (eval "$ac_compile") 2>conftest.er1
21756 grep -v '^ *+' conftest.er1 >conftest.err
21758 cat conftest.err >&5
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); } && {
21761 test -z "$ac_c_werror_flag" ||
21762 test ! -s conftest.err
21763 } && test -s conftest.$ac_objext; then
21764 ac_cv_member_ns_msg__msg_ptr=yes
21766 echo "$as_me: failed program was:" >&5
21767 sed 's/^/| /' conftest.$ac_ext >&5
21769 ac_cv_member_ns_msg__msg_ptr=no
21772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21777 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21778 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21779 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21781 cat >>confdefs.h <<_ACEOF
21782 #define HAVE_NS_MSG__MSG_PTR 1
21789 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21790 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21791 if test "${ac_cv_have_timezone+set}" = set; then
21792 echo $ECHO_N "(cached) $ECHO_C" >&6
21794 cat >conftest.$ac_ext <<_ACEOF
21797 cat confdefs.h >>conftest.$ac_ext
21798 cat >>conftest.$ac_ext <<_ACEOF
21799 /* end confdefs.h. */
21809 rm -f conftest.$ac_objext conftest$ac_exeext
21810 if { (ac_try="$ac_link"
21811 case "(($ac_try" in
21812 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21813 *) ac_try_echo
=$ac_try;;
21815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21816 (eval "$ac_link") 2>conftest.er1
21818 grep -v '^ *+' conftest.er1
>conftest.err
21820 cat conftest.err
>&5
21821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21822 (exit $ac_status); } && {
21823 test -z "$ac_c_werror_flag" ||
21824 test ! -s conftest.err
21825 } && test -s conftest
$ac_exeext &&
21826 $as_test_x conftest
$ac_exeext; then
21827 ac_cv_have_timezone
="yes"
21829 echo "$as_me: failed program was:" >&5
21830 sed 's/^/| /' conftest.
$ac_ext >&5
21832 ac_cv_have_timezone
="no"
21835 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21836 conftest
$ac_exeext conftest.
$ac_ext
21838 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21839 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21840 if test "$ac_cv_have_timezone" = "yes"
21843 cat >>confdefs.h
<<\_ACEOF
21844 #define HAVE_TIMEZONE 1
21848 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21849 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21850 if test "${ac_cv_have_daylight+set}" = set; then
21851 echo $ECHO_N "(cached) $ECHO_C" >&6
21853 cat >conftest.
$ac_ext <<_ACEOF
21856 cat confdefs.h
>>conftest.
$ac_ext
21857 cat >>conftest.
$ac_ext <<_ACEOF
21858 /* end confdefs.h. */
21868 rm -f conftest.
$ac_objext conftest
$ac_exeext
21869 if { (ac_try
="$ac_link"
21870 case "(($ac_try" in
21871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21872 *) ac_try_echo=$ac_try;;
21874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21875 (eval "$ac_link") 2>conftest.er1
21877 grep -v '^ *+' conftest.er1 >conftest.err
21879 cat conftest.err >&5
21880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); } && {
21882 test -z "$ac_c_werror_flag" ||
21883 test ! -s conftest.err
21884 } && test -s conftest$ac_exeext &&
21885 $as_test_x conftest$ac_exeext; then
21886 ac_cv_have_daylight="yes"
21888 echo "$as_me: failed program was:" >&5
21889 sed 's/^/| /' conftest.$ac_ext >&5
21891 ac_cv_have_daylight="no"
21894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21895 conftest$ac_exeext conftest.$ac_ext
21897 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21898 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21899 if test "$ac_cv_have_daylight" = "yes"
21902 cat >>confdefs.h <<\_ACEOF
21903 #define HAVE_DAYLIGHT 1
21908 { echo "$as_me:$LINENO: checking for isinf" >&5
21909 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21910 if test "${ac_cv_have_isinf+set}" = set; then
21911 echo $ECHO_N "(cached) $ECHO_C" >&6
21913 cat >conftest.$ac_ext <<_ACEOF
21916 cat confdefs.h >>conftest.$ac_ext
21917 cat >>conftest.$ac_ext <<_ACEOF
21918 /* end confdefs.h. */
21923 float f = 0.0; int i=isinf(f)
21928 rm -f conftest.$ac_objext conftest$ac_exeext
21929 if { (ac_try="$ac_link"
21930 case "(($ac_try" in
21931 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21932 *) ac_try_echo
=$ac_try;;
21934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21935 (eval "$ac_link") 2>conftest.er1
21937 grep -v '^ *+' conftest.er1
>conftest.err
21939 cat conftest.err
>&5
21940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21941 (exit $ac_status); } && {
21942 test -z "$ac_c_werror_flag" ||
21943 test ! -s conftest.err
21944 } && test -s conftest
$ac_exeext &&
21945 $as_test_x conftest
$ac_exeext; then
21946 ac_cv_have_isinf
="yes"
21948 echo "$as_me: failed program was:" >&5
21949 sed 's/^/| /' conftest.
$ac_ext >&5
21951 ac_cv_have_isinf
="no"
21954 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21955 conftest
$ac_exeext conftest.
$ac_ext
21957 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21958 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21959 if test "$ac_cv_have_isinf" = "yes"
21962 cat >>confdefs.h
<<\_ACEOF
21963 #define HAVE_ISINF 1
21970 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21971 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21972 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21973 echo $ECHO_N "(cached) $ECHO_C" >&6
21975 cat >conftest.
$ac_ext <<_ACEOF
21978 cat confdefs.h
>>conftest.
$ac_ext
21979 cat >>conftest.
$ac_ext <<_ACEOF
21980 /* end confdefs.h. */
21985 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21986 $EGREP "yes" >/dev
/null
2>&1; then
21987 ac_cv_cpp_def___i386__
=yes
21989 ac_cv_cpp_def___i386__
=no
21994 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21995 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21996 if test $ac_cv_cpp_def___i386__ = yes; then
21997 CFLAGS
="$CFLAGS -D__i386__"
21998 LINTFLAGS
="$LINTFLAGS -D__i386__"
22001 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22002 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22003 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22004 echo $ECHO_N "(cached) $ECHO_C" >&6
22006 cat >conftest.
$ac_ext <<_ACEOF
22009 cat confdefs.h
>>conftest.
$ac_ext
22010 cat >>conftest.
$ac_ext <<_ACEOF
22011 /* end confdefs.h. */
22016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22017 $EGREP "yes" >/dev
/null
2>&1; then
22018 ac_cv_cpp_def___x86_64__
=yes
22020 ac_cv_cpp_def___x86_64__
=no
22025 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22026 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22027 if test $ac_cv_cpp_def___x86_64__ = yes; then
22028 CFLAGS
="$CFLAGS -D__x86_64__"
22029 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22032 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22033 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22034 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22035 echo $ECHO_N "(cached) $ECHO_C" >&6
22037 cat >conftest.
$ac_ext <<_ACEOF
22040 cat confdefs.h
>>conftest.
$ac_ext
22041 cat >>conftest.
$ac_ext <<_ACEOF
22042 /* end confdefs.h. */
22047 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22048 $EGREP "yes" >/dev
/null
2>&1; then
22049 ac_cv_cpp_def___ALPHA__
=yes
22051 ac_cv_cpp_def___ALPHA__
=no
22056 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22057 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22058 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22059 CFLAGS
="$CFLAGS -D__ALPHA__"
22060 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22063 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22064 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22065 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22066 echo $ECHO_N "(cached) $ECHO_C" >&6
22068 cat >conftest.
$ac_ext <<_ACEOF
22071 cat confdefs.h
>>conftest.
$ac_ext
22072 cat >>conftest.
$ac_ext <<_ACEOF
22073 /* end confdefs.h. */
22078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22079 $EGREP "yes" >/dev
/null
2>&1; then
22080 ac_cv_cpp_def___sparc__
=yes
22082 ac_cv_cpp_def___sparc__
=no
22087 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22088 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22089 if test $ac_cv_cpp_def___sparc__ = yes; then
22090 CFLAGS
="$CFLAGS -D__sparc__"
22091 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22094 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22095 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22096 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22097 echo $ECHO_N "(cached) $ECHO_C" >&6
22099 cat >conftest.
$ac_ext <<_ACEOF
22102 cat confdefs.h
>>conftest.
$ac_ext
22103 cat >>conftest.
$ac_ext <<_ACEOF
22104 /* end confdefs.h. */
22105 #ifndef __powerpc__
22109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22110 $EGREP "yes" >/dev
/null
2>&1; then
22111 ac_cv_cpp_def___powerpc__
=yes
22113 ac_cv_cpp_def___powerpc__
=no
22118 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22119 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22120 if test $ac_cv_cpp_def___powerpc__ = yes; then
22121 CFLAGS
="$CFLAGS -D__powerpc__"
22122 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22127 case $host_vendor in
22128 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22129 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22130 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22131 echo $ECHO_N "(cached) $ECHO_C" >&6
22133 cat >conftest.
$ac_ext <<_ACEOF
22136 cat confdefs.h
>>conftest.
$ac_ext
22137 cat >>conftest.
$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22144 $EGREP "yes" >/dev
/null
2>&1; then
22145 ac_cv_cpp_def___sun__
=yes
22147 ac_cv_cpp_def___sun__
=no
22152 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22153 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22154 if test $ac_cv_cpp_def___sun__ = yes; then
22155 CFLAGS
="$CFLAGS -D__sun__"
22156 LINTFLAGS
="$LINTFLAGS -D__sun__"
22162 DEPENDENCIES
="### Dependencies:
22167 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22169 \$(OBJS): \$(IDL_GEN_HEADERS)
22170 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22171 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22172 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22173 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22180 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22191 ALL_PROGRAM_DIRS
=""
22193 ALL_PROGRAM_INSTALL_DIRS
=""
22195 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22201 ac_config_commands
="$ac_config_commands include/stamp-h"
22204 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22206 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22208 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22210 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22212 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22214 ac_config_commands
="$ac_config_commands include/wine"
22217 ALL_MAKERULES
="$ALL_MAKERULES \\
22219 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22220 Make.rules: Make.rules.in"
22221 MAKE_RULES
=Make.rules
22222 ac_config_files
="$ac_config_files Make.rules"
22224 ALL_MAKERULES
="$ALL_MAKERULES \\
22225 dlls/Makedll.rules"
22226 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22227 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22228 MAKE_DLL_RULES
=dlls
/Makedll.rules
22229 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22231 ALL_MAKERULES
="$ALL_MAKERULES \\
22232 dlls/Makeimplib.rules"
22233 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22234 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22235 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22236 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22238 ALL_MAKERULES
="$ALL_MAKERULES \\
22239 dlls/Maketest.rules"
22240 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22241 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22242 MAKE_TEST_RULES
=dlls
/Maketest.rules
22243 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22245 ALL_MAKERULES
="$ALL_MAKERULES \\
22246 programs/Makeprog.rules"
22247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22248 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22249 MAKE_PROG_RULES
=programs
/Makeprog.rules
22250 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22256 Makefile: Makefile.in Make.rules"
22257 ac_config_files
="$ac_config_files Makefile"
22259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22261 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
22263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22264 dlls/Makefile: dlls/Makefile.in Make.rules"
22265 ac_config_files
="$ac_config_files dlls/Makefile"
22267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22268 dlls/acledit/Makefile"
22269 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22272 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22273 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22276 dlls/activeds/Makefile"
22277 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22280 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22281 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22284 dlls/actxprxy/Makefile"
22285 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22288 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22289 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22292 dlls/adsiid/Makefile"
22293 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22296 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22297 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22300 dlls/advapi32/Makefile"
22301 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22304 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22305 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22308 dlls/advapi32/tests/Makefile"
22309 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22312 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22313 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22316 dlls/advpack/Makefile"
22317 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22320 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22321 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22324 dlls/advpack/tests/Makefile"
22325 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22328 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22329 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22332 dlls/amstream/Makefile"
22333 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22336 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22337 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22340 dlls/appwiz.cpl/Makefile"
22341 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22344 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22345 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22349 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22352 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22353 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22356 dlls/avicap32/Makefile"
22357 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22360 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22361 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22364 dlls/avifil32/Makefile"
22365 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22368 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22369 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22372 dlls/browseui/Makefile"
22373 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22376 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22377 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22380 dlls/browseui/tests/Makefile"
22381 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22384 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22385 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22388 dlls/cabinet/Makefile"
22389 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22392 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22393 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22396 dlls/cabinet/tests/Makefile"
22397 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22400 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22401 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22404 dlls/capi2032/Makefile"
22405 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22408 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22409 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22412 dlls/cards/Makefile"
22413 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22416 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22417 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22420 dlls/cfgmgr32/Makefile"
22421 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22424 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22425 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22428 dlls/clusapi/Makefile"
22429 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22432 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22433 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22436 dlls/comcat/Makefile"
22437 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22440 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22441 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22444 dlls/comcat/tests/Makefile"
22445 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22448 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22449 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22452 dlls/comctl32/Makefile"
22453 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22456 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22457 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22460 dlls/comctl32/tests/Makefile"
22461 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22464 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22465 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22468 dlls/comdlg32/Makefile"
22469 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22472 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22473 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22476 dlls/comdlg32/tests/Makefile"
22477 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22480 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22481 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22484 dlls/compstui/Makefile"
22485 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22488 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22489 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22492 dlls/credui/Makefile"
22493 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22496 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22497 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22500 dlls/credui/tests/Makefile"
22501 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22504 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22505 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22508 dlls/crtdll/Makefile"
22509 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22512 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22513 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22516 dlls/crypt32/Makefile"
22517 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22520 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22521 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22524 dlls/crypt32/tests/Makefile"
22525 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22528 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22529 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22532 dlls/cryptdlg/Makefile"
22533 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22536 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22537 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22540 dlls/cryptdll/Makefile"
22541 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22544 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22545 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22548 dlls/cryptnet/Makefile"
22549 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22552 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22553 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22556 dlls/cryptnet/tests/Makefile"
22557 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22560 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22561 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22564 dlls/cryptui/Makefile"
22565 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22568 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22569 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22572 dlls/ctapi32/Makefile"
22573 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22576 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22577 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22580 dlls/ctl3d32/Makefile"
22581 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22584 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22585 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22588 dlls/d3d10/Makefile"
22589 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22592 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22593 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22596 dlls/d3d8/Makefile"
22597 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22600 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22601 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22604 dlls/d3d8/tests/Makefile"
22605 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22608 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22609 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22612 dlls/d3d9/Makefile"
22613 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22616 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22617 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22620 dlls/d3d9/tests/Makefile"
22621 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22625 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22628 dlls/d3dim/Makefile"
22629 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22632 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22633 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22636 dlls/d3drm/Makefile"
22637 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22640 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22641 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22644 dlls/d3drm/tests/Makefile"
22645 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22648 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22649 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22652 dlls/d3dx8/Makefile"
22653 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22656 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22657 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22660 dlls/d3dx8/tests/Makefile"
22661 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22664 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22665 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22668 dlls/d3dx9_24/Makefile"
22669 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22672 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22673 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22676 dlls/d3dx9_25/Makefile"
22677 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22680 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22681 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22684 dlls/d3dx9_26/Makefile"
22685 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22688 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22689 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
22691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22692 dlls/d3dx9_27/Makefile"
22693 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22696 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22697 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
22699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22700 dlls/d3dx9_28/Makefile"
22701 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22704 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22705 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
22707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22708 dlls/d3dx9_29/Makefile"
22709 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22712 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22713 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
22715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22716 dlls/d3dx9_30/Makefile"
22717 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22720 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22721 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
22723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22724 dlls/d3dx9_31/Makefile"
22725 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22728 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22729 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
22731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22732 dlls/d3dx9_32/Makefile"
22733 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22736 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22737 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
22739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22740 dlls/d3dx9_33/Makefile"
22741 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22744 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22745 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
22747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22748 dlls/d3dx9_34/Makefile"
22749 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22752 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22753 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
22755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22756 dlls/d3dx9_35/Makefile"
22757 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22760 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22761 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
22763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22764 dlls/d3dx9_36/Makefile"
22765 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22768 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22769 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
22771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22772 dlls/d3dx9_36/tests/Makefile"
22773 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22776 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22777 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22780 dlls/d3dx9_37/Makefile"
22781 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22784 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22785 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
22787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22788 dlls/d3dxof/Makefile"
22789 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22792 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22793 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
22795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22796 dlls/d3dxof/tests/Makefile"
22797 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22800 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22801 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
22803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22804 dlls/dbghelp/Makefile"
22805 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22808 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22809 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
22811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22812 dlls/dciman32/Makefile"
22813 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22816 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22817 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
22819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22820 dlls/ddraw/Makefile"
22821 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22824 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22825 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
22827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22828 dlls/ddraw/tests/Makefile"
22829 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22832 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22833 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
22835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22836 dlls/ddrawex/Makefile"
22837 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22840 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22841 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
22843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22844 dlls/devenum/Makefile"
22845 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22848 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22849 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
22851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22852 dlls/dinput/Makefile"
22853 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22856 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22857 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
22859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22860 dlls/dinput/tests/Makefile"
22861 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22864 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22865 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
22867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22868 dlls/dinput8/Makefile"
22869 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22872 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22873 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
22875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22876 dlls/dmband/Makefile"
22877 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22880 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22881 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
22883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22884 dlls/dmcompos/Makefile"
22885 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22888 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22889 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
22891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22892 dlls/dmime/Makefile"
22893 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22896 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22897 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
22899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22900 dlls/dmloader/Makefile"
22901 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22904 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22905 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
22907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22908 dlls/dmscript/Makefile"
22909 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22912 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22913 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
22915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22916 dlls/dmstyle/Makefile"
22917 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22920 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22921 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
22923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22924 dlls/dmsynth/Makefile"
22925 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22928 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22929 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
22931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22932 dlls/dmusic/Makefile"
22933 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22936 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22937 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
22939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22940 dlls/dmusic32/Makefile"
22941 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22944 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22945 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
22947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22948 dlls/dnsapi/Makefile"
22949 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22952 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22953 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
22955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22956 dlls/dnsapi/tests/Makefile"
22957 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22960 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22961 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
22963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22964 dlls/dplay/Makefile"
22965 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22968 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22969 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
22971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22972 dlls/dplayx/Makefile"
22973 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22976 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22977 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
22979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22980 dlls/dplayx/tests/Makefile"
22981 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22984 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22985 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
22987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22988 dlls/dpnaddr/Makefile"
22989 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22992 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22993 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
22995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22996 dlls/dpnet/Makefile"
22997 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23000 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23001 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
23003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23004 dlls/dpnhpast/Makefile"
23005 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23008 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23009 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23012 dlls/dpnlobby/Makefile"
23013 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23016 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23017 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23020 dlls/dpwsockx/Makefile"
23021 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23024 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23025 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23028 dlls/dsound/Makefile"
23029 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23032 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23033 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23036 dlls/dsound/tests/Makefile"
23037 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23040 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23041 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23044 dlls/dssenh/Makefile"
23045 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23048 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23049 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23052 dlls/dswave/Makefile"
23053 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23056 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23057 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23060 dlls/dwmapi/Makefile"
23061 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23064 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23065 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23068 dlls/dxdiagn/Makefile"
23069 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23072 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23073 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23076 dlls/dxerr8/Makefile"
23077 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23080 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23081 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23084 dlls/dxerr9/Makefile"
23085 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23088 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23089 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23092 dlls/dxguid/Makefile"
23093 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23096 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23097 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23100 dlls/faultrep/Makefile"
23101 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23104 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23105 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23108 dlls/fusion/Makefile"
23109 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23112 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23113 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23116 dlls/fusion/tests/Makefile"
23117 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23120 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23121 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23124 dlls/gdi32/Makefile"
23125 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23128 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23129 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23132 dlls/gdi32/tests/Makefile"
23133 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23136 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23137 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23140 dlls/gdiplus/Makefile"
23141 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23144 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23145 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23148 dlls/gdiplus/tests/Makefile"
23149 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23152 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23153 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23156 dlls/glu32/Makefile"
23157 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23160 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23161 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23164 dlls/gphoto2.ds/Makefile"
23165 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23168 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23169 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23172 dlls/gpkcsp/Makefile"
23173 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23176 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23177 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23181 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23184 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23185 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23188 dlls/hhctrl.ocx/Makefile"
23189 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23192 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23193 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23197 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23200 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23201 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23204 dlls/hlink/Makefile"
23205 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23208 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23209 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23212 dlls/hlink/tests/Makefile"
23213 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23216 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23217 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23220 dlls/hnetcfg/Makefile"
23221 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23224 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23225 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23228 dlls/iccvid/Makefile"
23229 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23232 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23233 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23236 dlls/icmp/Makefile"
23237 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23240 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23241 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23244 dlls/ifsmgr.vxd/Makefile"
23245 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23248 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23249 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23252 dlls/imaadp32.acm/Makefile"
23253 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23256 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23257 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23260 dlls/imagehlp/Makefile"
23261 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23264 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23265 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23268 dlls/imm32/Makefile"
23269 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23272 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23273 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23276 dlls/imm32/tests/Makefile"
23277 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23280 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23281 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23284 dlls/inetcomm/Makefile"
23285 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23288 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23289 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23292 dlls/inetcomm/tests/Makefile"
23293 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23296 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23300 dlls/inetmib1/Makefile"
23301 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23304 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23305 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23308 dlls/inetmib1/tests/Makefile"
23309 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23312 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23313 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23316 dlls/infosoft/Makefile"
23317 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23320 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23321 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23324 dlls/infosoft/tests/Makefile"
23325 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23328 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23329 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23332 dlls/initpki/Makefile"
23333 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23336 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23337 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23340 dlls/inkobj/Makefile"
23341 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23344 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23345 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23348 dlls/inseng/Makefile"
23349 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23352 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23353 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23356 dlls/iphlpapi/Makefile"
23357 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23360 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23361 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23364 dlls/iphlpapi/tests/Makefile"
23365 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23368 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23369 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23372 dlls/itircl/Makefile"
23373 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23376 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23377 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23380 dlls/itss/Makefile"
23381 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23384 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23385 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23388 dlls/itss/tests/Makefile"
23389 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23392 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23393 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23396 dlls/jscript/Makefile"
23397 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23400 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23401 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23404 dlls/jscript/tests/Makefile"
23405 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23408 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23409 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23412 dlls/kernel32/Makefile"
23413 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23416 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23417 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23420 dlls/kernel32/tests/Makefile"
23421 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23424 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23425 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23428 dlls/localspl/Makefile"
23429 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23432 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23433 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23436 dlls/localspl/tests/Makefile"
23437 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23440 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23444 dlls/localui/Makefile"
23445 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23448 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23449 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23452 dlls/localui/tests/Makefile"
23453 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23456 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23460 dlls/lz32/Makefile"
23461 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23464 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23465 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23468 dlls/lz32/tests/Makefile"
23469 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23472 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23476 dlls/mapi32/Makefile"
23477 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23480 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23481 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23484 dlls/mapi32/tests/Makefile"
23485 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23488 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23492 dlls/mciavi32/Makefile"
23493 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23496 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23497 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23500 dlls/mcicda/Makefile"
23501 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23504 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23505 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23508 dlls/mciseq/Makefile"
23509 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23512 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23513 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23516 dlls/mciwave/Makefile"
23517 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23520 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23521 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23524 dlls/midimap/Makefile"
23525 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23528 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23529 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23532 dlls/mlang/Makefile"
23533 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23536 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23537 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23540 dlls/mlang/tests/Makefile"
23541 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23544 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23545 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23548 dlls/mmdevldr.vxd/Makefile"
23549 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23552 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23553 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23556 dlls/monodebg.vxd/Makefile"
23557 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23560 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23561 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23564 dlls/mountmgr.sys/Makefile"
23565 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23568 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23569 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23573 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23576 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23577 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23580 dlls/mprapi/Makefile"
23581 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23584 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23585 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23588 dlls/msacm32.drv/Makefile"
23589 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23592 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23593 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23596 dlls/msacm32/Makefile"
23597 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23600 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23601 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23604 dlls/msacm32/tests/Makefile"
23605 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23608 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23609 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23612 dlls/msadp32.acm/Makefile"
23613 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23616 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23617 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23620 dlls/mscat32/Makefile"
23621 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23624 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23625 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23628 dlls/mscms/Makefile"
23629 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23632 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23633 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23636 dlls/mscms/tests/Makefile"
23637 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23640 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23641 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23644 dlls/mscoree/Makefile"
23645 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23648 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23649 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23652 dlls/msdmo/Makefile"
23653 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23656 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23657 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23660 dlls/msftedit/Makefile"
23661 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23664 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23665 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23668 dlls/msg711.acm/Makefile"
23669 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23672 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23673 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23676 dlls/mshtml.tlb/Makefile"
23677 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23680 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23681 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
23683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23684 dlls/mshtml/Makefile"
23685 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23688 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23689 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
23691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23692 dlls/mshtml/tests/Makefile"
23693 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23696 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23697 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
23699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23701 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23704 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23705 ac_config_files
="$ac_config_files dlls/msi/Makefile"
23707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23708 dlls/msi/tests/Makefile"
23709 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23712 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23713 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
23715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23716 dlls/msimg32/Makefile"
23717 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23720 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23721 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
23723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23724 dlls/msimtf/Makefile"
23725 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23728 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23729 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
23731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23732 dlls/msisip/Makefile"
23733 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23736 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23737 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
23739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23740 dlls/msisys.ocx/Makefile"
23741 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23744 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23745 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
23747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23748 dlls/msnet32/Makefile"
23749 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23752 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23753 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
23755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23756 dlls/msrle32/Makefile"
23757 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23760 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23761 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
23763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23764 dlls/mssip32/Makefile"
23765 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23768 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23769 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
23771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23772 dlls/mstask/Makefile"
23773 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23776 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23777 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
23779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23780 dlls/mstask/tests/Makefile"
23781 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23784 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23785 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
23787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23788 dlls/msvcirt/Makefile"
23789 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23792 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23793 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
23795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23796 dlls/msvcr71/Makefile"
23797 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23800 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23801 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
23803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23804 dlls/msvcrt/Makefile"
23805 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23808 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23809 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
23811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23812 dlls/msvcrt/tests/Makefile"
23813 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23816 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23817 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
23819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23820 dlls/msvcrt20/Makefile"
23821 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23824 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23825 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
23827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23828 dlls/msvcrt40/Makefile"
23829 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23832 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23833 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
23835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23836 dlls/msvcrtd/Makefile"
23837 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23840 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23841 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
23843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23844 dlls/msvcrtd/tests/Makefile"
23845 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23848 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23849 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
23851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23852 dlls/msvfw32/Makefile"
23853 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23856 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23857 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
23859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23860 dlls/msvidc32/Makefile"
23861 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23864 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23865 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
23867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23868 dlls/mswsock/Makefile"
23869 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23872 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23873 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
23875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23876 dlls/msxml3/Makefile"
23877 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23880 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23881 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
23883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23884 dlls/msxml3/tests/Makefile"
23885 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23888 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23889 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
23891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23892 dlls/nddeapi/Makefile"
23893 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23896 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23897 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
23899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23900 dlls/netapi32/Makefile"
23901 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23904 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23905 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
23907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23908 dlls/netapi32/tests/Makefile"
23909 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23912 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23913 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
23915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23916 dlls/newdev/Makefile"
23917 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23920 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23921 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
23923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23924 dlls/ntdll/Makefile"
23925 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23928 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23929 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
23931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23932 dlls/ntdll/tests/Makefile"
23933 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23936 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23937 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
23939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23940 dlls/ntdsapi/Makefile"
23941 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23944 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23945 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
23947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23948 dlls/ntdsapi/tests/Makefile"
23949 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23952 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23953 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
23955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23956 dlls/ntoskrnl.exe/Makefile"
23957 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23960 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23961 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23964 dlls/ntprint/Makefile"
23965 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23968 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23969 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
23971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23972 dlls/ntprint/tests/Makefile"
23973 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23976 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23977 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
23979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23980 dlls/objsel/Makefile"
23981 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23984 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23985 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
23987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23988 dlls/odbc32/Makefile"
23989 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23992 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23993 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
23995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23996 dlls/odbccp32/Makefile"
23997 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24000 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24001 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
24003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24004 dlls/odbccp32/tests/Makefile"
24005 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24008 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24009 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24012 dlls/ole32/Makefile"
24013 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24016 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24017 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24020 dlls/ole32/tests/Makefile"
24021 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24024 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24025 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24028 dlls/oleacc/Makefile"
24029 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24032 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24033 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24036 dlls/oleaut32/Makefile"
24037 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24040 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24041 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24044 dlls/oleaut32/tests/Makefile"
24045 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24048 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24049 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24052 dlls/olecli32/Makefile"
24053 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24056 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24057 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24060 dlls/oledlg/Makefile"
24061 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24064 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24065 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24068 dlls/olepro32/Makefile"
24069 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24072 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24076 dlls/olesvr32/Makefile"
24077 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24080 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24084 dlls/olethk32/Makefile"
24085 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24088 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24092 dlls/opengl32/Makefile"
24093 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24096 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24097 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24100 dlls/opengl32/tests/Makefile"
24101 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24104 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24109 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24112 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24113 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24116 dlls/pdh/tests/Makefile"
24117 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24120 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24121 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24124 dlls/powrprof/Makefile"
24125 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24128 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24129 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24132 dlls/printui/Makefile"
24133 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24136 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24137 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24140 dlls/propsys/Makefile"
24141 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24144 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24145 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24148 dlls/psapi/Makefile"
24149 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24152 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24153 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24156 dlls/psapi/tests/Makefile"
24157 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24160 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24161 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24164 dlls/pstorec/Makefile"
24165 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24168 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24169 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24172 dlls/qcap/Makefile"
24173 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24176 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24177 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24180 dlls/qedit/Makefile"
24181 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24184 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24185 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24188 dlls/qedit/tests/Makefile"
24189 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24192 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24193 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24196 dlls/qmgr/Makefile"
24197 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24200 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24201 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24204 dlls/qmgr/tests/Makefile"
24205 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24208 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24212 dlls/qmgrprxy/Makefile"
24213 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24216 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24217 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24220 dlls/quartz/Makefile"
24221 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24224 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24225 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24228 dlls/quartz/tests/Makefile"
24229 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24232 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24233 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24236 dlls/query/Makefile"
24237 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24240 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24241 ac_config_files
="$ac_config_files dlls/query/Makefile"
24243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24244 dlls/rasapi32/Makefile"
24245 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24248 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24249 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24252 dlls/rasapi32/tests/Makefile"
24253 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24256 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24260 dlls/resutils/Makefile"
24261 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24264 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24265 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24268 dlls/riched20/Makefile"
24269 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24272 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24273 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24276 dlls/riched20/tests/Makefile"
24277 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24280 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24281 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24284 dlls/riched32/Makefile"
24285 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24288 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24289 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24292 dlls/riched32/tests/Makefile"
24293 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24296 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24300 dlls/rpcrt4/Makefile"
24301 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24304 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24305 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24308 dlls/rpcrt4/tests/Makefile"
24309 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24312 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24313 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24316 dlls/rsabase/Makefile"
24317 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24320 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24321 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24324 dlls/rsaenh/Makefile"
24325 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24328 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24329 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24332 dlls/rsaenh/tests/Makefile"
24333 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24336 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24337 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24340 dlls/sane.ds/Makefile"
24341 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24344 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24345 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24348 dlls/sccbase/Makefile"
24349 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24352 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24353 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24356 dlls/schannel/Makefile"
24357 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24360 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24361 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24364 dlls/schannel/tests/Makefile"
24365 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24368 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24369 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24372 dlls/secur32/Makefile"
24373 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24376 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24380 dlls/secur32/tests/Makefile"
24381 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24384 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24388 dlls/security/Makefile"
24389 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24392 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24393 ac_config_files
="$ac_config_files dlls/security/Makefile"
24395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24396 dlls/sensapi/Makefile"
24397 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24400 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24401 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24404 dlls/serialui/Makefile"
24405 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24408 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24409 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24412 dlls/serialui/tests/Makefile"
24413 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24416 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24420 dlls/setupapi/Makefile"
24421 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24424 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24425 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24428 dlls/setupapi/tests/Makefile"
24429 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24432 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24437 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24440 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24441 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24444 dlls/sfc_os/Makefile"
24445 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24448 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24449 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24452 dlls/shdoclc/Makefile"
24453 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24456 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24457 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24460 dlls/shdocvw/Makefile"
24461 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24464 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24465 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24468 dlls/shdocvw/tests/Makefile"
24469 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24472 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24476 dlls/shell32/Makefile"
24477 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24480 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24481 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24484 dlls/shell32/tests/Makefile"
24485 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24488 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24492 dlls/shfolder/Makefile"
24493 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24496 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24497 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24500 dlls/shlwapi/Makefile"
24501 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24504 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24505 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24508 dlls/shlwapi/tests/Makefile"
24509 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24512 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24513 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24516 dlls/slbcsp/Makefile"
24517 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24520 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24521 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24525 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24528 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24529 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24532 dlls/snmpapi/Makefile"
24533 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24536 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24537 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24540 dlls/snmpapi/tests/Makefile"
24541 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24544 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24545 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24548 dlls/softpub/Makefile"
24549 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24552 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24553 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24556 dlls/spoolss/Makefile"
24557 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24560 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24561 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24564 dlls/spoolss/tests/Makefile"
24565 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24568 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24569 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24572 dlls/stdole2.tlb/Makefile"
24573 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24576 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24577 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24580 dlls/stdole32.tlb/Makefile"
24581 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24584 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24585 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24589 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24592 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24593 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24596 dlls/strmiids/Makefile"
24597 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24600 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24601 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24604 dlls/svrapi/Makefile"
24605 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24608 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24609 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24613 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24616 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24617 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24620 dlls/tapi32/Makefile"
24621 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24624 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24625 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24628 dlls/twain_32/Makefile"
24629 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24632 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24636 dlls/unicows/Makefile"
24637 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24640 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24641 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24645 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24648 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24649 ac_config_files
="$ac_config_files dlls/url/Makefile"
24651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24652 dlls/urlmon/Makefile"
24653 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24656 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24657 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24660 dlls/urlmon/tests/Makefile"
24661 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24664 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24668 dlls/user32/Makefile"
24669 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24672 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24673 ac_config_files
="$ac_config_files dlls/user32/Makefile"
24675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24676 dlls/user32/tests/Makefile"
24677 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24680 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
24683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24684 dlls/userenv/Makefile"
24685 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24688 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24689 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
24691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24692 dlls/userenv/tests/Makefile"
24693 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24696 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
24699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24700 dlls/usp10/Makefile"
24701 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24704 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24705 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
24707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24708 dlls/usp10/tests/Makefile"
24709 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24712 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
24715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24716 dlls/uuid/Makefile"
24717 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24720 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24721 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
24723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24724 dlls/uxtheme/Makefile"
24725 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24728 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24729 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
24731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24732 dlls/uxtheme/tests/Makefile"
24733 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24736 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24737 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
24739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24740 dlls/vdhcp.vxd/Makefile"
24741 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24744 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24745 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
24747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24748 dlls/vdmdbg/Makefile"
24749 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24752 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24753 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
24755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24756 dlls/version/Makefile"
24757 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24760 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24761 ac_config_files
="$ac_config_files dlls/version/Makefile"
24763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24764 dlls/version/tests/Makefile"
24765 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24768 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
24771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24772 dlls/vmm.vxd/Makefile"
24773 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24776 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24777 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
24779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24780 dlls/vnbt.vxd/Makefile"
24781 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24784 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24785 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
24787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24788 dlls/vnetbios.vxd/Makefile"
24789 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24792 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24793 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
24795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24796 dlls/vtdapi.vxd/Makefile"
24797 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24800 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24801 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
24803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24804 dlls/vwin32.vxd/Makefile"
24805 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24808 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24809 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
24811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24812 dlls/w32skrnl/Makefile"
24813 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24816 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24817 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
24819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24820 dlls/winealsa.drv/Makefile"
24821 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24824 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24825 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
24827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24828 dlls/wineaudioio.drv/Makefile"
24829 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24832 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24833 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
24835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24836 dlls/winecoreaudio.drv/Makefile"
24837 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24840 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24841 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24844 dlls/winecrt0/Makefile"
24845 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24848 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24849 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
24851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24852 dlls/wined3d/Makefile"
24853 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24856 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24857 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
24859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24860 dlls/winedos/Makefile"
24861 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24864 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24865 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
24867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24868 dlls/wineesd.drv/Makefile"
24869 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24872 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24873 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
24875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24876 dlls/winejack.drv/Makefile"
24877 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24880 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24881 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
24883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24884 dlls/winejoystick.drv/Makefile"
24885 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24888 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24889 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
24891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24892 dlls/winemp3.acm/Makefile"
24893 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24896 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24897 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
24899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24900 dlls/winenas.drv/Makefile"
24901 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24904 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24905 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
24907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24908 dlls/wineoss.drv/Makefile"
24909 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24912 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24913 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
24915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24916 dlls/wineps.drv/Makefile"
24917 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24920 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24921 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
24923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24924 dlls/winequartz.drv/Makefile"
24925 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24928 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24929 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
24931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24932 dlls/winex11.drv/Makefile"
24933 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24936 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24937 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
24939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24940 dlls/wing32/Makefile"
24941 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24944 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24945 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
24947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24948 dlls/winhttp/Makefile"
24949 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24952 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24953 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
24955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24956 dlls/winhttp/tests/Makefile"
24957 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24960 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
24963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24964 dlls/wininet/Makefile"
24965 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24968 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24969 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
24971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24972 dlls/wininet/tests/Makefile"
24973 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24976 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
24979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24980 dlls/winmm/Makefile"
24981 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24984 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24985 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
24987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24988 dlls/winmm/tests/Makefile"
24989 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24992 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
24995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24996 dlls/winnls32/Makefile"
24997 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25000 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
25003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25004 dlls/winscard/Makefile"
25005 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25008 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25009 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25012 dlls/winspool.drv/Makefile"
25013 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25016 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25017 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25020 dlls/winspool.drv/tests/Makefile"
25021 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25022 winspool.drv/tests"
25023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25024 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25028 dlls/wintab32/Makefile"
25029 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25032 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25033 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25036 dlls/wintrust/Makefile"
25037 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25040 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25041 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25044 dlls/wintrust/tests/Makefile"
25045 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25048 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25049 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25052 dlls/wldap32/Makefile"
25053 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25056 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25057 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25061 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25064 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25065 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25068 dlls/wnaspi32/Makefile"
25069 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25072 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25073 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25076 dlls/wow32/Makefile"
25077 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25080 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25084 dlls/ws2_32/Makefile"
25085 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25088 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25092 dlls/ws2_32/tests/Makefile"
25093 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25096 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25100 dlls/wsock32/Makefile"
25101 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25104 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25105 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25108 dlls/wtsapi32/Makefile"
25109 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25112 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25116 documentation/Makefile"
25117 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25120 documentation/Makefile: documentation/Makefile.in Make.rules"
25121 ac_config_files
="$ac_config_files documentation/Makefile"
25123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25125 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25128 fonts/Makefile: fonts/Makefile.in Make.rules"
25129 ac_config_files
="$ac_config_files fonts/Makefile"
25131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25133 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25136 include/Makefile: include/Makefile.in Make.rules"
25137 ac_config_files
="$ac_config_files include/Makefile"
25139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25141 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25144 libs/Makefile: libs/Makefile.in Make.rules"
25145 ac_config_files
="$ac_config_files libs/Makefile"
25147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25148 libs/port/Makefile"
25150 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25151 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25152 ac_config_files
="$ac_config_files libs/port/Makefile"
25154 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25155 libs/wine/Makefile"
25157 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25158 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25159 ac_config_files
="$ac_config_files libs/wine/Makefile"
25161 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25164 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25165 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25166 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25168 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25170 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25172 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25173 loader/Makefile: loader/Makefile.in Make.rules"
25174 ac_config_files
="$ac_config_files loader/Makefile"
25176 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25178 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25180 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25181 programs/Makefile: programs/Makefile.in Make.rules"
25182 ac_config_files
="$ac_config_files programs/Makefile"
25184 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25185 programs/clock/Makefile"
25186 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25187 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25190 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25191 ac_config_files
="$ac_config_files programs/clock/Makefile"
25193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25194 programs/cmd/Makefile"
25195 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25196 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25198 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25199 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25200 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25202 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25203 programs/cmdlgtst/Makefile"
25204 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25206 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25207 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25208 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25210 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25211 programs/control/Makefile"
25212 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25213 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25216 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25217 ac_config_files
="$ac_config_files programs/control/Makefile"
25219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25220 programs/eject/Makefile"
25221 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25222 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25225 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25226 ac_config_files
="$ac_config_files programs/eject/Makefile"
25228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25229 programs/expand/Makefile"
25230 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25231 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25233 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25234 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25235 ac_config_files
="$ac_config_files programs/expand/Makefile"
25237 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25238 programs/explorer/Makefile"
25239 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25240 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25242 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25243 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25244 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25246 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25247 programs/hh/Makefile"
25248 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25249 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25252 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25253 ac_config_files
="$ac_config_files programs/hh/Makefile"
25255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25256 programs/icinfo/Makefile"
25257 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25258 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25260 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25261 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25262 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25264 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25265 programs/iexplore/Makefile"
25266 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25267 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25270 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25271 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25274 programs/msiexec/Makefile"
25275 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25276 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25277 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25280 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25281 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25284 programs/net/Makefile"
25285 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25286 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25289 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25290 ac_config_files
="$ac_config_files programs/net/Makefile"
25292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25293 programs/notepad/Makefile"
25294 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25295 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25296 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25298 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25299 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25300 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25302 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25303 programs/oleview/Makefile"
25304 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25305 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25308 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25309 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25312 programs/progman/Makefile"
25313 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25314 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25315 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25318 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25319 ac_config_files
="$ac_config_files programs/progman/Makefile"
25321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25322 programs/reg/Makefile"
25323 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25324 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25326 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25327 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25328 ac_config_files
="$ac_config_files programs/reg/Makefile"
25330 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25331 programs/regedit/Makefile"
25332 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25333 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25334 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25337 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25338 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25341 programs/regsvr32/Makefile"
25342 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25343 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25344 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25346 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25347 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25348 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25350 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25351 programs/rpcss/Makefile"
25352 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25353 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25356 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25357 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25360 programs/rundll32/Makefile"
25361 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25362 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25364 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25365 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25366 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25368 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25369 programs/secedit/Makefile"
25370 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25371 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25374 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25375 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25378 programs/services/Makefile"
25379 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25380 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25382 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25383 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25384 ac_config_files
="$ac_config_files programs/services/Makefile"
25386 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25387 programs/spoolsv/Makefile"
25388 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25389 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25392 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25393 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25396 programs/start/Makefile"
25397 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25398 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25401 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25402 ac_config_files
="$ac_config_files programs/start/Makefile"
25404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25405 programs/svchost/Makefile"
25406 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25407 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25409 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25410 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25411 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25413 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25414 programs/taskmgr/Makefile"
25415 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25416 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25418 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25419 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25420 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25422 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25423 programs/uninstaller/Makefile"
25424 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25425 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25426 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25428 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25429 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25430 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25432 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25433 programs/view/Makefile"
25434 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25436 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25437 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25438 ac_config_files
="$ac_config_files programs/view/Makefile"
25440 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25441 programs/wineboot/Makefile"
25442 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25443 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25444 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25446 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25447 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25448 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25450 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25451 programs/winebrowser/Makefile"
25452 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25453 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25454 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25457 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25458 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25461 programs/winecfg/Makefile"
25462 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25463 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25464 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25466 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25467 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25468 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25470 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25471 programs/wineconsole/Makefile"
25472 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25473 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25474 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25476 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25477 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25478 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25480 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25481 programs/winedbg/Makefile"
25482 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25483 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25484 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25486 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25487 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25488 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25490 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25491 programs/winedevice/Makefile"
25492 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25493 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25496 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25497 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25500 programs/winefile/Makefile"
25501 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25502 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25503 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25505 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25506 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25507 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25509 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25510 programs/winemenubuilder/Makefile"
25511 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25512 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25514 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25515 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25516 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25518 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25519 programs/winemine/Makefile"
25520 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25521 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25522 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25524 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25525 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25526 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25528 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25529 programs/winepath/Makefile"
25530 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25531 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25532 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25534 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25535 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25536 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25538 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25539 programs/winetest/Makefile"
25540 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25542 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25543 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25544 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25546 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25547 programs/winevdm/Makefile"
25548 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25549 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25552 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25553 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25556 programs/winhlp32/Makefile"
25557 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25558 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25561 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25562 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25565 programs/winver/Makefile"
25566 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25567 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25569 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25570 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25571 ac_config_files
="$ac_config_files programs/winver/Makefile"
25573 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25574 programs/wordpad/Makefile"
25575 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25576 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25578 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25579 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25580 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25582 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25583 programs/write/Makefile"
25584 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25585 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25588 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25589 ac_config_files
="$ac_config_files programs/write/Makefile"
25591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25592 programs/xcopy/Makefile"
25593 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25594 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25596 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25597 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25598 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25600 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25602 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25604 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25605 server/Makefile: server/Makefile.in Make.rules"
25606 ac_config_files
="$ac_config_files server/Makefile"
25608 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25610 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25612 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25613 tools/Makefile: tools/Makefile.in Make.rules"
25614 ac_config_files
="$ac_config_files tools/Makefile"
25616 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25617 tools/widl/Makefile"
25619 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25620 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25621 ac_config_files
="$ac_config_files tools/widl/Makefile"
25623 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25624 tools/winebuild/Makefile"
25626 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25627 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25628 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25630 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25631 tools/winedump/Makefile"
25633 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25634 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25635 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25637 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25638 tools/winegcc/Makefile"
25640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25641 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25642 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25645 tools/wmc/Makefile"
25647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25648 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25649 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25652 tools/wrc/Makefile"
25654 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25655 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25656 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25660 ALL_WINETEST_DEPENDS
="# Test binaries"
25662 for dir
in $ALL_TEST_DIRS
25664 if test "$dir" != "\\"
25666 testname
=`expr $dir : '\(.*\)/tests'`_test.exe
25667 ALL_WINETEST_DEPENDS
="$ALL_WINETEST_DEPENDS
25668 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25669 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25673 cat >confcache
<<\_ACEOF
25674 # This file is a shell script that caches the results of configure
25675 # tests run on this system so they can be shared between configure
25676 # scripts and configure runs, see configure's option --config-cache.
25677 # It is not useful on other systems. If it contains results you don't
25678 # want to keep, you may remove or edit it.
25680 # config.status only pays attention to the cache file if you give it
25681 # the --recheck option to rerun configure.
25683 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25684 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25685 # following values.
25689 # The following way of writing the cache mishandles newlines in values,
25690 # but we know of no workaround that is simple, portable, and efficient.
25691 # So, we kill variables containing newlines.
25692 # Ultrix sh set writes to stderr and can't be redirected directly,
25693 # and sets the high bit in the cache file unless we assign to the vars.
25695 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25696 eval ac_val
=\$
$ac_var
25700 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25701 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25704 _ | IFS | as_nl
) ;; #(
25705 *) $as_unset $ac_var ;;
25711 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25712 *${as_nl}ac_space
=\
*)
25713 # `set' does not quote correctly, so add quotes (double-quote
25714 # substitution turns \\\\ into \\, and sed turns \\ into \).
25717 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25720 # `set' quotes correctly as required by POSIX, so do not add quotes.
25721 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25730 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25732 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25734 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25735 if test -w "$cache_file"; then
25736 test "x$cache_file" != "x/dev/null" &&
25737 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25738 echo "$as_me: updating cache $cache_file" >&6;}
25739 cat confcache
>$cache_file
25741 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25742 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25747 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25748 # Let make expand exec_prefix.
25749 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25751 DEFS
=-DHAVE_CONFIG_H
25755 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
25756 # 1. Remove the extension, and $U if already installed.
25757 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
25758 ac_i
=`echo "$ac_i" | sed "$ac_script"`
25759 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25760 # will be set to the directory where LIBOBJS objects are built.
25761 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25762 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25764 LIBOBJS
=$ac_libobjs
25766 LTLIBOBJS
=$ac_ltlibobjs
25770 : ${CONFIG_STATUS=./config.status}
25771 ac_clean_files_save
=$ac_clean_files
25772 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
25773 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25774 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25775 cat >$CONFIG_STATUS <<_ACEOF
25777 # Generated by $as_me.
25778 # Run this file to recreate the current configuration.
25779 # Compiler output produced by configure, useful for debugging
25780 # configure, is in config.log if it exists.
25783 ac_cs_recheck=false
25785 SHELL=\${CONFIG_SHELL-$SHELL}
25788 cat >>$CONFIG_STATUS <<\_ACEOF
25789 ## --------------------- ##
25790 ## M4sh Initialization. ##
25791 ## --------------------- ##
25793 # Be more Bourne compatible
25794 DUALCASE
=1; export DUALCASE
# for MKS sh
25795 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
25798 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25799 # is contrary to our usage. Disable this feature.
25800 alias -g '${1+"$@"}'='"$@"'
25801 setopt NO_GLOB_SUBST
25803 case `(set -o) 2>/dev/null` in
25804 *posix
*) set -o posix
;;
25813 # Avoid depending upon Character Ranges.
25814 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
25815 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25816 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
25817 as_cr_digits
='0123456789'
25818 as_cr_alnum
=$as_cr_Letters$as_cr_digits
25820 # The user is always right.
25821 if test "${PATH_SEPARATOR+set}" != set; then
25822 echo "#! /bin/sh" >conf$$.sh
25823 echo "exit 0" >>conf$$.sh
25825 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
25833 # Support unset when possible.
25834 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
25842 # We need space, tab and new line, in precisely that order. Quoting is
25843 # there to prevent editors from complaining about space-tab.
25844 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25845 # splitting by setting IFS to empty value.)
25850 # Find who we are. Look in the path if we contain no directory separator.
25852 *[\\/]* ) as_myself
=$0 ;;
25853 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25854 for as_dir
in $PATH
25857 test -z "$as_dir" && as_dir
=.
25858 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
25864 # We did not find ourselves, most probably we were run as `sh COMMAND'
25865 # in which case we are not to be found in the path.
25866 if test "x$as_myself" = x
; then
25869 if test ! -f "$as_myself"; then
25870 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25871 { (exit 1); exit 1; }
25874 # Work around bugs in pre-3.0 UWIN ksh.
25875 for as_var
in ENV MAIL MAILPATH
25876 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25884 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25885 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25886 LC_TELEPHONE LC_TIME
25888 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25889 eval $as_var=C
; export $as_var
25891 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25895 # Required to use basename.
25896 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25897 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25903 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25904 as_basename
=basename
25910 # Name of the executable.
25911 as_me
=`$as_basename -- "$0" ||
25912 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25913 X"$0" : 'X\(//\)$' \| \
25914 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25916 sed '/^.*\/\([^/][^/]*\)\/*$/{
25935 as_lineno_1
=$LINENO
25936 as_lineno_2
=$LINENO
25937 test "x$as_lineno_1" != "x$as_lineno_2" &&
25938 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
25940 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25941 # uniformly replaced by the line number. The first 'sed' inserts a
25942 # line-number line after each line using $LINENO; the second 'sed'
25943 # does the real work. The second script uses 'N' to pair each
25944 # line-number line with the line containing $LINENO, and appends
25945 # trailing '-' during substitution so that $LINENO is not a special
25946 # case at line end.
25947 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25948 # scripts with optimization help from Paolo Bonzini. Blame Lee
25949 # E. McMahon (1931-1989) for sed's syntax. :-)
25961 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25964 ' >$as_me.lineno
&&
25965 chmod +x
"$as_me.lineno" ||
25966 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25967 { (exit 1); exit 1; }; }
25969 # Don't try to exec as it changes $[0], causing all sort of problems
25970 # (the dirname of $[0] is not the place where we might find the
25971 # original and so on. Autoconf is especially sensitive to this).
25972 .
"./$as_me.lineno"
25973 # Exit status is that of the last command.
25978 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
25984 ECHO_C
= ECHO_N
= ECHO_T
=
25985 case `echo -n x` in
25987 case `echo 'x\c'` in
25988 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
25995 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25996 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26002 rm -f conf$$ conf$$.exe conf$$.
file
26003 if test -d conf$$.dir
; then
26004 rm -f conf$$.dir
/conf$$.
file
26010 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26012 # ... but there are two gotchas:
26013 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26014 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26015 # In both cases, we have to default to `cp -p'.
26016 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26018 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26023 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26024 rmdir conf$$.dir
2>/dev
/null
26026 if mkdir
-p .
2>/dev
/null
; then
26029 test -d .
/-p && rmdir .
/-p
26033 if test -x / >/dev
/null
2>&1; then
26034 as_test_x
='test -x'
26036 if ls -dL / >/dev
/null
2>&1; then
26043 if test -d "$1"; then
26049 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26050 ???[sx]*):;;*)false;;esac;fi
26054 as_executable_p
=$as_test_x
26056 # Sed expression to map a string onto a valid CPP name.
26057 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26059 # Sed expression to map a string onto a valid variable name.
26060 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26065 # Save the log message, to keep $[0] and so on meaningful, and to
26066 # report actual input values of CONFIG_FILES etc. instead of their
26067 # values after options handling.
26069 This file was extended by Wine $as_me 1.1.3, which was
26070 generated by GNU Autoconf 2.61. Invocation command line was
26072 CONFIG_FILES = $CONFIG_FILES
26073 CONFIG_HEADERS = $CONFIG_HEADERS
26074 CONFIG_LINKS = $CONFIG_LINKS
26075 CONFIG_COMMANDS = $CONFIG_COMMANDS
26078 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26083 cat >>$CONFIG_STATUS <<_ACEOF
26084 # Files that config.status was made for.
26085 config_files="$ac_config_files"
26086 config_headers="$ac_config_headers"
26087 config_commands="$ac_config_commands"
26091 cat >>$CONFIG_STATUS <<\_ACEOF
26093 \`$as_me' instantiates files from templates according to the
26094 current configuration.
26096 Usage: $0 [OPTIONS] [FILE]...
26098 -h, --help print this help, then exit
26099 -V, --version print version number and configuration settings, then exit
26100 -q, --quiet do not print progress messages
26101 -d, --debug don't remove temporary files
26102 --recheck update $as_me by reconfiguring in the same conditions
26103 --file=FILE[:TEMPLATE]
26104 instantiate the configuration file FILE
26105 --header=FILE[:TEMPLATE]
26106 instantiate the configuration header FILE
26108 Configuration files:
26111 Configuration headers:
26114 Configuration commands:
26117 Report bugs to <bug-autoconf@gnu.org>."
26120 cat >>$CONFIG_STATUS <<_ACEOF
26122 Wine config.status 1.1.3
26123 configured by $0, generated by GNU Autoconf 2.61,
26124 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26126 Copyright (C) 2006 Free Software Foundation, Inc.
26127 This config.status script is free software; the Free Software Foundation
26128 gives unlimited permission to copy, distribute and modify it."
26135 cat >>$CONFIG_STATUS <<\_ACEOF
26136 # If no file are specified by the user, then we need to provide default
26137 # value. By we need to know if files were specified by the user.
26143 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26144 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26155 # Handling of the options.
26156 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26158 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26159 echo "$ac_cs_version"; exit ;;
26160 --debug |
--debu |
--deb |
--de |
--d |
-d )
26162 --file |
--fil |
--fi |
--f )
26164 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26165 ac_need_defaults
=false
;;
26166 --header |
--heade |
--head |
--hea )
26168 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26169 ac_need_defaults
=false
;;
26171 # Conflict between --help and --header
26172 { echo "$as_me: error: ambiguous option: $1
26173 Try \`$0 --help' for more information." >&2
26174 { (exit 1); exit 1; }; };;
26175 --help |
--hel |
-h )
26176 echo "$ac_cs_usage"; exit ;;
26177 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26178 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26181 # This is an error.
26182 -*) { echo "$as_me: error: unrecognized option: $1
26183 Try \`$0 --help' for more information." >&2
26184 { (exit 1); exit 1; }; } ;;
26186 *) ac_config_targets
="$ac_config_targets $1"
26187 ac_need_defaults
=false
;;
26193 ac_configure_extra_args
=
26195 if $ac_cs_silent; then
26197 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26201 cat >>$CONFIG_STATUS <<_ACEOF
26202 if \$ac_cs_recheck; then
26203 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26204 CONFIG_SHELL=$SHELL
26205 export CONFIG_SHELL
26206 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26210 cat >>$CONFIG_STATUS <<\_ACEOF
26214 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26215 ## Running $as_me. ##
26221 cat >>$CONFIG_STATUS <<_ACEOF
26224 cat >>$CONFIG_STATUS <<\_ACEOF
26226 # Handling of arguments.
26227 for ac_config_target
in $ac_config_targets
26229 case $ac_config_target in
26230 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26231 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26232 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26233 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26234 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26235 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26236 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26237 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26238 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26239 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26240 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26241 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26242 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26243 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26244 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26245 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26246 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26247 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26248 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26249 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26250 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26251 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26252 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26253 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26254 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26255 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26256 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26257 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26258 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26259 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26260 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26261 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26262 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26263 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26264 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26265 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26266 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26267 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26268 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26269 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26270 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26271 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26272 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26273 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26274 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26275 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26276 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26277 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26278 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26279 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26280 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26281 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26282 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26283 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26284 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26285 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26286 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26287 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26288 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26289 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26290 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26291 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26292 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26293 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26294 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26295 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26296 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26297 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26298 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26299 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26300 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26301 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26302 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26303 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26304 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26305 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26306 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26307 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26308 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26309 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26310 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26311 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26312 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26313 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26314 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26315 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26316 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26317 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26318 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26319 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26320 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26321 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26322 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26323 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26324 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26325 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26326 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26327 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26328 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26329 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26330 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26331 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26332 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26333 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26334 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26335 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26336 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26337 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26338 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26339 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26340 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26341 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26342 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26343 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26344 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26345 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26346 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26347 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26348 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26349 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26350 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26351 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26352 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26353 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26354 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26355 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26356 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26357 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26358 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26359 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26360 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26361 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26362 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26363 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26364 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26365 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26366 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26367 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26368 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26369 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26370 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26371 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26372 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26373 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26374 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26375 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26376 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26377 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26378 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26379 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26380 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26381 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26382 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26383 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26384 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26385 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26386 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26387 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26388 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26389 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26390 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26391 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26392 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26393 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26394 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26395 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26396 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26397 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26398 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26399 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26400 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26401 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26402 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26403 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26404 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26405 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26406 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26407 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26408 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26409 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26410 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26411 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26412 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26413 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26414 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26415 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26416 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26417 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26418 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26419 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26420 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26421 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26422 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26423 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26424 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26425 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26426 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26427 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26428 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26429 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26430 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26431 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26432 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26433 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26434 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26435 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26436 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26437 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26438 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26439 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26440 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26441 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26442 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26443 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26444 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26445 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26446 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26447 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26448 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26449 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26450 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26451 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26452 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26453 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26454 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26455 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26456 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26457 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26458 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26459 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26460 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26461 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26462 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26463 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26464 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26465 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26466 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26467 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26468 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26469 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26470 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26471 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26472 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26473 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26474 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26475 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26476 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26477 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26478 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26479 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26480 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26481 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26482 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26483 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26484 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26485 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26486 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26487 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26488 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26489 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26490 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26491 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26492 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26493 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26494 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26495 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26496 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26497 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26498 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26499 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26500 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26501 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26502 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26503 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26504 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26505 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26506 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26507 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26508 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26509 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26510 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26511 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26512 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26513 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26514 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26515 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26516 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26517 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26518 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26519 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26520 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26521 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26522 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26523 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26524 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26525 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26526 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26527 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26528 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26529 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26530 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26531 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26532 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26533 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26534 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26535 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26536 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26537 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26538 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26539 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26540 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26541 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26542 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26543 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26544 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26545 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26546 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26547 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26548 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26549 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26550 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26551 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26552 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26553 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26554 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26555 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26556 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26557 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26558 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26559 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26560 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26561 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26562 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26563 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26564 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26565 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26566 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26567 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26568 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26569 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26570 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26571 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26572 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26573 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26574 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26575 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26576 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26577 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26578 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26579 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26580 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26581 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26582 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26583 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26584 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26585 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26586 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26587 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26588 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26589 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26590 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26591 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26592 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26593 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26594 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26595 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26596 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26597 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26598 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26599 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26600 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26601 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26602 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26603 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26604 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26605 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26606 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26607 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26608 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26609 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26610 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26611 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26612 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26613 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26614 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26615 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26616 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26617 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26618 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26619 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26620 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26621 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26622 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26623 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26624 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26625 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26626 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26627 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26628 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26629 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26630 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26631 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26632 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26633 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26634 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26635 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26636 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26637 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26638 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26639 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26640 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26641 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26642 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26643 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26644 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26645 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26646 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26647 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26648 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26649 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26650 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26651 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26652 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26653 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26654 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26655 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26656 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26657 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26658 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26659 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26660 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26661 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26662 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26664 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26665 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26666 { (exit 1); exit 1; }; };;
26671 # If the user did not use the arguments to specify the items to instantiate,
26672 # then the envvar interface is used. Set only those that are not.
26673 # We use the long form for the default assignment because of an extremely
26674 # bizarre bug on SunOS 4.1.3.
26675 if $ac_need_defaults; then
26676 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26677 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26678 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26681 # Have a temporary directory for convenience. Make it in the build tree
26682 # simply because there is no reason against having it here, and in addition,
26683 # creating and moving files from /tmp can sometimes cause problems.
26684 # Hook for its removal unless debugging.
26685 # Note that there is a small window in which the directory will not be cleaned:
26686 # after its creation but before its name has been assigned to `$tmp'.
26690 trap 'exit_status=$?
26691 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26693 trap '{ (exit 1); exit 1; }' 1 2 13 15
26695 # Create a (secure) tmp directory for tmp files.
26698 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26699 test -n "$tmp" && test -d "$tmp"
26702 tmp
=.
/conf$$
-$RANDOM
26703 (umask 077 && mkdir
"$tmp")
26706 echo "$me: cannot create a temporary directory in ." >&2
26707 { (exit 1); exit 1; }
26711 # Set up the sed scripts for CONFIG_FILES section.
26714 # No need to generate the scripts if there are no CONFIG_FILES.
26715 # This happens for instance when ./config.status config.h
26716 if test -n "$CONFIG_FILES"; then
26720 # Create sed commands to just substitute file output variables.
26722 # Remaining file output variables are in a fragment that also has non-file
26728 for ac_last_try
in false false false false false
:; do
26729 cat >conf$
$subs.
sed <<_ACEOF
26730 SHELL!$SHELL$ac_delim
26731 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26732 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26733 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26734 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26735 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26736 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26737 exec_prefix!$exec_prefix$ac_delim
26738 prefix!$prefix$ac_delim
26739 program_transform_name!$program_transform_name$ac_delim
26740 bindir!$bindir$ac_delim
26741 sbindir!$sbindir$ac_delim
26742 libexecdir!$libexecdir$ac_delim
26743 datarootdir!$datarootdir$ac_delim
26744 datadir!$datadir$ac_delim
26745 sysconfdir!$sysconfdir$ac_delim
26746 sharedstatedir!$sharedstatedir$ac_delim
26747 localstatedir!$localstatedir$ac_delim
26748 includedir!$includedir$ac_delim
26749 oldincludedir!$oldincludedir$ac_delim
26750 docdir!$docdir$ac_delim
26751 infodir!$infodir$ac_delim
26752 htmldir!$htmldir$ac_delim
26753 dvidir!$dvidir$ac_delim
26754 pdfdir!$pdfdir$ac_delim
26755 psdir!$psdir$ac_delim
26756 libdir!$libdir$ac_delim
26757 localedir!$localedir$ac_delim
26758 mandir!$mandir$ac_delim
26759 DEFS!$DEFS$ac_delim
26760 ECHO_C!$ECHO_C$ac_delim
26761 ECHO_N!$ECHO_N$ac_delim
26762 ECHO_T!$ECHO_T$ac_delim
26763 LIBS!$LIBS$ac_delim
26764 build_alias!$build_alias$ac_delim
26765 host_alias!$host_alias$ac_delim
26766 target_alias!$target_alias$ac_delim
26767 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26768 build!$build$ac_delim
26769 build_cpu!$build_cpu$ac_delim
26770 build_vendor!$build_vendor$ac_delim
26771 build_os!$build_os$ac_delim
26772 host!$host$ac_delim
26773 host_cpu!$host_cpu$ac_delim
26774 host_vendor!$host_vendor$ac_delim
26775 host_os!$host_os$ac_delim
26776 WIN16_FILES!$WIN16_FILES$ac_delim
26777 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26778 SET_MAKE!$SET_MAKE$ac_delim
26780 CFLAGS!$CFLAGS$ac_delim
26781 LDFLAGS!$LDFLAGS$ac_delim
26782 CPPFLAGS!$CPPFLAGS$ac_delim
26783 ac_ct_CC!$ac_ct_CC$ac_delim
26784 EXEEXT!$EXEEXT$ac_delim
26785 OBJEXT!$OBJEXT$ac_delim
26787 CXXFLAGS!$CXXFLAGS$ac_delim
26788 ac_ct_CXX!$ac_ct_CXX$ac_delim
26789 CPPBIN!$CPPBIN$ac_delim
26790 TOOLSDIR!$TOOLSDIR$ac_delim
26791 XMKMF!$XMKMF$ac_delim
26793 X_CFLAGS!$X_CFLAGS$ac_delim
26794 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26795 X_LIBS!$X_LIBS$ac_delim
26796 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26797 FLEX!$FLEX$ac_delim
26798 BISON!$BISON$ac_delim
26800 ac_ct_AS!$ac_ct_AS$ac_delim
26802 ac_ct_LD!$ac_ct_LD$ac_delim
26804 ac_ct_NM!$ac_ct_NM$ac_delim
26806 ac_ct_AR!$ac_ct_AR$ac_delim
26807 ARFLAGS!$ARFLAGS$ac_delim
26808 RANLIB!$RANLIB$ac_delim
26809 STRIP!$STRIP$ac_delim
26810 WINDRES!$WINDRES$ac_delim
26811 LN_S!$LN_S$ac_delim
26814 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26816 elif $ac_last_try; then
26817 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26818 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26819 { (exit 1); exit 1; }; }
26821 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26825 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26826 if test -n "$ac_eof"; then
26827 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26828 ac_eof
=`expr $ac_eof + 1`
26831 cat >>$CONFIG_STATUS <<_ACEOF
26832 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26833 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26834 /^[ ]*@MAKE_RULES@[ ]*$/{
26838 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26842 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26843 r $MAKE_IMPLIB_RULES
26846 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26850 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26856 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26857 s/^/s,@/; s/!/@,|#_!!_#|/
26860 s/'"$ac_delim"'$/,g/; t
26862 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26863 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26864 rm -f conf$
$subs.
sed
26865 cat >>$CONFIG_STATUS <<_ACEOF
26871 for ac_last_try
in false false false false false
:; do
26872 cat >conf$
$subs.
sed <<_ACEOF
26874 GREP!$GREP$ac_delim
26875 EGREP!$EGREP$ac_delim
26876 LDCONFIG!$LDCONFIG$ac_delim
26877 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26878 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26879 INSTALL_DATA!$INSTALL_DATA$ac_delim
26880 LINT!$LINT$ac_delim
26881 LINTFLAGS!$LINTFLAGS$ac_delim
26882 FONTFORGE!$FONTFORGE$ac_delim
26883 PKG_CONFIG!$PKG_CONFIG$ac_delim
26884 RSVG!$RSVG$ac_delim
26885 ICOTOOL!$ICOTOOL$ac_delim
26886 PRELINK!$PRELINK$ac_delim
26887 LIBPTHREAD!$LIBPTHREAD$ac_delim
26888 XLIB!$XLIB$ac_delim
26889 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26890 DLLEXT!$DLLEXT$ac_delim
26891 DLLFLAGS!$DLLFLAGS$ac_delim
26892 LDSHARED!$LDSHARED$ac_delim
26893 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26894 LIBEXT!$LIBEXT$ac_delim
26895 IMPLIBEXT!$IMPLIBEXT$ac_delim
26896 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26897 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26899 DLLTOOL!$DLLTOOL$ac_delim
26900 DLLWRAP!$DLLWRAP$ac_delim
26901 MINGWAR!$MINGWAR$ac_delim
26902 SECURITYLIB!$SECURITYLIB$ac_delim
26903 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26904 IOKITLIB!$IOKITLIB$ac_delim
26905 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26906 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26907 COREAUDIO!$COREAUDIO$ac_delim
26908 CARBONLIB!$CARBONLIB$ac_delim
26909 CROSSTEST!$CROSSTEST$ac_delim
26910 CROSSCC!$CROSSCC$ac_delim
26911 CROSSWINDRES!$CROSSWINDRES$ac_delim
26912 NASLIBS!$NASLIBS$ac_delim
26913 XML2LIBS!$XML2LIBS$ac_delim
26914 XML2INCL!$XML2INCL$ac_delim
26915 XSLTLIBS!$XSLTLIBS$ac_delim
26916 XSLTINCL!$XSLTINCL$ac_delim
26917 HALINCL!$HALINCL$ac_delim
26918 sane_devel!$sane_devel$ac_delim
26919 SANEINCL!$SANEINCL$ac_delim
26920 gphoto2_devel!$gphoto2_devel$ac_delim
26921 gphoto2port_devel!$gphoto2port_devel$ac_delim
26922 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26923 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26924 RESOLVLIBS!$RESOLVLIBS$ac_delim
26925 LCMSLIBS!$LCMSLIBS$ac_delim
26926 ft_devel!$ft_devel$ac_delim
26927 FREETYPELIBS!$FREETYPELIBS$ac_delim
26928 FREETYPEINCL!$FREETYPEINCL$ac_delim
26929 ESDCONFIG!$ESDCONFIG$ac_delim
26930 ESDINCL!$ESDINCL$ac_delim
26931 ESDLIBS!$ESDLIBS$ac_delim
26932 ALSALIBS!$ALSALIBS$ac_delim
26933 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26934 CUPSINCL!$CUPSINCL$ac_delim
26935 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26936 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26937 BUILTINFLAG!$BUILTINFLAG$ac_delim
26938 LDPATH!$LDPATH$ac_delim
26939 CRTLIBS!$CRTLIBS$ac_delim
26940 SOCKETLIBS!$SOCKETLIBS$ac_delim
26941 MAIN_BINARY!$MAIN_BINARY$ac_delim
26942 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26943 LIBDL!$LIBDL$ac_delim
26944 LIBPOLL!$LIBPOLL$ac_delim
26945 LDAPLIBS!$LDAPLIBS$ac_delim
26946 DEPENDENCIES!$DEPENDENCIES$ac_delim
26947 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26948 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26949 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26950 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26951 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26952 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26953 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26954 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26955 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26956 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26957 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26958 LIBOBJS!$LIBOBJS$ac_delim
26959 LTLIBOBJS!$LTLIBOBJS$ac_delim
26962 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26964 elif $ac_last_try; then
26965 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26966 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26967 { (exit 1); exit 1; }; }
26969 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26973 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26974 if test -n "$ac_eof"; then
26975 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26976 ac_eof
=`expr $ac_eof + 1`
26979 cat >>$CONFIG_STATUS <<_ACEOF
26980 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26981 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26984 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26985 s/^/s,@/; s/!/@,|#_!!_#|/
26988 s/'"$ac_delim"'$/,g/; t
26990 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26991 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26992 rm -f conf$
$subs.
sed
26993 cat >>$CONFIG_STATUS <<_ACEOF
27000 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27001 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27002 # trailing colons and then remove the whole line if VPATH becomes empty
27003 # (actually we leave an empty line to preserve line numbers).
27004 if test "x$srcdir" = x.
; then
27005 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27006 s/:*\$(srcdir):*/:/
27007 s/:*\${srcdir}:*/:/
27009 s/^\([^=]*=[ ]*\):*/\1/
27015 cat >>$CONFIG_STATUS <<\_ACEOF
27016 fi # test -n "$CONFIG_FILES"
27019 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27022 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27024 case $ac_mode$ac_tag in
27026 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27027 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27028 { (exit 1); exit 1; }; };;
27029 :[FH
]-) ac_tag
=-:-;;
27030 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27047 -) ac_f
="$tmp/stdin";;
27048 *) # Look for the file first in the build tree, then in the source tree
27049 # (if the path is not absolute). The absolute path cannot be DOS-style,
27050 # because $ac_f cannot contain `:'.
27054 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27056 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27057 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27058 { (exit 1); exit 1; }; };;
27060 ac_file_inputs
="$ac_file_inputs $ac_f"
27063 # Let's still pretend it is `configure' which instantiates (i.e., don't
27064 # use $as_me), people would be surprised to read:
27065 # /* config.h. Generated by config.status. */
27066 configure_input
="Generated from "`IFS=:
27067 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27068 if test x
"$ac_file" != x-
; then
27069 configure_input
="$ac_file. $configure_input"
27070 { echo "$as_me:$LINENO: creating $ac_file" >&5
27071 echo "$as_me: creating $ac_file" >&6;}
27075 *:-:* |
*:-) cat >"$tmp/stdin";;
27080 ac_dir
=`$as_dirname -- "$ac_file" ||
27081 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27082 X"$ac_file" : 'X\(//\)[^/]' \| \
27083 X"$ac_file" : 'X\(//\)$' \| \
27084 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27086 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27090 /^X\(\/\/\)[^/].*/{
27105 -*) as_dir
=.
/$as_dir;;
27107 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27111 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27112 *) as_qdir
=$as_dir;;
27114 as_dirs
="'$as_qdir' $as_dirs"
27115 as_dir
=`$as_dirname -- "$as_dir" ||
27116 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27117 X"$as_dir" : 'X\(//\)[^/]' \| \
27118 X"$as_dir" : 'X\(//\)$' \| \
27119 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27121 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27125 /^X\(\/\/\)[^/].*/{
27138 test -d "$as_dir" && break
27140 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27141 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27142 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27143 { (exit 1); exit 1; }; }; }
27147 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27149 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27150 # A ".." for each directory in $ac_dir_suffix.
27151 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27152 case $ac_top_builddir_sub in
27153 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27154 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27157 ac_abs_top_builddir
=$ac_pwd
27158 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27159 # for backward compatibility:
27160 ac_top_builddir
=$ac_top_build_prefix
27163 .
) # We are building in place.
27165 ac_top_srcdir
=$ac_top_builddir_sub
27166 ac_abs_top_srcdir
=$ac_pwd ;;
27167 [\\/]* | ?
:[\\/]* ) # Absolute name.
27168 ac_srcdir
=$srcdir$ac_dir_suffix;
27169 ac_top_srcdir
=$srcdir
27170 ac_abs_top_srcdir
=$srcdir ;;
27171 *) # Relative name.
27172 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27173 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27174 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27176 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27186 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27187 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27191 cat >>$CONFIG_STATUS <<\_ACEOF
27192 # If the template does not know about datarootdir, expand it.
27193 # FIXME: This hack should be removed a few years after 2.60.
27194 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27196 case `sed -n '/datarootdir/ {
27205 ' $ac_file_inputs` in
27206 *datarootdir
*) ac_datarootdir_seen
=yes;;
27207 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27208 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27209 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27211 cat >>$CONFIG_STATUS <<_ACEOF
27212 ac_datarootdir_hack='
27213 s&@datadir@&$datadir&g
27214 s&@docdir@&$docdir&g
27215 s&@infodir@&$infodir&g
27216 s&@localedir@&$localedir&g
27217 s&@mandir@&$mandir&g
27218 s&\\\${datarootdir}&$datarootdir&g' ;;
27222 # Neutralize VPATH when `$srcdir' = `.'.
27223 # Shell code in configure.ac might set extrasub.
27224 # FIXME: do we really want to maintain this feature?
27225 cat >>$CONFIG_STATUS <<_ACEOF
27229 cat >>$CONFIG_STATUS <<\_ACEOF
27231 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27232 s
&@configure_input@
&$configure_input&;t t
27233 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27234 s
&@srcdir@
&$ac_srcdir&;t t
27235 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27236 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27237 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27238 s
&@builddir@
&$ac_builddir&;t t
27239 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27240 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27241 s
&@INSTALL@
&$ac_INSTALL&;t t
27242 $ac_datarootdir_hack
27243 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27245 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27246 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27247 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27248 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27249 which seems to be undefined. Please make sure it is defined." >&5
27250 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27251 which seems to be undefined. Please make sure it is defined." >&2;}
27255 -) cat "$tmp/out"; rm -f "$tmp/out";;
27256 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27265 # Transform confdefs.h into a sed script `conftest.defines', that
27266 # substitutes the proper values into config.h.in to produce config.h.
27267 rm -f conftest.defines conftest.
tail
27268 # First, append a space to every undef/define line, to ease matching.
27269 echo 's/$/ /' >conftest.defines
27270 # Then, protect against being on the right side of a sed subst, or in
27271 # an unquoted here document, in config.status. If some macros were
27272 # called several times there might be several #defines for the same
27273 # symbol, which is useless. But do not sort them, since the last
27274 # AC_DEFINE must be honored.
27275 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27276 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27277 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27278 # PARAMS is the parameter list in the macro definition--in most cases, it's
27279 # just an empty string.
27280 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27281 ac_dB
='\\)[ (].*,\\1define\\2'
27289 s/^[ ]*#[ ]*define[ ][ ]*//
27294 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27295 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27296 ' >>conftest.defines
27298 # Remove the space that was appended to ease matching.
27299 # Then replace #undef with comments. This is necessary, for
27300 # example, in the case of _POSIX_SOURCE, which is predefined and required
27301 # on some systems where configure will not decide to define it.
27302 # (The regexp can be short, since the line contains either #define or #undef.)
27304 s,^[ #]*u.*,/* & */,' >>conftest.defines
27306 # Break up conftest.defines:
27307 ac_max_sed_lines
=50
27309 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27310 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27311 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27313 ac_in
='$ac_file_inputs'
27314 ac_out
='"$tmp/out1"'
27315 ac_nxt
='"$tmp/out2"'
27319 # Write a here document:
27320 cat >>$CONFIG_STATUS <<_ACEOF
27321 # First, check the format of the line:
27322 cat >"\$tmp/defines.sed" <<\\CEOF
27323 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27324 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27328 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27330 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27331 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27332 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27333 grep . conftest.
tail >/dev
/null ||
break
27334 rm -f conftest.defines
27335 mv conftest.
tail conftest.defines
27337 rm -f conftest.defines conftest.
tail
27339 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27340 cat >>$CONFIG_STATUS <<\_ACEOF
27341 if test x
"$ac_file" != x-
; then
27342 echo "/* $configure_input */" >"$tmp/config.h"
27343 cat "$ac_result" >>"$tmp/config.h"
27344 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27345 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27346 echo "$as_me: $ac_file is unchanged" >&6;}
27349 mv "$tmp/config.h" $ac_file
27352 echo "/* $configure_input */"
27358 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27359 echo "$as_me: executing $ac_file commands" >&6;}
27364 case $ac_file$ac_mode in
27365 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27366 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27367 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27368 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27369 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27370 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27371 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27372 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27373 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27374 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27375 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27376 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27377 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27383 { (exit 0); exit 0; }
27385 chmod +x
$CONFIG_STATUS
27386 ac_clean_files
=$ac_clean_files_save
27389 # configure is writing to config.log, and then calls config.status.
27390 # config.status does its own redirection, appending to config.log.
27391 # Unfortunately, on DOS this fails, as config.log is still kept open
27392 # by configure, so config.status won't be able to write to it; its
27393 # output is simply discarded. So we exec the FD to /dev/null,
27394 # effectively closing config.log, so it can be properly (re)opened and
27395 # appended to by config.status. When coming back to configure, we
27396 # need to make the FD available again.
27397 if test "$no_create" != yes; then
27399 ac_config_status_args
=
27400 test "$silent" = yes &&
27401 ac_config_status_args
="$ac_config_status_args --quiet"
27403 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27405 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27406 # would make configure fail if this is the last instruction.
27407 $ac_cs_success ||
{ (exit 1); exit 1; }
27411 if test "$no_create" = "yes"
27418 if test "x$wine_notices != "x
; then
27420 for msg
in $wine_notices; do
27421 if test -n "$msg"; then
27422 { echo "$as_me:$LINENO: $msg" >&5
27423 echo "$as_me: $msg" >&6;}
27427 for msg
in $wine_warnings; do
27428 if test -n "$msg"; then
27430 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27431 echo "$as_me: WARNING: $msg" >&2;}
27437 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.