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
786 ac_subst_files
='MAKE_RULES
791 ac_precious_vars
='build_alias
806 # Initialize some variables set by options.
808 ac_init_version
=false
809 # The variables have the same names as the options, with
810 # dashes changed to underlines.
818 program_transform_name
=s
,x
,x
,
826 # Installation directory options.
827 # These are left unexpanded so users can "make install exec_prefix=/foo"
828 # and all the variables that are supposed to be based on exec_prefix
829 # by default will actually change.
830 # Use braces instead of parens because sh, perl, etc. also accept them.
831 # (The list follows the same order as the GNU Coding Standards.)
832 bindir
='${exec_prefix}/bin'
833 sbindir
='${exec_prefix}/sbin'
834 libexecdir
='${exec_prefix}/libexec'
835 datarootdir
='${prefix}/share'
836 datadir
='${datarootdir}'
837 sysconfdir
='${prefix}/etc'
838 sharedstatedir
='${prefix}/com'
839 localstatedir
='${prefix}/var'
840 includedir
='${prefix}/include'
841 oldincludedir
='/usr/include'
842 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
843 infodir
='${datarootdir}/info'
848 libdir
='${exec_prefix}/lib'
849 localedir
='${datarootdir}/locale'
850 mandir
='${datarootdir}/man'
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
858 eval $ac_prev=\
$ac_option
864 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 # Accept the important Cygnus configure options, so we can diagnose typos.
870 case $ac_dashdash$ac_option in
874 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
876 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
879 -build |
--build |
--buil |
--bui |
--bu)
880 ac_prev
=build_alias
;;
881 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
882 build_alias
=$ac_optarg ;;
884 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
885 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
886 ac_prev
=cache_file
;;
887 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
888 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
889 cache_file
=$ac_optarg ;;
892 cache_file
=config.cache
;;
894 -datadir |
--datadir |
--datadi |
--datad)
896 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
897 datadir
=$ac_optarg ;;
899 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
900 |
--dataroo |
--dataro |
--datar)
901 ac_prev
=datarootdir
;;
902 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
903 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
904 datarootdir
=$ac_optarg ;;
906 -disable-* |
--disable-*)
907 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
911 { (exit 1); exit 1; }; }
912 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
913 eval enable_
$ac_feature=no
;;
915 -docdir |
--docdir |
--docdi |
--doc |
--do)
917 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
920 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
922 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
925 -enable-* |
--enable-*)
926 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
930 { (exit 1); exit 1; }; }
931 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
932 eval enable_
$ac_feature=\
$ac_optarg ;;
934 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
935 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
936 |
--exec |
--exe |
--ex)
937 ac_prev
=exec_prefix
;;
938 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
939 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
940 |
--exec=* |
--exe=* |
--ex=*)
941 exec_prefix
=$ac_optarg ;;
943 -gas |
--gas |
--ga |
--g)
944 # Obsolete; use --with-gas.
947 -help |
--help |
--hel |
--he |
-h)
949 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
950 ac_init_help
=recursive
;;
951 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
952 ac_init_help
=short
;;
954 -host |
--host |
--hos |
--ho)
955 ac_prev
=host_alias
;;
956 -host=* |
--host=* |
--hos=* |
--ho=*)
957 host_alias
=$ac_optarg ;;
959 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
961 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
963 htmldir
=$ac_optarg ;;
965 -includedir |
--includedir |
--includedi |
--included |
--include \
966 |
--includ |
--inclu |
--incl |
--inc)
967 ac_prev
=includedir
;;
968 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
969 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
970 includedir
=$ac_optarg ;;
972 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
974 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
975 infodir
=$ac_optarg ;;
977 -libdir |
--libdir |
--libdi |
--libd)
979 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
982 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
983 |
--libexe |
--libex |
--libe)
984 ac_prev
=libexecdir
;;
985 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
986 |
--libexe=* |
--libex=* |
--libe=*)
987 libexecdir
=$ac_optarg ;;
989 -localedir |
--localedir |
--localedi |
--localed |
--locale)
991 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
992 localedir
=$ac_optarg ;;
994 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
995 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
996 ac_prev
=localstatedir
;;
997 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
998 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
999 localstatedir
=$ac_optarg ;;
1001 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1003 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1004 mandir
=$ac_optarg ;;
1006 -nfp |
--nfp |
--nf)
1007 # Obsolete; use --without-fp.
1010 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1011 |
--no-cr |
--no-c |
-n)
1014 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1015 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1018 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1019 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1020 |
--oldin |
--oldi |
--old |
--ol |
--o)
1021 ac_prev
=oldincludedir
;;
1022 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1023 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1024 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1025 oldincludedir
=$ac_optarg ;;
1027 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1029 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1030 prefix
=$ac_optarg ;;
1032 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1033 |
--program-pre |
--program-pr |
--program-p)
1034 ac_prev
=program_prefix
;;
1035 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1036 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1037 program_prefix
=$ac_optarg ;;
1039 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1040 |
--program-suf |
--program-su |
--program-s)
1041 ac_prev
=program_suffix
;;
1042 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1043 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1044 program_suffix
=$ac_optarg ;;
1046 -program-transform-name |
--program-transform-name \
1047 |
--program-transform-nam |
--program-transform-na \
1048 |
--program-transform-n |
--program-transform- \
1049 |
--program-transform |
--program-transfor \
1050 |
--program-transfo |
--program-transf \
1051 |
--program-trans |
--program-tran \
1052 |
--progr-tra |
--program-tr |
--program-t)
1053 ac_prev
=program_transform_name
;;
1054 -program-transform-name=* |
--program-transform-name=* \
1055 |
--program-transform-nam=* |
--program-transform-na=* \
1056 |
--program-transform-n=* |
--program-transform-=* \
1057 |
--program-transform=* |
--program-transfor=* \
1058 |
--program-transfo=* |
--program-transf=* \
1059 |
--program-trans=* |
--program-tran=* \
1060 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1061 program_transform_name
=$ac_optarg ;;
1063 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1065 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1066 pdfdir
=$ac_optarg ;;
1068 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1070 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1073 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1074 |
-silent |
--silent |
--silen |
--sile |
--sil)
1077 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1079 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1081 sbindir
=$ac_optarg ;;
1083 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1084 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1085 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1087 ac_prev
=sharedstatedir
;;
1088 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1089 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1090 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1092 sharedstatedir
=$ac_optarg ;;
1094 -site |
--site |
--sit)
1096 -site=* |
--site=* |
--sit=*)
1099 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1101 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1102 srcdir
=$ac_optarg ;;
1104 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1105 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1106 ac_prev
=sysconfdir
;;
1107 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1108 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1109 sysconfdir
=$ac_optarg ;;
1111 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1112 ac_prev
=target_alias
;;
1113 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1114 target_alias
=$ac_optarg ;;
1116 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1119 -version |
--version |
--versio |
--versi |
--vers |
-V)
1120 ac_init_version
=: ;;
1123 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1124 # Reject names that are not valid shell variable names.
1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1126 { echo "$as_me: error: invalid package name: $ac_package" >&2
1127 { (exit 1); exit 1; }; }
1128 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1129 eval with_
$ac_package=\
$ac_optarg ;;
1131 -without-* |
--without-*)
1132 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1135 { echo "$as_me: error: invalid package name: $ac_package" >&2
1136 { (exit 1); exit 1; }; }
1137 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1138 eval with_
$ac_package=no
;;
1141 # Obsolete; use --with-x.
1144 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1145 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1146 ac_prev
=x_includes
;;
1147 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1148 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1149 x_includes
=$ac_optarg ;;
1151 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1152 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1153 ac_prev
=x_libraries
;;
1154 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1155 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1156 x_libraries
=$ac_optarg ;;
1158 -*) { echo "$as_me: error: unrecognized option: $ac_option
1159 Try \`$0 --help' for more information." >&2
1160 { (exit 1); exit 1; }; }
1164 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1167 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1168 { (exit 1); exit 1; }; }
1169 eval $ac_envvar=\
$ac_optarg
1170 export $ac_envvar ;;
1173 # FIXME: should be removed in autoconf 3.0.
1174 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1176 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1177 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 if test -n "$ac_prev"; then
1184 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1185 { echo "$as_me: error: missing argument to $ac_option" >&2
1186 { (exit 1); exit 1; }; }
1189 # Be sure to have absolute directory names.
1190 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1191 datadir sysconfdir sharedstatedir localstatedir includedir \
1192 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1193 libdir localedir mandir
1195 eval ac_val
=\$
$ac_var
1197 [\\/$
]* | ?
:[\\/]* ) continue;;
1198 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1200 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1201 { (exit 1); exit 1; }; }
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1209 target
=$target_alias
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x
; then
1213 if test "x$build_alias" = x
; then
1214 cross_compiling
=maybe
1215 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1223 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1225 test "$silent" = yes && exec 6>/dev
/null
1228 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di
=`ls -di .` &&
1230 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1231 { echo "$as_me: error: Working directory cannot be determined" >&2
1232 { (exit 1); exit 1; }; }
1233 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1234 { echo "$as_me: error: pwd does not report name of working directory" >&2
1235 { (exit 1); exit 1; }; }
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted
=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir
=`$as_dirname -- "$0" ||
1243 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$0" : 'X\(//\)[^/]' \| \
1245 X"$0" : 'X\(//\)$' \| \
1246 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1270 ac_srcdir_defaulted
=no
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1274 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1275 { (exit 1); exit 1; }; }
1277 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1280 { (exit 1); exit 1; }; }
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1290 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1292 for ac_var
in $ac_precious_vars; do
1293 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1295 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1306 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1355 --htmldir=DIR html documentation [DOCDIR]
1356 --dvidir=DIR dvi documentation [DOCDIR]
1357 --pdfdir=DIR pdf documentation [DOCDIR]
1358 --psdir=DIR ps documentation [DOCDIR]
1364 --x-includes=DIR X include files are
in DIR
1365 --x-libraries=DIR X library files are
in DIR
1368 --build=BUILD configure
for building on BUILD
[guessed
]
1369 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1373 if test -n "$ac_init_help"; then
1374 case $ac_init_help in
1375 short | recursive
) echo "Configuration of Wine 1.1.3:";;
1380 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1381 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1382 --disable-win16 do not include Win16 support
1383 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1385 --enable-maintainer-mode
1386 enable maintainer-specific build rules
1389 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1390 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1391 --without-alsa do not use the Alsa sound support
1392 --without-audioio do not use the AudioIO sound support
1393 --without-capi do not use CAPI (ISDN support)
1394 --without-cms do not use CMS (color management support)
1395 --without-coreaudio do not use the CoreAudio sound support
1396 --without-cups do not use CUPS
1397 --without-curses do not use (n)curses
1398 --without-esd do not use the EsounD sound support
1399 --without-fontconfig do not use fontconfig
1400 --without-freetype do not use the FreeType library
1401 --without-gphoto do not use gphoto (Digital Camera support)
1402 --without-glu do not use the GLU library
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-sane do not use SANE (scanner support)
1413 --without-xcomposite do not use the Xcomposite extension
1414 --without-xcursor do not use the Xcursor extension
1415 --without-xinerama do not use Xinerama (multi-monitor support)
1416 --without-xinput do not use the Xinput extension
1417 --without-xml do not use XML
1418 --without-xrandr do not use Xrandr (resolution changes)
1419 --without-xrender do not use the Xrender extension
1420 --without-xshape do not use the Xshape extension
1421 --without-xshm do not use XShm (shared memory extension)
1422 --without-xslt do not use XSLT
1423 --without-xxf86vm do not use XFree video mode extension
1424 --with-wine-tools=DIR use Wine tools from directory DIR
1425 --with-x use the X Window System
1427 Some influential environment variables:
1428 CC C compiler command
1429 CFLAGS C compiler flags
1430 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1431 nonstandard directory <lib dir>
1432 LIBS libraries to pass to the linker, e.g. -l<library>
1433 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1434 you have headers in a nonstandard directory <include dir>
1435 CXX C++ compiler command
1436 CXXFLAGS C++ compiler flags
1437 XMKMF Path to xmkmf, Makefile generator for X Window System
1440 Use these variables to override the choices made by `configure' or to
help
1441 it to
find libraries and programs with nonstandard names
/locations.
1443 Report bugs to
<wine-devel@winehq.org
>.
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1451 test -d "$ac_dir" ||
continue
1455 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1457 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1462 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1465 ac_abs_top_builddir
=$ac_pwd
1466 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1467 # for backward compatibility:
1468 ac_top_builddir
=$ac_top_build_prefix
1471 .
) # We are building in place.
1473 ac_top_srcdir
=$ac_top_builddir_sub
1474 ac_abs_top_srcdir
=$ac_pwd ;;
1475 [\\/]* | ?
:[\\/]* ) # Absolute name.
1476 ac_srcdir
=$srcdir$ac_dir_suffix;
1477 ac_top_srcdir
=$srcdir
1478 ac_abs_top_srcdir
=$srcdir ;;
1480 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1484 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1486 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1493 $SHELL "$ac_srcdir/configure" --help=recursive
1495 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1501 test -n "$ac_init_help" && exit $ac_status
1502 if $ac_init_version; then
1504 Wine configure
1.1.3
1505 generated by GNU Autoconf
2.61
1507 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1508 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1509 This configure
script is free software
; the Free Software Foundation
1510 gives unlimited permission to copy
, distribute and modify it.
1514 cat >config.log
<<_ACEOF
1515 This file contains any messages produced by compilers while
1516 running configure, to aid debugging if configure makes a mistake.
1518 It was created by Wine $as_me 1.1.3, which was
1519 generated by GNU Autoconf 2.61. Invocation command line was
1531 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1532 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1533 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1534 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1535 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1537 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1538 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1540 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1541 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1542 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1543 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1544 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1545 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1546 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1554 test -z "$as_dir" && as_dir
=.
1555 echo "PATH: $as_dir"
1571 # Keep a trace of the command line.
1572 # Strip out --no-create and --no-recursion so they do not pile up.
1573 # Strip out --silent because we don't want to record it for future runs.
1574 # Also quote any args containing shell meta-characters.
1575 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_must_keep_next
=false
1585 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1586 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1587 |
-silent |
--silent |
--silen |
--sile |
--sil)
1590 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1595 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1596 if test $ac_must_keep_next = true
; then
1597 ac_must_keep_next
=false
# Got value, back to normal.
1600 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1601 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1602 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1603 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1604 case "$ac_configure_args0 " in
1605 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 -* ) ac_must_keep_next
=true
;;
1611 ac_configure_args
="$ac_configure_args '$ac_arg'"
1616 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1617 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1619 # When interrupted or exit'd, cleanup temporary files, and complete
1620 # config.log. We remove comments because anyway the quotes in there
1621 # would cause problems or look ugly.
1622 # WARNING: Use '\'' to represent an apostrophe within the trap.
1623 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1624 trap 'exit_status=$?
1625 # Save into config.log some information that might help in debugging.
1630 ## ---------------- ##
1631 ## Cache variables. ##
1632 ## ---------------- ##
1635 # The following way of writing the cache mishandles newlines in values,
1637 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1638 eval ac_val=\$$ac_var
1642 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1643 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 _ | IFS | as_nl) ;; #(
1647 *) $as_unset $ac_var ;;
1652 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1653 *${as_nl}ac_space=\ *)
1655 "s/'\''/'\''\\\\'\'''\''/g;
1656 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1667 ## ----------------- ##
1668 ## Output variables. ##
1669 ## ----------------- ##
1672 for ac_var in $ac_subst_vars
1674 eval ac_val=\$$ac_var
1676 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1678 echo "$ac_var='\''$ac_val'\''"
1682 if test -n "$ac_subst_files"; then
1684 ## ------------------- ##
1685 ## File substitutions. ##
1686 ## ------------------- ##
1689 for ac_var
in $ac_subst_files
1691 eval ac_val
=\$
$ac_var
1693 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1695 echo "$ac_var='\''$ac_val'\''"
1700 if test -s confdefs.h; then
1710 test "$ac_signal" != 0 &&
1711 echo "$as_me: caught signal $ac_signal"
1712 echo "$as_me: exit $exit_status"
1714 rm -f core *.core core.conftest.* &&
1715 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 for ac_signal
in 1 2 13 15; do
1719 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1724 rm -f -r conftest
* confdefs.h
1726 # Predefined preprocessor variables.
1728 cat >>confdefs.h
<<_ACEOF
1729 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 cat >>confdefs.h
<<_ACEOF
1734 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 cat >>confdefs.h
<<_ACEOF
1739 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 cat >>confdefs.h
<<_ACEOF
1744 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 cat >>confdefs.h
<<_ACEOF
1749 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 # Let the site file select an alternate cache file if it wants to.
1754 # Prefer explicitly selected file to automatically selected ones.
1755 if test -n "$CONFIG_SITE"; then
1756 set x
"$CONFIG_SITE"
1757 elif test "x$prefix" != xNONE
; then
1758 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1760 set x
"$ac_default_prefix/share/config.site" \
1761 "$ac_default_prefix/etc/config.site"
1766 if test -r "$ac_site_file"; then
1767 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1768 echo "$as_me: loading site script $ac_site_file" >&6;}
1769 sed 's/^/| /' "$ac_site_file" >&5
1774 if test -r "$cache_file"; then
1775 # Some versions of bash will fail to source /dev/null (special
1776 # files actually), so we avoid doing that.
1777 if test -f "$cache_file"; then
1778 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1779 echo "$as_me: loading cache $cache_file" >&6;}
1781 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1782 *) .
"./$cache_file";;
1786 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1787 echo "$as_me: creating cache $cache_file" >&6;}
1791 # Check that the precious variables saved in the cache have kept the same
1793 ac_cache_corrupted
=false
1794 for ac_var
in $ac_precious_vars; do
1795 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1796 eval ac_new_set
=\
$ac_env_${ac_var}_set
1797 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1798 eval ac_new_val
=\
$ac_env_${ac_var}_value
1799 case $ac_old_set,$ac_new_set in
1801 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1802 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1803 ac_cache_corrupted
=: ;;
1805 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1806 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1807 ac_cache_corrupted
=: ;;
1810 if test "x$ac_old_val" != "x$ac_new_val"; then
1811 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1812 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1813 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1814 echo "$as_me: former value: $ac_old_val" >&2;}
1815 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1816 echo "$as_me: current value: $ac_new_val" >&2;}
1817 ac_cache_corrupted
=:
1820 # Pass precious variables to config.status.
1821 if test "$ac_new_set" = set; then
1823 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1824 *) ac_arg
=$ac_var=$ac_new_val ;;
1826 case " $ac_configure_args " in
1827 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1828 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1832 if $ac_cache_corrupted; then
1833 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1834 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1835 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1836 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1837 { (exit 1); exit 1; }; }
1865 ac_cpp
='$CPP $CPPFLAGS'
1866 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1867 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1868 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1872 ac_config_headers
="$ac_config_headers include/config.h"
1875 for ac_dir
in tools
"$srcdir"/tools
; do
1876 if test -f "$ac_dir/install-sh"; then
1878 ac_install_sh
="$ac_aux_dir/install-sh -c"
1880 elif test -f "$ac_dir/install.sh"; then
1882 ac_install_sh
="$ac_aux_dir/install.sh -c"
1884 elif test -f "$ac_dir/shtool"; then
1886 ac_install_sh
="$ac_aux_dir/shtool install -c"
1890 if test -z "$ac_aux_dir"; then
1891 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1892 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1893 { (exit 1); exit 1; }; }
1896 # These three variables are undocumented and unsupported,
1897 # and are intended to be withdrawn in a future Autoconf release.
1898 # They can cause serious problems if a builder's source tree is in a directory
1899 # whose full name contains unusual characters.
1900 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1901 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1902 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1907 # Check whether --enable-win16 was given.
1908 if test "${enable_win16+set}" = set; then
1909 enableval
=$enable_win16;
1912 # Check whether --enable-win64 was given.
1913 if test "${enable_win64+set}" = set; then
1914 enableval
=$enable_win64;
1917 # Check whether --enable-maintainer-mode was given.
1918 if test "${enable_maintainer_mode+set}" = set; then
1919 enableval
=$enable_maintainer_mode;
1927 # Check whether --with-alsa was given.
1928 if test "${with_alsa+set}" = set; then
1929 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1933 # Check whether --with-audioio was given.
1934 if test "${with_audioio+set}" = set; then
1935 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1939 # Check whether --with-capi was given.
1940 if test "${with_capi+set}" = set; then
1941 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1945 # Check whether --with-cms was given.
1946 if test "${with_cms+set}" = set; then
1947 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1951 # Check whether --with-coreaudio was given.
1952 if test "${with_coreaudio+set}" = set; then
1953 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1957 # Check whether --with-cups was given.
1958 if test "${with_cups+set}" = set; then
1963 # Check whether --with-curses was given.
1964 if test "${with_curses+set}" = set; then
1965 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1969 # Check whether --with-esd was given.
1970 if test "${with_esd+set}" = set; then
1975 # Check whether --with-fontconfig was given.
1976 if test "${with_fontconfig+set}" = set; then
1977 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1981 # Check whether --with-freetype was given.
1982 if test "${with_freetype+set}" = set; then
1983 withval
=$with_freetype;
1987 # Check whether --with-gphoto was given.
1988 if test "${with_gphoto+set}" = set; then
1989 withval
=$with_gphoto;
1993 # Check whether --with-glu was given.
1994 if test "${with_glu+set}" = set; then
1995 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
1999 # Check whether --with-hal was given.
2000 if test "${with_hal+set}" = set; then
2005 # Check whether --with-jack was given.
2006 if test "${with_jack+set}" = set; then
2007 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2011 # Check whether --with-jpeg was given.
2012 if test "${with_jpeg+set}" = set; then
2013 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2017 # Check whether --with-ldap was given.
2018 if test "${with_ldap+set}" = set; then
2019 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2023 # Check whether --with-nas was given.
2024 if test "${with_nas+set}" = set; then
2025 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2029 # Check whether --with-opengl was given.
2030 if test "${with_opengl+set}" = set; then
2031 withval
=$with_opengl;
2035 # Check whether --with-openssl was given.
2036 if test "${with_openssl+set}" = set; then
2037 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2041 # Check whether --with-oss was given.
2042 if test "${with_oss+set}" = set; then
2043 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
2047 # Check whether --with-png was given.
2048 if test "${with_png+set}" = set; then
2049 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2053 # Check whether --with-sane was given.
2054 if test "${with_sane+set}" = set; then
2059 # Check whether --with-xcomposite was given.
2060 if test "${with_xcomposite+set}" = set; then
2061 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2065 # Check whether --with-xcursor was given.
2066 if test "${with_xcursor+set}" = set; then
2067 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2071 # Check whether --with-xinerama was given.
2072 if test "${with_xinerama+set}" = set; then
2073 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2077 # Check whether --with-xinput was given.
2078 if test "${with_xinput+set}" = set; then
2079 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2083 # Check whether --with-xml was given.
2084 if test "${with_xml+set}" = set; then
2089 # Check whether --with-xrandr was given.
2090 if test "${with_xrandr+set}" = set; then
2091 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2095 # Check whether --with-xrender was given.
2096 if test "${with_xrender+set}" = set; then
2097 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2101 # Check whether --with-xshape was given.
2102 if test "${with_xshape+set}" = set; then
2103 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2107 # Check whether --with-xshm was given.
2108 if test "${with_xshm+set}" = set; then
2109 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2113 # Check whether --with-xslt was given.
2114 if test "${with_xslt+set}" = set; then
2119 # Check whether --with-xxf86vm was given.
2120 if test "${with_xxf86vm+set}" = set; then
2121 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2126 # Check whether --with-wine-tools was given.
2127 if test "${with_wine_tools+set}" = set; then
2128 withval
=$with_wine_tools;
2132 # Make sure we can run config.sub.
2133 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2134 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2135 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2136 { (exit 1); exit 1; }; }
2138 { echo "$as_me:$LINENO: checking build system type" >&5
2139 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2140 if test "${ac_cv_build+set}" = set; then
2141 echo $ECHO_N "(cached) $ECHO_C" >&6
2143 ac_build_alias
=$build_alias
2144 test "x$ac_build_alias" = x
&&
2145 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2146 test "x$ac_build_alias" = x
&&
2147 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2148 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2149 { (exit 1); exit 1; }; }
2150 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2151 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2152 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2153 { (exit 1); exit 1; }; }
2156 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2157 echo "${ECHO_T}$ac_cv_build" >&6; }
2158 case $ac_cv_build in
2160 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2161 echo "$as_me: error: invalid value of canonical build" >&2;}
2162 { (exit 1); exit 1; }; };;
2165 ac_save_IFS
=$IFS; IFS
='-'
2171 # Remember, the first character of IFS is used to create $*,
2172 # except with old shells:
2175 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2178 { echo "$as_me:$LINENO: checking host system type" >&5
2179 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2180 if test "${ac_cv_host+set}" = set; then
2181 echo $ECHO_N "(cached) $ECHO_C" >&6
2183 if test "x$host_alias" = x
; then
2184 ac_cv_host
=$ac_cv_build
2186 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2187 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2188 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2189 { (exit 1); exit 1; }; }
2193 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2194 echo "${ECHO_T}$ac_cv_host" >&6; }
2197 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2198 echo "$as_me: error: invalid value of canonical host" >&2;}
2199 { (exit 1); exit 1; }; };;
2202 ac_save_IFS
=$IFS; IFS
='-'
2208 # Remember, the first character of IFS is used to create $*,
2209 # except with old shells:
2212 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2217 if test "x$enable_win64" != "xyes"
2219 test -n "$CC" || CC
="gcc -m32"
2220 test -n "$CXX"|| CXX
="g++ -m32"
2221 test -n "$LD" || LD
="ld -m elf_i386"
2222 test -n "$AS" || AS
="as --32"
2230 if test "x$enable_win16" != "xno"
2237 WIN16_FILES
="\$(WIN16_FILES)"
2239 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2241 if test "x$enable_win16" != "xyes"
2249 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2250 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&5
2252 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2253 You need to run 'make distclean' in the source tree first." >&2;}
2254 { (exit 1); exit 1; }; }
2259 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2260 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2261 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2262 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2265 cat >conftest.
make <<\_ACEOF
2268 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2270 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2271 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2273 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2275 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2279 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2280 { echo "$as_me:$LINENO: result: yes" >&5
2281 echo "${ECHO_T}yes" >&6; }
2284 { echo "$as_me:$LINENO: result: no" >&5
2285 echo "${ECHO_T}no" >&6; }
2286 SET_MAKE
="MAKE=${MAKE-make}"
2290 ac_cpp
='$CPP $CPPFLAGS'
2291 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2292 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2293 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2294 if test -n "$ac_tool_prefix"; then
2295 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2296 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2299 if test "${ac_cv_prog_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2302 if test -n "$CC"; then
2303 ac_cv_prog_CC
="$CC" # Let the user override the test.
2305 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2309 test -z "$as_dir" && as_dir
=.
2310 for ac_exec_ext
in '' $ac_executable_extensions; do
2311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2312 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2323 if test -n "$CC"; then
2324 { echo "$as_me:$LINENO: result: $CC" >&5
2325 echo "${ECHO_T}$CC" >&6; }
2327 { echo "$as_me:$LINENO: result: no" >&5
2328 echo "${ECHO_T}no" >&6; }
2333 if test -z "$ac_cv_prog_CC"; then
2335 # Extract the first word of "gcc", so it can be a program name with args.
2336 set dummy gcc
; ac_word
=$2
2337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2340 echo $ECHO_N "(cached) $ECHO_C" >&6
2342 if test -n "$ac_ct_CC"; then
2343 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2345 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2349 test -z "$as_dir" && as_dir
=.
2350 for ac_exec_ext
in '' $ac_executable_extensions; do
2351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352 ac_cv_prog_ac_ct_CC
="gcc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2362 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2363 if test -n "$ac_ct_CC"; then
2364 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2365 echo "${ECHO_T}$ac_ct_CC" >&6; }
2367 { echo "$as_me:$LINENO: result: no" >&5
2368 echo "${ECHO_T}no" >&6; }
2371 if test "x$ac_ct_CC" = x
; then
2374 case $cross_compiling:$ac_tool_warned in
2376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2377 whose name does not start with the host triplet. If you think this
2378 configuration is useful to you, please write to autoconf@gnu.org." >&5
2379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2380 whose name does not start with the host triplet. If you think this
2381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2382 ac_tool_warned
=yes ;;
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2393 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then
2397 echo $ECHO_N "(cached) $ECHO_C" >&6
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC
="$CC" # Let the user override the test.
2402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2406 test -z "$as_dir" && as_dir
=.
2407 for ac_exec_ext
in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 if test -n "$CC"; then
2421 { echo "$as_me:$LINENO: result: $CC" >&5
2422 echo "${ECHO_T}$CC" >&6; }
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2431 if test -z "$CC"; then
2432 # Extract the first word of "cc", so it can be a program name with args.
2433 set dummy cc
; ac_word
=$2
2434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2436 if test "${ac_cv_prog_CC+set}" = set; then
2437 echo $ECHO_N "(cached) $ECHO_C" >&6
2439 if test -n "$CC"; then
2440 ac_cv_prog_CC
="$CC" # Let the user override the test.
2443 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2447 test -z "$as_dir" && as_dir
=.
2448 for ac_exec_ext
in '' $ac_executable_extensions; do
2449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2451 ac_prog_rejected
=yes
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2462 if test $ac_prog_rejected = yes; then
2463 # We found a bogon in the path, so make sure we never use it.
2464 set dummy
$ac_cv_prog_CC
2466 if test $# != 0; then
2467 # We chose a different compiler from the bogus one.
2468 # However, it has the same basename, so the bogon will be chosen
2469 # first if we set CC to just the basename; use the full file name.
2471 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2477 if test -n "$CC"; then
2478 { echo "$as_me:$LINENO: result: $CC" >&5
2479 echo "${ECHO_T}$CC" >&6; }
2481 { echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6; }
2487 if test -z "$CC"; then
2488 if test -n "$ac_tool_prefix"; then
2489 for ac_prog
in cl.exe
2491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2492 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC
="$CC" # Let the user override the test.
2501 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2505 test -z "$as_dir" && as_dir
=.
2506 for ac_exec_ext
in '' $ac_executable_extensions; do
2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2508 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 if test -n "$CC"; then
2520 { echo "$as_me:$LINENO: result: $CC" >&5
2521 echo "${ECHO_T}$CC" >&6; }
2523 { echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6; }
2528 test -n "$CC" && break
2531 if test -z "$CC"; then
2533 for ac_prog
in cl.exe
2535 # Extract the first word of "$ac_prog", so it can be a program name with args.
2536 set dummy
$ac_prog; ac_word
=$2
2537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2539 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2540 echo $ECHO_N "(cached) $ECHO_C" >&6
2542 if test -n "$ac_ct_CC"; then
2543 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2545 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2549 test -z "$as_dir" && as_dir
=.
2550 for ac_exec_ext
in '' $ac_executable_extensions; do
2551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552 ac_cv_prog_ac_ct_CC
="$ac_prog"
2553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2562 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2563 if test -n "$ac_ct_CC"; then
2564 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2565 echo "${ECHO_T}$ac_ct_CC" >&6; }
2567 { echo "$as_me:$LINENO: result: no" >&5
2568 echo "${ECHO_T}no" >&6; }
2572 test -n "$ac_ct_CC" && break
2575 if test "x$ac_ct_CC" = x
; then
2578 case $cross_compiling:$ac_tool_warned in
2580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2581 whose name does not start with the host triplet. If you think this
2582 configuration is useful to you, please write to autoconf@gnu.org." >&5
2583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2584 whose name does not start with the host triplet. If you think this
2585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2586 ac_tool_warned
=yes ;;
2595 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&5
2597 echo "$as_me: error: no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details." >&2;}
2599 { (exit 1); exit 1; }; }
2601 # Provide some information about the compiler.
2602 echo "$as_me:$LINENO: checking for C compiler version" >&5
2603 ac_compiler
=`set X $ac_compile; echo $2`
2604 { (ac_try
="$ac_compiler --version >&5"
2606 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610 (eval "$ac_compiler --version >&5") 2>&5
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }
2614 { (ac_try="$ac_compiler -v >&5"
2616 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2617 *) ac_try_echo
=$ac_try;;
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler -v >&5") 2>&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try
="$ac_compiler -V >&5"
2626 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -V >&5") 2>&5
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2635 cat >conftest.$ac_ext <<_ACEOF
2638 cat confdefs.h >>conftest.$ac_ext
2639 cat >>conftest.$ac_ext <<_ACEOF
2640 /* end confdefs.h. */
2650 ac_clean_files_save=$ac_clean_files
2651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2652 # Try to create an executable without -o first, disregard a.out.
2653 # It will help us diagnose broken compilers, and finding out an intuition
2655 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2657 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2659 # List of possible output files, starting from the most likely.
2660 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2661 # only as a last resort. b.out is created by i960 compilers.
2662 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2664 # The IRIX 6 linker writes into existing files which may not be
2665 # executable, retaining their permissions. Remove them first so a
2666 # subsequent execution test works.
2668 for ac_file in $ac_files
2671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2672 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2677 if { (ac_try="$ac_link_default"
2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2683 (eval "$ac_link_default") 2>&5
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); }; then
2687 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2688 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2689 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2690 # so that the user can short-circuit this test for compilers unknown to
2692 for ac_file
in $ac_files ''
2694 test -f "$ac_file" ||
continue
2696 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2699 # We found the default executable, but exeext='' is most
2703 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2705 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707 # We set ac_cv_exeext here because the later test for it is not
2708 # safe: cross compilers may not add the suffix if given an `-o'
2709 # argument, so we may need to know it at that point already.
2710 # Even if this section looks crufty: it has the advantage of
2717 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2723 { echo "$as_me:$LINENO: result: $ac_file" >&5
2724 echo "${ECHO_T}$ac_file" >&6; }
2725 if test -z "$ac_file"; then
2726 echo "$as_me: failed program was:" >&5
2727 sed 's/^/| /' conftest.
$ac_ext >&5
2729 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&5
2731 echo "$as_me: error: C compiler cannot create executables
2732 See \`config.log' for more details." >&2;}
2733 { (exit 77); exit 77; }; }
2736 ac_exeext
=$ac_cv_exeext
2738 # Check that the compiler produces executables we can run. If not, either
2739 # the compiler is broken, or we cross compile.
2740 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2743 # If not cross compiling, check that we can run a simple program.
2744 if test "$cross_compiling" != yes; then
2745 if { ac_try
='./$ac_file'
2746 { (case "(($ac_try" in
2747 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2751 (eval "$ac_try") 2>&5
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; }; then
2757 if test "$cross_compiling" = maybe; then
2760 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details.
" >&5
2763 echo "$as_me: error
: cannot run C compiled programs.
2764 If you meant to cross compile
, use \
`--host'.
2765 See \`config.log
' for more details." >&2;}
2766 { (exit 1); exit 1; }; }
2770 { echo "$as_me:$LINENO: result: yes" >&5
2771 echo "${ECHO_T}yes" >&6; }
2773 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2778 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2779 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2780 echo "${ECHO_T}$cross_compiling" >&6; }
2782 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2783 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2784 if { (ac_try="$ac_link"
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_link") 2>&5
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; then
2794 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2795 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2796 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2798 for ac_file
in conftest.exe conftest conftest.
*; do
2799 test -f "$ac_file" ||
continue
2801 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2802 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2808 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&5
2810 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2811 See \`config.log' for more details." >&2;}
2812 { (exit 1); exit 1; }; }
2815 rm -f conftest
$ac_cv_exeext
2816 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2817 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819 rm -f conftest.
$ac_ext
2820 EXEEXT
=$ac_cv_exeext
2822 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2823 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2824 if test "${ac_cv_objext+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2827 cat >conftest.
$ac_ext <<_ACEOF
2830 cat confdefs.h
>>conftest.
$ac_ext
2831 cat >>conftest.
$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2842 rm -f conftest.o conftest.obj
2843 if { (ac_try
="$ac_compile"
2845 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2849 (eval "$ac_compile") 2>&5
2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852 (exit $ac_status); }; then
2853 for ac_file in conftest.o conftest.obj conftest.*; do
2854 test -f "$ac_file" || continue;
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2857 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2865 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log
' for more details." >&5
2867 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2868 See \`config.log' for more details.
" >&2;}
2869 { (exit 1); exit 1; }; }
2872 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2875 echo "${ECHO_T}$ac_cv_objext" >&6; }
2876 OBJEXT=$ac_cv_objext
2878 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2879 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2880 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2881 echo $ECHO_N "(cached
) $ECHO_C" >&6
2883 cat >conftest.$ac_ext <<_ACEOF
2886 cat confdefs.h >>conftest.$ac_ext
2887 cat >>conftest.$ac_ext <<_ACEOF
2888 /* end confdefs.h. */
2901 rm -f conftest.$ac_objext
2902 if { (ac_try="$ac_compile"
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2907 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2908 (eval "$ac_compile") 2>conftest.er1
2910 grep -v '^ *+' conftest.er1 >conftest.err
2912 cat conftest.err >&5
2913 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2914 (exit $ac_status); } && {
2915 test -z "$ac_c_werror_flag" ||
2916 test ! -s conftest.err
2917 } && test -s conftest.$ac_objext; then
2920 echo "$as_me: failed program was
:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2927 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2930 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2931 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2932 GCC=`test $ac_compiler_gnu = yes && echo yes`
2933 ac_test_CFLAGS=${CFLAGS+set}
2934 ac_save_CFLAGS=$CFLAGS
2935 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2936 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2937 if test "${ac_cv_prog_cc_g+set}" = set; then
2938 echo $ECHO_N "(cached
) $ECHO_C" >&6
2940 ac_save_c_werror_flag=$ac_c_werror_flag
2941 ac_c_werror_flag=yes
2944 cat >conftest.$ac_ext <<_ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2965 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2968 grep -v '^ *+' conftest.er1 >conftest.err
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2972 (exit $ac_status); } && {
2973 test -z "$ac_c_werror_flag" ||
2974 test ! -s conftest.err
2975 } && test -s conftest.$ac_objext; then
2978 echo "$as_me: failed program was
:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2982 cat >conftest.$ac_ext <<_ACEOF
2985 cat confdefs.h >>conftest.$ac_ext
2986 cat >>conftest.$ac_ext <<_ACEOF
2987 /* end confdefs.h. */
2997 rm -f conftest.$ac_objext
2998 if { (ac_try="$ac_compile"
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3003 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compile") 2>conftest.er1
3006 grep -v '^ *+' conftest.er1 >conftest.err
3008 cat conftest.err >&5
3009 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3010 (exit $ac_status); } && {
3011 test -z "$ac_c_werror_flag" ||
3012 test ! -s conftest.err
3013 } && test -s conftest.$ac_objext; then
3016 echo "$as_me: failed program was
:" >&5
3017 sed 's/^/| /' conftest.$ac_ext >&5
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3021 cat >conftest.$ac_ext <<_ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3042 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3045 grep -v '^ *+' conftest.er1 >conftest.err
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3055 echo "$as_me: failed program was
:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 ac_c_werror_flag=$ac_save_c_werror_flag
3070 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3071 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3072 if test "$ac_test_CFLAGS" = set; then
3073 CFLAGS=$ac_save_CFLAGS
3074 elif test $ac_cv_prog_cc_g = yes; then
3075 if test "$GCC" = yes; then
3081 if test "$GCC" = yes; then
3087 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3088 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3089 if test "${ac_cv_prog_cc_c89+set}" = set; then
3090 echo $ECHO_N "(cached
) $ECHO_C" >&6
3092 ac_cv_prog_cc_c89=no
3094 cat >conftest.$ac_ext <<_ACEOF
3097 cat confdefs.h >>conftest.$ac_ext
3098 cat >>conftest.$ac_ext <<_ACEOF
3099 /* end confdefs.h. */
3102 #include <sys/types.h>
3103 #include <sys/stat.h>
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3118 s = g (p, va_arg (v,int));
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 rm -f conftest.$ac_objext
3156 if { (ac_try="$ac_compile"
3158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3159 *) ac_try_echo=$ac_try;;
3161 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3162 (eval "$ac_compile") 2>conftest.er1
3164 grep -v '^ *+' conftest.er1 >conftest.err
3166 cat conftest.err >&5
3167 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3168 (exit $ac_status); } && {
3169 test -z "$ac_c_werror_flag" ||
3170 test ! -s conftest.err
3171 } && test -s conftest.$ac_objext; then
3172 ac_cv_prog_cc_c89=$ac_arg
3174 echo "$as_me: failed program was
:" >&5
3175 sed 's/^/| /' conftest.$ac_ext >&5
3180 rm -f core conftest.err conftest.$ac_objext
3181 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3183 rm -f conftest.$ac_ext
3188 case "x
$ac_cv_prog_cc_c89" in
3190 { echo "$as_me:$LINENO: result
: none needed
" >&5
3191 echo "${ECHO_T}none needed
" >&6; } ;;
3193 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3194 echo "${ECHO_T}unsupported
" >&6; } ;;
3196 CC="$CC $ac_cv_prog_cc_c89"
3197 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3198 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213 if test -z "$CXX"; then
3214 if test -n "$CCC"; then
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3222 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3223 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3224 if test "${ac_cv_prog_CXX+set}" = set; then
3225 echo $ECHO_N "(cached
) $ECHO_C" >&6
3227 if test -n "$CXX"; then
3228 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3238 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3248 if test -n "$CXX"; then
3249 { echo "$as_me:$LINENO: result
: $CXX" >&5
3250 echo "${ECHO_T}$CXX" >&6; }
3252 { echo "$as_me:$LINENO: result
: no
" >&5
3253 echo "${ECHO_T}no
" >&6; }
3257 test -n "$CXX" && break
3260 if test -z "$CXX"; then
3262 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265 set dummy $ac_prog; ac_word=$2
3266 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3267 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3268 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3269 echo $ECHO_N "(cached
) $ECHO_C" >&6
3271 if test -n "$ac_ct_CXX"; then
3272 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CXX="$ac_prog"
3282 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3291 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3292 if test -n "$ac_ct_CXX"; then
3293 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3294 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3296 { echo "$as_me:$LINENO: result
: no
" >&5
3297 echo "${ECHO_T}no
" >&6; }
3301 test -n "$ac_ct_CXX" && break
3304 if test "x
$ac_ct_CXX" = x; then
3307 case $cross_compiling:$ac_tool_warned in
3309 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3310 whose name does not start with the
host triplet. If you think this
3311 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3312 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3313 whose name does not start with the
host triplet. If you think this
3314 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3315 ac_tool_warned=yes ;;
3323 # Provide some information about the compiler.
3324 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3325 ac_compiler=`set X $ac_compile; echo $2`
3326 { (ac_try="$ac_compiler --version >&5"
3328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3329 *) ac_try_echo=$ac_try;;
3331 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3332 (eval "$ac_compiler --version >&5") 2>&5
3334 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3335 (exit $ac_status); }
3336 { (ac_try="$ac_compiler -v >&5"
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3341 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler -v >&5") 2>&5
3344 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -V >&5"
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3351 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -V >&5") 2>&5
3354 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3355 (exit $ac_status); }
3357 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3358 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3359 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3360 echo $ECHO_N "(cached
) $ECHO_C" >&6
3362 cat >conftest.$ac_ext <<_ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3380 rm -f conftest.$ac_objext
3381 if { (ac_try="$ac_compile"
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3386 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compile") 2>conftest.er1
3389 grep -v '^ *+' conftest.er1 >conftest.err
3391 cat conftest.err >&5
3392 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3393 (exit $ac_status); } && {
3394 test -z "$ac_cxx_werror_flag" ||
3395 test ! -s conftest.err
3396 } && test -s conftest.$ac_objext; then
3399 echo "$as_me: failed program was
:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3406 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3409 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3410 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3411 GXX=`test $ac_compiler_gnu = yes && echo yes`
3412 ac_test_CXXFLAGS=${CXXFLAGS+set}
3413 ac_save_CXXFLAGS=$CXXFLAGS
3414 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3415 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3416 if test "${ac_cv_prog_cxx_g+set}" = set; then
3417 echo $ECHO_N "(cached
) $ECHO_C" >&6
3419 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3420 ac_cxx_werror_flag=yes
3423 cat >conftest.$ac_ext <<_ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442 *) ac_try_echo=$ac_try;;
3444 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3445 (eval "$ac_compile") 2>conftest.er1
3447 grep -v '^ *+' conftest.er1 >conftest.err
3449 cat conftest.err >&5
3450 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3451 (exit $ac_status); } && {
3452 test -z "$ac_cxx_werror_flag" ||
3453 test ! -s conftest.err
3454 } && test -s conftest.$ac_objext; then
3455 ac_cv_prog_cxx_g=yes
3457 echo "$as_me: failed program was
:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3461 cat >conftest.$ac_ext <<_ACEOF
3464 cat confdefs.h >>conftest.$ac_ext
3465 cat >>conftest.$ac_ext <<_ACEOF
3466 /* end confdefs.h. */
3476 rm -f conftest.$ac_objext
3477 if { (ac_try="$ac_compile"
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3482 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3483 (eval "$ac_compile") 2>conftest.er1
3485 grep -v '^ *+' conftest.er1 >conftest.err
3487 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3489 (exit $ac_status); } && {
3490 test -z "$ac_cxx_werror_flag" ||
3491 test ! -s conftest.err
3492 } && test -s conftest.$ac_objext; then
3495 echo "$as_me: failed program was
:" >&5
3496 sed 's/^/| /' conftest.$ac_ext >&5
3498 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3500 cat >conftest.$ac_ext <<_ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3521 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3524 grep -v '^ *+' conftest.er1 >conftest.err
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3532 ac_cv_prog_cxx_g=yes
3534 echo "$as_me: failed program was
:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3550 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3551 if test "$ac_test_CXXFLAGS" = set; then
3552 CXXFLAGS=$ac_save_CXXFLAGS
3553 elif test $ac_cv_prog_cxx_g = yes; then
3554 if test "$GXX" = yes; then
3560 if test "$GXX" = yes; then
3567 ac_cpp='$CPP $CPPFLAGS'
3568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572 if test -n "$ac_tool_prefix"; then
3573 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3574 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3575 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3576 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3577 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3578 echo $ECHO_N "(cached
) $ECHO_C" >&6
3580 if test -n "$CPPBIN"; then
3581 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3587 test -z "$as_dir" && as_dir=.
3588 for ac_exec_ext in '' $ac_executable_extensions; do
3589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3590 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3591 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3600 CPPBIN=$ac_cv_prog_CPPBIN
3601 if test -n "$CPPBIN"; then
3602 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3603 echo "${ECHO_T}$CPPBIN" >&6; }
3605 { echo "$as_me:$LINENO: result
: no
" >&5
3606 echo "${ECHO_T}no
" >&6; }
3611 if test -z "$ac_cv_prog_CPPBIN"; then
3612 ac_ct_CPPBIN=$CPPBIN
3613 # Extract the first word of "cpp
", so it can be a program name with args.
3614 set dummy cpp; ac_word=$2
3615 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3616 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3617 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3618 echo $ECHO_N "(cached
) $ECHO_C" >&6
3620 if test -n "$ac_ct_CPPBIN"; then
3621 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3627 test -z "$as_dir" && as_dir=.
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3631 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3640 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3641 if test -n "$ac_ct_CPPBIN"; then
3642 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3643 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3645 { echo "$as_me:$LINENO: result
: no
" >&5
3646 echo "${ECHO_T}no
" >&6; }
3649 if test "x
$ac_ct_CPPBIN" = x; then
3652 case $cross_compiling:$ac_tool_warned in
3654 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3655 whose name does not start with the
host triplet. If you think this
3656 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3657 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3658 whose name does not start with the
host triplet. If you think this
3659 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3660 ac_tool_warned=yes ;;
3662 CPPBIN=$ac_ct_CPPBIN
3665 CPPBIN="$ac_cv_prog_CPPBIN"
3669 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3670 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3671 if test "${wine_cv_toolsdir+set}" = set; then
3672 echo $ECHO_N "(cached
) $ECHO_C" >&6
3674 if test -z "$with_wine_tools"; then
3675 if test "$cross_compiling" = "yes"; then
3676 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3677 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3678 { (exit 1); exit 1; }; }
3680 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3682 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3683 case $with_wine_tools in
3684 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3685 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3688 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3689 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3690 { (exit 1); exit 1; }; }
3693 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3694 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3695 TOOLSDIR=$wine_cv_toolsdir
3700 ac_cpp='$CPP $CPPFLAGS'
3701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3704 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3705 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3706 # On Suns, sometimes $CPP names a directory.
3707 if test -n "$CPP" && test -d "$CPP"; then
3710 if test -z "$CPP"; then
3711 if test "${ac_cv_prog_CPP+set}" = set; then
3712 echo $ECHO_N "(cached
) $ECHO_C" >&6
3714 # Double quotes because CPP needs to be expanded
3715 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3718 for ac_c_preproc_warn_flag in '' yes
3720 # Use a header file that comes with gcc, so configuring glibc
3721 # with a fresh cross-compiler works.
3722 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3723 # <limits.h> exists even on freestanding compilers.
3724 # On the NeXT, cc -E runs the code through the compiler's parser,
3725 # not just through cpp. "Syntax error
" is here to catch this case.
3726 cat >conftest.$ac_ext <<_ACEOF
3729 cat confdefs.h >>conftest.$ac_ext
3730 cat >>conftest.$ac_ext <<_ACEOF
3731 /* end confdefs.h. */
3733 # include <limits.h>
3735 # include <assert.h>
3739 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742 *) ac_try_echo=$ac_try;;
3744 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3745 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3747 grep -v '^ *+' conftest.er1 >conftest.err
3749 cat conftest.err >&5
3750 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3751 (exit $ac_status); } >/dev/null && {
3752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3753 test ! -s conftest.err
3757 echo "$as_me: failed program was
:" >&5
3758 sed 's/^/| /' conftest.$ac_ext >&5
3760 # Broken: fails on valid input.
3764 rm -f conftest.err conftest.$ac_ext
3766 # OK, works on sane cases. Now check whether nonexistent headers
3767 # can be detected and how.
3768 cat >conftest.$ac_ext <<_ACEOF
3771 cat confdefs.h >>conftest.$ac_ext
3772 cat >>conftest.$ac_ext <<_ACEOF
3773 /* end confdefs.h. */
3774 #include <ac_nonexistent.h>
3776 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779 *) ac_try_echo=$ac_try;;
3781 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3782 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3784 grep -v '^ *+' conftest.er1 >conftest.err
3786 cat conftest.err >&5
3787 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3788 (exit $ac_status); } >/dev/null && {
3789 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3790 test ! -s conftest.err
3792 # Broken: success on invalid input.
3795 echo "$as_me: failed program was
:" >&5
3796 sed 's/^/| /' conftest.$ac_ext >&5
3798 # Passes both tests.
3803 rm -f conftest.err conftest.$ac_ext
3806 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3807 rm -f conftest.err conftest.$ac_ext
3808 if $ac_preproc_ok; then
3820 { echo "$as_me:$LINENO: result
: $CPP" >&5
3821 echo "${ECHO_T}$CPP" >&6; }
3823 for ac_c_preproc_warn_flag in '' yes
3825 # Use a header file that comes with gcc, so configuring glibc
3826 # with a fresh cross-compiler works.
3827 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3828 # <limits.h> exists even on freestanding compilers.
3829 # On the NeXT, cc -E runs the code through the compiler's parser,
3830 # not just through cpp. "Syntax error
" is here to catch this case.
3831 cat >conftest.$ac_ext <<_ACEOF
3834 cat confdefs.h >>conftest.$ac_ext
3835 cat >>conftest.$ac_ext <<_ACEOF
3836 /* end confdefs.h. */
3838 # include <limits.h>
3840 # include <assert.h>
3844 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3847 *) ac_try_echo=$ac_try;;
3849 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3850 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3852 grep -v '^ *+' conftest.er1 >conftest.err
3854 cat conftest.err >&5
3855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3856 (exit $ac_status); } >/dev/null && {
3857 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3858 test ! -s conftest.err
3862 echo "$as_me: failed program was
:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3865 # Broken: fails on valid input.
3869 rm -f conftest.err conftest.$ac_ext
3871 # OK, works on sane cases. Now check whether nonexistent headers
3872 # can be detected and how.
3873 cat >conftest.$ac_ext <<_ACEOF
3876 cat confdefs.h >>conftest.$ac_ext
3877 cat >>conftest.$ac_ext <<_ACEOF
3878 /* end confdefs.h. */
3879 #include <ac_nonexistent.h>
3881 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3884 *) ac_try_echo=$ac_try;;
3886 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3887 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3889 grep -v '^ *+' conftest.er1 >conftest.err
3891 cat conftest.err >&5
3892 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3893 (exit $ac_status); } >/dev/null && {
3894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3895 test ! -s conftest.err
3897 # Broken: success on invalid input.
3900 echo "$as_me: failed program was
:" >&5
3901 sed 's/^/| /' conftest.$ac_ext >&5
3903 # Passes both tests.
3908 rm -f conftest.err conftest.$ac_ext
3911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3912 rm -f conftest.err conftest.$ac_ext
3913 if $ac_preproc_ok; then
3916 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3917 See \
`config.log' for more details." >&5
3918 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3919 See \`config.log
' for more details." >&2;}
3920 { (exit 1); exit 1; }; }
3924 ac_cpp='$CPP $CPPFLAGS'
3925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3926 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3930 { echo "$as_me:$LINENO: checking for X" >&5
3931 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3934 # Check whether --with-x was given.
3935 if test "${with_x+set}" = set; then
3939 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3940 if test "x$with_x" = xno; then
3941 # The user explicitly disabled X.
3944 case $x_includes,$x_libraries in #(
3945 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3946 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3947 { (exit 1); exit 1; }; };; #(
3948 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3949 echo $ECHO_N "(cached) $ECHO_C" >&6
3951 # One or both of the vars are not set, and there is no cached value.
3952 ac_x_includes=no ac_x_libraries=no
3953 rm -f -r conftest.dir
3954 if mkdir conftest.dir; then
3956 cat >Imakefile <<'_ACEOF'
3958 @echo incroot='${INCROOT}'
3960 @echo usrlibdir='${USRLIBDIR}'
3962 @echo libdir='${LIBDIR}'
3964 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3965 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3966 for ac_var in incroot usrlibdir libdir; do
3967 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3969 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3970 for ac_extension in a so sl; do
3971 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3972 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3973 ac_im_usrlibdir=$ac_im_libdir; break
3976 # Screen out bogus values from the imake configuration. They are
3977 # bogus both because they are the default anyway, and because
3978 # using them would break gcc on systems where it needs fixed includes.
3979 case $ac_im_incroot in
3980 /usr/include) ac_x_includes= ;;
3981 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3983 case $ac_im_usrlibdir in
3985 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3989 rm -f -r conftest.dir
3992 # Standard set of common directories for X headers.
3993 # Check X11 before X11Rn because it is often a symlink to the current release.
4005 /usr
/local
/X11
/include
4006 /usr
/local
/X11R
6/include
4007 /usr
/local
/X11R
5/include
4008 /usr
/local
/X11R
4/include
4010 /usr
/local
/include
/X11
4011 /usr
/local
/include
/X11R6
4012 /usr
/local
/include
/X11R5
4013 /usr
/local
/include
/X11R4
4017 /usr
/XFree86
/include
/X11
4021 /usr
/unsupported
/include
4023 /usr
/local
/x11r
5/include
4024 /usr
/lpp
/Xamples
/include
4026 /usr
/openwin
/include
4027 /usr
/openwin
/share
/include
'
4029 if test "$ac_x_includes" = no; then
4030 # Guess where to find include files, by looking for Xlib.h.
4031 # First, try using that file with no special directory specified.
4032 cat >conftest.$ac_ext <<_ACEOF
4035 cat confdefs.h >>conftest.$ac_ext
4036 cat >>conftest.$ac_ext <<_ACEOF
4037 /* end confdefs.h. */
4038 #include <X11/Xlib.h>
4040 if { (ac_try="$ac_cpp conftest.$ac_ext"
4042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4043 *) ac_try_echo=$ac_try;;
4045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4046 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4048 grep -v '^
*+' conftest.er1 >conftest.err
4050 cat conftest.err >&5
4051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4052 (exit $ac_status); } >/dev/null && {
4053 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4054 test ! -s conftest.err
4056 # We can compile using X headers with no special include directory.
4059 echo "$as_me: failed program was:" >&5
4060 sed 's
/^
/|
/' conftest.$ac_ext >&5
4062 for ac_dir in $ac_x_header_dirs; do
4063 if test -r "$ac_dir/X11/Xlib.h"; then
4064 ac_x_includes=$ac_dir
4070 rm -f conftest.err conftest.$ac_ext
4071 fi # $ac_x_includes = no
4073 if test "$ac_x_libraries" = no; then
4074 # Check for the libraries.
4075 # See if we find them without any special options.
4076 # Don't add to
$LIBS permanently.
4079 cat >conftest.
$ac_ext <<_ACEOF
4082 cat confdefs.h
>>conftest.
$ac_ext
4083 cat >>conftest.
$ac_ext <<_ACEOF
4084 /* end confdefs.h. */
4085 #include <X11/Xlib.h>
4094 rm -f conftest.
$ac_objext conftest
$ac_exeext
4095 if { (ac_try
="$ac_link"
4097 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4098 *) ac_try_echo=$ac_try;;
4100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4101 (eval "$ac_link") 2>conftest.er1
4103 grep -v '^ *+' conftest.er1 >conftest.err
4105 cat conftest.err >&5
4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 (exit $ac_status); } && {
4108 test -z "$ac_c_werror_flag" ||
4109 test ! -s conftest.err
4110 } && test -s conftest$ac_exeext &&
4111 $as_test_x conftest$ac_exeext; then
4113 # We can link X programs with no special library path.
4116 echo "$as_me: failed program was:" >&5
4117 sed 's/^/| /' conftest.$ac_ext >&5
4120 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4122 # Don't even attempt the hair of trying to link an X program!
4123 for ac_extension in a so sl; do
4124 if test -r "$ac_dir/libX11.$ac_extension"; then
4125 ac_x_libraries=$ac_dir
4132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4133 conftest$ac_exeext conftest.$ac_ext
4134 fi # $ac_x_libraries = no
4136 case $ac_x_includes,$ac_x_libraries in #(
4138 # Didn't find X, or a directory has "'" in its name.
4139 ac_cv_have_x="have_x=no";; #(
4141 # Record where we found X for the cache.
4142 ac_cv_have_x="have_x=yes\
4143 ac_x_includes='$ac_x_includes'\
4144 ac_x_libraries='$ac_x_libraries'"
4150 eval "$ac_cv_have_x"
4153 if test "$have_x" != yes; then
4154 { echo "$as_me:$LINENO: result: $have_x" >&5
4155 echo "${ECHO_T}$have_x" >&6; }
4158 # If each of the values was on the command line, it overrides each guess.
4159 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4160 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4161 # Update the cache value to reflect the command line values.
4162 ac_cv_have_x="have_x=yes\
4163 ac_x_includes='$x_includes'\
4164 ac_x_libraries='$x_libraries'"
4165 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4166 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4169 if test "$no_x" = yes; then
4170 # Not all programs may use this symbol, but it does not hurt to define it.
4172 cat >>confdefs.h <<\_ACEOF
4173 #define X_DISPLAY_MISSING 1
4176 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4178 if test -n "$x_includes"; then
4179 X_CFLAGS="$X_CFLAGS -I$x_includes"
4182 # It would also be nice to do this for all -L options, not just this one.
4183 if test -n "$x_libraries"; then
4184 X_LIBS="$X_LIBS -L$x_libraries"
4185 # For Solaris; some versions of Sun CC require a space after -R and
4186 # others require no space. Words are not sufficient . . . .
4187 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4188 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4189 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4190 ac_xsave_c_werror_flag=$ac_c_werror_flag
4191 ac_c_werror_flag=yes
4192 cat >conftest.$ac_ext <<_ACEOF
4195 cat confdefs.h >>conftest.$ac_ext
4196 cat >>conftest.$ac_ext <<_ACEOF
4197 /* end confdefs.h. */
4207 rm -f conftest.$ac_objext conftest$ac_exeext
4208 if { (ac_try="$ac_link"
4210 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4211 *) ac_try_echo
=$ac_try;;
4213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4214 (eval "$ac_link") 2>conftest.er1
4216 grep -v '^ *+' conftest.er1
>conftest.err
4218 cat conftest.err
>&5
4219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4220 (exit $ac_status); } && {
4221 test -z "$ac_c_werror_flag" ||
4222 test ! -s conftest.err
4223 } && test -s conftest
$ac_exeext &&
4224 $as_test_x conftest
$ac_exeext; then
4225 { echo "$as_me:$LINENO: result: no" >&5
4226 echo "${ECHO_T}no" >&6; }
4227 X_LIBS
="$X_LIBS -R$x_libraries"
4229 echo "$as_me: failed program was:" >&5
4230 sed 's/^/| /' conftest.
$ac_ext >&5
4232 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4233 cat >conftest.
$ac_ext <<_ACEOF
4236 cat confdefs.h
>>conftest.
$ac_ext
4237 cat >>conftest.
$ac_ext <<_ACEOF
4238 /* end confdefs.h. */
4248 rm -f conftest.
$ac_objext conftest
$ac_exeext
4249 if { (ac_try
="$ac_link"
4251 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4255 (eval "$ac_link") 2>conftest.er1
4257 grep -v '^ *+' conftest.er1 >conftest.err
4259 cat conftest.err >&5
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } && {
4262 test -z "$ac_c_werror_flag" ||
4263 test ! -s conftest.err
4264 } && test -s conftest$ac_exeext &&
4265 $as_test_x conftest$ac_exeext; then
4266 { echo "$as_me:$LINENO: result: yes" >&5
4267 echo "${ECHO_T}yes" >&6; }
4268 X_LIBS="$X_LIBS -R $x_libraries"
4270 echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { echo "$as_me:$LINENO: result: neither works" >&5
4274 echo "${ECHO_T}neither works" >&6; }
4277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4278 conftest$ac_exeext conftest.$ac_ext
4281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4282 conftest$ac_exeext conftest.$ac_ext
4283 ac_c_werror_flag=$ac_xsave_c_werror_flag
4287 # Check for system-dependent libraries X programs must link with.
4288 # Do this before checking for the system-independent R6 libraries
4289 # (-lICE), since we may need -lsocket or whatever for X linking.
4291 if test "$ISC" = yes; then
4292 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4294 # Martyn Johnson says this is needed for Ultrix, if the X
4295 # libraries were built with DECnet support. And Karl Berry says
4296 # the Alpha needs dnet_stub (dnet does not exist).
4297 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4298 cat >conftest.$ac_ext <<_ACEOF
4301 cat confdefs.h >>conftest.$ac_ext
4302 cat >>conftest.$ac_ext <<_ACEOF
4303 /* end confdefs.h. */
4305 /* Override any GCC internal prototype to avoid an error.
4306 Use char because int might match the return type of a GCC
4307 builtin and then its argument prototype would still apply. */
4311 char XOpenDisplay ();
4315 return XOpenDisplay ();
4320 rm -f conftest.$ac_objext conftest$ac_exeext
4321 if { (ac_try="$ac_link"
4323 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4324 *) ac_try_echo
=$ac_try;;
4326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4327 (eval "$ac_link") 2>conftest.er1
4329 grep -v '^ *+' conftest.er1
>conftest.err
4331 cat conftest.err
>&5
4332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333 (exit $ac_status); } && {
4334 test -z "$ac_c_werror_flag" ||
4335 test ! -s conftest.err
4336 } && test -s conftest
$ac_exeext &&
4337 $as_test_x conftest
$ac_exeext; then
4340 echo "$as_me: failed program was:" >&5
4341 sed 's/^/| /' conftest.
$ac_ext >&5
4343 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4344 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4345 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4346 echo $ECHO_N "(cached) $ECHO_C" >&6
4348 ac_check_lib_save_LIBS
=$LIBS
4350 cat >conftest.
$ac_ext <<_ACEOF
4353 cat confdefs.h
>>conftest.
$ac_ext
4354 cat >>conftest.
$ac_ext <<_ACEOF
4355 /* end confdefs.h. */
4357 /* Override any GCC internal prototype to avoid an error.
4358 Use char because int might match the return type of a GCC
4359 builtin and then its argument prototype would still apply. */
4367 return dnet_ntoa ();
4372 rm -f conftest.
$ac_objext conftest
$ac_exeext
4373 if { (ac_try
="$ac_link"
4375 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4376 *) ac_try_echo=$ac_try;;
4378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4379 (eval "$ac_link") 2>conftest.er1
4381 grep -v '^ *+' conftest.er1 >conftest.err
4383 cat conftest.err >&5
4384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385 (exit $ac_status); } && {
4386 test -z "$ac_c_werror_flag" ||
4387 test ! -s conftest.err
4388 } && test -s conftest$ac_exeext &&
4389 $as_test_x conftest$ac_exeext; then
4390 ac_cv_lib_dnet_dnet_ntoa=yes
4392 echo "$as_me: failed program was:" >&5
4393 sed 's/^/| /' conftest.$ac_ext >&5
4395 ac_cv_lib_dnet_dnet_ntoa=no
4398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4399 conftest$ac_exeext conftest.$ac_ext
4400 LIBS=$ac_check_lib_save_LIBS
4402 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4403 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4404 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4405 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4408 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4409 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4410 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4411 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4412 echo $ECHO_N "(cached) $ECHO_C" >&6
4414 ac_check_lib_save_LIBS=$LIBS
4415 LIBS="-ldnet_stub $LIBS"
4416 cat >conftest.$ac_ext <<_ACEOF
4419 cat confdefs.h >>conftest.$ac_ext
4420 cat >>conftest.$ac_ext <<_ACEOF
4421 /* end confdefs.h. */
4423 /* Override any GCC internal prototype to avoid an error.
4424 Use char because int might match the return type of a GCC
4425 builtin and then its argument prototype would still apply. */
4433 return dnet_ntoa ();
4438 rm -f conftest.$ac_objext conftest$ac_exeext
4439 if { (ac_try="$ac_link"
4441 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4442 *) ac_try_echo
=$ac_try;;
4444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4445 (eval "$ac_link") 2>conftest.er1
4447 grep -v '^ *+' conftest.er1
>conftest.err
4449 cat conftest.err
>&5
4450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 (exit $ac_status); } && {
4452 test -z "$ac_c_werror_flag" ||
4453 test ! -s conftest.err
4454 } && test -s conftest
$ac_exeext &&
4455 $as_test_x conftest
$ac_exeext; then
4456 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4458 echo "$as_me: failed program was:" >&5
4459 sed 's/^/| /' conftest.
$ac_ext >&5
4461 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4464 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4465 conftest
$ac_exeext conftest.
$ac_ext
4466 LIBS
=$ac_check_lib_save_LIBS
4468 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4469 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4470 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4471 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4477 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4478 conftest
$ac_exeext conftest.
$ac_ext
4479 LIBS
="$ac_xsave_LIBS"
4481 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4482 # to get the SysV transport functions.
4483 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4485 # The nsl library prevents programs from opening the X display
4486 # on Irix 5.2, according to T.E. Dickey.
4487 # The functions gethostbyname, getservbyname, and inet_addr are
4488 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4489 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4490 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4491 if test "${ac_cv_func_gethostbyname+set}" = set; then
4492 echo $ECHO_N "(cached) $ECHO_C" >&6
4494 cat >conftest.
$ac_ext <<_ACEOF
4497 cat confdefs.h
>>conftest.
$ac_ext
4498 cat >>conftest.
$ac_ext <<_ACEOF
4499 /* end confdefs.h. */
4500 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4501 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4502 #define gethostbyname innocuous_gethostbyname
4504 /* System header to define __stub macros and hopefully few prototypes,
4505 which can conflict with char gethostbyname (); below.
4506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4507 <limits.h> exists even on freestanding compilers. */
4510 # include <limits.h>
4512 # include <assert.h>
4515 #undef gethostbyname
4517 /* Override any GCC internal prototype to avoid an error.
4518 Use char because int might match the return type of a GCC
4519 builtin and then its argument prototype would still apply. */
4523 char gethostbyname ();
4524 /* The GNU C library defines this for functions which it implements
4525 to always fail with ENOSYS. Some functions are actually named
4526 something starting with __ and the normal name is an alias. */
4527 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4534 return gethostbyname ();
4539 rm -f conftest.
$ac_objext conftest
$ac_exeext
4540 if { (ac_try
="$ac_link"
4542 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4543 *) ac_try_echo=$ac_try;;
4545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4546 (eval "$ac_link") 2>conftest.er1
4548 grep -v '^ *+' conftest.er1 >conftest.err
4550 cat conftest.err >&5
4551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4552 (exit $ac_status); } && {
4553 test -z "$ac_c_werror_flag" ||
4554 test ! -s conftest.err
4555 } && test -s conftest$ac_exeext &&
4556 $as_test_x conftest$ac_exeext; then
4557 ac_cv_func_gethostbyname=yes
4559 echo "$as_me: failed program was:" >&5
4560 sed 's/^/| /' conftest.$ac_ext >&5
4562 ac_cv_func_gethostbyname=no
4565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4566 conftest$ac_exeext conftest.$ac_ext
4568 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4569 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4571 if test $ac_cv_func_gethostbyname = no; then
4572 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4573 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4574 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4575 echo $ECHO_N "(cached) $ECHO_C" >&6
4577 ac_check_lib_save_LIBS=$LIBS
4579 cat >conftest.$ac_ext <<_ACEOF
4582 cat confdefs.h >>conftest.$ac_ext
4583 cat >>conftest.$ac_ext <<_ACEOF
4584 /* end confdefs.h. */
4586 /* Override any GCC internal prototype to avoid an error.
4587 Use char because int might match the return type of a GCC
4588 builtin and then its argument prototype would still apply. */
4592 char gethostbyname ();
4596 return gethostbyname ();
4601 rm -f conftest.$ac_objext conftest$ac_exeext
4602 if { (ac_try="$ac_link"
4604 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4605 *) ac_try_echo
=$ac_try;;
4607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4608 (eval "$ac_link") 2>conftest.er1
4610 grep -v '^ *+' conftest.er1
>conftest.err
4612 cat conftest.err
>&5
4613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614 (exit $ac_status); } && {
4615 test -z "$ac_c_werror_flag" ||
4616 test ! -s conftest.err
4617 } && test -s conftest
$ac_exeext &&
4618 $as_test_x conftest
$ac_exeext; then
4619 ac_cv_lib_nsl_gethostbyname
=yes
4621 echo "$as_me: failed program was:" >&5
4622 sed 's/^/| /' conftest.
$ac_ext >&5
4624 ac_cv_lib_nsl_gethostbyname
=no
4627 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4628 conftest
$ac_exeext conftest.
$ac_ext
4629 LIBS
=$ac_check_lib_save_LIBS
4631 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4632 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4633 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4634 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4637 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4638 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4639 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4640 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4643 ac_check_lib_save_LIBS
=$LIBS
4645 cat >conftest.
$ac_ext <<_ACEOF
4648 cat confdefs.h
>>conftest.
$ac_ext
4649 cat >>conftest.
$ac_ext <<_ACEOF
4650 /* end confdefs.h. */
4652 /* Override any GCC internal prototype to avoid an error.
4653 Use char because int might match the return type of a GCC
4654 builtin and then its argument prototype would still apply. */
4658 char gethostbyname ();
4662 return gethostbyname ();
4667 rm -f conftest.
$ac_objext conftest
$ac_exeext
4668 if { (ac_try
="$ac_link"
4670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4674 (eval "$ac_link") 2>conftest.er1
4676 grep -v '^ *+' conftest.er1 >conftest.err
4678 cat conftest.err >&5
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); } && {
4681 test -z "$ac_c_werror_flag" ||
4682 test ! -s conftest.err
4683 } && test -s conftest$ac_exeext &&
4684 $as_test_x conftest$ac_exeext; then
4685 ac_cv_lib_bsd_gethostbyname=yes
4687 echo "$as_me: failed program was:" >&5
4688 sed 's/^/| /' conftest.$ac_ext >&5
4690 ac_cv_lib_bsd_gethostbyname=no
4693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4694 conftest$ac_exeext conftest.$ac_ext
4695 LIBS=$ac_check_lib_save_LIBS
4697 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4698 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4699 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4700 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4706 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4707 # socket/setsockopt and other routines are undefined under SCO ODT
4708 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4709 # on later versions), says Simon Leinen: it contains gethostby*
4710 # variants that don't use the name server (or something). -lsocket
4711 # must be given before -lnsl if both are needed. We assume that
4712 # if connect needs -lnsl, so does gethostbyname.
4713 { echo "$as_me:$LINENO: checking for connect" >&5
4714 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4715 if test "${ac_cv_func_connect+set}" = set; then
4716 echo $ECHO_N "(cached) $ECHO_C" >&6
4718 cat >conftest.$ac_ext <<_ACEOF
4721 cat confdefs.h >>conftest.$ac_ext
4722 cat >>conftest.$ac_ext <<_ACEOF
4723 /* end confdefs.h. */
4724 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4726 #define connect innocuous_connect
4728 /* System header to define __stub macros and hopefully few prototypes,
4729 which can conflict with char connect (); below.
4730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4731 <limits.h> exists even on freestanding compilers. */
4734 # include <limits.h>
4736 # include <assert.h>
4741 /* Override any GCC internal prototype to avoid an error.
4742 Use char because int might match the return type of a GCC
4743 builtin and then its argument prototype would still apply. */
4748 /* The GNU C library defines this for functions which it implements
4749 to always fail with ENOSYS. Some functions are actually named
4750 something starting with __ and the normal name is an alias. */
4751 #if defined __stub_connect || defined __stub___connect
4763 rm -f conftest.$ac_objext conftest$ac_exeext
4764 if { (ac_try="$ac_link"
4766 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4767 *) ac_try_echo
=$ac_try;;
4769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4770 (eval "$ac_link") 2>conftest.er1
4772 grep -v '^ *+' conftest.er1
>conftest.err
4774 cat conftest.err
>&5
4775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4776 (exit $ac_status); } && {
4777 test -z "$ac_c_werror_flag" ||
4778 test ! -s conftest.err
4779 } && test -s conftest
$ac_exeext &&
4780 $as_test_x conftest
$ac_exeext; then
4781 ac_cv_func_connect
=yes
4783 echo "$as_me: failed program was:" >&5
4784 sed 's/^/| /' conftest.
$ac_ext >&5
4786 ac_cv_func_connect
=no
4789 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4790 conftest
$ac_exeext conftest.
$ac_ext
4792 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4793 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4795 if test $ac_cv_func_connect = no
; then
4796 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4797 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4798 if test "${ac_cv_lib_socket_connect+set}" = set; then
4799 echo $ECHO_N "(cached) $ECHO_C" >&6
4801 ac_check_lib_save_LIBS
=$LIBS
4802 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4803 cat >conftest.
$ac_ext <<_ACEOF
4806 cat confdefs.h
>>conftest.
$ac_ext
4807 cat >>conftest.
$ac_ext <<_ACEOF
4808 /* end confdefs.h. */
4810 /* Override any GCC internal prototype to avoid an error.
4811 Use char because int might match the return type of a GCC
4812 builtin and then its argument prototype would still apply. */
4825 rm -f conftest.
$ac_objext conftest
$ac_exeext
4826 if { (ac_try
="$ac_link"
4828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4829 *) ac_try_echo=$ac_try;;
4831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4832 (eval "$ac_link") 2>conftest.er1
4834 grep -v '^ *+' conftest.er1 >conftest.err
4836 cat conftest.err >&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } && {
4839 test -z "$ac_c_werror_flag" ||
4840 test ! -s conftest.err
4841 } && test -s conftest$ac_exeext &&
4842 $as_test_x conftest$ac_exeext; then
4843 ac_cv_lib_socket_connect=yes
4845 echo "$as_me: failed program was:" >&5
4846 sed 's/^/| /' conftest.$ac_ext >&5
4848 ac_cv_lib_socket_connect=no
4851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4852 conftest$ac_exeext conftest.$ac_ext
4853 LIBS=$ac_check_lib_save_LIBS
4855 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4856 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4857 if test $ac_cv_lib_socket_connect = yes; then
4858 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4863 # Guillermo Gomez says -lposix is necessary on A/UX.
4864 { echo "$as_me:$LINENO: checking for remove" >&5
4865 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4866 if test "${ac_cv_func_remove+set}" = set; then
4867 echo $ECHO_N "(cached) $ECHO_C" >&6
4869 cat >conftest.$ac_ext <<_ACEOF
4872 cat confdefs.h >>conftest.$ac_ext
4873 cat >>conftest.$ac_ext <<_ACEOF
4874 /* end confdefs.h. */
4875 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4876 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4877 #define remove innocuous_remove
4879 /* System header to define __stub macros and hopefully few prototypes,
4880 which can conflict with char remove (); below.
4881 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4882 <limits.h> exists even on freestanding compilers. */
4885 # include <limits.h>
4887 # include <assert.h>
4892 /* Override any GCC internal prototype to avoid an error.
4893 Use char because int might match the return type of a GCC
4894 builtin and then its argument prototype would still apply. */
4899 /* The GNU C library defines this for functions which it implements
4900 to always fail with ENOSYS. Some functions are actually named
4901 something starting with __ and the normal name is an alias. */
4902 #if defined __stub_remove || defined __stub___remove
4914 rm -f conftest.$ac_objext conftest$ac_exeext
4915 if { (ac_try="$ac_link"
4917 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4918 *) ac_try_echo
=$ac_try;;
4920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4921 (eval "$ac_link") 2>conftest.er1
4923 grep -v '^ *+' conftest.er1
>conftest.err
4925 cat conftest.err
>&5
4926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927 (exit $ac_status); } && {
4928 test -z "$ac_c_werror_flag" ||
4929 test ! -s conftest.err
4930 } && test -s conftest
$ac_exeext &&
4931 $as_test_x conftest
$ac_exeext; then
4932 ac_cv_func_remove
=yes
4934 echo "$as_me: failed program was:" >&5
4935 sed 's/^/| /' conftest.
$ac_ext >&5
4937 ac_cv_func_remove
=no
4940 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4941 conftest
$ac_exeext conftest.
$ac_ext
4943 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4944 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4946 if test $ac_cv_func_remove = no
; then
4947 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4948 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4949 if test "${ac_cv_lib_posix_remove+set}" = set; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6
4952 ac_check_lib_save_LIBS
=$LIBS
4953 LIBS
="-lposix $LIBS"
4954 cat >conftest.
$ac_ext <<_ACEOF
4957 cat confdefs.h
>>conftest.
$ac_ext
4958 cat >>conftest.
$ac_ext <<_ACEOF
4959 /* end confdefs.h. */
4961 /* Override any GCC internal prototype to avoid an error.
4962 Use char because int might match the return type of a GCC
4963 builtin and then its argument prototype would still apply. */
4976 rm -f conftest.
$ac_objext conftest
$ac_exeext
4977 if { (ac_try
="$ac_link"
4979 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4980 *) ac_try_echo=$ac_try;;
4982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4983 (eval "$ac_link") 2>conftest.er1
4985 grep -v '^ *+' conftest.er1 >conftest.err
4987 cat conftest.err >&5
4988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4989 (exit $ac_status); } && {
4990 test -z "$ac_c_werror_flag" ||
4991 test ! -s conftest.err
4992 } && test -s conftest$ac_exeext &&
4993 $as_test_x conftest$ac_exeext; then
4994 ac_cv_lib_posix_remove=yes
4996 echo "$as_me: failed program was:" >&5
4997 sed 's/^/| /' conftest.$ac_ext >&5
4999 ac_cv_lib_posix_remove=no
5002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5003 conftest$ac_exeext conftest.$ac_ext
5004 LIBS=$ac_check_lib_save_LIBS
5006 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5007 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5008 if test $ac_cv_lib_posix_remove = yes; then
5009 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5014 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5015 { echo "$as_me:$LINENO: checking for shmat" >&5
5016 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5017 if test "${ac_cv_func_shmat+set}" = set; then
5018 echo $ECHO_N "(cached) $ECHO_C" >&6
5020 cat >conftest.$ac_ext <<_ACEOF
5023 cat confdefs.h >>conftest.$ac_ext
5024 cat >>conftest.$ac_ext <<_ACEOF
5025 /* end confdefs.h. */
5026 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5027 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5028 #define shmat innocuous_shmat
5030 /* System header to define __stub macros and hopefully few prototypes,
5031 which can conflict with char shmat (); below.
5032 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5033 <limits.h> exists even on freestanding compilers. */
5036 # include <limits.h>
5038 # include <assert.h>
5043 /* Override any GCC internal prototype to avoid an error.
5044 Use char because int might match the return type of a GCC
5045 builtin and then its argument prototype would still apply. */
5050 /* The GNU C library defines this for functions which it implements
5051 to always fail with ENOSYS. Some functions are actually named
5052 something starting with __ and the normal name is an alias. */
5053 #if defined __stub_shmat || defined __stub___shmat
5065 rm -f conftest.$ac_objext conftest$ac_exeext
5066 if { (ac_try="$ac_link"
5068 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5069 *) ac_try_echo
=$ac_try;;
5071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5072 (eval "$ac_link") 2>conftest.er1
5074 grep -v '^ *+' conftest.er1
>conftest.err
5076 cat conftest.err
>&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } && {
5079 test -z "$ac_c_werror_flag" ||
5080 test ! -s conftest.err
5081 } && test -s conftest
$ac_exeext &&
5082 $as_test_x conftest
$ac_exeext; then
5083 ac_cv_func_shmat
=yes
5085 echo "$as_me: failed program was:" >&5
5086 sed 's/^/| /' conftest.
$ac_ext >&5
5091 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5092 conftest
$ac_exeext conftest.
$ac_ext
5094 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5095 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5097 if test $ac_cv_func_shmat = no
; then
5098 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5099 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5100 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5101 echo $ECHO_N "(cached) $ECHO_C" >&6
5103 ac_check_lib_save_LIBS
=$LIBS
5105 cat >conftest.
$ac_ext <<_ACEOF
5108 cat confdefs.h
>>conftest.
$ac_ext
5109 cat >>conftest.
$ac_ext <<_ACEOF
5110 /* end confdefs.h. */
5112 /* Override any GCC internal prototype to avoid an error.
5113 Use char because int might match the return type of a GCC
5114 builtin and then its argument prototype would still apply. */
5127 rm -f conftest.
$ac_objext conftest
$ac_exeext
5128 if { (ac_try
="$ac_link"
5130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5131 *) ac_try_echo=$ac_try;;
5133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5134 (eval "$ac_link") 2>conftest.er1
5136 grep -v '^ *+' conftest.er1 >conftest.err
5138 cat conftest.err >&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140 (exit $ac_status); } && {
5141 test -z "$ac_c_werror_flag" ||
5142 test ! -s conftest.err
5143 } && test -s conftest$ac_exeext &&
5144 $as_test_x conftest$ac_exeext; then
5145 ac_cv_lib_ipc_shmat=yes
5147 echo "$as_me: failed program was:" >&5
5148 sed 's/^/| /' conftest.$ac_ext >&5
5150 ac_cv_lib_ipc_shmat=no
5153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5154 conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5157 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5158 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5159 if test $ac_cv_lib_ipc_shmat = yes; then
5160 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5166 # Check for libraries that X11R6 Xt/Xaw programs need.
5167 ac_save_LDFLAGS=$LDFLAGS
5168 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5169 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5170 # check for ICE first), but we must link in the order -lSM -lICE or
5171 # we get undefined symbols. So assume we have SM if we have ICE.
5172 # These have to be linked with before -lX11, unlike the other
5173 # libraries we check for below, so use a different variable.
5174 # John Interrante, Karl Berry
5175 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5176 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5177 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5178 echo $ECHO_N "(cached) $ECHO_C" >&6
5180 ac_check_lib_save_LIBS=$LIBS
5181 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5182 cat >conftest.$ac_ext <<_ACEOF
5185 cat confdefs.h >>conftest.$ac_ext
5186 cat >>conftest.$ac_ext <<_ACEOF
5187 /* end confdefs.h. */
5189 /* Override any GCC internal prototype to avoid an error.
5190 Use char because int might match the return type of a GCC
5191 builtin and then its argument prototype would still apply. */
5195 char IceConnectionNumber ();
5199 return IceConnectionNumber ();
5204 rm -f conftest.$ac_objext conftest$ac_exeext
5205 if { (ac_try="$ac_link"
5207 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5208 *) ac_try_echo
=$ac_try;;
5210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5211 (eval "$ac_link") 2>conftest.er1
5213 grep -v '^ *+' conftest.er1
>conftest.err
5215 cat conftest.err
>&5
5216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217 (exit $ac_status); } && {
5218 test -z "$ac_c_werror_flag" ||
5219 test ! -s conftest.err
5220 } && test -s conftest
$ac_exeext &&
5221 $as_test_x conftest
$ac_exeext; then
5222 ac_cv_lib_ICE_IceConnectionNumber
=yes
5224 echo "$as_me: failed program was:" >&5
5225 sed 's/^/| /' conftest.
$ac_ext >&5
5227 ac_cv_lib_ICE_IceConnectionNumber
=no
5230 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5231 conftest
$ac_exeext conftest.
$ac_ext
5232 LIBS
=$ac_check_lib_save_LIBS
5234 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5235 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5236 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5237 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5240 LDFLAGS
=$ac_save_LDFLAGS
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy
$ac_prog; ac_word
=$2
5249 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5251 if test "${ac_cv_prog_FLEX+set}" = set; then
5252 echo $ECHO_N "(cached) $ECHO_C" >&6
5254 if test -n "$FLEX"; then
5255 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5261 test -z "$as_dir" && as_dir
=.
5262 for ac_exec_ext
in '' $ac_executable_extensions; do
5263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5264 ac_cv_prog_FLEX
="$ac_prog"
5265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5274 FLEX
=$ac_cv_prog_FLEX
5275 if test -n "$FLEX"; then
5276 { echo "$as_me:$LINENO: result: $FLEX" >&5
5277 echo "${ECHO_T}$FLEX" >&6; }
5279 { echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6; }
5284 test -n "$FLEX" && break
5286 test -n "$FLEX" || FLEX
="none"
5288 if test "$FLEX" = "none"
5290 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5291 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5292 { (exit 1); exit 1; }; }
5295 for ac_prog
in bison
5297 # Extract the first word of "$ac_prog", so it can be a program name with args.
5298 set dummy
$ac_prog; ac_word
=$2
5299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5301 if test "${ac_cv_prog_BISON+set}" = set; then
5302 echo $ECHO_N "(cached) $ECHO_C" >&6
5304 if test -n "$BISON"; then
5305 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5307 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5311 test -z "$as_dir" && as_dir
=.
5312 for ac_exec_ext
in '' $ac_executable_extensions; do
5313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5314 ac_cv_prog_BISON
="$ac_prog"
5315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 BISON
=$ac_cv_prog_BISON
5325 if test -n "$BISON"; then
5326 { echo "$as_me:$LINENO: result: $BISON" >&5
5327 echo "${ECHO_T}$BISON" >&6; }
5329 { echo "$as_me:$LINENO: result: no" >&5
5330 echo "${ECHO_T}no" >&6; }
5334 test -n "$BISON" && break
5336 test -n "$BISON" || BISON
="none"
5338 if test "$BISON" = "none"
5340 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5341 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5342 { (exit 1); exit 1; }; }
5345 if test -n "$ac_tool_prefix"; then
5346 for ac_prog
in gas as
5348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5349 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5350 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5352 if test "${ac_cv_prog_AS+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5355 if test -n "$AS"; then
5356 ac_cv_prog_AS
="$AS" # Let the user override the test.
5358 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5362 test -z "$as_dir" && as_dir
=.
5363 for ac_exec_ext
in '' $ac_executable_extensions; do
5364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5365 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5376 if test -n "$AS"; then
5377 { echo "$as_me:$LINENO: result: $AS" >&5
5378 echo "${ECHO_T}$AS" >&6; }
5380 { echo "$as_me:$LINENO: result: no" >&5
5381 echo "${ECHO_T}no" >&6; }
5385 test -n "$AS" && break
5388 if test -z "$AS"; then
5390 for ac_prog
in gas as
5392 # Extract the first word of "$ac_prog", so it can be a program name with args.
5393 set dummy
$ac_prog; ac_word
=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5397 echo $ECHO_N "(cached) $ECHO_C" >&6
5399 if test -n "$ac_ct_AS"; then
5400 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5406 test -z "$as_dir" && as_dir
=.
5407 for ac_exec_ext
in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_ac_ct_AS
="$ac_prog"
5410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5419 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5420 if test -n "$ac_ct_AS"; then
5421 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5422 echo "${ECHO_T}$ac_ct_AS" >&6; }
5424 { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5429 test -n "$ac_ct_AS" && break
5432 if test "x$ac_ct_AS" = x
; then
5435 case $cross_compiling:$ac_tool_warned in
5437 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5438 whose name does not start with the host triplet. If you think this
5439 configuration is useful to you, please write to autoconf@gnu.org." >&5
5440 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5441 whose name does not start with the host triplet. If you think this
5442 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5443 ac_tool_warned
=yes ;;
5449 if test -n "$ac_tool_prefix"; then
5450 for ac_prog
in ld gld
5452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5453 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5456 if test "${ac_cv_prog_LD+set}" = set; then
5457 echo $ECHO_N "(cached) $ECHO_C" >&6
5459 if test -n "$LD"; then
5460 ac_cv_prog_LD
="$LD" # Let the user override the test.
5462 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5466 test -z "$as_dir" && as_dir
=.
5467 for ac_exec_ext
in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5469 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480 if test -n "$LD"; then
5481 { echo "$as_me:$LINENO: result: $LD" >&5
5482 echo "${ECHO_T}$LD" >&6; }
5484 { echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6; }
5489 test -n "$LD" && break
5492 if test -z "$LD"; then
5494 for ac_prog
in ld gld
5496 # Extract the first word of "$ac_prog", so it can be a program name with args.
5497 set dummy
$ac_prog; ac_word
=$2
5498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5500 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5501 echo $ECHO_N "(cached) $ECHO_C" >&6
5503 if test -n "$ac_ct_LD"; then
5504 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5510 test -z "$as_dir" && as_dir
=.
5511 for ac_exec_ext
in '' $ac_executable_extensions; do
5512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5513 ac_cv_prog_ac_ct_LD
="$ac_prog"
5514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5523 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5524 if test -n "$ac_ct_LD"; then
5525 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5526 echo "${ECHO_T}$ac_ct_LD" >&6; }
5528 { echo "$as_me:$LINENO: result: no" >&5
5529 echo "${ECHO_T}no" >&6; }
5533 test -n "$ac_ct_LD" && break
5536 if test "x$ac_ct_LD" = x
; then
5539 case $cross_compiling:$ac_tool_warned in
5541 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5542 whose name does not start with the host triplet. If you think this
5543 configuration is useful to you, please write to autoconf@gnu.org." >&5
5544 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5545 whose name does not start with the host triplet. If you think this
5546 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5547 ac_tool_warned
=yes ;;
5553 if test -n "$ac_tool_prefix"; then
5554 for ac_prog
in nm gnm
5556 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5557 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5560 if test "${ac_cv_prog_NM+set}" = set; then
5561 echo $ECHO_N "(cached) $ECHO_C" >&6
5563 if test -n "$NM"; then
5564 ac_cv_prog_NM
="$NM" # Let the user override the test.
5566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5570 test -z "$as_dir" && as_dir
=.
5571 for ac_exec_ext
in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5584 if test -n "$NM"; then
5585 { echo "$as_me:$LINENO: result: $NM" >&5
5586 echo "${ECHO_T}$NM" >&6; }
5588 { echo "$as_me:$LINENO: result: no" >&5
5589 echo "${ECHO_T}no" >&6; }
5593 test -n "$NM" && break
5596 if test -z "$NM"; then
5598 for ac_prog
in nm gnm
5600 # Extract the first word of "$ac_prog", so it can be a program name with args.
5601 set dummy
$ac_prog; ac_word
=$2
5602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5604 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5605 echo $ECHO_N "(cached) $ECHO_C" >&6
5607 if test -n "$ac_ct_NM"; then
5608 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5614 test -z "$as_dir" && as_dir
=.
5615 for ac_exec_ext
in '' $ac_executable_extensions; do
5616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5617 ac_cv_prog_ac_ct_NM
="$ac_prog"
5618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5627 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5628 if test -n "$ac_ct_NM"; then
5629 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5630 echo "${ECHO_T}$ac_ct_NM" >&6; }
5632 { echo "$as_me:$LINENO: result: no" >&5
5633 echo "${ECHO_T}no" >&6; }
5637 test -n "$ac_ct_NM" && break
5640 if test "x$ac_ct_NM" = x
; then
5643 case $cross_compiling:$ac_tool_warned in
5645 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5646 whose name does not start with the host triplet. If you think this
5647 configuration is useful to you, please write to autoconf@gnu.org." >&5
5648 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5649 whose name does not start with the host triplet. If you think this
5650 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5651 ac_tool_warned
=yes ;;
5657 if test -n "$ac_tool_prefix"; then
5658 for ac_prog
in ar gar
5660 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5661 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5664 if test "${ac_cv_prog_AR+set}" = set; then
5665 echo $ECHO_N "(cached) $ECHO_C" >&6
5667 if test -n "$AR"; then
5668 ac_cv_prog_AR
="$AR" # Let the user override the test.
5670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5674 test -z "$as_dir" && as_dir
=.
5675 for ac_exec_ext
in '' $ac_executable_extensions; do
5676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5677 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5688 if test -n "$AR"; then
5689 { echo "$as_me:$LINENO: result: $AR" >&5
5690 echo "${ECHO_T}$AR" >&6; }
5692 { echo "$as_me:$LINENO: result: no" >&5
5693 echo "${ECHO_T}no" >&6; }
5697 test -n "$AR" && break
5700 if test -z "$AR"; then
5702 for ac_prog
in ar gar
5704 # Extract the first word of "$ac_prog", so it can be a program name with args.
5705 set dummy
$ac_prog; ac_word
=$2
5706 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5708 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5709 echo $ECHO_N "(cached) $ECHO_C" >&6
5711 if test -n "$ac_ct_AR"; then
5712 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5714 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5718 test -z "$as_dir" && as_dir
=.
5719 for ac_exec_ext
in '' $ac_executable_extensions; do
5720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5721 ac_cv_prog_ac_ct_AR
="$ac_prog"
5722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5731 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5732 if test -n "$ac_ct_AR"; then
5733 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5734 echo "${ECHO_T}$ac_ct_AR" >&6; }
5736 { echo "$as_me:$LINENO: result: no" >&5
5737 echo "${ECHO_T}no" >&6; }
5741 test -n "$ac_ct_AR" && break
5744 if test "x$ac_ct_AR" = x
; then
5747 case $cross_compiling:$ac_tool_warned in
5749 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5750 whose name does not start with the host triplet. If you think this
5751 configuration is useful to you, please write to autoconf@gnu.org." >&5
5752 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5753 whose name does not start with the host triplet. If you think this
5754 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5755 ac_tool_warned
=yes ;;
5763 if test -n "$ac_tool_prefix"; then
5764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5765 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5766 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5768 if test "${ac_cv_prog_RANLIB+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6
5771 if test -n "$RANLIB"; then
5772 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5774 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5778 test -z "$as_dir" && as_dir
=.
5779 for ac_exec_ext
in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5791 RANLIB
=$ac_cv_prog_RANLIB
5792 if test -n "$RANLIB"; then
5793 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5794 echo "${ECHO_T}$RANLIB" >&6; }
5796 { echo "$as_me:$LINENO: result: no" >&5
5797 echo "${ECHO_T}no" >&6; }
5802 if test -z "$ac_cv_prog_RANLIB"; then
5803 ac_ct_RANLIB
=$RANLIB
5804 # Extract the first word of "ranlib", so it can be a program name with args.
5805 set dummy ranlib
; ac_word
=$2
5806 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5808 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5809 echo $ECHO_N "(cached) $ECHO_C" >&6
5811 if test -n "$ac_ct_RANLIB"; then
5812 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5818 test -z "$as_dir" && as_dir
=.
5819 for ac_exec_ext
in '' $ac_executable_extensions; do
5820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5821 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5832 if test -n "$ac_ct_RANLIB"; then
5833 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5834 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5836 { echo "$as_me:$LINENO: result: no" >&5
5837 echo "${ECHO_T}no" >&6; }
5840 if test "x$ac_ct_RANLIB" = x
; then
5843 case $cross_compiling:$ac_tool_warned in
5845 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5846 whose name does not start with the host triplet. If you think this
5847 configuration is useful to you, please write to autoconf@gnu.org." >&5
5848 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5849 whose name does not start with the host triplet. If you think this
5850 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5851 ac_tool_warned
=yes ;;
5853 RANLIB
=$ac_ct_RANLIB
5856 RANLIB
="$ac_cv_prog_RANLIB"
5859 if test -n "$ac_tool_prefix"; then
5860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5861 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5862 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5863 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5864 if test "${ac_cv_prog_STRIP+set}" = set; then
5865 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 if test -n "$STRIP"; then
5868 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5870 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5874 test -z "$as_dir" && as_dir
=.
5875 for ac_exec_ext
in '' $ac_executable_extensions; do
5876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5877 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5887 STRIP
=$ac_cv_prog_STRIP
5888 if test -n "$STRIP"; then
5889 { echo "$as_me:$LINENO: result: $STRIP" >&5
5890 echo "${ECHO_T}$STRIP" >&6; }
5892 { echo "$as_me:$LINENO: result: no" >&5
5893 echo "${ECHO_T}no" >&6; }
5898 if test -z "$ac_cv_prog_STRIP"; then
5900 # Extract the first word of "strip", so it can be a program name with args.
5901 set dummy strip
; ac_word
=$2
5902 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5904 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5905 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 if test -n "$ac_ct_STRIP"; then
5908 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5910 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5914 test -z "$as_dir" && as_dir
=.
5915 for ac_exec_ext
in '' $ac_executable_extensions; do
5916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5917 ac_cv_prog_ac_ct_STRIP
="strip"
5918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5928 if test -n "$ac_ct_STRIP"; then
5929 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5930 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5932 { echo "$as_me:$LINENO: result: no" >&5
5933 echo "${ECHO_T}no" >&6; }
5936 if test "x$ac_ct_STRIP" = x
; then
5939 case $cross_compiling:$ac_tool_warned in
5941 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5942 whose name does not start with the host triplet. If you think this
5943 configuration is useful to you, please write to autoconf@gnu.org." >&5
5944 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5945 whose name does not start with the host triplet. If you think this
5946 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5947 ac_tool_warned
=yes ;;
5952 STRIP
="$ac_cv_prog_STRIP"
5955 if test -n "$ac_tool_prefix"; then
5956 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5957 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5958 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5960 if test "${ac_cv_prog_WINDRES+set}" = set; then
5961 echo $ECHO_N "(cached) $ECHO_C" >&6
5963 if test -n "$WINDRES"; then
5964 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5970 test -z "$as_dir" && as_dir
=.
5971 for ac_exec_ext
in '' $ac_executable_extensions; do
5972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5973 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 WINDRES
=$ac_cv_prog_WINDRES
5984 if test -n "$WINDRES"; then
5985 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5986 echo "${ECHO_T}$WINDRES" >&6; }
5988 { echo "$as_me:$LINENO: result: no" >&5
5989 echo "${ECHO_T}no" >&6; }
5994 if test -z "$ac_cv_prog_WINDRES"; then
5995 ac_ct_WINDRES
=$WINDRES
5996 # Extract the first word of "windres", so it can be a program name with args.
5997 set dummy windres
; ac_word
=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6001 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 if test -n "$ac_ct_WINDRES"; then
6004 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6010 test -z "$as_dir" && as_dir
=.
6011 for ac_exec_ext
in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_ac_ct_WINDRES
="windres"
6014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6024 if test -n "$ac_ct_WINDRES"; then
6025 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6026 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6028 { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6032 if test "x$ac_ct_WINDRES" = x
; then
6035 case $cross_compiling:$ac_tool_warned in
6037 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6038 whose name does not start with the host triplet. If you think this
6039 configuration is useful to you, please write to autoconf@gnu.org." >&5
6040 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6041 whose name does not start with the host triplet. If you think this
6042 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6043 ac_tool_warned
=yes ;;
6045 WINDRES
=$ac_ct_WINDRES
6048 WINDRES
="$ac_cv_prog_WINDRES"
6051 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6052 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6054 if test "$LN_S" = "ln -s"; then
6055 { echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6; }
6058 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6059 echo "${ECHO_T}no, using $LN_S" >&6; }
6062 { echo "$as_me:$LINENO: checking whether ln works" >&5
6063 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6064 rm -f conf$$ conf$$.
file
6066 if ln conf$$.
file conf$$
2>/dev
/null
; then
6069 { echo "$as_me:$LINENO: result: yes" >&5
6070 echo "${ECHO_T}yes" >&6; }
6074 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6075 echo "${ECHO_T}no, using $LN" >&6; }
6077 rm -f conf$$ conf$$.
file
6078 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6079 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6080 if test "${ac_cv_path_GREP+set}" = set; then
6081 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 # Extract the first word of "grep ggrep" to use in msg output
6084 if test -z "$GREP"; then
6085 set dummy
grep ggrep
; ac_prog_name
=$2
6086 if test "${ac_cv_path_GREP+set}" = set; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 ac_path_GREP_found
=false
6090 # Loop through the user's path and test for each of PROGNAME-LIST
6091 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6092 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6095 test -z "$as_dir" && as_dir
=.
6096 for ac_prog
in grep ggrep
; do
6097 for ac_exec_ext
in '' $ac_executable_extensions; do
6098 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6099 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6100 # Check for GNU ac_path_GREP and select it if it is found.
6101 # Check for GNU $ac_path_GREP
6102 case `"$ac_path_GREP" --version 2>&1` in
6104 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6107 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6110 cat "conftest.in" "conftest.in" >"conftest.tmp"
6111 mv "conftest.tmp" "conftest.in"
6112 cp "conftest.in" "conftest.nl"
6113 echo 'GREP' >> "conftest.nl"
6114 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6115 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6116 ac_count
=`expr $ac_count + 1`
6117 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6118 # Best one so far, save it but keep looking for a better one
6119 ac_cv_path_GREP
="$ac_path_GREP"
6120 ac_path_GREP_max
=$ac_count
6122 # 10*(2^10) chars as input seems more than enough
6123 test $ac_count -gt 10 && break
6125 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6129 $ac_path_GREP_found && break 3
6139 GREP
="$ac_cv_path_GREP"
6140 if test -z "$GREP"; then
6141 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6142 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6143 { (exit 1); exit 1; }; }
6147 ac_cv_path_GREP
=$GREP
6152 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6153 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6154 GREP
="$ac_cv_path_GREP"
6157 { echo "$as_me:$LINENO: checking for egrep" >&5
6158 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6159 if test "${ac_cv_path_EGREP+set}" = set; then
6160 echo $ECHO_N "(cached) $ECHO_C" >&6
6162 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6163 then ac_cv_path_EGREP
="$GREP -E"
6165 # Extract the first word of "egrep" to use in msg output
6166 if test -z "$EGREP"; then
6167 set dummy
egrep; ac_prog_name
=$2
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 ac_path_EGREP_found
=false
6172 # Loop through the user's path and test for each of PROGNAME-LIST
6173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6174 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6177 test -z "$as_dir" && as_dir
=.
6178 for ac_prog
in egrep; do
6179 for ac_exec_ext
in '' $ac_executable_extensions; do
6180 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6181 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6182 # Check for GNU ac_path_EGREP and select it if it is found.
6183 # Check for GNU $ac_path_EGREP
6184 case `"$ac_path_EGREP" --version 2>&1` in
6186 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6189 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6192 cat "conftest.in" "conftest.in" >"conftest.tmp"
6193 mv "conftest.tmp" "conftest.in"
6194 cp "conftest.in" "conftest.nl"
6195 echo 'EGREP' >> "conftest.nl"
6196 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6197 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6198 ac_count
=`expr $ac_count + 1`
6199 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6200 # Best one so far, save it but keep looking for a better one
6201 ac_cv_path_EGREP
="$ac_path_EGREP"
6202 ac_path_EGREP_max
=$ac_count
6204 # 10*(2^10) chars as input seems more than enough
6205 test $ac_count -gt 10 && break
6207 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6211 $ac_path_EGREP_found && break 3
6221 EGREP
="$ac_cv_path_EGREP"
6222 if test -z "$EGREP"; then
6223 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6224 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6225 { (exit 1); exit 1; }; }
6229 ac_cv_path_EGREP
=$EGREP
6235 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6236 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6237 EGREP
="$ac_cv_path_EGREP"
6240 # Extract the first word of "ldconfig", so it can be a program name with args.
6241 set dummy ldconfig
; ac_word
=$2
6242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6244 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6245 echo $ECHO_N "(cached) $ECHO_C" >&6
6249 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6252 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6253 for as_dir
in /sbin
/usr
/sbin
$PATH
6256 test -z "$as_dir" && as_dir
=.
6257 for ac_exec_ext
in '' $ac_executable_extensions; do
6258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6271 LDCONFIG
=$ac_cv_path_LDCONFIG
6272 if test -n "$LDCONFIG"; then
6273 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6274 echo "${ECHO_T}$LDCONFIG" >&6; }
6276 { echo "$as_me:$LINENO: result: no" >&5
6277 echo "${ECHO_T}no" >&6; }
6281 # Find a good install program. We prefer a C program (faster),
6282 # so one script is as good as another. But avoid the broken or
6283 # incompatible versions:
6284 # SysV /etc/install, /usr/sbin/install
6285 # SunOS /usr/etc/install
6286 # IRIX /sbin/install
6288 # AmigaOS /C/install, which installs bootblocks on floppy discs
6289 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6290 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6291 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6292 # OS/2's system install, which has a completely different semantic
6293 # ./install, which can be erroneously created by make from ./install.sh.
6294 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6295 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6296 if test -z "$INSTALL"; then
6297 if test "${ac_cv_path_install+set}" = set; then
6298 echo $ECHO_N "(cached) $ECHO_C" >&6
6300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir
=.
6305 # Account for people who put trailing slashes in PATH elements.
6307 .
/ | .
// |
/cC
/* | \
6308 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6309 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6312 # OSF1 and SCO ODT 3.0 have their own names for install.
6313 # Don't use installbsd from OSF since it installs stuff as root
6315 for ac_prog
in ginstall scoinst
install; do
6316 for ac_exec_ext
in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6318 if test $ac_prog = install &&
6319 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6320 # AIX install. It has an incompatible calling convention.
6322 elif test $ac_prog = install &&
6323 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6324 # program-specific install script used by HP pwplus--don't use.
6327 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6340 if test "${ac_cv_path_install+set}" = set; then
6341 INSTALL
=$ac_cv_path_install
6343 # As a last resort, use the slow shell script. Don't cache a
6344 # value for INSTALL within a source directory, because that will
6345 # break other packages using the cache if that directory is
6346 # removed, or if the value is a relative name.
6347 INSTALL
=$ac_install_sh
6350 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6351 echo "${ECHO_T}$INSTALL" >&6; }
6353 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6354 # It thinks the first close brace ends the variable substitution.
6355 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6357 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6359 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6362 [\\/$
]* | ?
:[\\/]* ) ;;
6363 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6366 for ac_prog
in lclint lint
6368 # Extract the first word of "$ac_prog", so it can be a program name with args.
6369 set dummy
$ac_prog; ac_word
=$2
6370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6372 if test "${ac_cv_prog_LINT+set}" = set; then
6373 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 if test -n "$LINT"; then
6376 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6378 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6382 test -z "$as_dir" && as_dir
=.
6383 for ac_exec_ext
in '' $ac_executable_extensions; do
6384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6385 ac_cv_prog_LINT
="$ac_prog"
6386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6395 LINT
=$ac_cv_prog_LINT
6396 if test -n "$LINT"; then
6397 { echo "$as_me:$LINENO: result: $LINT" >&5
6398 echo "${ECHO_T}$LINT" >&6; }
6400 { echo "$as_me:$LINENO: result: no" >&5
6401 echo "${ECHO_T}no" >&6; }
6405 test -n "$LINT" && break
6408 if test "$LINT" = "lint"
6410 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6415 for ac_prog
in fontforge
6417 # Extract the first word of "$ac_prog", so it can be a program name with args.
6418 set dummy
$ac_prog; ac_word
=$2
6419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6421 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6422 echo $ECHO_N "(cached) $ECHO_C" >&6
6424 if test -n "$FONTFORGE"; then
6425 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6431 test -z "$as_dir" && as_dir
=.
6432 for ac_exec_ext
in '' $ac_executable_extensions; do
6433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434 ac_cv_prog_FONTFORGE
="$ac_prog"
6435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6444 FONTFORGE
=$ac_cv_prog_FONTFORGE
6445 if test -n "$FONTFORGE"; then
6446 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6447 echo "${ECHO_T}$FONTFORGE" >&6; }
6449 { echo "$as_me:$LINENO: result: no" >&5
6450 echo "${ECHO_T}no" >&6; }
6454 test -n "$FONTFORGE" && break
6456 test -n "$FONTFORGE" || FONTFORGE
="false"
6458 for ac_prog
in pkg-config
6460 # Extract the first word of "$ac_prog", so it can be a program name with args.
6461 set dummy
$ac_prog; ac_word
=$2
6462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6464 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6467 if test -n "$PKG_CONFIG"; then
6468 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6470 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6474 test -z "$as_dir" && as_dir
=.
6475 for ac_exec_ext
in '' $ac_executable_extensions; do
6476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6477 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6487 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6488 if test -n "$PKG_CONFIG"; then
6489 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6490 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6492 { echo "$as_me:$LINENO: result: no" >&5
6493 echo "${ECHO_T}no" >&6; }
6497 test -n "$PKG_CONFIG" && break
6499 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6503 # Extract the first word of "$ac_prog", so it can be a program name with args.
6504 set dummy
$ac_prog; ac_word
=$2
6505 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6507 if test "${ac_cv_prog_RSVG+set}" = set; then
6508 echo $ECHO_N "(cached) $ECHO_C" >&6
6510 if test -n "$RSVG"; then
6511 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6513 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6517 test -z "$as_dir" && as_dir
=.
6518 for ac_exec_ext
in '' $ac_executable_extensions; do
6519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6520 ac_cv_prog_RSVG
="$ac_prog"
6521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6530 RSVG
=$ac_cv_prog_RSVG
6531 if test -n "$RSVG"; then
6532 { echo "$as_me:$LINENO: result: $RSVG" >&5
6533 echo "${ECHO_T}$RSVG" >&6; }
6535 { echo "$as_me:$LINENO: result: no" >&5
6536 echo "${ECHO_T}no" >&6; }
6540 test -n "$RSVG" && break
6542 test -n "$RSVG" || RSVG
="false"
6544 for ac_prog
in icotool
6546 # Extract the first word of "$ac_prog", so it can be a program name with args.
6547 set dummy
$ac_prog; ac_word
=$2
6548 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6550 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6551 echo $ECHO_N "(cached) $ECHO_C" >&6
6553 if test -n "$ICOTOOL"; then
6554 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6560 test -z "$as_dir" && as_dir
=.
6561 for ac_exec_ext
in '' $ac_executable_extensions; do
6562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6563 ac_cv_prog_ICOTOOL
="$ac_prog"
6564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6573 ICOTOOL
=$ac_cv_prog_ICOTOOL
6574 if test -n "$ICOTOOL"; then
6575 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6576 echo "${ECHO_T}$ICOTOOL" >&6; }
6578 { echo "$as_me:$LINENO: result: no" >&5
6579 echo "${ECHO_T}no" >&6; }
6583 test -n "$ICOTOOL" && break
6585 test -n "$ICOTOOL" || ICOTOOL
="false"
6588 if test "${enable_maintainer_mode+set}" = set
6590 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6591 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6592 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6597 # Extract the first word of "prelink", so it can be a program name with args.
6598 set dummy prelink
; ac_word
=$2
6599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6601 if test "${ac_cv_path_PRELINK+set}" = set; then
6602 echo $ECHO_N "(cached) $ECHO_C" >&6
6606 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6609 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6610 for as_dir
in /sbin
/usr
/sbin
$PATH
6613 test -z "$as_dir" && as_dir
=.
6614 for ac_exec_ext
in '' $ac_executable_extensions; do
6615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6616 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6624 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6628 PRELINK
=$ac_cv_path_PRELINK
6629 if test -n "$PRELINK"; then
6630 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6631 echo "${ECHO_T}$PRELINK" >&6; }
6633 { echo "$as_me:$LINENO: result: no" >&5
6634 echo "${ECHO_T}no" >&6; }
6643 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6644 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6645 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6646 echo $ECHO_N "(cached) $ECHO_C" >&6
6648 ac_check_lib_save_LIBS
=$LIBS
6650 cat >conftest.
$ac_ext <<_ACEOF
6653 cat confdefs.h
>>conftest.
$ac_ext
6654 cat >>conftest.
$ac_ext <<_ACEOF
6655 /* end confdefs.h. */
6657 /* Override any GCC internal prototype to avoid an error.
6658 Use char because int might match the return type of a GCC
6659 builtin and then its argument prototype would still apply. */
6663 char i386_set_ldt ();
6667 return i386_set_ldt ();
6672 rm -f conftest.
$ac_objext conftest
$ac_exeext
6673 if { (ac_try
="$ac_link"
6675 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6676 *) ac_try_echo=$ac_try;;
6678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6679 (eval "$ac_link") 2>conftest.er1
6681 grep -v '^ *+' conftest.er1 >conftest.err
6683 cat conftest.err >&5
6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685 (exit $ac_status); } && {
6686 test -z "$ac_c_werror_flag" ||
6687 test ! -s conftest.err
6688 } && test -s conftest$ac_exeext &&
6689 $as_test_x conftest$ac_exeext; then
6690 ac_cv_lib_i386_i386_set_ldt=yes
6692 echo "$as_me: failed program was:" >&5
6693 sed 's/^/| /' conftest.$ac_ext >&5
6695 ac_cv_lib_i386_i386_set_ldt=no
6698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6699 conftest$ac_exeext conftest.$ac_ext
6700 LIBS=$ac_check_lib_save_LIBS
6702 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6703 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6704 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6705 cat >>confdefs.h <<_ACEOF
6706 #define HAVE_LIBI386 1
6714 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6715 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6716 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6717 echo $ECHO_N "(cached) $ECHO_C" >&6
6719 ac_check_lib_save_LIBS=$LIBS
6720 LIBS="-lossaudio $LIBS"
6721 cat >conftest.$ac_ext <<_ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6728 /* Override any GCC internal prototype to avoid an error.
6729 Use char because int might match the return type of a GCC
6730 builtin and then its argument prototype would still apply. */
6738 return _oss_ioctl ();
6743 rm -f conftest.$ac_objext conftest$ac_exeext
6744 if { (ac_try="$ac_link"
6746 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6747 *) ac_try_echo
=$ac_try;;
6749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6750 (eval "$ac_link") 2>conftest.er1
6752 grep -v '^ *+' conftest.er1
>conftest.err
6754 cat conftest.err
>&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } && {
6757 test -z "$ac_c_werror_flag" ||
6758 test ! -s conftest.err
6759 } && test -s conftest
$ac_exeext &&
6760 $as_test_x conftest
$ac_exeext; then
6761 ac_cv_lib_ossaudio__oss_ioctl
=yes
6763 echo "$as_me: failed program was:" >&5
6764 sed 's/^/| /' conftest.
$ac_ext >&5
6766 ac_cv_lib_ossaudio__oss_ioctl
=no
6769 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6770 conftest
$ac_exeext conftest.
$ac_ext
6771 LIBS
=$ac_check_lib_save_LIBS
6773 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6774 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6775 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6776 cat >>confdefs.h
<<_ACEOF
6777 #define HAVE_LIBOSSAUDIO 1
6780 LIBS
="-lossaudio $LIBS"
6784 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6785 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6786 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6787 echo $ECHO_N "(cached) $ECHO_C" >&6
6789 ac_check_lib_save_LIBS
=$LIBS
6790 LIBS
="-lpthread $LIBS"
6791 cat >conftest.
$ac_ext <<_ACEOF
6794 cat confdefs.h
>>conftest.
$ac_ext
6795 cat >>conftest.
$ac_ext <<_ACEOF
6796 /* end confdefs.h. */
6798 /* Override any GCC internal prototype to avoid an error.
6799 Use char because int might match the return type of a GCC
6800 builtin and then its argument prototype would still apply. */
6804 char pthread_create ();
6808 return pthread_create ();
6813 rm -f conftest.
$ac_objext conftest
$ac_exeext
6814 if { (ac_try
="$ac_link"
6816 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6817 *) ac_try_echo=$ac_try;;
6819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6820 (eval "$ac_link") 2>conftest.er1
6822 grep -v '^ *+' conftest.er1 >conftest.err
6824 cat conftest.err >&5
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); } && {
6827 test -z "$ac_c_werror_flag" ||
6828 test ! -s conftest.err
6829 } && test -s conftest$ac_exeext &&
6830 $as_test_x conftest$ac_exeext; then
6831 ac_cv_lib_pthread_pthread_create=yes
6833 echo "$as_me: failed program was:" >&5
6834 sed 's/^/| /' conftest.$ac_ext >&5
6836 ac_cv_lib_pthread_pthread_create=no
6839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6840 conftest$ac_exeext conftest.$ac_ext
6841 LIBS=$ac_check_lib_save_LIBS
6843 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6844 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6845 if test $ac_cv_lib_pthread_pthread_create = yes; then
6846 LIBPTHREAD="-lpthread"
6857 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6858 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6859 if test "${ac_cv_header_stdc+set}" = set; then
6860 echo $ECHO_N "(cached) $ECHO_C" >&6
6862 cat >conftest.$ac_ext <<_ACEOF
6865 cat confdefs.h >>conftest.$ac_ext
6866 cat >>conftest.$ac_ext <<_ACEOF
6867 /* end confdefs.h. */
6881 rm -f conftest.$ac_objext
6882 if { (ac_try="$ac_compile"
6884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6885 *) ac_try_echo
=$ac_try;;
6887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6888 (eval "$ac_compile") 2>conftest.er1
6890 grep -v '^ *+' conftest.er1
>conftest.err
6892 cat conftest.err
>&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } && {
6895 test -z "$ac_c_werror_flag" ||
6896 test ! -s conftest.err
6897 } && test -s conftest.
$ac_objext; then
6898 ac_cv_header_stdc
=yes
6900 echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.
$ac_ext >&5
6903 ac_cv_header_stdc
=no
6906 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6908 if test $ac_cv_header_stdc = yes; then
6909 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6910 cat >conftest.
$ac_ext <<_ACEOF
6913 cat confdefs.h
>>conftest.
$ac_ext
6914 cat >>conftest.
$ac_ext <<_ACEOF
6915 /* end confdefs.h. */
6919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6920 $EGREP "memchr" >/dev
/null
2>&1; then
6923 ac_cv_header_stdc
=no
6929 if test $ac_cv_header_stdc = yes; then
6930 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6931 cat >conftest.
$ac_ext <<_ACEOF
6934 cat confdefs.h
>>conftest.
$ac_ext
6935 cat >>conftest.
$ac_ext <<_ACEOF
6936 /* end confdefs.h. */
6940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6941 $EGREP "free" >/dev
/null
2>&1; then
6944 ac_cv_header_stdc
=no
6950 if test $ac_cv_header_stdc = yes; then
6951 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6952 if test "$cross_compiling" = yes; then
6955 cat >conftest.
$ac_ext <<_ACEOF
6958 cat confdefs.h
>>conftest.
$ac_ext
6959 cat >>conftest.
$ac_ext <<_ACEOF
6960 /* end confdefs.h. */
6963 #if ((' ' & 0x0FF) == 0x020)
6964 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6965 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6967 # define ISLOWER(c) \
6968 (('a' <= (c) && (c) <= 'i') \
6969 || ('j' <= (c) && (c) <= 'r') \
6970 || ('s' <= (c) && (c) <= 'z'))
6971 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6974 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6979 for (i = 0; i < 256; i++)
6980 if (XOR (islower (i), ISLOWER (i))
6981 || toupper (i) != TOUPPER (i))
6986 rm -f conftest
$ac_exeext
6987 if { (ac_try
="$ac_link"
6989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6990 *) ac_try_echo=$ac_try;;
6992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6993 (eval "$ac_link") 2>&5
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6997 { (case "(($ac_try" in
6998 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6999 *) ac_try_echo
=$ac_try;;
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_try") 2>&5
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; }; then
7008 echo "$as_me: program exited with status $ac_status" >&5
7009 echo "$as_me: failed program was:" >&5
7010 sed 's/^/| /' conftest.
$ac_ext >&5
7013 ac_cv_header_stdc
=no
7015 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7021 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7022 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7023 if test $ac_cv_header_stdc = yes; then
7025 cat >>confdefs.h
<<\_ACEOF
7026 #define STDC_HEADERS 1
7031 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7041 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7042 inttypes.h stdint.h unistd.h
7044 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7047 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7048 echo $ECHO_N "(cached) $ECHO_C" >&6
7050 cat >conftest.
$ac_ext <<_ACEOF
7053 cat confdefs.h
>>conftest.
$ac_ext
7054 cat >>conftest.
$ac_ext <<_ACEOF
7055 /* end confdefs.h. */
7056 $ac_includes_default
7058 #include <$ac_header>
7060 rm -f conftest.
$ac_objext
7061 if { (ac_try
="$ac_compile"
7063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 (eval "$ac_compile") 2>conftest.er1
7069 grep -v '^ *+' conftest.er1 >conftest.err
7071 cat conftest.err >&5
7072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7073 (exit $ac_status); } && {
7074 test -z "$ac_c_werror_flag" ||
7075 test ! -s conftest.err
7076 } && test -s conftest.$ac_objext; then
7077 eval "$as_ac_Header=yes"
7079 echo "$as_me: failed program was:" >&5
7080 sed 's/^/| /' conftest.$ac_ext >&5
7082 eval "$as_ac_Header=no"
7085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7087 ac_res=`eval echo '${'$as_ac_Header'}'`
7088 { echo "$as_me:$LINENO: result: $ac_res" >&5
7089 echo "${ECHO_T}$ac_res" >&6; }
7090 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7091 cat >>confdefs.h <<_ACEOF
7092 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7212 AudioUnit/AudioUnit.h \
7214 CoreAudio/CoreAudio.h \
7215 DiskArbitration/DiskArbitration.h \
7228 fontconfig/fontconfig.h \
7254 machine/soundcard.h \
7259 netinet/in_systm.h \
7321 valgrind/memcheck.h \
7325 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7327 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7332 ac_res=`eval echo '${'$as_ac_Header'}'`
7333 { echo "$as_me:$LINENO: result: $ac_res" >&5
7334 echo "${ECHO_T}$ac_res" >&6; }
7336 # Is the header compilable?
7337 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7338 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7339 cat >conftest.$ac_ext <<_ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7346 #include <$ac_header>
7348 rm -f conftest.$ac_objext
7349 if { (ac_try="$ac_compile"
7351 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7352 *) ac_try_echo
=$ac_try;;
7354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 (eval "$ac_compile") 2>conftest.er1
7357 grep -v '^ *+' conftest.er1
>conftest.err
7359 cat conftest.err
>&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } && {
7362 test -z "$ac_c_werror_flag" ||
7363 test ! -s conftest.err
7364 } && test -s conftest.
$ac_objext; then
7365 ac_header_compiler
=yes
7367 echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.
$ac_ext >&5
7370 ac_header_compiler
=no
7373 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7374 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7375 echo "${ECHO_T}$ac_header_compiler" >&6; }
7377 # Is the header present?
7378 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7379 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7380 cat >conftest.
$ac_ext <<_ACEOF
7383 cat confdefs.h
>>conftest.
$ac_ext
7384 cat >>conftest.
$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 #include <$ac_header>
7388 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7391 *) ac_try_echo=$ac_try;;
7393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7394 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7396 grep -v '^ *+' conftest.er1 >conftest.err
7398 cat conftest.err >&5
7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7400 (exit $ac_status); } >/dev/null && {
7401 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7402 test ! -s conftest.err
7404 ac_header_preproc=yes
7406 echo "$as_me: failed program was:" >&5
7407 sed 's/^/| /' conftest.$ac_ext >&5
7409 ac_header_preproc=no
7412 rm -f conftest.err conftest.$ac_ext
7413 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7414 echo "${ECHO_T}$ac_header_preproc" >&6; }
7416 # So? What about this header?
7417 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7419 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7420 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7421 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7422 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7423 ac_header_preproc=yes
7426 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7427 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7429 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7431 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7433 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7434 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7435 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7437 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7439 ## ------------------------------------ ##
7440 ## Report this to wine-devel@winehq.org ##
7441 ## ------------------------------------ ##
7443 ) | sed "s/^/$as_me: WARNING: /" >&2
7446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7449 echo $ECHO_N "(cached) $ECHO_C" >&6
7451 eval "$as_ac_Header=\$ac_header_preproc"
7453 ac_res=`eval echo '${'$as_ac_Header'}'`
7454 { echo "$as_me:$LINENO: result: $ac_res" >&5
7455 echo "${ECHO_T}$ac_res" >&6; }
7458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7459 cat >>confdefs.h <<_ACEOF
7460 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7467 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7468 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7469 if test "${ac_cv_header_stat_broken+set}" = set; then
7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7472 cat >conftest.$ac_ext <<_ACEOF
7475 cat confdefs.h >>conftest.$ac_ext
7476 cat >>conftest.$ac_ext <<_ACEOF
7477 /* end confdefs.h. */
7478 #include <sys/types.h>
7479 #include <sys/stat.h>
7481 #if defined S_ISBLK && defined S_IFDIR
7482 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7485 #if defined S_ISBLK && defined S_IFCHR
7486 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7489 #if defined S_ISLNK && defined S_IFREG
7490 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7493 #if defined S_ISSOCK && defined S_IFREG
7494 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7498 rm -f conftest.$ac_objext
7499 if { (ac_try="$ac_compile"
7501 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7502 *) ac_try_echo
=$ac_try;;
7504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7505 (eval "$ac_compile") 2>conftest.er1
7507 grep -v '^ *+' conftest.er1
>conftest.err
7509 cat conftest.err
>&5
7510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7511 (exit $ac_status); } && {
7512 test -z "$ac_c_werror_flag" ||
7513 test ! -s conftest.err
7514 } && test -s conftest.
$ac_objext; then
7515 ac_cv_header_stat_broken
=no
7517 echo "$as_me: failed program was:" >&5
7518 sed 's/^/| /' conftest.
$ac_ext >&5
7520 ac_cv_header_stat_broken
=yes
7523 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7525 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7526 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7527 if test $ac_cv_header_stat_broken = yes; then
7529 cat >>confdefs.h
<<\_ACEOF
7530 #define STAT_MACROS_BROKEN 1
7541 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7543 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7546 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7547 echo $ECHO_N "(cached) $ECHO_C" >&6
7549 cat >conftest.
$ac_ext <<_ACEOF
7552 cat confdefs.h
>>conftest.
$ac_ext
7553 cat >>conftest.
$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7555 #include <sys/types.h>
7556 #ifdef HAVE_SYS_PARAM_H
7557 # include <sys/param.h>
7560 #include <$ac_header>
7562 rm -f conftest.
$ac_objext
7563 if { (ac_try
="$ac_compile"
7565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7566 *) ac_try_echo=$ac_try;;
7568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7569 (eval "$ac_compile") 2>conftest.er1
7571 grep -v '^ *+' conftest.er1 >conftest.err
7573 cat conftest.err >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } && {
7576 test -z "$ac_c_werror_flag" ||
7577 test ! -s conftest.err
7578 } && test -s conftest.$ac_objext; then
7579 eval "$as_ac_Header=yes"
7581 echo "$as_me: failed program was:" >&5
7582 sed 's/^/| /' conftest.$ac_ext >&5
7584 eval "$as_ac_Header=no"
7587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7589 ac_res=`eval echo '${'$as_ac_Header'}'`
7590 { echo "$as_me:$LINENO: result: $ac_res" >&5
7591 echo "${ECHO_T}$ac_res" >&6; }
7592 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7593 cat >>confdefs.h <<_ACEOF
7594 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7621 netinet/if_ether.h \
7629 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7630 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 echo $ECHO_N "(cached) $ECHO_C" >&6
7635 cat >conftest.$ac_ext <<_ACEOF
7638 cat confdefs.h >>conftest.$ac_ext
7639 cat >>conftest.$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7641 #include <sys/types.h>
7642 #ifdef HAVE_SYS_SOCKET_H
7643 # include <sys/socket.h>
7645 #ifdef HAVE_SYS_SOCKETVAR_H
7646 # include <sys/socketvar.h>
7648 #ifdef HAVE_NETINET_IN_H
7649 # include <netinet/in.h>
7651 #ifdef HAVE_NETINET_IP_H
7652 # include <netinet/ip.h>
7655 #include <$ac_header>
7657 rm -f conftest.$ac_objext
7658 if { (ac_try="$ac_compile"
7660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7661 *) ac_try_echo
=$ac_try;;
7663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7664 (eval "$ac_compile") 2>conftest.er1
7666 grep -v '^ *+' conftest.er1
>conftest.err
7668 cat conftest.err
>&5
7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7670 (exit $ac_status); } && {
7671 test -z "$ac_c_werror_flag" ||
7672 test ! -s conftest.err
7673 } && test -s conftest.
$ac_objext; then
7674 eval "$as_ac_Header=yes"
7676 echo "$as_me: failed program was:" >&5
7677 sed 's/^/| /' conftest.
$ac_ext >&5
7679 eval "$as_ac_Header=no"
7682 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7684 ac_res
=`eval echo '${'$as_ac_Header'}'`
7685 { echo "$as_me:$LINENO: result: $ac_res" >&5
7686 echo "${ECHO_T}$ac_res" >&6; }
7687 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7688 cat >>confdefs.h
<<_ACEOF
7689 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7701 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7703 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7704 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7705 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7706 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7707 echo $ECHO_N "(cached) $ECHO_C" >&6
7709 cat >conftest.
$ac_ext <<_ACEOF
7712 cat confdefs.h
>>conftest.
$ac_ext
7713 cat >>conftest.
$ac_ext <<_ACEOF
7714 /* end confdefs.h. */
7715 #include <sys/types.h>
7719 #ifdef HAVE_SYS_SOCKET_H
7720 # include <sys/socket.h>
7722 #ifdef HAVE_SYS_SOCKETVAR_H
7723 # include <sys/socketvar.h>
7725 #ifdef HAVE_NETINET_IN_H
7726 # include <netinet/in.h>
7728 #ifdef HAVE_NETINET_IP_H
7729 # include <netinet/ip.h>
7731 #ifdef HAVE_NETINET_IP_VAR_H
7732 # include <netinet/ip_var.h>
7734 #ifdef HAVE_NETINET_IP_ICMP_H
7735 # include <netinet/ip_icmp.h>
7737 #ifdef HAVE_NETINET_UDP_H
7738 # include <netinet/udp.h>
7740 #ifdef HAVE_NETINET_TCP_H
7741 # include <netinet/tcp.h>
7744 #include <$ac_header>
7746 rm -f conftest.
$ac_objext
7747 if { (ac_try
="$ac_compile"
7749 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7750 *) ac_try_echo=$ac_try;;
7752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7753 (eval "$ac_compile") 2>conftest.er1
7755 grep -v '^ *+' conftest.er1 >conftest.err
7757 cat conftest.err >&5
7758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759 (exit $ac_status); } && {
7760 test -z "$ac_c_werror_flag" ||
7761 test ! -s conftest.err
7762 } && test -s conftest.$ac_objext; then
7763 eval "$as_ac_Header=yes"
7765 echo "$as_me: failed program was:" >&5
7766 sed 's/^/| /' conftest.$ac_ext >&5
7768 eval "$as_ac_Header=no"
7771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7773 ac_res=`eval echo '${'$as_ac_Header'}'`
7774 { echo "$as_me:$LINENO: result: $ac_res" >&5
7775 echo "${ECHO_T}$ac_res" >&6; }
7776 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7777 cat >>confdefs.h <<_ACEOF
7778 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7787 for ac_header in linux/ipx.h
7789 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7790 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7793 echo $ECHO_N "(cached) $ECHO_C" >&6
7795 cat >conftest.$ac_ext <<_ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7801 #include <sys/types.h>
7802 #ifdef HAVE_ASM_TYPES_H
7803 # include <asm/types.h>
7805 #ifdef HAVE_SYS_SOCKET_H
7806 # include <sys/socket.h>
7809 #include <$ac_header>
7811 rm -f conftest.$ac_objext
7812 if { (ac_try="$ac_compile"
7814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7815 *) ac_try_echo
=$ac_try;;
7817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7818 (eval "$ac_compile") 2>conftest.er1
7820 grep -v '^ *+' conftest.er1
>conftest.err
7822 cat conftest.err
>&5
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest.
$ac_objext; then
7828 eval "$as_ac_Header=yes"
7830 echo "$as_me: failed program was:" >&5
7831 sed 's/^/| /' conftest.
$ac_ext >&5
7833 eval "$as_ac_Header=no"
7836 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7838 ac_res
=`eval echo '${'$as_ac_Header'}'`
7839 { echo "$as_me:$LINENO: result: $ac_res" >&5
7840 echo "${ECHO_T}$ac_res" >&6; }
7841 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7842 cat >>confdefs.h
<<_ACEOF
7843 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7852 for ac_header
in resolv.h
7854 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7857 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 cat >conftest.
$ac_ext <<_ACEOF
7863 cat confdefs.h
>>conftest.
$ac_ext
7864 cat >>conftest.
$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_SOCKET_H
7868 # include <sys/socket.h>
7870 #ifdef HAVE_NETINET_IN_H
7871 # include <netinet/in.h>
7873 #ifdef HAVE_ARPA_NAMESER_H
7874 # include <arpa/nameser.h>
7877 #include <$ac_header>
7879 rm -f conftest.
$ac_objext
7880 if { (ac_try
="$ac_compile"
7882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_compile") 2>conftest.er1
7888 grep -v '^ *+' conftest.er1 >conftest.err
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest.$ac_objext; then
7896 eval "$as_ac_Header=yes"
7898 echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7901 eval "$as_ac_Header=no"
7904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 ac_res=`eval echo '${'$as_ac_Header'}'`
7907 { echo "$as_me:$LINENO: result: $ac_res" >&5
7908 echo "${ECHO_T}$ac_res" >&6; }
7909 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7910 cat >>confdefs.h <<_ACEOF
7911 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7920 for ac_header in ucontext.h
7922 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7926 echo $ECHO_N "(cached) $ECHO_C" >&6
7928 cat >conftest.$ac_ext <<_ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7936 #include <$ac_header>
7938 rm -f conftest.$ac_objext
7939 if { (ac_try="$ac_compile"
7941 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7942 *) ac_try_echo
=$ac_try;;
7944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7945 (eval "$ac_compile") 2>conftest.er1
7947 grep -v '^ *+' conftest.er1
>conftest.err
7949 cat conftest.err
>&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err
7954 } && test -s conftest.
$ac_objext; then
7955 eval "$as_ac_Header=yes"
7957 echo "$as_me: failed program was:" >&5
7958 sed 's/^/| /' conftest.
$ac_ext >&5
7960 eval "$as_ac_Header=no"
7963 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7965 ac_res
=`eval echo '${'$as_ac_Header'}'`
7966 { echo "$as_me:$LINENO: result: $ac_res" >&5
7967 echo "${ECHO_T}$ac_res" >&6; }
7968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7969 cat >>confdefs.h
<<_ACEOF
7970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7979 for ac_header
in sys
/thr.h
7981 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7982 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7984 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7985 echo $ECHO_N "(cached) $ECHO_C" >&6
7987 cat >conftest.
$ac_ext <<_ACEOF
7990 cat confdefs.h
>>conftest.
$ac_ext
7991 cat >>conftest.
$ac_ext <<_ACEOF
7992 /* end confdefs.h. */
7993 #include <sys/types.h>
7994 #ifdef HAVE_UCONTEXT_H
7995 #include <ucontext.h>
7998 #include <$ac_header>
8000 rm -f conftest.
$ac_objext
8001 if { (ac_try
="$ac_compile"
8003 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_compile") 2>conftest.er1
8009 grep -v '^ *+' conftest.er1 >conftest.err
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest.$ac_objext; then
8017 eval "$as_ac_Header=yes"
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8022 eval "$as_ac_Header=no"
8025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8027 ac_res=`eval echo '${'$as_ac_Header'}'`
8028 { echo "$as_me:$LINENO: result: $ac_res" >&5
8029 echo "${ECHO_T}$ac_res" >&6; }
8030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8031 cat >>confdefs.h <<_ACEOF
8032 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8041 for ac_header in pthread_np.h
8043 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8047 echo $ECHO_N "(cached) $ECHO_C" >&6
8049 cat >conftest.$ac_ext <<_ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8055 #ifdef HAVE_PTHREAD_H
8056 #include <pthread.h>
8059 #include <$ac_header>
8061 rm -f conftest.$ac_objext
8062 if { (ac_try="$ac_compile"
8064 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8065 *) ac_try_echo
=$ac_try;;
8067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8068 (eval "$ac_compile") 2>conftest.er1
8070 grep -v '^ *+' conftest.er1
>conftest.err
8072 cat conftest.err
>&5
8073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8074 (exit $ac_status); } && {
8075 test -z "$ac_c_werror_flag" ||
8076 test ! -s conftest.err
8077 } && test -s conftest.
$ac_objext; then
8078 eval "$as_ac_Header=yes"
8080 echo "$as_me: failed program was:" >&5
8081 sed 's/^/| /' conftest.
$ac_ext >&5
8083 eval "$as_ac_Header=no"
8086 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8088 ac_res
=`eval echo '${'$as_ac_Header'}'`
8089 { echo "$as_me:$LINENO: result: $ac_res" >&5
8090 echo "${ECHO_T}$ac_res" >&6; }
8091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8092 cat >>confdefs.h
<<_ACEOF
8093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8102 for ac_header
in linux
/videodev.h
8104 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8105 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8107 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8108 echo $ECHO_N "(cached) $ECHO_C" >&6
8110 cat >conftest.
$ac_ext <<_ACEOF
8113 cat confdefs.h
>>conftest.
$ac_ext
8114 cat >>conftest.
$ac_ext <<_ACEOF
8115 /* end confdefs.h. */
8116 #ifdef HAVE_SYS_TIME_H
8117 #include <sys/time.h>
8119 #include <sys/types.h>
8120 #ifdef HAVE_ASM_TYPES_H
8121 #include <asm/types.h>
8124 #include <$ac_header>
8126 rm -f conftest.
$ac_objext
8127 if { (ac_try
="$ac_compile"
8129 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8130 *) ac_try_echo=$ac_try;;
8132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8133 (eval "$ac_compile") 2>conftest.er1
8135 grep -v '^ *+' conftest.er1 >conftest.err
8137 cat conftest.err >&5
8138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8139 (exit $ac_status); } && {
8140 test -z "$ac_c_werror_flag" ||
8141 test ! -s conftest.err
8142 } && test -s conftest.$ac_objext; then
8143 eval "$as_ac_Header=yes"
8145 echo "$as_me: failed program was:" >&5
8146 sed 's/^/| /' conftest.$ac_ext >&5
8148 eval "$as_ac_Header=no"
8151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8153 ac_res=`eval echo '${'$as_ac_Header'}'`
8154 { echo "$as_me:$LINENO: result: $ac_res" >&5
8155 echo "${ECHO_T}$ac_res" >&6; }
8156 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8157 cat >>confdefs.h <<_ACEOF
8158 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8167 for ac_header in linux/capi.h
8169 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8170 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8171 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8173 echo $ECHO_N "(cached) $ECHO_C" >&6
8175 cat >conftest.$ac_ext <<_ACEOF
8178 cat confdefs.h >>conftest.$ac_ext
8179 cat >>conftest.$ac_ext <<_ACEOF
8180 /* end confdefs.h. */
8183 #include <$ac_header>
8185 rm -f conftest.$ac_objext
8186 if { (ac_try="$ac_compile"
8188 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8189 *) ac_try_echo
=$ac_try;;
8191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8192 (eval "$ac_compile") 2>conftest.er1
8194 grep -v '^ *+' conftest.er1
>conftest.err
8196 cat conftest.err
>&5
8197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198 (exit $ac_status); } && {
8199 test -z "$ac_c_werror_flag" ||
8200 test ! -s conftest.err
8201 } && test -s conftest.
$ac_objext; then
8202 eval "$as_ac_Header=yes"
8204 echo "$as_me: failed program was:" >&5
8205 sed 's/^/| /' conftest.
$ac_ext >&5
8207 eval "$as_ac_Header=no"
8210 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8212 ac_res
=`eval echo '${'$as_ac_Header'}'`
8213 { echo "$as_me:$LINENO: result: $ac_res" >&5
8214 echo "${ECHO_T}$ac_res" >&6; }
8215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8216 cat >>confdefs.h
<<_ACEOF
8217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8228 DLLFLAGS
="-D_REENTRANT"
8242 # Extract the first word of "ldd", so it can be a program name with args.
8243 set dummy ldd
; ac_word
=$2
8244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8246 if test "${ac_cv_path_LDD+set}" = set; then
8247 echo $ECHO_N "(cached) $ECHO_C" >&6
8251 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8255 as_dummy
="/sbin:/usr/sbin:$PATH"
8256 for as_dir
in $as_dummy
8259 test -z "$as_dir" && as_dir
=.
8260 for ac_exec_ext
in '' $ac_executable_extensions; do
8261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8262 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8270 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8275 if test -n "$LDD"; then
8276 { echo "$as_me:$LINENO: result: $LDD" >&5
8277 echo "${ECHO_T}$LDD" >&6; }
8279 { echo "$as_me:$LINENO: result: no" >&5
8280 echo "${ECHO_T}no" >&6; }
8287 if test -n "$ac_tool_prefix"; then
8288 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8289 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8292 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8293 echo $ECHO_N "(cached) $ECHO_C" >&6
8295 if test -n "$DLLTOOL"; then
8296 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8298 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8302 test -z "$as_dir" && as_dir
=.
8303 for ac_exec_ext
in '' $ac_executable_extensions; do
8304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8305 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8315 DLLTOOL
=$ac_cv_prog_DLLTOOL
8316 if test -n "$DLLTOOL"; then
8317 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8318 echo "${ECHO_T}$DLLTOOL" >&6; }
8320 { echo "$as_me:$LINENO: result: no" >&5
8321 echo "${ECHO_T}no" >&6; }
8326 if test -z "$ac_cv_prog_DLLTOOL"; then
8327 ac_ct_DLLTOOL
=$DLLTOOL
8328 # Extract the first word of "dlltool", so it can be a program name with args.
8329 set dummy dlltool
; ac_word
=$2
8330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8332 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 if test -n "$ac_ct_DLLTOOL"; then
8336 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8342 test -z "$as_dir" && as_dir
=.
8343 for ac_exec_ext
in '' $ac_executable_extensions; do
8344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8345 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8355 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8356 if test -n "$ac_ct_DLLTOOL"; then
8357 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8358 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8360 { echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6; }
8364 if test "x$ac_ct_DLLTOOL" = x
; then
8367 case $cross_compiling:$ac_tool_warned in
8369 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8370 whose name does not start with the host triplet. If you think this
8371 configuration is useful to you, please write to autoconf@gnu.org." >&5
8372 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8373 whose name does not start with the host triplet. If you think this
8374 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8375 ac_tool_warned
=yes ;;
8377 DLLTOOL
=$ac_ct_DLLTOOL
8380 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8383 if test -n "$ac_tool_prefix"; then
8384 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8385 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8388 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8389 echo $ECHO_N "(cached) $ECHO_C" >&6
8391 if test -n "$DLLWRAP"; then
8392 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8398 test -z "$as_dir" && as_dir
=.
8399 for ac_exec_ext
in '' $ac_executable_extensions; do
8400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8401 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8411 DLLWRAP
=$ac_cv_prog_DLLWRAP
8412 if test -n "$DLLWRAP"; then
8413 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8414 echo "${ECHO_T}$DLLWRAP" >&6; }
8416 { echo "$as_me:$LINENO: result: no" >&5
8417 echo "${ECHO_T}no" >&6; }
8422 if test -z "$ac_cv_prog_DLLWRAP"; then
8423 ac_ct_DLLWRAP
=$DLLWRAP
8424 # Extract the first word of "dllwrap", so it can be a program name with args.
8425 set dummy dllwrap
; ac_word
=$2
8426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8428 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8429 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 if test -n "$ac_ct_DLLWRAP"; then
8432 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8438 test -z "$as_dir" && as_dir
=.
8439 for ac_exec_ext
in '' $ac_executable_extensions; do
8440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8441 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8451 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8452 if test -n "$ac_ct_DLLWRAP"; then
8453 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8454 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8456 { echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6; }
8460 if test "x$ac_ct_DLLWRAP" = x
; then
8463 case $cross_compiling:$ac_tool_warned in
8465 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8466 whose name does not start with the host triplet. If you think this
8467 configuration is useful to you, please write to autoconf@gnu.org." >&5
8468 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8469 whose name does not start with the host triplet. If you think this
8470 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8471 ac_tool_warned
=yes ;;
8473 DLLWRAP
=$ac_ct_DLLWRAP
8476 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8479 if test -n "$ac_tool_prefix"; then
8480 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8481 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8482 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8484 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8485 echo $ECHO_N "(cached) $ECHO_C" >&6
8487 if test -n "$MINGWAR"; then
8488 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8490 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8494 test -z "$as_dir" && as_dir
=.
8495 for ac_exec_ext
in '' $ac_executable_extensions; do
8496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8497 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8507 MINGWAR
=$ac_cv_prog_MINGWAR
8508 if test -n "$MINGWAR"; then
8509 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8510 echo "${ECHO_T}$MINGWAR" >&6; }
8512 { echo "$as_me:$LINENO: result: no" >&5
8513 echo "${ECHO_T}no" >&6; }
8518 if test -z "$ac_cv_prog_MINGWAR"; then
8519 ac_ct_MINGWAR
=$MINGWAR
8520 # Extract the first word of "ar", so it can be a program name with args.
8521 set dummy
ar; ac_word
=$2
8522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8524 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8525 echo $ECHO_N "(cached) $ECHO_C" >&6
8527 if test -n "$ac_ct_MINGWAR"; then
8528 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8534 test -z "$as_dir" && as_dir
=.
8535 for ac_exec_ext
in '' $ac_executable_extensions; do
8536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8537 ac_cv_prog_ac_ct_MINGWAR
="ar"
8538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8547 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8548 if test -n "$ac_ct_MINGWAR"; then
8549 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8550 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8552 { echo "$as_me:$LINENO: result: no" >&5
8553 echo "${ECHO_T}no" >&6; }
8556 if test "x$ac_ct_MINGWAR" = x
; then
8559 case $cross_compiling:$ac_tool_warned in
8561 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8562 whose name does not start with the host triplet. If you think this
8563 configuration is useful to you, please write to autoconf@gnu.org." >&5
8564 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8565 whose name does not start with the host triplet. If you think this
8566 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8567 ac_tool_warned
=yes ;;
8569 MINGWAR
=$ac_ct_MINGWAR
8572 MINGWAR
="$ac_cv_prog_MINGWAR"
8575 if test "$DLLWRAP" = "false"; then
8587 DLLFLAGS
="$DLLFLAGS -fPIC"
8588 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8589 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8590 LDSHARED
="\$(CC) -dynamiclib"
8592 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8593 SECURITYLIB
="-framework Security -framework CoreFoundation"
8595 COREFOUNDATIONLIB
="-framework CoreFoundation"
8597 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8599 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8601 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8603 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8606 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8608 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8613 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8615 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8617 CARBONLIB
="-framework Carbon"
8619 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8623 DLLFLAGS
="$DLLFLAGS -fPIC"
8625 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8626 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8627 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8630 ac_wine_try_cflags_saved
=$CFLAGS
8631 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8632 cat >conftest.
$ac_ext <<_ACEOF
8635 rm -f conftest.
$ac_objext conftest
$ac_exeext
8636 if { (ac_try
="$ac_link"
8638 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8639 *) ac_try_echo=$ac_try;;
8641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8642 (eval "$ac_link") 2>conftest.er1
8644 grep -v '^ *+' conftest.er1 >conftest.err
8646 cat conftest.err >&5
8647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8648 (exit $ac_status); } && {
8649 test -z "$ac_c_werror_flag" ||
8650 test ! -s conftest.err
8651 } && test -s conftest$ac_exeext &&
8652 $as_test_x conftest$ac_exeext; then
8653 ac_cv_c_dll_gnuelf="yes"
8655 echo "$as_me: failed program was:" >&5
8656 sed 's/^/| /' conftest.$ac_ext >&5
8658 ac_cv_c_dll_gnuelf="no"
8661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8662 conftest$ac_exeext conftest.$ac_ext
8663 CFLAGS=$ac_wine_try_cflags_saved
8665 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8666 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8667 if test "$ac_cv_c_dll_gnuelf" = "yes"
8669 LDSHARED="\$(CC) -shared"
8670 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8671 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8672 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8673 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8674 echo $ECHO_N "(cached) $ECHO_C" >&6
8676 ac_wine_try_cflags_saved=$CFLAGS
8677 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8678 cat >conftest.$ac_ext <<_ACEOF
8681 cat confdefs.h >>conftest.$ac_ext
8682 cat >>conftest.$ac_ext <<_ACEOF
8683 /* end confdefs.h. */
8693 rm -f conftest.$ac_objext conftest$ac_exeext
8694 if { (ac_try="$ac_link"
8696 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8697 *) ac_try_echo
=$ac_try;;
8699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8700 (eval "$ac_link") 2>conftest.er1
8702 grep -v '^ *+' conftest.er1
>conftest.err
8704 cat conftest.err
>&5
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 (exit $ac_status); } && {
8707 test -z "$ac_c_werror_flag" ||
8708 test ! -s conftest.err
8709 } && test -s conftest
$ac_exeext &&
8710 $as_test_x conftest
$ac_exeext; then
8711 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8713 echo "$as_me: failed program was:" >&5
8714 sed 's/^/| /' conftest.
$ac_ext >&5
8716 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8719 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8720 conftest
$ac_exeext conftest.
$ac_ext
8721 CFLAGS
=$ac_wine_try_cflags_saved
8723 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8724 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8725 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8726 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8728 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8729 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8730 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8731 echo $ECHO_N "(cached) $ECHO_C" >&6
8733 ac_wine_try_cflags_saved
=$CFLAGS
8734 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8735 cat >conftest.
$ac_ext <<_ACEOF
8738 cat confdefs.h
>>conftest.
$ac_ext
8739 cat >>conftest.
$ac_ext <<_ACEOF
8740 /* end confdefs.h. */
8750 rm -f conftest.
$ac_objext conftest
$ac_exeext
8751 if { (ac_try
="$ac_link"
8753 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8754 *) ac_try_echo=$ac_try;;
8756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8757 (eval "$ac_link") 2>conftest.er1
8759 grep -v '^ *+' conftest.er1 >conftest.err
8761 cat conftest.err >&5
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); } && {
8764 test -z "$ac_c_werror_flag" ||
8765 test ! -s conftest.err
8766 } && test -s conftest$ac_exeext &&
8767 $as_test_x conftest$ac_exeext; then
8768 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8770 echo "$as_me: failed program was:" >&5
8771 sed 's/^/| /' conftest.$ac_ext >&5
8773 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8777 conftest$ac_exeext conftest.$ac_ext
8778 CFLAGS=$ac_wine_try_cflags_saved
8780 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8781 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8782 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8783 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8789 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8790 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8791 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8792 echo $ECHO_N "(cached) $ECHO_C" >&6
8794 ac_wine_try_cflags_saved=$CFLAGS
8795 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8796 cat >conftest.$ac_ext <<_ACEOF
8799 cat confdefs.h >>conftest.$ac_ext
8800 cat >>conftest.$ac_ext <<_ACEOF
8801 /* end confdefs.h. */
8811 rm -f conftest.$ac_objext conftest$ac_exeext
8812 if { (ac_try="$ac_link"
8814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8815 *) ac_try_echo
=$ac_try;;
8817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8818 (eval "$ac_link") 2>conftest.er1
8820 grep -v '^ *+' conftest.er1
>conftest.err
8822 cat conftest.err
>&5
8823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824 (exit $ac_status); } && {
8825 test -z "$ac_c_werror_flag" ||
8826 test ! -s conftest.err
8827 } && test -s conftest
$ac_exeext &&
8828 $as_test_x conftest
$ac_exeext; then
8829 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8831 echo "$as_me: failed program was:" >&5
8832 sed 's/^/| /' conftest.
$ac_ext >&5
8834 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8837 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8838 conftest
$ac_exeext conftest.
$ac_ext
8839 CFLAGS
=$ac_wine_try_cflags_saved
8841 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8842 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8843 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8844 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8849 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8850 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8851 echo $ECHO_N "(cached) $ECHO_C" >&6
8853 ac_wine_try_cflags_saved
=$CFLAGS
8854 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8855 cat >conftest.
$ac_ext <<_ACEOF
8858 cat confdefs.h
>>conftest.
$ac_ext
8859 cat >>conftest.
$ac_ext <<_ACEOF
8860 /* end confdefs.h. */
8870 rm -f conftest.
$ac_objext conftest
$ac_exeext
8871 if { (ac_try
="$ac_link"
8873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8874 *) ac_try_echo=$ac_try;;
8876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8877 (eval "$ac_link") 2>conftest.er1
8879 grep -v '^ *+' conftest.er1 >conftest.err
8881 cat conftest.err >&5
8882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } && {
8884 test -z "$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 } && test -s conftest$ac_exeext &&
8887 $as_test_x conftest$ac_exeext; then
8888 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8890 echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8897 conftest$ac_exeext conftest.$ac_ext
8898 CFLAGS=$ac_wine_try_cflags_saved
8900 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8901 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8902 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8903 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8907 echo '{ global: *; };' >conftest.map
8908 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8909 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8910 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8911 echo $ECHO_N "(cached) $ECHO_C" >&6
8913 ac_wine_try_cflags_saved=$CFLAGS
8914 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8915 cat >conftest.$ac_ext <<_ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8933 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8934 *) ac_try_echo
=$ac_try;;
8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8937 (eval "$ac_link") 2>conftest.er1
8939 grep -v '^ *+' conftest.er1
>conftest.err
8941 cat conftest.err
>&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); } && {
8944 test -z "$ac_c_werror_flag" ||
8945 test ! -s conftest.err
8946 } && test -s conftest
$ac_exeext &&
8947 $as_test_x conftest
$ac_exeext; then
8948 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8950 echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.
$ac_ext >&5
8953 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8956 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8957 conftest
$ac_exeext conftest.
$ac_ext
8958 CFLAGS
=$ac_wine_try_cflags_saved
8960 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8961 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8962 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8963 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8968 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8969 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8970 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8971 echo $ECHO_N "(cached) $ECHO_C" >&6
8973 ac_wine_try_cflags_saved
=$CFLAGS
8974 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8975 cat >conftest.
$ac_ext <<_ACEOF
8978 cat confdefs.h
>>conftest.
$ac_ext
8979 cat >>conftest.
$ac_ext <<_ACEOF
8980 /* end confdefs.h. */
8990 rm -f conftest.
$ac_objext conftest
$ac_exeext
8991 if { (ac_try
="$ac_link"
8993 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8994 *) ac_try_echo=$ac_try;;
8996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8997 (eval "$ac_link") 2>conftest.er1
8999 grep -v '^ *+' conftest.er1 >conftest.err
9001 cat conftest.err >&5
9002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext &&
9007 $as_test_x conftest$ac_exeext; then
9008 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9010 echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9013 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 CFLAGS=$ac_wine_try_cflags_saved
9020 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9021 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9022 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9023 LDEXECFLAGS="-Wl,--export-dynamic"
9028 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9029 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9030 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9031 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9032 echo $ECHO_N "(cached) $ECHO_C" >&6
9034 ac_wine_try_cflags_saved=$CFLAGS
9035 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9036 cat >conftest.$ac_ext <<_ACEOF
9039 cat confdefs.h >>conftest.$ac_ext
9040 cat >>conftest.$ac_ext <<_ACEOF
9041 /* end confdefs.h. */
9051 rm -f conftest.$ac_objext conftest$ac_exeext
9052 if { (ac_try="$ac_link"
9054 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9055 *) ac_try_echo
=$ac_try;;
9057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9058 (eval "$ac_link") 2>conftest.er1
9060 grep -v '^ *+' conftest.er1
>conftest.err
9062 cat conftest.err
>&5
9063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9064 (exit $ac_status); } && {
9065 test -z "$ac_c_werror_flag" ||
9066 test ! -s conftest.err
9067 } && test -s conftest
$ac_exeext &&
9068 $as_test_x conftest
$ac_exeext; then
9069 eval "$as_ac_var=yes"
9071 echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.
$ac_ext >&5
9074 eval "$as_ac_var=no"
9077 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9078 conftest
$ac_exeext conftest.
$ac_ext
9079 CFLAGS
=$ac_wine_try_cflags_saved
9081 ac_res
=`eval echo '${'$as_ac_var'}'`
9082 { echo "$as_me:$LINENO: result: $ac_res" >&5
9083 echo "${ECHO_T}$ac_res" >&6; }
9084 if test `eval echo '${'$as_ac_var'}'` = yes; then
9085 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9086 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9088 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9089 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9090 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9091 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9094 ac_wine_try_cflags_saved
=$CFLAGS
9095 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9096 cat >conftest.
$ac_ext <<_ACEOF
9099 cat confdefs.h
>>conftest.
$ac_ext
9100 cat >>conftest.
$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9111 rm -f conftest.
$ac_objext conftest
$ac_exeext
9112 if { (ac_try
="$ac_link"
9114 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9118 (eval "$ac_link") 2>conftest.er1
9120 grep -v '^ *+' conftest.er1 >conftest.err
9122 cat conftest.err >&5
9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); } && {
9125 test -z "$ac_c_werror_flag" ||
9126 test ! -s conftest.err
9127 } && test -s conftest$ac_exeext &&
9128 $as_test_x conftest$ac_exeext; then
9129 eval "$as_ac_var=yes"
9131 echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9134 eval "$as_ac_var=no"
9137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9138 conftest$ac_exeext conftest.$ac_ext
9139 CFLAGS=$ac_wine_try_cflags_saved
9141 ac_res=`eval echo '${'$as_ac_var'}'`
9142 { echo "$as_me:$LINENO: result: $ac_res" >&5
9143 echo "${ECHO_T}$ac_res" >&6; }
9144 if test `eval echo '${'$as_ac_var'}'` = yes; then
9145 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9146 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9152 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9153 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9154 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9155 echo $ECHO_N "(cached) $ECHO_C" >&6
9157 ac_wine_try_cflags_saved=$CFLAGS
9158 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9159 cat >conftest.$ac_ext <<_ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9174 rm -f conftest.$ac_objext conftest$ac_exeext
9175 if { (ac_try="$ac_link"
9177 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9178 *) ac_try_echo
=$ac_try;;
9180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9181 (eval "$ac_link") 2>conftest.er1
9183 grep -v '^ *+' conftest.er1
>conftest.err
9185 cat conftest.err
>&5
9186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187 (exit $ac_status); } && {
9188 test -z "$ac_c_werror_flag" ||
9189 test ! -s conftest.err
9190 } && test -s conftest
$ac_exeext &&
9191 $as_test_x conftest
$ac_exeext; then
9192 ac_cv_cflags__Wl___enable_new_dtags
=yes
9194 echo "$as_me: failed program was:" >&5
9195 sed 's/^/| /' conftest.
$ac_ext >&5
9197 ac_cv_cflags__Wl___enable_new_dtags
=no
9200 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9201 conftest
$ac_exeext conftest.
$ac_ext
9202 CFLAGS
=$ac_wine_try_cflags_saved
9204 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9205 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9206 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9207 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9212 *i
[3456789]86* | x86_64
)
9213 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9214 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9215 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9216 echo $ECHO_N "(cached) $ECHO_C" >&6
9218 ac_wine_try_cflags_saved
=$CFLAGS
9219 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9220 cat >conftest.
$ac_ext <<_ACEOF
9223 cat confdefs.h
>>conftest.
$ac_ext
9224 cat >>conftest.
$ac_ext <<_ACEOF
9225 /* end confdefs.h. */
9235 rm -f conftest.
$ac_objext conftest
$ac_exeext
9236 if { (ac_try
="$ac_link"
9238 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9239 *) ac_try_echo=$ac_try;;
9241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9242 (eval "$ac_link") 2>conftest.er1
9244 grep -v '^ *+' conftest.er1 >conftest.err
9246 cat conftest.err >&5
9247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248 (exit $ac_status); } && {
9249 test -z "$ac_c_werror_flag" ||
9250 test ! -s conftest.err
9251 } && test -s conftest$ac_exeext &&
9252 $as_test_x conftest$ac_exeext; then
9253 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9255 echo "$as_me: failed program was:" >&5
9256 sed 's/^/| /' conftest.$ac_ext >&5
9258 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9262 conftest$ac_exeext conftest.$ac_ext
9263 CFLAGS=$ac_wine_try_cflags_saved
9265 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9266 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9267 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9268 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9275 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9276 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9277 if test "${ac_cv_c_dll_unixware+set}" = set; then
9278 echo $ECHO_N "(cached) $ECHO_C" >&6
9280 ac_wine_try_cflags_saved=$CFLAGS
9281 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9282 cat >conftest.$ac_ext <<_ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9288 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9289 *) ac_try_echo
=$ac_try;;
9291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9292 (eval "$ac_link") 2>conftest.er1
9294 grep -v '^ *+' conftest.er1
>conftest.err
9296 cat conftest.err
>&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && {
9299 test -z "$ac_c_werror_flag" ||
9300 test ! -s conftest.err
9301 } && test -s conftest
$ac_exeext &&
9302 $as_test_x conftest
$ac_exeext; then
9303 ac_cv_c_dll_unixware
="yes"
9305 echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.
$ac_ext >&5
9308 ac_cv_c_dll_unixware
="no"
9311 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9312 conftest
$ac_exeext conftest.
$ac_ext
9313 CFLAGS
=$ac_wine_try_cflags_saved
9315 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9316 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9317 if test "$ac_cv_c_dll_unixware" = "yes"
9319 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9320 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9323 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9324 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9325 if test "${ac_cv_c_dll_hpux+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9328 ac_wine_try_cflags_saved
=$CFLAGS
9329 CFLAGS
="$CFLAGS -shared"
9330 cat >conftest.
$ac_ext <<_ACEOF
9333 rm -f conftest.
$ac_objext conftest
$ac_exeext
9334 if { (ac_try
="$ac_link"
9336 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9342 grep -v '^ *+' conftest.er1 >conftest.err
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_c_dll_hpux="yes"
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_c_dll_hpux="no"
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 CFLAGS=$ac_wine_try_cflags_saved
9363 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9364 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9365 if test "$ac_cv_c_dll_hpux" = "yes"
9369 LDDLLFLAGS="-shared -fPIC"
9370 LDSHARED="\$(CC) -shared"
9377 if test "$cross_compiling" = "no"
9379 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9381 # Extract the first word of "$ac_prog", so it can be a program name with args.
9382 set dummy $ac_prog; ac_word=$2
9383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9385 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9386 echo $ECHO_N "(cached) $ECHO_C" >&6
9388 if test -n "$CROSSCC"; then
9389 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9395 test -z "$as_dir" && as_dir=.
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9398 ac_cv_prog_CROSSCC="$ac_prog"
9399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9408 CROSSCC=$ac_cv_prog_CROSSCC
9409 if test -n "$CROSSCC"; then
9410 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9411 echo "${ECHO_T}$CROSSCC" >&6; }
9413 { echo "$as_me:$LINENO: result: no" >&5
9414 echo "${ECHO_T}no" >&6; }
9418 test -n "$CROSSCC" && break
9420 test -n "$CROSSCC" || CROSSCC="false"
9422 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9424 # Extract the first word of "$ac_prog", so it can be a program name with args.
9425 set dummy $ac_prog; ac_word=$2
9426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9428 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9429 echo $ECHO_N "(cached) $ECHO_C" >&6
9431 if test -n "$DLLTOOL"; then
9432 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9438 test -z "$as_dir" && as_dir=.
9439 for ac_exec_ext in '' $ac_executable_extensions; do
9440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9441 ac_cv_prog_DLLTOOL="$ac_prog"
9442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9451 DLLTOOL=$ac_cv_prog_DLLTOOL
9452 if test -n "$DLLTOOL"; then
9453 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9454 echo "${ECHO_T}$DLLTOOL" >&6; }
9456 { echo "$as_me:$LINENO: result: no" >&5
9457 echo "${ECHO_T}no" >&6; }
9461 test -n "$DLLTOOL" && break
9463 test -n "$DLLTOOL" || DLLTOOL="false"
9465 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9467 # Extract the first word of "$ac_prog", so it can be a program name with args.
9468 set dummy $ac_prog; ac_word=$2
9469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9471 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9472 echo $ECHO_N "(cached) $ECHO_C" >&6
9474 if test -n "$CROSSWINDRES"; then
9475 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9481 test -z "$as_dir" && as_dir=.
9482 for ac_exec_ext in '' $ac_executable_extensions; do
9483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9484 ac_cv_prog_CROSSWINDRES="$ac_prog"
9485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9494 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9495 if test -n "$CROSSWINDRES"; then
9496 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9497 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9499 { echo "$as_me:$LINENO: result: no" >&5
9500 echo "${ECHO_T}no" >&6; }
9504 test -n "$CROSSWINDRES" && break
9506 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9508 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9510 # Extract the first word of "$ac_prog", so it can be a program name with args.
9511 set dummy $ac_prog; ac_word=$2
9512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9514 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6
9517 if test -n "$MINGWAR"; then
9518 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524 test -z "$as_dir" && as_dir=.
9525 for ac_exec_ext in '' $ac_executable_extensions; do
9526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9527 ac_cv_prog_MINGWAR="$ac_prog"
9528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9537 MINGWAR=$ac_cv_prog_MINGWAR
9538 if test -n "$MINGWAR"; then
9539 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9540 echo "${ECHO_T}$MINGWAR" >&6; }
9542 { echo "$as_me:$LINENO: result: no" >&5
9543 echo "${ECHO_T}no" >&6; }
9547 test -n "$MINGWAR" && break
9549 test -n "$MINGWAR" || MINGWAR="false"
9551 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9556 enable_winequartz_drv=${enable_winequartz_drv:-no}
9558 if test "$LIBEXT" = "a"; then
9559 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9560 It is currently not possible to build Wine without shared library
9561 (.so) support to allow transparent switch between .so and .dll files.
9562 If you are using Linux, you will need a newer binutils.
9564 echo "$as_me: error: could not find a way to build shared libraries.
9565 It is currently not possible to build Wine without shared library
9566 (.so) support to allow transparent switch between .so and .dll files.
9567 If you are using Linux, you will need a newer binutils.
9569 { (exit 1); exit 1; }; }
9573 if test "$have_x" = "yes"
9576 ac_save_CPPFLAGS="$CPPFLAGS"
9577 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9579 { echo "$as_me:$LINENO: checking for -lX11" >&5
9580 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9581 if test "${ac_cv_lib_soname_X11+set}" = set; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9584 ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9586 cat >conftest.$ac_ext <<_ACEOF
9589 cat confdefs.h >>conftest.$ac_ext
9590 cat >>conftest.$ac_ext <<_ACEOF
9591 /* end confdefs.h. */
9593 /* Override any GCC internal prototype to avoid an error.
9594 Use char because int might match the return type of a GCC
9595 builtin and then its argument prototype would still apply. */
9599 char XCreateWindow ();
9603 return XCreateWindow ();
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9611 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9612 *) ac_try_echo
=$ac_try;;
9614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9615 (eval "$ac_link") 2>conftest.er1
9617 grep -v '^ *+' conftest.er1
>conftest.err
9619 cat conftest.err
>&5
9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621 (exit $ac_status); } && {
9622 test -z "$ac_c_werror_flag" ||
9623 test ! -s conftest.err
9624 } && test -s conftest
$ac_exeext &&
9625 $as_test_x conftest
$ac_exeext; then
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9632 echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.
$ac_ext >&5
9638 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9639 conftest
$ac_exeext conftest.
$ac_ext
9640 LIBS
=$ac_check_soname_save_LIBS
9642 if test "x$ac_cv_lib_soname_X11" = "x"; then
9643 { echo "$as_me:$LINENO: result: not found" >&5
9644 echo "${ECHO_T}not found" >&6; }
9647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9648 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9650 cat >>confdefs.h
<<_ACEOF
9651 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9657 { echo "$as_me:$LINENO: checking for -lXext" >&5
9658 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9659 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9660 echo $ECHO_N "(cached) $ECHO_C" >&6
9662 ac_check_soname_save_LIBS
=$LIBS
9663 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9664 cat >conftest.
$ac_ext <<_ACEOF
9667 cat confdefs.h
>>conftest.
$ac_ext
9668 cat >>conftest.
$ac_ext <<_ACEOF
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9677 char XextCreateExtension ();
9681 return XextCreateExtension ();
9686 rm -f conftest.
$ac_objext conftest
$ac_exeext
9687 if { (ac_try
="$ac_link"
9689 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9690 *) ac_try_echo=$ac_try;;
9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9693 (eval "$ac_link") 2>conftest.er1
9695 grep -v '^ *+' conftest.er1 >conftest.err
9697 cat conftest.err >&5
9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 (exit $ac_status); } && {
9700 test -z "$ac_c_werror_flag" ||
9701 test ! -s conftest.err
9702 } && test -s conftest$ac_exeext &&
9703 $as_test_x conftest$ac_exeext; then
9706 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'` ;;
9707 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9710 echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LIBS=$ac_check_soname_save_LIBS
9720 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9721 { echo "$as_me:$LINENO: result: not found" >&5
9722 echo "${ECHO_T}not found" >&6; }
9725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9726 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9728 cat >>confdefs.h <<_ACEOF
9729 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9748 for ac_header in X11/Xlib.h \
9751 X11/Xcursor/Xcursor.h \
9752 X11/extensions/shape.h \
9753 X11/extensions/XInput.h \
9754 X11/extensions/XShm.h \
9755 X11/extensions/Xcomposite.h \
9756 X11/extensions/Xinerama.h \
9757 X11/extensions/Xrandr.h \
9758 X11/extensions/Xrender.h \
9759 X11/extensions/xf86vmode.h
9761 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9765 echo $ECHO_N "(cached) $ECHO_C" >&6
9767 cat >conftest.$ac_ext <<_ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h. */
9773 #ifdef HAVE_X11_XLIB_H
9774 # include <X11/Xlib.h>
9776 #ifdef HAVE_X11_XUTIL_H
9777 # include <X11/Xutil.h>
9780 #include <$ac_header>
9782 rm -f conftest.$ac_objext
9783 if { (ac_try="$ac_compile"
9785 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9786 *) ac_try_echo
=$ac_try;;
9788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9789 (eval "$ac_compile") 2>conftest.er1
9791 grep -v '^ *+' conftest.er1
>conftest.err
9793 cat conftest.err
>&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); } && {
9796 test -z "$ac_c_werror_flag" ||
9797 test ! -s conftest.err
9798 } && test -s conftest.
$ac_objext; then
9799 eval "$as_ac_Header=yes"
9801 echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.
$ac_ext >&5
9804 eval "$as_ac_Header=no"
9807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9809 ac_res
=`eval echo '${'$as_ac_Header'}'`
9810 { echo "$as_me:$LINENO: result: $ac_res" >&5
9811 echo "${ECHO_T}$ac_res" >&6; }
9812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9813 cat >>confdefs.h
<<_ACEOF
9814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9822 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9824 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9825 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9829 ac_check_lib_save_LIBS
=$LIBS
9830 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.
$ac_ext <<_ACEOF
9834 cat confdefs.h
>>conftest.
$ac_ext
9835 cat >>conftest.
$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9844 char XkbQueryExtension ();
9848 return XkbQueryExtension ();
9853 rm -f conftest.
$ac_objext conftest
$ac_exeext
9854 if { (ac_try
="$ac_link"
9856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860 (eval "$ac_link") 2>conftest.er1
9862 grep -v '^ *+' conftest.er1 >conftest.err
9864 cat conftest.err >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); } && {
9867 test -z "$ac_c_werror_flag" ||
9868 test ! -s conftest.err
9869 } && test -s conftest$ac_exeext &&
9870 $as_test_x conftest$ac_exeext; then
9871 ac_cv_lib_X11_XkbQueryExtension=yes
9873 echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9876 ac_cv_lib_X11_XkbQueryExtension=no
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880 conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9883 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9884 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9885 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9887 cat >>confdefs.h <<\_ACEOF
9895 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9897 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9898 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9900 echo $ECHO_N "(cached) $ECHO_C" >&6
9902 ac_check_soname_save_LIBS=$LIBS
9903 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9904 cat >conftest.$ac_ext <<_ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9917 char XcursorImageLoadCursor ();
9921 return XcursorImageLoadCursor ();
9926 rm -f conftest.$ac_objext conftest$ac_exeext
9927 if { (ac_try="$ac_link"
9929 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9930 *) ac_try_echo
=$ac_try;;
9932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9933 (eval "$ac_link") 2>conftest.er1
9935 grep -v '^ *+' conftest.er1
>conftest.err
9937 cat conftest.err
>&5
9938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); } && {
9940 test -z "$ac_c_werror_flag" ||
9941 test ! -s conftest.err
9942 } && test -s conftest
$ac_exeext &&
9943 $as_test_x conftest
$ac_exeext; then
9946 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'` ;;
9947 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9950 echo "$as_me: failed program was:" >&5
9951 sed 's/^/| /' conftest.
$ac_ext >&5
9956 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9957 conftest
$ac_exeext conftest.
$ac_ext
9958 LIBS
=$ac_check_soname_save_LIBS
9960 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9961 { echo "$as_me:$LINENO: result: not found" >&5
9962 echo "${ECHO_T}not found" >&6; }
9965 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9966 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9968 cat >>confdefs.h
<<_ACEOF
9969 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 case "x$with_xcursor" in
9978 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9980 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9981 This is an error since --with-xcursor was requested." >&5
9982 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9983 This is an error since --with-xcursor was requested." >&2;}
9984 { (exit 1); exit 1; }; } ;;
9989 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9991 { echo "$as_me:$LINENO: checking for -lXi" >&5
9992 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9996 ac_check_soname_save_LIBS
=$LIBS
9997 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998 cat >conftest.
$ac_ext <<_ACEOF
10001 cat confdefs.h
>>conftest.
$ac_ext
10002 cat >>conftest.
$ac_ext <<_ACEOF
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10011 char XOpenDevice ();
10015 return XOpenDevice ();
10020 rm -f conftest.
$ac_objext conftest
$ac_exeext
10021 if { (ac_try
="$ac_link"
10022 case "(($ac_try" in
10023 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10024 *) ac_try_echo=$ac_try;;
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027 (eval "$ac_link") 2>conftest.er1
10029 grep -v '^ *+' conftest.er1 >conftest.err
10031 cat conftest.err >&5
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext &&
10037 $as_test_x conftest$ac_exeext; then
10040 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'` ;;
10041 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10044 echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_soname_save_LIBS
10054 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10055 { echo "$as_me:$LINENO: result: not found" >&5
10056 echo "${ECHO_T}not found" >&6; }
10059 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10060 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10062 cat >>confdefs.h <<_ACEOF
10063 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 case "x$with_xinput" in
10072 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10074 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10075 This is an error since --with-xinput was requested." >&5
10076 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10077 This is an error since --with-xinput was requested." >&2;}
10078 { (exit 1); exit 1; }; } ;;
10083 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10085 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10086 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10087 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10088 echo $ECHO_N "(cached) $ECHO_C" >&6
10090 ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10105 char XShmQueryExtension ();
10109 return XShmQueryExtension ();
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10118 *) ac_try_echo
=$ac_try;;
10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121 (eval "$ac_link") 2>conftest.er1
10123 grep -v '^ *+' conftest.er1
>conftest.err
10125 cat conftest.err
>&5
10126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127 (exit $ac_status); } && {
10128 test -z "$ac_c_werror_flag" ||
10129 test ! -s conftest.err
10130 } && test -s conftest
$ac_exeext &&
10131 $as_test_x conftest
$ac_exeext; then
10132 ac_cv_lib_Xext_XShmQueryExtension
=yes
10134 echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.
$ac_ext >&5
10137 ac_cv_lib_Xext_XShmQueryExtension
=no
10140 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10141 conftest
$ac_exeext conftest.
$ac_ext
10142 LIBS
=$ac_check_lib_save_LIBS
10144 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10145 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10146 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10148 cat >>confdefs.h
<<\_ACEOF
10149 #define HAVE_LIBXXSHM 1
10155 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10156 case "x$with_xshm" in
10157 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10159 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10160 This is an error since --with-xshm was requested." >&5
10161 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10162 This is an error since --with-xshm was requested." >&2;}
10163 { (exit 1); exit 1; }; } ;;
10168 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10170 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10171 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10172 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10173 echo $ECHO_N "(cached) $ECHO_C" >&6
10175 ac_check_lib_save_LIBS
=$LIBS
10176 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10177 cat >conftest.
$ac_ext <<_ACEOF
10180 cat confdefs.h
>>conftest.
$ac_ext
10181 cat >>conftest.
$ac_ext <<_ACEOF
10182 /* end confdefs.h. */
10184 /* Override any GCC internal prototype to avoid an error.
10185 Use char because int might match the return type of a GCC
10186 builtin and then its argument prototype would still apply. */
10190 char XShapeQueryExtension ();
10194 return XShapeQueryExtension ();
10199 rm -f conftest.
$ac_objext conftest
$ac_exeext
10200 if { (ac_try
="$ac_link"
10201 case "(($ac_try" in
10202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10203 *) ac_try_echo=$ac_try;;
10205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10206 (eval "$ac_link") 2>conftest.er1
10208 grep -v '^ *+' conftest.er1 >conftest.err
10210 cat conftest.err >&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } && {
10213 test -z "$ac_c_werror_flag" ||
10214 test ! -s conftest.err
10215 } && test -s conftest$ac_exeext &&
10216 $as_test_x conftest$ac_exeext; then
10217 ac_cv_lib_Xext_XShapeQueryExtension=yes
10219 echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 ac_cv_lib_Xext_XShapeQueryExtension=no
10225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10226 conftest$ac_exeext conftest.$ac_ext
10227 LIBS=$ac_check_lib_save_LIBS
10229 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10230 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10231 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10233 cat >>confdefs.h <<\_ACEOF
10234 #define HAVE_LIBXSHAPE 1
10240 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10241 case "x$with_xshape" in
10242 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10244 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10245 This is an error since --with-xshape was requested." >&5
10246 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10247 This is an error since --with-xshape was requested." >&2;}
10248 { (exit 1); exit 1; }; } ;;
10253 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10255 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10256 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10257 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10258 echo $ECHO_N "(cached) $ECHO_C" >&6
10260 ac_check_soname_save_LIBS=$LIBS
10261 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10262 cat >conftest.$ac_ext <<_ACEOF
10265 cat confdefs.h >>conftest.$ac_ext
10266 cat >>conftest.$ac_ext <<_ACEOF
10267 /* end confdefs.h. */
10269 /* Override any GCC internal prototype to avoid an error.
10270 Use char because int might match the return type of a GCC
10271 builtin and then its argument prototype would still apply. */
10275 char XF86VidModeQueryExtension ();
10279 return XF86VidModeQueryExtension ();
10284 rm -f conftest.$ac_objext conftest$ac_exeext
10285 if { (ac_try="$ac_link"
10286 case "(($ac_try" in
10287 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10288 *) ac_try_echo
=$ac_try;;
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291 (eval "$ac_link") 2>conftest.er1
10293 grep -v '^ *+' conftest.er1
>conftest.err
10295 cat conftest.err
>&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); } && {
10298 test -z "$ac_c_werror_flag" ||
10299 test ! -s conftest.err
10300 } && test -s conftest
$ac_exeext &&
10301 $as_test_x conftest
$ac_exeext; then
10304 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'` ;;
10305 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10308 echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.
$ac_ext >&5
10314 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10315 conftest
$ac_exeext conftest.
$ac_ext
10316 LIBS
=$ac_check_soname_save_LIBS
10318 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10319 { echo "$as_me:$LINENO: result: not found" >&5
10320 echo "${ECHO_T}not found" >&6; }
10323 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10324 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10326 cat >>confdefs.h
<<_ACEOF
10327 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 case "x$with_xxf86vm" in
10336 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10338 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10339 This is an error since --with-xxf86vm was requested." >&5
10340 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10341 This is an error since --with-xxf86vm was requested." >&2;}
10342 { (exit 1); exit 1; }; } ;;
10347 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"
10349 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10350 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10351 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10352 echo $ECHO_N "(cached) $ECHO_C" >&6
10354 ac_check_soname_save_LIBS
=$LIBS
10355 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10356 cat >conftest.
$ac_ext <<_ACEOF
10359 cat confdefs.h
>>conftest.
$ac_ext
10360 cat >>conftest.
$ac_ext <<_ACEOF
10361 /* end confdefs.h. */
10363 /* Override any GCC internal prototype to avoid an error.
10364 Use char because int might match the return type of a GCC
10365 builtin and then its argument prototype would still apply. */
10369 char XRenderQueryExtension ();
10373 return XRenderQueryExtension ();
10378 rm -f conftest.
$ac_objext conftest
$ac_exeext
10379 if { (ac_try
="$ac_link"
10380 case "(($ac_try" in
10381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10382 *) ac_try_echo=$ac_try;;
10384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10385 (eval "$ac_link") 2>conftest.er1
10387 grep -v '^ *+' conftest.er1 >conftest.err
10389 cat conftest.err >&5
10390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext &&
10395 $as_test_x conftest$ac_exeext; then
10398 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'` ;;
10399 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10402 echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_soname_save_LIBS
10412 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10413 { echo "$as_me:$LINENO: result: not found" >&5
10414 echo "${ECHO_T}not found" >&6; }
10417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10418 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10420 cat >>confdefs.h <<_ACEOF
10421 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10424 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10425 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10426 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10427 echo $ECHO_N "(cached) $ECHO_C" >&6
10429 ac_check_lib_save_LIBS=$LIBS
10430 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10431 cat >conftest.$ac_ext <<_ACEOF
10434 cat confdefs.h >>conftest.$ac_ext
10435 cat >>conftest.$ac_ext <<_ACEOF
10436 /* end confdefs.h. */
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10444 char XRenderSetPictureTransform ();
10448 return XRenderSetPictureTransform ();
10453 rm -f conftest.$ac_objext conftest$ac_exeext
10454 if { (ac_try="$ac_link"
10455 case "(($ac_try" in
10456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10457 *) ac_try_echo
=$ac_try;;
10459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10460 (eval "$ac_link") 2>conftest.er1
10462 grep -v '^ *+' conftest.er1
>conftest.err
10464 cat conftest.err
>&5
10465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10466 (exit $ac_status); } && {
10467 test -z "$ac_c_werror_flag" ||
10468 test ! -s conftest.err
10469 } && test -s conftest
$ac_exeext &&
10470 $as_test_x conftest
$ac_exeext; then
10471 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10473 echo "$as_me: failed program was:" >&5
10474 sed 's/^/| /' conftest.
$ac_ext >&5
10476 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10479 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10480 conftest
$ac_exeext conftest.
$ac_ext
10481 LIBS
=$ac_check_lib_save_LIBS
10483 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10484 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10485 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10487 cat >>confdefs.h
<<\_ACEOF
10488 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10497 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10498 case "x$with_xrender" in
10499 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10501 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10502 This is an error since --with-xrender was requested." >&5
10503 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10504 This is an error since --with-xrender was requested." >&2;}
10505 { (exit 1); exit 1; }; } ;;
10510 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10512 cat >conftest.
$ac_ext <<_ACEOF
10515 cat confdefs.h
>>conftest.
$ac_ext
10516 cat >>conftest.
$ac_ext <<_ACEOF
10517 /* end confdefs.h. */
10518 #include <X11/Xlib.h>
10519 #include <X11/extensions/Xrandr.h>
10523 static typeof(XRRSetScreenConfigAndRate) * func;
10528 rm -f conftest.
$ac_objext
10529 if { (ac_try
="$ac_compile"
10530 case "(($ac_try" in
10531 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10535 (eval "$ac_compile") 2>conftest.er1
10537 grep -v '^ *+' conftest.er1 >conftest.err
10539 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest.$ac_objext; then
10545 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10546 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10547 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10550 ac_check_soname_save_LIBS=$LIBS
10551 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10552 cat >conftest.$ac_ext <<_ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10565 char XRRQueryExtension ();
10569 return XRRQueryExtension ();
10574 rm -f conftest.$ac_objext conftest$ac_exeext
10575 if { (ac_try="$ac_link"
10576 case "(($ac_try" in
10577 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10578 *) ac_try_echo
=$ac_try;;
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_link") 2>conftest.er1
10583 grep -v '^ *+' conftest.er1
>conftest.err
10585 cat conftest.err
>&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest
$ac_exeext &&
10591 $as_test_x conftest
$ac_exeext; then
10594 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'` ;;
10595 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.
$ac_ext >&5
10604 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10605 conftest
$ac_exeext conftest.
$ac_ext
10606 LIBS
=$ac_check_soname_save_LIBS
10608 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10609 { echo "$as_me:$LINENO: result: not found" >&5
10610 echo "${ECHO_T}not found" >&6; }
10613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10614 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10616 cat >>confdefs.h
<<_ACEOF
10617 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10624 echo "$as_me: failed program was:" >&5
10625 sed 's/^/| /' conftest.
$ac_ext >&5
10630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 case "x$with_xrandr" in
10634 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10636 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10637 This is an error since --with-xrandr was requested." >&5
10638 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10639 This is an error since --with-xrandr was requested." >&2;}
10640 { (exit 1); exit 1; }; } ;;
10645 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10647 cat >conftest.
$ac_ext <<_ACEOF
10650 cat confdefs.h
>>conftest.
$ac_ext
10651 cat >>conftest.
$ac_ext <<_ACEOF
10652 /* end confdefs.h. */
10653 #include <X11/Xlib.h>
10654 #include <X11/extensions/Xinerama.h>
10658 static typeof(XineramaQueryScreens) * func;
10663 rm -f conftest.
$ac_objext
10664 if { (ac_try
="$ac_compile"
10665 case "(($ac_try" in
10666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10667 *) ac_try_echo=$ac_try;;
10669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10670 (eval "$ac_compile") 2>conftest.er1
10672 grep -v '^ *+' conftest.er1 >conftest.err
10674 cat conftest.err >&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); } && {
10677 test -z "$ac_c_werror_flag" ||
10678 test ! -s conftest.err
10679 } && test -s conftest.$ac_objext; then
10680 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10681 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10682 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10683 echo $ECHO_N "(cached) $ECHO_C" >&6
10685 ac_check_soname_save_LIBS=$LIBS
10686 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10687 cat >conftest.$ac_ext <<_ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10694 /* Override any GCC internal prototype to avoid an error.
10695 Use char because int might match the return type of a GCC
10696 builtin and then its argument prototype would still apply. */
10700 char XineramaQueryScreens ();
10704 return XineramaQueryScreens ();
10709 rm -f conftest.$ac_objext conftest$ac_exeext
10710 if { (ac_try="$ac_link"
10711 case "(($ac_try" in
10712 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10713 *) ac_try_echo
=$ac_try;;
10715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10716 (eval "$ac_link") 2>conftest.er1
10718 grep -v '^ *+' conftest.er1
>conftest.err
10720 cat conftest.err
>&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } && {
10723 test -z "$ac_c_werror_flag" ||
10724 test ! -s conftest.err
10725 } && test -s conftest
$ac_exeext &&
10726 $as_test_x conftest
$ac_exeext; then
10729 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'` ;;
10730 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10733 echo "$as_me: failed program was:" >&5
10734 sed 's/^/| /' conftest.
$ac_ext >&5
10739 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10740 conftest
$ac_exeext conftest.
$ac_ext
10741 LIBS
=$ac_check_soname_save_LIBS
10743 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10744 { echo "$as_me:$LINENO: result: not found" >&5
10745 echo "${ECHO_T}not found" >&6; }
10748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10749 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10751 cat >>confdefs.h
<<_ACEOF
10752 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10759 echo "$as_me: failed program was:" >&5
10760 sed 's/^/| /' conftest.
$ac_ext >&5
10765 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 case "x$with_xinerama" in
10769 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10771 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10772 This is an error since --with-xinerama was requested." >&5
10773 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10774 This is an error since --with-xinerama was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10780 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10782 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10783 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10784 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10787 ac_check_soname_save_LIBS
=$LIBS
10788 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10789 cat >conftest.
$ac_ext <<_ACEOF
10792 cat confdefs.h
>>conftest.
$ac_ext
10793 cat >>conftest.
$ac_ext <<_ACEOF
10794 /* end confdefs.h. */
10796 /* Override any GCC internal prototype to avoid an error.
10797 Use char because int might match the return type of a GCC
10798 builtin and then its argument prototype would still apply. */
10802 char XCompositeRedirectWindow ();
10806 return XCompositeRedirectWindow ();
10811 rm -f conftest.
$ac_objext conftest
$ac_exeext
10812 if { (ac_try
="$ac_link"
10813 case "(($ac_try" in
10814 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10815 *) ac_try_echo=$ac_try;;
10817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10818 (eval "$ac_link") 2>conftest.er1
10820 grep -v '^ *+' conftest.er1 >conftest.err
10822 cat conftest.err >&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext &&
10828 $as_test_x conftest$ac_exeext; then
10831 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'` ;;
10832 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10835 echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_soname_save_LIBS
10845 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10846 { echo "$as_me:$LINENO: result: not found" >&5
10847 echo "${ECHO_T}not found" >&6; }
10850 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10851 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10853 cat >>confdefs.h <<_ACEOF
10854 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 case "x$with_xcomposite" in
10863 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10865 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10866 This is an error since --with-xcomposite was requested." >&5
10867 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10868 This is an error since --with-xcomposite was requested." >&2;}
10869 { (exit 1); exit 1; }; } ;;
10874 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10875 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10876 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10877 echo $ECHO_N "(cached) $ECHO_C" >&6
10879 cat >conftest.$ac_ext <<_ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10885 #ifdef HAVE_X11_XLIB_H
10886 #include <X11/Xlib.h>
10892 static XICCallback ac_aggr;
10893 if (ac_aggr.callback)
10899 rm -f conftest.$ac_objext
10900 if { (ac_try="$ac_compile"
10901 case "(($ac_try" in
10902 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10903 *) ac_try_echo
=$ac_try;;
10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10906 (eval "$ac_compile") 2>conftest.er1
10908 grep -v '^ *+' conftest.er1
>conftest.err
10910 cat conftest.err
>&5
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest.
$ac_objext; then
10916 ac_cv_member_XICCallback_callback
=yes
10918 echo "$as_me: failed program was:" >&5
10919 sed 's/^/| /' conftest.
$ac_ext >&5
10921 cat >conftest.
$ac_ext <<_ACEOF
10924 cat confdefs.h
>>conftest.
$ac_ext
10925 cat >>conftest.
$ac_ext <<_ACEOF
10926 /* end confdefs.h. */
10927 #ifdef HAVE_X11_XLIB_H
10928 #include <X11/Xlib.h>
10934 static XICCallback ac_aggr;
10935 if (sizeof ac_aggr.callback)
10941 rm -f conftest.
$ac_objext
10942 if { (ac_try
="$ac_compile"
10943 case "(($ac_try" in
10944 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10945 *) ac_try_echo=$ac_try;;
10947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10948 (eval "$ac_compile") 2>conftest.er1
10950 grep -v '^ *+' conftest.er1 >conftest.err
10952 cat conftest.err >&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); } && {
10955 test -z "$ac_c_werror_flag" ||
10956 test ! -s conftest.err
10957 } && test -s conftest.$ac_objext; then
10958 ac_cv_member_XICCallback_callback=yes
10960 echo "$as_me: failed program was:" >&5
10961 sed 's/^/| /' conftest.$ac_ext >&5
10963 ac_cv_member_XICCallback_callback=no
10966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10972 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10973 if test $ac_cv_member_XICCallback_callback = yes; then
10975 cat >>confdefs.h <<_ACEOF
10976 #define HAVE_XICCALLBACK_CALLBACK 1
10985 if test "x$with_opengl" != "xno"
10991 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10993 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10997 echo $ECHO_N "(cached) $ECHO_C" >&6
10999 cat >conftest.$ac_ext <<_ACEOF
11002 cat confdefs.h >>conftest.$ac_ext
11003 cat >>conftest.$ac_ext <<_ACEOF
11004 /* end confdefs.h. */
11005 #ifdef HAVE_GL_GLX_H
11006 # include <GL/glx.h>
11009 #include <$ac_header>
11011 rm -f conftest.$ac_objext
11012 if { (ac_try="$ac_compile"
11013 case "(($ac_try" in
11014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11015 *) ac_try_echo
=$ac_try;;
11017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11018 (eval "$ac_compile") 2>conftest.er1
11020 grep -v '^ *+' conftest.er1
>conftest.err
11022 cat conftest.err
>&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } && {
11025 test -z "$ac_c_werror_flag" ||
11026 test ! -s conftest.err
11027 } && test -s conftest.
$ac_objext; then
11028 eval "$as_ac_Header=yes"
11030 echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.
$ac_ext >&5
11033 eval "$as_ac_Header=no"
11036 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11038 ac_res
=`eval echo '${'$as_ac_Header'}'`
11039 { echo "$as_me:$LINENO: result: $ac_res" >&5
11040 echo "${ECHO_T}$ac_res" >&6; }
11041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11042 cat >>confdefs.h
<<_ACEOF
11043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11050 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11052 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11053 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11054 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11055 echo $ECHO_N "(cached) $ECHO_C" >&6
11057 cat >conftest.
$ac_ext <<_ACEOF
11060 cat confdefs.h
>>conftest.
$ac_ext
11061 cat >>conftest.
$ac_ext <<_ACEOF
11062 /* end confdefs.h. */
11067 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11072 rm -f conftest.
$ac_objext
11073 if { (ac_try
="$ac_compile"
11074 case "(($ac_try" in
11075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11076 *) ac_try_echo=$ac_try;;
11078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11079 (eval "$ac_compile") 2>conftest.er1
11081 grep -v '^ *+' conftest.er1 >conftest.err
11083 cat conftest.err >&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } && {
11086 test -z "$ac_c_werror_flag" ||
11087 test ! -s conftest.err
11088 } && test -s conftest.$ac_objext; then
11089 wine_cv_opengl_header_version_OK="yes"
11091 echo "$as_me: failed program was:" >&5
11092 sed 's/^/| /' conftest.$ac_ext >&5
11094 wine_cv_opengl_header_version_OK="no"
11097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11099 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11100 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11102 if test "$wine_cv_opengl_header_version_OK" = "yes"
11104 { echo "$as_me:$LINENO: checking for -lGL" >&5
11105 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11106 if test "${ac_cv_lib_soname_GL+set}" = set; then
11107 echo $ECHO_N "(cached) $ECHO_C" >&6
11109 ac_check_soname_save_LIBS=$LIBS
11110 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11111 cat >conftest.$ac_ext <<_ACEOF
11114 cat confdefs.h >>conftest.$ac_ext
11115 cat >>conftest.$ac_ext <<_ACEOF
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11124 char glXCreateContext ();
11128 return glXCreateContext ();
11133 rm -f conftest.$ac_objext conftest$ac_exeext
11134 if { (ac_try="$ac_link"
11135 case "(($ac_try" in
11136 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11137 *) ac_try_echo
=$ac_try;;
11139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11140 (eval "$ac_link") 2>conftest.er1
11142 grep -v '^ *+' conftest.er1
>conftest.err
11144 cat conftest.err
>&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); } && {
11147 test -z "$ac_c_werror_flag" ||
11148 test ! -s conftest.err
11149 } && test -s conftest
$ac_exeext &&
11150 $as_test_x conftest
$ac_exeext; then
11153 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'` ;;
11154 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11157 echo "$as_me: failed program was:" >&5
11158 sed 's/^/| /' conftest.
$ac_ext >&5
11163 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11164 conftest
$ac_exeext conftest.
$ac_ext
11165 LIBS
=$ac_check_soname_save_LIBS
11167 if test "x$ac_cv_lib_soname_GL" = "x"; then
11168 { echo "$as_me:$LINENO: result: not found" >&5
11169 echo "${ECHO_T}not found" >&6; }
11170 { echo "$as_me:$LINENO: checking for -lGL" >&5
11171 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11172 if test "${ac_cv_lib_soname_GL+set}" = set; then
11173 echo $ECHO_N "(cached) $ECHO_C" >&6
11175 ac_check_soname_save_LIBS
=$LIBS
11176 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"
11177 cat >conftest.
$ac_ext <<_ACEOF
11180 cat confdefs.h
>>conftest.
$ac_ext
11181 cat >>conftest.
$ac_ext <<_ACEOF
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11190 char glXCreateContext ();
11194 return glXCreateContext ();
11199 rm -f conftest.
$ac_objext conftest
$ac_exeext
11200 if { (ac_try
="$ac_link"
11201 case "(($ac_try" in
11202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11203 *) ac_try_echo=$ac_try;;
11205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11206 (eval "$ac_link") 2>conftest.er1
11208 grep -v '^ *+' conftest.er1 >conftest.err
11210 cat conftest.err >&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } && {
11213 test -z "$ac_c_werror_flag" ||
11214 test ! -s conftest.err
11215 } && test -s conftest$ac_exeext &&
11216 $as_test_x conftest$ac_exeext; then
11219 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'` ;;
11220 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_soname_save_LIBS
11233 if test "x$ac_cv_lib_soname_GL" = "x"; then
11234 { echo "$as_me:$LINENO: result: not found" >&5
11235 echo "${ECHO_T}not found" >&6; }
11236 if test -f /usr/X11R6/lib/libGL.a
11238 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11239 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11241 opengl_msg="No OpenGL library found on this system."
11244 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11245 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11247 cat >>confdefs.h <<_ACEOF
11248 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11251 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"
11253 cat >>confdefs.h <<\_ACEOF
11254 #define HAVE_OPENGL 1
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11275 if test "$ac_cv_header_GL_glu_h" = "yes"
11277 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11278 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11279 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11282 ac_check_soname_save_LIBS=$LIBS
11283 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11284 cat >conftest.$ac_ext <<_ACEOF
11287 cat confdefs.h >>conftest.$ac_ext
11288 cat >>conftest.$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11291 /* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11301 return gluLookAt ();
11306 rm -f conftest.$ac_objext conftest$ac_exeext
11307 if { (ac_try="$ac_link"
11308 case "(($ac_try" in
11309 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11310 *) ac_try_echo
=$ac_try;;
11312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11313 (eval "$ac_link") 2>conftest.er1
11315 grep -v '^ *+' conftest.er1
>conftest.err
11317 cat conftest.err
>&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } && {
11320 test -z "$ac_c_werror_flag" ||
11321 test ! -s conftest.err
11322 } && test -s conftest
$ac_exeext &&
11323 $as_test_x conftest
$ac_exeext; then
11326 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'` ;;
11327 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11330 echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.
$ac_ext >&5
11336 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11337 conftest
$ac_exeext conftest.
$ac_ext
11338 LIBS
=$ac_check_soname_save_LIBS
11340 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11341 { echo "$as_me:$LINENO: result: not found" >&5
11342 echo "${ECHO_T}not found" >&6; }
11345 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11346 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11348 cat >>confdefs.h
<<_ACEOF
11349 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 case "x$with_glu" in
11358 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11360 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11361 This is an error since --with-glu was requested." >&5
11362 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11363 This is an error since --with-glu was requested." >&2;}
11364 { (exit 1); exit 1; }; } ;;
11369 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11372 opengl_msg
="OpenGL development headers not found."
11375 if test -n "$opengl_msg"; then
11376 case "x$with_opengl" in
11377 x
) wine_warnings
="$wine_warnings|$opengl_msg
11378 OpenGL and Direct3D won't be supported." ;;
11380 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11381 OpenGL and Direct3D won't be supported.
11382 This is an error since --with-opengl was requested." >&5
11383 echo "$as_me: error: $opengl_msg
11384 OpenGL and Direct3D won't be supported.
11385 This is an error since --with-opengl was requested." >&2;}
11386 { (exit 1); exit 1; }; } ;;
11391 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11392 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11397 for ac_header
in audio
/audiolib.h
11399 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11400 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11401 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11403 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11406 ac_res
=`eval echo '${'$as_ac_Header'}'`
11407 { echo "$as_me:$LINENO: result: $ac_res" >&5
11408 echo "${ECHO_T}$ac_res" >&6; }
11410 # Is the header compilable?
11411 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11412 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11413 cat >conftest.
$ac_ext <<_ACEOF
11416 cat confdefs.h
>>conftest.
$ac_ext
11417 cat >>conftest.
$ac_ext <<_ACEOF
11418 /* end confdefs.h. */
11419 $ac_includes_default
11420 #include <$ac_header>
11422 rm -f conftest.
$ac_objext
11423 if { (ac_try
="$ac_compile"
11424 case "(($ac_try" in
11425 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11426 *) ac_try_echo=$ac_try;;
11428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11429 (eval "$ac_compile") 2>conftest.er1
11431 grep -v '^ *+' conftest.er1 >conftest.err
11433 cat conftest.err >&5
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); } && {
11436 test -z "$ac_c_werror_flag" ||
11437 test ! -s conftest.err
11438 } && test -s conftest.$ac_objext; then
11439 ac_header_compiler=yes
11441 echo "$as_me: failed program was:" >&5
11442 sed 's/^/| /' conftest.$ac_ext >&5
11444 ac_header_compiler=no
11447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11448 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11449 echo "${ECHO_T}$ac_header_compiler" >&6; }
11451 # Is the header present?
11452 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11453 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11454 cat >conftest.$ac_ext <<_ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h. */
11460 #include <$ac_header>
11462 if { (ac_try="$ac_cpp conftest.$ac_ext"
11463 case "(($ac_try" in
11464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11465 *) ac_try_echo
=$ac_try;;
11467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11470 grep -v '^ *+' conftest.er1
>conftest.err
11472 cat conftest.err
>&5
11473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474 (exit $ac_status); } >/dev
/null
&& {
11475 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11476 test ! -s conftest.err
11478 ac_header_preproc
=yes
11480 echo "$as_me: failed program was:" >&5
11481 sed 's/^/| /' conftest.
$ac_ext >&5
11483 ac_header_preproc
=no
11486 rm -f conftest.err conftest.
$ac_ext
11487 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11488 echo "${ECHO_T}$ac_header_preproc" >&6; }
11490 # So? What about this header?
11491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11493 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11494 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11495 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11496 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11497 ac_header_preproc
=yes
11500 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11501 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11502 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11503 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11504 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11505 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11506 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11507 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11509 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11511 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11513 ## ------------------------------------ ##
11514 ## Report this to wine-devel@winehq.org ##
11515 ## ------------------------------------ ##
11517 ) |
sed "s/^/$as_me: WARNING: /" >&2
11520 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11521 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11522 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11525 eval "$as_ac_Header=\$ac_header_preproc"
11527 ac_res
=`eval echo '${'$as_ac_Header'}'`
11528 { echo "$as_me:$LINENO: result: $ac_res" >&5
11529 echo "${ECHO_T}$ac_res" >&6; }
11532 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11533 cat >>confdefs.h
<<_ACEOF
11534 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11537 for ac_header
in audio
/soundlib.h
11539 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11542 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 echo $ECHO_N "(cached) $ECHO_C" >&6
11545 cat >conftest.
$ac_ext <<_ACEOF
11548 cat confdefs.h
>>conftest.
$ac_ext
11549 cat >>conftest.
$ac_ext <<_ACEOF
11550 /* end confdefs.h. */
11551 #include <audio/audiolib.h>
11553 #include <$ac_header>
11555 rm -f conftest.
$ac_objext
11556 if { (ac_try
="$ac_compile"
11557 case "(($ac_try" in
11558 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11559 *) ac_try_echo=$ac_try;;
11561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11562 (eval "$ac_compile") 2>conftest.er1
11564 grep -v '^ *+' conftest.er1 >conftest.err
11566 cat conftest.err >&5
11567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11568 (exit $ac_status); } && {
11569 test -z "$ac_c_werror_flag" ||
11570 test ! -s conftest.err
11571 } && test -s conftest.$ac_objext; then
11572 eval "$as_ac_Header=yes"
11574 echo "$as_me: failed program was:" >&5
11575 sed 's/^/| /' conftest.$ac_ext >&5
11577 eval "$as_ac_Header=no"
11580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 ac_res=`eval echo '${'$as_ac_Header'}'`
11583 { echo "$as_me:$LINENO: result: $ac_res" >&5
11584 echo "${ECHO_T}$ac_res" >&6; }
11585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11586 cat >>confdefs.h <<_ACEOF
11587 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11594 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11595 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11596 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11597 echo $ECHO_N "(cached) $ECHO_C" >&6
11599 ac_check_lib_save_LIBS=$LIBS
11600 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11601 cat >conftest.$ac_ext <<_ACEOF
11604 cat confdefs.h >>conftest.$ac_ext
11605 cat >>conftest.$ac_ext <<_ACEOF
11606 /* end confdefs.h. */
11608 /* Override any GCC internal prototype to avoid an error.
11609 Use char because int might match the return type of a GCC
11610 builtin and then its argument prototype would still apply. */
11614 char AuCreateFlow ();
11618 return AuCreateFlow ();
11623 rm -f conftest.$ac_objext conftest$ac_exeext
11624 if { (ac_try="$ac_link"
11625 case "(($ac_try" in
11626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11627 *) ac_try_echo
=$ac_try;;
11629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11630 (eval "$ac_link") 2>conftest.er1
11632 grep -v '^ *+' conftest.er1
>conftest.err
11634 cat conftest.err
>&5
11635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636 (exit $ac_status); } && {
11637 test -z "$ac_c_werror_flag" ||
11638 test ! -s conftest.err
11639 } && test -s conftest
$ac_exeext &&
11640 $as_test_x conftest
$ac_exeext; then
11641 ac_cv_lib_audio_AuCreateFlow
=yes
11643 echo "$as_me: failed program was:" >&5
11644 sed 's/^/| /' conftest.
$ac_ext >&5
11646 ac_cv_lib_audio_AuCreateFlow
=no
11649 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11650 conftest
$ac_exeext conftest.
$ac_ext
11651 LIBS
=$ac_check_lib_save_LIBS
11653 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11654 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11655 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11657 cat >>confdefs.h
<<\_ACEOF
11661 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11662 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11663 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11664 echo $ECHO_N "(cached) $ECHO_C" >&6
11666 ac_check_lib_save_LIBS
=$LIBS
11667 LIBS
="-lXau $X_LIBS $LIBS"
11668 cat >conftest.
$ac_ext <<_ACEOF
11671 cat confdefs.h
>>conftest.
$ac_ext
11672 cat >>conftest.
$ac_ext <<_ACEOF
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11681 char XauGetBestAuthByAddr ();
11685 return XauGetBestAuthByAddr ();
11690 rm -f conftest.
$ac_objext conftest
$ac_exeext
11691 if { (ac_try
="$ac_link"
11692 case "(($ac_try" in
11693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_link") 2>conftest.er1
11699 grep -v '^ *+' conftest.er1 >conftest.err
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } && {
11704 test -z "$ac_c_werror_flag" ||
11705 test ! -s conftest.err
11706 } && test -s conftest$ac_exeext &&
11707 $as_test_x conftest$ac_exeext; then
11708 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11710 echo "$as_me: failed program was:" >&5
11711 sed 's/^/| /' conftest.$ac_ext >&5
11713 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11717 conftest$ac_exeext conftest.$ac_ext
11718 LIBS=$ac_check_lib_save_LIBS
11720 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11721 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11722 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11723 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11725 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11736 CPPFLAGS="$ac_save_CPPFLAGS"
11741 enable_winex11_drv=${enable_winex11_drv:-no}
11742 enable_opengl32=${enable_opengl32:-no}
11743 enable_glu32=${enable_glu32:-no}
11745 if test "x$XLIB" = "x"; then
11748 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11749 without X support, which probably isn't what you want. You will need to install
11750 development packages of Xlib/Xfree86 at the very least.
11751 Use the --without-x option if you really want this." >&5
11752 echo "$as_me: error: X development files not found. Wine will be built
11753 without X support, which probably isn't what you want. You will need to install
11754 development packages of Xlib/Xfree86 at the very least.
11755 Use the --without-x option if you really want this." >&2;}
11756 { (exit 1); exit 1; }; } ;;
11770 if test "x$with_xml" != "xno"
11772 ac_save_CPPFLAGS="$CPPFLAGS"
11773 if test "$PKG_CONFIG" != "false"
11775 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11776 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11778 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11779 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11781 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11783 for ac_header in libxml/parser.h
11785 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11787 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11790 echo $ECHO_N "(cached) $ECHO_C" >&6
11792 ac_res=`eval echo '${'$as_ac_Header'}'`
11793 { echo "$as_me:$LINENO: result: $ac_res" >&5
11794 echo "${ECHO_T}$ac_res" >&6; }
11796 # Is the header compilable?
11797 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11798 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11799 cat >conftest.$ac_ext <<_ACEOF
11802 cat confdefs.h >>conftest.$ac_ext
11803 cat >>conftest.$ac_ext <<_ACEOF
11804 /* end confdefs.h. */
11805 $ac_includes_default
11806 #include <$ac_header>
11808 rm -f conftest.$ac_objext
11809 if { (ac_try="$ac_compile"
11810 case "(($ac_try" in
11811 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11812 *) ac_try_echo
=$ac_try;;
11814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11815 (eval "$ac_compile") 2>conftest.er1
11817 grep -v '^ *+' conftest.er1
>conftest.err
11819 cat conftest.err
>&5
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); } && {
11822 test -z "$ac_c_werror_flag" ||
11823 test ! -s conftest.err
11824 } && test -s conftest.
$ac_objext; then
11825 ac_header_compiler
=yes
11827 echo "$as_me: failed program was:" >&5
11828 sed 's/^/| /' conftest.
$ac_ext >&5
11830 ac_header_compiler
=no
11833 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11834 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11835 echo "${ECHO_T}$ac_header_compiler" >&6; }
11837 # Is the header present?
11838 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11839 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11840 cat >conftest.
$ac_ext <<_ACEOF
11843 cat confdefs.h
>>conftest.
$ac_ext
11844 cat >>conftest.
$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11846 #include <$ac_header>
11848 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11849 case "(($ac_try" in
11850 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11851 *) ac_try_echo=$ac_try;;
11853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11856 grep -v '^ *+' conftest.er1 >conftest.err
11858 cat conftest.err >&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); } >/dev/null && {
11861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11862 test ! -s conftest.err
11864 ac_header_preproc=yes
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11869 ac_header_preproc=no
11872 rm -f conftest.err conftest.$ac_ext
11873 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11874 echo "${ECHO_T}$ac_header_preproc" >&6; }
11876 # So? What about this header?
11877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11879 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11880 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11881 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11882 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11883 ac_header_preproc=yes
11886 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11887 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11888 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11889 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11890 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11891 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11892 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11893 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11895 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11897 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11899 ## ------------------------------------ ##
11900 ## Report this to wine-devel@winehq.org ##
11901 ## ------------------------------------ ##
11903 ) | sed "s/^/$as_me: WARNING: /" >&2
11906 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11907 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11909 echo $ECHO_N "(cached) $ECHO_C" >&6
11911 eval "$as_ac_Header=\$ac_header_preproc"
11913 ac_res=`eval echo '${'$as_ac_Header'}'`
11914 { echo "$as_me:$LINENO: result: $ac_res" >&5
11915 echo "${ECHO_T}$ac_res" >&6; }
11918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11919 cat >>confdefs.h <<_ACEOF
11920 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11922 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11923 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11924 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 ac_check_lib_save_LIBS=$LIBS
11928 LIBS="-lxml2 $ac_xml_libs $LIBS"
11929 cat >conftest.$ac_ext <<_ACEOF
11932 cat confdefs.h >>conftest.$ac_ext
11933 cat >>conftest.$ac_ext <<_ACEOF
11934 /* end confdefs.h. */
11936 /* Override any GCC internal prototype to avoid an error.
11937 Use char because int might match the return type of a GCC
11938 builtin and then its argument prototype would still apply. */
11942 char xmlParseMemory ();
11946 return xmlParseMemory ();
11951 rm -f conftest.$ac_objext conftest$ac_exeext
11952 if { (ac_try="$ac_link"
11953 case "(($ac_try" in
11954 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11955 *) ac_try_echo
=$ac_try;;
11957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11958 (eval "$ac_link") 2>conftest.er1
11960 grep -v '^ *+' conftest.er1
>conftest.err
11962 cat conftest.err
>&5
11963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964 (exit $ac_status); } && {
11965 test -z "$ac_c_werror_flag" ||
11966 test ! -s conftest.err
11967 } && test -s conftest
$ac_exeext &&
11968 $as_test_x conftest
$ac_exeext; then
11969 ac_cv_lib_xml2_xmlParseMemory
=yes
11971 echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.
$ac_ext >&5
11974 ac_cv_lib_xml2_xmlParseMemory
=no
11977 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11978 conftest
$ac_exeext conftest.
$ac_ext
11979 LIBS
=$ac_check_lib_save_LIBS
11981 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11982 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11983 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11985 cat >>confdefs.h
<<\_ACEOF
11986 #define HAVE_LIBXML2 1
11989 XML2LIBS
="$ac_xml_libs"
11990 XML2INCL
="$ac_xml_cflags"
11993 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11994 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11995 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11996 echo $ECHO_N "(cached) $ECHO_C" >&6
11998 ac_check_lib_save_LIBS
=$LIBS
11999 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12000 cat >conftest.
$ac_ext <<_ACEOF
12003 cat confdefs.h
>>conftest.
$ac_ext
12004 cat >>conftest.
$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12007 /* Override any GCC internal prototype to avoid an error.
12008 Use char because int might match the return type of a GCC
12009 builtin and then its argument prototype would still apply. */
12013 char xmlReadMemory ();
12017 return xmlReadMemory ();
12022 rm -f conftest.
$ac_objext conftest
$ac_exeext
12023 if { (ac_try
="$ac_link"
12024 case "(($ac_try" in
12025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12026 *) ac_try_echo=$ac_try;;
12028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12029 (eval "$ac_link") 2>conftest.er1
12031 grep -v '^ *+' conftest.er1 >conftest.err
12033 cat conftest.err >&5
12034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12035 (exit $ac_status); } && {
12036 test -z "$ac_c_werror_flag" ||
12037 test ! -s conftest.err
12038 } && test -s conftest$ac_exeext &&
12039 $as_test_x conftest$ac_exeext; then
12040 ac_cv_lib_xml2_xmlReadMemory=yes
12042 echo "$as_me: failed program was:" >&5
12043 sed 's/^/| /' conftest.$ac_ext >&5
12045 ac_cv_lib_xml2_xmlReadMemory=no
12048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12049 conftest$ac_exeext conftest.$ac_ext
12050 LIBS=$ac_check_lib_save_LIBS
12052 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12053 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12054 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12056 cat >>confdefs.h <<\_ACEOF
12057 #define HAVE_XMLREADMEMORY 1
12062 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12063 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12064 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12067 ac_check_lib_save_LIBS=$LIBS
12068 LIBS="-lxml2 $ac_xml_libs $LIBS"
12069 cat >conftest.$ac_ext <<_ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12076 /* Override any GCC internal prototype to avoid an error.
12077 Use char because int might match the return type of a GCC
12078 builtin and then its argument prototype would still apply. */
12082 char xmlNewDocPI ();
12086 return xmlNewDocPI ();
12091 rm -f conftest.$ac_objext conftest$ac_exeext
12092 if { (ac_try="$ac_link"
12093 case "(($ac_try" in
12094 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12095 *) ac_try_echo
=$ac_try;;
12097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12098 (eval "$ac_link") 2>conftest.er1
12100 grep -v '^ *+' conftest.er1
>conftest.err
12102 cat conftest.err
>&5
12103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12104 (exit $ac_status); } && {
12105 test -z "$ac_c_werror_flag" ||
12106 test ! -s conftest.err
12107 } && test -s conftest
$ac_exeext &&
12108 $as_test_x conftest
$ac_exeext; then
12109 ac_cv_lib_xml2_xmlNewDocPI
=yes
12111 echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.
$ac_ext >&5
12114 ac_cv_lib_xml2_xmlNewDocPI
=no
12117 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12118 conftest
$ac_exeext conftest.
$ac_ext
12119 LIBS
=$ac_check_lib_save_LIBS
12121 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12122 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12123 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12125 cat >>confdefs.h
<<\_ACEOF
12126 #define HAVE_XMLNEWDOCPI 1
12136 CPPFLAGS
="$ac_save_CPPFLAGS"
12138 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12139 case "x$with_xml" in
12140 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12142 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12143 This is an error since --with-xml was requested." >&5
12144 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12145 This is an error since --with-xml was requested." >&2;}
12146 { (exit 1); exit 1; }; } ;;
12151 if test "x$with_xslt" != "xno"
12153 if test "$PKG_CONFIG" != "false"
12155 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12156 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12158 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12159 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12161 ac_save_CPPFLAGS
="$CPPFLAGS"
12162 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12165 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12167 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12168 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12170 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12171 echo $ECHO_N "(cached) $ECHO_C" >&6
12173 cat >conftest.
$ac_ext <<_ACEOF
12176 cat confdefs.h
>>conftest.
$ac_ext
12177 cat >>conftest.
$ac_ext <<_ACEOF
12178 /* end confdefs.h. */
12179 #ifdef HAVE_LIBXSLT_PATTERN_H
12180 # include <libxslt/pattern.h>
12183 #include <$ac_header>
12185 rm -f conftest.
$ac_objext
12186 if { (ac_try
="$ac_compile"
12187 case "(($ac_try" in
12188 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12189 *) ac_try_echo=$ac_try;;
12191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12192 (eval "$ac_compile") 2>conftest.er1
12194 grep -v '^ *+' conftest.er1 >conftest.err
12196 cat conftest.err >&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); } && {
12199 test -z "$ac_c_werror_flag" ||
12200 test ! -s conftest.err
12201 } && test -s conftest.$ac_objext; then
12202 eval "$as_ac_Header=yes"
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12207 eval "$as_ac_Header=no"
12210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 ac_res=`eval echo '${'$as_ac_Header'}'`
12213 { echo "$as_me:$LINENO: result: $ac_res" >&5
12214 echo "${ECHO_T}$ac_res" >&6; }
12215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12216 cat >>confdefs.h <<_ACEOF
12217 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12224 CPPFLAGS="$ac_save_CPPFLAGS"
12225 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12227 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12228 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12229 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6
12232 ac_check_lib_save_LIBS=$LIBS
12233 LIBS="-lxslt $ac_xslt_libs $LIBS"
12234 cat >conftest.$ac_ext <<_ACEOF
12237 cat confdefs.h >>conftest.$ac_ext
12238 cat >>conftest.$ac_ext <<_ACEOF
12239 /* end confdefs.h. */
12241 /* Override any GCC internal prototype to avoid an error.
12242 Use char because int might match the return type of a GCC
12243 builtin and then its argument prototype would still apply. */
12247 char xsltCompilePattern ();
12251 return xsltCompilePattern ();
12256 rm -f conftest.$ac_objext conftest$ac_exeext
12257 if { (ac_try="$ac_link"
12258 case "(($ac_try" in
12259 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12260 *) ac_try_echo
=$ac_try;;
12262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12263 (eval "$ac_link") 2>conftest.er1
12265 grep -v '^ *+' conftest.er1
>conftest.err
12267 cat conftest.err
>&5
12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12269 (exit $ac_status); } && {
12270 test -z "$ac_c_werror_flag" ||
12271 test ! -s conftest.err
12272 } && test -s conftest
$ac_exeext &&
12273 $as_test_x conftest
$ac_exeext; then
12274 ac_cv_lib_xslt_xsltCompilePattern
=yes
12276 echo "$as_me: failed program was:" >&5
12277 sed 's/^/| /' conftest.
$ac_ext >&5
12279 ac_cv_lib_xslt_xsltCompilePattern
=no
12282 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12283 conftest
$ac_exeext conftest.
$ac_ext
12284 LIBS
=$ac_check_lib_save_LIBS
12286 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12287 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12288 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12290 cat >>confdefs.h
<<\_ACEOF
12291 #define HAVE_LIBXSLT 1
12294 XSLTLIBS
="$ac_xslt_libs"
12295 XSLTINCL
="$ac_xslt_cflags"
12296 ac_save_LIBS
="$LIBS"
12297 LIBS
="$LIBS $ac_xslt_libs"
12299 for ac_func
in xsltInit
12301 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12302 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12304 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12307 cat >conftest.
$ac_ext <<_ACEOF
12310 cat confdefs.h
>>conftest.
$ac_ext
12311 cat >>conftest.
$ac_ext <<_ACEOF
12312 /* end confdefs.h. */
12313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12315 #define $ac_func innocuous_$ac_func
12317 /* System header to define __stub macros and hopefully few prototypes,
12318 which can conflict with char $ac_func (); below.
12319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12320 <limits.h> exists even on freestanding compilers. */
12323 # include <limits.h>
12325 # include <assert.h>
12330 /* Override any GCC internal prototype to avoid an error.
12331 Use char because int might match the return type of a GCC
12332 builtin and then its argument prototype would still apply. */
12337 /* The GNU C library defines this for functions which it implements
12338 to always fail with ENOSYS. Some functions are actually named
12339 something starting with __ and the normal name is an alias. */
12340 #if defined __stub_$ac_func || defined __stub___$ac_func
12347 return $ac_func ();
12352 rm -f conftest.
$ac_objext conftest
$ac_exeext
12353 if { (ac_try
="$ac_link"
12354 case "(($ac_try" in
12355 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12356 *) ac_try_echo=$ac_try;;
12358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12359 (eval "$ac_link") 2>conftest.er1
12361 grep -v '^ *+' conftest.er1 >conftest.err
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && {
12366 test -z "$ac_c_werror_flag" ||
12367 test ! -s conftest.err
12368 } && test -s conftest$ac_exeext &&
12369 $as_test_x conftest$ac_exeext; then
12370 eval "$as_ac_var=yes"
12372 echo "$as_me: failed program was:" >&5
12373 sed 's/^/| /' conftest.$ac_ext >&5
12375 eval "$as_ac_var=no"
12378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12379 conftest$ac_exeext conftest.$ac_ext
12381 ac_res=`eval echo '${'$as_ac_var'}'`
12382 { echo "$as_me:$LINENO: result: $ac_res" >&5
12383 echo "${ECHO_T}$ac_res" >&6; }
12384 if test `eval echo '${'$as_ac_var'}'` = yes; then
12385 cat >>confdefs.h <<_ACEOF
12386 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12392 LIBS="$ac_save_LIBS"
12397 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12398 case "x$with_xslt" in
12399 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12401 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12402 This is an error since --with-xslt was requested." >&5
12403 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12404 This is an error since --with-xslt was requested." >&2;}
12405 { (exit 1); exit 1; }; } ;;
12412 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12414 ac_save_CPPFLAGS="$CPPFLAGS"
12415 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12416 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12417 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12420 for ac_header in dbus/dbus.h hal/libhal.h
12422 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12427 echo $ECHO_N "(cached) $ECHO_C" >&6
12429 ac_res=`eval echo '${'$as_ac_Header'}'`
12430 { echo "$as_me:$LINENO: result: $ac_res" >&5
12431 echo "${ECHO_T}$ac_res" >&6; }
12433 # Is the header compilable?
12434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12436 cat >conftest.$ac_ext <<_ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 $ac_includes_default
12443 #include <$ac_header>
12445 rm -f conftest.$ac_objext
12446 if { (ac_try="$ac_compile"
12447 case "(($ac_try" in
12448 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12449 *) ac_try_echo
=$ac_try;;
12451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12452 (eval "$ac_compile") 2>conftest.er1
12454 grep -v '^ *+' conftest.er1
>conftest.err
12456 cat conftest.err
>&5
12457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12458 (exit $ac_status); } && {
12459 test -z "$ac_c_werror_flag" ||
12460 test ! -s conftest.err
12461 } && test -s conftest.
$ac_objext; then
12462 ac_header_compiler
=yes
12464 echo "$as_me: failed program was:" >&5
12465 sed 's/^/| /' conftest.
$ac_ext >&5
12467 ac_header_compiler
=no
12470 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12472 echo "${ECHO_T}$ac_header_compiler" >&6; }
12474 # Is the header present?
12475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12477 cat >conftest.
$ac_ext <<_ACEOF
12480 cat confdefs.h
>>conftest.
$ac_ext
12481 cat >>conftest.
$ac_ext <<_ACEOF
12482 /* end confdefs.h. */
12483 #include <$ac_header>
12485 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12486 case "(($ac_try" in
12487 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12488 *) ac_try_echo=$ac_try;;
12490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12493 grep -v '^ *+' conftest.er1 >conftest.err
12495 cat conftest.err >&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } >/dev/null && {
12498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12499 test ! -s conftest.err
12501 ac_header_preproc=yes
12503 echo "$as_me: failed program was:" >&5
12504 sed 's/^/| /' conftest.$ac_ext >&5
12506 ac_header_preproc=no
12509 rm -f conftest.err conftest.$ac_ext
12510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12511 echo "${ECHO_T}$ac_header_preproc" >&6; }
12513 # So? What about this header?
12514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12520 ac_header_preproc=yes
12523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12536 ## ------------------------------------ ##
12537 ## Report this to wine-devel@winehq.org ##
12538 ## ------------------------------------ ##
12540 ) | sed "s/^/$as_me: WARNING: /" >&2
12543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12546 echo $ECHO_N "(cached) $ECHO_C" >&6
12548 eval "$as_ac_Header=\$ac_header_preproc"
12550 ac_res=`eval echo '${'$as_ac_Header'}'`
12551 { echo "$as_me:$LINENO: result: $ac_res" >&5
12552 echo "${ECHO_T}$ac_res" >&6; }
12555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12556 cat >>confdefs.h <<_ACEOF
12557 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12564 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12566 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12567 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12568 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12571 ac_check_lib_save_LIBS=$LIBS
12572 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12573 cat >conftest.$ac_ext <<_ACEOF
12576 cat confdefs.h >>conftest.$ac_ext
12577 cat >>conftest.$ac_ext <<_ACEOF
12578 /* end confdefs.h. */
12580 /* Override any GCC internal prototype to avoid an error.
12581 Use char because int might match the return type of a GCC
12582 builtin and then its argument prototype would still apply. */
12586 char dbus_connection_close ();
12590 return dbus_connection_close ();
12595 rm -f conftest.$ac_objext conftest$ac_exeext
12596 if { (ac_try="$ac_link"
12597 case "(($ac_try" in
12598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12599 *) ac_try_echo
=$ac_try;;
12601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12602 (eval "$ac_link") 2>conftest.er1
12604 grep -v '^ *+' conftest.er1
>conftest.err
12606 cat conftest.err
>&5
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); } && {
12609 test -z "$ac_c_werror_flag" ||
12610 test ! -s conftest.err
12611 } && test -s conftest
$ac_exeext &&
12612 $as_test_x conftest
$ac_exeext; then
12613 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12615 echo "$as_me: failed program was:" >&5
12616 sed 's/^/| /' conftest.
$ac_ext >&5
12618 ac_cv_lib_dbus_1_dbus_connection_close
=no
12621 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12622 conftest
$ac_exeext conftest.
$ac_ext
12623 LIBS
=$ac_check_lib_save_LIBS
12625 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12626 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12627 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12628 { echo "$as_me:$LINENO: checking for -lhal" >&5
12629 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12630 if test "${ac_cv_lib_soname_hal+set}" = set; then
12631 echo $ECHO_N "(cached) $ECHO_C" >&6
12633 ac_check_soname_save_LIBS
=$LIBS
12634 LIBS
="-lhal $ac_hal_libs $LIBS"
12635 cat >conftest.
$ac_ext <<_ACEOF
12638 cat confdefs.h
>>conftest.
$ac_ext
12639 cat >>conftest.
$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12648 char libhal_ctx_new ();
12652 return libhal_ctx_new ();
12657 rm -f conftest.
$ac_objext conftest
$ac_exeext
12658 if { (ac_try
="$ac_link"
12659 case "(($ac_try" in
12660 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12664 (eval "$ac_link") 2>conftest.er1
12666 grep -v '^ *+' conftest.er1 >conftest.err
12668 cat conftest.err >&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } && {
12671 test -z "$ac_c_werror_flag" ||
12672 test ! -s conftest.err
12673 } && test -s conftest$ac_exeext &&
12674 $as_test_x conftest$ac_exeext; then
12677 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'` ;;
12678 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12681 echo "$as_me: failed program was:" >&5
12682 sed 's/^/| /' conftest.$ac_ext >&5
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_soname_save_LIBS
12691 if test "x$ac_cv_lib_soname_hal" = "x"; then
12692 { echo "$as_me:$LINENO: result: not found" >&5
12693 echo "${ECHO_T}not found" >&6; }
12696 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12697 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12699 cat >>confdefs.h <<_ACEOF
12700 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12703 HALINCL="$ac_hal_cflags"
12709 CPPFLAGS="$ac_save_CPPFLAGS"
12711 if test "x$ac_cv_lib_soname_hal" = "x"; then
12712 case "x$with_hal" in
12713 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12715 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12716 This is an error since --with-hal was requested." >&5
12717 echo "$as_me: error: libhal development files not found, no dynamic device support.
12718 This is an error since --with-hal was requested." >&2;}
12719 { (exit 1); exit 1; }; } ;;
12725 if test "$ac_cv_header_ncurses_h" = "yes"
12727 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12728 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12729 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12730 echo $ECHO_N "(cached) $ECHO_C" >&6
12732 ac_check_soname_save_LIBS=$LIBS
12733 LIBS="-lncurses $LIBS"
12734 cat >conftest.$ac_ext <<_ACEOF
12737 cat confdefs.h >>conftest.$ac_ext
12738 cat >>conftest.$ac_ext <<_ACEOF
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12756 rm -f conftest.$ac_objext conftest$ac_exeext
12757 if { (ac_try="$ac_link"
12758 case "(($ac_try" in
12759 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12760 *) ac_try_echo
=$ac_try;;
12762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12763 (eval "$ac_link") 2>conftest.er1
12765 grep -v '^ *+' conftest.er1
>conftest.err
12767 cat conftest.err
>&5
12768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); } && {
12770 test -z "$ac_c_werror_flag" ||
12771 test ! -s conftest.err
12772 } && test -s conftest
$ac_exeext &&
12773 $as_test_x conftest
$ac_exeext; then
12776 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'` ;;
12777 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12780 echo "$as_me: failed program was:" >&5
12781 sed 's/^/| /' conftest.
$ac_ext >&5
12786 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12787 conftest
$ac_exeext conftest.
$ac_ext
12788 LIBS
=$ac_check_soname_save_LIBS
12790 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12791 { echo "$as_me:$LINENO: result: not found" >&5
12792 echo "${ECHO_T}not found" >&6; }
12795 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12796 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12798 cat >>confdefs.h
<<_ACEOF
12799 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12802 CURSESLIBS
="-lncurses"
12805 elif test "$ac_cv_header_curses_h" = "yes"
12807 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12808 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12809 if test "${ac_cv_lib_soname_curses+set}" = set; then
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12812 ac_check_soname_save_LIBS
=$LIBS
12813 LIBS
="-lcurses $LIBS"
12814 cat >conftest.
$ac_ext <<_ACEOF
12817 cat confdefs.h
>>conftest.
$ac_ext
12818 cat >>conftest.
$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12836 rm -f conftest.
$ac_objext conftest
$ac_exeext
12837 if { (ac_try
="$ac_link"
12838 case "(($ac_try" in
12839 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_link") 2>conftest.er1
12845 grep -v '^ *+' conftest.er1 >conftest.err
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest$ac_exeext &&
12853 $as_test_x conftest$ac_exeext; then
12856 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'` ;;
12857 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12860 echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_soname_save_LIBS
12870 if test "x$ac_cv_lib_soname_curses" = "x"; then
12871 { echo "$as_me:$LINENO: result: not found" >&5
12872 echo "${ECHO_T}not found" >&6; }
12875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12876 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12878 cat >>confdefs.h <<_ACEOF
12879 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12882 CURSESLIBS="-lcurses"
12886 ac_save_LIBS="$LIBS"
12887 LIBS="$LIBS $CURSESLIBS"
12889 for ac_func in mousemask
12891 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12894 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12895 echo $ECHO_N "(cached) $ECHO_C" >&6
12897 cat >conftest.$ac_ext <<_ACEOF
12900 cat confdefs.h >>conftest.$ac_ext
12901 cat >>conftest.$ac_ext <<_ACEOF
12902 /* end confdefs.h. */
12903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12905 #define $ac_func innocuous_$ac_func
12907 /* System header to define __stub macros and hopefully few prototypes,
12908 which can conflict with char $ac_func (); below.
12909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12910 <limits.h> exists even on freestanding compilers. */
12913 # include <limits.h>
12915 # include <assert.h>
12920 /* Override any GCC internal prototype to avoid an error.
12921 Use char because int might match the return type of a GCC
12922 builtin and then its argument prototype would still apply. */
12927 /* The GNU C library defines this for functions which it implements
12928 to always fail with ENOSYS. Some functions are actually named
12929 something starting with __ and the normal name is an alias. */
12930 #if defined __stub_$ac_func || defined __stub___$ac_func
12937 return $ac_func ();
12942 rm -f conftest.$ac_objext conftest$ac_exeext
12943 if { (ac_try="$ac_link"
12944 case "(($ac_try" in
12945 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12946 *) ac_try_echo
=$ac_try;;
12948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12949 (eval "$ac_link") 2>conftest.er1
12951 grep -v '^ *+' conftest.er1
>conftest.err
12953 cat conftest.err
>&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && {
12956 test -z "$ac_c_werror_flag" ||
12957 test ! -s conftest.err
12958 } && test -s conftest
$ac_exeext &&
12959 $as_test_x conftest
$ac_exeext; then
12960 eval "$as_ac_var=yes"
12962 echo "$as_me: failed program was:" >&5
12963 sed 's/^/| /' conftest.
$ac_ext >&5
12965 eval "$as_ac_var=no"
12968 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12969 conftest
$ac_exeext conftest.
$ac_ext
12971 ac_res
=`eval echo '${'$as_ac_var'}'`
12972 { echo "$as_me:$LINENO: result: $ac_res" >&5
12973 echo "${ECHO_T}$ac_res" >&6; }
12974 if test `eval echo '${'$as_ac_var'}'` = yes; then
12975 cat >>confdefs.h
<<_ACEOF
12976 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12982 LIBS
="$ac_save_LIBS"
12983 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12984 case "x$with_curses" in
12985 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12987 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12988 This is an error since --with-curses was requested." >&5
12989 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12990 This is an error since --with-curses was requested." >&2;}
12991 { (exit 1); exit 1; }; } ;;
12996 # Extract the first word of "sane-config", so it can be a program name with args.
12997 set dummy sane-config
; ac_word
=$2
12998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13000 if test "${ac_cv_prog_sane_devel+set}" = set; then
13001 echo $ECHO_N "(cached) $ECHO_C" >&6
13003 if test -n "$sane_devel"; then
13004 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13007 for as_dir
in $PATH
13010 test -z "$as_dir" && as_dir
=.
13011 for ac_exec_ext
in '' $ac_executable_extensions; do
13012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13013 ac_cv_prog_sane_devel
="sane-config"
13014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13021 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13024 sane_devel
=$ac_cv_prog_sane_devel
13025 if test -n "$sane_devel"; then
13026 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13027 echo "${ECHO_T}$sane_devel" >&6; }
13029 { echo "$as_me:$LINENO: result: no" >&5
13030 echo "${ECHO_T}no" >&6; }
13034 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13036 ac_sane_incl
="`$sane_devel --cflags`"
13037 ac_sane_libs
="`$sane_devel --ldflags`"
13038 ac_save_CPPFLAGS
="$CPPFLAGS"
13039 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13040 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13041 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13042 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13043 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13044 echo $ECHO_N "(cached) $ECHO_C" >&6
13046 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13047 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13049 # Is the header compilable?
13050 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13051 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13052 cat >conftest.
$ac_ext <<_ACEOF
13055 cat confdefs.h
>>conftest.
$ac_ext
13056 cat >>conftest.
$ac_ext <<_ACEOF
13057 /* end confdefs.h. */
13058 $ac_includes_default
13059 #include <sane/sane.h>
13061 rm -f conftest.
$ac_objext
13062 if { (ac_try
="$ac_compile"
13063 case "(($ac_try" in
13064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13065 *) ac_try_echo=$ac_try;;
13067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13068 (eval "$ac_compile") 2>conftest.er1
13070 grep -v '^ *+' conftest.er1 >conftest.err
13072 cat conftest.err >&5
13073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13074 (exit $ac_status); } && {
13075 test -z "$ac_c_werror_flag" ||
13076 test ! -s conftest.err
13077 } && test -s conftest.$ac_objext; then
13078 ac_header_compiler=yes
13080 echo "$as_me: failed program was:" >&5
13081 sed 's/^/| /' conftest.$ac_ext >&5
13083 ac_header_compiler=no
13086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13087 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13088 echo "${ECHO_T}$ac_header_compiler" >&6; }
13090 # Is the header present?
13091 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13092 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13093 cat >conftest.$ac_ext <<_ACEOF
13096 cat confdefs.h >>conftest.$ac_ext
13097 cat >>conftest.$ac_ext <<_ACEOF
13098 /* end confdefs.h. */
13099 #include <sane/sane.h>
13101 if { (ac_try="$ac_cpp conftest.$ac_ext"
13102 case "(($ac_try" in
13103 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13104 *) ac_try_echo
=$ac_try;;
13106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13107 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13109 grep -v '^ *+' conftest.er1
>conftest.err
13111 cat conftest.err
>&5
13112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113 (exit $ac_status); } >/dev
/null
&& {
13114 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13115 test ! -s conftest.err
13117 ac_header_preproc
=yes
13119 echo "$as_me: failed program was:" >&5
13120 sed 's/^/| /' conftest.
$ac_ext >&5
13122 ac_header_preproc
=no
13125 rm -f conftest.err conftest.
$ac_ext
13126 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13127 echo "${ECHO_T}$ac_header_preproc" >&6; }
13129 # So? What about this header?
13130 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13132 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13133 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13134 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13135 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13136 ac_header_preproc
=yes
13139 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13140 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13141 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13142 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13143 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13144 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13145 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13146 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13148 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13150 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13152 ## ------------------------------------ ##
13153 ## Report this to wine-devel@winehq.org ##
13154 ## ------------------------------------ ##
13156 ) |
sed "s/^/$as_me: WARNING: /" >&2
13159 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13160 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13161 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13162 echo $ECHO_N "(cached) $ECHO_C" >&6
13164 ac_cv_header_sane_sane_h
=$ac_header_preproc
13166 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13167 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13170 if test $ac_cv_header_sane_sane_h = yes; then
13171 { echo "$as_me:$LINENO: checking for -lsane" >&5
13172 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13173 if test "${ac_cv_lib_soname_sane+set}" = set; then
13174 echo $ECHO_N "(cached) $ECHO_C" >&6
13176 ac_check_soname_save_LIBS
=$LIBS
13177 LIBS
="-lsane $ac_sane_libs $LIBS"
13178 cat >conftest.
$ac_ext <<_ACEOF
13181 cat confdefs.h
>>conftest.
$ac_ext
13182 cat >>conftest.
$ac_ext <<_ACEOF
13183 /* end confdefs.h. */
13185 /* Override any GCC internal prototype to avoid an error.
13186 Use char because int might match the return type of a GCC
13187 builtin and then its argument prototype would still apply. */
13195 return sane_init ();
13200 rm -f conftest.
$ac_objext conftest
$ac_exeext
13201 if { (ac_try
="$ac_link"
13202 case "(($ac_try" in
13203 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13207 (eval "$ac_link") 2>conftest.er1
13209 grep -v '^ *+' conftest.er1 >conftest.err
13211 cat conftest.err >&5
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } && {
13214 test -z "$ac_c_werror_flag" ||
13215 test ! -s conftest.err
13216 } && test -s conftest$ac_exeext &&
13217 $as_test_x conftest$ac_exeext; then
13220 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'` ;;
13221 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13224 echo "$as_me: failed program was:" >&5
13225 sed 's/^/| /' conftest.$ac_ext >&5
13230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13231 conftest$ac_exeext conftest.$ac_ext
13232 LIBS=$ac_check_soname_save_LIBS
13234 if test "x$ac_cv_lib_soname_sane" = "x"; then
13235 { echo "$as_me:$LINENO: result: not found" >&5
13236 echo "${ECHO_T}not found" >&6; }
13239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13240 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13242 cat >>confdefs.h <<_ACEOF
13243 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13246 SANEINCL="$ac_sane_incl"
13253 CPPFLAGS="$ac_save_CPPFLAGS"
13255 if test "x$ac_cv_lib_soname_sane" = "x"; then
13256 case "x$with_sane" in
13257 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13259 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13260 This is an error since --with-sane was requested." >&5
13261 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13262 This is an error since --with-sane was requested." >&2;}
13263 { (exit 1); exit 1; }; } ;;
13268 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13269 set dummy gphoto2-config; ac_word=$2
13270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13272 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13273 echo $ECHO_N "(cached) $ECHO_C" >&6
13275 if test -n "$gphoto2_devel"; then
13276 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13279 for as_dir in $PATH
13282 test -z "$as_dir" && as_dir=.
13283 for ac_exec_ext in '' $ac_executable_extensions; do
13284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13285 ac_cv_prog_gphoto2_devel="gphoto2-config"
13286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13293 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13296 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13297 if test -n "$gphoto2_devel"; then
13298 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13299 echo "${ECHO_T}$gphoto2_devel" >&6; }
13301 { echo "$as_me:$LINENO: result: no" >&5
13302 echo "${ECHO_T}no" >&6; }
13306 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13307 set dummy gphoto2-port-config; ac_word=$2
13308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13310 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13311 echo $ECHO_N "(cached) $ECHO_C" >&6
13313 if test -n "$gphoto2port_devel"; then
13314 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317 for as_dir in $PATH
13320 test -z "$as_dir" && as_dir=.
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13323 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13331 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13334 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13335 if test -n "$gphoto2port_devel"; then
13336 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13337 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13339 { echo "$as_me:$LINENO: result: no" >&5
13340 echo "${ECHO_T}no" >&6; }
13344 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13346 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13348 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13351 -L/usr/lib|-L/usr/lib64) ;;
13352 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13355 ac_save_CPPFLAGS="$CPPFLAGS"
13356 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13357 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13358 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13359 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13360 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13361 echo $ECHO_N "(cached) $ECHO_C" >&6
13363 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13364 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13366 # Is the header compilable?
13367 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13368 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13369 cat >conftest.$ac_ext <<_ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 $ac_includes_default
13376 #include <gphoto2-camera.h>
13378 rm -f conftest.$ac_objext
13379 if { (ac_try="$ac_compile"
13380 case "(($ac_try" in
13381 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13382 *) ac_try_echo
=$ac_try;;
13384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13385 (eval "$ac_compile") 2>conftest.er1
13387 grep -v '^ *+' conftest.er1
>conftest.err
13389 cat conftest.err
>&5
13390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13391 (exit $ac_status); } && {
13392 test -z "$ac_c_werror_flag" ||
13393 test ! -s conftest.err
13394 } && test -s conftest.
$ac_objext; then
13395 ac_header_compiler
=yes
13397 echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.
$ac_ext >&5
13400 ac_header_compiler
=no
13403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13404 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13405 echo "${ECHO_T}$ac_header_compiler" >&6; }
13407 # Is the header present?
13408 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13409 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13410 cat >conftest.
$ac_ext <<_ACEOF
13413 cat confdefs.h
>>conftest.
$ac_ext
13414 cat >>conftest.
$ac_ext <<_ACEOF
13415 /* end confdefs.h. */
13416 #include <gphoto2-camera.h>
13418 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13419 case "(($ac_try" in
13420 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13421 *) ac_try_echo=$ac_try;;
13423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13424 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13426 grep -v '^ *+' conftest.er1 >conftest.err
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } >/dev/null && {
13431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13432 test ! -s conftest.err
13434 ac_header_preproc=yes
13436 echo "$as_me: failed program was:" >&5
13437 sed 's/^/| /' conftest.$ac_ext >&5
13439 ac_header_preproc=no
13442 rm -f conftest.err conftest.$ac_ext
13443 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13444 echo "${ECHO_T}$ac_header_preproc" >&6; }
13446 # So? What about this header?
13447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13449 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13450 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13451 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13452 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13453 ac_header_preproc=yes
13456 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13457 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13458 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13459 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13460 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13461 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13463 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13469 ## ------------------------------------ ##
13470 ## Report this to wine-devel@winehq.org ##
13471 ## ------------------------------------ ##
13473 ) | sed "s/^/$as_me: WARNING: /" >&2
13476 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13477 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13478 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13479 echo $ECHO_N "(cached) $ECHO_C" >&6
13481 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13483 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13484 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13487 if test $ac_cv_header_gphoto2_camera_h = yes; then
13488 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13489 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13490 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13491 echo $ECHO_N "(cached) $ECHO_C" >&6
13493 ac_check_lib_save_LIBS=$LIBS
13494 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13495 cat >conftest.$ac_ext <<_ACEOF
13498 cat confdefs.h >>conftest.$ac_ext
13499 cat >>conftest.$ac_ext <<_ACEOF
13500 /* end confdefs.h. */
13502 /* Override any GCC internal prototype to avoid an error.
13503 Use char because int might match the return type of a GCC
13504 builtin and then its argument prototype would still apply. */
13508 char gp_camera_new ();
13512 return gp_camera_new ();
13517 rm -f conftest.$ac_objext conftest$ac_exeext
13518 if { (ac_try="$ac_link"
13519 case "(($ac_try" in
13520 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13521 *) ac_try_echo
=$ac_try;;
13523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13524 (eval "$ac_link") 2>conftest.er1
13526 grep -v '^ *+' conftest.er1
>conftest.err
13528 cat conftest.err
>&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); } && {
13531 test -z "$ac_c_werror_flag" ||
13532 test ! -s conftest.err
13533 } && test -s conftest
$ac_exeext &&
13534 $as_test_x conftest
$ac_exeext; then
13535 ac_cv_lib_gphoto2_gp_camera_new
=yes
13537 echo "$as_me: failed program was:" >&5
13538 sed 's/^/| /' conftest.
$ac_ext >&5
13540 ac_cv_lib_gphoto2_gp_camera_new
=no
13543 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13544 conftest
$ac_exeext conftest.
$ac_ext
13545 LIBS
=$ac_check_lib_save_LIBS
13547 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13548 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13549 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13551 cat >>confdefs.h
<<\_ACEOF
13552 #define HAVE_GPHOTO2 1
13555 GPHOTO2LIBS
="$ac_gphoto2_libs"
13557 GPHOTO2INCL
="$ac_gphoto2_incl"
13564 CPPFLAGS
="$ac_save_CPPFLAGS"
13566 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13567 case "x$with_gphoto" in
13568 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13570 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13571 This is an error since --with-gphoto was requested." >&5
13572 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13573 This is an error since --with-gphoto was requested." >&2;}
13574 { (exit 1); exit 1; }; } ;;
13582 if test "$ac_cv_header_resolv_h" = "yes"
13584 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13585 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13586 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13587 echo $ECHO_N "(cached) $ECHO_C" >&6
13589 ac_check_lib_save_LIBS
=$LIBS
13590 LIBS
="-lresolv $LIBS"
13591 cat >conftest.
$ac_ext <<_ACEOF
13594 cat confdefs.h
>>conftest.
$ac_ext
13595 cat >>conftest.
$ac_ext <<_ACEOF
13596 /* end confdefs.h. */
13598 /* Override any GCC internal prototype to avoid an error.
13599 Use char because int might match the return type of a GCC
13600 builtin and then its argument prototype would still apply. */
13608 return res_query ();
13613 rm -f conftest.
$ac_objext conftest
$ac_exeext
13614 if { (ac_try
="$ac_link"
13615 case "(($ac_try" in
13616 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13617 *) ac_try_echo=$ac_try;;
13619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13620 (eval "$ac_link") 2>conftest.er1
13622 grep -v '^ *+' conftest.er1 >conftest.err
13624 cat conftest.err >&5
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); } && {
13627 test -z "$ac_c_werror_flag" ||
13628 test ! -s conftest.err
13629 } && test -s conftest$ac_exeext &&
13630 $as_test_x conftest$ac_exeext; then
13631 ac_cv_lib_resolv_res_query=yes
13633 echo "$as_me: failed program was:" >&5
13634 sed 's/^/| /' conftest.$ac_ext >&5
13636 ac_cv_lib_resolv_res_query=no
13639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13640 conftest$ac_exeext conftest.$ac_ext
13641 LIBS=$ac_check_lib_save_LIBS
13643 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13644 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13645 if test $ac_cv_lib_resolv_res_query = yes; then
13647 cat >>confdefs.h <<\_ACEOF
13648 #define HAVE_RESOLV 1
13651 RESOLVLIBS="-lresolv"
13658 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13660 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13661 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13662 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13663 echo $ECHO_N "(cached) $ECHO_C" >&6
13665 ac_check_lib_save_LIBS=$LIBS
13666 LIBS="-llcms $LIBS"
13667 cat >conftest.$ac_ext <<_ACEOF
13670 cat confdefs.h >>conftest.$ac_ext
13671 cat >>conftest.$ac_ext <<_ACEOF
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13680 char cmsOpenProfileFromFile ();
13684 return cmsOpenProfileFromFile ();
13689 rm -f conftest.$ac_objext conftest$ac_exeext
13690 if { (ac_try="$ac_link"
13691 case "(($ac_try" in
13692 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13693 *) ac_try_echo
=$ac_try;;
13695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13696 (eval "$ac_link") 2>conftest.er1
13698 grep -v '^ *+' conftest.er1
>conftest.err
13700 cat conftest.err
>&5
13701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702 (exit $ac_status); } && {
13703 test -z "$ac_c_werror_flag" ||
13704 test ! -s conftest.err
13705 } && test -s conftest
$ac_exeext &&
13706 $as_test_x conftest
$ac_exeext; then
13707 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13709 echo "$as_me: failed program was:" >&5
13710 sed 's/^/| /' conftest.
$ac_ext >&5
13712 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13715 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13716 conftest
$ac_exeext conftest.
$ac_ext
13717 LIBS
=$ac_check_lib_save_LIBS
13719 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13720 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13721 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13723 cat >>confdefs.h
<<\_ACEOF
13724 #define HAVE_LCMS 1
13731 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13732 case "x$with_cms" in
13733 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13735 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13736 This is an error since --with-cms was requested." >&5
13737 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13738 This is an error since --with-cms was requested." >&2;}
13739 { (exit 1); exit 1; }; } ;;
13744 for ac_prog
in freetype-config freetype2-config
13746 # Extract the first word of "$ac_prog", so it can be a program name with args.
13747 set dummy
$ac_prog; ac_word
=$2
13748 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13750 if test "${ac_cv_prog_ft_devel+set}" = set; then
13751 echo $ECHO_N "(cached) $ECHO_C" >&6
13753 if test -n "$ft_devel"; then
13754 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13756 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13757 for as_dir
in $PATH
13760 test -z "$as_dir" && as_dir
=.
13761 for ac_exec_ext
in '' $ac_executable_extensions; do
13762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13763 ac_cv_prog_ft_devel
="$ac_prog"
13764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13773 ft_devel
=$ac_cv_prog_ft_devel
13774 if test -n "$ft_devel"; then
13775 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13776 echo "${ECHO_T}$ft_devel" >&6; }
13778 { echo "$as_me:$LINENO: result: no" >&5
13779 echo "${ECHO_T}no" >&6; }
13783 test -n "$ft_devel" && break
13785 test -n "$ft_devel" || ft_devel
="false"
13787 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13789 ac_freetype_libs
=`$ft_devel --libs`
13790 ac_freetype_incl
=`$ft_devel --cflags`
13791 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13792 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13793 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13794 echo $ECHO_N "(cached) $ECHO_C" >&6
13796 ac_check_soname_save_LIBS
=$LIBS
13797 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13798 cat >conftest.
$ac_ext <<_ACEOF
13801 cat confdefs.h
>>conftest.
$ac_ext
13802 cat >>conftest.
$ac_ext <<_ACEOF
13803 /* end confdefs.h. */
13805 /* Override any GCC internal prototype to avoid an error.
13806 Use char because int might match the return type of a GCC
13807 builtin and then its argument prototype would still apply. */
13811 char FT_Init_FreeType ();
13815 return FT_Init_FreeType ();
13820 rm -f conftest.
$ac_objext conftest
$ac_exeext
13821 if { (ac_try
="$ac_link"
13822 case "(($ac_try" in
13823 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13824 *) ac_try_echo=$ac_try;;
13826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 (eval "$ac_link") 2>conftest.er1
13829 grep -v '^ *+' conftest.er1 >conftest.err
13831 cat conftest.err >&5
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } && {
13834 test -z "$ac_c_werror_flag" ||
13835 test ! -s conftest.err
13836 } && test -s conftest$ac_exeext &&
13837 $as_test_x conftest$ac_exeext; then
13840 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'` ;;
13841 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13844 echo "$as_me: failed program was:" >&5
13845 sed 's/^/| /' conftest.$ac_ext >&5
13850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13851 conftest$ac_exeext conftest.$ac_ext
13852 LIBS=$ac_check_soname_save_LIBS
13854 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13855 { echo "$as_me:$LINENO: result: not found" >&5
13856 echo "${ECHO_T}not found" >&6; }
13859 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13860 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13862 cat >>confdefs.h <<_ACEOF
13863 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13869 if test "$ft_lib" = "yes"
13871 ac_save_CPPFLAGS="$CPPFLAGS"
13872 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13885 for ac_header in ft2build.h \
13886 freetype/freetype.h \
13887 freetype/ftglyph.h \
13888 freetype/fttypes.h \
13889 freetype/tttables.h \
13890 freetype/ftnames.h \
13891 freetype/ftsnames.h \
13892 freetype/ttnameid.h \
13893 freetype/ftoutln.h \
13894 freetype/ftwinfnt.h \
13895 freetype/ftmodapi.h \
13896 freetype/internal/sfnt.h
13898 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13899 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13900 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13902 echo $ECHO_N "(cached) $ECHO_C" >&6
13904 cat >conftest.$ac_ext <<_ACEOF
13907 cat confdefs.h >>conftest.$ac_ext
13908 cat >>conftest.$ac_ext <<_ACEOF
13909 /* end confdefs.h. */
13910 #ifdef HAVE_FT2BUILD_H
13911 # include <ft2build.h>
13914 #include <$ac_header>
13916 rm -f conftest.$ac_objext
13917 if { (ac_try="$ac_compile"
13918 case "(($ac_try" in
13919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13920 *) ac_try_echo
=$ac_try;;
13922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13923 (eval "$ac_compile") 2>conftest.er1
13925 grep -v '^ *+' conftest.er1
>conftest.err
13927 cat conftest.err
>&5
13928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13929 (exit $ac_status); } && {
13930 test -z "$ac_c_werror_flag" ||
13931 test ! -s conftest.err
13932 } && test -s conftest.
$ac_objext; then
13933 eval "$as_ac_Header=yes"
13935 echo "$as_me: failed program was:" >&5
13936 sed 's/^/| /' conftest.
$ac_ext >&5
13938 eval "$as_ac_Header=no"
13941 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13943 ac_res
=`eval echo '${'$as_ac_Header'}'`
13944 { echo "$as_me:$LINENO: result: $ac_res" >&5
13945 echo "${ECHO_T}$ac_res" >&6; }
13946 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13947 cat >>confdefs.h
<<_ACEOF
13948 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13955 cat >conftest.
$ac_ext <<_ACEOF
13958 cat confdefs.h
>>conftest.
$ac_ext
13959 cat >>conftest.
$ac_ext <<_ACEOF
13960 /* end confdefs.h. */
13961 #include <ft2build.h>
13962 #include <freetype/fttrigon.h>
13964 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13965 case "(($ac_try" in
13966 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13967 *) ac_try_echo=$ac_try;;
13969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13970 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13972 grep -v '^ *+' conftest.er1 >conftest.err
13974 cat conftest.err >&5
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); } >/dev/null && {
13977 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13978 test ! -s conftest.err
13981 cat >>confdefs.h <<\_ACEOF
13982 #define HAVE_FREETYPE_FTTRIGON_H 1
13985 wine_cv_fttrigon=yes
13987 echo "$as_me: failed program was:" >&5
13988 sed 's/^/| /' conftest.$ac_ext >&5
13990 wine_cv_fttrigon=no
13993 rm -f conftest.err conftest.$ac_ext
13994 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13995 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13996 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13997 echo $ECHO_N "(cached) $ECHO_C" >&6
13999 cat >conftest.$ac_ext <<_ACEOF
14002 cat confdefs.h >>conftest.$ac_ext
14003 cat >>conftest.$ac_ext <<_ACEOF
14004 /* end confdefs.h. */
14005 #include <freetype/ftmodapi.h>
14007 typedef FT_TrueTypeEngineType ac__type_new_;
14011 if ((ac__type_new_ *) 0)
14013 if (sizeof (ac__type_new_))
14019 rm -f conftest.$ac_objext
14020 if { (ac_try="$ac_compile"
14021 case "(($ac_try" in
14022 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14023 *) ac_try_echo
=$ac_try;;
14025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14026 (eval "$ac_compile") 2>conftest.er1
14028 grep -v '^ *+' conftest.er1
>conftest.err
14030 cat conftest.err
>&5
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } && {
14033 test -z "$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 } && test -s conftest.
$ac_objext; then
14036 ac_cv_type_FT_TrueTypeEngineType
=yes
14038 echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.
$ac_ext >&5
14041 ac_cv_type_FT_TrueTypeEngineType
=no
14044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14046 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14047 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14048 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14050 cat >>confdefs.h
<<_ACEOF
14051 #define HAVE_FT_TRUETYPEENGINETYPE 1
14057 ac_save_CFLAGS
="$CFLAGS"
14058 CFLAGS
="$CFLAGS $ac_freetype_libs"
14060 for ac_func
in FT_Load_Sfnt_Table
14062 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14063 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14065 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14066 echo $ECHO_N "(cached) $ECHO_C" >&6
14068 cat >conftest.
$ac_ext <<_ACEOF
14071 cat confdefs.h
>>conftest.
$ac_ext
14072 cat >>conftest.
$ac_ext <<_ACEOF
14073 /* end confdefs.h. */
14074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14076 #define $ac_func innocuous_$ac_func
14078 /* System header to define __stub macros and hopefully few prototypes,
14079 which can conflict with char $ac_func (); below.
14080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14081 <limits.h> exists even on freestanding compilers. */
14084 # include <limits.h>
14086 # include <assert.h>
14091 /* Override any GCC internal prototype to avoid an error.
14092 Use char because int might match the return type of a GCC
14093 builtin and then its argument prototype would still apply. */
14098 /* The GNU C library defines this for functions which it implements
14099 to always fail with ENOSYS. Some functions are actually named
14100 something starting with __ and the normal name is an alias. */
14101 #if defined __stub_$ac_func || defined __stub___$ac_func
14108 return $ac_func ();
14113 rm -f conftest.
$ac_objext conftest
$ac_exeext
14114 if { (ac_try
="$ac_link"
14115 case "(($ac_try" in
14116 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14117 *) ac_try_echo=$ac_try;;
14119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14120 (eval "$ac_link") 2>conftest.er1
14122 grep -v '^ *+' conftest.er1 >conftest.err
14124 cat conftest.err >&5
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); } && {
14127 test -z "$ac_c_werror_flag" ||
14128 test ! -s conftest.err
14129 } && test -s conftest$ac_exeext &&
14130 $as_test_x conftest$ac_exeext; then
14131 eval "$as_ac_var=yes"
14133 echo "$as_me: failed program was:" >&5
14134 sed 's/^/| /' conftest.$ac_ext >&5
14136 eval "$as_ac_var=no"
14139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14140 conftest$ac_exeext conftest.$ac_ext
14142 ac_res=`eval echo '${'$as_ac_var'}'`
14143 { echo "$as_me:$LINENO: result: $ac_res" >&5
14144 echo "${ECHO_T}$ac_res" >&6; }
14145 if test `eval echo '${'$as_ac_var'}'` = yes; then
14146 cat >>confdefs.h <<_ACEOF
14147 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14153 CFLAGS="$ac_save_CFLAGS"
14154 CPPFLAGS="$ac_save_CPPFLAGS"
14155 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14158 cat >>confdefs.h <<\_ACEOF
14159 #define HAVE_FREETYPE 1
14162 FREETYPELIBS="$ac_freetype_libs"
14164 FREETYPEINCL="$ac_freetype_incl"
14169 if test "x$FREETYPELIBS" = "x"; then
14170 case "x$with_freetype" in
14172 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14173 Fonts will not be built. Dialog text may be invisible or unaligned.
14174 Use the --without-freetype option if you really want this." >&5
14175 echo "$as_me: error: FreeType development files not found.
14176 Fonts will not be built. Dialog text may be invisible or unaligned.
14177 Use the --without-freetype option if you really want this." >&2;}
14178 { (exit 1); exit 1; }; } ;;
14182 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14184 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14185 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14186 if test "${ac_cv_c_ppdev+set}" = set; then
14187 echo $ECHO_N "(cached) $ECHO_C" >&6
14189 cat >conftest.$ac_ext <<_ACEOF
14192 cat confdefs.h >>conftest.$ac_ext
14193 cat >>conftest.$ac_ext <<_ACEOF
14194 /* end confdefs.h. */
14195 #include <linux/ppdev.h>
14199 ioctl (1,PPCLAIM,0)
14204 rm -f conftest.$ac_objext
14205 if { (ac_try="$ac_compile"
14206 case "(($ac_try" in
14207 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14208 *) ac_try_echo
=$ac_try;;
14210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14211 (eval "$ac_compile") 2>conftest.er1
14213 grep -v '^ *+' conftest.er1
>conftest.err
14215 cat conftest.err
>&5
14216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14217 (exit $ac_status); } && {
14218 test -z "$ac_c_werror_flag" ||
14219 test ! -s conftest.err
14220 } && test -s conftest.
$ac_objext; then
14221 ac_cv_c_ppdev
="yes"
14223 echo "$as_me: failed program was:" >&5
14224 sed 's/^/| /' conftest.
$ac_ext >&5
14229 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14231 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14232 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14233 if test "$ac_cv_c_ppdev" = "yes"
14236 cat >>confdefs.h
<<\_ACEOF
14237 #define HAVE_PPDEV 1
14242 { echo "$as_me:$LINENO: checking for va_copy" >&5
14243 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14244 if test "${ac_cv_c_va_copy+set}" = set; then
14245 echo $ECHO_N "(cached) $ECHO_C" >&6
14247 cat >conftest.
$ac_ext <<_ACEOF
14250 cat confdefs.h
>>conftest.
$ac_ext
14251 cat >>conftest.
$ac_ext <<_ACEOF
14252 /* end confdefs.h. */
14253 #include <stdarg.h>
14257 va_list ap1, ap2; va_copy(ap1,ap2);
14262 rm -f conftest.
$ac_objext conftest
$ac_exeext
14263 if { (ac_try
="$ac_link"
14264 case "(($ac_try" in
14265 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14266 *) ac_try_echo=$ac_try;;
14268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14269 (eval "$ac_link") 2>conftest.er1
14271 grep -v '^ *+' conftest.er1 >conftest.err
14273 cat conftest.err >&5
14274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14275 (exit $ac_status); } && {
14276 test -z "$ac_c_werror_flag" ||
14277 test ! -s conftest.err
14278 } && test -s conftest$ac_exeext &&
14279 $as_test_x conftest$ac_exeext; then
14280 ac_cv_c_va_copy="yes"
14282 echo "$as_me: failed program was:" >&5
14283 sed 's/^/| /' conftest.$ac_ext >&5
14285 ac_cv_c_va_copy="no"
14288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14289 conftest$ac_exeext conftest.$ac_ext
14292 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14293 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14294 if test "$ac_cv_c_va_copy" = "yes"
14297 cat >>confdefs.h <<\_ACEOF
14298 #define HAVE_VA_COPY 1
14302 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14303 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14304 if test "${ac_cv_c___va_copy+set}" = set; then
14305 echo $ECHO_N "(cached) $ECHO_C" >&6
14307 cat >conftest.$ac_ext <<_ACEOF
14310 cat confdefs.h >>conftest.$ac_ext
14311 cat >>conftest.$ac_ext <<_ACEOF
14312 /* end confdefs.h. */
14313 #include <stdarg.h>
14317 va_list ap1, ap2; __va_copy(ap1,ap2);
14322 rm -f conftest.$ac_objext conftest$ac_exeext
14323 if { (ac_try="$ac_link"
14324 case "(($ac_try" in
14325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14326 *) ac_try_echo
=$ac_try;;
14328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14329 (eval "$ac_link") 2>conftest.er1
14331 grep -v '^ *+' conftest.er1
>conftest.err
14333 cat conftest.err
>&5
14334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14335 (exit $ac_status); } && {
14336 test -z "$ac_c_werror_flag" ||
14337 test ! -s conftest.err
14338 } && test -s conftest
$ac_exeext &&
14339 $as_test_x conftest
$ac_exeext; then
14340 ac_cv_c___va_copy
="yes"
14342 echo "$as_me: failed program was:" >&5
14343 sed 's/^/| /' conftest.
$ac_ext >&5
14345 ac_cv_c___va_copy
="no"
14348 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14349 conftest
$ac_exeext conftest.
$ac_ext
14352 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14353 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14354 if test "$ac_cv_c___va_copy" = "yes"
14357 cat >>confdefs.h
<<\_ACEOF
14358 #define HAVE___VA_COPY 1
14363 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14364 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14365 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14366 echo $ECHO_N "(cached) $ECHO_C" >&6
14368 cat >conftest.
$ac_ext <<_ACEOF
14371 cat confdefs.h
>>conftest.
$ac_ext
14372 cat >>conftest.
$ac_ext <<_ACEOF
14373 /* end confdefs.h. */
14374 #define _GNU_SOURCE
14375 #include <pthread.h>
14377 typedef pthread_rwlock_t ac__type_new_;
14381 if ((ac__type_new_ *) 0)
14383 if (sizeof (ac__type_new_))
14389 rm -f conftest.
$ac_objext
14390 if { (ac_try
="$ac_compile"
14391 case "(($ac_try" in
14392 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14393 *) ac_try_echo=$ac_try;;
14395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14396 (eval "$ac_compile") 2>conftest.er1
14398 grep -v '^ *+' conftest.er1 >conftest.err
14400 cat conftest.err >&5
14401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14402 (exit $ac_status); } && {
14403 test -z "$ac_c_werror_flag" ||
14404 test ! -s conftest.err
14405 } && test -s conftest.$ac_objext; then
14406 ac_cv_type_pthread_rwlock_t=yes
14408 echo "$as_me: failed program was:" >&5
14409 sed 's/^/| /' conftest.$ac_ext >&5
14411 ac_cv_type_pthread_rwlock_t=no
14414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14416 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14417 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14418 if test $ac_cv_type_pthread_rwlock_t = yes; then
14420 cat >>confdefs.h <<_ACEOF
14421 #define HAVE_PTHREAD_RWLOCK_T 1
14426 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14427 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14428 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14429 echo $ECHO_N "(cached) $ECHO_C" >&6
14431 cat >conftest.$ac_ext <<_ACEOF
14434 cat confdefs.h >>conftest.$ac_ext
14435 cat >>conftest.$ac_ext <<_ACEOF
14436 /* end confdefs.h. */
14437 #define _GNU_SOURCE
14438 #include <pthread.h>
14440 typedef pthread_rwlockattr_t ac__type_new_;
14444 if ((ac__type_new_ *) 0)
14446 if (sizeof (ac__type_new_))
14452 rm -f conftest.$ac_objext
14453 if { (ac_try="$ac_compile"
14454 case "(($ac_try" in
14455 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14456 *) ac_try_echo
=$ac_try;;
14458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14459 (eval "$ac_compile") 2>conftest.er1
14461 grep -v '^ *+' conftest.er1
>conftest.err
14463 cat conftest.err
>&5
14464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14465 (exit $ac_status); } && {
14466 test -z "$ac_c_werror_flag" ||
14467 test ! -s conftest.err
14468 } && test -s conftest.
$ac_objext; then
14469 ac_cv_type_pthread_rwlockattr_t
=yes
14471 echo "$as_me: failed program was:" >&5
14472 sed 's/^/| /' conftest.
$ac_ext >&5
14474 ac_cv_type_pthread_rwlockattr_t
=no
14477 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14479 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14480 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14481 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14483 cat >>confdefs.h
<<_ACEOF
14484 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14491 ac_wine_check_funcs_save_LIBS
="$LIBS"
14492 LIBS
="$LIBS $LIBPTHREAD"
14498 pthread_attr_get_np \
14499 pthread_getattr_np \
14500 pthread_get_stackaddr_np \
14501 pthread_get_stacksize_np
14503 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14504 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14505 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14506 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14507 echo $ECHO_N "(cached) $ECHO_C" >&6
14509 cat >conftest.
$ac_ext <<_ACEOF
14512 cat confdefs.h
>>conftest.
$ac_ext
14513 cat >>conftest.
$ac_ext <<_ACEOF
14514 /* end confdefs.h. */
14515 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14516 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14517 #define $ac_func innocuous_$ac_func
14519 /* System header to define __stub macros and hopefully few prototypes,
14520 which can conflict with char $ac_func (); below.
14521 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14522 <limits.h> exists even on freestanding compilers. */
14525 # include <limits.h>
14527 # include <assert.h>
14532 /* Override any GCC internal prototype to avoid an error.
14533 Use char because int might match the return type of a GCC
14534 builtin and then its argument prototype would still apply. */
14539 /* The GNU C library defines this for functions which it implements
14540 to always fail with ENOSYS. Some functions are actually named
14541 something starting with __ and the normal name is an alias. */
14542 #if defined __stub_$ac_func || defined __stub___$ac_func
14549 return $ac_func ();
14554 rm -f conftest.
$ac_objext conftest
$ac_exeext
14555 if { (ac_try
="$ac_link"
14556 case "(($ac_try" in
14557 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14558 *) ac_try_echo=$ac_try;;
14560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14561 (eval "$ac_link") 2>conftest.er1
14563 grep -v '^ *+' conftest.er1 >conftest.err
14565 cat conftest.err >&5
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); } && {
14568 test -z "$ac_c_werror_flag" ||
14569 test ! -s conftest.err
14570 } && test -s conftest$ac_exeext &&
14571 $as_test_x conftest$ac_exeext; then
14572 eval "$as_ac_var=yes"
14574 echo "$as_me: failed program was:" >&5
14575 sed 's/^/| /' conftest.$ac_ext >&5
14577 eval "$as_ac_var=no"
14580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14581 conftest$ac_exeext conftest.$ac_ext
14583 ac_res=`eval echo '${'$as_ac_var'}'`
14584 { echo "$as_me:$LINENO: result: $ac_res" >&5
14585 echo "${ECHO_T}$ac_res" >&6; }
14586 if test `eval echo '${'$as_ac_var'}'` = yes; then
14587 cat >>confdefs.h <<_ACEOF
14588 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14594 LIBS="$ac_wine_check_funcs_save_LIBS"
14596 # Extract the first word of "esd-config", so it can be a program name with args.
14597 set dummy esd-config; ac_word=$2
14598 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14600 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14601 echo $ECHO_N "(cached) $ECHO_C" >&6
14605 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14609 for as_dir in $PATH
14612 test -z "$as_dir" && as_dir=.
14613 for ac_exec_ext in '' $ac_executable_extensions; do
14614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14615 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14626 ESDCONFIG=$ac_cv_path_ESDCONFIG
14627 if test -n "$ESDCONFIG"; then
14628 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14629 echo "${ECHO_T}$ESDCONFIG" >&6; }
14631 { echo "$as_me:$LINENO: result: no" >&5
14632 echo "${ECHO_T}no" >&6; }
14636 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14639 for i in `$ESDCONFIG --cflags`
14642 -I*) ac_esd_incl="$ac_esd_incl $i";;
14645 ac_esd_libs=`$ESDCONFIG --libs`
14646 save_CFLAGS="$CFLAGS"
14647 CFLAGS="$CFLAGS $ac_esd_incl"
14648 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14649 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14650 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14651 echo $ECHO_N "(cached) $ECHO_C" >&6
14653 ac_check_lib_save_LIBS=$LIBS
14654 LIBS="-lesd $ac_esd_libs $LIBS"
14655 cat >conftest.$ac_ext <<_ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14662 /* Override any GCC internal prototype to avoid an error.
14663 Use char because int might match the return type of a GCC
14664 builtin and then its argument prototype would still apply. */
14668 char esd_open_sound ();
14672 return esd_open_sound ();
14677 rm -f conftest.$ac_objext conftest$ac_exeext
14678 if { (ac_try="$ac_link"
14679 case "(($ac_try" in
14680 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14681 *) ac_try_echo
=$ac_try;;
14683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14684 (eval "$ac_link") 2>conftest.er1
14686 grep -v '^ *+' conftest.er1
>conftest.err
14688 cat conftest.err
>&5
14689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14690 (exit $ac_status); } && {
14691 test -z "$ac_c_werror_flag" ||
14692 test ! -s conftest.err
14693 } && test -s conftest
$ac_exeext &&
14694 $as_test_x conftest
$ac_exeext; then
14695 ac_cv_lib_esd_esd_open_sound
=yes
14697 echo "$as_me: failed program was:" >&5
14698 sed 's/^/| /' conftest.
$ac_ext >&5
14700 ac_cv_lib_esd_esd_open_sound
=no
14703 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14704 conftest
$ac_exeext conftest.
$ac_ext
14705 LIBS
=$ac_check_lib_save_LIBS
14707 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14708 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14709 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14710 ESDINCL
="$ac_esd_incl"
14712 ESDLIBS
="$ac_esd_libs"
14715 cat >>confdefs.h
<<\_ACEOF
14721 CFLAGS
="$save_CFLAGS"
14726 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14728 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14729 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14730 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14731 echo $ECHO_N "(cached) $ECHO_C" >&6
14733 ac_check_lib_save_LIBS
=$LIBS
14734 LIBS
="-lasound $LIBS"
14735 cat >conftest.
$ac_ext <<_ACEOF
14738 cat confdefs.h
>>conftest.
$ac_ext
14739 cat >>conftest.
$ac_ext <<_ACEOF
14740 /* end confdefs.h. */
14742 /* Override any GCC internal prototype to avoid an error.
14743 Use char because int might match the return type of a GCC
14744 builtin and then its argument prototype would still apply. */
14748 char snd_pcm_hw_params_get_access ();
14752 return snd_pcm_hw_params_get_access ();
14757 rm -f conftest.
$ac_objext conftest
$ac_exeext
14758 if { (ac_try
="$ac_link"
14759 case "(($ac_try" in
14760 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14761 *) ac_try_echo=$ac_try;;
14763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14764 (eval "$ac_link") 2>conftest.er1
14766 grep -v '^ *+' conftest.er1 >conftest.err
14768 cat conftest.err >&5
14769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14770 (exit $ac_status); } && {
14771 test -z "$ac_c_werror_flag" ||
14772 test ! -s conftest.err
14773 } && test -s conftest$ac_exeext &&
14774 $as_test_x conftest$ac_exeext; then
14775 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14777 echo "$as_me: failed program was:" >&5
14778 sed 's/^/| /' conftest.$ac_ext >&5
14780 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14784 conftest$ac_exeext conftest.$ac_ext
14785 LIBS=$ac_check_lib_save_LIBS
14787 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14788 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14789 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14790 cat >conftest.$ac_ext <<_ACEOF
14793 cat confdefs.h >>conftest.$ac_ext
14794 cat >>conftest.$ac_ext <<_ACEOF
14795 /* end confdefs.h. */
14796 #ifdef HAVE_ALSA_ASOUNDLIB_H
14797 #include <alsa/asoundlib.h>
14798 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14799 #include <sys/asoundlib.h>
14804 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14809 rm -f conftest.$ac_objext
14810 if { (ac_try="$ac_compile"
14811 case "(($ac_try" in
14812 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14813 *) ac_try_echo
=$ac_try;;
14815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14816 (eval "$ac_compile") 2>conftest.er1
14818 grep -v '^ *+' conftest.er1
>conftest.err
14820 cat conftest.err
>&5
14821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14822 (exit $ac_status); } && {
14823 test -z "$ac_c_werror_flag" ||
14824 test ! -s conftest.err
14825 } && test -s conftest.
$ac_objext; then
14827 cat >>confdefs.h
<<\_ACEOF
14828 #define HAVE_ALSA 1
14831 ALSALIBS
="-lasound"
14833 echo "$as_me: failed program was:" >&5
14834 sed 's/^/| /' conftest.
$ac_ext >&5
14839 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14846 if test "$ac_cv_header_libaudioio_h" = "yes"
14848 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14849 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14850 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14853 ac_check_lib_save_LIBS
=$LIBS
14854 LIBS
="-laudioio $LIBS"
14855 cat >conftest.
$ac_ext <<_ACEOF
14858 cat confdefs.h
>>conftest.
$ac_ext
14859 cat >>conftest.
$ac_ext <<_ACEOF
14860 /* end confdefs.h. */
14862 /* Override any GCC internal prototype to avoid an error.
14863 Use char because int might match the return type of a GCC
14864 builtin and then its argument prototype would still apply. */
14868 char AudioIOGetVersion ();
14872 return AudioIOGetVersion ();
14877 rm -f conftest.
$ac_objext conftest
$ac_exeext
14878 if { (ac_try
="$ac_link"
14879 case "(($ac_try" in
14880 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14881 *) ac_try_echo=$ac_try;;
14883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14884 (eval "$ac_link") 2>conftest.er1
14886 grep -v '^ *+' conftest.er1 >conftest.err
14888 cat conftest.err >&5
14889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } && {
14891 test -z "$ac_c_werror_flag" ||
14892 test ! -s conftest.err
14893 } && test -s conftest$ac_exeext &&
14894 $as_test_x conftest$ac_exeext; then
14895 ac_cv_lib_audioio_AudioIOGetVersion=yes
14897 echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.$ac_ext >&5
14900 ac_cv_lib_audioio_AudioIOGetVersion=no
14903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14904 conftest$ac_exeext conftest.$ac_ext
14905 LIBS=$ac_check_lib_save_LIBS
14907 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14908 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14909 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14910 AUDIOIOLIBS="-laudioio"
14912 cat >>confdefs.h <<\_ACEOF
14913 #define HAVE_LIBAUDIOIO 1
14921 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14923 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14924 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14925 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14926 echo $ECHO_N "(cached) $ECHO_C" >&6
14928 ac_check_soname_save_LIBS=$LIBS
14929 LIBS="-lcapi20 $LIBS"
14930 cat >conftest.$ac_ext <<_ACEOF
14933 cat confdefs.h >>conftest.$ac_ext
14934 cat >>conftest.$ac_ext <<_ACEOF
14935 /* end confdefs.h. */
14937 /* Override any GCC internal prototype to avoid an error.
14938 Use char because int might match the return type of a GCC
14939 builtin and then its argument prototype would still apply. */
14943 char capi20_register ();
14947 return capi20_register ();
14952 rm -f conftest.$ac_objext conftest$ac_exeext
14953 if { (ac_try="$ac_link"
14954 case "(($ac_try" in
14955 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14956 *) ac_try_echo
=$ac_try;;
14958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14959 (eval "$ac_link") 2>conftest.er1
14961 grep -v '^ *+' conftest.er1
>conftest.err
14963 cat conftest.err
>&5
14964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14965 (exit $ac_status); } && {
14966 test -z "$ac_c_werror_flag" ||
14967 test ! -s conftest.err
14968 } && test -s conftest
$ac_exeext &&
14969 $as_test_x conftest
$ac_exeext; then
14972 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'` ;;
14973 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14976 echo "$as_me: failed program was:" >&5
14977 sed 's/^/| /' conftest.
$ac_ext >&5
14982 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14983 conftest
$ac_exeext conftest.
$ac_ext
14984 LIBS
=$ac_check_soname_save_LIBS
14986 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14987 { echo "$as_me:$LINENO: result: not found" >&5
14988 echo "${ECHO_T}not found" >&6; }
14991 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14992 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14994 cat >>confdefs.h
<<_ACEOF
14995 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15002 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15003 case "x$with_capi" in
15004 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15006 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15007 This is an error since --with-capi was requested." >&5
15008 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15009 This is an error since --with-capi was requested." >&2;}
15010 { (exit 1); exit 1; }; } ;;
15017 if test "x$with_cups" != "xno"
15019 ac_save_CPPFLAGS
="$CPPFLAGS"
15020 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
15021 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
15022 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
15024 for ac_header
in cups
/cups.h
15026 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15027 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15028 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15029 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15030 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15031 echo $ECHO_N "(cached) $ECHO_C" >&6
15033 ac_res
=`eval echo '${'$as_ac_Header'}'`
15034 { echo "$as_me:$LINENO: result: $ac_res" >&5
15035 echo "${ECHO_T}$ac_res" >&6; }
15037 # Is the header compilable?
15038 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15039 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15040 cat >conftest.
$ac_ext <<_ACEOF
15043 cat confdefs.h
>>conftest.
$ac_ext
15044 cat >>conftest.
$ac_ext <<_ACEOF
15045 /* end confdefs.h. */
15046 $ac_includes_default
15047 #include <$ac_header>
15049 rm -f conftest.
$ac_objext
15050 if { (ac_try
="$ac_compile"
15051 case "(($ac_try" in
15052 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15053 *) ac_try_echo=$ac_try;;
15055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15056 (eval "$ac_compile") 2>conftest.er1
15058 grep -v '^ *+' conftest.er1 >conftest.err
15060 cat conftest.err >&5
15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); } && {
15063 test -z "$ac_c_werror_flag" ||
15064 test ! -s conftest.err
15065 } && test -s conftest.$ac_objext; then
15066 ac_header_compiler=yes
15068 echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.$ac_ext >&5
15071 ac_header_compiler=no
15074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15075 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15076 echo "${ECHO_T}$ac_header_compiler" >&6; }
15078 # Is the header present?
15079 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15080 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15081 cat >conftest.$ac_ext <<_ACEOF
15084 cat confdefs.h >>conftest.$ac_ext
15085 cat >>conftest.$ac_ext <<_ACEOF
15086 /* end confdefs.h. */
15087 #include <$ac_header>
15089 if { (ac_try="$ac_cpp conftest.$ac_ext"
15090 case "(($ac_try" in
15091 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15092 *) ac_try_echo
=$ac_try;;
15094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15095 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15097 grep -v '^ *+' conftest.er1
>conftest.err
15099 cat conftest.err
>&5
15100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15101 (exit $ac_status); } >/dev
/null
&& {
15102 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15103 test ! -s conftest.err
15105 ac_header_preproc
=yes
15107 echo "$as_me: failed program was:" >&5
15108 sed 's/^/| /' conftest.
$ac_ext >&5
15110 ac_header_preproc
=no
15113 rm -f conftest.err conftest.
$ac_ext
15114 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15115 echo "${ECHO_T}$ac_header_preproc" >&6; }
15117 # So? What about this header?
15118 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15120 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15121 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15123 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15124 ac_header_preproc
=yes
15127 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15128 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15129 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15130 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15131 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15132 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15133 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15134 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15136 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15138 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15140 ## ------------------------------------ ##
15141 ## Report this to wine-devel@winehq.org ##
15142 ## ------------------------------------ ##
15144 ) |
sed "s/^/$as_me: WARNING: /" >&2
15147 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15148 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15149 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15150 echo $ECHO_N "(cached) $ECHO_C" >&6
15152 eval "$as_ac_Header=\$ac_header_preproc"
15154 ac_res
=`eval echo '${'$as_ac_Header'}'`
15155 { echo "$as_me:$LINENO: result: $ac_res" >&5
15156 echo "${ECHO_T}$ac_res" >&6; }
15159 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15160 cat >>confdefs.h
<<_ACEOF
15161 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15163 { echo "$as_me:$LINENO: checking for -lcups" >&5
15164 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15165 if test "${ac_cv_lib_soname_cups+set}" = set; then
15166 echo $ECHO_N "(cached) $ECHO_C" >&6
15168 ac_check_soname_save_LIBS
=$LIBS
15169 LIBS
="-lcups $ac_cups_libs $LIBS"
15170 cat >conftest.
$ac_ext <<_ACEOF
15173 cat confdefs.h
>>conftest.
$ac_ext
15174 cat >>conftest.
$ac_ext <<_ACEOF
15175 /* end confdefs.h. */
15177 /* Override any GCC internal prototype to avoid an error.
15178 Use char because int might match the return type of a GCC
15179 builtin and then its argument prototype would still apply. */
15183 char cupsGetDefault ();
15187 return cupsGetDefault ();
15192 rm -f conftest.
$ac_objext conftest
$ac_exeext
15193 if { (ac_try
="$ac_link"
15194 case "(($ac_try" in
15195 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15196 *) ac_try_echo=$ac_try;;
15198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15199 (eval "$ac_link") 2>conftest.er1
15201 grep -v '^ *+' conftest.er1 >conftest.err
15203 cat conftest.err >&5
15204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15205 (exit $ac_status); } && {
15206 test -z "$ac_c_werror_flag" ||
15207 test ! -s conftest.err
15208 } && test -s conftest$ac_exeext &&
15209 $as_test_x conftest$ac_exeext; then
15212 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'` ;;
15213 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15216 echo "$as_me: failed program was:" >&5
15217 sed 's/^/| /' conftest.$ac_ext >&5
15222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15223 conftest$ac_exeext conftest.$ac_ext
15224 LIBS=$ac_check_soname_save_LIBS
15226 if test "x$ac_cv_lib_soname_cups" = "x"; then
15227 { echo "$as_me:$LINENO: result: not found" >&5
15228 echo "${ECHO_T}not found" >&6; }
15231 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15232 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15234 cat >>confdefs.h <<_ACEOF
15235 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15238 CUPSINCL="$ac_cups_cflags"
15245 CPPFLAGS="$ac_save_CPPFLAGS"
15247 if test "x$ac_cv_lib_soname_cups" = "x"; then
15248 case "x$with_cups" in
15249 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15251 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15252 This is an error since --with-cups was requested." >&5
15253 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15254 This is an error since --with-cups was requested." >&2;}
15255 { (exit 1); exit 1; }; } ;;
15260 if test "$ac_cv_header_jack_jack_h" = "yes"
15262 { echo "$as_me:$LINENO: checking for -ljack" >&5
15263 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15264 if test "${ac_cv_lib_soname_jack+set}" = set; then
15265 echo $ECHO_N "(cached) $ECHO_C" >&6
15267 ac_check_soname_save_LIBS=$LIBS
15268 LIBS="-ljack $LIBS"
15269 cat >conftest.$ac_ext <<_ACEOF
15272 cat confdefs.h >>conftest.$ac_ext
15273 cat >>conftest.$ac_ext <<_ACEOF
15274 /* end confdefs.h. */
15276 /* Override any GCC internal prototype to avoid an error.
15277 Use char because int might match the return type of a GCC
15278 builtin and then its argument prototype would still apply. */
15282 char jack_client_new ();
15286 return jack_client_new ();
15291 rm -f conftest.$ac_objext conftest$ac_exeext
15292 if { (ac_try="$ac_link"
15293 case "(($ac_try" in
15294 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15295 *) ac_try_echo
=$ac_try;;
15297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15298 (eval "$ac_link") 2>conftest.er1
15300 grep -v '^ *+' conftest.er1
>conftest.err
15302 cat conftest.err
>&5
15303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15304 (exit $ac_status); } && {
15305 test -z "$ac_c_werror_flag" ||
15306 test ! -s conftest.err
15307 } && test -s conftest
$ac_exeext &&
15308 $as_test_x conftest
$ac_exeext; then
15311 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'` ;;
15312 *) 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'` ;;
15315 echo "$as_me: failed program was:" >&5
15316 sed 's/^/| /' conftest.
$ac_ext >&5
15321 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15322 conftest
$ac_exeext conftest.
$ac_ext
15323 LIBS
=$ac_check_soname_save_LIBS
15325 if test "x$ac_cv_lib_soname_jack" = "x"; then
15326 { echo "$as_me:$LINENO: result: not found" >&5
15327 echo "${ECHO_T}not found" >&6; }
15330 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15331 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15333 cat >>confdefs.h
<<_ACEOF
15334 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15342 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15344 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15345 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15346 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15347 echo $ECHO_N "(cached) $ECHO_C" >&6
15349 ac_check_soname_save_LIBS
=$LIBS
15350 LIBS
="-lfontconfig $LIBS"
15351 cat >conftest.
$ac_ext <<_ACEOF
15354 cat confdefs.h
>>conftest.
$ac_ext
15355 cat >>conftest.
$ac_ext <<_ACEOF
15356 /* end confdefs.h. */
15358 /* Override any GCC internal prototype to avoid an error.
15359 Use char because int might match the return type of a GCC
15360 builtin and then its argument prototype would still apply. */
15373 rm -f conftest.
$ac_objext conftest
$ac_exeext
15374 if { (ac_try
="$ac_link"
15375 case "(($ac_try" in
15376 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15377 *) ac_try_echo=$ac_try;;
15379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15380 (eval "$ac_link") 2>conftest.er1
15382 grep -v '^ *+' conftest.er1 >conftest.err
15384 cat conftest.err >&5
15385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15386 (exit $ac_status); } && {
15387 test -z "$ac_c_werror_flag" ||
15388 test ! -s conftest.err
15389 } && test -s conftest$ac_exeext &&
15390 $as_test_x conftest$ac_exeext; then
15393 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'` ;;
15394 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15397 echo "$as_me: failed program was:" >&5
15398 sed 's/^/| /' conftest.$ac_ext >&5
15403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15404 conftest$ac_exeext conftest.$ac_ext
15405 LIBS=$ac_check_soname_save_LIBS
15407 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15408 { echo "$as_me:$LINENO: result: not found" >&5
15409 echo "${ECHO_T}not found" >&6; }
15412 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15413 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15415 cat >>confdefs.h <<_ACEOF
15416 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15422 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15424 ac_save_CPPFLAGS="$CPPFLAGS"
15425 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15426 $as_unset ac_cv_header_fontconfig_fontconfig_h
15428 for ac_header in fontconfig/fontconfig.h
15430 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15431 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15432 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15435 echo $ECHO_N "(cached) $ECHO_C" >&6
15437 ac_res=`eval echo '${'$as_ac_Header'}'`
15438 { echo "$as_me:$LINENO: result: $ac_res" >&5
15439 echo "${ECHO_T}$ac_res" >&6; }
15441 # Is the header compilable?
15442 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15443 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15444 cat >conftest.$ac_ext <<_ACEOF
15447 cat confdefs.h >>conftest.$ac_ext
15448 cat >>conftest.$ac_ext <<_ACEOF
15449 /* end confdefs.h. */
15450 $ac_includes_default
15451 #include <$ac_header>
15453 rm -f conftest.$ac_objext
15454 if { (ac_try="$ac_compile"
15455 case "(($ac_try" in
15456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15457 *) ac_try_echo
=$ac_try;;
15459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15460 (eval "$ac_compile") 2>conftest.er1
15462 grep -v '^ *+' conftest.er1
>conftest.err
15464 cat conftest.err
>&5
15465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15466 (exit $ac_status); } && {
15467 test -z "$ac_c_werror_flag" ||
15468 test ! -s conftest.err
15469 } && test -s conftest.
$ac_objext; then
15470 ac_header_compiler
=yes
15472 echo "$as_me: failed program was:" >&5
15473 sed 's/^/| /' conftest.
$ac_ext >&5
15475 ac_header_compiler
=no
15478 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15479 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15480 echo "${ECHO_T}$ac_header_compiler" >&6; }
15482 # Is the header present?
15483 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15484 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15485 cat >conftest.
$ac_ext <<_ACEOF
15488 cat confdefs.h
>>conftest.
$ac_ext
15489 cat >>conftest.
$ac_ext <<_ACEOF
15490 /* end confdefs.h. */
15491 #include <$ac_header>
15493 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15494 case "(($ac_try" in
15495 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15496 *) ac_try_echo=$ac_try;;
15498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15499 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15501 grep -v '^ *+' conftest.er1 >conftest.err
15503 cat conftest.err >&5
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); } >/dev/null && {
15506 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15507 test ! -s conftest.err
15509 ac_header_preproc=yes
15511 echo "$as_me: failed program was:" >&5
15512 sed 's/^/| /' conftest.$ac_ext >&5
15514 ac_header_preproc=no
15517 rm -f conftest.err conftest.$ac_ext
15518 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15519 echo "${ECHO_T}$ac_header_preproc" >&6; }
15521 # So? What about this header?
15522 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15524 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15525 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15527 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15528 ac_header_preproc=yes
15531 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15532 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15533 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15534 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15535 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15536 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15537 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15538 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15540 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15542 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15544 ## ------------------------------------ ##
15545 ## Report this to wine-devel@winehq.org ##
15546 ## ------------------------------------ ##
15548 ) | sed "s/^/$as_me: WARNING: /" >&2
15551 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15552 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15553 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15554 echo $ECHO_N "(cached) $ECHO_C" >&6
15556 eval "$as_ac_Header=\$ac_header_preproc"
15558 ac_res=`eval echo '${'$as_ac_Header'}'`
15559 { echo "$as_me:$LINENO: result: $ac_res" >&5
15560 echo "${ECHO_T}$ac_res" >&6; }
15563 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15564 cat >>confdefs.h <<_ACEOF
15565 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15572 CPPFLAGS="$ac_save_CPPFLAGS"
15573 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15575 FONTCONFIGINCL="$X_CFLAGS"
15577 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15578 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15579 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15580 echo $ECHO_N "(cached) $ECHO_C" >&6
15582 ac_check_soname_save_LIBS=$LIBS
15583 LIBS="-lfontconfig $X_LIBS $LIBS"
15584 cat >conftest.$ac_ext <<_ACEOF
15587 cat confdefs.h >>conftest.$ac_ext
15588 cat >>conftest.$ac_ext <<_ACEOF
15589 /* end confdefs.h. */
15591 /* Override any GCC internal prototype to avoid an error.
15592 Use char because int might match the return type of a GCC
15593 builtin and then its argument prototype would still apply. */
15606 rm -f conftest.$ac_objext conftest$ac_exeext
15607 if { (ac_try="$ac_link"
15608 case "(($ac_try" in
15609 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15610 *) ac_try_echo
=$ac_try;;
15612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15613 (eval "$ac_link") 2>conftest.er1
15615 grep -v '^ *+' conftest.er1
>conftest.err
15617 cat conftest.err
>&5
15618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15619 (exit $ac_status); } && {
15620 test -z "$ac_c_werror_flag" ||
15621 test ! -s conftest.err
15622 } && test -s conftest
$ac_exeext &&
15623 $as_test_x conftest
$ac_exeext; then
15626 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'` ;;
15627 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15630 echo "$as_me: failed program was:" >&5
15631 sed 's/^/| /' conftest.
$ac_ext >&5
15636 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15637 conftest
$ac_exeext conftest.
$ac_ext
15638 LIBS
=$ac_check_soname_save_LIBS
15640 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15641 { echo "$as_me:$LINENO: result: not found" >&5
15642 echo "${ECHO_T}not found" >&6; }
15645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15646 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15648 cat >>confdefs.h
<<_ACEOF
15649 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 case "x$with_fontconfig" in
15659 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15661 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15662 This is an error since --with-fontconfig was requested." >&5
15663 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15664 This is an error since --with-fontconfig was requested." >&2;}
15665 { (exit 1); exit 1; }; } ;;
15670 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15672 { echo "$as_me:$LINENO: checking for -lssl" >&5
15673 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15674 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15675 echo $ECHO_N "(cached) $ECHO_C" >&6
15677 ac_check_soname_save_LIBS
=$LIBS
15679 cat >conftest.
$ac_ext <<_ACEOF
15682 cat confdefs.h
>>conftest.
$ac_ext
15683 cat >>conftest.
$ac_ext <<_ACEOF
15684 /* end confdefs.h. */
15686 /* Override any GCC internal prototype to avoid an error.
15687 Use char because int might match the return type of a GCC
15688 builtin and then its argument prototype would still apply. */
15692 char SSL_library_init ();
15696 return SSL_library_init ();
15701 rm -f conftest.
$ac_objext conftest
$ac_exeext
15702 if { (ac_try
="$ac_link"
15703 case "(($ac_try" in
15704 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15705 *) ac_try_echo=$ac_try;;
15707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15708 (eval "$ac_link") 2>conftest.er1
15710 grep -v '^ *+' conftest.er1 >conftest.err
15712 cat conftest.err >&5
15713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15714 (exit $ac_status); } && {
15715 test -z "$ac_c_werror_flag" ||
15716 test ! -s conftest.err
15717 } && test -s conftest$ac_exeext &&
15718 $as_test_x conftest$ac_exeext; then
15721 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'` ;;
15722 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15725 echo "$as_me: failed program was:" >&5
15726 sed 's/^/| /' conftest.$ac_ext >&5
15731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15732 conftest$ac_exeext conftest.$ac_ext
15733 LIBS=$ac_check_soname_save_LIBS
15735 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15736 { echo "$as_me:$LINENO: result: not found" >&5
15737 echo "${ECHO_T}not found" >&6; }
15740 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15741 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15743 cat >>confdefs.h <<_ACEOF
15744 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15750 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15751 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15752 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15753 echo $ECHO_N "(cached) $ECHO_C" >&6
15755 ac_check_soname_save_LIBS=$LIBS
15756 LIBS="-lcrypto $LIBS"
15757 cat >conftest.$ac_ext <<_ACEOF
15760 cat confdefs.h >>conftest.$ac_ext
15761 cat >>conftest.$ac_ext <<_ACEOF
15762 /* end confdefs.h. */
15764 /* Override any GCC internal prototype to avoid an error.
15765 Use char because int might match the return type of a GCC
15766 builtin and then its argument prototype would still apply. */
15770 char BIO_new_socket ();
15774 return BIO_new_socket ();
15779 rm -f conftest.$ac_objext conftest$ac_exeext
15780 if { (ac_try="$ac_link"
15781 case "(($ac_try" in
15782 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15783 *) ac_try_echo
=$ac_try;;
15785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15786 (eval "$ac_link") 2>conftest.er1
15788 grep -v '^ *+' conftest.er1
>conftest.err
15790 cat conftest.err
>&5
15791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792 (exit $ac_status); } && {
15793 test -z "$ac_c_werror_flag" ||
15794 test ! -s conftest.err
15795 } && test -s conftest
$ac_exeext &&
15796 $as_test_x conftest
$ac_exeext; then
15799 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'` ;;
15800 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15803 echo "$as_me: failed program was:" >&5
15804 sed 's/^/| /' conftest.
$ac_ext >&5
15809 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15810 conftest
$ac_exeext conftest.
$ac_ext
15811 LIBS
=$ac_check_soname_save_LIBS
15813 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15814 { echo "$as_me:$LINENO: result: not found" >&5
15815 echo "${ECHO_T}not found" >&6; }
15818 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15819 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15821 cat >>confdefs.h
<<_ACEOF
15822 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15829 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15830 case "x$with_openssl" in
15831 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15833 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15834 This is an error since --with-openssl was requested." >&5
15835 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15836 This is an error since --with-openssl was requested." >&2;}
15837 { (exit 1); exit 1; }; } ;;
15842 if test "$ac_cv_header_jpeglib_h" = "yes"
15844 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15845 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15846 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15847 echo $ECHO_N "(cached) $ECHO_C" >&6
15849 ac_check_soname_save_LIBS
=$LIBS
15850 LIBS
="-ljpeg $LIBS"
15851 cat >conftest.
$ac_ext <<_ACEOF
15854 cat confdefs.h
>>conftest.
$ac_ext
15855 cat >>conftest.
$ac_ext <<_ACEOF
15856 /* end confdefs.h. */
15858 /* Override any GCC internal prototype to avoid an error.
15859 Use char because int might match the return type of a GCC
15860 builtin and then its argument prototype would still apply. */
15864 char jpeg_start_decompress ();
15868 return jpeg_start_decompress ();
15873 rm -f conftest.
$ac_objext conftest
$ac_exeext
15874 if { (ac_try
="$ac_link"
15875 case "(($ac_try" in
15876 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15877 *) ac_try_echo=$ac_try;;
15879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15880 (eval "$ac_link") 2>conftest.er1
15882 grep -v '^ *+' conftest.er1 >conftest.err
15884 cat conftest.err >&5
15885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886 (exit $ac_status); } && {
15887 test -z "$ac_c_werror_flag" ||
15888 test ! -s conftest.err
15889 } && test -s conftest$ac_exeext &&
15890 $as_test_x conftest$ac_exeext; then
15893 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'` ;;
15894 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15897 echo "$as_me: failed program was:" >&5
15898 sed 's/^/| /' conftest.$ac_ext >&5
15903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15904 conftest$ac_exeext conftest.$ac_ext
15905 LIBS=$ac_check_soname_save_LIBS
15907 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15908 { echo "$as_me:$LINENO: result: not found" >&5
15909 echo "${ECHO_T}not found" >&6; }
15912 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15913 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15915 cat >>confdefs.h <<_ACEOF
15916 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15923 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15924 case "x$with_jpeg" in
15925 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15927 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15928 This is an error since --with-jpeg was requested." >&5
15929 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15930 This is an error since --with-jpeg was requested." >&2;}
15931 { (exit 1); exit 1; }; } ;;
15936 if test "$ac_cv_header_png_h" = "yes"
15938 { echo "$as_me:$LINENO: checking for -lpng" >&5
15939 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15940 if test "${ac_cv_lib_soname_png+set}" = set; then
15941 echo $ECHO_N "(cached) $ECHO_C" >&6
15943 ac_check_soname_save_LIBS=$LIBS
15944 LIBS="-lpng -lm $LIBS"
15945 cat >conftest.$ac_ext <<_ACEOF
15948 cat confdefs.h >>conftest.$ac_ext
15949 cat >>conftest.$ac_ext <<_ACEOF
15950 /* end confdefs.h. */
15952 /* Override any GCC internal prototype to avoid an error.
15953 Use char because int might match the return type of a GCC
15954 builtin and then its argument prototype would still apply. */
15958 char png_create_read_struct ();
15962 return png_create_read_struct ();
15967 rm -f conftest.$ac_objext conftest$ac_exeext
15968 if { (ac_try="$ac_link"
15969 case "(($ac_try" in
15970 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15971 *) ac_try_echo
=$ac_try;;
15973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15974 (eval "$ac_link") 2>conftest.er1
15976 grep -v '^ *+' conftest.er1
>conftest.err
15978 cat conftest.err
>&5
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); } && {
15981 test -z "$ac_c_werror_flag" ||
15982 test ! -s conftest.err
15983 } && test -s conftest
$ac_exeext &&
15984 $as_test_x conftest
$ac_exeext; then
15987 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'` ;;
15988 *) 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'` ;;
15991 echo "$as_me: failed program was:" >&5
15992 sed 's/^/| /' conftest.
$ac_ext >&5
15997 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15998 conftest
$ac_exeext conftest.
$ac_ext
15999 LIBS
=$ac_check_soname_save_LIBS
16001 if test "x$ac_cv_lib_soname_png" = "x"; then
16002 { echo "$as_me:$LINENO: result: not found" >&5
16003 echo "${ECHO_T}not found" >&6; }
16006 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16007 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16009 cat >>confdefs.h
<<_ACEOF
16010 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16017 if test "x$ac_cv_lib_soname_png" = "x"; then
16018 case "x$with_png" in
16019 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16021 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16022 This is an error since --with-png was requested." >&5
16023 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16024 This is an error since --with-png was requested." >&2;}
16025 { (exit 1); exit 1; }; } ;;
16030 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16031 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16032 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16033 echo $ECHO_N "(cached) $ECHO_C" >&6
16035 ac_check_soname_save_LIBS
=$LIBS
16036 LIBS
="-lodbc $LIBS"
16037 cat >conftest.
$ac_ext <<_ACEOF
16040 cat confdefs.h
>>conftest.
$ac_ext
16041 cat >>conftest.
$ac_ext <<_ACEOF
16042 /* end confdefs.h. */
16044 /* Override any GCC internal prototype to avoid an error.
16045 Use char because int might match the return type of a GCC
16046 builtin and then its argument prototype would still apply. */
16050 char SQLConnect ();
16054 return SQLConnect ();
16059 rm -f conftest.
$ac_objext conftest
$ac_exeext
16060 if { (ac_try
="$ac_link"
16061 case "(($ac_try" in
16062 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16063 *) ac_try_echo=$ac_try;;
16065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16066 (eval "$ac_link") 2>conftest.er1
16068 grep -v '^ *+' conftest.er1 >conftest.err
16070 cat conftest.err >&5
16071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); } && {
16073 test -z "$ac_c_werror_flag" ||
16074 test ! -s conftest.err
16075 } && test -s conftest$ac_exeext &&
16076 $as_test_x conftest$ac_exeext; then
16079 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'` ;;
16080 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16083 echo "$as_me: failed program was:" >&5
16084 sed 's/^/| /' conftest.$ac_ext >&5
16089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16090 conftest$ac_exeext conftest.$ac_ext
16091 LIBS=$ac_check_soname_save_LIBS
16093 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16094 { echo "$as_me:$LINENO: result: not found" >&5
16095 echo "${ECHO_T}not found" >&6; }
16096 cat >>confdefs.h <<_ACEOF
16097 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16101 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16102 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16104 cat >>confdefs.h <<_ACEOF
16105 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16112 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16113 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16114 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16115 "$ac_cv_header_soundcard_h" != "yes" -a \
16116 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16118 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16124 if test "x${GCC}" = "xyes"
16126 EXTRACFLAGS="-Wall -pipe"
16128 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16129 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16130 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16131 echo $ECHO_N "(cached) $ECHO_C" >&6
16133 if test "$cross_compiling" = yes; then
16134 ac_cv_c_gcc_strength_bug="yes"
16136 cat >conftest.$ac_ext <<_ACEOF
16139 cat confdefs.h >>conftest.$ac_ext
16140 cat >>conftest.$ac_ext <<_ACEOF
16141 /* end confdefs.h. */
16142 int L[4] = {0,1,2,3};
16146 static int Array[3];
16147 unsigned int B = 3;
16149 for(i=0; i<B; i++) Array[i] = i - 3;
16150 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16152 exit( Array[1] != -2 || L[2] != 3)
16157 rm -f conftest$ac_exeext
16158 if { (ac_try="$ac_link"
16159 case "(($ac_try" in
16160 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16161 *) ac_try_echo
=$ac_try;;
16163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16164 (eval "$ac_link") 2>&5
16166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16167 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16168 { (case "(($ac_try" in
16169 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16170 *) ac_try_echo=$ac_try;;
16172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16173 (eval "$ac_try") 2>&5
16175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16176 (exit $ac_status); }; }; then
16177 ac_cv_c_gcc_strength_bug="no"
16179 echo "$as_me: program exited with status $ac_status" >&5
16180 echo "$as_me: failed program was:" >&5
16181 sed 's/^/| /' conftest.$ac_ext >&5
16183 ( exit $ac_status )
16184 ac_cv_c_gcc_strength_bug="yes"
16186 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16191 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16192 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16193 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16195 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16199 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16200 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16201 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16202 echo $ECHO_N "(cached) $ECHO_C" >&6
16204 ac_wine_try_cflags_saved=$CFLAGS
16205 CFLAGS="$CFLAGS -fshort-wchar"
16206 cat >conftest.$ac_ext <<_ACEOF
16209 cat confdefs.h >>conftest.$ac_ext
16210 cat >>conftest.$ac_ext <<_ACEOF
16211 /* end confdefs.h. */
16221 rm -f conftest.$ac_objext conftest$ac_exeext
16222 if { (ac_try="$ac_link"
16223 case "(($ac_try" in
16224 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16225 *) ac_try_echo
=$ac_try;;
16227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16228 (eval "$ac_link") 2>conftest.er1
16230 grep -v '^ *+' conftest.er1
>conftest.err
16232 cat conftest.err
>&5
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); } && {
16235 test -z "$ac_c_werror_flag" ||
16236 test ! -s conftest.err
16237 } && test -s conftest
$ac_exeext &&
16238 $as_test_x conftest
$ac_exeext; then
16239 ac_cv_cflags__fshort_wchar
=yes
16241 echo "$as_me: failed program was:" >&5
16242 sed 's/^/| /' conftest.
$ac_ext >&5
16244 ac_cv_cflags__fshort_wchar
=no
16247 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16248 conftest
$ac_exeext conftest.
$ac_ext
16249 CFLAGS
=$ac_wine_try_cflags_saved
16251 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16252 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16253 if test $ac_cv_cflags__fshort_wchar = yes; then
16255 cat >>confdefs.h
<<\_ACEOF
16256 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16261 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16262 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16263 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16264 echo $ECHO_N "(cached) $ECHO_C" >&6
16266 ac_wine_try_cflags_saved
=$CFLAGS
16267 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16268 cat >conftest.
$ac_ext <<_ACEOF
16271 cat confdefs.h
>>conftest.
$ac_ext
16272 cat >>conftest.
$ac_ext <<_ACEOF
16273 /* end confdefs.h. */
16283 rm -f conftest.
$ac_objext conftest
$ac_exeext
16284 if { (ac_try
="$ac_link"
16285 case "(($ac_try" in
16286 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16287 *) ac_try_echo=$ac_try;;
16289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16290 (eval "$ac_link") 2>conftest.er1
16292 grep -v '^ *+' conftest.er1 >conftest.err
16294 cat conftest.err >&5
16295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16296 (exit $ac_status); } && {
16297 test -z "$ac_c_werror_flag" ||
16298 test ! -s conftest.err
16299 } && test -s conftest$ac_exeext &&
16300 $as_test_x conftest$ac_exeext; then
16301 ac_cv_cflags__fno_strict_aliasing=yes
16303 echo "$as_me: failed program was:" >&5
16304 sed 's/^/| /' conftest.$ac_ext >&5
16306 ac_cv_cflags__fno_strict_aliasing=no
16309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16310 conftest$ac_exeext conftest.$ac_ext
16311 CFLAGS=$ac_wine_try_cflags_saved
16313 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16314 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16315 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16316 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16319 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16320 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16321 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16322 echo $ECHO_N "(cached) $ECHO_C" >&6
16324 ac_wine_try_cflags_saved=$CFLAGS
16325 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16326 cat >conftest.$ac_ext <<_ACEOF
16329 cat confdefs.h >>conftest.$ac_ext
16330 cat >>conftest.$ac_ext <<_ACEOF
16331 /* end confdefs.h. */
16341 rm -f conftest.$ac_objext conftest$ac_exeext
16342 if { (ac_try="$ac_link"
16343 case "(($ac_try" in
16344 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16345 *) ac_try_echo
=$ac_try;;
16347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16348 (eval "$ac_link") 2>conftest.er1
16350 grep -v '^ *+' conftest.er1
>conftest.err
16352 cat conftest.err
>&5
16353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16354 (exit $ac_status); } && {
16355 test -z "$ac_c_werror_flag" ||
16356 test ! -s conftest.err
16357 } && test -s conftest
$ac_exeext &&
16358 $as_test_x conftest
$ac_exeext; then
16359 ac_cv_cflags__Wdeclaration_after_statement
=yes
16361 echo "$as_me: failed program was:" >&5
16362 sed 's/^/| /' conftest.
$ac_ext >&5
16364 ac_cv_cflags__Wdeclaration_after_statement
=no
16367 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16368 conftest
$ac_exeext conftest.
$ac_ext
16369 CFLAGS
=$ac_wine_try_cflags_saved
16371 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16372 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16373 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16374 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16377 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16378 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16379 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16380 echo $ECHO_N "(cached) $ECHO_C" >&6
16382 ac_wine_try_cflags_saved
=$CFLAGS
16383 CFLAGS
="$CFLAGS -Wwrite-strings"
16384 cat >conftest.
$ac_ext <<_ACEOF
16387 cat confdefs.h
>>conftest.
$ac_ext
16388 cat >>conftest.
$ac_ext <<_ACEOF
16389 /* end confdefs.h. */
16399 rm -f conftest.
$ac_objext conftest
$ac_exeext
16400 if { (ac_try
="$ac_link"
16401 case "(($ac_try" in
16402 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16403 *) ac_try_echo=$ac_try;;
16405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16406 (eval "$ac_link") 2>conftest.er1
16408 grep -v '^ *+' conftest.er1 >conftest.err
16410 cat conftest.err >&5
16411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16412 (exit $ac_status); } && {
16413 test -z "$ac_c_werror_flag" ||
16414 test ! -s conftest.err
16415 } && test -s conftest$ac_exeext &&
16416 $as_test_x conftest$ac_exeext; then
16417 ac_cv_cflags__Wwrite_strings=yes
16419 echo "$as_me: failed program was:" >&5
16420 sed 's/^/| /' conftest.$ac_ext >&5
16422 ac_cv_cflags__Wwrite_strings=no
16425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16426 conftest$ac_exeext conftest.$ac_ext
16427 CFLAGS=$ac_wine_try_cflags_saved
16429 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16430 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16431 if test $ac_cv_cflags__Wwrite_strings = yes; then
16432 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16435 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16436 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16437 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16438 echo $ECHO_N "(cached) $ECHO_C" >&6
16440 ac_wine_try_cflags_saved=$CFLAGS
16441 CFLAGS="$CFLAGS -Wtype-limits"
16442 cat >conftest.$ac_ext <<_ACEOF
16445 cat confdefs.h >>conftest.$ac_ext
16446 cat >>conftest.$ac_ext <<_ACEOF
16447 /* end confdefs.h. */
16457 rm -f conftest.$ac_objext conftest$ac_exeext
16458 if { (ac_try="$ac_link"
16459 case "(($ac_try" in
16460 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16461 *) ac_try_echo
=$ac_try;;
16463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16464 (eval "$ac_link") 2>conftest.er1
16466 grep -v '^ *+' conftest.er1
>conftest.err
16468 cat conftest.err
>&5
16469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16470 (exit $ac_status); } && {
16471 test -z "$ac_c_werror_flag" ||
16472 test ! -s conftest.err
16473 } && test -s conftest
$ac_exeext &&
16474 $as_test_x conftest
$ac_exeext; then
16475 ac_cv_cflags__Wtype_limits
=yes
16477 echo "$as_me: failed program was:" >&5
16478 sed 's/^/| /' conftest.
$ac_ext >&5
16480 ac_cv_cflags__Wtype_limits
=no
16483 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16484 conftest
$ac_exeext conftest.
$ac_ext
16485 CFLAGS
=$ac_wine_try_cflags_saved
16487 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16488 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16489 if test $ac_cv_cflags__Wtype_limits = yes; then
16490 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16494 saved_CFLAGS
="$CFLAGS"
16495 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16496 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16497 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16498 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16499 echo $ECHO_N "(cached) $ECHO_C" >&6
16501 cat >conftest.
$ac_ext <<_ACEOF
16504 cat confdefs.h
>>conftest.
$ac_ext
16505 cat >>conftest.
$ac_ext <<_ACEOF
16506 /* end confdefs.h. */
16507 #include <string.h>
16516 rm -f conftest.
$ac_objext
16517 if { (ac_try
="$ac_compile"
16518 case "(($ac_try" in
16519 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16520 *) ac_try_echo=$ac_try;;
16522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16523 (eval "$ac_compile") 2>conftest.er1
16525 grep -v '^ *+' conftest.er1 >conftest.err
16527 cat conftest.err >&5
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } && {
16530 test -z "$ac_c_werror_flag" ||
16531 test ! -s conftest.err
16532 } && test -s conftest.$ac_objext; then
16533 ac_cv_c_string_h_warnings=no
16535 echo "$as_me: failed program was:" >&5
16536 sed 's/^/| /' conftest.$ac_ext >&5
16538 ac_cv_c_string_h_warnings=yes
16541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16543 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16544 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16545 CFLAGS="$saved_CFLAGS"
16546 if test "$ac_cv_c_string_h_warnings" = "no"
16548 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16553 saved_CFLAGS="$CFLAGS"
16554 CFLAGS="$CFLAGS -Werror"
16555 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16556 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16557 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16558 echo $ECHO_N "(cached) $ECHO_C" >&6
16560 cat >conftest.$ac_ext <<_ACEOF
16563 cat confdefs.h >>conftest.$ac_ext
16564 cat >>conftest.$ac_ext <<_ACEOF
16565 /* end confdefs.h. */
16570 int iswlower(unsigned short);
16575 rm -f conftest.$ac_objext
16576 if { (ac_try="$ac_compile"
16577 case "(($ac_try" in
16578 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16579 *) ac_try_echo
=$ac_try;;
16581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16582 (eval "$ac_compile") 2>conftest.er1
16584 grep -v '^ *+' conftest.er1
>conftest.err
16586 cat conftest.err
>&5
16587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16588 (exit $ac_status); } && {
16589 test -z "$ac_c_werror_flag" ||
16590 test ! -s conftest.err
16591 } && test -s conftest.
$ac_objext; then
16592 ac_cv_c_builtin_wchar_ctype
=no
16594 echo "$as_me: failed program was:" >&5
16595 sed 's/^/| /' conftest.
$ac_ext >&5
16597 ac_cv_c_builtin_wchar_ctype
=yes
16600 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16602 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16603 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16604 CFLAGS
="$saved_CFLAGS"
16605 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16607 BUILTINFLAG
="-fno-builtin"
16612 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16613 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16614 if test "${ac_cv_asm_func_def+set}" = set; then
16615 echo $ECHO_N "(cached) $ECHO_C" >&6
16617 cat >conftest.
$ac_ext <<_ACEOF
16620 cat confdefs.h
>>conftest.
$ac_ext
16621 cat >>conftest.
$ac_ext <<_ACEOF
16622 /* end confdefs.h. */
16627 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16632 rm -f conftest.
$ac_objext conftest
$ac_exeext
16633 if { (ac_try
="$ac_link"
16634 case "(($ac_try" in
16635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16636 *) ac_try_echo=$ac_try;;
16638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16639 (eval "$ac_link") 2>conftest.er1
16641 grep -v '^ *+' conftest.er1 >conftest.err
16643 cat conftest.err >&5
16644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); } && {
16646 test -z "$ac_c_werror_flag" ||
16647 test ! -s conftest.err
16648 } && test -s conftest$ac_exeext &&
16649 $as_test_x conftest$ac_exeext; then
16650 ac_cv_asm_func_def=".def"
16652 echo "$as_me: failed program was:" >&5
16653 sed 's/^/| /' conftest.$ac_ext >&5
16655 cat >conftest.$ac_ext <<_ACEOF
16658 cat confdefs.h >>conftest.$ac_ext
16659 cat >>conftest.$ac_ext <<_ACEOF
16660 /* end confdefs.h. */
16665 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16670 rm -f conftest.$ac_objext conftest$ac_exeext
16671 if { (ac_try="$ac_link"
16672 case "(($ac_try" in
16673 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16674 *) ac_try_echo
=$ac_try;;
16676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16677 (eval "$ac_link") 2>conftest.er1
16679 grep -v '^ *+' conftest.er1
>conftest.err
16681 cat conftest.err
>&5
16682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16683 (exit $ac_status); } && {
16684 test -z "$ac_c_werror_flag" ||
16685 test ! -s conftest.err
16686 } && test -s conftest
$ac_exeext &&
16687 $as_test_x conftest
$ac_exeext; then
16688 ac_cv_asm_func_def
=".type @function"
16690 echo "$as_me: failed program was:" >&5
16691 sed 's/^/| /' conftest.
$ac_ext >&5
16693 cat >conftest.
$ac_ext <<_ACEOF
16696 cat confdefs.h
>>conftest.
$ac_ext
16697 cat >>conftest.
$ac_ext <<_ACEOF
16698 /* end confdefs.h. */
16703 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16708 rm -f conftest.
$ac_objext conftest
$ac_exeext
16709 if { (ac_try
="$ac_link"
16710 case "(($ac_try" in
16711 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16712 *) ac_try_echo=$ac_try;;
16714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16715 (eval "$ac_link") 2>conftest.er1
16717 grep -v '^ *+' conftest.er1 >conftest.err
16719 cat conftest.err >&5
16720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721 (exit $ac_status); } && {
16722 test -z "$ac_c_werror_flag" ||
16723 test ! -s conftest.err
16724 } && test -s conftest$ac_exeext &&
16725 $as_test_x conftest$ac_exeext; then
16726 ac_cv_asm_func_def=".type 2"
16728 echo "$as_me: failed program was:" >&5
16729 sed 's/^/| /' conftest.$ac_ext >&5
16731 ac_cv_asm_func_def="unknown"
16734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16735 conftest$ac_exeext conftest.$ac_ext
16738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16739 conftest$ac_exeext conftest.$ac_ext
16742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16743 conftest$ac_exeext conftest.$ac_ext
16745 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16746 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16750 case "$ac_cv_asm_func_def" in
16752 cat >>confdefs.h <<\_ACEOF
16753 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16757 cat >>confdefs.h <<\_ACEOF
16758 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16762 cat >>confdefs.h <<\_ACEOF
16763 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16767 cat >>confdefs.h <<\_ACEOF
16768 #define __ASM_FUNC(name) ""
16774 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16775 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16776 if test "${ac_cv_c_extern_prefix+set}" = set; then
16777 echo $ECHO_N "(cached) $ECHO_C" >&6
16779 cat >conftest.$ac_ext <<_ACEOF
16782 cat confdefs.h >>conftest.$ac_ext
16783 cat >>conftest.$ac_ext <<_ACEOF
16784 /* end confdefs.h. */
16785 extern int ac_test;
16789 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16794 rm -f conftest.$ac_objext conftest$ac_exeext
16795 if { (ac_try="$ac_link"
16796 case "(($ac_try" in
16797 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16798 *) ac_try_echo
=$ac_try;;
16800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16801 (eval "$ac_link") 2>conftest.er1
16803 grep -v '^ *+' conftest.er1
>conftest.err
16805 cat conftest.err
>&5
16806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807 (exit $ac_status); } && {
16808 test -z "$ac_c_werror_flag" ||
16809 test ! -s conftest.err
16810 } && test -s conftest
$ac_exeext &&
16811 $as_test_x conftest
$ac_exeext; then
16812 ac_cv_c_extern_prefix
="yes"
16814 echo "$as_me: failed program was:" >&5
16815 sed 's/^/| /' conftest.
$ac_ext >&5
16817 ac_cv_c_extern_prefix
="no"
16820 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16821 conftest
$ac_exeext conftest.
$ac_ext
16823 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16824 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16828 if test "$ac_cv_c_extern_prefix" = "yes"
16830 cat >>confdefs.h
<<\_ACEOF
16831 #define __ASM_NAME(name) "_" name
16835 cat >>confdefs.h
<<\_ACEOF
16836 #define __ASM_NAME(name) name
16846 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16850 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16852 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16856 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16864 SOCKETLIBS
="-lws2_32"
16869 MAIN_BINARY
="wine-pthread"
16873 linux
* | k
*bsd
*-gnu)
16874 MAIN_BINARY
="wine-glibc"
16876 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16879 MAIN_BINARY
="wine-freebsd"
16881 EXTRA_BINARIES
="wine-pthread"
17029 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17030 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17031 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17032 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17033 echo $ECHO_N "(cached) $ECHO_C" >&6
17035 cat >conftest.
$ac_ext <<_ACEOF
17038 cat confdefs.h
>>conftest.
$ac_ext
17039 cat >>conftest.
$ac_ext <<_ACEOF
17040 /* end confdefs.h. */
17041 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17043 #define $ac_func innocuous_$ac_func
17045 /* System header to define __stub macros and hopefully few prototypes,
17046 which can conflict with char $ac_func (); below.
17047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17048 <limits.h> exists even on freestanding compilers. */
17051 # include <limits.h>
17053 # include <assert.h>
17058 /* Override any GCC internal prototype to avoid an error.
17059 Use char because int might match the return type of a GCC
17060 builtin and then its argument prototype would still apply. */
17065 /* The GNU C library defines this for functions which it implements
17066 to always fail with ENOSYS. Some functions are actually named
17067 something starting with __ and the normal name is an alias. */
17068 #if defined __stub_$ac_func || defined __stub___$ac_func
17075 return $ac_func ();
17080 rm -f conftest.
$ac_objext conftest
$ac_exeext
17081 if { (ac_try
="$ac_link"
17082 case "(($ac_try" in
17083 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17084 *) ac_try_echo=$ac_try;;
17086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17087 (eval "$ac_link") 2>conftest.er1
17089 grep -v '^ *+' conftest.er1 >conftest.err
17091 cat conftest.err >&5
17092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17093 (exit $ac_status); } && {
17094 test -z "$ac_c_werror_flag" ||
17095 test ! -s conftest.err
17096 } && test -s conftest$ac_exeext &&
17097 $as_test_x conftest$ac_exeext; then
17098 eval "$as_ac_var=yes"
17100 echo "$as_me: failed program was:" >&5
17101 sed 's/^/| /' conftest.$ac_ext >&5
17103 eval "$as_ac_var=no"
17106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17107 conftest$ac_exeext conftest.$ac_ext
17109 ac_res=`eval echo '${'$as_ac_var'}'`
17110 { echo "$as_me:$LINENO: result: $ac_res" >&5
17111 echo "${ECHO_T}$ac_res" >&6; }
17112 if test `eval echo '${'$as_ac_var'}'` = yes; then
17113 cat >>confdefs.h <<_ACEOF
17114 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17121 if test "$ac_cv_func_dlopen" = no
17123 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17124 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17125 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17126 echo $ECHO_N "(cached) $ECHO_C" >&6
17128 ac_check_lib_save_LIBS=$LIBS
17130 cat >conftest.$ac_ext <<_ACEOF
17133 cat confdefs.h >>conftest.$ac_ext
17134 cat >>conftest.$ac_ext <<_ACEOF
17135 /* end confdefs.h. */
17137 /* Override any GCC internal prototype to avoid an error.
17138 Use char because int might match the return type of a GCC
17139 builtin and then its argument prototype would still apply. */
17152 rm -f conftest.$ac_objext conftest$ac_exeext
17153 if { (ac_try="$ac_link"
17154 case "(($ac_try" in
17155 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17156 *) ac_try_echo
=$ac_try;;
17158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17159 (eval "$ac_link") 2>conftest.er1
17161 grep -v '^ *+' conftest.er1
>conftest.err
17163 cat conftest.err
>&5
17164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17165 (exit $ac_status); } && {
17166 test -z "$ac_c_werror_flag" ||
17167 test ! -s conftest.err
17168 } && test -s conftest
$ac_exeext &&
17169 $as_test_x conftest
$ac_exeext; then
17170 ac_cv_lib_dl_dlopen
=yes
17172 echo "$as_me: failed program was:" >&5
17173 sed 's/^/| /' conftest.
$ac_ext >&5
17175 ac_cv_lib_dl_dlopen
=no
17178 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17179 conftest
$ac_exeext conftest.
$ac_ext
17180 LIBS
=$ac_check_lib_save_LIBS
17182 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17183 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17184 if test $ac_cv_lib_dl_dlopen = yes; then
17185 cat >>confdefs.h
<<\_ACEOF
17186 #define HAVE_DLOPEN 1
17193 ac_wine_check_funcs_save_LIBS
="$LIBS"
17194 LIBS
="$LIBS $LIBDL"
17196 for ac_func
in dladdr
17198 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17199 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17201 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17202 echo $ECHO_N "(cached) $ECHO_C" >&6
17204 cat >conftest.
$ac_ext <<_ACEOF
17207 cat confdefs.h
>>conftest.
$ac_ext
17208 cat >>conftest.
$ac_ext <<_ACEOF
17209 /* end confdefs.h. */
17210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17212 #define $ac_func innocuous_$ac_func
17214 /* System header to define __stub macros and hopefully few prototypes,
17215 which can conflict with char $ac_func (); below.
17216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17217 <limits.h> exists even on freestanding compilers. */
17220 # include <limits.h>
17222 # include <assert.h>
17227 /* Override any GCC internal prototype to avoid an error.
17228 Use char because int might match the return type of a GCC
17229 builtin and then its argument prototype would still apply. */
17234 /* The GNU C library defines this for functions which it implements
17235 to always fail with ENOSYS. Some functions are actually named
17236 something starting with __ and the normal name is an alias. */
17237 #if defined __stub_$ac_func || defined __stub___$ac_func
17244 return $ac_func ();
17249 rm -f conftest.
$ac_objext conftest
$ac_exeext
17250 if { (ac_try
="$ac_link"
17251 case "(($ac_try" in
17252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17253 *) ac_try_echo=$ac_try;;
17255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17256 (eval "$ac_link") 2>conftest.er1
17258 grep -v '^ *+' conftest.er1 >conftest.err
17260 cat conftest.err >&5
17261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17262 (exit $ac_status); } && {
17263 test -z "$ac_c_werror_flag" ||
17264 test ! -s conftest.err
17265 } && test -s conftest$ac_exeext &&
17266 $as_test_x conftest$ac_exeext; then
17267 eval "$as_ac_var=yes"
17269 echo "$as_me: failed program was:" >&5
17270 sed 's/^/| /' conftest.$ac_ext >&5
17272 eval "$as_ac_var=no"
17275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17276 conftest$ac_exeext conftest.$ac_ext
17278 ac_res=`eval echo '${'$as_ac_var'}'`
17279 { echo "$as_me:$LINENO: result: $ac_res" >&5
17280 echo "${ECHO_T}$ac_res" >&6; }
17281 if test `eval echo '${'$as_ac_var'}'` = yes; then
17282 cat >>confdefs.h <<_ACEOF
17283 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17289 LIBS="$ac_wine_check_funcs_save_LIBS"
17291 if test "$ac_cv_func_poll" = no
17293 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17294 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17295 if test "${ac_cv_lib_poll_poll+set}" = set; then
17296 echo $ECHO_N "(cached) $ECHO_C" >&6
17298 ac_check_lib_save_LIBS=$LIBS
17299 LIBS="-lpoll $LIBS"
17300 cat >conftest.$ac_ext <<_ACEOF
17303 cat confdefs.h >>conftest.$ac_ext
17304 cat >>conftest.$ac_ext <<_ACEOF
17305 /* end confdefs.h. */
17307 /* Override any GCC internal prototype to avoid an error.
17308 Use char because int might match the return type of a GCC
17309 builtin and then its argument prototype would still apply. */
17322 rm -f conftest.$ac_objext conftest$ac_exeext
17323 if { (ac_try="$ac_link"
17324 case "(($ac_try" in
17325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17326 *) ac_try_echo
=$ac_try;;
17328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17329 (eval "$ac_link") 2>conftest.er1
17331 grep -v '^ *+' conftest.er1
>conftest.err
17333 cat conftest.err
>&5
17334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17335 (exit $ac_status); } && {
17336 test -z "$ac_c_werror_flag" ||
17337 test ! -s conftest.err
17338 } && test -s conftest
$ac_exeext &&
17339 $as_test_x conftest
$ac_exeext; then
17340 ac_cv_lib_poll_poll
=yes
17342 echo "$as_me: failed program was:" >&5
17343 sed 's/^/| /' conftest.
$ac_ext >&5
17345 ac_cv_lib_poll_poll
=no
17348 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17349 conftest
$ac_exeext conftest.
$ac_ext
17350 LIBS
=$ac_check_lib_save_LIBS
17352 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17353 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17354 if test $ac_cv_lib_poll_poll = yes; then
17355 cat >>confdefs.h
<<\_ACEOF
17356 #define HAVE_POLL 1
17364 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17365 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17366 if test "${ac_cv_search_gethostbyname+set}" = set; then
17367 echo $ECHO_N "(cached) $ECHO_C" >&6
17369 ac_func_search_save_LIBS
=$LIBS
17370 cat >conftest.
$ac_ext <<_ACEOF
17373 cat confdefs.h
>>conftest.
$ac_ext
17374 cat >>conftest.
$ac_ext <<_ACEOF
17375 /* end confdefs.h. */
17377 /* Override any GCC internal prototype to avoid an error.
17378 Use char because int might match the return type of a GCC
17379 builtin and then its argument prototype would still apply. */
17383 char gethostbyname ();
17387 return gethostbyname ();
17392 for ac_lib
in '' nsl
; do
17393 if test -z "$ac_lib"; then
17394 ac_res
="none required"
17397 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17399 rm -f conftest.
$ac_objext conftest
$ac_exeext
17400 if { (ac_try
="$ac_link"
17401 case "(($ac_try" in
17402 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17403 *) ac_try_echo=$ac_try;;
17405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17406 (eval "$ac_link") 2>conftest.er1
17408 grep -v '^ *+' conftest.er1 >conftest.err
17410 cat conftest.err >&5
17411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17412 (exit $ac_status); } && {
17413 test -z "$ac_c_werror_flag" ||
17414 test ! -s conftest.err
17415 } && test -s conftest$ac_exeext &&
17416 $as_test_x conftest$ac_exeext; then
17417 ac_cv_search_gethostbyname=$ac_res
17419 echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.$ac_ext >&5
17425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17427 if test "${ac_cv_search_gethostbyname+set}" = set; then
17431 if test "${ac_cv_search_gethostbyname+set}" = set; then
17434 ac_cv_search_gethostbyname=no
17436 rm conftest.$ac_ext
17437 LIBS=$ac_func_search_save_LIBS
17439 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17440 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17441 ac_res=$ac_cv_search_gethostbyname
17442 if test "$ac_res" != no; then
17443 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17448 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17449 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17450 if test "${ac_cv_search_connect+set}" = set; then
17451 echo $ECHO_N "(cached) $ECHO_C" >&6
17453 ac_func_search_save_LIBS=$LIBS
17454 cat >conftest.$ac_ext <<_ACEOF
17457 cat confdefs.h >>conftest.$ac_ext
17458 cat >>conftest.$ac_ext <<_ACEOF
17459 /* end confdefs.h. */
17461 /* Override any GCC internal prototype to avoid an error.
17462 Use char because int might match the return type of a GCC
17463 builtin and then its argument prototype would still apply. */
17476 for ac_lib in '' socket; do
17477 if test -z "$ac_lib"; then
17478 ac_res="none required"
17481 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17483 rm -f conftest.$ac_objext conftest$ac_exeext
17484 if { (ac_try="$ac_link"
17485 case "(($ac_try" in
17486 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17487 *) ac_try_echo
=$ac_try;;
17489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17490 (eval "$ac_link") 2>conftest.er1
17492 grep -v '^ *+' conftest.er1
>conftest.err
17494 cat conftest.err
>&5
17495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17496 (exit $ac_status); } && {
17497 test -z "$ac_c_werror_flag" ||
17498 test ! -s conftest.err
17499 } && test -s conftest
$ac_exeext &&
17500 $as_test_x conftest
$ac_exeext; then
17501 ac_cv_search_connect
=$ac_res
17503 echo "$as_me: failed program was:" >&5
17504 sed 's/^/| /' conftest.
$ac_ext >&5
17509 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17511 if test "${ac_cv_search_connect+set}" = set; then
17515 if test "${ac_cv_search_connect+set}" = set; then
17518 ac_cv_search_connect
=no
17520 rm conftest.
$ac_ext
17521 LIBS
=$ac_func_search_save_LIBS
17523 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17524 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17525 ac_res
=$ac_cv_search_connect
17526 if test "$ac_res" != no
; then
17527 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17532 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17533 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17534 if test "${ac_cv_search_inet_aton+set}" = set; then
17535 echo $ECHO_N "(cached) $ECHO_C" >&6
17537 ac_func_search_save_LIBS
=$LIBS
17538 cat >conftest.
$ac_ext <<_ACEOF
17541 cat confdefs.h
>>conftest.
$ac_ext
17542 cat >>conftest.
$ac_ext <<_ACEOF
17543 /* end confdefs.h. */
17545 /* Override any GCC internal prototype to avoid an error.
17546 Use char because int might match the return type of a GCC
17547 builtin and then its argument prototype would still apply. */
17555 return inet_aton ();
17560 for ac_lib
in '' resolv
; do
17561 if test -z "$ac_lib"; then
17562 ac_res
="none required"
17565 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17567 rm -f conftest.
$ac_objext conftest
$ac_exeext
17568 if { (ac_try
="$ac_link"
17569 case "(($ac_try" in
17570 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17571 *) ac_try_echo=$ac_try;;
17573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17574 (eval "$ac_link") 2>conftest.er1
17576 grep -v '^ *+' conftest.er1 >conftest.err
17578 cat conftest.err >&5
17579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17580 (exit $ac_status); } && {
17581 test -z "$ac_c_werror_flag" ||
17582 test ! -s conftest.err
17583 } && test -s conftest$ac_exeext &&
17584 $as_test_x conftest$ac_exeext; then
17585 ac_cv_search_inet_aton=$ac_res
17587 echo "$as_me: failed program was:" >&5
17588 sed 's/^/| /' conftest.$ac_ext >&5
17593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17595 if test "${ac_cv_search_inet_aton+set}" = set; then
17599 if test "${ac_cv_search_inet_aton+set}" = set; then
17602 ac_cv_search_inet_aton=no
17604 rm conftest.$ac_ext
17605 LIBS=$ac_func_search_save_LIBS
17607 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17608 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17609 ac_res=$ac_cv_search_inet_aton
17610 if test "$ac_res" != no; then
17611 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17635 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17636 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17637 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17638 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17639 echo $ECHO_N "(cached) $ECHO_C" >&6
17641 cat >conftest.$ac_ext <<_ACEOF
17644 cat confdefs.h >>conftest.$ac_ext
17645 cat >>conftest.$ac_ext <<_ACEOF
17646 /* end confdefs.h. */
17647 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17648 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17649 #define $ac_func innocuous_$ac_func
17651 /* System header to define __stub macros and hopefully few prototypes,
17652 which can conflict with char $ac_func (); below.
17653 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17654 <limits.h> exists even on freestanding compilers. */
17657 # include <limits.h>
17659 # include <assert.h>
17664 /* Override any GCC internal prototype to avoid an error.
17665 Use char because int might match the return type of a GCC
17666 builtin and then its argument prototype would still apply. */
17671 /* The GNU C library defines this for functions which it implements
17672 to always fail with ENOSYS. Some functions are actually named
17673 something starting with __ and the normal name is an alias. */
17674 #if defined __stub_$ac_func || defined __stub___$ac_func
17681 return $ac_func ();
17686 rm -f conftest.$ac_objext conftest$ac_exeext
17687 if { (ac_try="$ac_link"
17688 case "(($ac_try" in
17689 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17690 *) ac_try_echo
=$ac_try;;
17692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17693 (eval "$ac_link") 2>conftest.er1
17695 grep -v '^ *+' conftest.er1
>conftest.err
17697 cat conftest.err
>&5
17698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17699 (exit $ac_status); } && {
17700 test -z "$ac_c_werror_flag" ||
17701 test ! -s conftest.err
17702 } && test -s conftest
$ac_exeext &&
17703 $as_test_x conftest
$ac_exeext; then
17704 eval "$as_ac_var=yes"
17706 echo "$as_me: failed program was:" >&5
17707 sed 's/^/| /' conftest.
$ac_ext >&5
17709 eval "$as_ac_var=no"
17712 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17713 conftest
$ac_exeext conftest.
$ac_ext
17715 ac_res
=`eval echo '${'$as_ac_var'}'`
17716 { echo "$as_me:$LINENO: result: $ac_res" >&5
17717 echo "${ECHO_T}$ac_res" >&6; }
17718 if test `eval echo '${'$as_ac_var'}'` = yes; then
17719 cat >>confdefs.h
<<_ACEOF
17720 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17729 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17731 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17732 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17733 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17734 echo $ECHO_N "(cached) $ECHO_C" >&6
17736 cat >conftest.
$ac_ext <<_ACEOF
17739 cat confdefs.h
>>conftest.
$ac_ext
17740 cat >>conftest.
$ac_ext <<_ACEOF
17741 /* end confdefs.h. */
17744 typedef LDAPSortKey ac__type_new_;
17748 if ((ac__type_new_ *) 0)
17750 if (sizeof (ac__type_new_))
17756 rm -f conftest.
$ac_objext
17757 if { (ac_try
="$ac_compile"
17758 case "(($ac_try" in
17759 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17760 *) ac_try_echo=$ac_try;;
17762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17763 (eval "$ac_compile") 2>conftest.er1
17765 grep -v '^ *+' conftest.er1 >conftest.err
17767 cat conftest.err >&5
17768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17769 (exit $ac_status); } && {
17770 test -z "$ac_c_werror_flag" ||
17771 test ! -s conftest.err
17772 } && test -s conftest.$ac_objext; then
17773 ac_cv_type_LDAPSortKey=yes
17775 echo "$as_me: failed program was:" >&5
17776 sed 's/^/| /' conftest.$ac_ext >&5
17778 ac_cv_type_LDAPSortKey=no
17781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17783 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17784 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17785 if test $ac_cv_type_LDAPSortKey = yes; then
17786 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17787 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17788 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17789 echo $ECHO_N "(cached) $ECHO_C" >&6
17791 ac_check_lib_save_LIBS=$LIBS
17792 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17793 cat >conftest.$ac_ext <<_ACEOF
17796 cat confdefs.h >>conftest.$ac_ext
17797 cat >>conftest.$ac_ext <<_ACEOF
17798 /* end confdefs.h. */
17800 /* Override any GCC internal prototype to avoid an error.
17801 Use char because int might match the return type of a GCC
17802 builtin and then its argument prototype would still apply. */
17806 char ldap_initialize ();
17810 return ldap_initialize ();
17815 rm -f conftest.$ac_objext conftest$ac_exeext
17816 if { (ac_try="$ac_link"
17817 case "(($ac_try" in
17818 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17819 *) ac_try_echo
=$ac_try;;
17821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17822 (eval "$ac_link") 2>conftest.er1
17824 grep -v '^ *+' conftest.er1
>conftest.err
17826 cat conftest.err
>&5
17827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17828 (exit $ac_status); } && {
17829 test -z "$ac_c_werror_flag" ||
17830 test ! -s conftest.err
17831 } && test -s conftest
$ac_exeext &&
17832 $as_test_x conftest
$ac_exeext; then
17833 ac_cv_lib_ldap_r_ldap_initialize
=yes
17835 echo "$as_me: failed program was:" >&5
17836 sed 's/^/| /' conftest.
$ac_ext >&5
17838 ac_cv_lib_ldap_r_ldap_initialize
=no
17841 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17842 conftest
$ac_exeext conftest.
$ac_ext
17843 LIBS
=$ac_check_lib_save_LIBS
17845 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17846 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17847 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17848 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17849 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17850 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17851 echo $ECHO_N "(cached) $ECHO_C" >&6
17853 ac_check_lib_save_LIBS
=$LIBS
17854 LIBS
="-llber $LIBPTHREAD $LIBS"
17855 cat >conftest.
$ac_ext <<_ACEOF
17858 cat confdefs.h
>>conftest.
$ac_ext
17859 cat >>conftest.
$ac_ext <<_ACEOF
17860 /* end confdefs.h. */
17862 /* Override any GCC internal prototype to avoid an error.
17863 Use char because int might match the return type of a GCC
17864 builtin and then its argument prototype would still apply. */
17872 return ber_init ();
17877 rm -f conftest.
$ac_objext conftest
$ac_exeext
17878 if { (ac_try
="$ac_link"
17879 case "(($ac_try" in
17880 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17881 *) ac_try_echo=$ac_try;;
17883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17884 (eval "$ac_link") 2>conftest.er1
17886 grep -v '^ *+' conftest.er1 >conftest.err
17888 cat conftest.err >&5
17889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17890 (exit $ac_status); } && {
17891 test -z "$ac_c_werror_flag" ||
17892 test ! -s conftest.err
17893 } && test -s conftest$ac_exeext &&
17894 $as_test_x conftest$ac_exeext; then
17895 ac_cv_lib_lber_ber_init=yes
17897 echo "$as_me: failed program was:" >&5
17898 sed 's/^/| /' conftest.$ac_ext >&5
17900 ac_cv_lib_lber_ber_init=no
17903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17904 conftest$ac_exeext conftest.$ac_ext
17905 LIBS=$ac_check_lib_save_LIBS
17907 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17908 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17909 if test $ac_cv_lib_lber_ber_init = yes; then
17911 cat >>confdefs.h <<\_ACEOF
17912 #define HAVE_LDAP 1
17915 LDAPLIBS="-lldap_r -llber"
17922 ac_wine_check_funcs_save_LIBS="$LIBS"
17923 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17933 ldap_count_references \
17934 ldap_first_reference \
17935 ldap_next_reference \
17936 ldap_parse_reference \
17937 ldap_parse_sort_control \
17938 ldap_parse_sortresponse_control \
17939 ldap_parse_vlv_control \
17940 ldap_parse_vlvresponse_control
17942 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17943 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17944 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17945 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17946 echo $ECHO_N "(cached) $ECHO_C" >&6
17948 cat >conftest.$ac_ext <<_ACEOF
17951 cat confdefs.h >>conftest.$ac_ext
17952 cat >>conftest.$ac_ext <<_ACEOF
17953 /* end confdefs.h. */
17954 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17956 #define $ac_func innocuous_$ac_func
17958 /* System header to define __stub macros and hopefully few prototypes,
17959 which can conflict with char $ac_func (); below.
17960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17961 <limits.h> exists even on freestanding compilers. */
17964 # include <limits.h>
17966 # include <assert.h>
17971 /* Override any GCC internal prototype to avoid an error.
17972 Use char because int might match the return type of a GCC
17973 builtin and then its argument prototype would still apply. */
17978 /* The GNU C library defines this for functions which it implements
17979 to always fail with ENOSYS. Some functions are actually named
17980 something starting with __ and the normal name is an alias. */
17981 #if defined __stub_$ac_func || defined __stub___$ac_func
17988 return $ac_func ();
17993 rm -f conftest.$ac_objext conftest$ac_exeext
17994 if { (ac_try="$ac_link"
17995 case "(($ac_try" in
17996 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17997 *) ac_try_echo
=$ac_try;;
17999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18000 (eval "$ac_link") 2>conftest.er1
18002 grep -v '^ *+' conftest.er1
>conftest.err
18004 cat conftest.err
>&5
18005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18006 (exit $ac_status); } && {
18007 test -z "$ac_c_werror_flag" ||
18008 test ! -s conftest.err
18009 } && test -s conftest
$ac_exeext &&
18010 $as_test_x conftest
$ac_exeext; then
18011 eval "$as_ac_var=yes"
18013 echo "$as_me: failed program was:" >&5
18014 sed 's/^/| /' conftest.
$ac_ext >&5
18016 eval "$as_ac_var=no"
18019 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18020 conftest
$ac_exeext conftest.
$ac_ext
18022 ac_res
=`eval echo '${'$as_ac_var'}'`
18023 { echo "$as_me:$LINENO: result: $ac_res" >&5
18024 echo "${ECHO_T}$ac_res" >&6; }
18025 if test `eval echo '${'$as_ac_var'}'` = yes; then
18026 cat >>confdefs.h
<<_ACEOF
18027 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18033 LIBS
="$ac_wine_check_funcs_save_LIBS"
18035 if test "x$LDAPLIBS" = "x"; then
18036 case "x$with_ldap" in
18037 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18039 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18040 This is an error since --with-ldap was requested." >&5
18041 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18042 This is an error since --with-ldap was requested." >&2;}
18043 { (exit 1); exit 1; }; } ;;
18049 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18050 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18051 if test "${ac_cv_c_const+set}" = set; then
18052 echo $ECHO_N "(cached) $ECHO_C" >&6
18054 cat >conftest.
$ac_ext <<_ACEOF
18057 cat confdefs.h
>>conftest.
$ac_ext
18058 cat >>conftest.
$ac_ext <<_ACEOF
18059 /* end confdefs.h. */
18064 /* FIXME: Include the comments suggested by Paul. */
18065 #ifndef __cplusplus
18066 /* Ultrix mips cc rejects this. */
18067 typedef int charset[2];
18069 /* SunOS 4.1.1 cc rejects this. */
18070 char const *const *pcpcc;
18072 /* NEC SVR4.0.2 mips cc rejects this. */
18073 struct point {int x, y;};
18074 static struct point const zero = {0,0};
18075 /* AIX XL C 1.02.0.0 rejects this.
18076 It does not let you subtract one const X* pointer from another in
18077 an arm of an if-expression whose if-part is not a constant
18079 const char *g = "string";
18080 pcpcc = &g + (g ? g-g : 0);
18081 /* HPUX 7.0 cc rejects these. */
18083 ppc = (char**) pcpcc;
18084 pcpcc = (char const *const *) ppc;
18085 { /* SCO 3.2v4 cc rejects this. */
18087 char const *s = 0 ? (char *) 0 : (char const *) 0;
18092 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18093 int x[] = {25, 17};
18094 const int *foo = &x[0];
18097 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18098 typedef const int *iptr;
18102 { /* AIX XL C 1.02.0.0 rejects this saying
18103 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18104 struct s { int j; const int *ap[3]; };
18105 struct s *b; b->j = 5;
18107 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18108 const int foo = 10;
18109 if (!foo) return 0;
18111 return !cs[0] && !zero.x;
18118 rm -f conftest.
$ac_objext
18119 if { (ac_try
="$ac_compile"
18120 case "(($ac_try" in
18121 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18122 *) ac_try_echo=$ac_try;;
18124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18125 (eval "$ac_compile") 2>conftest.er1
18127 grep -v '^ *+' conftest.er1 >conftest.err
18129 cat conftest.err >&5
18130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18131 (exit $ac_status); } && {
18132 test -z "$ac_c_werror_flag" ||
18133 test ! -s conftest.err
18134 } && test -s conftest.$ac_objext; then
18137 echo "$as_me: failed program was:" >&5
18138 sed 's/^/| /' conftest.$ac_ext >&5
18143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18145 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18146 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18147 if test $ac_cv_c_const = no; then
18149 cat >>confdefs.h <<\_ACEOF
18155 { echo "$as_me:$LINENO: checking for inline" >&5
18156 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18157 if test "${ac_cv_c_inline+set}" = set; then
18158 echo $ECHO_N "(cached) $ECHO_C" >&6
18161 for ac_kw in inline __inline__ __inline; do
18162 cat >conftest.$ac_ext <<_ACEOF
18165 cat confdefs.h >>conftest.$ac_ext
18166 cat >>conftest.$ac_ext <<_ACEOF
18167 /* end confdefs.h. */
18168 #ifndef __cplusplus
18170 static $ac_kw foo_t static_foo () {return 0; }
18171 $ac_kw foo_t foo () {return 0; }
18175 rm -f conftest.$ac_objext
18176 if { (ac_try="$ac_compile"
18177 case "(($ac_try" in
18178 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18179 *) ac_try_echo
=$ac_try;;
18181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18182 (eval "$ac_compile") 2>conftest.er1
18184 grep -v '^ *+' conftest.er1
>conftest.err
18186 cat conftest.err
>&5
18187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18188 (exit $ac_status); } && {
18189 test -z "$ac_c_werror_flag" ||
18190 test ! -s conftest.err
18191 } && test -s conftest.
$ac_objext; then
18192 ac_cv_c_inline
=$ac_kw
18194 echo "$as_me: failed program was:" >&5
18195 sed 's/^/| /' conftest.
$ac_ext >&5
18200 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18201 test "$ac_cv_c_inline" != no
&& break
18205 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18206 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18209 case $ac_cv_c_inline in
18212 case $ac_cv_c_inline in
18214 *) ac_val
=$ac_cv_c_inline;;
18216 cat >>confdefs.h
<<_ACEOF
18217 #ifndef __cplusplus
18218 #define inline $ac_val
18224 { echo "$as_me:$LINENO: checking for mode_t" >&5
18225 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18226 if test "${ac_cv_type_mode_t+set}" = set; then
18227 echo $ECHO_N "(cached) $ECHO_C" >&6
18229 cat >conftest.
$ac_ext <<_ACEOF
18232 cat confdefs.h
>>conftest.
$ac_ext
18233 cat >>conftest.
$ac_ext <<_ACEOF
18234 /* end confdefs.h. */
18235 $ac_includes_default
18236 typedef mode_t ac__type_new_;
18240 if ((ac__type_new_ *) 0)
18242 if (sizeof (ac__type_new_))
18248 rm -f conftest.
$ac_objext
18249 if { (ac_try
="$ac_compile"
18250 case "(($ac_try" in
18251 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18252 *) ac_try_echo=$ac_try;;
18254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18255 (eval "$ac_compile") 2>conftest.er1
18257 grep -v '^ *+' conftest.er1 >conftest.err
18259 cat conftest.err >&5
18260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18261 (exit $ac_status); } && {
18262 test -z "$ac_c_werror_flag" ||
18263 test ! -s conftest.err
18264 } && test -s conftest.$ac_objext; then
18265 ac_cv_type_mode_t=yes
18267 echo "$as_me: failed program was:" >&5
18268 sed 's/^/| /' conftest.$ac_ext >&5
18270 ac_cv_type_mode_t=no
18273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18275 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18276 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18277 if test $ac_cv_type_mode_t = yes; then
18279 cat >>confdefs.h <<_ACEOF
18280 #define HAVE_MODE_T 1
18285 { echo "$as_me:$LINENO: checking for off_t" >&5
18286 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18287 if test "${ac_cv_type_off_t+set}" = set; then
18288 echo $ECHO_N "(cached) $ECHO_C" >&6
18290 cat >conftest.$ac_ext <<_ACEOF
18293 cat confdefs.h >>conftest.$ac_ext
18294 cat >>conftest.$ac_ext <<_ACEOF
18295 /* end confdefs.h. */
18296 $ac_includes_default
18297 typedef off_t ac__type_new_;
18301 if ((ac__type_new_ *) 0)
18303 if (sizeof (ac__type_new_))
18309 rm -f conftest.$ac_objext
18310 if { (ac_try="$ac_compile"
18311 case "(($ac_try" in
18312 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18313 *) ac_try_echo
=$ac_try;;
18315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18316 (eval "$ac_compile") 2>conftest.er1
18318 grep -v '^ *+' conftest.er1
>conftest.err
18320 cat conftest.err
>&5
18321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18322 (exit $ac_status); } && {
18323 test -z "$ac_c_werror_flag" ||
18324 test ! -s conftest.err
18325 } && test -s conftest.
$ac_objext; then
18326 ac_cv_type_off_t
=yes
18328 echo "$as_me: failed program was:" >&5
18329 sed 's/^/| /' conftest.
$ac_ext >&5
18331 ac_cv_type_off_t
=no
18334 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18336 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18337 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18338 if test $ac_cv_type_off_t = yes; then
18340 cat >>confdefs.h
<<_ACEOF
18341 #define HAVE_OFF_T 1
18346 { echo "$as_me:$LINENO: checking for pid_t" >&5
18347 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18348 if test "${ac_cv_type_pid_t+set}" = set; then
18349 echo $ECHO_N "(cached) $ECHO_C" >&6
18351 cat >conftest.
$ac_ext <<_ACEOF
18354 cat confdefs.h
>>conftest.
$ac_ext
18355 cat >>conftest.
$ac_ext <<_ACEOF
18356 /* end confdefs.h. */
18357 $ac_includes_default
18358 typedef pid_t ac__type_new_;
18362 if ((ac__type_new_ *) 0)
18364 if (sizeof (ac__type_new_))
18370 rm -f conftest.
$ac_objext
18371 if { (ac_try
="$ac_compile"
18372 case "(($ac_try" in
18373 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18374 *) ac_try_echo=$ac_try;;
18376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18377 (eval "$ac_compile") 2>conftest.er1
18379 grep -v '^ *+' conftest.er1 >conftest.err
18381 cat conftest.err >&5
18382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383 (exit $ac_status); } && {
18384 test -z "$ac_c_werror_flag" ||
18385 test ! -s conftest.err
18386 } && test -s conftest.$ac_objext; then
18387 ac_cv_type_pid_t=yes
18389 echo "$as_me: failed program was:" >&5
18390 sed 's/^/| /' conftest.$ac_ext >&5
18392 ac_cv_type_pid_t=no
18395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18397 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18398 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18399 if test $ac_cv_type_pid_t = yes; then
18401 cat >>confdefs.h <<_ACEOF
18402 #define HAVE_PID_T 1
18407 { echo "$as_me:$LINENO: checking for size_t" >&5
18408 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18409 if test "${ac_cv_type_size_t+set}" = set; then
18410 echo $ECHO_N "(cached) $ECHO_C" >&6
18412 cat >conftest.$ac_ext <<_ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h. */
18418 $ac_includes_default
18419 typedef size_t ac__type_new_;
18423 if ((ac__type_new_ *) 0)
18425 if (sizeof (ac__type_new_))
18431 rm -f conftest.$ac_objext
18432 if { (ac_try="$ac_compile"
18433 case "(($ac_try" in
18434 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18435 *) ac_try_echo
=$ac_try;;
18437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18438 (eval "$ac_compile") 2>conftest.er1
18440 grep -v '^ *+' conftest.er1
>conftest.err
18442 cat conftest.err
>&5
18443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18444 (exit $ac_status); } && {
18445 test -z "$ac_c_werror_flag" ||
18446 test ! -s conftest.err
18447 } && test -s conftest.
$ac_objext; then
18448 ac_cv_type_size_t
=yes
18450 echo "$as_me: failed program was:" >&5
18451 sed 's/^/| /' conftest.
$ac_ext >&5
18453 ac_cv_type_size_t
=no
18456 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18458 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18459 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18460 if test $ac_cv_type_size_t = yes; then
18462 cat >>confdefs.h
<<_ACEOF
18463 #define HAVE_SIZE_T 1
18468 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18469 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18470 if test "${ac_cv_type_ssize_t+set}" = set; then
18471 echo $ECHO_N "(cached) $ECHO_C" >&6
18473 cat >conftest.
$ac_ext <<_ACEOF
18476 cat confdefs.h
>>conftest.
$ac_ext
18477 cat >>conftest.
$ac_ext <<_ACEOF
18478 /* end confdefs.h. */
18479 $ac_includes_default
18480 typedef ssize_t ac__type_new_;
18484 if ((ac__type_new_ *) 0)
18486 if (sizeof (ac__type_new_))
18492 rm -f conftest.
$ac_objext
18493 if { (ac_try
="$ac_compile"
18494 case "(($ac_try" in
18495 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18496 *) ac_try_echo=$ac_try;;
18498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18499 (eval "$ac_compile") 2>conftest.er1
18501 grep -v '^ *+' conftest.er1 >conftest.err
18503 cat conftest.err >&5
18504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18505 (exit $ac_status); } && {
18506 test -z "$ac_c_werror_flag" ||
18507 test ! -s conftest.err
18508 } && test -s conftest.$ac_objext; then
18509 ac_cv_type_ssize_t=yes
18511 echo "$as_me: failed program was:" >&5
18512 sed 's/^/| /' conftest.$ac_ext >&5
18514 ac_cv_type_ssize_t=no
18517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18519 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18520 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18521 if test $ac_cv_type_ssize_t = yes; then
18523 cat >>confdefs.h <<_ACEOF
18524 #define HAVE_SSIZE_T 1
18529 { echo "$as_me:$LINENO: checking for long long" >&5
18530 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18531 if test "${ac_cv_type_long_long+set}" = set; then
18532 echo $ECHO_N "(cached) $ECHO_C" >&6
18534 cat >conftest.$ac_ext <<_ACEOF
18537 cat confdefs.h >>conftest.$ac_ext
18538 cat >>conftest.$ac_ext <<_ACEOF
18539 /* end confdefs.h. */
18540 $ac_includes_default
18541 typedef long long ac__type_new_;
18545 if ((ac__type_new_ *) 0)
18547 if (sizeof (ac__type_new_))
18553 rm -f conftest.$ac_objext
18554 if { (ac_try="$ac_compile"
18555 case "(($ac_try" in
18556 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18557 *) ac_try_echo
=$ac_try;;
18559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18560 (eval "$ac_compile") 2>conftest.er1
18562 grep -v '^ *+' conftest.er1
>conftest.err
18564 cat conftest.err
>&5
18565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18566 (exit $ac_status); } && {
18567 test -z "$ac_c_werror_flag" ||
18568 test ! -s conftest.err
18569 } && test -s conftest.
$ac_objext; then
18570 ac_cv_type_long_long
=yes
18572 echo "$as_me: failed program was:" >&5
18573 sed 's/^/| /' conftest.
$ac_ext >&5
18575 ac_cv_type_long_long
=no
18578 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18580 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18581 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18582 if test $ac_cv_type_long_long = yes; then
18584 cat >>confdefs.h
<<_ACEOF
18585 #define HAVE_LONG_LONG 1
18590 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18591 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18592 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18593 echo $ECHO_N "(cached) $ECHO_C" >&6
18595 cat >conftest.
$ac_ext <<_ACEOF
18598 cat confdefs.h
>>conftest.
$ac_ext
18599 cat >>conftest.
$ac_ext <<_ACEOF
18600 /* end confdefs.h. */
18601 $ac_includes_default
18602 typedef fsblkcnt_t ac__type_new_;
18606 if ((ac__type_new_ *) 0)
18608 if (sizeof (ac__type_new_))
18614 rm -f conftest.
$ac_objext
18615 if { (ac_try
="$ac_compile"
18616 case "(($ac_try" in
18617 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18618 *) ac_try_echo=$ac_try;;
18620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18621 (eval "$ac_compile") 2>conftest.er1
18623 grep -v '^ *+' conftest.er1 >conftest.err
18625 cat conftest.err >&5
18626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18627 (exit $ac_status); } && {
18628 test -z "$ac_c_werror_flag" ||
18629 test ! -s conftest.err
18630 } && test -s conftest.$ac_objext; then
18631 ac_cv_type_fsblkcnt_t=yes
18633 echo "$as_me: failed program was:" >&5
18634 sed 's/^/| /' conftest.$ac_ext >&5
18636 ac_cv_type_fsblkcnt_t=no
18639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18641 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18642 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18643 if test $ac_cv_type_fsblkcnt_t = yes; then
18645 cat >>confdefs.h <<_ACEOF
18646 #define HAVE_FSBLKCNT_T 1
18651 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18652 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18653 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18654 echo $ECHO_N "(cached) $ECHO_C" >&6
18656 cat >conftest.$ac_ext <<_ACEOF
18659 cat confdefs.h >>conftest.$ac_ext
18660 cat >>conftest.$ac_ext <<_ACEOF
18661 /* end confdefs.h. */
18662 $ac_includes_default
18663 typedef fsfilcnt_t ac__type_new_;
18667 if ((ac__type_new_ *) 0)
18669 if (sizeof (ac__type_new_))
18675 rm -f conftest.$ac_objext
18676 if { (ac_try="$ac_compile"
18677 case "(($ac_try" in
18678 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18679 *) ac_try_echo
=$ac_try;;
18681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18682 (eval "$ac_compile") 2>conftest.er1
18684 grep -v '^ *+' conftest.er1
>conftest.err
18686 cat conftest.err
>&5
18687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); } && {
18689 test -z "$ac_c_werror_flag" ||
18690 test ! -s conftest.err
18691 } && test -s conftest.
$ac_objext; then
18692 ac_cv_type_fsfilcnt_t
=yes
18694 echo "$as_me: failed program was:" >&5
18695 sed 's/^/| /' conftest.
$ac_ext >&5
18697 ac_cv_type_fsfilcnt_t
=no
18700 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18702 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18703 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18704 if test $ac_cv_type_fsfilcnt_t = yes; then
18706 cat >>confdefs.h
<<_ACEOF
18707 #define HAVE_FSFILCNT_T 1
18713 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18714 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18715 if test "${ac_cv_type_sigset_t+set}" = set; then
18716 echo $ECHO_N "(cached) $ECHO_C" >&6
18718 cat >conftest.
$ac_ext <<_ACEOF
18721 cat confdefs.h
>>conftest.
$ac_ext
18722 cat >>conftest.
$ac_ext <<_ACEOF
18723 /* end confdefs.h. */
18724 #include <signal.h>
18726 typedef sigset_t ac__type_new_;
18730 if ((ac__type_new_ *) 0)
18732 if (sizeof (ac__type_new_))
18738 rm -f conftest.
$ac_objext
18739 if { (ac_try
="$ac_compile"
18740 case "(($ac_try" in
18741 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18742 *) ac_try_echo=$ac_try;;
18744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18745 (eval "$ac_compile") 2>conftest.er1
18747 grep -v '^ *+' conftest.er1 >conftest.err
18749 cat conftest.err >&5
18750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18751 (exit $ac_status); } && {
18752 test -z "$ac_c_werror_flag" ||
18753 test ! -s conftest.err
18754 } && test -s conftest.$ac_objext; then
18755 ac_cv_type_sigset_t=yes
18757 echo "$as_me: failed program was:" >&5
18758 sed 's/^/| /' conftest.$ac_ext >&5
18760 ac_cv_type_sigset_t=no
18763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18765 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18766 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18767 if test $ac_cv_type_sigset_t = yes; then
18769 cat >>confdefs.h <<_ACEOF
18770 #define HAVE_SIGSET_T 1
18776 { echo "$as_me:$LINENO: checking for request_sense" >&5
18777 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18778 if test "${ac_cv_type_request_sense+set}" = set; then
18779 echo $ECHO_N "(cached) $ECHO_C" >&6
18781 cat >conftest.$ac_ext <<_ACEOF
18784 cat confdefs.h >>conftest.$ac_ext
18785 cat >>conftest.$ac_ext <<_ACEOF
18786 /* end confdefs.h. */
18787 #include <linux/cdrom.h>
18789 typedef request_sense ac__type_new_;
18793 if ((ac__type_new_ *) 0)
18795 if (sizeof (ac__type_new_))
18801 rm -f conftest.$ac_objext
18802 if { (ac_try="$ac_compile"
18803 case "(($ac_try" in
18804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18805 *) ac_try_echo
=$ac_try;;
18807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18808 (eval "$ac_compile") 2>conftest.er1
18810 grep -v '^ *+' conftest.er1
>conftest.err
18812 cat conftest.err
>&5
18813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18814 (exit $ac_status); } && {
18815 test -z "$ac_c_werror_flag" ||
18816 test ! -s conftest.err
18817 } && test -s conftest.
$ac_objext; then
18818 ac_cv_type_request_sense
=yes
18820 echo "$as_me: failed program was:" >&5
18821 sed 's/^/| /' conftest.
$ac_ext >&5
18823 ac_cv_type_request_sense
=no
18826 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18828 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18829 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18830 if test $ac_cv_type_request_sense = yes; then
18832 cat >>confdefs.h
<<_ACEOF
18833 #define HAVE_REQUEST_SENSE 1
18840 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18841 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18842 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18843 echo $ECHO_N "(cached) $ECHO_C" >&6
18845 cat >conftest.
$ac_ext <<_ACEOF
18848 cat confdefs.h
>>conftest.
$ac_ext
18849 cat >>conftest.
$ac_ext <<_ACEOF
18850 /* end confdefs.h. */
18851 #ifdef HAVE_LINUX_INPUT_H
18852 #include <linux/input.h>
18858 static struct ff_effect ac_aggr;
18859 if (ac_aggr.direction)
18865 rm -f conftest.
$ac_objext
18866 if { (ac_try
="$ac_compile"
18867 case "(($ac_try" in
18868 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18869 *) ac_try_echo=$ac_try;;
18871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18872 (eval "$ac_compile") 2>conftest.er1
18874 grep -v '^ *+' conftest.er1 >conftest.err
18876 cat conftest.err >&5
18877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18878 (exit $ac_status); } && {
18879 test -z "$ac_c_werror_flag" ||
18880 test ! -s conftest.err
18881 } && test -s conftest.$ac_objext; then
18882 ac_cv_member_struct_ff_effect_direction=yes
18884 echo "$as_me: failed program was:" >&5
18885 sed 's/^/| /' conftest.$ac_ext >&5
18887 cat >conftest.$ac_ext <<_ACEOF
18890 cat confdefs.h >>conftest.$ac_ext
18891 cat >>conftest.$ac_ext <<_ACEOF
18892 /* end confdefs.h. */
18893 #ifdef HAVE_LINUX_INPUT_H
18894 #include <linux/input.h>
18900 static struct ff_effect ac_aggr;
18901 if (sizeof ac_aggr.direction)
18907 rm -f conftest.$ac_objext
18908 if { (ac_try="$ac_compile"
18909 case "(($ac_try" in
18910 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18911 *) ac_try_echo
=$ac_try;;
18913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18914 (eval "$ac_compile") 2>conftest.er1
18916 grep -v '^ *+' conftest.er1
>conftest.err
18918 cat conftest.err
>&5
18919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18920 (exit $ac_status); } && {
18921 test -z "$ac_c_werror_flag" ||
18922 test ! -s conftest.err
18923 } && test -s conftest.
$ac_objext; then
18924 ac_cv_member_struct_ff_effect_direction
=yes
18926 echo "$as_me: failed program was:" >&5
18927 sed 's/^/| /' conftest.
$ac_ext >&5
18929 ac_cv_member_struct_ff_effect_direction
=no
18932 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18935 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18937 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18938 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18939 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18941 cat >>confdefs.h
<<_ACEOF
18942 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18949 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18950 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18951 if test "${wine_cv_have_sigaddset+set}" = set; then
18952 echo $ECHO_N "(cached) $ECHO_C" >&6
18954 cat >conftest.
$ac_ext <<_ACEOF
18957 cat confdefs.h
>>conftest.
$ac_ext
18958 cat >>conftest.
$ac_ext <<_ACEOF
18959 /* end confdefs.h. */
18960 #include <signal.h>
18964 sigset_t set; sigaddset(&set,SIGTERM);
18969 rm -f conftest.
$ac_objext conftest
$ac_exeext
18970 if { (ac_try
="$ac_link"
18971 case "(($ac_try" in
18972 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18973 *) ac_try_echo=$ac_try;;
18975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18976 (eval "$ac_link") 2>conftest.er1
18978 grep -v '^ *+' conftest.er1 >conftest.err
18980 cat conftest.err >&5
18981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18982 (exit $ac_status); } && {
18983 test -z "$ac_c_werror_flag" ||
18984 test ! -s conftest.err
18985 } && test -s conftest$ac_exeext &&
18986 $as_test_x conftest$ac_exeext; then
18987 wine_cv_have_sigaddset=yes
18989 echo "$as_me: failed program was:" >&5
18990 sed 's/^/| /' conftest.$ac_ext >&5
18992 wine_cv_have_sigaddset=no
18995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18996 conftest$ac_exeext conftest.$ac_ext
18998 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18999 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19000 if test "$wine_cv_have_sigaddset" = "yes"
19003 cat >>confdefs.h <<\_ACEOF
19004 #define HAVE_SIGADDSET 1
19010 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19011 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19012 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19013 echo $ECHO_N "(cached) $ECHO_C" >&6
19015 cat >conftest.$ac_ext <<_ACEOF
19018 cat confdefs.h >>conftest.$ac_ext
19019 cat >>conftest.$ac_ext <<_ACEOF
19020 /* end confdefs.h. */
19028 struct hostent *result;
19035 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19036 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19042 rm -f conftest.$ac_objext conftest$ac_exeext
19043 if { (ac_try="$ac_link"
19044 case "(($ac_try" in
19045 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19046 *) ac_try_echo
=$ac_try;;
19048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19049 (eval "$ac_link") 2>conftest.er1
19051 grep -v '^ *+' conftest.er1
>conftest.err
19053 cat conftest.err
>&5
19054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19055 (exit $ac_status); } && {
19056 test -z "$ac_c_werror_flag" ||
19057 test ! -s conftest.err
19058 } && test -s conftest
$ac_exeext &&
19059 $as_test_x conftest
$ac_exeext; then
19060 wine_cv_linux_gethostbyname_r_6
=yes
19062 echo "$as_me: failed program was:" >&5
19063 sed 's/^/| /' conftest.
$ac_ext >&5
19065 wine_cv_linux_gethostbyname_r_6
=no
19069 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19070 conftest
$ac_exeext conftest.
$ac_ext
19073 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19074 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19075 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19078 cat >>confdefs.h
<<\_ACEOF
19079 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19084 if test "$ac_cv_header_linux_joystick_h" = "yes"
19086 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19087 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19088 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19089 echo $ECHO_N "(cached) $ECHO_C" >&6
19091 cat >conftest.
$ac_ext <<_ACEOF
19094 cat confdefs.h
>>conftest.
$ac_ext
19095 cat >>conftest.
$ac_ext <<_ACEOF
19096 /* end confdefs.h. */
19098 #include <sys/ioctl.h>
19099 #include <sys/types.h>
19100 #include <linux/joystick.h>
19102 struct js_event blub;
19103 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19104 #error "no 2.2 header"
19115 rm -f conftest.
$ac_objext
19116 if { (ac_try
="$ac_compile"
19117 case "(($ac_try" in
19118 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19119 *) ac_try_echo=$ac_try;;
19121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19122 (eval "$ac_compile") 2>conftest.er1
19124 grep -v '^ *+' conftest.er1 >conftest.err
19126 cat conftest.err >&5
19127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19128 (exit $ac_status); } && {
19129 test -z "$ac_c_werror_flag" ||
19130 test ! -s conftest.err
19131 } && test -s conftest.$ac_objext; then
19132 wine_cv_linux_joystick_22_api=yes
19134 echo "$as_me: failed program was:" >&5
19135 sed 's/^/| /' conftest.$ac_ext >&5
19137 wine_cv_linux_joystick_22_api=no
19140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19143 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19144 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19145 if test "$wine_cv_linux_joystick_22_api" = "yes"
19148 cat >>confdefs.h <<\_ACEOF
19149 #define HAVE_LINUX_22_JOYSTICK_API 1
19156 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19157 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19158 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19159 echo $ECHO_N "(cached) $ECHO_C" >&6
19161 cat >conftest.$ac_ext <<_ACEOF
19164 cat confdefs.h >>conftest.$ac_ext
19165 cat >>conftest.$ac_ext <<_ACEOF
19166 /* end confdefs.h. */
19167 #include <sys/types.h>
19168 #ifdef HAVE_SYS_PARAM_H
19169 # include <sys/param.h>
19171 #ifdef HAVE_SYS_MOUNT_H
19172 # include <sys/mount.h>
19174 #ifdef HAVE_SYS_VFS_H
19175 # include <sys/vfs.h>
19177 #ifdef HAVE_SYS_STATFS_H
19178 # include <sys/statfs.h>
19184 static struct statfs ac_aggr;
19185 if (ac_aggr.f_bfree)
19191 rm -f conftest.$ac_objext
19192 if { (ac_try="$ac_compile"
19193 case "(($ac_try" in
19194 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19195 *) ac_try_echo
=$ac_try;;
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_compile") 2>conftest.er1
19200 grep -v '^ *+' conftest.er1
>conftest.err
19202 cat conftest.err
>&5
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); } && {
19205 test -z "$ac_c_werror_flag" ||
19206 test ! -s conftest.err
19207 } && test -s conftest.
$ac_objext; then
19208 ac_cv_member_struct_statfs_f_bfree
=yes
19210 echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.
$ac_ext >&5
19213 cat >conftest.
$ac_ext <<_ACEOF
19216 cat confdefs.h
>>conftest.
$ac_ext
19217 cat >>conftest.
$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19219 #include <sys/types.h>
19220 #ifdef HAVE_SYS_PARAM_H
19221 # include <sys/param.h>
19223 #ifdef HAVE_SYS_MOUNT_H
19224 # include <sys/mount.h>
19226 #ifdef HAVE_SYS_VFS_H
19227 # include <sys/vfs.h>
19229 #ifdef HAVE_SYS_STATFS_H
19230 # include <sys/statfs.h>
19236 static struct statfs ac_aggr;
19237 if (sizeof ac_aggr.f_bfree)
19243 rm -f conftest.
$ac_objext
19244 if { (ac_try
="$ac_compile"
19245 case "(($ac_try" in
19246 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19247 *) ac_try_echo=$ac_try;;
19249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19250 (eval "$ac_compile") 2>conftest.er1
19252 grep -v '^ *+' conftest.er1 >conftest.err
19254 cat conftest.err >&5
19255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); } && {
19257 test -z "$ac_c_werror_flag" ||
19258 test ! -s conftest.err
19259 } && test -s conftest.$ac_objext; then
19260 ac_cv_member_struct_statfs_f_bfree=yes
19262 echo "$as_me: failed program was:" >&5
19263 sed 's/^/| /' conftest.$ac_ext >&5
19265 ac_cv_member_struct_statfs_f_bfree=no
19268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19273 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19274 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19275 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19277 cat >>confdefs.h <<_ACEOF
19278 #define HAVE_STRUCT_STATFS_F_BFREE 1
19283 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19284 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19285 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19286 echo $ECHO_N "(cached) $ECHO_C" >&6
19288 cat >conftest.$ac_ext <<_ACEOF
19291 cat confdefs.h >>conftest.$ac_ext
19292 cat >>conftest.$ac_ext <<_ACEOF
19293 /* end confdefs.h. */
19294 #include <sys/types.h>
19295 #ifdef HAVE_SYS_PARAM_H
19296 # include <sys/param.h>
19298 #ifdef HAVE_SYS_MOUNT_H
19299 # include <sys/mount.h>
19301 #ifdef HAVE_SYS_VFS_H
19302 # include <sys/vfs.h>
19304 #ifdef HAVE_SYS_STATFS_H
19305 # include <sys/statfs.h>
19311 static struct statfs ac_aggr;
19312 if (ac_aggr.f_bavail)
19318 rm -f conftest.$ac_objext
19319 if { (ac_try="$ac_compile"
19320 case "(($ac_try" in
19321 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19322 *) ac_try_echo
=$ac_try;;
19324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19325 (eval "$ac_compile") 2>conftest.er1
19327 grep -v '^ *+' conftest.er1
>conftest.err
19329 cat conftest.err
>&5
19330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19331 (exit $ac_status); } && {
19332 test -z "$ac_c_werror_flag" ||
19333 test ! -s conftest.err
19334 } && test -s conftest.
$ac_objext; then
19335 ac_cv_member_struct_statfs_f_bavail
=yes
19337 echo "$as_me: failed program was:" >&5
19338 sed 's/^/| /' conftest.
$ac_ext >&5
19340 cat >conftest.
$ac_ext <<_ACEOF
19343 cat confdefs.h
>>conftest.
$ac_ext
19344 cat >>conftest.
$ac_ext <<_ACEOF
19345 /* end confdefs.h. */
19346 #include <sys/types.h>
19347 #ifdef HAVE_SYS_PARAM_H
19348 # include <sys/param.h>
19350 #ifdef HAVE_SYS_MOUNT_H
19351 # include <sys/mount.h>
19353 #ifdef HAVE_SYS_VFS_H
19354 # include <sys/vfs.h>
19356 #ifdef HAVE_SYS_STATFS_H
19357 # include <sys/statfs.h>
19363 static struct statfs ac_aggr;
19364 if (sizeof ac_aggr.f_bavail)
19370 rm -f conftest.
$ac_objext
19371 if { (ac_try
="$ac_compile"
19372 case "(($ac_try" in
19373 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19374 *) ac_try_echo=$ac_try;;
19376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19377 (eval "$ac_compile") 2>conftest.er1
19379 grep -v '^ *+' conftest.er1 >conftest.err
19381 cat conftest.err >&5
19382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19383 (exit $ac_status); } && {
19384 test -z "$ac_c_werror_flag" ||
19385 test ! -s conftest.err
19386 } && test -s conftest.$ac_objext; then
19387 ac_cv_member_struct_statfs_f_bavail=yes
19389 echo "$as_me: failed program was:" >&5
19390 sed 's/^/| /' conftest.$ac_ext >&5
19392 ac_cv_member_struct_statfs_f_bavail=no
19395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19401 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19402 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19404 cat >>confdefs.h <<_ACEOF
19405 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19410 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19411 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19412 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19413 echo $ECHO_N "(cached) $ECHO_C" >&6
19415 cat >conftest.$ac_ext <<_ACEOF
19418 cat confdefs.h >>conftest.$ac_ext
19419 cat >>conftest.$ac_ext <<_ACEOF
19420 /* end confdefs.h. */
19421 #include <sys/types.h>
19422 #ifdef HAVE_SYS_PARAM_H
19423 # include <sys/param.h>
19425 #ifdef HAVE_SYS_MOUNT_H
19426 # include <sys/mount.h>
19428 #ifdef HAVE_SYS_VFS_H
19429 # include <sys/vfs.h>
19431 #ifdef HAVE_SYS_STATFS_H
19432 # include <sys/statfs.h>
19438 static struct statfs ac_aggr;
19439 if (ac_aggr.f_frsize)
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19449 *) ac_try_echo
=$ac_try;;
19451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19452 (eval "$ac_compile") 2>conftest.er1
19454 grep -v '^ *+' conftest.er1
>conftest.err
19456 cat conftest.err
>&5
19457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19458 (exit $ac_status); } && {
19459 test -z "$ac_c_werror_flag" ||
19460 test ! -s conftest.err
19461 } && test -s conftest.
$ac_objext; then
19462 ac_cv_member_struct_statfs_f_frsize
=yes
19464 echo "$as_me: failed program was:" >&5
19465 sed 's/^/| /' conftest.
$ac_ext >&5
19467 cat >conftest.
$ac_ext <<_ACEOF
19470 cat confdefs.h
>>conftest.
$ac_ext
19471 cat >>conftest.
$ac_ext <<_ACEOF
19472 /* end confdefs.h. */
19473 #include <sys/types.h>
19474 #ifdef HAVE_SYS_PARAM_H
19475 # include <sys/param.h>
19477 #ifdef HAVE_SYS_MOUNT_H
19478 # include <sys/mount.h>
19480 #ifdef HAVE_SYS_VFS_H
19481 # include <sys/vfs.h>
19483 #ifdef HAVE_SYS_STATFS_H
19484 # include <sys/statfs.h>
19490 static struct statfs ac_aggr;
19491 if (sizeof ac_aggr.f_frsize)
19497 rm -f conftest.
$ac_objext
19498 if { (ac_try
="$ac_compile"
19499 case "(($ac_try" in
19500 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19501 *) ac_try_echo=$ac_try;;
19503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19504 (eval "$ac_compile") 2>conftest.er1
19506 grep -v '^ *+' conftest.er1 >conftest.err
19508 cat conftest.err >&5
19509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19510 (exit $ac_status); } && {
19511 test -z "$ac_c_werror_flag" ||
19512 test ! -s conftest.err
19513 } && test -s conftest.$ac_objext; then
19514 ac_cv_member_struct_statfs_f_frsize=yes
19516 echo "$as_me: failed program was:" >&5
19517 sed 's/^/| /' conftest.$ac_ext >&5
19519 ac_cv_member_struct_statfs_f_frsize=no
19522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19527 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19528 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19529 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19531 cat >>confdefs.h <<_ACEOF
19532 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19537 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19538 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19539 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19540 echo $ECHO_N "(cached) $ECHO_C" >&6
19542 cat >conftest.$ac_ext <<_ACEOF
19545 cat confdefs.h >>conftest.$ac_ext
19546 cat >>conftest.$ac_ext <<_ACEOF
19547 /* end confdefs.h. */
19548 #include <sys/types.h>
19549 #ifdef HAVE_SYS_PARAM_H
19550 # include <sys/param.h>
19552 #ifdef HAVE_SYS_MOUNT_H
19553 # include <sys/mount.h>
19555 #ifdef HAVE_SYS_VFS_H
19556 # include <sys/vfs.h>
19558 #ifdef HAVE_SYS_STATFS_H
19559 # include <sys/statfs.h>
19565 static struct statfs ac_aggr;
19566 if (ac_aggr.f_ffree)
19572 rm -f conftest.$ac_objext
19573 if { (ac_try="$ac_compile"
19574 case "(($ac_try" in
19575 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19576 *) ac_try_echo
=$ac_try;;
19578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19579 (eval "$ac_compile") 2>conftest.er1
19581 grep -v '^ *+' conftest.er1
>conftest.err
19583 cat conftest.err
>&5
19584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19585 (exit $ac_status); } && {
19586 test -z "$ac_c_werror_flag" ||
19587 test ! -s conftest.err
19588 } && test -s conftest.
$ac_objext; then
19589 ac_cv_member_struct_statfs_f_ffree
=yes
19591 echo "$as_me: failed program was:" >&5
19592 sed 's/^/| /' conftest.
$ac_ext >&5
19594 cat >conftest.
$ac_ext <<_ACEOF
19597 cat confdefs.h
>>conftest.
$ac_ext
19598 cat >>conftest.
$ac_ext <<_ACEOF
19599 /* end confdefs.h. */
19600 #include <sys/types.h>
19601 #ifdef HAVE_SYS_PARAM_H
19602 # include <sys/param.h>
19604 #ifdef HAVE_SYS_MOUNT_H
19605 # include <sys/mount.h>
19607 #ifdef HAVE_SYS_VFS_H
19608 # include <sys/vfs.h>
19610 #ifdef HAVE_SYS_STATFS_H
19611 # include <sys/statfs.h>
19617 static struct statfs ac_aggr;
19618 if (sizeof ac_aggr.f_ffree)
19624 rm -f conftest.
$ac_objext
19625 if { (ac_try
="$ac_compile"
19626 case "(($ac_try" in
19627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19628 *) ac_try_echo=$ac_try;;
19630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19631 (eval "$ac_compile") 2>conftest.er1
19633 grep -v '^ *+' conftest.er1 >conftest.err
19635 cat conftest.err >&5
19636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19637 (exit $ac_status); } && {
19638 test -z "$ac_c_werror_flag" ||
19639 test ! -s conftest.err
19640 } && test -s conftest.$ac_objext; then
19641 ac_cv_member_struct_statfs_f_ffree=yes
19643 echo "$as_me: failed program was:" >&5
19644 sed 's/^/| /' conftest.$ac_ext >&5
19646 ac_cv_member_struct_statfs_f_ffree=no
19649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19654 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19655 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19656 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19658 cat >>confdefs.h <<_ACEOF
19659 #define HAVE_STRUCT_STATFS_F_FFREE 1
19664 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19665 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19666 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19667 echo $ECHO_N "(cached) $ECHO_C" >&6
19669 cat >conftest.$ac_ext <<_ACEOF
19672 cat confdefs.h >>conftest.$ac_ext
19673 cat >>conftest.$ac_ext <<_ACEOF
19674 /* end confdefs.h. */
19675 #include <sys/types.h>
19676 #ifdef HAVE_SYS_PARAM_H
19677 # include <sys/param.h>
19679 #ifdef HAVE_SYS_MOUNT_H
19680 # include <sys/mount.h>
19682 #ifdef HAVE_SYS_VFS_H
19683 # include <sys/vfs.h>
19685 #ifdef HAVE_SYS_STATFS_H
19686 # include <sys/statfs.h>
19692 static struct statfs ac_aggr;
19693 if (ac_aggr.f_favail)
19699 rm -f conftest.$ac_objext
19700 if { (ac_try="$ac_compile"
19701 case "(($ac_try" in
19702 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19703 *) ac_try_echo
=$ac_try;;
19705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19706 (eval "$ac_compile") 2>conftest.er1
19708 grep -v '^ *+' conftest.er1
>conftest.err
19710 cat conftest.err
>&5
19711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19712 (exit $ac_status); } && {
19713 test -z "$ac_c_werror_flag" ||
19714 test ! -s conftest.err
19715 } && test -s conftest.
$ac_objext; then
19716 ac_cv_member_struct_statfs_f_favail
=yes
19718 echo "$as_me: failed program was:" >&5
19719 sed 's/^/| /' conftest.
$ac_ext >&5
19721 cat >conftest.
$ac_ext <<_ACEOF
19724 cat confdefs.h
>>conftest.
$ac_ext
19725 cat >>conftest.
$ac_ext <<_ACEOF
19726 /* end confdefs.h. */
19727 #include <sys/types.h>
19728 #ifdef HAVE_SYS_PARAM_H
19729 # include <sys/param.h>
19731 #ifdef HAVE_SYS_MOUNT_H
19732 # include <sys/mount.h>
19734 #ifdef HAVE_SYS_VFS_H
19735 # include <sys/vfs.h>
19737 #ifdef HAVE_SYS_STATFS_H
19738 # include <sys/statfs.h>
19744 static struct statfs ac_aggr;
19745 if (sizeof ac_aggr.f_favail)
19751 rm -f conftest.
$ac_objext
19752 if { (ac_try
="$ac_compile"
19753 case "(($ac_try" in
19754 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19755 *) ac_try_echo=$ac_try;;
19757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19758 (eval "$ac_compile") 2>conftest.er1
19760 grep -v '^ *+' conftest.er1 >conftest.err
19762 cat conftest.err >&5
19763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } && {
19765 test -z "$ac_c_werror_flag" ||
19766 test ! -s conftest.err
19767 } && test -s conftest.$ac_objext; then
19768 ac_cv_member_struct_statfs_f_favail=yes
19770 echo "$as_me: failed program was:" >&5
19771 sed 's/^/| /' conftest.$ac_ext >&5
19773 ac_cv_member_struct_statfs_f_favail=no
19776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19781 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19782 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19783 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19785 cat >>confdefs.h <<_ACEOF
19786 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19791 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19792 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19793 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19794 echo $ECHO_N "(cached) $ECHO_C" >&6
19796 cat >conftest.$ac_ext <<_ACEOF
19799 cat confdefs.h >>conftest.$ac_ext
19800 cat >>conftest.$ac_ext <<_ACEOF
19801 /* end confdefs.h. */
19802 #include <sys/types.h>
19803 #ifdef HAVE_SYS_PARAM_H
19804 # include <sys/param.h>
19806 #ifdef HAVE_SYS_MOUNT_H
19807 # include <sys/mount.h>
19809 #ifdef HAVE_SYS_VFS_H
19810 # include <sys/vfs.h>
19812 #ifdef HAVE_SYS_STATFS_H
19813 # include <sys/statfs.h>
19819 static struct statfs ac_aggr;
19820 if (ac_aggr.f_namelen)
19826 rm -f conftest.$ac_objext
19827 if { (ac_try="$ac_compile"
19828 case "(($ac_try" in
19829 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19830 *) ac_try_echo
=$ac_try;;
19832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19833 (eval "$ac_compile") 2>conftest.er1
19835 grep -v '^ *+' conftest.er1
>conftest.err
19837 cat conftest.err
>&5
19838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19839 (exit $ac_status); } && {
19840 test -z "$ac_c_werror_flag" ||
19841 test ! -s conftest.err
19842 } && test -s conftest.
$ac_objext; then
19843 ac_cv_member_struct_statfs_f_namelen
=yes
19845 echo "$as_me: failed program was:" >&5
19846 sed 's/^/| /' conftest.
$ac_ext >&5
19848 cat >conftest.
$ac_ext <<_ACEOF
19851 cat confdefs.h
>>conftest.
$ac_ext
19852 cat >>conftest.
$ac_ext <<_ACEOF
19853 /* end confdefs.h. */
19854 #include <sys/types.h>
19855 #ifdef HAVE_SYS_PARAM_H
19856 # include <sys/param.h>
19858 #ifdef HAVE_SYS_MOUNT_H
19859 # include <sys/mount.h>
19861 #ifdef HAVE_SYS_VFS_H
19862 # include <sys/vfs.h>
19864 #ifdef HAVE_SYS_STATFS_H
19865 # include <sys/statfs.h>
19871 static struct statfs ac_aggr;
19872 if (sizeof ac_aggr.f_namelen)
19878 rm -f conftest.
$ac_objext
19879 if { (ac_try
="$ac_compile"
19880 case "(($ac_try" in
19881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19882 *) ac_try_echo=$ac_try;;
19884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19885 (eval "$ac_compile") 2>conftest.er1
19887 grep -v '^ *+' conftest.er1 >conftest.err
19889 cat conftest.err >&5
19890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19891 (exit $ac_status); } && {
19892 test -z "$ac_c_werror_flag" ||
19893 test ! -s conftest.err
19894 } && test -s conftest.$ac_objext; then
19895 ac_cv_member_struct_statfs_f_namelen=yes
19897 echo "$as_me: failed program was:" >&5
19898 sed 's/^/| /' conftest.$ac_ext >&5
19900 ac_cv_member_struct_statfs_f_namelen=no
19903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19908 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19909 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19910 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19912 cat >>confdefs.h <<_ACEOF
19913 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19920 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19921 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19922 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19923 echo $ECHO_N "(cached) $ECHO_C" >&6
19925 cat >conftest.$ac_ext <<_ACEOF
19928 cat confdefs.h >>conftest.$ac_ext
19929 cat >>conftest.$ac_ext <<_ACEOF
19930 /* end confdefs.h. */
19931 #ifdef HAVE_SYS_STATVFS_H
19932 #include <sys/statvfs.h>
19938 static struct statvfs ac_aggr;
19939 if (ac_aggr.f_blocks)
19945 rm -f conftest.$ac_objext
19946 if { (ac_try="$ac_compile"
19947 case "(($ac_try" in
19948 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19949 *) ac_try_echo
=$ac_try;;
19951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19952 (eval "$ac_compile") 2>conftest.er1
19954 grep -v '^ *+' conftest.er1
>conftest.err
19956 cat conftest.err
>&5
19957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19958 (exit $ac_status); } && {
19959 test -z "$ac_c_werror_flag" ||
19960 test ! -s conftest.err
19961 } && test -s conftest.
$ac_objext; then
19962 ac_cv_member_struct_statvfs_f_blocks
=yes
19964 echo "$as_me: failed program was:" >&5
19965 sed 's/^/| /' conftest.
$ac_ext >&5
19967 cat >conftest.
$ac_ext <<_ACEOF
19970 cat confdefs.h
>>conftest.
$ac_ext
19971 cat >>conftest.
$ac_ext <<_ACEOF
19972 /* end confdefs.h. */
19973 #ifdef HAVE_SYS_STATVFS_H
19974 #include <sys/statvfs.h>
19980 static struct statvfs ac_aggr;
19981 if (sizeof ac_aggr.f_blocks)
19987 rm -f conftest.
$ac_objext
19988 if { (ac_try
="$ac_compile"
19989 case "(($ac_try" in
19990 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19991 *) ac_try_echo=$ac_try;;
19993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19994 (eval "$ac_compile") 2>conftest.er1
19996 grep -v '^ *+' conftest.er1 >conftest.err
19998 cat conftest.err >&5
19999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20000 (exit $ac_status); } && {
20001 test -z "$ac_c_werror_flag" ||
20002 test ! -s conftest.err
20003 } && test -s conftest.$ac_objext; then
20004 ac_cv_member_struct_statvfs_f_blocks=yes
20006 echo "$as_me: failed program was:" >&5
20007 sed 's/^/| /' conftest.$ac_ext >&5
20009 ac_cv_member_struct_statvfs_f_blocks=no
20012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20017 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20018 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20019 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20021 cat >>confdefs.h <<_ACEOF
20022 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20029 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20030 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20031 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20032 echo $ECHO_N "(cached) $ECHO_C" >&6
20034 cat >conftest.$ac_ext <<_ACEOF
20037 cat confdefs.h >>conftest.$ac_ext
20038 cat >>conftest.$ac_ext <<_ACEOF
20039 /* end confdefs.h. */
20040 #include <sys/types.h>
20041 #ifdef HAVE_SYS_SOCKET_H
20042 # include <sys/socket.h>
20044 #ifdef HAVE_SYS_UN_H
20045 # include <sys/un.h>
20051 static struct msghdr ac_aggr;
20052 if (ac_aggr.msg_accrights)
20058 rm -f conftest.$ac_objext
20059 if { (ac_try="$ac_compile"
20060 case "(($ac_try" in
20061 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20062 *) ac_try_echo
=$ac_try;;
20064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20067 grep -v '^ *+' conftest.er1
>conftest.err
20069 cat conftest.err
>&5
20070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.
$ac_objext; then
20075 ac_cv_member_struct_msghdr_msg_accrights
=yes
20077 echo "$as_me: failed program was:" >&5
20078 sed 's/^/| /' conftest.
$ac_ext >&5
20080 cat >conftest.
$ac_ext <<_ACEOF
20083 cat confdefs.h
>>conftest.
$ac_ext
20084 cat >>conftest.
$ac_ext <<_ACEOF
20085 /* end confdefs.h. */
20086 #include <sys/types.h>
20087 #ifdef HAVE_SYS_SOCKET_H
20088 # include <sys/socket.h>
20090 #ifdef HAVE_SYS_UN_H
20091 # include <sys/un.h>
20097 static struct msghdr ac_aggr;
20098 if (sizeof ac_aggr.msg_accrights)
20104 rm -f conftest.
$ac_objext
20105 if { (ac_try
="$ac_compile"
20106 case "(($ac_try" in
20107 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111 (eval "$ac_compile") 2>conftest.er1
20113 grep -v '^ *+' conftest.er1 >conftest.err
20115 cat conftest.err >&5
20116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20117 (exit $ac_status); } && {
20118 test -z "$ac_c_werror_flag" ||
20119 test ! -s conftest.err
20120 } && test -s conftest.$ac_objext; then
20121 ac_cv_member_struct_msghdr_msg_accrights=yes
20123 echo "$as_me: failed program was:" >&5
20124 sed 's/^/| /' conftest.$ac_ext >&5
20126 ac_cv_member_struct_msghdr_msg_accrights=no
20129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20134 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20135 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20136 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20138 cat >>confdefs.h <<_ACEOF
20139 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20144 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20145 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20146 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20147 echo $ECHO_N "(cached) $ECHO_C" >&6
20149 cat >conftest.$ac_ext <<_ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 #include <sys/types.h>
20156 #ifdef HAVE_SYS_SOCKET_H
20157 # include <sys/socket.h>
20159 #ifdef HAVE_SYS_UN_H
20160 # include <sys/un.h>
20166 static struct sockaddr ac_aggr;
20167 if (ac_aggr.sa_len)
20173 rm -f conftest.$ac_objext
20174 if { (ac_try="$ac_compile"
20175 case "(($ac_try" in
20176 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20177 *) ac_try_echo
=$ac_try;;
20179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20180 (eval "$ac_compile") 2>conftest.er1
20182 grep -v '^ *+' conftest.er1
>conftest.err
20184 cat conftest.err
>&5
20185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20186 (exit $ac_status); } && {
20187 test -z "$ac_c_werror_flag" ||
20188 test ! -s conftest.err
20189 } && test -s conftest.
$ac_objext; then
20190 ac_cv_member_struct_sockaddr_sa_len
=yes
20192 echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.
$ac_ext >&5
20195 cat >conftest.
$ac_ext <<_ACEOF
20198 cat confdefs.h
>>conftest.
$ac_ext
20199 cat >>conftest.
$ac_ext <<_ACEOF
20200 /* end confdefs.h. */
20201 #include <sys/types.h>
20202 #ifdef HAVE_SYS_SOCKET_H
20203 # include <sys/socket.h>
20205 #ifdef HAVE_SYS_UN_H
20206 # include <sys/un.h>
20212 static struct sockaddr ac_aggr;
20213 if (sizeof ac_aggr.sa_len)
20219 rm -f conftest.
$ac_objext
20220 if { (ac_try
="$ac_compile"
20221 case "(($ac_try" in
20222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20223 *) ac_try_echo=$ac_try;;
20225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20226 (eval "$ac_compile") 2>conftest.er1
20228 grep -v '^ *+' conftest.er1 >conftest.err
20230 cat conftest.err >&5
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest.$ac_objext; then
20236 ac_cv_member_struct_sockaddr_sa_len=yes
20238 echo "$as_me: failed program was:" >&5
20239 sed 's/^/| /' conftest.$ac_ext >&5
20241 ac_cv_member_struct_sockaddr_sa_len=no
20244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20249 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20250 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20251 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20253 cat >>confdefs.h <<_ACEOF
20254 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20259 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20260 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20261 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20262 echo $ECHO_N "(cached) $ECHO_C" >&6
20264 cat >conftest.$ac_ext <<_ACEOF
20267 cat confdefs.h >>conftest.$ac_ext
20268 cat >>conftest.$ac_ext <<_ACEOF
20269 /* end confdefs.h. */
20270 #include <sys/types.h>
20271 #ifdef HAVE_SYS_SOCKET_H
20272 # include <sys/socket.h>
20274 #ifdef HAVE_SYS_UN_H
20275 # include <sys/un.h>
20281 static struct sockaddr_un ac_aggr;
20282 if (ac_aggr.sun_len)
20288 rm -f conftest.$ac_objext
20289 if { (ac_try="$ac_compile"
20290 case "(($ac_try" in
20291 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20292 *) ac_try_echo
=$ac_try;;
20294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20295 (eval "$ac_compile") 2>conftest.er1
20297 grep -v '^ *+' conftest.er1
>conftest.err
20299 cat conftest.err
>&5
20300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20301 (exit $ac_status); } && {
20302 test -z "$ac_c_werror_flag" ||
20303 test ! -s conftest.err
20304 } && test -s conftest.
$ac_objext; then
20305 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20307 echo "$as_me: failed program was:" >&5
20308 sed 's/^/| /' conftest.
$ac_ext >&5
20310 cat >conftest.
$ac_ext <<_ACEOF
20313 cat confdefs.h
>>conftest.
$ac_ext
20314 cat >>conftest.
$ac_ext <<_ACEOF
20315 /* end confdefs.h. */
20316 #include <sys/types.h>
20317 #ifdef HAVE_SYS_SOCKET_H
20318 # include <sys/socket.h>
20320 #ifdef HAVE_SYS_UN_H
20321 # include <sys/un.h>
20327 static struct sockaddr_un ac_aggr;
20328 if (sizeof ac_aggr.sun_len)
20334 rm -f conftest.
$ac_objext
20335 if { (ac_try
="$ac_compile"
20336 case "(($ac_try" in
20337 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20338 *) ac_try_echo=$ac_try;;
20340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20341 (eval "$ac_compile") 2>conftest.er1
20343 grep -v '^ *+' conftest.er1 >conftest.err
20345 cat conftest.err >&5
20346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20347 (exit $ac_status); } && {
20348 test -z "$ac_c_werror_flag" ||
20349 test ! -s conftest.err
20350 } && test -s conftest.$ac_objext; then
20351 ac_cv_member_struct_sockaddr_un_sun_len=yes
20353 echo "$as_me: failed program was:" >&5
20354 sed 's/^/| /' conftest.$ac_ext >&5
20356 ac_cv_member_struct_sockaddr_un_sun_len=no
20359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20364 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20365 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20366 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20368 cat >>confdefs.h <<_ACEOF
20369 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20376 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20377 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20378 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20379 echo $ECHO_N "(cached) $ECHO_C" >&6
20381 cat >conftest.$ac_ext <<_ACEOF
20384 cat confdefs.h >>conftest.$ac_ext
20385 cat >>conftest.$ac_ext <<_ACEOF
20386 /* end confdefs.h. */
20387 #include <sys/types.h>
20388 #ifdef HAVE_SCSI_SG_H
20389 #include <scsi/sg.h>
20395 static scsireq_t ac_aggr;
20402 rm -f conftest.$ac_objext
20403 if { (ac_try="$ac_compile"
20404 case "(($ac_try" in
20405 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20406 *) ac_try_echo
=$ac_try;;
20408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20409 (eval "$ac_compile") 2>conftest.er1
20411 grep -v '^ *+' conftest.er1
>conftest.err
20413 cat conftest.err
>&5
20414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20415 (exit $ac_status); } && {
20416 test -z "$ac_c_werror_flag" ||
20417 test ! -s conftest.err
20418 } && test -s conftest.
$ac_objext; then
20419 ac_cv_member_scsireq_t_cmd
=yes
20421 echo "$as_me: failed program was:" >&5
20422 sed 's/^/| /' conftest.
$ac_ext >&5
20424 cat >conftest.
$ac_ext <<_ACEOF
20427 cat confdefs.h
>>conftest.
$ac_ext
20428 cat >>conftest.
$ac_ext <<_ACEOF
20429 /* end confdefs.h. */
20430 #include <sys/types.h>
20431 #ifdef HAVE_SCSI_SG_H
20432 #include <scsi/sg.h>
20438 static scsireq_t ac_aggr;
20439 if (sizeof ac_aggr.cmd)
20445 rm -f conftest.
$ac_objext
20446 if { (ac_try
="$ac_compile"
20447 case "(($ac_try" in
20448 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20449 *) ac_try_echo=$ac_try;;
20451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_compile") 2>conftest.er1
20454 grep -v '^ *+' conftest.er1 >conftest.err
20456 cat conftest.err >&5
20457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20458 (exit $ac_status); } && {
20459 test -z "$ac_c_werror_flag" ||
20460 test ! -s conftest.err
20461 } && test -s conftest.$ac_objext; then
20462 ac_cv_member_scsireq_t_cmd=yes
20464 echo "$as_me: failed program was:" >&5
20465 sed 's/^/| /' conftest.$ac_ext >&5
20467 ac_cv_member_scsireq_t_cmd=no
20470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20475 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20476 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20477 if test $ac_cv_member_scsireq_t_cmd = yes; then
20479 cat >>confdefs.h <<_ACEOF
20480 #define HAVE_SCSIREQ_T_CMD 1
20485 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20486 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20487 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20488 echo $ECHO_N "(cached) $ECHO_C" >&6
20490 cat >conftest.$ac_ext <<_ACEOF
20493 cat confdefs.h >>conftest.$ac_ext
20494 cat >>conftest.$ac_ext <<_ACEOF
20495 /* end confdefs.h. */
20496 #include <sys/types.h>
20497 #ifdef HAVE_SCSI_SG_H
20498 #include <scsi/sg.h>
20504 static sg_io_hdr_t ac_aggr;
20505 if (ac_aggr.interface_id)
20511 rm -f conftest.$ac_objext
20512 if { (ac_try="$ac_compile"
20513 case "(($ac_try" in
20514 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20515 *) ac_try_echo
=$ac_try;;
20517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20518 (eval "$ac_compile") 2>conftest.er1
20520 grep -v '^ *+' conftest.er1
>conftest.err
20522 cat conftest.err
>&5
20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20524 (exit $ac_status); } && {
20525 test -z "$ac_c_werror_flag" ||
20526 test ! -s conftest.err
20527 } && test -s conftest.
$ac_objext; then
20528 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20530 echo "$as_me: failed program was:" >&5
20531 sed 's/^/| /' conftest.
$ac_ext >&5
20533 cat >conftest.
$ac_ext <<_ACEOF
20536 cat confdefs.h
>>conftest.
$ac_ext
20537 cat >>conftest.
$ac_ext <<_ACEOF
20538 /* end confdefs.h. */
20539 #include <sys/types.h>
20540 #ifdef HAVE_SCSI_SG_H
20541 #include <scsi/sg.h>
20547 static sg_io_hdr_t ac_aggr;
20548 if (sizeof ac_aggr.interface_id)
20554 rm -f conftest.
$ac_objext
20555 if { (ac_try
="$ac_compile"
20556 case "(($ac_try" in
20557 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20558 *) ac_try_echo=$ac_try;;
20560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20563 grep -v '^ *+' conftest.er1 >conftest.err
20565 cat conftest.err >&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20571 ac_cv_member_sg_io_hdr_t_interface_id=yes
20573 echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20576 ac_cv_member_sg_io_hdr_t_interface_id=no
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20585 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20586 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20588 cat >>confdefs.h <<_ACEOF
20589 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20596 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20597 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20598 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20599 echo $ECHO_N "(cached) $ECHO_C" >&6
20601 cat >conftest.$ac_ext <<_ACEOF
20604 cat confdefs.h >>conftest.$ac_ext
20605 cat >>conftest.$ac_ext <<_ACEOF
20606 /* end confdefs.h. */
20607 #include <signal.h>
20612 static siginfo_t ac_aggr;
20619 rm -f conftest.$ac_objext
20620 if { (ac_try="$ac_compile"
20621 case "(($ac_try" in
20622 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20623 *) ac_try_echo
=$ac_try;;
20625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20626 (eval "$ac_compile") 2>conftest.er1
20628 grep -v '^ *+' conftest.er1
>conftest.err
20630 cat conftest.err
>&5
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); } && {
20633 test -z "$ac_c_werror_flag" ||
20634 test ! -s conftest.err
20635 } && test -s conftest.
$ac_objext; then
20636 ac_cv_member_siginfo_t_si_fd
=yes
20638 echo "$as_me: failed program was:" >&5
20639 sed 's/^/| /' conftest.
$ac_ext >&5
20641 cat >conftest.
$ac_ext <<_ACEOF
20644 cat confdefs.h
>>conftest.
$ac_ext
20645 cat >>conftest.
$ac_ext <<_ACEOF
20646 /* end confdefs.h. */
20647 #include <signal.h>
20652 static siginfo_t ac_aggr;
20653 if (sizeof ac_aggr.si_fd)
20659 rm -f conftest.
$ac_objext
20660 if { (ac_try
="$ac_compile"
20661 case "(($ac_try" in
20662 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20663 *) ac_try_echo=$ac_try;;
20665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20666 (eval "$ac_compile") 2>conftest.er1
20668 grep -v '^ *+' conftest.er1 >conftest.err
20670 cat conftest.err >&5
20671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20672 (exit $ac_status); } && {
20673 test -z "$ac_c_werror_flag" ||
20674 test ! -s conftest.err
20675 } && test -s conftest.$ac_objext; then
20676 ac_cv_member_siginfo_t_si_fd=yes
20678 echo "$as_me: failed program was:" >&5
20679 sed 's/^/| /' conftest.$ac_ext >&5
20681 ac_cv_member_siginfo_t_si_fd=no
20684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20689 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20690 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20691 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20693 cat >>confdefs.h <<_ACEOF
20694 #define HAVE_SIGINFO_T_SI_FD 1
20701 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20702 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20703 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20704 echo $ECHO_N "(cached) $ECHO_C" >&6
20706 cat >conftest.$ac_ext <<_ACEOF
20709 cat confdefs.h >>conftest.$ac_ext
20710 cat >>conftest.$ac_ext <<_ACEOF
20711 /* end confdefs.h. */
20712 #include <sys/types.h>
20713 #ifdef HAVE_SYS_MTIO_H
20714 #include <sys/mtio.h>
20720 static struct mtget ac_aggr;
20721 if (ac_aggr.mt_blksiz)
20727 rm -f conftest.$ac_objext
20728 if { (ac_try="$ac_compile"
20729 case "(($ac_try" in
20730 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20731 *) ac_try_echo
=$ac_try;;
20733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20734 (eval "$ac_compile") 2>conftest.er1
20736 grep -v '^ *+' conftest.er1
>conftest.err
20738 cat conftest.err
>&5
20739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20740 (exit $ac_status); } && {
20741 test -z "$ac_c_werror_flag" ||
20742 test ! -s conftest.err
20743 } && test -s conftest.
$ac_objext; then
20744 ac_cv_member_struct_mtget_mt_blksiz
=yes
20746 echo "$as_me: failed program was:" >&5
20747 sed 's/^/| /' conftest.
$ac_ext >&5
20749 cat >conftest.
$ac_ext <<_ACEOF
20752 cat confdefs.h
>>conftest.
$ac_ext
20753 cat >>conftest.
$ac_ext <<_ACEOF
20754 /* end confdefs.h. */
20755 #include <sys/types.h>
20756 #ifdef HAVE_SYS_MTIO_H
20757 #include <sys/mtio.h>
20763 static struct mtget ac_aggr;
20764 if (sizeof ac_aggr.mt_blksiz)
20770 rm -f conftest.
$ac_objext
20771 if { (ac_try
="$ac_compile"
20772 case "(($ac_try" in
20773 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20774 *) ac_try_echo=$ac_try;;
20776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20777 (eval "$ac_compile") 2>conftest.er1
20779 grep -v '^ *+' conftest.er1 >conftest.err
20781 cat conftest.err >&5
20782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783 (exit $ac_status); } && {
20784 test -z "$ac_c_werror_flag" ||
20785 test ! -s conftest.err
20786 } && test -s conftest.$ac_objext; then
20787 ac_cv_member_struct_mtget_mt_blksiz=yes
20789 echo "$as_me: failed program was:" >&5
20790 sed 's/^/| /' conftest.$ac_ext >&5
20792 ac_cv_member_struct_mtget_mt_blksiz=no
20795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20800 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20801 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20802 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20804 cat >>confdefs.h <<_ACEOF
20805 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20810 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20811 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20812 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20813 echo $ECHO_N "(cached) $ECHO_C" >&6
20815 cat >conftest.$ac_ext <<_ACEOF
20818 cat confdefs.h >>conftest.$ac_ext
20819 cat >>conftest.$ac_ext <<_ACEOF
20820 /* end confdefs.h. */
20821 #include <sys/types.h>
20822 #ifdef HAVE_SYS_MTIO_H
20823 #include <sys/mtio.h>
20829 static struct mtget ac_aggr;
20830 if (ac_aggr.mt_gstat)
20836 rm -f conftest.$ac_objext
20837 if { (ac_try="$ac_compile"
20838 case "(($ac_try" in
20839 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20840 *) ac_try_echo
=$ac_try;;
20842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20843 (eval "$ac_compile") 2>conftest.er1
20845 grep -v '^ *+' conftest.er1
>conftest.err
20847 cat conftest.err
>&5
20848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20849 (exit $ac_status); } && {
20850 test -z "$ac_c_werror_flag" ||
20851 test ! -s conftest.err
20852 } && test -s conftest.
$ac_objext; then
20853 ac_cv_member_struct_mtget_mt_gstat
=yes
20855 echo "$as_me: failed program was:" >&5
20856 sed 's/^/| /' conftest.
$ac_ext >&5
20858 cat >conftest.
$ac_ext <<_ACEOF
20861 cat confdefs.h
>>conftest.
$ac_ext
20862 cat >>conftest.
$ac_ext <<_ACEOF
20863 /* end confdefs.h. */
20864 #include <sys/types.h>
20865 #ifdef HAVE_SYS_MTIO_H
20866 #include <sys/mtio.h>
20872 static struct mtget ac_aggr;
20873 if (sizeof ac_aggr.mt_gstat)
20879 rm -f conftest.
$ac_objext
20880 if { (ac_try
="$ac_compile"
20881 case "(($ac_try" in
20882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20883 *) ac_try_echo=$ac_try;;
20885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20886 (eval "$ac_compile") 2>conftest.er1
20888 grep -v '^ *+' conftest.er1 >conftest.err
20890 cat conftest.err >&5
20891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892 (exit $ac_status); } && {
20893 test -z "$ac_c_werror_flag" ||
20894 test ! -s conftest.err
20895 } && test -s conftest.$ac_objext; then
20896 ac_cv_member_struct_mtget_mt_gstat=yes
20898 echo "$as_me: failed program was:" >&5
20899 sed 's/^/| /' conftest.$ac_ext >&5
20901 ac_cv_member_struct_mtget_mt_gstat=no
20904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20910 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20911 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20913 cat >>confdefs.h <<_ACEOF
20914 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20919 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20920 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20921 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20922 echo $ECHO_N "(cached) $ECHO_C" >&6
20924 cat >conftest.$ac_ext <<_ACEOF
20927 cat confdefs.h >>conftest.$ac_ext
20928 cat >>conftest.$ac_ext <<_ACEOF
20929 /* end confdefs.h. */
20930 #include <sys/types.h>
20931 #ifdef HAVE_SYS_MTIO_H
20932 #include <sys/mtio.h>
20938 static struct mtget ac_aggr;
20939 if (ac_aggr.mt_blkno)
20945 rm -f conftest.$ac_objext
20946 if { (ac_try="$ac_compile"
20947 case "(($ac_try" in
20948 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20949 *) ac_try_echo
=$ac_try;;
20951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20952 (eval "$ac_compile") 2>conftest.er1
20954 grep -v '^ *+' conftest.er1
>conftest.err
20956 cat conftest.err
>&5
20957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20958 (exit $ac_status); } && {
20959 test -z "$ac_c_werror_flag" ||
20960 test ! -s conftest.err
20961 } && test -s conftest.
$ac_objext; then
20962 ac_cv_member_struct_mtget_mt_blkno
=yes
20964 echo "$as_me: failed program was:" >&5
20965 sed 's/^/| /' conftest.
$ac_ext >&5
20967 cat >conftest.
$ac_ext <<_ACEOF
20970 cat confdefs.h
>>conftest.
$ac_ext
20971 cat >>conftest.
$ac_ext <<_ACEOF
20972 /* end confdefs.h. */
20973 #include <sys/types.h>
20974 #ifdef HAVE_SYS_MTIO_H
20975 #include <sys/mtio.h>
20981 static struct mtget ac_aggr;
20982 if (sizeof ac_aggr.mt_blkno)
20988 rm -f conftest.
$ac_objext
20989 if { (ac_try
="$ac_compile"
20990 case "(($ac_try" in
20991 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20992 *) ac_try_echo=$ac_try;;
20994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20995 (eval "$ac_compile") 2>conftest.er1
20997 grep -v '^ *+' conftest.er1 >conftest.err
20999 cat conftest.err >&5
21000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001 (exit $ac_status); } && {
21002 test -z "$ac_c_werror_flag" ||
21003 test ! -s conftest.err
21004 } && test -s conftest.$ac_objext; then
21005 ac_cv_member_struct_mtget_mt_blkno=yes
21007 echo "$as_me: failed program was:" >&5
21008 sed 's/^/| /' conftest.$ac_ext >&5
21010 ac_cv_member_struct_mtget_mt_blkno=no
21013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21018 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21019 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21020 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21022 cat >>confdefs.h <<_ACEOF
21023 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21030 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21031 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21032 if test "${ac_cv_member_struct_option_name+set}" = set; then
21033 echo $ECHO_N "(cached) $ECHO_C" >&6
21035 cat >conftest.$ac_ext <<_ACEOF
21038 cat confdefs.h >>conftest.$ac_ext
21039 cat >>conftest.$ac_ext <<_ACEOF
21040 /* end confdefs.h. */
21041 #ifdef HAVE_GETOPT_H
21042 #include <getopt.h>
21048 static struct option ac_aggr;
21055 rm -f conftest.$ac_objext
21056 if { (ac_try="$ac_compile"
21057 case "(($ac_try" in
21058 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21059 *) ac_try_echo
=$ac_try;;
21061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21062 (eval "$ac_compile") 2>conftest.er1
21064 grep -v '^ *+' conftest.er1
>conftest.err
21066 cat conftest.err
>&5
21067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21068 (exit $ac_status); } && {
21069 test -z "$ac_c_werror_flag" ||
21070 test ! -s conftest.err
21071 } && test -s conftest.
$ac_objext; then
21072 ac_cv_member_struct_option_name
=yes
21074 echo "$as_me: failed program was:" >&5
21075 sed 's/^/| /' conftest.
$ac_ext >&5
21077 cat >conftest.
$ac_ext <<_ACEOF
21080 cat confdefs.h
>>conftest.
$ac_ext
21081 cat >>conftest.
$ac_ext <<_ACEOF
21082 /* end confdefs.h. */
21083 #ifdef HAVE_GETOPT_H
21084 #include <getopt.h>
21090 static struct option ac_aggr;
21091 if (sizeof ac_aggr.name)
21097 rm -f conftest.
$ac_objext
21098 if { (ac_try
="$ac_compile"
21099 case "(($ac_try" in
21100 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21101 *) ac_try_echo=$ac_try;;
21103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21104 (eval "$ac_compile") 2>conftest.er1
21106 grep -v '^ *+' conftest.er1 >conftest.err
21108 cat conftest.err >&5
21109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 (exit $ac_status); } && {
21111 test -z "$ac_c_werror_flag" ||
21112 test ! -s conftest.err
21113 } && test -s conftest.$ac_objext; then
21114 ac_cv_member_struct_option_name=yes
21116 echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21119 ac_cv_member_struct_option_name=no
21122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21127 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21128 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21129 if test $ac_cv_member_struct_option_name = yes; then
21131 cat >>confdefs.h <<_ACEOF
21132 #define HAVE_STRUCT_OPTION_NAME 1
21139 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21140 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21141 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21142 echo $ECHO_N "(cached) $ECHO_C" >&6
21144 cat >conftest.$ac_ext <<_ACEOF
21147 cat confdefs.h >>conftest.$ac_ext
21148 cat >>conftest.$ac_ext <<_ACEOF
21149 /* end confdefs.h. */
21150 $ac_includes_default
21154 static struct stat ac_aggr;
21155 if (ac_aggr.st_blocks)
21161 rm -f conftest.$ac_objext
21162 if { (ac_try="$ac_compile"
21163 case "(($ac_try" in
21164 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21165 *) ac_try_echo
=$ac_try;;
21167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21168 (eval "$ac_compile") 2>conftest.er1
21170 grep -v '^ *+' conftest.er1
>conftest.err
21172 cat conftest.err
>&5
21173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21174 (exit $ac_status); } && {
21175 test -z "$ac_c_werror_flag" ||
21176 test ! -s conftest.err
21177 } && test -s conftest.
$ac_objext; then
21178 ac_cv_member_struct_stat_st_blocks
=yes
21180 echo "$as_me: failed program was:" >&5
21181 sed 's/^/| /' conftest.
$ac_ext >&5
21183 cat >conftest.
$ac_ext <<_ACEOF
21186 cat confdefs.h
>>conftest.
$ac_ext
21187 cat >>conftest.
$ac_ext <<_ACEOF
21188 /* end confdefs.h. */
21189 $ac_includes_default
21193 static struct stat ac_aggr;
21194 if (sizeof ac_aggr.st_blocks)
21200 rm -f conftest.
$ac_objext
21201 if { (ac_try
="$ac_compile"
21202 case "(($ac_try" in
21203 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21204 *) ac_try_echo=$ac_try;;
21206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21207 (eval "$ac_compile") 2>conftest.er1
21209 grep -v '^ *+' conftest.er1 >conftest.err
21211 cat conftest.err >&5
21212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21213 (exit $ac_status); } && {
21214 test -z "$ac_c_werror_flag" ||
21215 test ! -s conftest.err
21216 } && test -s conftest.$ac_objext; then
21217 ac_cv_member_struct_stat_st_blocks=yes
21219 echo "$as_me: failed program was:" >&5
21220 sed 's/^/| /' conftest.$ac_ext >&5
21222 ac_cv_member_struct_stat_st_blocks=no
21225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21230 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21231 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21232 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21234 cat >>confdefs.h <<_ACEOF
21235 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21240 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21241 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21242 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21243 echo $ECHO_N "(cached) $ECHO_C" >&6
21245 cat >conftest.$ac_ext <<_ACEOF
21248 cat confdefs.h >>conftest.$ac_ext
21249 cat >>conftest.$ac_ext <<_ACEOF
21250 /* end confdefs.h. */
21251 $ac_includes_default
21255 static struct stat ac_aggr;
21256 if (ac_aggr.st_mtim)
21262 rm -f conftest.$ac_objext
21263 if { (ac_try="$ac_compile"
21264 case "(($ac_try" in
21265 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21266 *) ac_try_echo
=$ac_try;;
21268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21269 (eval "$ac_compile") 2>conftest.er1
21271 grep -v '^ *+' conftest.er1
>conftest.err
21273 cat conftest.err
>&5
21274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275 (exit $ac_status); } && {
21276 test -z "$ac_c_werror_flag" ||
21277 test ! -s conftest.err
21278 } && test -s conftest.
$ac_objext; then
21279 ac_cv_member_struct_stat_st_mtim
=yes
21281 echo "$as_me: failed program was:" >&5
21282 sed 's/^/| /' conftest.
$ac_ext >&5
21284 cat >conftest.
$ac_ext <<_ACEOF
21287 cat confdefs.h
>>conftest.
$ac_ext
21288 cat >>conftest.
$ac_ext <<_ACEOF
21289 /* end confdefs.h. */
21290 $ac_includes_default
21294 static struct stat ac_aggr;
21295 if (sizeof ac_aggr.st_mtim)
21301 rm -f conftest.
$ac_objext
21302 if { (ac_try
="$ac_compile"
21303 case "(($ac_try" in
21304 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21305 *) ac_try_echo=$ac_try;;
21307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21308 (eval "$ac_compile") 2>conftest.er1
21310 grep -v '^ *+' conftest.er1 >conftest.err
21312 cat conftest.err >&5
21313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21314 (exit $ac_status); } && {
21315 test -z "$ac_c_werror_flag" ||
21316 test ! -s conftest.err
21317 } && test -s conftest.$ac_objext; then
21318 ac_cv_member_struct_stat_st_mtim=yes
21320 echo "$as_me: failed program was:" >&5
21321 sed 's/^/| /' conftest.$ac_ext >&5
21323 ac_cv_member_struct_stat_st_mtim=no
21326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21331 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21332 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21333 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21335 cat >>confdefs.h <<_ACEOF
21336 #define HAVE_STRUCT_STAT_ST_MTIM 1
21341 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21342 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21343 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21344 echo $ECHO_N "(cached) $ECHO_C" >&6
21346 cat >conftest.$ac_ext <<_ACEOF
21349 cat confdefs.h >>conftest.$ac_ext
21350 cat >>conftest.$ac_ext <<_ACEOF
21351 /* end confdefs.h. */
21352 $ac_includes_default
21356 static struct stat ac_aggr;
21357 if (ac_aggr.st_ctim)
21363 rm -f conftest.$ac_objext
21364 if { (ac_try="$ac_compile"
21365 case "(($ac_try" in
21366 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21367 *) ac_try_echo
=$ac_try;;
21369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21370 (eval "$ac_compile") 2>conftest.er1
21372 grep -v '^ *+' conftest.er1
>conftest.err
21374 cat conftest.err
>&5
21375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21376 (exit $ac_status); } && {
21377 test -z "$ac_c_werror_flag" ||
21378 test ! -s conftest.err
21379 } && test -s conftest.
$ac_objext; then
21380 ac_cv_member_struct_stat_st_ctim
=yes
21382 echo "$as_me: failed program was:" >&5
21383 sed 's/^/| /' conftest.
$ac_ext >&5
21385 cat >conftest.
$ac_ext <<_ACEOF
21388 cat confdefs.h
>>conftest.
$ac_ext
21389 cat >>conftest.
$ac_ext <<_ACEOF
21390 /* end confdefs.h. */
21391 $ac_includes_default
21395 static struct stat ac_aggr;
21396 if (sizeof ac_aggr.st_ctim)
21402 rm -f conftest.
$ac_objext
21403 if { (ac_try
="$ac_compile"
21404 case "(($ac_try" in
21405 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21406 *) ac_try_echo=$ac_try;;
21408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21409 (eval "$ac_compile") 2>conftest.er1
21411 grep -v '^ *+' conftest.er1 >conftest.err
21413 cat conftest.err >&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); } && {
21416 test -z "$ac_c_werror_flag" ||
21417 test ! -s conftest.err
21418 } && test -s conftest.$ac_objext; then
21419 ac_cv_member_struct_stat_st_ctim=yes
21421 echo "$as_me: failed program was:" >&5
21422 sed 's/^/| /' conftest.$ac_ext >&5
21424 ac_cv_member_struct_stat_st_ctim=no
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21433 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21434 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21436 cat >>confdefs.h <<_ACEOF
21437 #define HAVE_STRUCT_STAT_ST_CTIM 1
21442 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21443 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21444 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21445 echo $ECHO_N "(cached) $ECHO_C" >&6
21447 cat >conftest.$ac_ext <<_ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h. */
21453 $ac_includes_default
21457 static struct stat ac_aggr;
21458 if (ac_aggr.st_atim)
21464 rm -f conftest.$ac_objext
21465 if { (ac_try="$ac_compile"
21466 case "(($ac_try" in
21467 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21468 *) ac_try_echo
=$ac_try;;
21470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21471 (eval "$ac_compile") 2>conftest.er1
21473 grep -v '^ *+' conftest.er1
>conftest.err
21475 cat conftest.err
>&5
21476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21477 (exit $ac_status); } && {
21478 test -z "$ac_c_werror_flag" ||
21479 test ! -s conftest.err
21480 } && test -s conftest.
$ac_objext; then
21481 ac_cv_member_struct_stat_st_atim
=yes
21483 echo "$as_me: failed program was:" >&5
21484 sed 's/^/| /' conftest.
$ac_ext >&5
21486 cat >conftest.
$ac_ext <<_ACEOF
21489 cat confdefs.h
>>conftest.
$ac_ext
21490 cat >>conftest.
$ac_ext <<_ACEOF
21491 /* end confdefs.h. */
21492 $ac_includes_default
21496 static struct stat ac_aggr;
21497 if (sizeof ac_aggr.st_atim)
21503 rm -f conftest.
$ac_objext
21504 if { (ac_try
="$ac_compile"
21505 case "(($ac_try" in
21506 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21507 *) ac_try_echo=$ac_try;;
21509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21510 (eval "$ac_compile") 2>conftest.er1
21512 grep -v '^ *+' conftest.er1 >conftest.err
21514 cat conftest.err >&5
21515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21516 (exit $ac_status); } && {
21517 test -z "$ac_c_werror_flag" ||
21518 test ! -s conftest.err
21519 } && test -s conftest.$ac_objext; then
21520 ac_cv_member_struct_stat_st_atim=yes
21522 echo "$as_me: failed program was:" >&5
21523 sed 's/^/| /' conftest.$ac_ext >&5
21525 ac_cv_member_struct_stat_st_atim=no
21528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21534 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21535 if test $ac_cv_member_struct_stat_st_atim = yes; then
21537 cat >>confdefs.h <<_ACEOF
21538 #define HAVE_STRUCT_STAT_ST_ATIM 1
21545 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21546 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21547 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21548 echo $ECHO_N "(cached) $ECHO_C" >&6
21550 cat >conftest.$ac_ext <<_ACEOF
21553 cat confdefs.h >>conftest.$ac_ext
21554 cat >>conftest.$ac_ext <<_ACEOF
21555 /* end confdefs.h. */
21556 #ifdef HAVE_SYS_TYPES_H
21557 #include <sys/types.h>
21559 #ifdef HAVE_NETINET_IN_H
21560 #include <netinet/in.h>
21566 static struct sockaddr_in6 ac_aggr;
21567 if (ac_aggr.sin6_scope_id)
21573 rm -f conftest.$ac_objext
21574 if { (ac_try="$ac_compile"
21575 case "(($ac_try" in
21576 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21577 *) ac_try_echo
=$ac_try;;
21579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21580 (eval "$ac_compile") 2>conftest.er1
21582 grep -v '^ *+' conftest.er1
>conftest.err
21584 cat conftest.err
>&5
21585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21586 (exit $ac_status); } && {
21587 test -z "$ac_c_werror_flag" ||
21588 test ! -s conftest.err
21589 } && test -s conftest.
$ac_objext; then
21590 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21592 echo "$as_me: failed program was:" >&5
21593 sed 's/^/| /' conftest.
$ac_ext >&5
21595 cat >conftest.
$ac_ext <<_ACEOF
21598 cat confdefs.h
>>conftest.
$ac_ext
21599 cat >>conftest.
$ac_ext <<_ACEOF
21600 /* end confdefs.h. */
21601 #ifdef HAVE_SYS_TYPES_H
21602 #include <sys/types.h>
21604 #ifdef HAVE_NETINET_IN_H
21605 #include <netinet/in.h>
21611 static struct sockaddr_in6 ac_aggr;
21612 if (sizeof ac_aggr.sin6_scope_id)
21618 rm -f conftest.
$ac_objext
21619 if { (ac_try
="$ac_compile"
21620 case "(($ac_try" in
21621 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21622 *) ac_try_echo=$ac_try;;
21624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21625 (eval "$ac_compile") 2>conftest.er1
21627 grep -v '^ *+' conftest.er1 >conftest.err
21629 cat conftest.err >&5
21630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21631 (exit $ac_status); } && {
21632 test -z "$ac_c_werror_flag" ||
21633 test ! -s conftest.err
21634 } && test -s conftest.$ac_objext; then
21635 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21637 echo "$as_me: failed program was:" >&5
21638 sed 's/^/| /' conftest.$ac_ext >&5
21640 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21649 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21650 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21652 cat >>confdefs.h <<_ACEOF
21653 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21660 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21661 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21662 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21663 echo $ECHO_N "(cached) $ECHO_C" >&6
21665 cat >conftest.$ac_ext <<_ACEOF
21668 cat confdefs.h >>conftest.$ac_ext
21669 cat >>conftest.$ac_ext <<_ACEOF
21670 /* end confdefs.h. */
21671 #ifdef HAVE_SYS_TYPES_H
21672 #include <sys/types.h>
21674 #ifdef HAVE_NETINET_IN_H
21675 # include <netinet/in.h>
21677 #ifdef HAVE_ARPA_NAMESER_H
21678 # include <arpa/nameser.h>
21684 static ns_msg ac_aggr;
21685 if (ac_aggr._msg_ptr)
21691 rm -f conftest.$ac_objext
21692 if { (ac_try="$ac_compile"
21693 case "(($ac_try" in
21694 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21695 *) ac_try_echo
=$ac_try;;
21697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21698 (eval "$ac_compile") 2>conftest.er1
21700 grep -v '^ *+' conftest.er1
>conftest.err
21702 cat conftest.err
>&5
21703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21704 (exit $ac_status); } && {
21705 test -z "$ac_c_werror_flag" ||
21706 test ! -s conftest.err
21707 } && test -s conftest.
$ac_objext; then
21708 ac_cv_member_ns_msg__msg_ptr
=yes
21710 echo "$as_me: failed program was:" >&5
21711 sed 's/^/| /' conftest.
$ac_ext >&5
21713 cat >conftest.
$ac_ext <<_ACEOF
21716 cat confdefs.h
>>conftest.
$ac_ext
21717 cat >>conftest.
$ac_ext <<_ACEOF
21718 /* end confdefs.h. */
21719 #ifdef HAVE_SYS_TYPES_H
21720 #include <sys/types.h>
21722 #ifdef HAVE_NETINET_IN_H
21723 # include <netinet/in.h>
21725 #ifdef HAVE_ARPA_NAMESER_H
21726 # include <arpa/nameser.h>
21732 static ns_msg ac_aggr;
21733 if (sizeof ac_aggr._msg_ptr)
21739 rm -f conftest.
$ac_objext
21740 if { (ac_try
="$ac_compile"
21741 case "(($ac_try" in
21742 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21743 *) ac_try_echo=$ac_try;;
21745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21746 (eval "$ac_compile") 2>conftest.er1
21748 grep -v '^ *+' conftest.er1 >conftest.err
21750 cat conftest.err >&5
21751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21752 (exit $ac_status); } && {
21753 test -z "$ac_c_werror_flag" ||
21754 test ! -s conftest.err
21755 } && test -s conftest.$ac_objext; then
21756 ac_cv_member_ns_msg__msg_ptr=yes
21758 echo "$as_me: failed program was:" >&5
21759 sed 's/^/| /' conftest.$ac_ext >&5
21761 ac_cv_member_ns_msg__msg_ptr=no
21764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21769 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21770 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21771 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21773 cat >>confdefs.h <<_ACEOF
21774 #define HAVE_NS_MSG__MSG_PTR 1
21781 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21782 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21783 if test "${ac_cv_have_timezone+set}" = set; then
21784 echo $ECHO_N "(cached) $ECHO_C" >&6
21786 cat >conftest.$ac_ext <<_ACEOF
21789 cat confdefs.h >>conftest.$ac_ext
21790 cat >>conftest.$ac_ext <<_ACEOF
21791 /* end confdefs.h. */
21801 rm -f conftest.$ac_objext conftest$ac_exeext
21802 if { (ac_try="$ac_link"
21803 case "(($ac_try" in
21804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21805 *) ac_try_echo
=$ac_try;;
21807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21808 (eval "$ac_link") 2>conftest.er1
21810 grep -v '^ *+' conftest.er1
>conftest.err
21812 cat conftest.err
>&5
21813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21814 (exit $ac_status); } && {
21815 test -z "$ac_c_werror_flag" ||
21816 test ! -s conftest.err
21817 } && test -s conftest
$ac_exeext &&
21818 $as_test_x conftest
$ac_exeext; then
21819 ac_cv_have_timezone
="yes"
21821 echo "$as_me: failed program was:" >&5
21822 sed 's/^/| /' conftest.
$ac_ext >&5
21824 ac_cv_have_timezone
="no"
21827 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21828 conftest
$ac_exeext conftest.
$ac_ext
21830 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21831 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21832 if test "$ac_cv_have_timezone" = "yes"
21835 cat >>confdefs.h
<<\_ACEOF
21836 #define HAVE_TIMEZONE 1
21840 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21841 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21842 if test "${ac_cv_have_daylight+set}" = set; then
21843 echo $ECHO_N "(cached) $ECHO_C" >&6
21845 cat >conftest.
$ac_ext <<_ACEOF
21848 cat confdefs.h
>>conftest.
$ac_ext
21849 cat >>conftest.
$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21860 rm -f conftest.
$ac_objext conftest
$ac_exeext
21861 if { (ac_try
="$ac_link"
21862 case "(($ac_try" in
21863 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21864 *) ac_try_echo=$ac_try;;
21866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21867 (eval "$ac_link") 2>conftest.er1
21869 grep -v '^ *+' conftest.er1 >conftest.err
21871 cat conftest.err >&5
21872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21873 (exit $ac_status); } && {
21874 test -z "$ac_c_werror_flag" ||
21875 test ! -s conftest.err
21876 } && test -s conftest$ac_exeext &&
21877 $as_test_x conftest$ac_exeext; then
21878 ac_cv_have_daylight="yes"
21880 echo "$as_me: failed program was:" >&5
21881 sed 's/^/| /' conftest.$ac_ext >&5
21883 ac_cv_have_daylight="no"
21886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21887 conftest$ac_exeext conftest.$ac_ext
21889 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21890 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21891 if test "$ac_cv_have_daylight" = "yes"
21894 cat >>confdefs.h <<\_ACEOF
21895 #define HAVE_DAYLIGHT 1
21900 { echo "$as_me:$LINENO: checking for isinf" >&5
21901 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21902 if test "${ac_cv_have_isinf+set}" = set; then
21903 echo $ECHO_N "(cached) $ECHO_C" >&6
21905 cat >conftest.$ac_ext <<_ACEOF
21908 cat confdefs.h >>conftest.$ac_ext
21909 cat >>conftest.$ac_ext <<_ACEOF
21910 /* end confdefs.h. */
21915 float f = 0.0; int i=isinf(f)
21920 rm -f conftest.$ac_objext conftest$ac_exeext
21921 if { (ac_try="$ac_link"
21922 case "(($ac_try" in
21923 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21924 *) ac_try_echo
=$ac_try;;
21926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21927 (eval "$ac_link") 2>conftest.er1
21929 grep -v '^ *+' conftest.er1
>conftest.err
21931 cat conftest.err
>&5
21932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21933 (exit $ac_status); } && {
21934 test -z "$ac_c_werror_flag" ||
21935 test ! -s conftest.err
21936 } && test -s conftest
$ac_exeext &&
21937 $as_test_x conftest
$ac_exeext; then
21938 ac_cv_have_isinf
="yes"
21940 echo "$as_me: failed program was:" >&5
21941 sed 's/^/| /' conftest.
$ac_ext >&5
21943 ac_cv_have_isinf
="no"
21946 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21947 conftest
$ac_exeext conftest.
$ac_ext
21949 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21950 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21951 if test "$ac_cv_have_isinf" = "yes"
21954 cat >>confdefs.h
<<\_ACEOF
21955 #define HAVE_ISINF 1
21962 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21963 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21964 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21965 echo $ECHO_N "(cached) $ECHO_C" >&6
21967 cat >conftest.
$ac_ext <<_ACEOF
21970 cat confdefs.h
>>conftest.
$ac_ext
21971 cat >>conftest.
$ac_ext <<_ACEOF
21972 /* end confdefs.h. */
21977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21978 $EGREP "yes" >/dev
/null
2>&1; then
21979 ac_cv_cpp_def___i386__
=yes
21981 ac_cv_cpp_def___i386__
=no
21986 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21987 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21988 if test $ac_cv_cpp_def___i386__ = yes; then
21989 CFLAGS
="$CFLAGS -D__i386__"
21990 LINTFLAGS
="$LINTFLAGS -D__i386__"
21993 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21994 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21995 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21996 echo $ECHO_N "(cached) $ECHO_C" >&6
21998 cat >conftest.
$ac_ext <<_ACEOF
22001 cat confdefs.h
>>conftest.
$ac_ext
22002 cat >>conftest.
$ac_ext <<_ACEOF
22003 /* end confdefs.h. */
22008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22009 $EGREP "yes" >/dev
/null
2>&1; then
22010 ac_cv_cpp_def___x86_64__
=yes
22012 ac_cv_cpp_def___x86_64__
=no
22017 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22018 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22019 if test $ac_cv_cpp_def___x86_64__ = yes; then
22020 CFLAGS
="$CFLAGS -D__x86_64__"
22021 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22024 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22025 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22026 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22027 echo $ECHO_N "(cached) $ECHO_C" >&6
22029 cat >conftest.
$ac_ext <<_ACEOF
22032 cat confdefs.h
>>conftest.
$ac_ext
22033 cat >>conftest.
$ac_ext <<_ACEOF
22034 /* end confdefs.h. */
22039 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22040 $EGREP "yes" >/dev
/null
2>&1; then
22041 ac_cv_cpp_def___ALPHA__
=yes
22043 ac_cv_cpp_def___ALPHA__
=no
22048 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22049 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22050 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22051 CFLAGS
="$CFLAGS -D__ALPHA__"
22052 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22055 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22056 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22057 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22060 cat >conftest.
$ac_ext <<_ACEOF
22063 cat confdefs.h
>>conftest.
$ac_ext
22064 cat >>conftest.
$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22070 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22071 $EGREP "yes" >/dev
/null
2>&1; then
22072 ac_cv_cpp_def___sparc__
=yes
22074 ac_cv_cpp_def___sparc__
=no
22079 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22080 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22081 if test $ac_cv_cpp_def___sparc__ = yes; then
22082 CFLAGS
="$CFLAGS -D__sparc__"
22083 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22086 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22087 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22088 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22089 echo $ECHO_N "(cached) $ECHO_C" >&6
22091 cat >conftest.
$ac_ext <<_ACEOF
22094 cat confdefs.h
>>conftest.
$ac_ext
22095 cat >>conftest.
$ac_ext <<_ACEOF
22096 /* end confdefs.h. */
22097 #ifndef __powerpc__
22101 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22102 $EGREP "yes" >/dev
/null
2>&1; then
22103 ac_cv_cpp_def___powerpc__
=yes
22105 ac_cv_cpp_def___powerpc__
=no
22110 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22111 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22112 if test $ac_cv_cpp_def___powerpc__ = yes; then
22113 CFLAGS
="$CFLAGS -D__powerpc__"
22114 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22119 case $host_vendor in
22120 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22121 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22122 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22123 echo $ECHO_N "(cached) $ECHO_C" >&6
22125 cat >conftest.
$ac_ext <<_ACEOF
22128 cat confdefs.h
>>conftest.
$ac_ext
22129 cat >>conftest.
$ac_ext <<_ACEOF
22130 /* end confdefs.h. */
22135 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22136 $EGREP "yes" >/dev
/null
2>&1; then
22137 ac_cv_cpp_def___sun__
=yes
22139 ac_cv_cpp_def___sun__
=no
22144 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22145 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22146 if test $ac_cv_cpp_def___sun__ = yes; then
22147 CFLAGS
="$CFLAGS -D__sun__"
22148 LINTFLAGS
="$LINTFLAGS -D__sun__"
22154 DEPENDENCIES
="### Dependencies:
22159 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22161 \$(OBJS): \$(IDL_GEN_HEADERS)
22162 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22163 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22164 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22165 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22172 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22183 ALL_PROGRAM_DIRS
=""
22185 ALL_PROGRAM_INSTALL_DIRS
=""
22187 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22193 ac_config_commands
="$ac_config_commands include/stamp-h"
22196 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22198 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22200 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22202 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22204 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22206 ac_config_commands
="$ac_config_commands include/wine"
22209 ALL_MAKERULES
="$ALL_MAKERULES \\
22211 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22212 Make.rules: Make.rules.in"
22213 MAKE_RULES
=Make.rules
22214 ac_config_files
="$ac_config_files Make.rules"
22216 ALL_MAKERULES
="$ALL_MAKERULES \\
22217 dlls/Makedll.rules"
22218 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22219 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22220 MAKE_DLL_RULES
=dlls
/Makedll.rules
22221 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22223 ALL_MAKERULES
="$ALL_MAKERULES \\
22224 dlls/Makeimplib.rules"
22225 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22226 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22227 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22228 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22230 ALL_MAKERULES
="$ALL_MAKERULES \\
22231 dlls/Maketest.rules"
22232 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22233 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22234 MAKE_TEST_RULES
=dlls
/Maketest.rules
22235 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22237 ALL_MAKERULES
="$ALL_MAKERULES \\
22238 programs/Makeprog.rules"
22239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22240 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22241 MAKE_PROG_RULES
=programs
/Makeprog.rules
22242 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22248 Makefile: Makefile.in Make.rules"
22249 ac_config_files
="$ac_config_files Makefile"
22251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22253 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
22255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22256 dlls/Makefile: dlls/Makefile.in Make.rules"
22257 ac_config_files
="$ac_config_files dlls/Makefile"
22259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22260 dlls/acledit/Makefile"
22261 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22264 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22265 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22268 dlls/activeds/Makefile"
22269 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22272 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22273 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22276 dlls/actxprxy/Makefile"
22277 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22280 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22281 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22284 dlls/adsiid/Makefile"
22285 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22288 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22289 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22292 dlls/advapi32/Makefile"
22293 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22296 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22297 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22300 dlls/advapi32/tests/Makefile"
22301 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22304 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22305 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22308 dlls/advpack/Makefile"
22309 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22312 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22313 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22316 dlls/advpack/tests/Makefile"
22317 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22320 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22321 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22324 dlls/amstream/Makefile"
22325 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22328 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22329 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22332 dlls/appwiz.cpl/Makefile"
22333 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22336 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22337 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22341 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22344 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22345 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22348 dlls/avicap32/Makefile"
22349 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22352 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22353 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22356 dlls/avifil32/Makefile"
22357 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22360 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22361 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22364 dlls/browseui/Makefile"
22365 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22368 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22369 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22372 dlls/browseui/tests/Makefile"
22373 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22376 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22377 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22380 dlls/cabinet/Makefile"
22381 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22384 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22385 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22388 dlls/cabinet/tests/Makefile"
22389 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22392 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22393 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22396 dlls/capi2032/Makefile"
22397 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22400 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22401 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22404 dlls/cards/Makefile"
22405 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22408 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22409 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22412 dlls/cfgmgr32/Makefile"
22413 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22416 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22417 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22420 dlls/clusapi/Makefile"
22421 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22424 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22425 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22428 dlls/comcat/Makefile"
22429 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22432 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22433 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22436 dlls/comcat/tests/Makefile"
22437 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22440 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22441 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22444 dlls/comctl32/Makefile"
22445 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22448 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22449 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22452 dlls/comctl32/tests/Makefile"
22453 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22456 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22457 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22460 dlls/comdlg32/Makefile"
22461 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22464 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22465 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22468 dlls/comdlg32/tests/Makefile"
22469 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22472 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22473 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22476 dlls/compstui/Makefile"
22477 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22480 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22481 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22484 dlls/credui/Makefile"
22485 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22488 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22489 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22492 dlls/credui/tests/Makefile"
22493 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22496 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22497 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22500 dlls/crtdll/Makefile"
22501 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22504 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22505 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22508 dlls/crypt32/Makefile"
22509 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22512 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22513 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22516 dlls/crypt32/tests/Makefile"
22517 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22520 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22521 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22524 dlls/cryptdlg/Makefile"
22525 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22528 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22529 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22532 dlls/cryptdll/Makefile"
22533 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22536 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22537 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22540 dlls/cryptnet/Makefile"
22541 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22544 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22545 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22548 dlls/cryptnet/tests/Makefile"
22549 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22552 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22553 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22556 dlls/cryptui/Makefile"
22557 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22560 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22561 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22564 dlls/ctapi32/Makefile"
22565 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22568 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22569 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22572 dlls/ctl3d32/Makefile"
22573 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22576 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22577 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22580 dlls/d3d10/Makefile"
22581 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22584 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22585 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22588 dlls/d3d8/Makefile"
22589 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22592 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22593 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22596 dlls/d3d8/tests/Makefile"
22597 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22600 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22601 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22604 dlls/d3d9/Makefile"
22605 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22608 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22609 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22612 dlls/d3d9/tests/Makefile"
22613 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22616 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22617 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22620 dlls/d3dim/Makefile"
22621 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22625 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22628 dlls/d3drm/Makefile"
22629 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22632 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22633 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22636 dlls/d3drm/tests/Makefile"
22637 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22640 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22641 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22644 dlls/d3dx8/Makefile"
22645 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22648 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22649 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22652 dlls/d3dx8/tests/Makefile"
22653 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22656 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22657 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22660 dlls/d3dx9_24/Makefile"
22661 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22664 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22665 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22668 dlls/d3dx9_25/Makefile"
22669 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22672 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22673 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22676 dlls/d3dx9_26/Makefile"
22677 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22680 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22681 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
22683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22684 dlls/d3dx9_27/Makefile"
22685 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22688 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22689 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
22691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22692 dlls/d3dx9_28/Makefile"
22693 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22696 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22697 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
22699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22700 dlls/d3dx9_29/Makefile"
22701 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22704 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22705 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
22707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22708 dlls/d3dx9_30/Makefile"
22709 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22712 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22713 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
22715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22716 dlls/d3dx9_31/Makefile"
22717 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22720 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22721 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
22723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22724 dlls/d3dx9_32/Makefile"
22725 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22728 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22729 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
22731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22732 dlls/d3dx9_33/Makefile"
22733 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22736 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22737 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
22739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22740 dlls/d3dx9_34/Makefile"
22741 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22744 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22745 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
22747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22748 dlls/d3dx9_35/Makefile"
22749 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22752 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22753 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
22755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22756 dlls/d3dx9_36/Makefile"
22757 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22760 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22761 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
22763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22764 dlls/d3dx9_36/tests/Makefile"
22765 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22768 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22769 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22772 dlls/d3dx9_37/Makefile"
22773 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22776 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22777 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
22779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22780 dlls/d3dxof/Makefile"
22781 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22784 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22785 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
22787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22788 dlls/d3dxof/tests/Makefile"
22789 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22792 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22793 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
22795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22796 dlls/dbghelp/Makefile"
22797 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22800 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22801 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
22803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22804 dlls/dciman32/Makefile"
22805 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22808 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22809 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
22811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22812 dlls/ddraw/Makefile"
22813 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22816 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22817 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
22819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22820 dlls/ddraw/tests/Makefile"
22821 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22824 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22825 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
22827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22828 dlls/ddrawex/Makefile"
22829 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22832 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22833 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
22835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22836 dlls/devenum/Makefile"
22837 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22840 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22841 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
22843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22844 dlls/dinput/Makefile"
22845 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22848 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22849 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
22851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22852 dlls/dinput/tests/Makefile"
22853 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22856 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22857 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
22859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22860 dlls/dinput8/Makefile"
22861 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22864 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22865 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
22867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22868 dlls/dmband/Makefile"
22869 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22872 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22873 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
22875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22876 dlls/dmcompos/Makefile"
22877 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22880 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22881 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
22883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22884 dlls/dmime/Makefile"
22885 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22888 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22889 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
22891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22892 dlls/dmloader/Makefile"
22893 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22896 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22897 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
22899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22900 dlls/dmscript/Makefile"
22901 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22904 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22905 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
22907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22908 dlls/dmstyle/Makefile"
22909 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22912 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22913 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
22915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22916 dlls/dmsynth/Makefile"
22917 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22920 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22921 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
22923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22924 dlls/dmusic/Makefile"
22925 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22928 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22929 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
22931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22932 dlls/dmusic32/Makefile"
22933 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22936 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22937 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
22939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22940 dlls/dnsapi/Makefile"
22941 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22944 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22945 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
22947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22948 dlls/dnsapi/tests/Makefile"
22949 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22952 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22953 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
22955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22956 dlls/dplay/Makefile"
22957 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22960 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22961 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
22963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22964 dlls/dplayx/Makefile"
22965 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22968 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22969 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
22971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22972 dlls/dplayx/tests/Makefile"
22973 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22976 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22977 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
22979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22980 dlls/dpnaddr/Makefile"
22981 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22984 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22985 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
22987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22988 dlls/dpnet/Makefile"
22989 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22992 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22993 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
22995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22996 dlls/dpnhpast/Makefile"
22997 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23000 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23001 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23004 dlls/dpnlobby/Makefile"
23005 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23008 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23009 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23012 dlls/dpwsockx/Makefile"
23013 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23016 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23017 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23020 dlls/dsound/Makefile"
23021 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23024 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23025 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23028 dlls/dsound/tests/Makefile"
23029 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23032 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23033 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23036 dlls/dssenh/Makefile"
23037 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23040 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23041 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23044 dlls/dswave/Makefile"
23045 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23048 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23049 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23052 dlls/dwmapi/Makefile"
23053 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23056 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23057 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23060 dlls/dxdiagn/Makefile"
23061 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23064 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23065 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23068 dlls/dxerr8/Makefile"
23069 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23072 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23073 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23076 dlls/dxerr9/Makefile"
23077 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23080 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23081 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23084 dlls/dxguid/Makefile"
23085 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23088 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23089 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23092 dlls/faultrep/Makefile"
23093 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23096 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23097 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23100 dlls/fusion/Makefile"
23101 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23104 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23105 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23108 dlls/fusion/tests/Makefile"
23109 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23112 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23113 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23116 dlls/gdi32/Makefile"
23117 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23120 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23121 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23124 dlls/gdi32/tests/Makefile"
23125 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23128 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23129 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23132 dlls/gdiplus/Makefile"
23133 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23136 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23137 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23140 dlls/gdiplus/tests/Makefile"
23141 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23144 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23148 dlls/glu32/Makefile"
23149 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23152 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23153 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23156 dlls/gphoto2.ds/Makefile"
23157 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23160 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23161 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23164 dlls/gpkcsp/Makefile"
23165 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23168 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23169 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23173 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23176 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23177 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23180 dlls/hhctrl.ocx/Makefile"
23181 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23184 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23185 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23189 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23192 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23193 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23196 dlls/hlink/Makefile"
23197 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23200 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23201 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23204 dlls/hlink/tests/Makefile"
23205 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23208 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23209 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23212 dlls/hnetcfg/Makefile"
23213 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23216 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23217 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23220 dlls/iccvid/Makefile"
23221 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23224 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23225 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23228 dlls/icmp/Makefile"
23229 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23232 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23233 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23236 dlls/ifsmgr.vxd/Makefile"
23237 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23240 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23241 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23244 dlls/imaadp32.acm/Makefile"
23245 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23248 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23249 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23252 dlls/imagehlp/Makefile"
23253 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23256 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23257 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23260 dlls/imm32/Makefile"
23261 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23264 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23265 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23268 dlls/imm32/tests/Makefile"
23269 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23272 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23273 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23276 dlls/inetcomm/Makefile"
23277 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23280 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23281 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23284 dlls/inetcomm/tests/Makefile"
23285 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23288 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23289 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23292 dlls/inetmib1/Makefile"
23293 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23296 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23297 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23300 dlls/inetmib1/tests/Makefile"
23301 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23304 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23305 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23308 dlls/infosoft/Makefile"
23309 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23312 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23313 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23316 dlls/infosoft/tests/Makefile"
23317 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23320 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23321 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23324 dlls/initpki/Makefile"
23325 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23328 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23329 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23332 dlls/inkobj/Makefile"
23333 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23336 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23337 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23340 dlls/inseng/Makefile"
23341 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23344 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23345 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23348 dlls/iphlpapi/Makefile"
23349 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23352 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23353 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23356 dlls/iphlpapi/tests/Makefile"
23357 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23360 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23361 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23364 dlls/itircl/Makefile"
23365 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23368 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23369 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23372 dlls/itss/Makefile"
23373 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23376 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23377 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23380 dlls/itss/tests/Makefile"
23381 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23384 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23385 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23388 dlls/jscript/Makefile"
23389 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23392 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23393 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23396 dlls/jscript/tests/Makefile"
23397 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23400 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23401 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23404 dlls/kernel32/Makefile"
23405 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23408 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23409 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23412 dlls/kernel32/tests/Makefile"
23413 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23416 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23417 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23420 dlls/localspl/Makefile"
23421 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23424 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23425 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23428 dlls/localspl/tests/Makefile"
23429 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23432 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23433 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23436 dlls/localui/Makefile"
23437 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23440 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23441 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23444 dlls/localui/tests/Makefile"
23445 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23448 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23449 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23452 dlls/lz32/Makefile"
23453 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23456 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23457 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23460 dlls/lz32/tests/Makefile"
23461 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23464 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23465 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23468 dlls/mapi32/Makefile"
23469 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23472 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23473 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23476 dlls/mapi32/tests/Makefile"
23477 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23480 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23481 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23484 dlls/mciavi32/Makefile"
23485 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23488 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23489 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23492 dlls/mcicda/Makefile"
23493 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23496 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23497 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23500 dlls/mciseq/Makefile"
23501 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23504 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23505 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23508 dlls/mciwave/Makefile"
23509 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23512 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23513 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23516 dlls/midimap/Makefile"
23517 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23520 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23521 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23524 dlls/mlang/Makefile"
23525 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23528 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23529 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23532 dlls/mlang/tests/Makefile"
23533 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23536 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23537 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23540 dlls/mmdevldr.vxd/Makefile"
23541 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23544 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23545 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23548 dlls/monodebg.vxd/Makefile"
23549 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23552 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23553 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23556 dlls/mountmgr.sys/Makefile"
23557 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23560 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23561 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23565 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23568 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23569 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23572 dlls/mprapi/Makefile"
23573 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23576 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23577 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23580 dlls/msacm32.drv/Makefile"
23581 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23584 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23585 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23588 dlls/msacm32/Makefile"
23589 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23592 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23593 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23596 dlls/msacm32/tests/Makefile"
23597 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23600 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23601 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23604 dlls/msadp32.acm/Makefile"
23605 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23608 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23609 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23612 dlls/mscat32/Makefile"
23613 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23616 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23617 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23620 dlls/mscms/Makefile"
23621 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23624 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23625 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23628 dlls/mscms/tests/Makefile"
23629 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23632 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23633 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23636 dlls/mscoree/Makefile"
23637 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23640 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23641 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23644 dlls/msdmo/Makefile"
23645 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23648 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23649 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23652 dlls/msftedit/Makefile"
23653 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23656 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23657 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23660 dlls/msg711.acm/Makefile"
23661 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23664 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23665 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23668 dlls/mshtml.tlb/Makefile"
23669 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23672 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23673 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
23675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23676 dlls/mshtml/Makefile"
23677 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23680 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23681 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
23683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23684 dlls/mshtml/tests/Makefile"
23685 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23688 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
23691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23693 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23696 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23697 ac_config_files
="$ac_config_files dlls/msi/Makefile"
23699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23700 dlls/msi/tests/Makefile"
23701 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23704 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23705 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
23707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23708 dlls/msimg32/Makefile"
23709 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23712 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23713 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
23715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23716 dlls/msimtf/Makefile"
23717 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23720 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23721 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
23723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23724 dlls/msisip/Makefile"
23725 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23728 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23729 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
23731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23732 dlls/msisys.ocx/Makefile"
23733 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23736 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23737 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
23739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23740 dlls/msnet32/Makefile"
23741 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23744 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23745 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
23747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23748 dlls/msrle32/Makefile"
23749 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23752 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23753 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
23755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23756 dlls/mssip32/Makefile"
23757 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23760 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23761 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
23763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23764 dlls/mstask/Makefile"
23765 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23768 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23769 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
23771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23772 dlls/mstask/tests/Makefile"
23773 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23776 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
23779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23780 dlls/msvcirt/Makefile"
23781 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23784 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23785 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
23787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23788 dlls/msvcr71/Makefile"
23789 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23792 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23793 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
23795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23796 dlls/msvcrt/Makefile"
23797 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23800 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23801 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
23803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23804 dlls/msvcrt/tests/Makefile"
23805 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23808 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23809 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
23811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23812 dlls/msvcrt20/Makefile"
23813 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23816 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23817 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
23819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23820 dlls/msvcrt40/Makefile"
23821 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23824 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23825 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
23827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23828 dlls/msvcrtd/Makefile"
23829 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23832 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23833 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
23835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23836 dlls/msvcrtd/tests/Makefile"
23837 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23840 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23841 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
23843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23844 dlls/msvfw32/Makefile"
23845 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23848 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23849 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
23851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23852 dlls/msvidc32/Makefile"
23853 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23856 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23857 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
23859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23860 dlls/mswsock/Makefile"
23861 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23864 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23865 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
23867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23868 dlls/msxml3/Makefile"
23869 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23872 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23873 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
23875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23876 dlls/msxml3/tests/Makefile"
23877 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23880 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23881 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
23883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23884 dlls/nddeapi/Makefile"
23885 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23888 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23889 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
23891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23892 dlls/netapi32/Makefile"
23893 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23896 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23897 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
23899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23900 dlls/netapi32/tests/Makefile"
23901 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23904 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23905 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
23907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23908 dlls/newdev/Makefile"
23909 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23912 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23913 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
23915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23916 dlls/ntdll/Makefile"
23917 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23920 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23921 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
23923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23924 dlls/ntdll/tests/Makefile"
23925 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23928 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23929 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
23931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23932 dlls/ntdsapi/Makefile"
23933 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23936 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23937 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
23939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23940 dlls/ntdsapi/tests/Makefile"
23941 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23944 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23945 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
23947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23948 dlls/ntoskrnl.exe/Makefile"
23949 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23952 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23953 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23956 dlls/ntprint/Makefile"
23957 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23960 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23961 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
23963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23964 dlls/ntprint/tests/Makefile"
23965 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23968 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
23971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23972 dlls/objsel/Makefile"
23973 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23976 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23977 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
23979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23980 dlls/odbc32/Makefile"
23981 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23984 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23985 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
23987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23988 dlls/odbccp32/Makefile"
23989 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23992 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23993 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
23995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23996 dlls/odbccp32/tests/Makefile"
23997 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24000 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24001 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24004 dlls/ole32/Makefile"
24005 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24008 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24009 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24012 dlls/ole32/tests/Makefile"
24013 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24016 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24020 dlls/oleacc/Makefile"
24021 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24024 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24025 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24028 dlls/oleaut32/Makefile"
24029 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24032 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24033 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24036 dlls/oleaut32/tests/Makefile"
24037 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24040 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24041 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24044 dlls/olecli32/Makefile"
24045 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24048 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24049 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24052 dlls/oledlg/Makefile"
24053 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24056 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24057 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24060 dlls/olepro32/Makefile"
24061 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24064 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24065 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24068 dlls/olesvr32/Makefile"
24069 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24072 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24076 dlls/olethk32/Makefile"
24077 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24080 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24081 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24084 dlls/opengl32/Makefile"
24085 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24088 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24092 dlls/opengl32/tests/Makefile"
24093 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24096 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24097 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24101 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24104 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24105 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24108 dlls/pdh/tests/Makefile"
24109 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24112 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24113 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24116 dlls/powrprof/Makefile"
24117 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24120 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24121 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24124 dlls/printui/Makefile"
24125 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24128 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24129 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24132 dlls/propsys/Makefile"
24133 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24136 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24137 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24140 dlls/psapi/Makefile"
24141 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24144 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24145 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24148 dlls/psapi/tests/Makefile"
24149 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24152 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24153 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24156 dlls/pstorec/Makefile"
24157 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24160 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24161 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24164 dlls/qcap/Makefile"
24165 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24168 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24169 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24172 dlls/qedit/Makefile"
24173 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24176 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24177 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24180 dlls/qedit/tests/Makefile"
24181 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24184 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24185 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24188 dlls/qmgr/Makefile"
24189 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24192 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24193 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24196 dlls/qmgr/tests/Makefile"
24197 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24200 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24201 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24204 dlls/qmgrprxy/Makefile"
24205 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24208 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24209 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24212 dlls/quartz/Makefile"
24213 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24216 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24217 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24220 dlls/quartz/tests/Makefile"
24221 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24224 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24228 dlls/query/Makefile"
24229 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24232 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24233 ac_config_files
="$ac_config_files dlls/query/Makefile"
24235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24236 dlls/rasapi32/Makefile"
24237 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24240 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24241 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24244 dlls/rasapi32/tests/Makefile"
24245 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24248 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24249 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24252 dlls/resutils/Makefile"
24253 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24256 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24257 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24260 dlls/riched20/Makefile"
24261 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24264 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24265 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24268 dlls/riched20/tests/Makefile"
24269 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24272 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24276 dlls/riched32/Makefile"
24277 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24280 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24281 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24284 dlls/riched32/tests/Makefile"
24285 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24288 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24292 dlls/rpcrt4/Makefile"
24293 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24296 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24297 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24300 dlls/rpcrt4/tests/Makefile"
24301 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24304 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24308 dlls/rsabase/Makefile"
24309 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24312 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24313 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24316 dlls/rsaenh/Makefile"
24317 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24320 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24321 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24324 dlls/rsaenh/tests/Makefile"
24325 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24328 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24332 dlls/sane.ds/Makefile"
24333 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24336 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24337 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24340 dlls/sccbase/Makefile"
24341 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24344 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24345 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24348 dlls/schannel/Makefile"
24349 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24352 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24353 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24356 dlls/schannel/tests/Makefile"
24357 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24360 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24361 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24364 dlls/secur32/Makefile"
24365 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24368 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24372 dlls/secur32/tests/Makefile"
24373 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24376 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24380 dlls/security/Makefile"
24381 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24384 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24385 ac_config_files
="$ac_config_files dlls/security/Makefile"
24387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24388 dlls/sensapi/Makefile"
24389 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24392 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24393 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24396 dlls/serialui/Makefile"
24397 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24400 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24401 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24404 dlls/serialui/tests/Makefile"
24405 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24408 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24409 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24412 dlls/setupapi/Makefile"
24413 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24416 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24417 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24420 dlls/setupapi/tests/Makefile"
24421 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24424 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24425 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24429 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24432 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24433 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24436 dlls/sfc_os/Makefile"
24437 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24440 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24441 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24444 dlls/shdoclc/Makefile"
24445 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24448 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24449 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24452 dlls/shdocvw/Makefile"
24453 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24456 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24457 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24460 dlls/shdocvw/tests/Makefile"
24461 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24464 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24468 dlls/shell32/Makefile"
24469 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24472 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24473 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24476 dlls/shell32/tests/Makefile"
24477 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24480 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24484 dlls/shfolder/Makefile"
24485 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24488 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24489 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24492 dlls/shlwapi/Makefile"
24493 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24496 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24497 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24500 dlls/shlwapi/tests/Makefile"
24501 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24504 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24505 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24508 dlls/slbcsp/Makefile"
24509 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24512 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24513 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24517 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24520 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24521 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24524 dlls/snmpapi/Makefile"
24525 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24528 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24529 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24532 dlls/snmpapi/tests/Makefile"
24533 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24536 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24540 dlls/softpub/Makefile"
24541 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24544 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24545 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24548 dlls/spoolss/Makefile"
24549 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24552 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24553 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24556 dlls/spoolss/tests/Makefile"
24557 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24560 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24564 dlls/stdole2.tlb/Makefile"
24565 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24568 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24569 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24572 dlls/stdole32.tlb/Makefile"
24573 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24576 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24577 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24581 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24584 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24585 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24588 dlls/strmiids/Makefile"
24589 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24592 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24593 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24596 dlls/svrapi/Makefile"
24597 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24600 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24601 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24605 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24608 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24609 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24612 dlls/tapi32/Makefile"
24613 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24616 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24617 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24620 dlls/twain_32/Makefile"
24621 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24624 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24625 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24628 dlls/unicows/Makefile"
24629 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24632 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24633 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24637 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24640 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24641 ac_config_files
="$ac_config_files dlls/url/Makefile"
24643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24644 dlls/urlmon/Makefile"
24645 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24648 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24649 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24652 dlls/urlmon/tests/Makefile"
24653 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24656 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24657 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24660 dlls/user32/Makefile"
24661 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24664 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24665 ac_config_files
="$ac_config_files dlls/user32/Makefile"
24667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24668 dlls/user32/tests/Makefile"
24669 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24672 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
24675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24676 dlls/userenv/Makefile"
24677 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24680 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24681 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
24683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24684 dlls/userenv/tests/Makefile"
24685 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24688 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24689 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
24691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24692 dlls/usp10/Makefile"
24693 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24696 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24697 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
24699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24700 dlls/usp10/tests/Makefile"
24701 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24704 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24705 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
24707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24708 dlls/uuid/Makefile"
24709 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24712 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24713 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
24715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24716 dlls/uxtheme/Makefile"
24717 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24720 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24721 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
24723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24724 dlls/uxtheme/tests/Makefile"
24725 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24728 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
24731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24732 dlls/vdhcp.vxd/Makefile"
24733 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24736 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24737 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
24739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24740 dlls/vdmdbg/Makefile"
24741 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24744 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24745 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
24747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24748 dlls/version/Makefile"
24749 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24752 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24753 ac_config_files
="$ac_config_files dlls/version/Makefile"
24755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24756 dlls/version/tests/Makefile"
24757 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24760 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24761 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
24763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24764 dlls/vmm.vxd/Makefile"
24765 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24768 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24769 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
24771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24772 dlls/vnbt.vxd/Makefile"
24773 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24776 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24777 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
24779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24780 dlls/vnetbios.vxd/Makefile"
24781 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24784 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24785 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
24787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24788 dlls/vtdapi.vxd/Makefile"
24789 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24792 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24793 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
24795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24796 dlls/vwin32.vxd/Makefile"
24797 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24800 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24801 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
24803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24804 dlls/w32skrnl/Makefile"
24805 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24808 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24809 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
24811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24812 dlls/winealsa.drv/Makefile"
24813 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24816 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24817 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
24819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24820 dlls/wineaudioio.drv/Makefile"
24821 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24824 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24825 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
24827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24828 dlls/winecoreaudio.drv/Makefile"
24829 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24832 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24833 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24836 dlls/winecrt0/Makefile"
24837 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24840 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24841 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
24843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24844 dlls/wined3d/Makefile"
24845 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24848 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24849 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
24851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24852 dlls/winedos/Makefile"
24853 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24856 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24857 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
24859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24860 dlls/wineesd.drv/Makefile"
24861 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24864 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24865 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
24867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24868 dlls/winejack.drv/Makefile"
24869 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24872 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24873 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
24875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24876 dlls/winejoystick.drv/Makefile"
24877 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24880 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24881 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
24883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24884 dlls/winemp3.acm/Makefile"
24885 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24888 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24889 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
24891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24892 dlls/winenas.drv/Makefile"
24893 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24896 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24897 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
24899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24900 dlls/wineoss.drv/Makefile"
24901 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24904 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24905 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
24907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24908 dlls/wineps.drv/Makefile"
24909 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24912 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24913 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
24915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24916 dlls/winequartz.drv/Makefile"
24917 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24920 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24921 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
24923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24924 dlls/winex11.drv/Makefile"
24925 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24928 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24929 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
24931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24932 dlls/wing32/Makefile"
24933 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24936 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24937 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
24939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24940 dlls/winhttp/Makefile"
24941 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24944 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24945 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
24947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24948 dlls/winhttp/tests/Makefile"
24949 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24952 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24953 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
24955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24956 dlls/wininet/Makefile"
24957 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24960 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24961 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
24963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24964 dlls/wininet/tests/Makefile"
24965 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24968 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24969 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
24971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24972 dlls/winmm/Makefile"
24973 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24976 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24977 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
24979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24980 dlls/winmm/tests/Makefile"
24981 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24984 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
24987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24988 dlls/winnls32/Makefile"
24989 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24992 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24993 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
24995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24996 dlls/winscard/Makefile"
24997 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25000 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25001 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25004 dlls/winspool.drv/Makefile"
25005 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25008 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25009 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25012 dlls/winspool.drv/tests/Makefile"
25013 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25014 winspool.drv/tests"
25015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25016 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25017 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25020 dlls/wintab32/Makefile"
25021 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25024 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25025 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25028 dlls/wintrust/Makefile"
25029 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25032 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25033 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25036 dlls/wintrust/tests/Makefile"
25037 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25040 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25044 dlls/wldap32/Makefile"
25045 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25048 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25053 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25056 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25057 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25060 dlls/wnaspi32/Makefile"
25061 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25064 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25065 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25068 dlls/wow32/Makefile"
25069 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25072 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25073 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25076 dlls/ws2_32/Makefile"
25077 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25080 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25081 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25084 dlls/ws2_32/tests/Makefile"
25085 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25088 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25089 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25092 dlls/wsock32/Makefile"
25093 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25096 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25097 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25100 dlls/wtsapi32/Makefile"
25101 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25104 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25105 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25108 documentation/Makefile"
25109 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25112 documentation/Makefile: documentation/Makefile.in Make.rules"
25113 ac_config_files
="$ac_config_files documentation/Makefile"
25115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25117 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25120 fonts/Makefile: fonts/Makefile.in Make.rules"
25121 ac_config_files
="$ac_config_files fonts/Makefile"
25123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25125 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25128 include/Makefile: include/Makefile.in Make.rules"
25129 ac_config_files
="$ac_config_files include/Makefile"
25131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25133 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25136 libs/Makefile: libs/Makefile.in Make.rules"
25137 ac_config_files
="$ac_config_files libs/Makefile"
25139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25140 libs/port/Makefile"
25142 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25143 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25144 ac_config_files
="$ac_config_files libs/port/Makefile"
25146 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25147 libs/wine/Makefile"
25149 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25150 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25151 ac_config_files
="$ac_config_files libs/wine/Makefile"
25153 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25156 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25157 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25158 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25160 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25162 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25164 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25165 loader/Makefile: loader/Makefile.in Make.rules"
25166 ac_config_files
="$ac_config_files loader/Makefile"
25168 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25170 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25172 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25173 programs/Makefile: programs/Makefile.in Make.rules"
25174 ac_config_files
="$ac_config_files programs/Makefile"
25176 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25177 programs/clock/Makefile"
25178 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25179 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25182 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25183 ac_config_files
="$ac_config_files programs/clock/Makefile"
25185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25186 programs/cmd/Makefile"
25187 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25188 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25190 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25191 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25192 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25194 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25195 programs/cmdlgtst/Makefile"
25196 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25198 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25199 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25200 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25202 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25203 programs/control/Makefile"
25204 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25205 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25208 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25209 ac_config_files
="$ac_config_files programs/control/Makefile"
25211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25212 programs/eject/Makefile"
25213 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25214 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25216 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25217 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25218 ac_config_files
="$ac_config_files programs/eject/Makefile"
25220 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25221 programs/expand/Makefile"
25222 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25223 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25225 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25226 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25227 ac_config_files
="$ac_config_files programs/expand/Makefile"
25229 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25230 programs/explorer/Makefile"
25231 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25232 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25234 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25235 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25236 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25238 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25239 programs/hh/Makefile"
25240 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25241 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25243 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25244 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25245 ac_config_files
="$ac_config_files programs/hh/Makefile"
25247 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25248 programs/icinfo/Makefile"
25249 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25250 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25252 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25253 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25254 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25256 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25257 programs/iexplore/Makefile"
25258 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25259 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25262 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25263 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25266 programs/msiexec/Makefile"
25267 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25268 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25269 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25272 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25273 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25276 programs/net/Makefile"
25277 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25278 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25281 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25282 ac_config_files
="$ac_config_files programs/net/Makefile"
25284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25285 programs/notepad/Makefile"
25286 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25287 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25288 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25290 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25291 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25292 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25294 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25295 programs/oleview/Makefile"
25296 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25297 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25299 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25300 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25301 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25303 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25304 programs/progman/Makefile"
25305 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25306 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25307 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25310 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25311 ac_config_files
="$ac_config_files programs/progman/Makefile"
25313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25314 programs/reg/Makefile"
25315 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25316 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25318 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25319 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25320 ac_config_files
="$ac_config_files programs/reg/Makefile"
25322 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25323 programs/regedit/Makefile"
25324 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25325 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25326 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25329 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25330 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25333 programs/regsvr32/Makefile"
25334 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25335 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25336 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25338 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25339 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25340 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25342 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25343 programs/rpcss/Makefile"
25344 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25345 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25347 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25348 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25349 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25351 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25352 programs/rundll32/Makefile"
25353 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25354 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25356 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25357 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25358 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25360 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25361 programs/secedit/Makefile"
25362 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25363 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25366 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25367 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25370 programs/services/Makefile"
25371 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25372 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25374 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25375 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25376 ac_config_files
="$ac_config_files programs/services/Makefile"
25378 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25379 programs/spoolsv/Makefile"
25380 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25381 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25384 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25385 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25388 programs/start/Makefile"
25389 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25390 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25393 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25394 ac_config_files
="$ac_config_files programs/start/Makefile"
25396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25397 programs/svchost/Makefile"
25398 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25399 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25401 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25402 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25403 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25405 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25406 programs/taskmgr/Makefile"
25407 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25408 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25410 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25411 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25412 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25414 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25415 programs/uninstaller/Makefile"
25416 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25417 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25418 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25420 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25421 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25422 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25424 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25425 programs/view/Makefile"
25426 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25428 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25429 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25430 ac_config_files
="$ac_config_files programs/view/Makefile"
25432 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25433 programs/wineboot/Makefile"
25434 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25435 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25436 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25438 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25439 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25440 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25442 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25443 programs/winebrowser/Makefile"
25444 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25445 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25446 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25449 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25450 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25453 programs/winecfg/Makefile"
25454 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25455 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25456 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25458 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25459 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25460 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25462 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25463 programs/wineconsole/Makefile"
25464 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25465 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25466 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25468 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25469 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25470 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25472 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25473 programs/winedbg/Makefile"
25474 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25475 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25476 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25478 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25479 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25480 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25482 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25483 programs/winedevice/Makefile"
25484 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25485 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25488 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25489 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25492 programs/winefile/Makefile"
25493 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25494 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25495 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25497 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25498 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25499 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25501 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25502 programs/winemenubuilder/Makefile"
25503 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25504 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25506 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25507 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25508 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25510 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25511 programs/winemine/Makefile"
25512 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25513 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25514 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25516 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25517 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25518 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25520 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25521 programs/winepath/Makefile"
25522 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25523 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25524 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25526 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25527 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25528 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25530 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25531 programs/winetest/Makefile"
25532 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25534 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25535 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25536 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25538 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25539 programs/winevdm/Makefile"
25540 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25541 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25544 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25545 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25548 programs/winhlp32/Makefile"
25549 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25550 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25553 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25554 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25557 programs/winver/Makefile"
25558 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25559 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25561 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25562 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25563 ac_config_files
="$ac_config_files programs/winver/Makefile"
25565 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25566 programs/wordpad/Makefile"
25567 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25568 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25570 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25571 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25572 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25574 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25575 programs/write/Makefile"
25576 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25577 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25579 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25580 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25581 ac_config_files
="$ac_config_files programs/write/Makefile"
25583 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25584 programs/xcopy/Makefile"
25585 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25586 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25588 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25589 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25590 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25592 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25594 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25596 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25597 server/Makefile: server/Makefile.in Make.rules"
25598 ac_config_files
="$ac_config_files server/Makefile"
25600 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25602 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25604 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25605 tools/Makefile: tools/Makefile.in Make.rules"
25606 ac_config_files
="$ac_config_files tools/Makefile"
25608 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25609 tools/widl/Makefile"
25611 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25612 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25613 ac_config_files
="$ac_config_files tools/widl/Makefile"
25615 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25616 tools/winebuild/Makefile"
25618 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25619 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25620 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25622 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25623 tools/winedump/Makefile"
25625 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25626 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25627 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25629 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25630 tools/winegcc/Makefile"
25632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25633 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25634 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25637 tools/wmc/Makefile"
25639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25640 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25641 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25644 tools/wrc/Makefile"
25646 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25647 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25648 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25651 cat >confcache
<<\_ACEOF
25652 # This file is a shell script that caches the results of configure
25653 # tests run on this system so they can be shared between configure
25654 # scripts and configure runs, see configure's option --config-cache.
25655 # It is not useful on other systems. If it contains results you don't
25656 # want to keep, you may remove or edit it.
25658 # config.status only pays attention to the cache file if you give it
25659 # the --recheck option to rerun configure.
25661 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25662 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25663 # following values.
25667 # The following way of writing the cache mishandles newlines in values,
25668 # but we know of no workaround that is simple, portable, and efficient.
25669 # So, we kill variables containing newlines.
25670 # Ultrix sh set writes to stderr and can't be redirected directly,
25671 # and sets the high bit in the cache file unless we assign to the vars.
25673 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25674 eval ac_val
=\$
$ac_var
25678 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25679 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25682 _ | IFS | as_nl
) ;; #(
25683 *) $as_unset $ac_var ;;
25689 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25690 *${as_nl}ac_space
=\
*)
25691 # `set' does not quote correctly, so add quotes (double-quote
25692 # substitution turns \\\\ into \\, and sed turns \\ into \).
25695 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25698 # `set' quotes correctly as required by POSIX, so do not add quotes.
25699 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25708 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25710 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25712 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25713 if test -w "$cache_file"; then
25714 test "x$cache_file" != "x/dev/null" &&
25715 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25716 echo "$as_me: updating cache $cache_file" >&6;}
25717 cat confcache
>$cache_file
25719 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25720 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25725 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25726 # Let make expand exec_prefix.
25727 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25729 DEFS
=-DHAVE_CONFIG_H
25733 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
25734 # 1. Remove the extension, and $U if already installed.
25735 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
25736 ac_i
=`echo "$ac_i" | sed "$ac_script"`
25737 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25738 # will be set to the directory where LIBOBJS objects are built.
25739 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25740 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25742 LIBOBJS
=$ac_libobjs
25744 LTLIBOBJS
=$ac_ltlibobjs
25748 : ${CONFIG_STATUS=./config.status}
25749 ac_clean_files_save
=$ac_clean_files
25750 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
25751 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25752 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25753 cat >$CONFIG_STATUS <<_ACEOF
25755 # Generated by $as_me.
25756 # Run this file to recreate the current configuration.
25757 # Compiler output produced by configure, useful for debugging
25758 # configure, is in config.log if it exists.
25761 ac_cs_recheck=false
25763 SHELL=\${CONFIG_SHELL-$SHELL}
25766 cat >>$CONFIG_STATUS <<\_ACEOF
25767 ## --------------------- ##
25768 ## M4sh Initialization. ##
25769 ## --------------------- ##
25771 # Be more Bourne compatible
25772 DUALCASE
=1; export DUALCASE
# for MKS sh
25773 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
25776 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25777 # is contrary to our usage. Disable this feature.
25778 alias -g '${1+"$@"}'='"$@"'
25779 setopt NO_GLOB_SUBST
25781 case `(set -o) 2>/dev/null` in
25782 *posix
*) set -o posix
;;
25791 # Avoid depending upon Character Ranges.
25792 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
25793 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25794 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
25795 as_cr_digits
='0123456789'
25796 as_cr_alnum
=$as_cr_Letters$as_cr_digits
25798 # The user is always right.
25799 if test "${PATH_SEPARATOR+set}" != set; then
25800 echo "#! /bin/sh" >conf$$.sh
25801 echo "exit 0" >>conf$$.sh
25803 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
25811 # Support unset when possible.
25812 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
25820 # We need space, tab and new line, in precisely that order. Quoting is
25821 # there to prevent editors from complaining about space-tab.
25822 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25823 # splitting by setting IFS to empty value.)
25828 # Find who we are. Look in the path if we contain no directory separator.
25830 *[\\/]* ) as_myself
=$0 ;;
25831 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25832 for as_dir
in $PATH
25835 test -z "$as_dir" && as_dir
=.
25836 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
25842 # We did not find ourselves, most probably we were run as `sh COMMAND'
25843 # in which case we are not to be found in the path.
25844 if test "x$as_myself" = x
; then
25847 if test ! -f "$as_myself"; then
25848 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25849 { (exit 1); exit 1; }
25852 # Work around bugs in pre-3.0 UWIN ksh.
25853 for as_var
in ENV MAIL MAILPATH
25854 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25862 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25863 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25864 LC_TELEPHONE LC_TIME
25866 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25867 eval $as_var=C
; export $as_var
25869 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25873 # Required to use basename.
25874 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25875 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25881 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25882 as_basename
=basename
25888 # Name of the executable.
25889 as_me
=`$as_basename -- "$0" ||
25890 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25891 X"$0" : 'X\(//\)$' \| \
25892 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25894 sed '/^.*\/\([^/][^/]*\)\/*$/{
25913 as_lineno_1
=$LINENO
25914 as_lineno_2
=$LINENO
25915 test "x$as_lineno_1" != "x$as_lineno_2" &&
25916 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
25918 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25919 # uniformly replaced by the line number. The first 'sed' inserts a
25920 # line-number line after each line using $LINENO; the second 'sed'
25921 # does the real work. The second script uses 'N' to pair each
25922 # line-number line with the line containing $LINENO, and appends
25923 # trailing '-' during substitution so that $LINENO is not a special
25924 # case at line end.
25925 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25926 # scripts with optimization help from Paolo Bonzini. Blame Lee
25927 # E. McMahon (1931-1989) for sed's syntax. :-)
25939 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25942 ' >$as_me.lineno
&&
25943 chmod +x
"$as_me.lineno" ||
25944 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25945 { (exit 1); exit 1; }; }
25947 # Don't try to exec as it changes $[0], causing all sort of problems
25948 # (the dirname of $[0] is not the place where we might find the
25949 # original and so on. Autoconf is especially sensitive to this).
25950 .
"./$as_me.lineno"
25951 # Exit status is that of the last command.
25956 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
25962 ECHO_C
= ECHO_N
= ECHO_T
=
25963 case `echo -n x` in
25965 case `echo 'x\c'` in
25966 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
25973 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25974 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25980 rm -f conf$$ conf$$.exe conf$$.
file
25981 if test -d conf$$.dir
; then
25982 rm -f conf$$.dir
/conf$$.
file
25988 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
25990 # ... but there are two gotchas:
25991 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25992 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25993 # In both cases, we have to default to `cp -p'.
25994 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
25996 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26001 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26002 rmdir conf$$.dir
2>/dev
/null
26004 if mkdir
-p .
2>/dev
/null
; then
26007 test -d .
/-p && rmdir .
/-p
26011 if test -x / >/dev
/null
2>&1; then
26012 as_test_x
='test -x'
26014 if ls -dL / >/dev
/null
2>&1; then
26021 if test -d "$1"; then
26027 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26028 ???[sx]*):;;*)false;;esac;fi
26032 as_executable_p
=$as_test_x
26034 # Sed expression to map a string onto a valid CPP name.
26035 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26037 # Sed expression to map a string onto a valid variable name.
26038 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26043 # Save the log message, to keep $[0] and so on meaningful, and to
26044 # report actual input values of CONFIG_FILES etc. instead of their
26045 # values after options handling.
26047 This file was extended by Wine $as_me 1.1.3, which was
26048 generated by GNU Autoconf 2.61. Invocation command line was
26050 CONFIG_FILES = $CONFIG_FILES
26051 CONFIG_HEADERS = $CONFIG_HEADERS
26052 CONFIG_LINKS = $CONFIG_LINKS
26053 CONFIG_COMMANDS = $CONFIG_COMMANDS
26056 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26061 cat >>$CONFIG_STATUS <<_ACEOF
26062 # Files that config.status was made for.
26063 config_files="$ac_config_files"
26064 config_headers="$ac_config_headers"
26065 config_commands="$ac_config_commands"
26069 cat >>$CONFIG_STATUS <<\_ACEOF
26071 \`$as_me' instantiates files from templates according to the
26072 current configuration.
26074 Usage: $0 [OPTIONS] [FILE]...
26076 -h, --help print this help, then exit
26077 -V, --version print version number and configuration settings, then exit
26078 -q, --quiet do not print progress messages
26079 -d, --debug don't remove temporary files
26080 --recheck update $as_me by reconfiguring in the same conditions
26081 --file=FILE[:TEMPLATE]
26082 instantiate the configuration file FILE
26083 --header=FILE[:TEMPLATE]
26084 instantiate the configuration header FILE
26086 Configuration files:
26089 Configuration headers:
26092 Configuration commands:
26095 Report bugs to <bug-autoconf@gnu.org>."
26098 cat >>$CONFIG_STATUS <<_ACEOF
26100 Wine config.status 1.1.3
26101 configured by $0, generated by GNU Autoconf 2.61,
26102 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26104 Copyright (C) 2006 Free Software Foundation, Inc.
26105 This config.status script is free software; the Free Software Foundation
26106 gives unlimited permission to copy, distribute and modify it."
26113 cat >>$CONFIG_STATUS <<\_ACEOF
26114 # If no file are specified by the user, then we need to provide default
26115 # value. By we need to know if files were specified by the user.
26121 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26122 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26133 # Handling of the options.
26134 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26136 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26137 echo "$ac_cs_version"; exit ;;
26138 --debug |
--debu |
--deb |
--de |
--d |
-d )
26140 --file |
--fil |
--fi |
--f )
26142 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26143 ac_need_defaults
=false
;;
26144 --header |
--heade |
--head |
--hea )
26146 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26147 ac_need_defaults
=false
;;
26149 # Conflict between --help and --header
26150 { echo "$as_me: error: ambiguous option: $1
26151 Try \`$0 --help' for more information." >&2
26152 { (exit 1); exit 1; }; };;
26153 --help |
--hel |
-h )
26154 echo "$ac_cs_usage"; exit ;;
26155 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26156 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26159 # This is an error.
26160 -*) { echo "$as_me: error: unrecognized option: $1
26161 Try \`$0 --help' for more information." >&2
26162 { (exit 1); exit 1; }; } ;;
26164 *) ac_config_targets
="$ac_config_targets $1"
26165 ac_need_defaults
=false
;;
26171 ac_configure_extra_args
=
26173 if $ac_cs_silent; then
26175 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26179 cat >>$CONFIG_STATUS <<_ACEOF
26180 if \$ac_cs_recheck; then
26181 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26182 CONFIG_SHELL=$SHELL
26183 export CONFIG_SHELL
26184 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26188 cat >>$CONFIG_STATUS <<\_ACEOF
26192 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26193 ## Running $as_me. ##
26199 cat >>$CONFIG_STATUS <<_ACEOF
26202 cat >>$CONFIG_STATUS <<\_ACEOF
26204 # Handling of arguments.
26205 for ac_config_target
in $ac_config_targets
26207 case $ac_config_target in
26208 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26209 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26210 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26211 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26212 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26213 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26214 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26215 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26216 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26217 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26218 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26219 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26220 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26221 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26222 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26223 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26224 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26225 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26226 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26227 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26228 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26229 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26230 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26231 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26232 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26233 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26234 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26235 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26236 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26237 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26238 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26239 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26240 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26241 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26242 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26243 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26244 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26245 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26246 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26247 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26248 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26249 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26250 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26251 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26252 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26253 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26254 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26255 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26256 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26257 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26258 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26259 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26260 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26261 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26262 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26263 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26264 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26265 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26266 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26267 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26268 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26269 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26270 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26271 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26272 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26273 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26274 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26275 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26276 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26277 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26278 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26279 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26280 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26281 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26282 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26283 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26284 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26285 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26286 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26287 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26288 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26289 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26290 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26291 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26292 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26293 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26294 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26295 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26296 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26297 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26298 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26299 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26300 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26301 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26302 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26303 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26304 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26305 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26306 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26307 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26308 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26309 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26310 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26311 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26312 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26313 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26314 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26315 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26316 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26317 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26318 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26319 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26320 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26321 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26322 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26323 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26324 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26325 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26326 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26327 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26328 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26329 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26330 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26331 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26332 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26333 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26334 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26335 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26336 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26337 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26338 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26339 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26340 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26341 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26342 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26343 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26344 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26345 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26346 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26347 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26348 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26349 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26350 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26351 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26352 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26353 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26354 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26355 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26356 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26357 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26358 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26359 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26360 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26361 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26362 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26363 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26364 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26365 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26366 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26367 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26368 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26369 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26370 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26371 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26372 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26373 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26374 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26375 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26376 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26377 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26378 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26379 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26380 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26381 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26382 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26383 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26384 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26385 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26386 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26387 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26388 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26389 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26390 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26391 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26392 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26393 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26394 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26395 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26396 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26397 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26398 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26399 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26400 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26401 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26402 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26403 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26404 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26405 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26406 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26407 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26408 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26409 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26410 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26411 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26412 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26413 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26414 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26415 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26416 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26417 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26418 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26419 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26420 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26421 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26422 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26423 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26424 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26425 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26426 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26427 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26428 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26429 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26430 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26431 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26432 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26433 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26434 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26435 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26436 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26437 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26438 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26439 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26440 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26441 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26442 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26443 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26444 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26445 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26446 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26447 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26448 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26449 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26450 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26451 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26452 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26453 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26454 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26455 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26456 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26457 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26458 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26459 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26460 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26461 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26462 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26463 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26464 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26465 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26466 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26467 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26468 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26469 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26470 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26471 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26472 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26473 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26474 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26475 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26476 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26477 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26478 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26479 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26480 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26481 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26482 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26483 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26484 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26485 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26486 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26487 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26488 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26489 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26490 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26491 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26492 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26493 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26494 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26495 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26496 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26497 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26498 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26499 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26500 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26501 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26502 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26503 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26504 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26505 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26506 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26507 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26508 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26509 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26510 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26511 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26512 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26513 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26514 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26515 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26516 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26517 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26518 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26519 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26520 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26521 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26522 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26523 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26524 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26525 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26526 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26527 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26528 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26529 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26530 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26531 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26532 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26533 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26534 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26535 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26536 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26537 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26538 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26539 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26540 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26541 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26542 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26543 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26544 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26545 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26546 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26547 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26548 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26549 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26550 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26551 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26552 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26553 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26554 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26555 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26556 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26557 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26558 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26559 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26560 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26561 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26562 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26563 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26564 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26565 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26566 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26567 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26568 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26569 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26570 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26571 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26572 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26573 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26574 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26575 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26576 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26577 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26578 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26579 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26580 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26581 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26582 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26583 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26584 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26585 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26586 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26587 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26588 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26589 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26590 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26591 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26592 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26593 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26594 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26595 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26596 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26597 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26598 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26599 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26600 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26601 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26602 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26603 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26604 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26605 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26606 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26607 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26608 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26609 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26610 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26611 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26612 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26613 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26614 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26615 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26616 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26617 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26618 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26619 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26620 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26621 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26622 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26623 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26624 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26625 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26626 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26627 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26628 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26629 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26630 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26631 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26632 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26633 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26634 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26635 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26636 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26637 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26638 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26639 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26640 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26642 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26643 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26644 { (exit 1); exit 1; }; };;
26649 # If the user did not use the arguments to specify the items to instantiate,
26650 # then the envvar interface is used. Set only those that are not.
26651 # We use the long form for the default assignment because of an extremely
26652 # bizarre bug on SunOS 4.1.3.
26653 if $ac_need_defaults; then
26654 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26655 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26656 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26659 # Have a temporary directory for convenience. Make it in the build tree
26660 # simply because there is no reason against having it here, and in addition,
26661 # creating and moving files from /tmp can sometimes cause problems.
26662 # Hook for its removal unless debugging.
26663 # Note that there is a small window in which the directory will not be cleaned:
26664 # after its creation but before its name has been assigned to `$tmp'.
26668 trap 'exit_status=$?
26669 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26671 trap '{ (exit 1); exit 1; }' 1 2 13 15
26673 # Create a (secure) tmp directory for tmp files.
26676 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26677 test -n "$tmp" && test -d "$tmp"
26680 tmp
=.
/conf$$
-$RANDOM
26681 (umask 077 && mkdir
"$tmp")
26684 echo "$me: cannot create a temporary directory in ." >&2
26685 { (exit 1); exit 1; }
26689 # Set up the sed scripts for CONFIG_FILES section.
26692 # No need to generate the scripts if there are no CONFIG_FILES.
26693 # This happens for instance when ./config.status config.h
26694 if test -n "$CONFIG_FILES"; then
26698 # Create sed commands to just substitute file output variables.
26700 # Remaining file output variables are in a fragment that also has non-file
26706 for ac_last_try
in false false false false false
:; do
26707 cat >conf$
$subs.
sed <<_ACEOF
26708 SHELL!$SHELL$ac_delim
26709 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26710 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26711 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26712 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26713 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26714 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26715 exec_prefix!$exec_prefix$ac_delim
26716 prefix!$prefix$ac_delim
26717 program_transform_name!$program_transform_name$ac_delim
26718 bindir!$bindir$ac_delim
26719 sbindir!$sbindir$ac_delim
26720 libexecdir!$libexecdir$ac_delim
26721 datarootdir!$datarootdir$ac_delim
26722 datadir!$datadir$ac_delim
26723 sysconfdir!$sysconfdir$ac_delim
26724 sharedstatedir!$sharedstatedir$ac_delim
26725 localstatedir!$localstatedir$ac_delim
26726 includedir!$includedir$ac_delim
26727 oldincludedir!$oldincludedir$ac_delim
26728 docdir!$docdir$ac_delim
26729 infodir!$infodir$ac_delim
26730 htmldir!$htmldir$ac_delim
26731 dvidir!$dvidir$ac_delim
26732 pdfdir!$pdfdir$ac_delim
26733 psdir!$psdir$ac_delim
26734 libdir!$libdir$ac_delim
26735 localedir!$localedir$ac_delim
26736 mandir!$mandir$ac_delim
26737 DEFS!$DEFS$ac_delim
26738 ECHO_C!$ECHO_C$ac_delim
26739 ECHO_N!$ECHO_N$ac_delim
26740 ECHO_T!$ECHO_T$ac_delim
26741 LIBS!$LIBS$ac_delim
26742 build_alias!$build_alias$ac_delim
26743 host_alias!$host_alias$ac_delim
26744 target_alias!$target_alias$ac_delim
26745 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26746 build!$build$ac_delim
26747 build_cpu!$build_cpu$ac_delim
26748 build_vendor!$build_vendor$ac_delim
26749 build_os!$build_os$ac_delim
26750 host!$host$ac_delim
26751 host_cpu!$host_cpu$ac_delim
26752 host_vendor!$host_vendor$ac_delim
26753 host_os!$host_os$ac_delim
26754 WIN16_FILES!$WIN16_FILES$ac_delim
26755 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26756 SET_MAKE!$SET_MAKE$ac_delim
26758 CFLAGS!$CFLAGS$ac_delim
26759 LDFLAGS!$LDFLAGS$ac_delim
26760 CPPFLAGS!$CPPFLAGS$ac_delim
26761 ac_ct_CC!$ac_ct_CC$ac_delim
26762 EXEEXT!$EXEEXT$ac_delim
26763 OBJEXT!$OBJEXT$ac_delim
26765 CXXFLAGS!$CXXFLAGS$ac_delim
26766 ac_ct_CXX!$ac_ct_CXX$ac_delim
26767 CPPBIN!$CPPBIN$ac_delim
26768 TOOLSDIR!$TOOLSDIR$ac_delim
26769 XMKMF!$XMKMF$ac_delim
26771 X_CFLAGS!$X_CFLAGS$ac_delim
26772 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26773 X_LIBS!$X_LIBS$ac_delim
26774 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26775 FLEX!$FLEX$ac_delim
26776 BISON!$BISON$ac_delim
26778 ac_ct_AS!$ac_ct_AS$ac_delim
26780 ac_ct_LD!$ac_ct_LD$ac_delim
26782 ac_ct_NM!$ac_ct_NM$ac_delim
26784 ac_ct_AR!$ac_ct_AR$ac_delim
26785 ARFLAGS!$ARFLAGS$ac_delim
26786 RANLIB!$RANLIB$ac_delim
26787 STRIP!$STRIP$ac_delim
26788 WINDRES!$WINDRES$ac_delim
26789 LN_S!$LN_S$ac_delim
26792 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26794 elif $ac_last_try; then
26795 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26796 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26797 { (exit 1); exit 1; }; }
26799 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26803 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26804 if test -n "$ac_eof"; then
26805 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26806 ac_eof
=`expr $ac_eof + 1`
26809 cat >>$CONFIG_STATUS <<_ACEOF
26810 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26811 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26812 /^[ ]*@MAKE_RULES@[ ]*$/{
26816 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26820 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26821 r $MAKE_IMPLIB_RULES
26824 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26828 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26834 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26835 s/^/s,@/; s/!/@,|#_!!_#|/
26838 s/'"$ac_delim"'$/,g/; t
26840 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26841 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26842 rm -f conf$
$subs.
sed
26843 cat >>$CONFIG_STATUS <<_ACEOF
26849 for ac_last_try
in false false false false false
:; do
26850 cat >conf$
$subs.
sed <<_ACEOF
26852 GREP!$GREP$ac_delim
26853 EGREP!$EGREP$ac_delim
26854 LDCONFIG!$LDCONFIG$ac_delim
26855 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26856 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26857 INSTALL_DATA!$INSTALL_DATA$ac_delim
26858 LINT!$LINT$ac_delim
26859 LINTFLAGS!$LINTFLAGS$ac_delim
26860 FONTFORGE!$FONTFORGE$ac_delim
26861 PKG_CONFIG!$PKG_CONFIG$ac_delim
26862 RSVG!$RSVG$ac_delim
26863 ICOTOOL!$ICOTOOL$ac_delim
26864 PRELINK!$PRELINK$ac_delim
26865 LIBPTHREAD!$LIBPTHREAD$ac_delim
26866 XLIB!$XLIB$ac_delim
26867 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26868 DLLEXT!$DLLEXT$ac_delim
26869 DLLFLAGS!$DLLFLAGS$ac_delim
26870 LDSHARED!$LDSHARED$ac_delim
26871 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26872 LIBEXT!$LIBEXT$ac_delim
26873 IMPLIBEXT!$IMPLIBEXT$ac_delim
26874 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26875 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26877 DLLTOOL!$DLLTOOL$ac_delim
26878 DLLWRAP!$DLLWRAP$ac_delim
26879 MINGWAR!$MINGWAR$ac_delim
26880 SECURITYLIB!$SECURITYLIB$ac_delim
26881 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26882 IOKITLIB!$IOKITLIB$ac_delim
26883 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26884 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26885 COREAUDIO!$COREAUDIO$ac_delim
26886 CARBONLIB!$CARBONLIB$ac_delim
26887 CROSSTEST!$CROSSTEST$ac_delim
26888 CROSSCC!$CROSSCC$ac_delim
26889 CROSSWINDRES!$CROSSWINDRES$ac_delim
26890 NASLIBS!$NASLIBS$ac_delim
26891 XML2LIBS!$XML2LIBS$ac_delim
26892 XML2INCL!$XML2INCL$ac_delim
26893 XSLTLIBS!$XSLTLIBS$ac_delim
26894 XSLTINCL!$XSLTINCL$ac_delim
26895 HALINCL!$HALINCL$ac_delim
26896 sane_devel!$sane_devel$ac_delim
26897 SANEINCL!$SANEINCL$ac_delim
26898 gphoto2_devel!$gphoto2_devel$ac_delim
26899 gphoto2port_devel!$gphoto2port_devel$ac_delim
26900 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26901 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26902 RESOLVLIBS!$RESOLVLIBS$ac_delim
26903 LCMSLIBS!$LCMSLIBS$ac_delim
26904 ft_devel!$ft_devel$ac_delim
26905 FREETYPELIBS!$FREETYPELIBS$ac_delim
26906 FREETYPEINCL!$FREETYPEINCL$ac_delim
26907 ESDCONFIG!$ESDCONFIG$ac_delim
26908 ESDINCL!$ESDINCL$ac_delim
26909 ESDLIBS!$ESDLIBS$ac_delim
26910 ALSALIBS!$ALSALIBS$ac_delim
26911 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26912 CUPSINCL!$CUPSINCL$ac_delim
26913 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26914 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26915 BUILTINFLAG!$BUILTINFLAG$ac_delim
26916 LDPATH!$LDPATH$ac_delim
26917 CRTLIBS!$CRTLIBS$ac_delim
26918 SOCKETLIBS!$SOCKETLIBS$ac_delim
26919 MAIN_BINARY!$MAIN_BINARY$ac_delim
26920 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26921 LIBDL!$LIBDL$ac_delim
26922 LIBPOLL!$LIBPOLL$ac_delim
26923 LDAPLIBS!$LDAPLIBS$ac_delim
26924 DEPENDENCIES!$DEPENDENCIES$ac_delim
26925 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26926 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26927 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26928 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26929 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26930 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26931 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26932 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26933 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26934 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26935 LIBOBJS!$LIBOBJS$ac_delim
26936 LTLIBOBJS!$LTLIBOBJS$ac_delim
26939 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
26941 elif $ac_last_try; then
26942 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26943 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26944 { (exit 1); exit 1; }; }
26946 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26950 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26951 if test -n "$ac_eof"; then
26952 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26953 ac_eof
=`expr $ac_eof + 1`
26956 cat >>$CONFIG_STATUS <<_ACEOF
26957 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26958 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26961 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26962 s/^/s,@/; s/!/@,|#_!!_#|/
26965 s/'"$ac_delim"'$/,g/; t
26967 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26968 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26969 rm -f conf$
$subs.
sed
26970 cat >>$CONFIG_STATUS <<_ACEOF
26977 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26978 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26979 # trailing colons and then remove the whole line if VPATH becomes empty
26980 # (actually we leave an empty line to preserve line numbers).
26981 if test "x$srcdir" = x.
; then
26982 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
26983 s/:*\$(srcdir):*/:/
26984 s/:*\${srcdir}:*/:/
26986 s/^\([^=]*=[ ]*\):*/\1/
26992 cat >>$CONFIG_STATUS <<\_ACEOF
26993 fi # test -n "$CONFIG_FILES"
26996 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
26999 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27001 case $ac_mode$ac_tag in
27003 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27004 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27005 { (exit 1); exit 1; }; };;
27006 :[FH
]-) ac_tag
=-:-;;
27007 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27024 -) ac_f
="$tmp/stdin";;
27025 *) # Look for the file first in the build tree, then in the source tree
27026 # (if the path is not absolute). The absolute path cannot be DOS-style,
27027 # because $ac_f cannot contain `:'.
27031 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27033 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27034 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27035 { (exit 1); exit 1; }; };;
27037 ac_file_inputs
="$ac_file_inputs $ac_f"
27040 # Let's still pretend it is `configure' which instantiates (i.e., don't
27041 # use $as_me), people would be surprised to read:
27042 # /* config.h. Generated by config.status. */
27043 configure_input
="Generated from "`IFS=:
27044 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27045 if test x
"$ac_file" != x-
; then
27046 configure_input
="$ac_file. $configure_input"
27047 { echo "$as_me:$LINENO: creating $ac_file" >&5
27048 echo "$as_me: creating $ac_file" >&6;}
27052 *:-:* |
*:-) cat >"$tmp/stdin";;
27057 ac_dir
=`$as_dirname -- "$ac_file" ||
27058 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27059 X"$ac_file" : 'X\(//\)[^/]' \| \
27060 X"$ac_file" : 'X\(//\)$' \| \
27061 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27063 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27067 /^X\(\/\/\)[^/].*/{
27082 -*) as_dir
=.
/$as_dir;;
27084 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27088 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27089 *) as_qdir
=$as_dir;;
27091 as_dirs
="'$as_qdir' $as_dirs"
27092 as_dir
=`$as_dirname -- "$as_dir" ||
27093 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27094 X"$as_dir" : 'X\(//\)[^/]' \| \
27095 X"$as_dir" : 'X\(//\)$' \| \
27096 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27098 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27102 /^X\(\/\/\)[^/].*/{
27115 test -d "$as_dir" && break
27117 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27118 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27119 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27120 { (exit 1); exit 1; }; }; }
27124 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27126 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27127 # A ".." for each directory in $ac_dir_suffix.
27128 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27129 case $ac_top_builddir_sub in
27130 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27131 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27134 ac_abs_top_builddir
=$ac_pwd
27135 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27136 # for backward compatibility:
27137 ac_top_builddir
=$ac_top_build_prefix
27140 .
) # We are building in place.
27142 ac_top_srcdir
=$ac_top_builddir_sub
27143 ac_abs_top_srcdir
=$ac_pwd ;;
27144 [\\/]* | ?
:[\\/]* ) # Absolute name.
27145 ac_srcdir
=$srcdir$ac_dir_suffix;
27146 ac_top_srcdir
=$srcdir
27147 ac_abs_top_srcdir
=$srcdir ;;
27148 *) # Relative name.
27149 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27150 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27151 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27153 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27163 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27164 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27168 cat >>$CONFIG_STATUS <<\_ACEOF
27169 # If the template does not know about datarootdir, expand it.
27170 # FIXME: This hack should be removed a few years after 2.60.
27171 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27173 case `sed -n '/datarootdir/ {
27182 ' $ac_file_inputs` in
27183 *datarootdir
*) ac_datarootdir_seen
=yes;;
27184 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27185 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27186 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27188 cat >>$CONFIG_STATUS <<_ACEOF
27189 ac_datarootdir_hack='
27190 s&@datadir@&$datadir&g
27191 s&@docdir@&$docdir&g
27192 s&@infodir@&$infodir&g
27193 s&@localedir@&$localedir&g
27194 s&@mandir@&$mandir&g
27195 s&\\\${datarootdir}&$datarootdir&g' ;;
27199 # Neutralize VPATH when `$srcdir' = `.'.
27200 # Shell code in configure.ac might set extrasub.
27201 # FIXME: do we really want to maintain this feature?
27202 cat >>$CONFIG_STATUS <<_ACEOF
27206 cat >>$CONFIG_STATUS <<\_ACEOF
27208 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27209 s
&@configure_input@
&$configure_input&;t t
27210 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27211 s
&@srcdir@
&$ac_srcdir&;t t
27212 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27213 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27214 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27215 s
&@builddir@
&$ac_builddir&;t t
27216 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27217 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27218 s
&@INSTALL@
&$ac_INSTALL&;t t
27219 $ac_datarootdir_hack
27220 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27222 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27223 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27224 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27225 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27226 which seems to be undefined. Please make sure it is defined." >&5
27227 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27228 which seems to be undefined. Please make sure it is defined." >&2;}
27232 -) cat "$tmp/out"; rm -f "$tmp/out";;
27233 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27242 # Transform confdefs.h into a sed script `conftest.defines', that
27243 # substitutes the proper values into config.h.in to produce config.h.
27244 rm -f conftest.defines conftest.
tail
27245 # First, append a space to every undef/define line, to ease matching.
27246 echo 's/$/ /' >conftest.defines
27247 # Then, protect against being on the right side of a sed subst, or in
27248 # an unquoted here document, in config.status. If some macros were
27249 # called several times there might be several #defines for the same
27250 # symbol, which is useless. But do not sort them, since the last
27251 # AC_DEFINE must be honored.
27252 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27253 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27254 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27255 # PARAMS is the parameter list in the macro definition--in most cases, it's
27256 # just an empty string.
27257 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27258 ac_dB
='\\)[ (].*,\\1define\\2'
27266 s/^[ ]*#[ ]*define[ ][ ]*//
27271 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27272 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27273 ' >>conftest.defines
27275 # Remove the space that was appended to ease matching.
27276 # Then replace #undef with comments. This is necessary, for
27277 # example, in the case of _POSIX_SOURCE, which is predefined and required
27278 # on some systems where configure will not decide to define it.
27279 # (The regexp can be short, since the line contains either #define or #undef.)
27281 s,^[ #]*u.*,/* & */,' >>conftest.defines
27283 # Break up conftest.defines:
27284 ac_max_sed_lines
=50
27286 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27287 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27288 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27290 ac_in
='$ac_file_inputs'
27291 ac_out
='"$tmp/out1"'
27292 ac_nxt
='"$tmp/out2"'
27296 # Write a here document:
27297 cat >>$CONFIG_STATUS <<_ACEOF
27298 # First, check the format of the line:
27299 cat >"\$tmp/defines.sed" <<\\CEOF
27300 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27301 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27305 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27307 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27308 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27309 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27310 grep . conftest.
tail >/dev
/null ||
break
27311 rm -f conftest.defines
27312 mv conftest.
tail conftest.defines
27314 rm -f conftest.defines conftest.
tail
27316 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27317 cat >>$CONFIG_STATUS <<\_ACEOF
27318 if test x
"$ac_file" != x-
; then
27319 echo "/* $configure_input */" >"$tmp/config.h"
27320 cat "$ac_result" >>"$tmp/config.h"
27321 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27322 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27323 echo "$as_me: $ac_file is unchanged" >&6;}
27326 mv "$tmp/config.h" $ac_file
27329 echo "/* $configure_input */"
27335 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27336 echo "$as_me: executing $ac_file commands" >&6;}
27341 case $ac_file$ac_mode in
27342 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27343 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27344 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27345 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27346 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27347 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27348 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27349 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27350 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27351 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27352 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27353 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27354 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27360 { (exit 0); exit 0; }
27362 chmod +x
$CONFIG_STATUS
27363 ac_clean_files
=$ac_clean_files_save
27366 # configure is writing to config.log, and then calls config.status.
27367 # config.status does its own redirection, appending to config.log.
27368 # Unfortunately, on DOS this fails, as config.log is still kept open
27369 # by configure, so config.status won't be able to write to it; its
27370 # output is simply discarded. So we exec the FD to /dev/null,
27371 # effectively closing config.log, so it can be properly (re)opened and
27372 # appended to by config.status. When coming back to configure, we
27373 # need to make the FD available again.
27374 if test "$no_create" != yes; then
27376 ac_config_status_args
=
27377 test "$silent" = yes &&
27378 ac_config_status_args
="$ac_config_status_args --quiet"
27380 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27382 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27383 # would make configure fail if this is the last instruction.
27384 $ac_cs_success ||
{ (exit 1); exit 1; }
27388 if test "$no_create" = "yes"
27395 if test "x$wine_notices != "x
; then
27397 for msg
in $wine_notices; do
27398 if test -n "$msg"; then
27399 { echo "$as_me:$LINENO: $msg" >&5
27400 echo "$as_me: $msg" >&6;}
27404 for msg
in $wine_warnings; do
27405 if test -n "$msg"; then
27407 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27408 echo "$as_me: WARNING: $msg" >&2;}
27414 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.