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
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ac_subst_files
='MAKE_RULES
792 ac_precious_vars
='build_alias
807 # Initialize some variables set by options.
809 ac_init_version
=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
819 program_transform_name
=s
,x
,x
,
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir
='${exec_prefix}/bin'
834 sbindir
='${exec_prefix}/sbin'
835 libexecdir
='${exec_prefix}/libexec'
836 datarootdir
='${prefix}/share'
837 datadir
='${datarootdir}'
838 sysconfdir
='${prefix}/etc'
839 sharedstatedir
='${prefix}/com'
840 localstatedir
='${prefix}/var'
841 includedir
='${prefix}/include'
842 oldincludedir
='/usr/include'
843 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir
='${datarootdir}/info'
849 libdir
='${exec_prefix}/lib'
850 localedir
='${datarootdir}/locale'
851 mandir
='${datarootdir}/man'
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\
$ac_option
865 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 # Accept the important Cygnus configure options, so we can diagnose typos.
871 case $ac_dashdash$ac_option in
875 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
877 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
880 -build |
--build |
--buil |
--bui |
--bu)
881 ac_prev
=build_alias
;;
882 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
883 build_alias
=$ac_optarg ;;
885 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
886 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
887 ac_prev
=cache_file
;;
888 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
889 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
890 cache_file
=$ac_optarg ;;
893 cache_file
=config.cache
;;
895 -datadir |
--datadir |
--datadi |
--datad)
897 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
898 datadir
=$ac_optarg ;;
900 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
901 |
--dataroo |
--dataro |
--datar)
902 ac_prev
=datarootdir
;;
903 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
904 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
905 datarootdir
=$ac_optarg ;;
907 -disable-* |
--disable-*)
908 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
911 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912 { (exit 1); exit 1; }; }
913 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
914 eval enable_
$ac_feature=no
;;
916 -docdir |
--docdir |
--docdi |
--doc |
--do)
918 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
921 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
923 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
926 -enable-* |
--enable-*)
927 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
930 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931 { (exit 1); exit 1; }; }
932 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
933 eval enable_
$ac_feature=\
$ac_optarg ;;
935 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
936 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
937 |
--exec |
--exe |
--ex)
938 ac_prev
=exec_prefix
;;
939 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
940 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
941 |
--exec=* |
--exe=* |
--ex=*)
942 exec_prefix
=$ac_optarg ;;
944 -gas |
--gas |
--ga |
--g)
945 # Obsolete; use --with-gas.
948 -help |
--help |
--hel |
--he |
-h)
950 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
951 ac_init_help
=recursive
;;
952 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
953 ac_init_help
=short
;;
955 -host |
--host |
--hos |
--ho)
956 ac_prev
=host_alias
;;
957 -host=* |
--host=* |
--hos=* |
--ho=*)
958 host_alias
=$ac_optarg ;;
960 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
962 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
964 htmldir
=$ac_optarg ;;
966 -includedir |
--includedir |
--includedi |
--included |
--include \
967 |
--includ |
--inclu |
--incl |
--inc)
968 ac_prev
=includedir
;;
969 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
970 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
971 includedir
=$ac_optarg ;;
973 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
975 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
976 infodir
=$ac_optarg ;;
978 -libdir |
--libdir |
--libdi |
--libd)
980 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
983 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
984 |
--libexe |
--libex |
--libe)
985 ac_prev
=libexecdir
;;
986 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
987 |
--libexe=* |
--libex=* |
--libe=*)
988 libexecdir
=$ac_optarg ;;
990 -localedir |
--localedir |
--localedi |
--localed |
--locale)
992 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
993 localedir
=$ac_optarg ;;
995 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
996 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
997 ac_prev
=localstatedir
;;
998 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
999 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1000 localstatedir
=$ac_optarg ;;
1002 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1004 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1005 mandir
=$ac_optarg ;;
1007 -nfp |
--nfp |
--nf)
1008 # Obsolete; use --without-fp.
1011 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1012 |
--no-cr |
--no-c |
-n)
1015 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1016 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1019 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1020 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1021 |
--oldin |
--oldi |
--old |
--ol |
--o)
1022 ac_prev
=oldincludedir
;;
1023 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1024 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1025 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1026 oldincludedir
=$ac_optarg ;;
1028 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1030 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1031 prefix
=$ac_optarg ;;
1033 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1034 |
--program-pre |
--program-pr |
--program-p)
1035 ac_prev
=program_prefix
;;
1036 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1037 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1038 program_prefix
=$ac_optarg ;;
1040 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1041 |
--program-suf |
--program-su |
--program-s)
1042 ac_prev
=program_suffix
;;
1043 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1044 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1045 program_suffix
=$ac_optarg ;;
1047 -program-transform-name |
--program-transform-name \
1048 |
--program-transform-nam |
--program-transform-na \
1049 |
--program-transform-n |
--program-transform- \
1050 |
--program-transform |
--program-transfor \
1051 |
--program-transfo |
--program-transf \
1052 |
--program-trans |
--program-tran \
1053 |
--progr-tra |
--program-tr |
--program-t)
1054 ac_prev
=program_transform_name
;;
1055 -program-transform-name=* |
--program-transform-name=* \
1056 |
--program-transform-nam=* |
--program-transform-na=* \
1057 |
--program-transform-n=* |
--program-transform-=* \
1058 |
--program-transform=* |
--program-transfor=* \
1059 |
--program-transfo=* |
--program-transf=* \
1060 |
--program-trans=* |
--program-tran=* \
1061 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1062 program_transform_name
=$ac_optarg ;;
1064 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1066 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1067 pdfdir
=$ac_optarg ;;
1069 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1071 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1074 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1075 |
-silent |
--silent |
--silen |
--sile |
--sil)
1078 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1080 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1082 sbindir
=$ac_optarg ;;
1084 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1085 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1086 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1088 ac_prev
=sharedstatedir
;;
1089 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1090 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1091 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1093 sharedstatedir
=$ac_optarg ;;
1095 -site |
--site |
--sit)
1097 -site=* |
--site=* |
--sit=*)
1100 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1102 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1103 srcdir
=$ac_optarg ;;
1105 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1106 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1107 ac_prev
=sysconfdir
;;
1108 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1109 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1110 sysconfdir
=$ac_optarg ;;
1112 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1113 ac_prev
=target_alias
;;
1114 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1115 target_alias
=$ac_optarg ;;
1117 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1120 -version |
--version |
--versio |
--versi |
--vers |
-V)
1121 ac_init_version
=: ;;
1124 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1127 { echo "$as_me: error: invalid package name: $ac_package" >&2
1128 { (exit 1); exit 1; }; }
1129 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1130 eval with_
$ac_package=\
$ac_optarg ;;
1132 -without-* |
--without-*)
1133 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1136 { echo "$as_me: error: invalid package name: $ac_package" >&2
1137 { (exit 1); exit 1; }; }
1138 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1139 eval with_
$ac_package=no
;;
1142 # Obsolete; use --with-x.
1145 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1146 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1147 ac_prev
=x_includes
;;
1148 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1149 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1150 x_includes
=$ac_optarg ;;
1152 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1153 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1154 ac_prev
=x_libraries
;;
1155 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1156 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1157 x_libraries
=$ac_optarg ;;
1159 -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161 { (exit 1); exit 1; }; }
1165 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1168 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169 { (exit 1); exit 1; }; }
1170 eval $ac_envvar=\
$ac_optarg
1171 export $ac_envvar ;;
1174 # FIXME: should be removed in autoconf 3.0.
1175 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1177 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 if test -n "$ac_prev"; then
1185 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1186 { echo "$as_me: error: missing argument to $ac_option" >&2
1187 { (exit 1); exit 1; }; }
1190 # Be sure to have absolute directory names.
1191 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192 datadir sysconfdir sharedstatedir localstatedir includedir \
1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194 libdir localedir mandir
1196 eval ac_val
=\$
$ac_var
1198 [\\/$
]* | ?
:[\\/]* ) continue;;
1199 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1201 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202 { (exit 1); exit 1; }; }
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1210 target
=$target_alias
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x
; then
1214 if test "x$build_alias" = x
; then
1215 cross_compiling
=maybe
1216 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217 If a cross compiler is detected then cross compile mode will be used." >&2
1218 elif test "x$build_alias" != "x$host_alias"; then
1224 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1226 test "$silent" = yes && exec 6>/dev
/null
1229 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di
=`ls -di .` &&
1231 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1232 { echo "$as_me: error: Working directory cannot be determined" >&2
1233 { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 { echo "$as_me: error: pwd does not report name of working directory" >&2
1236 { (exit 1); exit 1; }; }
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted
=yes
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir
=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$0" : 'X\(//\)[^/]' \| \
1246 X"$0" : 'X\(//\)$' \| \
1247 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267 if test ! -r "$srcdir/$ac_unique_file"; then
1271 ac_srcdir_defaulted
=no
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1275 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276 { (exit 1); exit 1; }; }
1278 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281 { (exit 1); exit 1; }; }
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1291 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 for ac_var
in $ac_precious_vars; do
1294 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1295 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1296 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1297 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1301 # Report the --help message.
1303 if test "$ac_init_help" = "long"; then
1304 # Omit some internal or obsolete options to make the list less imposing.
1305 # This message is too long to be a string in the A/UX 3.1 sh.
1307 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Defaults for the options are specified in brackets.
1317 -h, --help display this help and exit
1318 --help=short display options specific to this package
1319 --help=recursive display the short help of all the included packages
1320 -V, --version display version information and exit
1321 -q, --quiet, --silent do not print \`checking...' messages
1322 --cache-file=FILE cache test results in FILE [disabled]
1323 -C, --config-cache alias for \`--cache-file=config.cache'
1324 -n, --no-create do not create output files
1325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 Installation directories:
1328 --prefix=PREFIX install architecture-independent files in PREFIX
1329 [$ac_default_prefix]
1330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1338 For better control, use the options below.
1340 Fine tuning of the installation directories:
1341 --bindir=DIR user executables [EPREFIX/bin]
1342 --sbindir=DIR system admin executables [EPREFIX/sbin]
1343 --libexecdir=DIR program executables [EPREFIX/libexec]
1344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1347 --libdir=DIR object code libraries [EPREFIX/lib]
1348 --includedir=DIR C header files [PREFIX/include]
1349 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1350 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1351 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1352 --infodir=DIR info documentation [DATAROOTDIR/info]
1353 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1354 --mandir=DIR man documentation [DATAROOTDIR/man]
1355 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1365 --x-includes=DIR X include files are
in DIR
1366 --x-libraries=DIR X library files are
in DIR
1369 --build=BUILD configure
for building on BUILD
[guessed
]
1370 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1374 if test -n "$ac_init_help"; then
1375 case $ac_init_help in
1376 short | recursive
) echo "Configuration of Wine 1.1.3:";;
1381 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1382 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1383 --disable-win16 do not include Win16 support
1384 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1388 --disable-tests do not build the testsuites
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-hal do not use HAL (dynamic device support)
1406 --without-jack do not use the Jack sound support
1407 --without-jpeg do not use JPEG
1408 --without-ldap do not use LDAP
1409 --without-nas do not use the NAS sound support
1410 --without-opengl do not use OpenGL
1411 --without-openssl do not use OpenSSL
1412 --without-oss do not use the OSS sound support
1413 --without-png do not use PNG
1414 --without-sane do not use SANE (scanner support)
1415 --without-xcomposite do not use the Xcomposite extension
1416 --without-xcursor do not use the Xcursor extension
1417 --without-xinerama do not use Xinerama (multi-monitor support)
1418 --without-xinput do not use the Xinput extension
1419 --without-xml do not use XML
1420 --without-xrandr do not use Xrandr (resolution changes)
1421 --without-xrender do not use the Xrender extension
1422 --without-xshape do not use the Xshape extension
1423 --without-xshm do not use XShm (shared memory extension)
1424 --without-xslt do not use XSLT
1425 --without-xxf86vm do not use XFree video mode extension
1426 --with-wine-tools=DIR use Wine tools from directory DIR
1427 --with-x use the X Window System
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CXX C++ compiler command
1438 CXXFLAGS C++ compiler flags
1439 XMKMF Path to xmkmf, Makefile generator for X Window System
1442 Use these variables to override the choices made by `configure' or to
help
1443 it to
find libraries and programs with nonstandard names
/locations.
1445 Report bugs to
<wine-devel@winehq.org
>.
1450 if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
1452 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1453 test -d "$ac_dir" ||
continue
1457 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1459 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1464 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1467 ac_abs_top_builddir
=$ac_pwd
1468 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir
=$ac_top_build_prefix
1473 .
) # We are building in place.
1475 ac_top_srcdir
=$ac_top_builddir_sub
1476 ac_abs_top_srcdir
=$ac_pwd ;;
1477 [\\/]* | ?
:[\\/]* ) # Absolute name.
1478 ac_srcdir
=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir
=$srcdir
1480 ac_abs_top_srcdir
=$srcdir ;;
1482 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1486 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1497 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1506 Wine configure
1.1.3
1507 generated by GNU Autoconf
2.61
1509 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1510 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1511 This configure
script is free software
; the Free Software Foundation
1512 gives unlimited permission to copy
, distribute and modify it.
1516 cat >config.log
<<_ACEOF
1517 This file contains any messages produced by compilers while
1518 running configure, to aid debugging if configure makes a mistake.
1520 It was created by Wine $as_me 1.1.3, which was
1521 generated by GNU Autoconf 2.61. Invocation command line was
1533 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1534 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1535 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1536 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1537 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1540 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1542 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1543 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1544 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1545 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1546 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1547 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1548 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1552 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1556 test -z "$as_dir" && as_dir
=.
1557 echo "PATH: $as_dir"
1573 # Keep a trace of the command line.
1574 # Strip out --no-create and --no-recursion so they do not pile up.
1575 # Strip out --silent because we don't want to record it for future runs.
1576 # Also quote any args containing shell meta-characters.
1577 # Make two passes to allow for proper duplicate-argument suppression.
1581 ac_must_keep_next
=false
1587 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1588 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1589 |
-silent |
--silent |
--silen |
--sile |
--sil)
1592 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1595 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1597 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1598 if test $ac_must_keep_next = true
; then
1599 ac_must_keep_next
=false
# Got value, back to normal.
1602 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1603 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1604 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1605 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1606 case "$ac_configure_args0 " in
1607 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1610 -* ) ac_must_keep_next
=true
;;
1613 ac_configure_args
="$ac_configure_args '$ac_arg'"
1618 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1619 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1621 # When interrupted or exit'd, cleanup temporary files, and complete
1622 # config.log. We remove comments because anyway the quotes in there
1623 # would cause problems or look ugly.
1624 # WARNING: Use '\'' to represent an apostrophe within the trap.
1625 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1626 trap 'exit_status=$?
1627 # Save into config.log some information that might help in debugging.
1632 ## ---------------- ##
1633 ## Cache variables. ##
1634 ## ---------------- ##
1637 # The following way of writing the cache mishandles newlines in values,
1639 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1640 eval ac_val=\$$ac_var
1644 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1645 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1648 _ | IFS | as_nl) ;; #(
1649 *) $as_unset $ac_var ;;
1654 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1655 *${as_nl}ac_space=\ *)
1657 "s/'\''/'\''\\\\'\'''\''/g;
1658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1661 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1669 ## ----------------- ##
1670 ## Output variables. ##
1671 ## ----------------- ##
1674 for ac_var in $ac_subst_vars
1676 eval ac_val=\$$ac_var
1678 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 echo "$ac_var='\''$ac_val'\''"
1684 if test -n "$ac_subst_files"; then
1686 ## ------------------- ##
1687 ## File substitutions. ##
1688 ## ------------------- ##
1691 for ac_var
in $ac_subst_files
1693 eval ac_val
=\$
$ac_var
1695 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 echo "$ac_var='\''$ac_val'\''"
1702 if test -s confdefs.h; then
1712 test "$ac_signal" != 0 &&
1713 echo "$as_me: caught signal $ac_signal"
1714 echo "$as_me: exit $exit_status"
1716 rm -f core *.core core.conftest.* &&
1717 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1720 for ac_signal
in 1 2 13 15; do
1721 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1725 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1726 rm -f -r conftest
* confdefs.h
1728 # Predefined preprocessor variables.
1730 cat >>confdefs.h
<<_ACEOF
1731 #define PACKAGE_NAME "$PACKAGE_NAME"
1735 cat >>confdefs.h
<<_ACEOF
1736 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1740 cat >>confdefs.h
<<_ACEOF
1741 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1745 cat >>confdefs.h
<<_ACEOF
1746 #define PACKAGE_STRING "$PACKAGE_STRING"
1750 cat >>confdefs.h
<<_ACEOF
1751 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1755 # Let the site file select an alternate cache file if it wants to.
1756 # Prefer explicitly selected file to automatically selected ones.
1757 if test -n "$CONFIG_SITE"; then
1758 set x
"$CONFIG_SITE"
1759 elif test "x$prefix" != xNONE
; then
1760 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1762 set x
"$ac_default_prefix/share/config.site" \
1763 "$ac_default_prefix/etc/config.site"
1768 if test -r "$ac_site_file"; then
1769 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1770 echo "$as_me: loading site script $ac_site_file" >&6;}
1771 sed 's/^/| /' "$ac_site_file" >&5
1776 if test -r "$cache_file"; then
1777 # Some versions of bash will fail to source /dev/null (special
1778 # files actually), so we avoid doing that.
1779 if test -f "$cache_file"; then
1780 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1781 echo "$as_me: loading cache $cache_file" >&6;}
1783 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1784 *) .
"./$cache_file";;
1788 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1789 echo "$as_me: creating cache $cache_file" >&6;}
1793 # Check that the precious variables saved in the cache have kept the same
1795 ac_cache_corrupted
=false
1796 for ac_var
in $ac_precious_vars; do
1797 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1798 eval ac_new_set
=\
$ac_env_${ac_var}_set
1799 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1800 eval ac_new_val
=\
$ac_env_${ac_var}_value
1801 case $ac_old_set,$ac_new_set in
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1805 ac_cache_corrupted
=: ;;
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1809 ac_cache_corrupted
=: ;;
1812 if test "x$ac_old_val" != "x$ac_new_val"; then
1813 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1814 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1815 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1816 echo "$as_me: former value: $ac_old_val" >&2;}
1817 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1818 echo "$as_me: current value: $ac_new_val" >&2;}
1819 ac_cache_corrupted
=:
1822 # Pass precious variables to config.status.
1823 if test "$ac_new_set" = set; then
1825 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1826 *) ac_arg
=$ac_var=$ac_new_val ;;
1828 case " $ac_configure_args " in
1829 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1830 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1834 if $ac_cache_corrupted; then
1835 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1836 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1837 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1838 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1839 { (exit 1); exit 1; }; }
1867 ac_cpp
='$CPP $CPPFLAGS'
1868 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1870 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1874 ac_config_headers
="$ac_config_headers include/config.h"
1877 for ac_dir
in tools
"$srcdir"/tools
; do
1878 if test -f "$ac_dir/install-sh"; then
1880 ac_install_sh
="$ac_aux_dir/install-sh -c"
1882 elif test -f "$ac_dir/install.sh"; then
1884 ac_install_sh
="$ac_aux_dir/install.sh -c"
1886 elif test -f "$ac_dir/shtool"; then
1888 ac_install_sh
="$ac_aux_dir/shtool install -c"
1892 if test -z "$ac_aux_dir"; then
1893 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1894 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1895 { (exit 1); exit 1; }; }
1898 # These three variables are undocumented and unsupported,
1899 # and are intended to be withdrawn in a future Autoconf release.
1900 # They can cause serious problems if a builder's source tree is in a directory
1901 # whose full name contains unusual characters.
1902 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1903 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1904 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1909 # Check whether --enable-win16 was given.
1910 if test "${enable_win16+set}" = set; then
1911 enableval
=$enable_win16;
1914 # Check whether --enable-win64 was given.
1915 if test "${enable_win64+set}" = set; then
1916 enableval
=$enable_win64;
1919 # Check whether --enable-maintainer-mode was given.
1920 if test "${enable_maintainer_mode+set}" = set; then
1921 enableval
=$enable_maintainer_mode;
1929 # Check whether --with-alsa was given.
1930 if test "${with_alsa+set}" = set; then
1931 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1935 # Check whether --with-audioio was given.
1936 if test "${with_audioio+set}" = set; then
1937 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1941 # Check whether --with-capi was given.
1942 if test "${with_capi+set}" = set; then
1943 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1947 # Check whether --with-cms was given.
1948 if test "${with_cms+set}" = set; then
1949 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1953 # Check whether --with-coreaudio was given.
1954 if test "${with_coreaudio+set}" = set; then
1955 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1959 # Check whether --with-cups was given.
1960 if test "${with_cups+set}" = set; then
1965 # Check whether --with-curses was given.
1966 if test "${with_curses+set}" = set; then
1967 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1971 # Check whether --with-esd was given.
1972 if test "${with_esd+set}" = set; then
1977 # Check whether --with-fontconfig was given.
1978 if test "${with_fontconfig+set}" = set; then
1979 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1983 # Check whether --with-freetype was given.
1984 if test "${with_freetype+set}" = set; then
1985 withval
=$with_freetype;
1989 # Check whether --with-gphoto was given.
1990 if test "${with_gphoto+set}" = set; then
1991 withval
=$with_gphoto;
1995 # Check whether --with-glu was given.
1996 if test "${with_glu+set}" = set; then
1997 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2001 # Check whether --with-hal was given.
2002 if test "${with_hal+set}" = set; then
2007 # Check whether --with-jack was given.
2008 if test "${with_jack+set}" = set; then
2009 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2013 # Check whether --with-jpeg was given.
2014 if test "${with_jpeg+set}" = set; then
2015 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2019 # Check whether --with-ldap was given.
2020 if test "${with_ldap+set}" = set; then
2021 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2025 # Check whether --with-nas was given.
2026 if test "${with_nas+set}" = set; then
2027 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2031 # Check whether --with-opengl was given.
2032 if test "${with_opengl+set}" = set; then
2033 withval
=$with_opengl;
2037 # Check whether --with-openssl was given.
2038 if test "${with_openssl+set}" = set; then
2039 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2043 # Check whether --with-oss was given.
2044 if test "${with_oss+set}" = set; then
2045 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
2049 # Check whether --with-png was given.
2050 if test "${with_png+set}" = set; then
2051 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2055 # Check whether --with-sane was given.
2056 if test "${with_sane+set}" = set; then
2061 # Check whether --with-xcomposite was given.
2062 if test "${with_xcomposite+set}" = set; then
2063 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2067 # Check whether --with-xcursor was given.
2068 if test "${with_xcursor+set}" = set; then
2069 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2073 # Check whether --with-xinerama was given.
2074 if test "${with_xinerama+set}" = set; then
2075 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2079 # Check whether --with-xinput was given.
2080 if test "${with_xinput+set}" = set; then
2081 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2085 # Check whether --with-xml was given.
2086 if test "${with_xml+set}" = set; then
2091 # Check whether --with-xrandr was given.
2092 if test "${with_xrandr+set}" = set; then
2093 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2097 # Check whether --with-xrender was given.
2098 if test "${with_xrender+set}" = set; then
2099 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2103 # Check whether --with-xshape was given.
2104 if test "${with_xshape+set}" = set; then
2105 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2109 # Check whether --with-xshm was given.
2110 if test "${with_xshm+set}" = set; then
2111 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2115 # Check whether --with-xslt was given.
2116 if test "${with_xslt+set}" = set; then
2121 # Check whether --with-xxf86vm was given.
2122 if test "${with_xxf86vm+set}" = set; then
2123 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2128 # Check whether --with-wine-tools was given.
2129 if test "${with_wine_tools+set}" = set; then
2130 withval
=$with_wine_tools;
2133 # Check whether --enable-tests was given.
2134 if test "${enable_tests+set}" = set; then
2135 enableval
=$enable_tests;
2139 # Make sure we can run config.sub.
2140 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2141 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2142 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2143 { (exit 1); exit 1; }; }
2145 { echo "$as_me:$LINENO: checking build system type" >&5
2146 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2147 if test "${ac_cv_build+set}" = set; then
2148 echo $ECHO_N "(cached) $ECHO_C" >&6
2150 ac_build_alias
=$build_alias
2151 test "x$ac_build_alias" = x
&&
2152 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2153 test "x$ac_build_alias" = x
&&
2154 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2155 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2156 { (exit 1); exit 1; }; }
2157 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2158 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2159 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2160 { (exit 1); exit 1; }; }
2163 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2164 echo "${ECHO_T}$ac_cv_build" >&6; }
2165 case $ac_cv_build in
2167 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2168 echo "$as_me: error: invalid value of canonical build" >&2;}
2169 { (exit 1); exit 1; }; };;
2172 ac_save_IFS
=$IFS; IFS
='-'
2178 # Remember, the first character of IFS is used to create $*,
2179 # except with old shells:
2182 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2185 { echo "$as_me:$LINENO: checking host system type" >&5
2186 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2187 if test "${ac_cv_host+set}" = set; then
2188 echo $ECHO_N "(cached) $ECHO_C" >&6
2190 if test "x$host_alias" = x
; then
2191 ac_cv_host
=$ac_cv_build
2193 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2194 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2195 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2196 { (exit 1); exit 1; }; }
2200 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2201 echo "${ECHO_T}$ac_cv_host" >&6; }
2204 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2205 echo "$as_me: error: invalid value of canonical host" >&2;}
2206 { (exit 1); exit 1; }; };;
2209 ac_save_IFS
=$IFS; IFS
='-'
2215 # Remember, the first character of IFS is used to create $*,
2216 # except with old shells:
2219 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2224 if test "x$enable_win64" != "xyes"
2226 test -n "$CC" || CC
="gcc -m32"
2227 test -n "$CXX"|| CXX
="g++ -m32"
2228 test -n "$LD" || LD
="ld -m elf_i386"
2229 test -n "$AS" || AS
="as --32"
2237 if test "x$enable_win16" != "xno"
2244 WIN16_FILES
="\$(WIN16_FILES)"
2246 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2248 if test "x$enable_win16" != "xyes"
2254 if test "x$enable_tests" == "xno"
2265 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2266 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2267 You need to run 'make distclean' in the source tree first." >&5
2268 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2269 You need to run 'make distclean' in the source tree first." >&2;}
2270 { (exit 1); exit 1; }; }
2275 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2276 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2277 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2278 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2279 echo $ECHO_N "(cached) $ECHO_C" >&6
2281 cat >conftest.
make <<\_ACEOF
2284 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2286 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2287 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2289 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2291 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2295 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2296 { echo "$as_me:$LINENO: result: yes" >&5
2297 echo "${ECHO_T}yes" >&6; }
2300 { echo "$as_me:$LINENO: result: no" >&5
2301 echo "${ECHO_T}no" >&6; }
2302 SET_MAKE
="MAKE=${MAKE-make}"
2306 ac_cpp
='$CPP $CPPFLAGS'
2307 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2308 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2309 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2310 if test -n "$ac_tool_prefix"; then
2311 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2312 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2315 if test "${ac_cv_prog_CC+set}" = set; then
2316 echo $ECHO_N "(cached) $ECHO_C" >&6
2318 if test -n "$CC"; then
2319 ac_cv_prog_CC
="$CC" # Let the user override the test.
2321 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2325 test -z "$as_dir" && as_dir
=.
2326 for ac_exec_ext
in '' $ac_executable_extensions; do
2327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2328 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2339 if test -n "$CC"; then
2340 { echo "$as_me:$LINENO: result: $CC" >&5
2341 echo "${ECHO_T}$CC" >&6; }
2343 { echo "$as_me:$LINENO: result: no" >&5
2344 echo "${ECHO_T}no" >&6; }
2349 if test -z "$ac_cv_prog_CC"; then
2351 # Extract the first word of "gcc", so it can be a program name with args.
2352 set dummy gcc
; ac_word
=$2
2353 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2355 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2356 echo $ECHO_N "(cached) $ECHO_C" >&6
2358 if test -n "$ac_ct_CC"; then
2359 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2361 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2365 test -z "$as_dir" && as_dir
=.
2366 for ac_exec_ext
in '' $ac_executable_extensions; do
2367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2368 ac_cv_prog_ac_ct_CC
="gcc"
2369 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2378 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2379 if test -n "$ac_ct_CC"; then
2380 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2381 echo "${ECHO_T}$ac_ct_CC" >&6; }
2383 { echo "$as_me:$LINENO: result: no" >&5
2384 echo "${ECHO_T}no" >&6; }
2387 if test "x$ac_ct_CC" = x
; then
2390 case $cross_compiling:$ac_tool_warned in
2392 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2393 whose name does not start with the host triplet. If you think this
2394 configuration is useful to you, please write to autoconf@gnu.org." >&5
2395 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2396 whose name does not start with the host triplet. If you think this
2397 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2398 ac_tool_warned
=yes ;;
2406 if test -z "$CC"; then
2407 if test -n "$ac_tool_prefix"; then
2408 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2409 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2412 if test "${ac_cv_prog_CC+set}" = set; then
2413 echo $ECHO_N "(cached) $ECHO_C" >&6
2415 if test -n "$CC"; then
2416 ac_cv_prog_CC
="$CC" # Let the user override the test.
2418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2422 test -z "$as_dir" && as_dir
=.
2423 for ac_exec_ext
in '' $ac_executable_extensions; do
2424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2425 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2436 if test -n "$CC"; then
2437 { echo "$as_me:$LINENO: result: $CC" >&5
2438 echo "${ECHO_T}$CC" >&6; }
2440 { echo "$as_me:$LINENO: result: no" >&5
2441 echo "${ECHO_T}no" >&6; }
2447 if test -z "$CC"; then
2448 # Extract the first word of "cc", so it can be a program name with args.
2449 set dummy cc
; ac_word
=$2
2450 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2452 if test "${ac_cv_prog_CC+set}" = set; then
2453 echo $ECHO_N "(cached) $ECHO_C" >&6
2455 if test -n "$CC"; then
2456 ac_cv_prog_CC
="$CC" # Let the user override the test.
2459 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2463 test -z "$as_dir" && as_dir
=.
2464 for ac_exec_ext
in '' $ac_executable_extensions; do
2465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2466 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2467 ac_prog_rejected
=yes
2471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2478 if test $ac_prog_rejected = yes; then
2479 # We found a bogon in the path, so make sure we never use it.
2480 set dummy
$ac_cv_prog_CC
2482 if test $# != 0; then
2483 # We chose a different compiler from the bogus one.
2484 # However, it has the same basename, so the bogon will be chosen
2485 # first if we set CC to just the basename; use the full file name.
2487 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2493 if test -n "$CC"; then
2494 { echo "$as_me:$LINENO: result: $CC" >&5
2495 echo "${ECHO_T}$CC" >&6; }
2497 { echo "$as_me:$LINENO: result: no" >&5
2498 echo "${ECHO_T}no" >&6; }
2503 if test -z "$CC"; then
2504 if test -n "$ac_tool_prefix"; then
2505 for ac_prog
in cl.exe
2507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2508 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2511 if test "${ac_cv_prog_CC+set}" = set; then
2512 echo $ECHO_N "(cached) $ECHO_C" >&6
2514 if test -n "$CC"; then
2515 ac_cv_prog_CC
="$CC" # Let the user override the test.
2517 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2521 test -z "$as_dir" && as_dir
=.
2522 for ac_exec_ext
in '' $ac_executable_extensions; do
2523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2524 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2535 if test -n "$CC"; then
2536 { echo "$as_me:$LINENO: result: $CC" >&5
2537 echo "${ECHO_T}$CC" >&6; }
2539 { echo "$as_me:$LINENO: result: no" >&5
2540 echo "${ECHO_T}no" >&6; }
2544 test -n "$CC" && break
2547 if test -z "$CC"; then
2549 for ac_prog
in cl.exe
2551 # Extract the first word of "$ac_prog", so it can be a program name with args.
2552 set dummy
$ac_prog; ac_word
=$2
2553 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2555 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2556 echo $ECHO_N "(cached) $ECHO_C" >&6
2558 if test -n "$ac_ct_CC"; then
2559 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2561 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2565 test -z "$as_dir" && as_dir
=.
2566 for ac_exec_ext
in '' $ac_executable_extensions; do
2567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568 ac_cv_prog_ac_ct_CC
="$ac_prog"
2569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2579 if test -n "$ac_ct_CC"; then
2580 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2581 echo "${ECHO_T}$ac_ct_CC" >&6; }
2583 { echo "$as_me:$LINENO: result: no" >&5
2584 echo "${ECHO_T}no" >&6; }
2588 test -n "$ac_ct_CC" && break
2591 if test "x$ac_ct_CC" = x
; then
2594 case $cross_compiling:$ac_tool_warned in
2596 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2597 whose name does not start with the host triplet. If you think this
2598 configuration is useful to you, please write to autoconf@gnu.org." >&5
2599 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2600 whose name does not start with the host triplet. If you think this
2601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2602 ac_tool_warned
=yes ;;
2611 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2612 See \`config.log' for more details." >&5
2613 echo "$as_me: error: no acceptable C compiler found in \$PATH
2614 See \`config.log' for more details." >&2;}
2615 { (exit 1); exit 1; }; }
2617 # Provide some information about the compiler.
2618 echo "$as_me:$LINENO: checking for C compiler version" >&5
2619 ac_compiler
=`set X $ac_compile; echo $2`
2620 { (ac_try
="$ac_compiler --version >&5"
2622 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2623 *) ac_try_echo=$ac_try;;
2625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2626 (eval "$ac_compiler --version >&5") 2>&5
2628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2629 (exit $ac_status); }
2630 { (ac_try="$ac_compiler -v >&5"
2632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2633 *) ac_try_echo
=$ac_try;;
2635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2636 (eval "$ac_compiler -v >&5") 2>&5
2638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2639 (exit $ac_status); }
2640 { (ac_try
="$ac_compiler -V >&5"
2642 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2643 *) ac_try_echo=$ac_try;;
2645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2646 (eval "$ac_compiler -V >&5") 2>&5
2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649 (exit $ac_status); }
2651 cat >conftest.$ac_ext <<_ACEOF
2654 cat confdefs.h >>conftest.$ac_ext
2655 cat >>conftest.$ac_ext <<_ACEOF
2656 /* end confdefs.h. */
2666 ac_clean_files_save=$ac_clean_files
2667 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2668 # Try to create an executable without -o first, disregard a.out.
2669 # It will help us diagnose broken compilers, and finding out an intuition
2671 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2672 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2673 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2675 # List of possible output files, starting from the most likely.
2676 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2677 # only as a last resort. b.out is created by i960 compilers.
2678 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2680 # The IRIX 6 linker writes into existing files which may not be
2681 # executable, retaining their permissions. Remove them first so a
2682 # subsequent execution test works.
2684 for ac_file in $ac_files
2687 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2688 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2693 if { (ac_try="$ac_link_default"
2695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2696 *) ac_try_echo=$ac_try;;
2698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2699 (eval "$ac_link_default") 2>&5
2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2702 (exit $ac_status); }; then
2703 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2704 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2705 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2706 # so that the user can short-circuit this test for compilers unknown to
2708 for ac_file
in $ac_files ''
2710 test -f "$ac_file" ||
continue
2712 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2715 # We found the default executable, but exeext='' is most
2719 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2721 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2723 # We set ac_cv_exeext here because the later test for it is not
2724 # safe: cross compilers may not add the suffix if given an `-o'
2725 # argument, so we may need to know it at that point already.
2726 # Even if this section looks crufty: it has the advantage of
2733 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2739 { echo "$as_me:$LINENO: result: $ac_file" >&5
2740 echo "${ECHO_T}$ac_file" >&6; }
2741 if test -z "$ac_file"; then
2742 echo "$as_me: failed program was:" >&5
2743 sed 's/^/| /' conftest.
$ac_ext >&5
2745 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2746 See \`config.log' for more details." >&5
2747 echo "$as_me: error: C compiler cannot create executables
2748 See \`config.log' for more details." >&2;}
2749 { (exit 77); exit 77; }; }
2752 ac_exeext
=$ac_cv_exeext
2754 # Check that the compiler produces executables we can run. If not, either
2755 # the compiler is broken, or we cross compile.
2756 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2757 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2758 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2759 # If not cross compiling, check that we can run a simple program.
2760 if test "$cross_compiling" != yes; then
2761 if { ac_try
='./$ac_file'
2762 { (case "(($ac_try" in
2763 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2767 (eval "$ac_try") 2>&5
2769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); }; }; then
2773 if test "$cross_compiling" = maybe; then
2776 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2777 If you meant to cross compile, use \`--host'.
2778 See \`config.log' for more details.
" >&5
2779 echo "$as_me: error
: cannot run C compiled programs.
2780 If you meant to cross compile
, use \
`--host'.
2781 See \`config.log
' for more details." >&2;}
2782 { (exit 1); exit 1; }; }
2786 { echo "$as_me:$LINENO: result: yes" >&5
2787 echo "${ECHO_T}yes" >&6; }
2789 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2790 ac_clean_files=$ac_clean_files_save
2791 # Check that the compiler produces executables we can run. If not, either
2792 # the compiler is broken, or we cross compile.
2793 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2794 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2795 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2796 echo "${ECHO_T}$cross_compiling" >&6; }
2798 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2799 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2800 if { (ac_try="$ac_link"
2802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2803 *) ac_try_echo=$ac_try;;
2805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2806 (eval "$ac_link") 2>&5
2808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809 (exit $ac_status); }; then
2810 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2811 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2812 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2814 for ac_file
in conftest.exe conftest conftest.
*; do
2815 test -f "$ac_file" ||
continue
2817 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2818 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2824 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2825 See \`config.log' for more details." >&5
2826 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2827 See \`config.log' for more details." >&2;}
2828 { (exit 1); exit 1; }; }
2831 rm -f conftest
$ac_cv_exeext
2832 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2833 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2835 rm -f conftest.
$ac_ext
2836 EXEEXT
=$ac_cv_exeext
2838 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2839 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2840 if test "${ac_cv_objext+set}" = set; then
2841 echo $ECHO_N "(cached) $ECHO_C" >&6
2843 cat >conftest.
$ac_ext <<_ACEOF
2846 cat confdefs.h
>>conftest.
$ac_ext
2847 cat >>conftest.
$ac_ext <<_ACEOF
2848 /* end confdefs.h. */
2858 rm -f conftest.o conftest.obj
2859 if { (ac_try
="$ac_compile"
2861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2865 (eval "$ac_compile") 2>&5
2867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2868 (exit $ac_status); }; then
2869 for ac_file in conftest.o conftest.obj conftest.*; do
2870 test -f "$ac_file" || continue;
2872 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2873 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2878 echo "$as_me: failed program was:" >&5
2879 sed 's/^/| /' conftest.$ac_ext >&5
2881 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2882 See \`config.log
' for more details." >&5
2883 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2884 See \`config.log' for more details.
" >&2;}
2885 { (exit 1); exit 1; }; }
2888 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2890 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2891 echo "${ECHO_T}$ac_cv_objext" >&6; }
2892 OBJEXT=$ac_cv_objext
2894 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2895 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2896 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2897 echo $ECHO_N "(cached
) $ECHO_C" >&6
2899 cat >conftest.$ac_ext <<_ACEOF
2902 cat confdefs.h >>conftest.$ac_ext
2903 cat >>conftest.$ac_ext <<_ACEOF
2904 /* end confdefs.h. */
2917 rm -f conftest.$ac_objext
2918 if { (ac_try="$ac_compile"
2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921 *) ac_try_echo=$ac_try;;
2923 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2924 (eval "$ac_compile") 2>conftest.er1
2926 grep -v '^ *+' conftest.er1 >conftest.err
2928 cat conftest.err >&5
2929 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2930 (exit $ac_status); } && {
2931 test -z "$ac_c_werror_flag" ||
2932 test ! -s conftest.err
2933 } && test -s conftest.$ac_objext; then
2936 echo "$as_me: failed program was
:" >&5
2937 sed 's/^/| /' conftest.$ac_ext >&5
2942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2943 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2946 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2947 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2948 GCC=`test $ac_compiler_gnu = yes && echo yes`
2949 ac_test_CFLAGS=${CFLAGS+set}
2950 ac_save_CFLAGS=$CFLAGS
2951 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2952 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2953 if test "${ac_cv_prog_cc_g+set}" = set; then
2954 echo $ECHO_N "(cached
) $ECHO_C" >&6
2956 ac_save_c_werror_flag=$ac_c_werror_flag
2957 ac_c_werror_flag=yes
2960 cat >conftest.$ac_ext <<_ACEOF
2963 cat confdefs.h >>conftest.$ac_ext
2964 cat >>conftest.$ac_ext <<_ACEOF
2965 /* end confdefs.h. */
2975 rm -f conftest.$ac_objext
2976 if { (ac_try="$ac_compile"
2978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2979 *) ac_try_echo=$ac_try;;
2981 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2982 (eval "$ac_compile") 2>conftest.er1
2984 grep -v '^ *+' conftest.er1 >conftest.err
2986 cat conftest.err >&5
2987 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2988 (exit $ac_status); } && {
2989 test -z "$ac_c_werror_flag" ||
2990 test ! -s conftest.err
2991 } && test -s conftest.$ac_objext; then
2994 echo "$as_me: failed program was
:" >&5
2995 sed 's/^/| /' conftest.$ac_ext >&5
2998 cat >conftest.$ac_ext <<_ACEOF
3001 cat confdefs.h >>conftest.$ac_ext
3002 cat >>conftest.$ac_ext <<_ACEOF
3003 /* end confdefs.h. */
3013 rm -f conftest.$ac_objext
3014 if { (ac_try="$ac_compile"
3016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3017 *) ac_try_echo=$ac_try;;
3019 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3020 (eval "$ac_compile") 2>conftest.er1
3022 grep -v '^ *+' conftest.er1 >conftest.err
3024 cat conftest.err >&5
3025 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3026 (exit $ac_status); } && {
3027 test -z "$ac_c_werror_flag" ||
3028 test ! -s conftest.err
3029 } && test -s conftest.$ac_objext; then
3032 echo "$as_me: failed program was
:" >&5
3033 sed 's/^/| /' conftest.$ac_ext >&5
3035 ac_c_werror_flag=$ac_save_c_werror_flag
3037 cat >conftest.$ac_ext <<_ACEOF
3040 cat confdefs.h >>conftest.$ac_ext
3041 cat >>conftest.$ac_ext <<_ACEOF
3042 /* end confdefs.h. */
3052 rm -f conftest.$ac_objext
3053 if { (ac_try="$ac_compile"
3055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3056 *) ac_try_echo=$ac_try;;
3058 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3059 (eval "$ac_compile") 2>conftest.er1
3061 grep -v '^ *+' conftest.er1 >conftest.err
3063 cat conftest.err >&5
3064 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3065 (exit $ac_status); } && {
3066 test -z "$ac_c_werror_flag" ||
3067 test ! -s conftest.err
3068 } && test -s conftest.$ac_objext; then
3071 echo "$as_me: failed program was
:" >&5
3072 sed 's/^/| /' conftest.$ac_ext >&5
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 ac_c_werror_flag=$ac_save_c_werror_flag
3086 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3087 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3088 if test "$ac_test_CFLAGS" = set; then
3089 CFLAGS=$ac_save_CFLAGS
3090 elif test $ac_cv_prog_cc_g = yes; then
3091 if test "$GCC" = yes; then
3097 if test "$GCC" = yes; then
3103 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3104 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3105 if test "${ac_cv_prog_cc_c89+set}" = set; then
3106 echo $ECHO_N "(cached
) $ECHO_C" >&6
3108 ac_cv_prog_cc_c89=no
3110 cat >conftest.$ac_ext <<_ACEOF
3113 cat confdefs.h >>conftest.$ac_ext
3114 cat >>conftest.$ac_ext <<_ACEOF
3115 /* end confdefs.h. */
3118 #include <sys/types.h>
3119 #include <sys/stat.h>
3120 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3121 struct buf { int x; };
3122 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3123 static char *e (p, i)
3129 static char *f (char * (*g) (char **, int), char **p, ...)
3134 s = g (p, va_arg (v,int));
3139 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3140 function prototypes and stuff, but not '\xHH' hex character constants.
3141 These don't provoke an error unfortunately, instead are silently treated
3142 as 'x'. The following induces an error, until -std is added to get
3143 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3144 array size at least. It's necessary to write '\x00'==0 to get something
3145 that's true only with -std. */
3146 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3148 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3149 inside strings and character constants. */
3151 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3153 int test (int i, double x);
3154 struct s1 {int (*f) (int a);};
3155 struct s2 {int (*f) (double a);};
3156 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3162 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3167 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3168 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3170 CC="$ac_save_CC $ac_arg"
3171 rm -f conftest.$ac_objext
3172 if { (ac_try="$ac_compile"
3174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3175 *) ac_try_echo=$ac_try;;
3177 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3180 grep -v '^ *+' conftest.er1 >conftest.err
3182 cat conftest.err >&5
3183 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3188 ac_cv_prog_cc_c89=$ac_arg
3190 echo "$as_me: failed program was
:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3196 rm -f core conftest.err conftest.$ac_objext
3197 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3199 rm -f conftest.$ac_ext
3204 case "x
$ac_cv_prog_cc_c89" in
3206 { echo "$as_me:$LINENO: result
: none needed
" >&5
3207 echo "${ECHO_T}none needed
" >&6; } ;;
3209 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3210 echo "${ECHO_T}unsupported
" >&6; } ;;
3212 CC="$CC $ac_cv_prog_cc_c89"
3213 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3214 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3219 ac_cpp='$CPP $CPPFLAGS'
3220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3225 ac_cpp='$CXXCPP $CPPFLAGS'
3226 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3227 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3228 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3229 if test -z "$CXX"; then
3230 if test -n "$CCC"; then
3233 if test -n "$ac_tool_prefix"; then
3234 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3237 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3238 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3239 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3240 if test "${ac_cv_prog_CXX+set}" = set; then
3241 echo $ECHO_N "(cached
) $ECHO_C" >&6
3243 if test -n "$CXX"; then
3244 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3250 test -z "$as_dir" && as_dir=.
3251 for ac_exec_ext in '' $ac_executable_extensions; do
3252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3253 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3254 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3264 if test -n "$CXX"; then
3265 { echo "$as_me:$LINENO: result
: $CXX" >&5
3266 echo "${ECHO_T}$CXX" >&6; }
3268 { echo "$as_me:$LINENO: result
: no
" >&5
3269 echo "${ECHO_T}no
" >&6; }
3273 test -n "$CXX" && break
3276 if test -z "$CXX"; then
3278 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3280 # Extract the first word of "$ac_prog", so it can be a program name with args.
3281 set dummy $ac_prog; ac_word=$2
3282 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3283 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3284 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3285 echo $ECHO_N "(cached
) $ECHO_C" >&6
3287 if test -n "$ac_ct_CXX"; then
3288 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3294 test -z "$as_dir" && as_dir=.
3295 for ac_exec_ext in '' $ac_executable_extensions; do
3296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3297 ac_cv_prog_ac_ct_CXX="$ac_prog"
3298 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3307 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3308 if test -n "$ac_ct_CXX"; then
3309 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3310 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3312 { echo "$as_me:$LINENO: result
: no
" >&5
3313 echo "${ECHO_T}no
" >&6; }
3317 test -n "$ac_ct_CXX" && break
3320 if test "x
$ac_ct_CXX" = x; then
3323 case $cross_compiling:$ac_tool_warned in
3325 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3326 whose name does not start with the
host triplet. If you think this
3327 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3328 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3329 whose name does not start with the
host triplet. If you think this
3330 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3331 ac_tool_warned=yes ;;
3339 # Provide some information about the compiler.
3340 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3341 ac_compiler=`set X $ac_compile; echo $2`
3342 { (ac_try="$ac_compiler --version >&5"
3344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3345 *) ac_try_echo=$ac_try;;
3347 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3348 (eval "$ac_compiler --version >&5") 2>&5
3350 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3351 (exit $ac_status); }
3352 { (ac_try="$ac_compiler -v >&5"
3354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3355 *) ac_try_echo=$ac_try;;
3357 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3358 (eval "$ac_compiler -v >&5") 2>&5
3360 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3361 (exit $ac_status); }
3362 { (ac_try="$ac_compiler -V >&5"
3364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3365 *) ac_try_echo=$ac_try;;
3367 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3368 (eval "$ac_compiler -V >&5") 2>&5
3370 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3371 (exit $ac_status); }
3373 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3374 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3375 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3376 echo $ECHO_N "(cached
) $ECHO_C" >&6
3378 cat >conftest.$ac_ext <<_ACEOF
3381 cat confdefs.h >>conftest.$ac_ext
3382 cat >>conftest.$ac_ext <<_ACEOF
3383 /* end confdefs.h. */
3396 rm -f conftest.$ac_objext
3397 if { (ac_try="$ac_compile"
3399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3400 *) ac_try_echo=$ac_try;;
3402 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3403 (eval "$ac_compile") 2>conftest.er1
3405 grep -v '^ *+' conftest.er1 >conftest.err
3407 cat conftest.err >&5
3408 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3409 (exit $ac_status); } && {
3410 test -z "$ac_cxx_werror_flag" ||
3411 test ! -s conftest.err
3412 } && test -s conftest.$ac_objext; then
3415 echo "$as_me: failed program was
:" >&5
3416 sed 's/^/| /' conftest.$ac_ext >&5
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3425 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3426 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3427 GXX=`test $ac_compiler_gnu = yes && echo yes`
3428 ac_test_CXXFLAGS=${CXXFLAGS+set}
3429 ac_save_CXXFLAGS=$CXXFLAGS
3430 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3431 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3432 if test "${ac_cv_prog_cxx_g+set}" = set; then
3433 echo $ECHO_N "(cached
) $ECHO_C" >&6
3435 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3436 ac_cxx_werror_flag=yes
3439 cat >conftest.$ac_ext <<_ACEOF
3442 cat confdefs.h >>conftest.$ac_ext
3443 cat >>conftest.$ac_ext <<_ACEOF
3444 /* end confdefs.h. */
3454 rm -f conftest.$ac_objext
3455 if { (ac_try="$ac_compile"
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3460 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3461 (eval "$ac_compile") 2>conftest.er1
3463 grep -v '^ *+' conftest.er1 >conftest.err
3465 cat conftest.err >&5
3466 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3467 (exit $ac_status); } && {
3468 test -z "$ac_cxx_werror_flag" ||
3469 test ! -s conftest.err
3470 } && test -s conftest.$ac_objext; then
3471 ac_cv_prog_cxx_g=yes
3473 echo "$as_me: failed program was
:" >&5
3474 sed 's/^/| /' conftest.$ac_ext >&5
3477 cat >conftest.$ac_ext <<_ACEOF
3480 cat confdefs.h >>conftest.$ac_ext
3481 cat >>conftest.$ac_ext <<_ACEOF
3482 /* end confdefs.h. */
3492 rm -f conftest.$ac_objext
3493 if { (ac_try="$ac_compile"
3495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3496 *) ac_try_echo=$ac_try;;
3498 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3499 (eval "$ac_compile") 2>conftest.er1
3501 grep -v '^ *+' conftest.er1 >conftest.err
3503 cat conftest.err >&5
3504 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3505 (exit $ac_status); } && {
3506 test -z "$ac_cxx_werror_flag" ||
3507 test ! -s conftest.err
3508 } && test -s conftest.$ac_objext; then
3511 echo "$as_me: failed program was
:" >&5
3512 sed 's/^/| /' conftest.$ac_ext >&5
3514 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3516 cat >conftest.$ac_ext <<_ACEOF
3519 cat confdefs.h >>conftest.$ac_ext
3520 cat >>conftest.$ac_ext <<_ACEOF
3521 /* end confdefs.h. */
3531 rm -f conftest.$ac_objext
3532 if { (ac_try="$ac_compile"
3534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3535 *) ac_try_echo=$ac_try;;
3537 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3538 (eval "$ac_compile") 2>conftest.er1
3540 grep -v '^ *+' conftest.er1 >conftest.err
3542 cat conftest.err >&5
3543 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3544 (exit $ac_status); } && {
3545 test -z "$ac_cxx_werror_flag" ||
3546 test ! -s conftest.err
3547 } && test -s conftest.$ac_objext; then
3548 ac_cv_prog_cxx_g=yes
3550 echo "$as_me: failed program was
:" >&5
3551 sed 's/^/| /' conftest.$ac_ext >&5
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3565 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3566 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3567 if test "$ac_test_CXXFLAGS" = set; then
3568 CXXFLAGS=$ac_save_CXXFLAGS
3569 elif test $ac_cv_prog_cxx_g = yes; then
3570 if test "$GXX" = yes; then
3576 if test "$GXX" = yes; then
3583 ac_cpp='$CPP $CPPFLAGS'
3584 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3585 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3586 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3588 if test -n "$ac_tool_prefix"; then
3589 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3590 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3591 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3592 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3593 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3594 echo $ECHO_N "(cached
) $ECHO_C" >&6
3596 if test -n "$CPPBIN"; then
3597 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3603 test -z "$as_dir" && as_dir=.
3604 for ac_exec_ext in '' $ac_executable_extensions; do
3605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3606 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3607 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3616 CPPBIN=$ac_cv_prog_CPPBIN
3617 if test -n "$CPPBIN"; then
3618 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3619 echo "${ECHO_T}$CPPBIN" >&6; }
3621 { echo "$as_me:$LINENO: result
: no
" >&5
3622 echo "${ECHO_T}no
" >&6; }
3627 if test -z "$ac_cv_prog_CPPBIN"; then
3628 ac_ct_CPPBIN=$CPPBIN
3629 # Extract the first word of "cpp
", so it can be a program name with args.
3630 set dummy cpp; ac_word=$2
3631 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3632 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3633 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3634 echo $ECHO_N "(cached
) $ECHO_C" >&6
3636 if test -n "$ac_ct_CPPBIN"; then
3637 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3643 test -z "$as_dir" && as_dir=.
3644 for ac_exec_ext in '' $ac_executable_extensions; do
3645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3646 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3647 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3656 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3657 if test -n "$ac_ct_CPPBIN"; then
3658 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3659 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3661 { echo "$as_me:$LINENO: result
: no
" >&5
3662 echo "${ECHO_T}no
" >&6; }
3665 if test "x
$ac_ct_CPPBIN" = x; then
3668 case $cross_compiling:$ac_tool_warned in
3670 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3671 whose name does not start with the
host triplet. If you think this
3672 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3673 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3674 whose name does not start with the
host triplet. If you think this
3675 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3676 ac_tool_warned=yes ;;
3678 CPPBIN=$ac_ct_CPPBIN
3681 CPPBIN="$ac_cv_prog_CPPBIN"
3685 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3686 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3687 if test "${wine_cv_toolsdir+set}" = set; then
3688 echo $ECHO_N "(cached
) $ECHO_C" >&6
3690 if test -z "$with_wine_tools"; then
3691 if test "$cross_compiling" = "yes"; then
3692 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3693 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3694 { (exit 1); exit 1; }; }
3696 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3698 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3699 case $with_wine_tools in
3700 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3701 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3704 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3705 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3706 { (exit 1); exit 1; }; }
3709 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3710 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3711 TOOLSDIR=$wine_cv_toolsdir
3716 ac_cpp='$CPP $CPPFLAGS'
3717 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3718 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3719 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3720 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3721 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3722 # On Suns, sometimes $CPP names a directory.
3723 if test -n "$CPP" && test -d "$CPP"; then
3726 if test -z "$CPP"; then
3727 if test "${ac_cv_prog_CPP+set}" = set; then
3728 echo $ECHO_N "(cached
) $ECHO_C" >&6
3730 # Double quotes because CPP needs to be expanded
3731 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3734 for ac_c_preproc_warn_flag in '' yes
3736 # Use a header file that comes with gcc, so configuring glibc
3737 # with a fresh cross-compiler works.
3738 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3739 # <limits.h> exists even on freestanding compilers.
3740 # On the NeXT, cc -E runs the code through the compiler's parser,
3741 # not just through cpp. "Syntax error
" is here to catch this case.
3742 cat >conftest.$ac_ext <<_ACEOF
3745 cat confdefs.h >>conftest.$ac_ext
3746 cat >>conftest.$ac_ext <<_ACEOF
3747 /* end confdefs.h. */
3749 # include <limits.h>
3751 # include <assert.h>
3755 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3758 *) ac_try_echo=$ac_try;;
3760 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3761 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3763 grep -v '^ *+' conftest.er1 >conftest.err
3765 cat conftest.err >&5
3766 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3767 (exit $ac_status); } >/dev/null && {
3768 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3769 test ! -s conftest.err
3773 echo "$as_me: failed program was
:" >&5
3774 sed 's/^/| /' conftest.$ac_ext >&5
3776 # Broken: fails on valid input.
3780 rm -f conftest.err conftest.$ac_ext
3782 # OK, works on sane cases. Now check whether nonexistent headers
3783 # can be detected and how.
3784 cat >conftest.$ac_ext <<_ACEOF
3787 cat confdefs.h >>conftest.$ac_ext
3788 cat >>conftest.$ac_ext <<_ACEOF
3789 /* end confdefs.h. */
3790 #include <ac_nonexistent.h>
3792 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3795 *) ac_try_echo=$ac_try;;
3797 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3798 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3800 grep -v '^ *+' conftest.er1 >conftest.err
3802 cat conftest.err >&5
3803 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3804 (exit $ac_status); } >/dev/null && {
3805 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3806 test ! -s conftest.err
3808 # Broken: success on invalid input.
3811 echo "$as_me: failed program was
:" >&5
3812 sed 's/^/| /' conftest.$ac_ext >&5
3814 # Passes both tests.
3819 rm -f conftest.err conftest.$ac_ext
3822 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3823 rm -f conftest.err conftest.$ac_ext
3824 if $ac_preproc_ok; then
3836 { echo "$as_me:$LINENO: result
: $CPP" >&5
3837 echo "${ECHO_T}$CPP" >&6; }
3839 for ac_c_preproc_warn_flag in '' yes
3841 # Use a header file that comes with gcc, so configuring glibc
3842 # with a fresh cross-compiler works.
3843 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3844 # <limits.h> exists even on freestanding compilers.
3845 # On the NeXT, cc -E runs the code through the compiler's parser,
3846 # not just through cpp. "Syntax error
" is here to catch this case.
3847 cat >conftest.$ac_ext <<_ACEOF
3850 cat confdefs.h >>conftest.$ac_ext
3851 cat >>conftest.$ac_ext <<_ACEOF
3852 /* end confdefs.h. */
3854 # include <limits.h>
3856 # include <assert.h>
3860 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3863 *) ac_try_echo=$ac_try;;
3865 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3866 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3868 grep -v '^ *+' conftest.er1 >conftest.err
3870 cat conftest.err >&5
3871 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3872 (exit $ac_status); } >/dev/null && {
3873 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3874 test ! -s conftest.err
3878 echo "$as_me: failed program was
:" >&5
3879 sed 's/^/| /' conftest.$ac_ext >&5
3881 # Broken: fails on valid input.
3885 rm -f conftest.err conftest.$ac_ext
3887 # OK, works on sane cases. Now check whether nonexistent headers
3888 # can be detected and how.
3889 cat >conftest.$ac_ext <<_ACEOF
3892 cat confdefs.h >>conftest.$ac_ext
3893 cat >>conftest.$ac_ext <<_ACEOF
3894 /* end confdefs.h. */
3895 #include <ac_nonexistent.h>
3897 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3900 *) ac_try_echo=$ac_try;;
3902 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3903 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3905 grep -v '^ *+' conftest.er1 >conftest.err
3907 cat conftest.err >&5
3908 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3909 (exit $ac_status); } >/dev/null && {
3910 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3911 test ! -s conftest.err
3913 # Broken: success on invalid input.
3916 echo "$as_me: failed program was
:" >&5
3917 sed 's/^/| /' conftest.$ac_ext >&5
3919 # Passes both tests.
3924 rm -f conftest.err conftest.$ac_ext
3927 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3928 rm -f conftest.err conftest.$ac_ext
3929 if $ac_preproc_ok; then
3932 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3933 See \
`config.log' for more details." >&5
3934 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3935 See \`config.log
' for more details." >&2;}
3936 { (exit 1); exit 1; }; }
3940 ac_cpp='$CPP $CPPFLAGS'
3941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3942 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3946 { echo "$as_me:$LINENO: checking for X" >&5
3947 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3950 # Check whether --with-x was given.
3951 if test "${with_x+set}" = set; then
3955 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3956 if test "x$with_x" = xno; then
3957 # The user explicitly disabled X.
3960 case $x_includes,$x_libraries in #(
3961 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3962 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3963 { (exit 1); exit 1; }; };; #(
3964 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3965 echo $ECHO_N "(cached) $ECHO_C" >&6
3967 # One or both of the vars are not set, and there is no cached value.
3968 ac_x_includes=no ac_x_libraries=no
3969 rm -f -r conftest.dir
3970 if mkdir conftest.dir; then
3972 cat >Imakefile <<'_ACEOF'
3974 @echo incroot='${INCROOT}'
3976 @echo usrlibdir='${USRLIBDIR}'
3978 @echo libdir='${LIBDIR}'
3980 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3981 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3982 for ac_var in incroot usrlibdir libdir; do
3983 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3985 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3986 for ac_extension in a so sl; do
3987 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3988 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3989 ac_im_usrlibdir=$ac_im_libdir; break
3992 # Screen out bogus values from the imake configuration. They are
3993 # bogus both because they are the default anyway, and because
3994 # using them would break gcc on systems where it needs fixed includes.
3995 case $ac_im_incroot in
3996 /usr/include) ac_x_includes= ;;
3997 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3999 case $ac_im_usrlibdir in
4001 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4005 rm -f -r conftest.dir
4008 # Standard set of common directories for X headers.
4009 # Check X11 before X11Rn because it is often a symlink to the current release.
4021 /usr
/local
/X11
/include
4022 /usr
/local
/X11R
6/include
4023 /usr
/local
/X11R
5/include
4024 /usr
/local
/X11R
4/include
4026 /usr
/local
/include
/X11
4027 /usr
/local
/include
/X11R6
4028 /usr
/local
/include
/X11R5
4029 /usr
/local
/include
/X11R4
4033 /usr
/XFree86
/include
/X11
4037 /usr
/unsupported
/include
4039 /usr
/local
/x11r
5/include
4040 /usr
/lpp
/Xamples
/include
4042 /usr
/openwin
/include
4043 /usr
/openwin
/share
/include
'
4045 if test "$ac_x_includes" = no; then
4046 # Guess where to find include files, by looking for Xlib.h.
4047 # First, try using that file with no special directory specified.
4048 cat >conftest.$ac_ext <<_ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h. */
4054 #include <X11/Xlib.h>
4056 if { (ac_try="$ac_cpp conftest.$ac_ext"
4058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4059 *) ac_try_echo=$ac_try;;
4061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4062 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4064 grep -v '^
*+' conftest.er1 >conftest.err
4066 cat conftest.err >&5
4067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4068 (exit $ac_status); } >/dev/null && {
4069 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4070 test ! -s conftest.err
4072 # We can compile using X headers with no special include directory.
4075 echo "$as_me: failed program was:" >&5
4076 sed 's
/^
/|
/' conftest.$ac_ext >&5
4078 for ac_dir in $ac_x_header_dirs; do
4079 if test -r "$ac_dir/X11/Xlib.h"; then
4080 ac_x_includes=$ac_dir
4086 rm -f conftest.err conftest.$ac_ext
4087 fi # $ac_x_includes = no
4089 if test "$ac_x_libraries" = no; then
4090 # Check for the libraries.
4091 # See if we find them without any special options.
4092 # Don't add to
$LIBS permanently.
4095 cat >conftest.
$ac_ext <<_ACEOF
4098 cat confdefs.h
>>conftest.
$ac_ext
4099 cat >>conftest.
$ac_ext <<_ACEOF
4100 /* end confdefs.h. */
4101 #include <X11/Xlib.h>
4110 rm -f conftest.
$ac_objext conftest
$ac_exeext
4111 if { (ac_try
="$ac_link"
4113 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4114 *) ac_try_echo=$ac_try;;
4116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4117 (eval "$ac_link") 2>conftest.er1
4119 grep -v '^ *+' conftest.er1 >conftest.err
4121 cat conftest.err >&5
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); } && {
4124 test -z "$ac_c_werror_flag" ||
4125 test ! -s conftest.err
4126 } && test -s conftest$ac_exeext &&
4127 $as_test_x conftest$ac_exeext; then
4129 # We can link X programs with no special library path.
4132 echo "$as_me: failed program was:" >&5
4133 sed 's/^/| /' conftest.$ac_ext >&5
4136 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4138 # Don't even attempt the hair of trying to link an X program!
4139 for ac_extension in a so sl; do
4140 if test -r "$ac_dir/libX11.$ac_extension"; then
4141 ac_x_libraries=$ac_dir
4148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4149 conftest$ac_exeext conftest.$ac_ext
4150 fi # $ac_x_libraries = no
4152 case $ac_x_includes,$ac_x_libraries in #(
4154 # Didn't find X, or a directory has "'" in its name.
4155 ac_cv_have_x="have_x=no";; #(
4157 # Record where we found X for the cache.
4158 ac_cv_have_x="have_x=yes\
4159 ac_x_includes='$ac_x_includes'\
4160 ac_x_libraries='$ac_x_libraries'"
4166 eval "$ac_cv_have_x"
4169 if test "$have_x" != yes; then
4170 { echo "$as_me:$LINENO: result: $have_x" >&5
4171 echo "${ECHO_T}$have_x" >&6; }
4174 # If each of the values was on the command line, it overrides each guess.
4175 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4176 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4177 # Update the cache value to reflect the command line values.
4178 ac_cv_have_x="have_x=yes\
4179 ac_x_includes='$x_includes'\
4180 ac_x_libraries='$x_libraries'"
4181 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4182 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4185 if test "$no_x" = yes; then
4186 # Not all programs may use this symbol, but it does not hurt to define it.
4188 cat >>confdefs.h <<\_ACEOF
4189 #define X_DISPLAY_MISSING 1
4192 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4194 if test -n "$x_includes"; then
4195 X_CFLAGS="$X_CFLAGS -I$x_includes"
4198 # It would also be nice to do this for all -L options, not just this one.
4199 if test -n "$x_libraries"; then
4200 X_LIBS="$X_LIBS -L$x_libraries"
4201 # For Solaris; some versions of Sun CC require a space after -R and
4202 # others require no space. Words are not sufficient . . . .
4203 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4204 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4205 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4206 ac_xsave_c_werror_flag=$ac_c_werror_flag
4207 ac_c_werror_flag=yes
4208 cat >conftest.$ac_ext <<_ACEOF
4211 cat confdefs.h >>conftest.$ac_ext
4212 cat >>conftest.$ac_ext <<_ACEOF
4213 /* end confdefs.h. */
4223 rm -f conftest.$ac_objext conftest$ac_exeext
4224 if { (ac_try="$ac_link"
4226 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4227 *) ac_try_echo
=$ac_try;;
4229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4230 (eval "$ac_link") 2>conftest.er1
4232 grep -v '^ *+' conftest.er1
>conftest.err
4234 cat conftest.err
>&5
4235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4236 (exit $ac_status); } && {
4237 test -z "$ac_c_werror_flag" ||
4238 test ! -s conftest.err
4239 } && test -s conftest
$ac_exeext &&
4240 $as_test_x conftest
$ac_exeext; then
4241 { echo "$as_me:$LINENO: result: no" >&5
4242 echo "${ECHO_T}no" >&6; }
4243 X_LIBS
="$X_LIBS -R$x_libraries"
4245 echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.
$ac_ext >&5
4248 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4249 cat >conftest.
$ac_ext <<_ACEOF
4252 cat confdefs.h
>>conftest.
$ac_ext
4253 cat >>conftest.
$ac_ext <<_ACEOF
4254 /* end confdefs.h. */
4264 rm -f conftest.
$ac_objext conftest
$ac_exeext
4265 if { (ac_try
="$ac_link"
4267 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4268 *) ac_try_echo=$ac_try;;
4270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4271 (eval "$ac_link") 2>conftest.er1
4273 grep -v '^ *+' conftest.er1 >conftest.err
4275 cat conftest.err >&5
4276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4277 (exit $ac_status); } && {
4278 test -z "$ac_c_werror_flag" ||
4279 test ! -s conftest.err
4280 } && test -s conftest$ac_exeext &&
4281 $as_test_x conftest$ac_exeext; then
4282 { echo "$as_me:$LINENO: result: yes" >&5
4283 echo "${ECHO_T}yes" >&6; }
4284 X_LIBS="$X_LIBS -R $x_libraries"
4286 echo "$as_me: failed program was:" >&5
4287 sed 's/^/| /' conftest.$ac_ext >&5
4289 { echo "$as_me:$LINENO: result: neither works" >&5
4290 echo "${ECHO_T}neither works" >&6; }
4293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4294 conftest$ac_exeext conftest.$ac_ext
4297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4298 conftest$ac_exeext conftest.$ac_ext
4299 ac_c_werror_flag=$ac_xsave_c_werror_flag
4303 # Check for system-dependent libraries X programs must link with.
4304 # Do this before checking for the system-independent R6 libraries
4305 # (-lICE), since we may need -lsocket or whatever for X linking.
4307 if test "$ISC" = yes; then
4308 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4310 # Martyn Johnson says this is needed for Ultrix, if the X
4311 # libraries were built with DECnet support. And Karl Berry says
4312 # the Alpha needs dnet_stub (dnet does not exist).
4313 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4314 cat >conftest.$ac_ext <<_ACEOF
4317 cat confdefs.h >>conftest.$ac_ext
4318 cat >>conftest.$ac_ext <<_ACEOF
4319 /* end confdefs.h. */
4321 /* Override any GCC internal prototype to avoid an error.
4322 Use char because int might match the return type of a GCC
4323 builtin and then its argument prototype would still apply. */
4327 char XOpenDisplay ();
4331 return XOpenDisplay ();
4336 rm -f conftest.$ac_objext conftest$ac_exeext
4337 if { (ac_try="$ac_link"
4339 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4340 *) ac_try_echo
=$ac_try;;
4342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4343 (eval "$ac_link") 2>conftest.er1
4345 grep -v '^ *+' conftest.er1
>conftest.err
4347 cat conftest.err
>&5
4348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4349 (exit $ac_status); } && {
4350 test -z "$ac_c_werror_flag" ||
4351 test ! -s conftest.err
4352 } && test -s conftest
$ac_exeext &&
4353 $as_test_x conftest
$ac_exeext; then
4356 echo "$as_me: failed program was:" >&5
4357 sed 's/^/| /' conftest.
$ac_ext >&5
4359 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4360 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4361 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4364 ac_check_lib_save_LIBS
=$LIBS
4366 cat >conftest.
$ac_ext <<_ACEOF
4369 cat confdefs.h
>>conftest.
$ac_ext
4370 cat >>conftest.
$ac_ext <<_ACEOF
4371 /* end confdefs.h. */
4373 /* Override any GCC internal prototype to avoid an error.
4374 Use char because int might match the return type of a GCC
4375 builtin and then its argument prototype would still apply. */
4383 return dnet_ntoa ();
4388 rm -f conftest.
$ac_objext conftest
$ac_exeext
4389 if { (ac_try
="$ac_link"
4391 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4392 *) ac_try_echo=$ac_try;;
4394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4395 (eval "$ac_link") 2>conftest.er1
4397 grep -v '^ *+' conftest.er1 >conftest.err
4399 cat conftest.err >&5
4400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4401 (exit $ac_status); } && {
4402 test -z "$ac_c_werror_flag" ||
4403 test ! -s conftest.err
4404 } && test -s conftest$ac_exeext &&
4405 $as_test_x conftest$ac_exeext; then
4406 ac_cv_lib_dnet_dnet_ntoa=yes
4408 echo "$as_me: failed program was:" >&5
4409 sed 's/^/| /' conftest.$ac_ext >&5
4411 ac_cv_lib_dnet_dnet_ntoa=no
4414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4415 conftest$ac_exeext conftest.$ac_ext
4416 LIBS=$ac_check_lib_save_LIBS
4418 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4419 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4420 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4421 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4424 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4425 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4426 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4427 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4428 echo $ECHO_N "(cached) $ECHO_C" >&6
4430 ac_check_lib_save_LIBS=$LIBS
4431 LIBS="-ldnet_stub $LIBS"
4432 cat >conftest.$ac_ext <<_ACEOF
4435 cat confdefs.h >>conftest.$ac_ext
4436 cat >>conftest.$ac_ext <<_ACEOF
4437 /* end confdefs.h. */
4439 /* Override any GCC internal prototype to avoid an error.
4440 Use char because int might match the return type of a GCC
4441 builtin and then its argument prototype would still apply. */
4449 return dnet_ntoa ();
4454 rm -f conftest.$ac_objext conftest$ac_exeext
4455 if { (ac_try="$ac_link"
4457 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4458 *) ac_try_echo
=$ac_try;;
4460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4461 (eval "$ac_link") 2>conftest.er1
4463 grep -v '^ *+' conftest.er1
>conftest.err
4465 cat conftest.err
>&5
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467 (exit $ac_status); } && {
4468 test -z "$ac_c_werror_flag" ||
4469 test ! -s conftest.err
4470 } && test -s conftest
$ac_exeext &&
4471 $as_test_x conftest
$ac_exeext; then
4472 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4474 echo "$as_me: failed program was:" >&5
4475 sed 's/^/| /' conftest.
$ac_ext >&5
4477 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4480 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4481 conftest
$ac_exeext conftest.
$ac_ext
4482 LIBS
=$ac_check_lib_save_LIBS
4484 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4485 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4486 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4487 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4493 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4494 conftest
$ac_exeext conftest.
$ac_ext
4495 LIBS
="$ac_xsave_LIBS"
4497 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4498 # to get the SysV transport functions.
4499 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4501 # The nsl library prevents programs from opening the X display
4502 # on Irix 5.2, according to T.E. Dickey.
4503 # The functions gethostbyname, getservbyname, and inet_addr are
4504 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4505 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4506 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4507 if test "${ac_cv_func_gethostbyname+set}" = set; then
4508 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 cat >conftest.
$ac_ext <<_ACEOF
4513 cat confdefs.h
>>conftest.
$ac_ext
4514 cat >>conftest.
$ac_ext <<_ACEOF
4515 /* end confdefs.h. */
4516 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4518 #define gethostbyname innocuous_gethostbyname
4520 /* System header to define __stub macros and hopefully few prototypes,
4521 which can conflict with char gethostbyname (); below.
4522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4523 <limits.h> exists even on freestanding compilers. */
4526 # include <limits.h>
4528 # include <assert.h>
4531 #undef gethostbyname
4533 /* Override any GCC internal prototype to avoid an error.
4534 Use char because int might match the return type of a GCC
4535 builtin and then its argument prototype would still apply. */
4539 char gethostbyname ();
4540 /* The GNU C library defines this for functions which it implements
4541 to always fail with ENOSYS. Some functions are actually named
4542 something starting with __ and the normal name is an alias. */
4543 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4550 return gethostbyname ();
4555 rm -f conftest.
$ac_objext conftest
$ac_exeext
4556 if { (ac_try
="$ac_link"
4558 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4559 *) ac_try_echo=$ac_try;;
4561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4562 (eval "$ac_link") 2>conftest.er1
4564 grep -v '^ *+' conftest.er1 >conftest.err
4566 cat conftest.err >&5
4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); } && {
4569 test -z "$ac_c_werror_flag" ||
4570 test ! -s conftest.err
4571 } && test -s conftest$ac_exeext &&
4572 $as_test_x conftest$ac_exeext; then
4573 ac_cv_func_gethostbyname=yes
4575 echo "$as_me: failed program was:" >&5
4576 sed 's/^/| /' conftest.$ac_ext >&5
4578 ac_cv_func_gethostbyname=no
4581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4582 conftest$ac_exeext conftest.$ac_ext
4584 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4585 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4587 if test $ac_cv_func_gethostbyname = no; then
4588 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4589 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4590 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4591 echo $ECHO_N "(cached) $ECHO_C" >&6
4593 ac_check_lib_save_LIBS=$LIBS
4595 cat >conftest.$ac_ext <<_ACEOF
4598 cat confdefs.h >>conftest.$ac_ext
4599 cat >>conftest.$ac_ext <<_ACEOF
4600 /* end confdefs.h. */
4602 /* Override any GCC internal prototype to avoid an error.
4603 Use char because int might match the return type of a GCC
4604 builtin and then its argument prototype would still apply. */
4608 char gethostbyname ();
4612 return gethostbyname ();
4617 rm -f conftest.$ac_objext conftest$ac_exeext
4618 if { (ac_try="$ac_link"
4620 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4621 *) ac_try_echo
=$ac_try;;
4623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4624 (eval "$ac_link") 2>conftest.er1
4626 grep -v '^ *+' conftest.er1
>conftest.err
4628 cat conftest.err
>&5
4629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4630 (exit $ac_status); } && {
4631 test -z "$ac_c_werror_flag" ||
4632 test ! -s conftest.err
4633 } && test -s conftest
$ac_exeext &&
4634 $as_test_x conftest
$ac_exeext; then
4635 ac_cv_lib_nsl_gethostbyname
=yes
4637 echo "$as_me: failed program was:" >&5
4638 sed 's/^/| /' conftest.
$ac_ext >&5
4640 ac_cv_lib_nsl_gethostbyname
=no
4643 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4644 conftest
$ac_exeext conftest.
$ac_ext
4645 LIBS
=$ac_check_lib_save_LIBS
4647 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4648 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4649 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4650 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4653 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4654 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4655 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4656 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4657 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 ac_check_lib_save_LIBS
=$LIBS
4661 cat >conftest.
$ac_ext <<_ACEOF
4664 cat confdefs.h
>>conftest.
$ac_ext
4665 cat >>conftest.
$ac_ext <<_ACEOF
4666 /* end confdefs.h. */
4668 /* Override any GCC internal prototype to avoid an error.
4669 Use char because int might match the return type of a GCC
4670 builtin and then its argument prototype would still apply. */
4674 char gethostbyname ();
4678 return gethostbyname ();
4683 rm -f conftest.
$ac_objext conftest
$ac_exeext
4684 if { (ac_try
="$ac_link"
4686 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4687 *) ac_try_echo=$ac_try;;
4689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4690 (eval "$ac_link") 2>conftest.er1
4692 grep -v '^ *+' conftest.er1 >conftest.err
4694 cat conftest.err >&5
4695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4696 (exit $ac_status); } && {
4697 test -z "$ac_c_werror_flag" ||
4698 test ! -s conftest.err
4699 } && test -s conftest$ac_exeext &&
4700 $as_test_x conftest$ac_exeext; then
4701 ac_cv_lib_bsd_gethostbyname=yes
4703 echo "$as_me: failed program was:" >&5
4704 sed 's/^/| /' conftest.$ac_ext >&5
4706 ac_cv_lib_bsd_gethostbyname=no
4709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4710 conftest$ac_exeext conftest.$ac_ext
4711 LIBS=$ac_check_lib_save_LIBS
4713 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4714 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4715 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4716 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4722 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4723 # socket/setsockopt and other routines are undefined under SCO ODT
4724 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4725 # on later versions), says Simon Leinen: it contains gethostby*
4726 # variants that don't use the name server (or something). -lsocket
4727 # must be given before -lnsl if both are needed. We assume that
4728 # if connect needs -lnsl, so does gethostbyname.
4729 { echo "$as_me:$LINENO: checking for connect" >&5
4730 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4731 if test "${ac_cv_func_connect+set}" = set; then
4732 echo $ECHO_N "(cached) $ECHO_C" >&6
4734 cat >conftest.$ac_ext <<_ACEOF
4737 cat confdefs.h >>conftest.$ac_ext
4738 cat >>conftest.$ac_ext <<_ACEOF
4739 /* end confdefs.h. */
4740 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4741 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4742 #define connect innocuous_connect
4744 /* System header to define __stub macros and hopefully few prototypes,
4745 which can conflict with char connect (); below.
4746 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4747 <limits.h> exists even on freestanding compilers. */
4750 # include <limits.h>
4752 # include <assert.h>
4757 /* Override any GCC internal prototype to avoid an error.
4758 Use char because int might match the return type of a GCC
4759 builtin and then its argument prototype would still apply. */
4764 /* The GNU C library defines this for functions which it implements
4765 to always fail with ENOSYS. Some functions are actually named
4766 something starting with __ and the normal name is an alias. */
4767 #if defined __stub_connect || defined __stub___connect
4779 rm -f conftest.$ac_objext conftest$ac_exeext
4780 if { (ac_try="$ac_link"
4782 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4783 *) ac_try_echo
=$ac_try;;
4785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4786 (eval "$ac_link") 2>conftest.er1
4788 grep -v '^ *+' conftest.er1
>conftest.err
4790 cat conftest.err
>&5
4791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4792 (exit $ac_status); } && {
4793 test -z "$ac_c_werror_flag" ||
4794 test ! -s conftest.err
4795 } && test -s conftest
$ac_exeext &&
4796 $as_test_x conftest
$ac_exeext; then
4797 ac_cv_func_connect
=yes
4799 echo "$as_me: failed program was:" >&5
4800 sed 's/^/| /' conftest.
$ac_ext >&5
4802 ac_cv_func_connect
=no
4805 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4806 conftest
$ac_exeext conftest.
$ac_ext
4808 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4809 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4811 if test $ac_cv_func_connect = no
; then
4812 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4813 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4814 if test "${ac_cv_lib_socket_connect+set}" = set; then
4815 echo $ECHO_N "(cached) $ECHO_C" >&6
4817 ac_check_lib_save_LIBS
=$LIBS
4818 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4819 cat >conftest.
$ac_ext <<_ACEOF
4822 cat confdefs.h
>>conftest.
$ac_ext
4823 cat >>conftest.
$ac_ext <<_ACEOF
4824 /* end confdefs.h. */
4826 /* Override any GCC internal prototype to avoid an error.
4827 Use char because int might match the return type of a GCC
4828 builtin and then its argument prototype would still apply. */
4841 rm -f conftest.
$ac_objext conftest
$ac_exeext
4842 if { (ac_try
="$ac_link"
4844 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4845 *) ac_try_echo=$ac_try;;
4847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4848 (eval "$ac_link") 2>conftest.er1
4850 grep -v '^ *+' conftest.er1 >conftest.err
4852 cat conftest.err >&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); } && {
4855 test -z "$ac_c_werror_flag" ||
4856 test ! -s conftest.err
4857 } && test -s conftest$ac_exeext &&
4858 $as_test_x conftest$ac_exeext; then
4859 ac_cv_lib_socket_connect=yes
4861 echo "$as_me: failed program was:" >&5
4862 sed 's/^/| /' conftest.$ac_ext >&5
4864 ac_cv_lib_socket_connect=no
4867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4868 conftest$ac_exeext conftest.$ac_ext
4869 LIBS=$ac_check_lib_save_LIBS
4871 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4872 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4873 if test $ac_cv_lib_socket_connect = yes; then
4874 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4879 # Guillermo Gomez says -lposix is necessary on A/UX.
4880 { echo "$as_me:$LINENO: checking for remove" >&5
4881 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4882 if test "${ac_cv_func_remove+set}" = set; then
4883 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 cat >conftest.$ac_ext <<_ACEOF
4888 cat confdefs.h >>conftest.$ac_ext
4889 cat >>conftest.$ac_ext <<_ACEOF
4890 /* end confdefs.h. */
4891 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4893 #define remove innocuous_remove
4895 /* System header to define __stub macros and hopefully few prototypes,
4896 which can conflict with char remove (); below.
4897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4898 <limits.h> exists even on freestanding compilers. */
4901 # include <limits.h>
4903 # include <assert.h>
4908 /* Override any GCC internal prototype to avoid an error.
4909 Use char because int might match the return type of a GCC
4910 builtin and then its argument prototype would still apply. */
4915 /* The GNU C library defines this for functions which it implements
4916 to always fail with ENOSYS. Some functions are actually named
4917 something starting with __ and the normal name is an alias. */
4918 #if defined __stub_remove || defined __stub___remove
4930 rm -f conftest.$ac_objext conftest$ac_exeext
4931 if { (ac_try="$ac_link"
4933 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4934 *) ac_try_echo
=$ac_try;;
4936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4937 (eval "$ac_link") 2>conftest.er1
4939 grep -v '^ *+' conftest.er1
>conftest.err
4941 cat conftest.err
>&5
4942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4943 (exit $ac_status); } && {
4944 test -z "$ac_c_werror_flag" ||
4945 test ! -s conftest.err
4946 } && test -s conftest
$ac_exeext &&
4947 $as_test_x conftest
$ac_exeext; then
4948 ac_cv_func_remove
=yes
4950 echo "$as_me: failed program was:" >&5
4951 sed 's/^/| /' conftest.
$ac_ext >&5
4953 ac_cv_func_remove
=no
4956 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4957 conftest
$ac_exeext conftest.
$ac_ext
4959 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4960 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4962 if test $ac_cv_func_remove = no
; then
4963 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4964 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4965 if test "${ac_cv_lib_posix_remove+set}" = set; then
4966 echo $ECHO_N "(cached) $ECHO_C" >&6
4968 ac_check_lib_save_LIBS
=$LIBS
4969 LIBS
="-lposix $LIBS"
4970 cat >conftest.
$ac_ext <<_ACEOF
4973 cat confdefs.h
>>conftest.
$ac_ext
4974 cat >>conftest.
$ac_ext <<_ACEOF
4975 /* end confdefs.h. */
4977 /* Override any GCC internal prototype to avoid an error.
4978 Use char because int might match the return type of a GCC
4979 builtin and then its argument prototype would still apply. */
4992 rm -f conftest.
$ac_objext conftest
$ac_exeext
4993 if { (ac_try
="$ac_link"
4995 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4996 *) ac_try_echo=$ac_try;;
4998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4999 (eval "$ac_link") 2>conftest.er1
5001 grep -v '^ *+' conftest.er1 >conftest.err
5003 cat conftest.err >&5
5004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } && {
5006 test -z "$ac_c_werror_flag" ||
5007 test ! -s conftest.err
5008 } && test -s conftest$ac_exeext &&
5009 $as_test_x conftest$ac_exeext; then
5010 ac_cv_lib_posix_remove=yes
5012 echo "$as_me: failed program was:" >&5
5013 sed 's/^/| /' conftest.$ac_ext >&5
5015 ac_cv_lib_posix_remove=no
5018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5019 conftest$ac_exeext conftest.$ac_ext
5020 LIBS=$ac_check_lib_save_LIBS
5022 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5023 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5024 if test $ac_cv_lib_posix_remove = yes; then
5025 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5030 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5031 { echo "$as_me:$LINENO: checking for shmat" >&5
5032 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5033 if test "${ac_cv_func_shmat+set}" = set; then
5034 echo $ECHO_N "(cached) $ECHO_C" >&6
5036 cat >conftest.$ac_ext <<_ACEOF
5039 cat confdefs.h >>conftest.$ac_ext
5040 cat >>conftest.$ac_ext <<_ACEOF
5041 /* end confdefs.h. */
5042 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5044 #define shmat innocuous_shmat
5046 /* System header to define __stub macros and hopefully few prototypes,
5047 which can conflict with char shmat (); below.
5048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5049 <limits.h> exists even on freestanding compilers. */
5052 # include <limits.h>
5054 # include <assert.h>
5059 /* Override any GCC internal prototype to avoid an error.
5060 Use char because int might match the return type of a GCC
5061 builtin and then its argument prototype would still apply. */
5066 /* The GNU C library defines this for functions which it implements
5067 to always fail with ENOSYS. Some functions are actually named
5068 something starting with __ and the normal name is an alias. */
5069 #if defined __stub_shmat || defined __stub___shmat
5081 rm -f conftest.$ac_objext conftest$ac_exeext
5082 if { (ac_try="$ac_link"
5084 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5085 *) ac_try_echo
=$ac_try;;
5087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5088 (eval "$ac_link") 2>conftest.er1
5090 grep -v '^ *+' conftest.er1
>conftest.err
5092 cat conftest.err
>&5
5093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } && {
5095 test -z "$ac_c_werror_flag" ||
5096 test ! -s conftest.err
5097 } && test -s conftest
$ac_exeext &&
5098 $as_test_x conftest
$ac_exeext; then
5099 ac_cv_func_shmat
=yes
5101 echo "$as_me: failed program was:" >&5
5102 sed 's/^/| /' conftest.
$ac_ext >&5
5107 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5108 conftest
$ac_exeext conftest.
$ac_ext
5110 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5111 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5113 if test $ac_cv_func_shmat = no
; then
5114 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5115 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5116 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5117 echo $ECHO_N "(cached) $ECHO_C" >&6
5119 ac_check_lib_save_LIBS
=$LIBS
5121 cat >conftest.
$ac_ext <<_ACEOF
5124 cat confdefs.h
>>conftest.
$ac_ext
5125 cat >>conftest.
$ac_ext <<_ACEOF
5126 /* end confdefs.h. */
5128 /* Override any GCC internal prototype to avoid an error.
5129 Use char because int might match the return type of a GCC
5130 builtin and then its argument prototype would still apply. */
5143 rm -f conftest.
$ac_objext conftest
$ac_exeext
5144 if { (ac_try
="$ac_link"
5146 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5147 *) ac_try_echo=$ac_try;;
5149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5150 (eval "$ac_link") 2>conftest.er1
5152 grep -v '^ *+' conftest.er1 >conftest.err
5154 cat conftest.err >&5
5155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5156 (exit $ac_status); } && {
5157 test -z "$ac_c_werror_flag" ||
5158 test ! -s conftest.err
5159 } && test -s conftest$ac_exeext &&
5160 $as_test_x conftest$ac_exeext; then
5161 ac_cv_lib_ipc_shmat=yes
5163 echo "$as_me: failed program was:" >&5
5164 sed 's/^/| /' conftest.$ac_ext >&5
5166 ac_cv_lib_ipc_shmat=no
5169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5170 conftest$ac_exeext conftest.$ac_ext
5171 LIBS=$ac_check_lib_save_LIBS
5173 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5174 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5175 if test $ac_cv_lib_ipc_shmat = yes; then
5176 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5182 # Check for libraries that X11R6 Xt/Xaw programs need.
5183 ac_save_LDFLAGS=$LDFLAGS
5184 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5185 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5186 # check for ICE first), but we must link in the order -lSM -lICE or
5187 # we get undefined symbols. So assume we have SM if we have ICE.
5188 # These have to be linked with before -lX11, unlike the other
5189 # libraries we check for below, so use a different variable.
5190 # John Interrante, Karl Berry
5191 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5192 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5193 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5194 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 ac_check_lib_save_LIBS=$LIBS
5197 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5198 cat >conftest.$ac_ext <<_ACEOF
5201 cat confdefs.h >>conftest.$ac_ext
5202 cat >>conftest.$ac_ext <<_ACEOF
5203 /* end confdefs.h. */
5205 /* Override any GCC internal prototype to avoid an error.
5206 Use char because int might match the return type of a GCC
5207 builtin and then its argument prototype would still apply. */
5211 char IceConnectionNumber ();
5215 return IceConnectionNumber ();
5220 rm -f conftest.$ac_objext conftest$ac_exeext
5221 if { (ac_try="$ac_link"
5223 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5224 *) ac_try_echo
=$ac_try;;
5226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 (eval "$ac_link") 2>conftest.er1
5229 grep -v '^ *+' conftest.er1
>conftest.err
5231 cat conftest.err
>&5
5232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5233 (exit $ac_status); } && {
5234 test -z "$ac_c_werror_flag" ||
5235 test ! -s conftest.err
5236 } && test -s conftest
$ac_exeext &&
5237 $as_test_x conftest
$ac_exeext; then
5238 ac_cv_lib_ICE_IceConnectionNumber
=yes
5240 echo "$as_me: failed program was:" >&5
5241 sed 's/^/| /' conftest.
$ac_ext >&5
5243 ac_cv_lib_ICE_IceConnectionNumber
=no
5246 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5247 conftest
$ac_exeext conftest.
$ac_ext
5248 LIBS
=$ac_check_lib_save_LIBS
5250 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5251 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5252 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5253 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5256 LDFLAGS
=$ac_save_LDFLAGS
5263 # Extract the first word of "$ac_prog", so it can be a program name with args.
5264 set dummy
$ac_prog; ac_word
=$2
5265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5267 if test "${ac_cv_prog_FLEX+set}" = set; then
5268 echo $ECHO_N "(cached) $ECHO_C" >&6
5270 if test -n "$FLEX"; then
5271 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5273 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5277 test -z "$as_dir" && as_dir
=.
5278 for ac_exec_ext
in '' $ac_executable_extensions; do
5279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280 ac_cv_prog_FLEX
="$ac_prog"
5281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5290 FLEX
=$ac_cv_prog_FLEX
5291 if test -n "$FLEX"; then
5292 { echo "$as_me:$LINENO: result: $FLEX" >&5
5293 echo "${ECHO_T}$FLEX" >&6; }
5295 { echo "$as_me:$LINENO: result: no" >&5
5296 echo "${ECHO_T}no" >&6; }
5300 test -n "$FLEX" && break
5302 test -n "$FLEX" || FLEX
="none"
5304 if test "$FLEX" = "none"
5306 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5307 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5308 { (exit 1); exit 1; }; }
5311 for ac_prog
in bison
5313 # Extract the first word of "$ac_prog", so it can be a program name with args.
5314 set dummy
$ac_prog; ac_word
=$2
5315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5317 if test "${ac_cv_prog_BISON+set}" = set; then
5318 echo $ECHO_N "(cached) $ECHO_C" >&6
5320 if test -n "$BISON"; then
5321 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5327 test -z "$as_dir" && as_dir
=.
5328 for ac_exec_ext
in '' $ac_executable_extensions; do
5329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5330 ac_cv_prog_BISON
="$ac_prog"
5331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5340 BISON
=$ac_cv_prog_BISON
5341 if test -n "$BISON"; then
5342 { echo "$as_me:$LINENO: result: $BISON" >&5
5343 echo "${ECHO_T}$BISON" >&6; }
5345 { echo "$as_me:$LINENO: result: no" >&5
5346 echo "${ECHO_T}no" >&6; }
5350 test -n "$BISON" && break
5352 test -n "$BISON" || BISON
="none"
5354 if test "$BISON" = "none"
5356 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5357 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5358 { (exit 1); exit 1; }; }
5361 if test -n "$ac_tool_prefix"; then
5362 for ac_prog
in gas as
5364 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5365 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5368 if test "${ac_cv_prog_AS+set}" = set; then
5369 echo $ECHO_N "(cached) $ECHO_C" >&6
5371 if test -n "$AS"; then
5372 ac_cv_prog_AS
="$AS" # Let the user override the test.
5374 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5378 test -z "$as_dir" && as_dir
=.
5379 for ac_exec_ext
in '' $ac_executable_extensions; do
5380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5381 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5392 if test -n "$AS"; then
5393 { echo "$as_me:$LINENO: result: $AS" >&5
5394 echo "${ECHO_T}$AS" >&6; }
5396 { echo "$as_me:$LINENO: result: no" >&5
5397 echo "${ECHO_T}no" >&6; }
5401 test -n "$AS" && break
5404 if test -z "$AS"; then
5406 for ac_prog
in gas as
5408 # Extract the first word of "$ac_prog", so it can be a program name with args.
5409 set dummy
$ac_prog; ac_word
=$2
5410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5412 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5413 echo $ECHO_N "(cached) $ECHO_C" >&6
5415 if test -n "$ac_ct_AS"; then
5416 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5422 test -z "$as_dir" && as_dir
=.
5423 for ac_exec_ext
in '' $ac_executable_extensions; do
5424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5425 ac_cv_prog_ac_ct_AS
="$ac_prog"
5426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5435 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5436 if test -n "$ac_ct_AS"; then
5437 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5438 echo "${ECHO_T}$ac_ct_AS" >&6; }
5440 { echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6; }
5445 test -n "$ac_ct_AS" && break
5448 if test "x$ac_ct_AS" = x
; then
5451 case $cross_compiling:$ac_tool_warned in
5453 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5454 whose name does not start with the host triplet. If you think this
5455 configuration is useful to you, please write to autoconf@gnu.org." >&5
5456 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5457 whose name does not start with the host triplet. If you think this
5458 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5459 ac_tool_warned
=yes ;;
5465 if test -n "$ac_tool_prefix"; then
5466 for ac_prog
in ld gld
5468 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5469 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5472 if test "${ac_cv_prog_LD+set}" = set; then
5473 echo $ECHO_N "(cached) $ECHO_C" >&6
5475 if test -n "$LD"; then
5476 ac_cv_prog_LD
="$LD" # Let the user override the test.
5478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5482 test -z "$as_dir" && as_dir
=.
5483 for ac_exec_ext
in '' $ac_executable_extensions; do
5484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5485 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5496 if test -n "$LD"; then
5497 { echo "$as_me:$LINENO: result: $LD" >&5
5498 echo "${ECHO_T}$LD" >&6; }
5500 { echo "$as_me:$LINENO: result: no" >&5
5501 echo "${ECHO_T}no" >&6; }
5505 test -n "$LD" && break
5508 if test -z "$LD"; then
5510 for ac_prog
in ld gld
5512 # Extract the first word of "$ac_prog", so it can be a program name with args.
5513 set dummy
$ac_prog; ac_word
=$2
5514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5516 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5517 echo $ECHO_N "(cached) $ECHO_C" >&6
5519 if test -n "$ac_ct_LD"; then
5520 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5526 test -z "$as_dir" && as_dir
=.
5527 for ac_exec_ext
in '' $ac_executable_extensions; do
5528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5529 ac_cv_prog_ac_ct_LD
="$ac_prog"
5530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5539 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5540 if test -n "$ac_ct_LD"; then
5541 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5542 echo "${ECHO_T}$ac_ct_LD" >&6; }
5544 { echo "$as_me:$LINENO: result: no" >&5
5545 echo "${ECHO_T}no" >&6; }
5549 test -n "$ac_ct_LD" && break
5552 if test "x$ac_ct_LD" = x
; then
5555 case $cross_compiling:$ac_tool_warned in
5557 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5558 whose name does not start with the host triplet. If you think this
5559 configuration is useful to you, please write to autoconf@gnu.org." >&5
5560 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5561 whose name does not start with the host triplet. If you think this
5562 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5563 ac_tool_warned
=yes ;;
5569 if test -n "$ac_tool_prefix"; then
5570 for ac_prog
in nm gnm
5572 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5573 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5576 if test "${ac_cv_prog_NM+set}" = set; then
5577 echo $ECHO_N "(cached) $ECHO_C" >&6
5579 if test -n "$NM"; then
5580 ac_cv_prog_NM
="$NM" # Let the user override the test.
5582 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5586 test -z "$as_dir" && as_dir
=.
5587 for ac_exec_ext
in '' $ac_executable_extensions; do
5588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5589 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5600 if test -n "$NM"; then
5601 { echo "$as_me:$LINENO: result: $NM" >&5
5602 echo "${ECHO_T}$NM" >&6; }
5604 { echo "$as_me:$LINENO: result: no" >&5
5605 echo "${ECHO_T}no" >&6; }
5609 test -n "$NM" && break
5612 if test -z "$NM"; then
5614 for ac_prog
in nm gnm
5616 # Extract the first word of "$ac_prog", so it can be a program name with args.
5617 set dummy
$ac_prog; ac_word
=$2
5618 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5620 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5621 echo $ECHO_N "(cached) $ECHO_C" >&6
5623 if test -n "$ac_ct_NM"; then
5624 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5630 test -z "$as_dir" && as_dir
=.
5631 for ac_exec_ext
in '' $ac_executable_extensions; do
5632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5633 ac_cv_prog_ac_ct_NM
="$ac_prog"
5634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5643 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5644 if test -n "$ac_ct_NM"; then
5645 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5646 echo "${ECHO_T}$ac_ct_NM" >&6; }
5648 { echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6; }
5653 test -n "$ac_ct_NM" && break
5656 if test "x$ac_ct_NM" = x
; then
5659 case $cross_compiling:$ac_tool_warned in
5661 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5662 whose name does not start with the host triplet. If you think this
5663 configuration is useful to you, please write to autoconf@gnu.org." >&5
5664 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5665 whose name does not start with the host triplet. If you think this
5666 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5667 ac_tool_warned
=yes ;;
5673 if test -n "$ac_tool_prefix"; then
5674 for ac_prog
in ar gar
5676 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5677 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5678 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5679 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5680 if test "${ac_cv_prog_AR+set}" = set; then
5681 echo $ECHO_N "(cached) $ECHO_C" >&6
5683 if test -n "$AR"; then
5684 ac_cv_prog_AR
="$AR" # Let the user override the test.
5686 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5690 test -z "$as_dir" && as_dir
=.
5691 for ac_exec_ext
in '' $ac_executable_extensions; do
5692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5693 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5694 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5704 if test -n "$AR"; then
5705 { echo "$as_me:$LINENO: result: $AR" >&5
5706 echo "${ECHO_T}$AR" >&6; }
5708 { echo "$as_me:$LINENO: result: no" >&5
5709 echo "${ECHO_T}no" >&6; }
5713 test -n "$AR" && break
5716 if test -z "$AR"; then
5718 for ac_prog
in ar gar
5720 # Extract the first word of "$ac_prog", so it can be a program name with args.
5721 set dummy
$ac_prog; ac_word
=$2
5722 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5723 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5724 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6
5727 if test -n "$ac_ct_AR"; then
5728 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5730 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5734 test -z "$as_dir" && as_dir
=.
5735 for ac_exec_ext
in '' $ac_executable_extensions; do
5736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5737 ac_cv_prog_ac_ct_AR
="$ac_prog"
5738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5747 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5748 if test -n "$ac_ct_AR"; then
5749 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5750 echo "${ECHO_T}$ac_ct_AR" >&6; }
5752 { echo "$as_me:$LINENO: result: no" >&5
5753 echo "${ECHO_T}no" >&6; }
5757 test -n "$ac_ct_AR" && break
5760 if test "x$ac_ct_AR" = x
; then
5763 case $cross_compiling:$ac_tool_warned in
5765 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5766 whose name does not start with the host triplet. If you think this
5767 configuration is useful to you, please write to autoconf@gnu.org." >&5
5768 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5769 whose name does not start with the host triplet. If you think this
5770 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5771 ac_tool_warned
=yes ;;
5779 if test -n "$ac_tool_prefix"; then
5780 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5781 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5782 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5784 if test "${ac_cv_prog_RANLIB+set}" = set; then
5785 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 if test -n "$RANLIB"; then
5788 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5790 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5794 test -z "$as_dir" && as_dir
=.
5795 for ac_exec_ext
in '' $ac_executable_extensions; do
5796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5797 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5798 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5807 RANLIB
=$ac_cv_prog_RANLIB
5808 if test -n "$RANLIB"; then
5809 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5810 echo "${ECHO_T}$RANLIB" >&6; }
5812 { echo "$as_me:$LINENO: result: no" >&5
5813 echo "${ECHO_T}no" >&6; }
5818 if test -z "$ac_cv_prog_RANLIB"; then
5819 ac_ct_RANLIB
=$RANLIB
5820 # Extract the first word of "ranlib", so it can be a program name with args.
5821 set dummy ranlib
; ac_word
=$2
5822 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5824 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5825 echo $ECHO_N "(cached) $ECHO_C" >&6
5827 if test -n "$ac_ct_RANLIB"; then
5828 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5830 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5834 test -z "$as_dir" && as_dir
=.
5835 for ac_exec_ext
in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5837 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5847 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5848 if test -n "$ac_ct_RANLIB"; then
5849 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5850 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5852 { echo "$as_me:$LINENO: result: no" >&5
5853 echo "${ECHO_T}no" >&6; }
5856 if test "x$ac_ct_RANLIB" = x
; then
5859 case $cross_compiling:$ac_tool_warned in
5861 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5862 whose name does not start with the host triplet. If you think this
5863 configuration is useful to you, please write to autoconf@gnu.org." >&5
5864 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5865 whose name does not start with the host triplet. If you think this
5866 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5867 ac_tool_warned
=yes ;;
5869 RANLIB
=$ac_ct_RANLIB
5872 RANLIB
="$ac_cv_prog_RANLIB"
5875 if test -n "$ac_tool_prefix"; then
5876 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5877 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5880 if test "${ac_cv_prog_STRIP+set}" = set; then
5881 echo $ECHO_N "(cached) $ECHO_C" >&6
5883 if test -n "$STRIP"; then
5884 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5886 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5890 test -z "$as_dir" && as_dir
=.
5891 for ac_exec_ext
in '' $ac_executable_extensions; do
5892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5893 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5894 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 STRIP
=$ac_cv_prog_STRIP
5904 if test -n "$STRIP"; then
5905 { echo "$as_me:$LINENO: result: $STRIP" >&5
5906 echo "${ECHO_T}$STRIP" >&6; }
5908 { echo "$as_me:$LINENO: result: no" >&5
5909 echo "${ECHO_T}no" >&6; }
5914 if test -z "$ac_cv_prog_STRIP"; then
5916 # Extract the first word of "strip", so it can be a program name with args.
5917 set dummy strip
; ac_word
=$2
5918 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5919 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5920 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5921 echo $ECHO_N "(cached) $ECHO_C" >&6
5923 if test -n "$ac_ct_STRIP"; then
5924 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5926 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5930 test -z "$as_dir" && as_dir
=.
5931 for ac_exec_ext
in '' $ac_executable_extensions; do
5932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5933 ac_cv_prog_ac_ct_STRIP
="strip"
5934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5943 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5944 if test -n "$ac_ct_STRIP"; then
5945 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5946 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5948 { echo "$as_me:$LINENO: result: no" >&5
5949 echo "${ECHO_T}no" >&6; }
5952 if test "x$ac_ct_STRIP" = x
; then
5955 case $cross_compiling:$ac_tool_warned in
5957 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5958 whose name does not start with the host triplet. If you think this
5959 configuration is useful to you, please write to autoconf@gnu.org." >&5
5960 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5961 whose name does not start with the host triplet. If you think this
5962 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5963 ac_tool_warned
=yes ;;
5968 STRIP
="$ac_cv_prog_STRIP"
5971 if test -n "$ac_tool_prefix"; then
5972 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5973 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5974 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5976 if test "${ac_cv_prog_WINDRES+set}" = set; then
5977 echo $ECHO_N "(cached) $ECHO_C" >&6
5979 if test -n "$WINDRES"; then
5980 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5982 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5986 test -z "$as_dir" && as_dir
=.
5987 for ac_exec_ext
in '' $ac_executable_extensions; do
5988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5989 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5999 WINDRES
=$ac_cv_prog_WINDRES
6000 if test -n "$WINDRES"; then
6001 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6002 echo "${ECHO_T}$WINDRES" >&6; }
6004 { echo "$as_me:$LINENO: result: no" >&5
6005 echo "${ECHO_T}no" >&6; }
6010 if test -z "$ac_cv_prog_WINDRES"; then
6011 ac_ct_WINDRES
=$WINDRES
6012 # Extract the first word of "windres", so it can be a program name with args.
6013 set dummy windres
; ac_word
=$2
6014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6016 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6017 echo $ECHO_N "(cached) $ECHO_C" >&6
6019 if test -n "$ac_ct_WINDRES"; then
6020 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6022 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6026 test -z "$as_dir" && as_dir
=.
6027 for ac_exec_ext
in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_ac_ct_WINDRES
="windres"
6030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6039 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6040 if test -n "$ac_ct_WINDRES"; then
6041 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6042 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6044 { echo "$as_me:$LINENO: result: no" >&5
6045 echo "${ECHO_T}no" >&6; }
6048 if test "x$ac_ct_WINDRES" = x
; then
6051 case $cross_compiling:$ac_tool_warned in
6053 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6054 whose name does not start with the host triplet. If you think this
6055 configuration is useful to you, please write to autoconf@gnu.org." >&5
6056 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6057 whose name does not start with the host triplet. If you think this
6058 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6059 ac_tool_warned
=yes ;;
6061 WINDRES
=$ac_ct_WINDRES
6064 WINDRES
="$ac_cv_prog_WINDRES"
6067 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6068 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6070 if test "$LN_S" = "ln -s"; then
6071 { echo "$as_me:$LINENO: result: yes" >&5
6072 echo "${ECHO_T}yes" >&6; }
6074 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6075 echo "${ECHO_T}no, using $LN_S" >&6; }
6078 { echo "$as_me:$LINENO: checking whether ln works" >&5
6079 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6080 rm -f conf$$ conf$$.
file
6082 if ln conf$$.
file conf$$
2>/dev
/null
; then
6085 { echo "$as_me:$LINENO: result: yes" >&5
6086 echo "${ECHO_T}yes" >&6; }
6090 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6091 echo "${ECHO_T}no, using $LN" >&6; }
6093 rm -f conf$$ conf$$.
file
6094 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6095 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 # Extract the first word of "grep ggrep" to use in msg output
6100 if test -z "$GREP"; then
6101 set dummy
grep ggrep
; ac_prog_name
=$2
6102 if test "${ac_cv_path_GREP+set}" = set; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 ac_path_GREP_found
=false
6106 # Loop through the user's path and test for each of PROGNAME-LIST
6107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6108 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6111 test -z "$as_dir" && as_dir
=.
6112 for ac_prog
in grep ggrep
; do
6113 for ac_exec_ext
in '' $ac_executable_extensions; do
6114 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6115 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6116 # Check for GNU ac_path_GREP and select it if it is found.
6117 # Check for GNU $ac_path_GREP
6118 case `"$ac_path_GREP" --version 2>&1` in
6120 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6123 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6126 cat "conftest.in" "conftest.in" >"conftest.tmp"
6127 mv "conftest.tmp" "conftest.in"
6128 cp "conftest.in" "conftest.nl"
6129 echo 'GREP' >> "conftest.nl"
6130 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6131 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6132 ac_count
=`expr $ac_count + 1`
6133 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6134 # Best one so far, save it but keep looking for a better one
6135 ac_cv_path_GREP
="$ac_path_GREP"
6136 ac_path_GREP_max
=$ac_count
6138 # 10*(2^10) chars as input seems more than enough
6139 test $ac_count -gt 10 && break
6141 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6145 $ac_path_GREP_found && break 3
6155 GREP
="$ac_cv_path_GREP"
6156 if test -z "$GREP"; then
6157 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6158 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6159 { (exit 1); exit 1; }; }
6163 ac_cv_path_GREP
=$GREP
6168 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6169 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6170 GREP
="$ac_cv_path_GREP"
6173 { echo "$as_me:$LINENO: checking for egrep" >&5
6174 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6175 if test "${ac_cv_path_EGREP+set}" = set; then
6176 echo $ECHO_N "(cached) $ECHO_C" >&6
6178 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6179 then ac_cv_path_EGREP
="$GREP -E"
6181 # Extract the first word of "egrep" to use in msg output
6182 if test -z "$EGREP"; then
6183 set dummy
egrep; ac_prog_name
=$2
6184 if test "${ac_cv_path_EGREP+set}" = set; then
6185 echo $ECHO_N "(cached) $ECHO_C" >&6
6187 ac_path_EGREP_found
=false
6188 # Loop through the user's path and test for each of PROGNAME-LIST
6189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6190 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6193 test -z "$as_dir" && as_dir
=.
6194 for ac_prog
in egrep; do
6195 for ac_exec_ext
in '' $ac_executable_extensions; do
6196 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6197 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6198 # Check for GNU ac_path_EGREP and select it if it is found.
6199 # Check for GNU $ac_path_EGREP
6200 case `"$ac_path_EGREP" --version 2>&1` in
6202 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6205 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6208 cat "conftest.in" "conftest.in" >"conftest.tmp"
6209 mv "conftest.tmp" "conftest.in"
6210 cp "conftest.in" "conftest.nl"
6211 echo 'EGREP' >> "conftest.nl"
6212 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6213 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6214 ac_count
=`expr $ac_count + 1`
6215 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6216 # Best one so far, save it but keep looking for a better one
6217 ac_cv_path_EGREP
="$ac_path_EGREP"
6218 ac_path_EGREP_max
=$ac_count
6220 # 10*(2^10) chars as input seems more than enough
6221 test $ac_count -gt 10 && break
6223 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6227 $ac_path_EGREP_found && break 3
6237 EGREP
="$ac_cv_path_EGREP"
6238 if test -z "$EGREP"; then
6239 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6240 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6241 { (exit 1); exit 1; }; }
6245 ac_cv_path_EGREP
=$EGREP
6251 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6252 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6253 EGREP
="$ac_cv_path_EGREP"
6256 # Extract the first word of "ldconfig", so it can be a program name with args.
6257 set dummy ldconfig
; ac_word
=$2
6258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6260 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6261 echo $ECHO_N "(cached) $ECHO_C" >&6
6265 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6268 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6269 for as_dir
in /sbin
/usr
/sbin
$PATH
6272 test -z "$as_dir" && as_dir
=.
6273 for ac_exec_ext
in '' $ac_executable_extensions; do
6274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6276 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6283 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6287 LDCONFIG
=$ac_cv_path_LDCONFIG
6288 if test -n "$LDCONFIG"; then
6289 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6290 echo "${ECHO_T}$LDCONFIG" >&6; }
6292 { echo "$as_me:$LINENO: result: no" >&5
6293 echo "${ECHO_T}no" >&6; }
6297 # Find a good install program. We prefer a C program (faster),
6298 # so one script is as good as another. But avoid the broken or
6299 # incompatible versions:
6300 # SysV /etc/install, /usr/sbin/install
6301 # SunOS /usr/etc/install
6302 # IRIX /sbin/install
6304 # AmigaOS /C/install, which installs bootblocks on floppy discs
6305 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6306 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6307 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6308 # OS/2's system install, which has a completely different semantic
6309 # ./install, which can be erroneously created by make from ./install.sh.
6310 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6311 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6312 if test -z "$INSTALL"; then
6313 if test "${ac_cv_path_install+set}" = set; then
6314 echo $ECHO_N "(cached) $ECHO_C" >&6
6316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6320 test -z "$as_dir" && as_dir
=.
6321 # Account for people who put trailing slashes in PATH elements.
6323 .
/ | .
// |
/cC
/* | \
6324 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6325 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6328 # OSF1 and SCO ODT 3.0 have their own names for install.
6329 # Don't use installbsd from OSF since it installs stuff as root
6331 for ac_prog
in ginstall scoinst
install; do
6332 for ac_exec_ext
in '' $ac_executable_extensions; do
6333 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6334 if test $ac_prog = install &&
6335 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6336 # AIX install. It has an incompatible calling convention.
6338 elif test $ac_prog = install &&
6339 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6340 # program-specific install script used by HP pwplus--don't use.
6343 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6356 if test "${ac_cv_path_install+set}" = set; then
6357 INSTALL
=$ac_cv_path_install
6359 # As a last resort, use the slow shell script. Don't cache a
6360 # value for INSTALL within a source directory, because that will
6361 # break other packages using the cache if that directory is
6362 # removed, or if the value is a relative name.
6363 INSTALL
=$ac_install_sh
6366 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6367 echo "${ECHO_T}$INSTALL" >&6; }
6369 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6370 # It thinks the first close brace ends the variable substitution.
6371 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6373 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6375 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6378 [\\/$
]* | ?
:[\\/]* ) ;;
6379 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6382 for ac_prog
in lclint lint
6384 # Extract the first word of "$ac_prog", so it can be a program name with args.
6385 set dummy
$ac_prog; ac_word
=$2
6386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6388 if test "${ac_cv_prog_LINT+set}" = set; then
6389 echo $ECHO_N "(cached) $ECHO_C" >&6
6391 if test -n "$LINT"; then
6392 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6398 test -z "$as_dir" && as_dir
=.
6399 for ac_exec_ext
in '' $ac_executable_extensions; do
6400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6401 ac_cv_prog_LINT
="$ac_prog"
6402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6411 LINT
=$ac_cv_prog_LINT
6412 if test -n "$LINT"; then
6413 { echo "$as_me:$LINENO: result: $LINT" >&5
6414 echo "${ECHO_T}$LINT" >&6; }
6416 { echo "$as_me:$LINENO: result: no" >&5
6417 echo "${ECHO_T}no" >&6; }
6421 test -n "$LINT" && break
6424 if test "$LINT" = "lint"
6426 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6431 for ac_prog
in fontforge
6433 # Extract the first word of "$ac_prog", so it can be a program name with args.
6434 set dummy
$ac_prog; ac_word
=$2
6435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6437 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6438 echo $ECHO_N "(cached) $ECHO_C" >&6
6440 if test -n "$FONTFORGE"; then
6441 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6443 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6447 test -z "$as_dir" && as_dir
=.
6448 for ac_exec_ext
in '' $ac_executable_extensions; do
6449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6450 ac_cv_prog_FONTFORGE
="$ac_prog"
6451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6460 FONTFORGE
=$ac_cv_prog_FONTFORGE
6461 if test -n "$FONTFORGE"; then
6462 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6463 echo "${ECHO_T}$FONTFORGE" >&6; }
6465 { echo "$as_me:$LINENO: result: no" >&5
6466 echo "${ECHO_T}no" >&6; }
6470 test -n "$FONTFORGE" && break
6472 test -n "$FONTFORGE" || FONTFORGE
="false"
6474 for ac_prog
in pkg-config
6476 # Extract the first word of "$ac_prog", so it can be a program name with args.
6477 set dummy
$ac_prog; ac_word
=$2
6478 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6480 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6481 echo $ECHO_N "(cached) $ECHO_C" >&6
6483 if test -n "$PKG_CONFIG"; then
6484 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6490 test -z "$as_dir" && as_dir
=.
6491 for ac_exec_ext
in '' $ac_executable_extensions; do
6492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6503 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6504 if test -n "$PKG_CONFIG"; then
6505 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6506 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6508 { echo "$as_me:$LINENO: result: no" >&5
6509 echo "${ECHO_T}no" >&6; }
6513 test -n "$PKG_CONFIG" && break
6515 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6519 # Extract the first word of "$ac_prog", so it can be a program name with args.
6520 set dummy
$ac_prog; ac_word
=$2
6521 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6523 if test "${ac_cv_prog_RSVG+set}" = set; then
6524 echo $ECHO_N "(cached) $ECHO_C" >&6
6526 if test -n "$RSVG"; then
6527 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6529 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6533 test -z "$as_dir" && as_dir
=.
6534 for ac_exec_ext
in '' $ac_executable_extensions; do
6535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6536 ac_cv_prog_RSVG
="$ac_prog"
6537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6546 RSVG
=$ac_cv_prog_RSVG
6547 if test -n "$RSVG"; then
6548 { echo "$as_me:$LINENO: result: $RSVG" >&5
6549 echo "${ECHO_T}$RSVG" >&6; }
6551 { echo "$as_me:$LINENO: result: no" >&5
6552 echo "${ECHO_T}no" >&6; }
6556 test -n "$RSVG" && break
6558 test -n "$RSVG" || RSVG
="false"
6560 for ac_prog
in icotool
6562 # Extract the first word of "$ac_prog", so it can be a program name with args.
6563 set dummy
$ac_prog; ac_word
=$2
6564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6566 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6567 echo $ECHO_N "(cached) $ECHO_C" >&6
6569 if test -n "$ICOTOOL"; then
6570 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6576 test -z "$as_dir" && as_dir
=.
6577 for ac_exec_ext
in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6579 ac_cv_prog_ICOTOOL
="$ac_prog"
6580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6589 ICOTOOL
=$ac_cv_prog_ICOTOOL
6590 if test -n "$ICOTOOL"; then
6591 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6592 echo "${ECHO_T}$ICOTOOL" >&6; }
6594 { echo "$as_me:$LINENO: result: no" >&5
6595 echo "${ECHO_T}no" >&6; }
6599 test -n "$ICOTOOL" && break
6601 test -n "$ICOTOOL" || ICOTOOL
="false"
6604 if test "${enable_maintainer_mode+set}" = set
6606 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6607 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6608 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6613 # Extract the first word of "prelink", so it can be a program name with args.
6614 set dummy prelink
; ac_word
=$2
6615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6617 if test "${ac_cv_path_PRELINK+set}" = set; then
6618 echo $ECHO_N "(cached) $ECHO_C" >&6
6622 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6625 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6626 for as_dir
in /sbin
/usr
/sbin
$PATH
6629 test -z "$as_dir" && as_dir
=.
6630 for ac_exec_ext
in '' $ac_executable_extensions; do
6631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6632 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6640 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6644 PRELINK
=$ac_cv_path_PRELINK
6645 if test -n "$PRELINK"; then
6646 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6647 echo "${ECHO_T}$PRELINK" >&6; }
6649 { echo "$as_me:$LINENO: result: no" >&5
6650 echo "${ECHO_T}no" >&6; }
6659 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6660 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6661 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6
6664 ac_check_lib_save_LIBS
=$LIBS
6666 cat >conftest.
$ac_ext <<_ACEOF
6669 cat confdefs.h
>>conftest.
$ac_ext
6670 cat >>conftest.
$ac_ext <<_ACEOF
6671 /* end confdefs.h. */
6673 /* Override any GCC internal prototype to avoid an error.
6674 Use char because int might match the return type of a GCC
6675 builtin and then its argument prototype would still apply. */
6679 char i386_set_ldt ();
6683 return i386_set_ldt ();
6688 rm -f conftest.
$ac_objext conftest
$ac_exeext
6689 if { (ac_try
="$ac_link"
6691 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6692 *) ac_try_echo=$ac_try;;
6694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6695 (eval "$ac_link") 2>conftest.er1
6697 grep -v '^ *+' conftest.er1 >conftest.err
6699 cat conftest.err >&5
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); } && {
6702 test -z "$ac_c_werror_flag" ||
6703 test ! -s conftest.err
6704 } && test -s conftest$ac_exeext &&
6705 $as_test_x conftest$ac_exeext; then
6706 ac_cv_lib_i386_i386_set_ldt=yes
6708 echo "$as_me: failed program was:" >&5
6709 sed 's/^/| /' conftest.$ac_ext >&5
6711 ac_cv_lib_i386_i386_set_ldt=no
6714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6715 conftest$ac_exeext conftest.$ac_ext
6716 LIBS=$ac_check_lib_save_LIBS
6718 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6719 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6720 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6721 cat >>confdefs.h <<_ACEOF
6722 #define HAVE_LIBI386 1
6730 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6731 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6732 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6733 echo $ECHO_N "(cached) $ECHO_C" >&6
6735 ac_check_lib_save_LIBS=$LIBS
6736 LIBS="-lossaudio $LIBS"
6737 cat >conftest.$ac_ext <<_ACEOF
6740 cat confdefs.h >>conftest.$ac_ext
6741 cat >>conftest.$ac_ext <<_ACEOF
6742 /* end confdefs.h. */
6744 /* Override any GCC internal prototype to avoid an error.
6745 Use char because int might match the return type of a GCC
6746 builtin and then its argument prototype would still apply. */
6754 return _oss_ioctl ();
6759 rm -f conftest.$ac_objext conftest$ac_exeext
6760 if { (ac_try="$ac_link"
6762 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6763 *) ac_try_echo
=$ac_try;;
6765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6766 (eval "$ac_link") 2>conftest.er1
6768 grep -v '^ *+' conftest.er1
>conftest.err
6770 cat conftest.err
>&5
6771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6772 (exit $ac_status); } && {
6773 test -z "$ac_c_werror_flag" ||
6774 test ! -s conftest.err
6775 } && test -s conftest
$ac_exeext &&
6776 $as_test_x conftest
$ac_exeext; then
6777 ac_cv_lib_ossaudio__oss_ioctl
=yes
6779 echo "$as_me: failed program was:" >&5
6780 sed 's/^/| /' conftest.
$ac_ext >&5
6782 ac_cv_lib_ossaudio__oss_ioctl
=no
6785 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6786 conftest
$ac_exeext conftest.
$ac_ext
6787 LIBS
=$ac_check_lib_save_LIBS
6789 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6790 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6791 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6792 cat >>confdefs.h
<<_ACEOF
6793 #define HAVE_LIBOSSAUDIO 1
6796 LIBS
="-lossaudio $LIBS"
6800 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6801 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6802 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6803 echo $ECHO_N "(cached) $ECHO_C" >&6
6805 ac_check_lib_save_LIBS
=$LIBS
6806 LIBS
="-lpthread $LIBS"
6807 cat >conftest.
$ac_ext <<_ACEOF
6810 cat confdefs.h
>>conftest.
$ac_ext
6811 cat >>conftest.
$ac_ext <<_ACEOF
6812 /* end confdefs.h. */
6814 /* Override any GCC internal prototype to avoid an error.
6815 Use char because int might match the return type of a GCC
6816 builtin and then its argument prototype would still apply. */
6820 char pthread_create ();
6824 return pthread_create ();
6829 rm -f conftest.
$ac_objext conftest
$ac_exeext
6830 if { (ac_try
="$ac_link"
6832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6833 *) ac_try_echo=$ac_try;;
6835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6836 (eval "$ac_link") 2>conftest.er1
6838 grep -v '^ *+' conftest.er1 >conftest.err
6840 cat conftest.err >&5
6841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6842 (exit $ac_status); } && {
6843 test -z "$ac_c_werror_flag" ||
6844 test ! -s conftest.err
6845 } && test -s conftest$ac_exeext &&
6846 $as_test_x conftest$ac_exeext; then
6847 ac_cv_lib_pthread_pthread_create=yes
6849 echo "$as_me: failed program was:" >&5
6850 sed 's/^/| /' conftest.$ac_ext >&5
6852 ac_cv_lib_pthread_pthread_create=no
6855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6856 conftest$ac_exeext conftest.$ac_ext
6857 LIBS=$ac_check_lib_save_LIBS
6859 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6860 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6861 if test $ac_cv_lib_pthread_pthread_create = yes; then
6862 LIBPTHREAD="-lpthread"
6873 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6874 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6875 if test "${ac_cv_header_stdc+set}" = set; then
6876 echo $ECHO_N "(cached) $ECHO_C" >&6
6878 cat >conftest.$ac_ext <<_ACEOF
6881 cat confdefs.h >>conftest.$ac_ext
6882 cat >>conftest.$ac_ext <<_ACEOF
6883 /* end confdefs.h. */
6897 rm -f conftest.$ac_objext
6898 if { (ac_try="$ac_compile"
6900 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6901 *) ac_try_echo
=$ac_try;;
6903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6904 (eval "$ac_compile") 2>conftest.er1
6906 grep -v '^ *+' conftest.er1
>conftest.err
6908 cat conftest.err
>&5
6909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6910 (exit $ac_status); } && {
6911 test -z "$ac_c_werror_flag" ||
6912 test ! -s conftest.err
6913 } && test -s conftest.
$ac_objext; then
6914 ac_cv_header_stdc
=yes
6916 echo "$as_me: failed program was:" >&5
6917 sed 's/^/| /' conftest.
$ac_ext >&5
6919 ac_cv_header_stdc
=no
6922 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6924 if test $ac_cv_header_stdc = yes; then
6925 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6926 cat >conftest.
$ac_ext <<_ACEOF
6929 cat confdefs.h
>>conftest.
$ac_ext
6930 cat >>conftest.
$ac_ext <<_ACEOF
6931 /* end confdefs.h. */
6935 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6936 $EGREP "memchr" >/dev
/null
2>&1; then
6939 ac_cv_header_stdc
=no
6945 if test $ac_cv_header_stdc = yes; then
6946 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6947 cat >conftest.
$ac_ext <<_ACEOF
6950 cat confdefs.h
>>conftest.
$ac_ext
6951 cat >>conftest.
$ac_ext <<_ACEOF
6952 /* end confdefs.h. */
6956 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6957 $EGREP "free" >/dev
/null
2>&1; then
6960 ac_cv_header_stdc
=no
6966 if test $ac_cv_header_stdc = yes; then
6967 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6968 if test "$cross_compiling" = yes; then
6971 cat >conftest.
$ac_ext <<_ACEOF
6974 cat confdefs.h
>>conftest.
$ac_ext
6975 cat >>conftest.
$ac_ext <<_ACEOF
6976 /* end confdefs.h. */
6979 #if ((' ' & 0x0FF) == 0x020)
6980 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6981 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6983 # define ISLOWER(c) \
6984 (('a' <= (c) && (c) <= 'i') \
6985 || ('j' <= (c) && (c) <= 'r') \
6986 || ('s' <= (c) && (c) <= 'z'))
6987 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6990 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6995 for (i = 0; i < 256; i++)
6996 if (XOR (islower (i), ISLOWER (i))
6997 || toupper (i) != TOUPPER (i))
7002 rm -f conftest
$ac_exeext
7003 if { (ac_try
="$ac_link"
7005 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7006 *) ac_try_echo=$ac_try;;
7008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7009 (eval "$ac_link") 2>&5
7011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7012 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7013 { (case "(($ac_try" in
7014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7015 *) ac_try_echo
=$ac_try;;
7017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7018 (eval "$ac_try") 2>&5
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); }; }; then
7024 echo "$as_me: program exited with status $ac_status" >&5
7025 echo "$as_me: failed program was:" >&5
7026 sed 's/^/| /' conftest.
$ac_ext >&5
7029 ac_cv_header_stdc
=no
7031 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7037 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7038 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7039 if test $ac_cv_header_stdc = yes; then
7041 cat >>confdefs.h
<<\_ACEOF
7042 #define STDC_HEADERS 1
7047 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7057 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7058 inttypes.h stdint.h unistd.h
7060 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7063 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7064 echo $ECHO_N "(cached) $ECHO_C" >&6
7066 cat >conftest.
$ac_ext <<_ACEOF
7069 cat confdefs.h
>>conftest.
$ac_ext
7070 cat >>conftest.
$ac_ext <<_ACEOF
7071 /* end confdefs.h. */
7072 $ac_includes_default
7074 #include <$ac_header>
7076 rm -f conftest.
$ac_objext
7077 if { (ac_try
="$ac_compile"
7079 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7080 *) ac_try_echo=$ac_try;;
7082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7083 (eval "$ac_compile") 2>conftest.er1
7085 grep -v '^ *+' conftest.er1 >conftest.err
7087 cat conftest.err >&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); } && {
7090 test -z "$ac_c_werror_flag" ||
7091 test ! -s conftest.err
7092 } && test -s conftest.$ac_objext; then
7093 eval "$as_ac_Header=yes"
7095 echo "$as_me: failed program was:" >&5
7096 sed 's/^/| /' conftest.$ac_ext >&5
7098 eval "$as_ac_Header=no"
7101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7103 ac_res=`eval echo '${'$as_ac_Header'}'`
7104 { echo "$as_me:$LINENO: result: $ac_res" >&5
7105 echo "${ECHO_T}$ac_res" >&6; }
7106 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7107 cat >>confdefs.h <<_ACEOF
7108 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7228 AudioUnit/AudioUnit.h \
7230 CoreAudio/CoreAudio.h \
7231 DiskArbitration/DiskArbitration.h \
7244 fontconfig/fontconfig.h \
7270 machine/soundcard.h \
7275 netinet/in_systm.h \
7337 valgrind/memcheck.h \
7341 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7343 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7344 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7346 echo $ECHO_N "(cached) $ECHO_C" >&6
7348 ac_res=`eval echo '${'$as_ac_Header'}'`
7349 { echo "$as_me:$LINENO: result: $ac_res" >&5
7350 echo "${ECHO_T}$ac_res" >&6; }
7352 # Is the header compilable?
7353 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7354 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7355 cat >conftest.$ac_ext <<_ACEOF
7358 cat confdefs.h >>conftest.$ac_ext
7359 cat >>conftest.$ac_ext <<_ACEOF
7360 /* end confdefs.h. */
7361 $ac_includes_default
7362 #include <$ac_header>
7364 rm -f conftest.$ac_objext
7365 if { (ac_try="$ac_compile"
7367 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7368 *) ac_try_echo
=$ac_try;;
7370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7371 (eval "$ac_compile") 2>conftest.er1
7373 grep -v '^ *+' conftest.er1
>conftest.err
7375 cat conftest.err
>&5
7376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377 (exit $ac_status); } && {
7378 test -z "$ac_c_werror_flag" ||
7379 test ! -s conftest.err
7380 } && test -s conftest.
$ac_objext; then
7381 ac_header_compiler
=yes
7383 echo "$as_me: failed program was:" >&5
7384 sed 's/^/| /' conftest.
$ac_ext >&5
7386 ac_header_compiler
=no
7389 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7390 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7391 echo "${ECHO_T}$ac_header_compiler" >&6; }
7393 # Is the header present?
7394 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7395 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7396 cat >conftest.
$ac_ext <<_ACEOF
7399 cat confdefs.h
>>conftest.
$ac_ext
7400 cat >>conftest.
$ac_ext <<_ACEOF
7401 /* end confdefs.h. */
7402 #include <$ac_header>
7404 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7406 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7407 *) ac_try_echo=$ac_try;;
7409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7410 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7412 grep -v '^ *+' conftest.er1 >conftest.err
7414 cat conftest.err >&5
7415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7416 (exit $ac_status); } >/dev/null && {
7417 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7418 test ! -s conftest.err
7420 ac_header_preproc=yes
7422 echo "$as_me: failed program was:" >&5
7423 sed 's/^/| /' conftest.$ac_ext >&5
7425 ac_header_preproc=no
7428 rm -f conftest.err conftest.$ac_ext
7429 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7430 echo "${ECHO_T}$ac_header_preproc" >&6; }
7432 # So? What about this header?
7433 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7436 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7438 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7439 ac_header_preproc=yes
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7443 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7445 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7447 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7449 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7451 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7452 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7453 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7455 ## ------------------------------------ ##
7456 ## Report this to wine-devel@winehq.org ##
7457 ## ------------------------------------ ##
7459 ) | sed "s/^/$as_me: WARNING: /" >&2
7462 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7463 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7464 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7465 echo $ECHO_N "(cached) $ECHO_C" >&6
7467 eval "$as_ac_Header=\$ac_header_preproc"
7469 ac_res=`eval echo '${'$as_ac_Header'}'`
7470 { echo "$as_me:$LINENO: result: $ac_res" >&5
7471 echo "${ECHO_T}$ac_res" >&6; }
7474 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7475 cat >>confdefs.h <<_ACEOF
7476 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7483 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7484 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7485 if test "${ac_cv_header_stat_broken+set}" = set; then
7486 echo $ECHO_N "(cached) $ECHO_C" >&6
7488 cat >conftest.$ac_ext <<_ACEOF
7491 cat confdefs.h >>conftest.$ac_ext
7492 cat >>conftest.$ac_ext <<_ACEOF
7493 /* end confdefs.h. */
7494 #include <sys/types.h>
7495 #include <sys/stat.h>
7497 #if defined S_ISBLK && defined S_IFDIR
7498 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7501 #if defined S_ISBLK && defined S_IFCHR
7502 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7505 #if defined S_ISLNK && defined S_IFREG
7506 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7509 #if defined S_ISSOCK && defined S_IFREG
7510 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7514 rm -f conftest.$ac_objext
7515 if { (ac_try="$ac_compile"
7517 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7518 *) ac_try_echo
=$ac_try;;
7520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7521 (eval "$ac_compile") 2>conftest.er1
7523 grep -v '^ *+' conftest.er1
>conftest.err
7525 cat conftest.err
>&5
7526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7527 (exit $ac_status); } && {
7528 test -z "$ac_c_werror_flag" ||
7529 test ! -s conftest.err
7530 } && test -s conftest.
$ac_objext; then
7531 ac_cv_header_stat_broken
=no
7533 echo "$as_me: failed program was:" >&5
7534 sed 's/^/| /' conftest.
$ac_ext >&5
7536 ac_cv_header_stat_broken
=yes
7539 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7541 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7542 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7543 if test $ac_cv_header_stat_broken = yes; then
7545 cat >>confdefs.h
<<\_ACEOF
7546 #define STAT_MACROS_BROKEN 1
7557 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7559 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7562 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7563 echo $ECHO_N "(cached) $ECHO_C" >&6
7565 cat >conftest.
$ac_ext <<_ACEOF
7568 cat confdefs.h
>>conftest.
$ac_ext
7569 cat >>conftest.
$ac_ext <<_ACEOF
7570 /* end confdefs.h. */
7571 #include <sys/types.h>
7572 #ifdef HAVE_SYS_PARAM_H
7573 # include <sys/param.h>
7576 #include <$ac_header>
7578 rm -f conftest.
$ac_objext
7579 if { (ac_try
="$ac_compile"
7581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7582 *) ac_try_echo=$ac_try;;
7584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7585 (eval "$ac_compile") 2>conftest.er1
7587 grep -v '^ *+' conftest.er1 >conftest.err
7589 cat conftest.err >&5
7590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7591 (exit $ac_status); } && {
7592 test -z "$ac_c_werror_flag" ||
7593 test ! -s conftest.err
7594 } && test -s conftest.$ac_objext; then
7595 eval "$as_ac_Header=yes"
7597 echo "$as_me: failed program was:" >&5
7598 sed 's/^/| /' conftest.$ac_ext >&5
7600 eval "$as_ac_Header=no"
7603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7605 ac_res=`eval echo '${'$as_ac_Header'}'`
7606 { echo "$as_me:$LINENO: result: $ac_res" >&5
7607 echo "${ECHO_T}$ac_res" >&6; }
7608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7609 cat >>confdefs.h <<_ACEOF
7610 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7637 netinet/if_ether.h \
7645 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7646 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7647 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7649 echo $ECHO_N "(cached) $ECHO_C" >&6
7651 cat >conftest.$ac_ext <<_ACEOF
7654 cat confdefs.h >>conftest.$ac_ext
7655 cat >>conftest.$ac_ext <<_ACEOF
7656 /* end confdefs.h. */
7657 #include <sys/types.h>
7658 #ifdef HAVE_SYS_SOCKET_H
7659 # include <sys/socket.h>
7661 #ifdef HAVE_SYS_SOCKETVAR_H
7662 # include <sys/socketvar.h>
7664 #ifdef HAVE_NETINET_IN_H
7665 # include <netinet/in.h>
7667 #ifdef HAVE_NETINET_IP_H
7668 # include <netinet/ip.h>
7671 #include <$ac_header>
7673 rm -f conftest.$ac_objext
7674 if { (ac_try="$ac_compile"
7676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7677 *) ac_try_echo
=$ac_try;;
7679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7680 (eval "$ac_compile") 2>conftest.er1
7682 grep -v '^ *+' conftest.er1
>conftest.err
7684 cat conftest.err
>&5
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); } && {
7687 test -z "$ac_c_werror_flag" ||
7688 test ! -s conftest.err
7689 } && test -s conftest.
$ac_objext; then
7690 eval "$as_ac_Header=yes"
7692 echo "$as_me: failed program was:" >&5
7693 sed 's/^/| /' conftest.
$ac_ext >&5
7695 eval "$as_ac_Header=no"
7698 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7700 ac_res
=`eval echo '${'$as_ac_Header'}'`
7701 { echo "$as_me:$LINENO: result: $ac_res" >&5
7702 echo "${ECHO_T}$ac_res" >&6; }
7703 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7704 cat >>confdefs.h
<<_ACEOF
7705 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7717 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7719 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7720 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7721 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7722 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7723 echo $ECHO_N "(cached) $ECHO_C" >&6
7725 cat >conftest.
$ac_ext <<_ACEOF
7728 cat confdefs.h
>>conftest.
$ac_ext
7729 cat >>conftest.
$ac_ext <<_ACEOF
7730 /* end confdefs.h. */
7731 #include <sys/types.h>
7735 #ifdef HAVE_SYS_SOCKET_H
7736 # include <sys/socket.h>
7738 #ifdef HAVE_SYS_SOCKETVAR_H
7739 # include <sys/socketvar.h>
7741 #ifdef HAVE_NETINET_IN_H
7742 # include <netinet/in.h>
7744 #ifdef HAVE_NETINET_IP_H
7745 # include <netinet/ip.h>
7747 #ifdef HAVE_NETINET_IP_VAR_H
7748 # include <netinet/ip_var.h>
7750 #ifdef HAVE_NETINET_IP_ICMP_H
7751 # include <netinet/ip_icmp.h>
7753 #ifdef HAVE_NETINET_UDP_H
7754 # include <netinet/udp.h>
7756 #ifdef HAVE_NETINET_TCP_H
7757 # include <netinet/tcp.h>
7760 #include <$ac_header>
7762 rm -f conftest.
$ac_objext
7763 if { (ac_try
="$ac_compile"
7765 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7766 *) ac_try_echo=$ac_try;;
7768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7769 (eval "$ac_compile") 2>conftest.er1
7771 grep -v '^ *+' conftest.er1 >conftest.err
7773 cat conftest.err >&5
7774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7775 (exit $ac_status); } && {
7776 test -z "$ac_c_werror_flag" ||
7777 test ! -s conftest.err
7778 } && test -s conftest.$ac_objext; then
7779 eval "$as_ac_Header=yes"
7781 echo "$as_me: failed program was:" >&5
7782 sed 's/^/| /' conftest.$ac_ext >&5
7784 eval "$as_ac_Header=no"
7787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7789 ac_res=`eval echo '${'$as_ac_Header'}'`
7790 { echo "$as_me:$LINENO: result: $ac_res" >&5
7791 echo "${ECHO_T}$ac_res" >&6; }
7792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7793 cat >>confdefs.h <<_ACEOF
7794 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7803 for ac_header in linux/ipx.h
7805 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7809 echo $ECHO_N "(cached) $ECHO_C" >&6
7811 cat >conftest.$ac_ext <<_ACEOF
7814 cat confdefs.h >>conftest.$ac_ext
7815 cat >>conftest.$ac_ext <<_ACEOF
7816 /* end confdefs.h. */
7817 #include <sys/types.h>
7818 #ifdef HAVE_ASM_TYPES_H
7819 # include <asm/types.h>
7821 #ifdef HAVE_SYS_SOCKET_H
7822 # include <sys/socket.h>
7825 #include <$ac_header>
7827 rm -f conftest.$ac_objext
7828 if { (ac_try="$ac_compile"
7830 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7831 *) ac_try_echo
=$ac_try;;
7833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7834 (eval "$ac_compile") 2>conftest.er1
7836 grep -v '^ *+' conftest.er1
>conftest.err
7838 cat conftest.err
>&5
7839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7840 (exit $ac_status); } && {
7841 test -z "$ac_c_werror_flag" ||
7842 test ! -s conftest.err
7843 } && test -s conftest.
$ac_objext; then
7844 eval "$as_ac_Header=yes"
7846 echo "$as_me: failed program was:" >&5
7847 sed 's/^/| /' conftest.
$ac_ext >&5
7849 eval "$as_ac_Header=no"
7852 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7854 ac_res
=`eval echo '${'$as_ac_Header'}'`
7855 { echo "$as_me:$LINENO: result: $ac_res" >&5
7856 echo "${ECHO_T}$ac_res" >&6; }
7857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7858 cat >>confdefs.h
<<_ACEOF
7859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7868 for ac_header
in resolv.h
7870 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7871 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7872 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7873 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6
7876 cat >conftest.
$ac_ext <<_ACEOF
7879 cat confdefs.h
>>conftest.
$ac_ext
7880 cat >>conftest.
$ac_ext <<_ACEOF
7881 /* end confdefs.h. */
7882 #include <sys/types.h>
7883 #ifdef HAVE_SYS_SOCKET_H
7884 # include <sys/socket.h>
7886 #ifdef HAVE_NETINET_IN_H
7887 # include <netinet/in.h>
7889 #ifdef HAVE_ARPA_NAMESER_H
7890 # include <arpa/nameser.h>
7893 #include <$ac_header>
7895 rm -f conftest.
$ac_objext
7896 if { (ac_try
="$ac_compile"
7898 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7899 *) ac_try_echo=$ac_try;;
7901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7902 (eval "$ac_compile") 2>conftest.er1
7904 grep -v '^ *+' conftest.er1 >conftest.err
7906 cat conftest.err >&5
7907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7908 (exit $ac_status); } && {
7909 test -z "$ac_c_werror_flag" ||
7910 test ! -s conftest.err
7911 } && test -s conftest.$ac_objext; then
7912 eval "$as_ac_Header=yes"
7914 echo "$as_me: failed program was:" >&5
7915 sed 's/^/| /' conftest.$ac_ext >&5
7917 eval "$as_ac_Header=no"
7920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7922 ac_res=`eval echo '${'$as_ac_Header'}'`
7923 { echo "$as_me:$LINENO: result: $ac_res" >&5
7924 echo "${ECHO_T}$ac_res" >&6; }
7925 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7926 cat >>confdefs.h <<_ACEOF
7927 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7936 for ac_header in ucontext.h
7938 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7939 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7942 echo $ECHO_N "(cached) $ECHO_C" >&6
7944 cat >conftest.$ac_ext <<_ACEOF
7947 cat confdefs.h >>conftest.$ac_ext
7948 cat >>conftest.$ac_ext <<_ACEOF
7949 /* end confdefs.h. */
7952 #include <$ac_header>
7954 rm -f conftest.$ac_objext
7955 if { (ac_try="$ac_compile"
7957 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7958 *) ac_try_echo
=$ac_try;;
7960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7961 (eval "$ac_compile") 2>conftest.er1
7963 grep -v '^ *+' conftest.er1
>conftest.err
7965 cat conftest.err
>&5
7966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7967 (exit $ac_status); } && {
7968 test -z "$ac_c_werror_flag" ||
7969 test ! -s conftest.err
7970 } && test -s conftest.
$ac_objext; then
7971 eval "$as_ac_Header=yes"
7973 echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.
$ac_ext >&5
7976 eval "$as_ac_Header=no"
7979 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7981 ac_res
=`eval echo '${'$as_ac_Header'}'`
7982 { echo "$as_me:$LINENO: result: $ac_res" >&5
7983 echo "${ECHO_T}$ac_res" >&6; }
7984 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7985 cat >>confdefs.h
<<_ACEOF
7986 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7995 for ac_header
in sys
/thr.h
7997 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7998 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8000 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8001 echo $ECHO_N "(cached) $ECHO_C" >&6
8003 cat >conftest.
$ac_ext <<_ACEOF
8006 cat confdefs.h
>>conftest.
$ac_ext
8007 cat >>conftest.
$ac_ext <<_ACEOF
8008 /* end confdefs.h. */
8009 #include <sys/types.h>
8010 #ifdef HAVE_UCONTEXT_H
8011 #include <ucontext.h>
8014 #include <$ac_header>
8016 rm -f conftest.
$ac_objext
8017 if { (ac_try
="$ac_compile"
8019 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8020 *) ac_try_echo=$ac_try;;
8022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8023 (eval "$ac_compile") 2>conftest.er1
8025 grep -v '^ *+' conftest.er1 >conftest.err
8027 cat conftest.err >&5
8028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 (exit $ac_status); } && {
8030 test -z "$ac_c_werror_flag" ||
8031 test ! -s conftest.err
8032 } && test -s conftest.$ac_objext; then
8033 eval "$as_ac_Header=yes"
8035 echo "$as_me: failed program was:" >&5
8036 sed 's/^/| /' conftest.$ac_ext >&5
8038 eval "$as_ac_Header=no"
8041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8043 ac_res=`eval echo '${'$as_ac_Header'}'`
8044 { echo "$as_me:$LINENO: result: $ac_res" >&5
8045 echo "${ECHO_T}$ac_res" >&6; }
8046 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8047 cat >>confdefs.h <<_ACEOF
8048 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8057 for ac_header in pthread_np.h
8059 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8060 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8061 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8062 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8063 echo $ECHO_N "(cached) $ECHO_C" >&6
8065 cat >conftest.$ac_ext <<_ACEOF
8068 cat confdefs.h >>conftest.$ac_ext
8069 cat >>conftest.$ac_ext <<_ACEOF
8070 /* end confdefs.h. */
8071 #ifdef HAVE_PTHREAD_H
8072 #include <pthread.h>
8075 #include <$ac_header>
8077 rm -f conftest.$ac_objext
8078 if { (ac_try="$ac_compile"
8080 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8081 *) ac_try_echo
=$ac_try;;
8083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8084 (eval "$ac_compile") 2>conftest.er1
8086 grep -v '^ *+' conftest.er1
>conftest.err
8088 cat conftest.err
>&5
8089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); } && {
8091 test -z "$ac_c_werror_flag" ||
8092 test ! -s conftest.err
8093 } && test -s conftest.
$ac_objext; then
8094 eval "$as_ac_Header=yes"
8096 echo "$as_me: failed program was:" >&5
8097 sed 's/^/| /' conftest.
$ac_ext >&5
8099 eval "$as_ac_Header=no"
8102 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8104 ac_res
=`eval echo '${'$as_ac_Header'}'`
8105 { echo "$as_me:$LINENO: result: $ac_res" >&5
8106 echo "${ECHO_T}$ac_res" >&6; }
8107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8108 cat >>confdefs.h
<<_ACEOF
8109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8118 for ac_header
in linux
/videodev.h
8120 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8121 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8123 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8124 echo $ECHO_N "(cached) $ECHO_C" >&6
8126 cat >conftest.
$ac_ext <<_ACEOF
8129 cat confdefs.h
>>conftest.
$ac_ext
8130 cat >>conftest.
$ac_ext <<_ACEOF
8131 /* end confdefs.h. */
8132 #ifdef HAVE_SYS_TIME_H
8133 #include <sys/time.h>
8135 #include <sys/types.h>
8136 #ifdef HAVE_ASM_TYPES_H
8137 #include <asm/types.h>
8140 #include <$ac_header>
8142 rm -f conftest.
$ac_objext
8143 if { (ac_try
="$ac_compile"
8145 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8146 *) ac_try_echo=$ac_try;;
8148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8149 (eval "$ac_compile") 2>conftest.er1
8151 grep -v '^ *+' conftest.er1 >conftest.err
8153 cat conftest.err >&5
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); } && {
8156 test -z "$ac_c_werror_flag" ||
8157 test ! -s conftest.err
8158 } && test -s conftest.$ac_objext; then
8159 eval "$as_ac_Header=yes"
8161 echo "$as_me: failed program was:" >&5
8162 sed 's/^/| /' conftest.$ac_ext >&5
8164 eval "$as_ac_Header=no"
8167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8169 ac_res=`eval echo '${'$as_ac_Header'}'`
8170 { echo "$as_me:$LINENO: result: $ac_res" >&5
8171 echo "${ECHO_T}$ac_res" >&6; }
8172 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8173 cat >>confdefs.h <<_ACEOF
8174 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8183 for ac_header in linux/capi.h
8185 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8186 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8189 echo $ECHO_N "(cached) $ECHO_C" >&6
8191 cat >conftest.$ac_ext <<_ACEOF
8194 cat confdefs.h >>conftest.$ac_ext
8195 cat >>conftest.$ac_ext <<_ACEOF
8196 /* end confdefs.h. */
8199 #include <$ac_header>
8201 rm -f conftest.$ac_objext
8202 if { (ac_try="$ac_compile"
8204 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8205 *) ac_try_echo
=$ac_try;;
8207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8208 (eval "$ac_compile") 2>conftest.er1
8210 grep -v '^ *+' conftest.er1
>conftest.err
8212 cat conftest.err
>&5
8213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); } && {
8215 test -z "$ac_c_werror_flag" ||
8216 test ! -s conftest.err
8217 } && test -s conftest.
$ac_objext; then
8218 eval "$as_ac_Header=yes"
8220 echo "$as_me: failed program was:" >&5
8221 sed 's/^/| /' conftest.
$ac_ext >&5
8223 eval "$as_ac_Header=no"
8226 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8228 ac_res
=`eval echo '${'$as_ac_Header'}'`
8229 { echo "$as_me:$LINENO: result: $ac_res" >&5
8230 echo "${ECHO_T}$ac_res" >&6; }
8231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8232 cat >>confdefs.h
<<_ACEOF
8233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8244 DLLFLAGS
="-D_REENTRANT"
8258 # Extract the first word of "ldd", so it can be a program name with args.
8259 set dummy ldd
; ac_word
=$2
8260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8262 if test "${ac_cv_path_LDD+set}" = set; then
8263 echo $ECHO_N "(cached) $ECHO_C" >&6
8267 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8270 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8271 as_dummy
="/sbin:/usr/sbin:$PATH"
8272 for as_dir
in $as_dummy
8275 test -z "$as_dir" && as_dir
=.
8276 for ac_exec_ext
in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8278 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8286 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8291 if test -n "$LDD"; then
8292 { echo "$as_me:$LINENO: result: $LDD" >&5
8293 echo "${ECHO_T}$LDD" >&6; }
8295 { echo "$as_me:$LINENO: result: no" >&5
8296 echo "${ECHO_T}no" >&6; }
8303 if test -n "$ac_tool_prefix"; then
8304 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8305 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8308 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8309 echo $ECHO_N "(cached) $ECHO_C" >&6
8311 if test -n "$DLLTOOL"; then
8312 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8318 test -z "$as_dir" && as_dir
=.
8319 for ac_exec_ext
in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8331 DLLTOOL
=$ac_cv_prog_DLLTOOL
8332 if test -n "$DLLTOOL"; then
8333 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8334 echo "${ECHO_T}$DLLTOOL" >&6; }
8336 { echo "$as_me:$LINENO: result: no" >&5
8337 echo "${ECHO_T}no" >&6; }
8342 if test -z "$ac_cv_prog_DLLTOOL"; then
8343 ac_ct_DLLTOOL
=$DLLTOOL
8344 # Extract the first word of "dlltool", so it can be a program name with args.
8345 set dummy dlltool
; ac_word
=$2
8346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8348 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8349 echo $ECHO_N "(cached) $ECHO_C" >&6
8351 if test -n "$ac_ct_DLLTOOL"; then
8352 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8354 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8358 test -z "$as_dir" && as_dir
=.
8359 for ac_exec_ext
in '' $ac_executable_extensions; do
8360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8361 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8371 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8372 if test -n "$ac_ct_DLLTOOL"; then
8373 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8374 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8376 { echo "$as_me:$LINENO: result: no" >&5
8377 echo "${ECHO_T}no" >&6; }
8380 if test "x$ac_ct_DLLTOOL" = x
; then
8383 case $cross_compiling:$ac_tool_warned in
8385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8386 whose name does not start with the host triplet. If you think this
8387 configuration is useful to you, please write to autoconf@gnu.org." >&5
8388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8389 whose name does not start with the host triplet. If you think this
8390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8391 ac_tool_warned
=yes ;;
8393 DLLTOOL
=$ac_ct_DLLTOOL
8396 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8399 if test -n "$ac_tool_prefix"; then
8400 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8401 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8402 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8404 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8405 echo $ECHO_N "(cached) $ECHO_C" >&6
8407 if test -n "$DLLWRAP"; then
8408 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8414 test -z "$as_dir" && as_dir
=.
8415 for ac_exec_ext
in '' $ac_executable_extensions; do
8416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8417 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8427 DLLWRAP
=$ac_cv_prog_DLLWRAP
8428 if test -n "$DLLWRAP"; then
8429 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8430 echo "${ECHO_T}$DLLWRAP" >&6; }
8432 { echo "$as_me:$LINENO: result: no" >&5
8433 echo "${ECHO_T}no" >&6; }
8438 if test -z "$ac_cv_prog_DLLWRAP"; then
8439 ac_ct_DLLWRAP
=$DLLWRAP
8440 # Extract the first word of "dllwrap", so it can be a program name with args.
8441 set dummy dllwrap
; ac_word
=$2
8442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8444 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8445 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 if test -n "$ac_ct_DLLWRAP"; then
8448 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8450 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8454 test -z "$as_dir" && as_dir
=.
8455 for ac_exec_ext
in '' $ac_executable_extensions; do
8456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8457 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8467 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8468 if test -n "$ac_ct_DLLWRAP"; then
8469 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8470 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8472 { echo "$as_me:$LINENO: result: no" >&5
8473 echo "${ECHO_T}no" >&6; }
8476 if test "x$ac_ct_DLLWRAP" = x
; then
8479 case $cross_compiling:$ac_tool_warned in
8481 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8482 whose name does not start with the host triplet. If you think this
8483 configuration is useful to you, please write to autoconf@gnu.org." >&5
8484 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8485 whose name does not start with the host triplet. If you think this
8486 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8487 ac_tool_warned
=yes ;;
8489 DLLWRAP
=$ac_ct_DLLWRAP
8492 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8495 if test -n "$ac_tool_prefix"; then
8496 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8497 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8500 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8501 echo $ECHO_N "(cached) $ECHO_C" >&6
8503 if test -n "$MINGWAR"; then
8504 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8510 test -z "$as_dir" && as_dir
=.
8511 for ac_exec_ext
in '' $ac_executable_extensions; do
8512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8513 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8523 MINGWAR
=$ac_cv_prog_MINGWAR
8524 if test -n "$MINGWAR"; then
8525 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8526 echo "${ECHO_T}$MINGWAR" >&6; }
8528 { echo "$as_me:$LINENO: result: no" >&5
8529 echo "${ECHO_T}no" >&6; }
8534 if test -z "$ac_cv_prog_MINGWAR"; then
8535 ac_ct_MINGWAR
=$MINGWAR
8536 # Extract the first word of "ar", so it can be a program name with args.
8537 set dummy
ar; ac_word
=$2
8538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8540 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8541 echo $ECHO_N "(cached) $ECHO_C" >&6
8543 if test -n "$ac_ct_MINGWAR"; then
8544 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8550 test -z "$as_dir" && as_dir
=.
8551 for ac_exec_ext
in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553 ac_cv_prog_ac_ct_MINGWAR
="ar"
8554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8563 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8564 if test -n "$ac_ct_MINGWAR"; then
8565 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8566 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8568 { echo "$as_me:$LINENO: result: no" >&5
8569 echo "${ECHO_T}no" >&6; }
8572 if test "x$ac_ct_MINGWAR" = x
; then
8575 case $cross_compiling:$ac_tool_warned in
8577 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8578 whose name does not start with the host triplet. If you think this
8579 configuration is useful to you, please write to autoconf@gnu.org." >&5
8580 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8581 whose name does not start with the host triplet. If you think this
8582 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8583 ac_tool_warned
=yes ;;
8585 MINGWAR
=$ac_ct_MINGWAR
8588 MINGWAR
="$ac_cv_prog_MINGWAR"
8591 if test "$DLLWRAP" = "false"; then
8603 DLLFLAGS
="$DLLFLAGS -fPIC"
8604 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8605 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8606 LDSHARED
="\$(CC) -dynamiclib"
8608 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8609 SECURITYLIB
="-framework Security -framework CoreFoundation"
8611 COREFOUNDATIONLIB
="-framework CoreFoundation"
8613 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8615 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8617 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8619 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8622 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8624 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8629 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8631 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8633 CARBONLIB
="-framework Carbon"
8635 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8639 DLLFLAGS
="$DLLFLAGS -fPIC"
8641 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8642 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8643 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8644 echo $ECHO_N "(cached) $ECHO_C" >&6
8646 ac_wine_try_cflags_saved
=$CFLAGS
8647 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8648 cat >conftest.
$ac_ext <<_ACEOF
8651 rm -f conftest.
$ac_objext conftest
$ac_exeext
8652 if { (ac_try
="$ac_link"
8654 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8655 *) ac_try_echo=$ac_try;;
8657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8658 (eval "$ac_link") 2>conftest.er1
8660 grep -v '^ *+' conftest.er1 >conftest.err
8662 cat conftest.err >&5
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); } && {
8665 test -z "$ac_c_werror_flag" ||
8666 test ! -s conftest.err
8667 } && test -s conftest$ac_exeext &&
8668 $as_test_x conftest$ac_exeext; then
8669 ac_cv_c_dll_gnuelf="yes"
8671 echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8674 ac_cv_c_dll_gnuelf="no"
8677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8678 conftest$ac_exeext conftest.$ac_ext
8679 CFLAGS=$ac_wine_try_cflags_saved
8681 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8682 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8683 if test "$ac_cv_c_dll_gnuelf" = "yes"
8685 LDSHARED="\$(CC) -shared"
8686 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8687 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8689 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6
8692 ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8694 cat >conftest.$ac_ext <<_ACEOF
8697 cat confdefs.h >>conftest.$ac_ext
8698 cat >>conftest.$ac_ext <<_ACEOF
8699 /* end confdefs.h. */
8709 rm -f conftest.$ac_objext conftest$ac_exeext
8710 if { (ac_try="$ac_link"
8712 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8713 *) ac_try_echo
=$ac_try;;
8715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716 (eval "$ac_link") 2>conftest.er1
8718 grep -v '^ *+' conftest.er1
>conftest.err
8720 cat conftest.err
>&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); } && {
8723 test -z "$ac_c_werror_flag" ||
8724 test ! -s conftest.err
8725 } && test -s conftest
$ac_exeext &&
8726 $as_test_x conftest
$ac_exeext; then
8727 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8729 echo "$as_me: failed program was:" >&5
8730 sed 's/^/| /' conftest.
$ac_ext >&5
8732 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8735 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8736 conftest
$ac_exeext conftest.
$ac_ext
8737 CFLAGS
=$ac_wine_try_cflags_saved
8739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8741 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8742 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8744 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8746 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8747 echo $ECHO_N "(cached) $ECHO_C" >&6
8749 ac_wine_try_cflags_saved
=$CFLAGS
8750 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8751 cat >conftest.
$ac_ext <<_ACEOF
8754 cat confdefs.h
>>conftest.
$ac_ext
8755 cat >>conftest.
$ac_ext <<_ACEOF
8756 /* end confdefs.h. */
8766 rm -f conftest.
$ac_objext conftest
$ac_exeext
8767 if { (ac_try
="$ac_link"
8769 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8770 *) ac_try_echo=$ac_try;;
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773 (eval "$ac_link") 2>conftest.er1
8775 grep -v '^ *+' conftest.er1 >conftest.err
8777 cat conftest.err >&5
8778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779 (exit $ac_status); } && {
8780 test -z "$ac_c_werror_flag" ||
8781 test ! -s conftest.err
8782 } && test -s conftest$ac_exeext &&
8783 $as_test_x conftest$ac_exeext; then
8784 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8786 echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8789 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793 conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8797 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8798 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8799 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8805 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8806 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8807 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8810 ac_wine_try_cflags_saved=$CFLAGS
8811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8812 cat >conftest.$ac_ext <<_ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8827 rm -f conftest.$ac_objext conftest$ac_exeext
8828 if { (ac_try="$ac_link"
8830 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8831 *) ac_try_echo
=$ac_try;;
8833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834 (eval "$ac_link") 2>conftest.er1
8836 grep -v '^ *+' conftest.er1
>conftest.err
8838 cat conftest.err
>&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } && {
8841 test -z "$ac_c_werror_flag" ||
8842 test ! -s conftest.err
8843 } && test -s conftest
$ac_exeext &&
8844 $as_test_x conftest
$ac_exeext; then
8845 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.
$ac_ext >&5
8850 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8853 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8854 conftest
$ac_exeext conftest.
$ac_ext
8855 CFLAGS
=$ac_wine_try_cflags_saved
8857 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8858 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8860 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8864 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8865 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8867 echo $ECHO_N "(cached) $ECHO_C" >&6
8869 ac_wine_try_cflags_saved
=$CFLAGS
8870 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8871 cat >conftest.
$ac_ext <<_ACEOF
8874 cat confdefs.h
>>conftest.
$ac_ext
8875 cat >>conftest.
$ac_ext <<_ACEOF
8876 /* end confdefs.h. */
8886 rm -f conftest.
$ac_objext conftest
$ac_exeext
8887 if { (ac_try
="$ac_link"
8889 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8890 *) ac_try_echo=$ac_try;;
8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8893 (eval "$ac_link") 2>conftest.er1
8895 grep -v '^ *+' conftest.er1 >conftest.err
8897 cat conftest.err >&5
8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899 (exit $ac_status); } && {
8900 test -z "$ac_c_werror_flag" ||
8901 test ! -s conftest.err
8902 } && test -s conftest$ac_exeext &&
8903 $as_test_x conftest$ac_exeext; then
8904 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8906 echo "$as_me: failed program was:" >&5
8907 sed 's/^/| /' conftest.$ac_ext >&5
8909 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8913 conftest$ac_exeext conftest.$ac_ext
8914 CFLAGS=$ac_wine_try_cflags_saved
8916 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8917 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8919 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 echo '{ global: *; };' >conftest.map
8924 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8926 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8929 ac_wine_try_cflags_saved=$CFLAGS
8930 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8931 cat >conftest.$ac_ext <<_ACEOF
8934 cat confdefs.h >>conftest.$ac_ext
8935 cat >>conftest.$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8949 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8950 *) ac_try_echo
=$ac_try;;
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 (eval "$ac_link") 2>conftest.er1
8955 grep -v '^ *+' conftest.er1
>conftest.err
8957 cat conftest.err
>&5
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); } && {
8960 test -z "$ac_c_werror_flag" ||
8961 test ! -s conftest.err
8962 } && test -s conftest
$ac_exeext &&
8963 $as_test_x conftest
$ac_exeext; then
8964 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.
$ac_ext >&5
8969 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8972 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8973 conftest
$ac_exeext conftest.
$ac_ext
8974 CFLAGS
=$ac_wine_try_cflags_saved
8976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8977 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8978 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8979 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8984 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8985 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8986 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8989 ac_wine_try_cflags_saved
=$CFLAGS
8990 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8991 cat >conftest.
$ac_ext <<_ACEOF
8994 cat confdefs.h
>>conftest.
$ac_ext
8995 cat >>conftest.
$ac_ext <<_ACEOF
8996 /* end confdefs.h. */
9006 rm -f conftest.
$ac_objext conftest
$ac_exeext
9007 if { (ac_try
="$ac_link"
9009 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9010 *) ac_try_echo=$ac_try;;
9012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9013 (eval "$ac_link") 2>conftest.er1
9015 grep -v '^ *+' conftest.er1 >conftest.err
9017 cat conftest.err >&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } && {
9020 test -z "$ac_c_werror_flag" ||
9021 test ! -s conftest.err
9022 } && test -s conftest$ac_exeext &&
9023 $as_test_x conftest$ac_exeext; then
9024 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9026 echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9029 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033 conftest$ac_exeext conftest.$ac_ext
9034 CFLAGS=$ac_wine_try_cflags_saved
9036 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9037 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9038 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9039 LDEXECFLAGS="-Wl,--export-dynamic"
9044 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9045 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9046 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9048 echo $ECHO_N "(cached) $ECHO_C" >&6
9050 ac_wine_try_cflags_saved=$CFLAGS
9051 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9052 cat >conftest.$ac_ext <<_ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9070 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9071 *) ac_try_echo
=$ac_try;;
9073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9074 (eval "$ac_link") 2>conftest.er1
9076 grep -v '^ *+' conftest.er1
>conftest.err
9078 cat conftest.err
>&5
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); } && {
9081 test -z "$ac_c_werror_flag" ||
9082 test ! -s conftest.err
9083 } && test -s conftest
$ac_exeext &&
9084 $as_test_x conftest
$ac_exeext; then
9085 eval "$as_ac_var=yes"
9087 echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.
$ac_ext >&5
9090 eval "$as_ac_var=no"
9093 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9094 conftest
$ac_exeext conftest.
$ac_ext
9095 CFLAGS
=$ac_wine_try_cflags_saved
9097 ac_res
=`eval echo '${'$as_ac_var'}'`
9098 { echo "$as_me:$LINENO: result: $ac_res" >&5
9099 echo "${ECHO_T}$ac_res" >&6; }
9100 if test `eval echo '${'$as_ac_var'}'` = yes; then
9101 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9102 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9104 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9105 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9107 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9108 echo $ECHO_N "(cached) $ECHO_C" >&6
9110 ac_wine_try_cflags_saved
=$CFLAGS
9111 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat >conftest.
$ac_ext <<_ACEOF
9115 cat confdefs.h
>>conftest.
$ac_ext
9116 cat >>conftest.
$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9127 rm -f conftest.
$ac_objext conftest
$ac_exeext
9128 if { (ac_try
="$ac_link"
9130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9131 *) ac_try_echo=$ac_try;;
9133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9134 (eval "$ac_link") 2>conftest.er1
9136 grep -v '^ *+' conftest.er1 >conftest.err
9138 cat conftest.err >&5
9139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140 (exit $ac_status); } && {
9141 test -z "$ac_c_werror_flag" ||
9142 test ! -s conftest.err
9143 } && test -s conftest$ac_exeext &&
9144 $as_test_x conftest$ac_exeext; then
9145 eval "$as_ac_var=yes"
9147 echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9150 eval "$as_ac_var=no"
9153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9154 conftest$ac_exeext conftest.$ac_ext
9155 CFLAGS=$ac_wine_try_cflags_saved
9157 ac_res=`eval echo '${'$as_ac_var'}'`
9158 { echo "$as_me:$LINENO: result: $ac_res" >&5
9159 echo "${ECHO_T}$ac_res" >&6; }
9160 if test `eval echo '${'$as_ac_var'}'` = yes; then
9161 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9162 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9168 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9169 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9170 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9171 echo $ECHO_N "(cached) $ECHO_C" >&6
9173 ac_wine_try_cflags_saved=$CFLAGS
9174 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9175 cat >conftest.$ac_ext <<_ACEOF
9178 cat confdefs.h >>conftest.$ac_ext
9179 cat >>conftest.$ac_ext <<_ACEOF
9180 /* end confdefs.h. */
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9193 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9194 *) ac_try_echo
=$ac_try;;
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197 (eval "$ac_link") 2>conftest.er1
9199 grep -v '^ *+' conftest.er1
>conftest.err
9201 cat conftest.err
>&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest
$ac_exeext &&
9207 $as_test_x conftest
$ac_exeext; then
9208 ac_cv_cflags__Wl___enable_new_dtags
=yes
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.
$ac_ext >&5
9213 ac_cv_cflags__Wl___enable_new_dtags
=no
9216 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9217 conftest
$ac_exeext conftest.
$ac_ext
9218 CFLAGS
=$ac_wine_try_cflags_saved
9220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9221 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9222 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9223 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9228 *i
[3456789]86* | x86_64
)
9229 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9230 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9231 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9234 ac_wine_try_cflags_saved
=$CFLAGS
9235 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9236 cat >conftest.
$ac_ext <<_ACEOF
9239 cat confdefs.h
>>conftest.
$ac_ext
9240 cat >>conftest.
$ac_ext <<_ACEOF
9241 /* end confdefs.h. */
9251 rm -f conftest.
$ac_objext conftest
$ac_exeext
9252 if { (ac_try
="$ac_link"
9254 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9255 *) ac_try_echo=$ac_try;;
9257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9258 (eval "$ac_link") 2>conftest.er1
9260 grep -v '^ *+' conftest.er1 >conftest.err
9262 cat conftest.err >&5
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && {
9265 test -z "$ac_c_werror_flag" ||
9266 test ! -s conftest.err
9267 } && test -s conftest$ac_exeext &&
9268 $as_test_x conftest$ac_exeext; then
9269 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9271 echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9274 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278 conftest$ac_exeext conftest.$ac_ext
9279 CFLAGS=$ac_wine_try_cflags_saved
9281 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9282 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9283 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9284 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9291 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9292 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9293 if test "${ac_cv_c_dll_unixware+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9296 ac_wine_try_cflags_saved=$CFLAGS
9297 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9298 cat >conftest.$ac_ext <<_ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9305 *) ac_try_echo
=$ac_try;;
9307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9308 (eval "$ac_link") 2>conftest.er1
9310 grep -v '^ *+' conftest.er1
>conftest.err
9312 cat conftest.err
>&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } && {
9315 test -z "$ac_c_werror_flag" ||
9316 test ! -s conftest.err
9317 } && test -s conftest
$ac_exeext &&
9318 $as_test_x conftest
$ac_exeext; then
9319 ac_cv_c_dll_unixware
="yes"
9321 echo "$as_me: failed program was:" >&5
9322 sed 's/^/| /' conftest.
$ac_ext >&5
9324 ac_cv_c_dll_unixware
="no"
9327 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9328 conftest
$ac_exeext conftest.
$ac_ext
9329 CFLAGS
=$ac_wine_try_cflags_saved
9331 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9332 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9333 if test "$ac_cv_c_dll_unixware" = "yes"
9335 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9336 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9339 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9340 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9341 if test "${ac_cv_c_dll_hpux+set}" = set; then
9342 echo $ECHO_N "(cached) $ECHO_C" >&6
9344 ac_wine_try_cflags_saved
=$CFLAGS
9345 CFLAGS
="$CFLAGS -shared"
9346 cat >conftest.
$ac_ext <<_ACEOF
9349 rm -f conftest.
$ac_objext conftest
$ac_exeext
9350 if { (ac_try
="$ac_link"
9352 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9353 *) ac_try_echo=$ac_try;;
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356 (eval "$ac_link") 2>conftest.er1
9358 grep -v '^ *+' conftest.er1 >conftest.err
9360 cat conftest.err >&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext &&
9366 $as_test_x conftest$ac_exeext; then
9367 ac_cv_c_dll_hpux="yes"
9369 echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9372 ac_cv_c_dll_hpux="no"
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 CFLAGS=$ac_wine_try_cflags_saved
9379 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9380 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9381 if test "$ac_cv_c_dll_hpux" = "yes"
9385 LDDLLFLAGS="-shared -fPIC"
9386 LDSHARED="\$(CC) -shared"
9393 if test "$cross_compiling" = "no"
9395 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9397 # Extract the first word of "$ac_prog", so it can be a program name with args.
9398 set dummy $ac_prog; ac_word=$2
9399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9401 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9402 echo $ECHO_N "(cached) $ECHO_C" >&6
9404 if test -n "$CROSSCC"; then
9405 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9411 test -z "$as_dir" && as_dir=.
9412 for ac_exec_ext in '' $ac_executable_extensions; do
9413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9414 ac_cv_prog_CROSSCC="$ac_prog"
9415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9424 CROSSCC=$ac_cv_prog_CROSSCC
9425 if test -n "$CROSSCC"; then
9426 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9427 echo "${ECHO_T}$CROSSCC" >&6; }
9429 { echo "$as_me:$LINENO: result: no" >&5
9430 echo "${ECHO_T}no" >&6; }
9434 test -n "$CROSSCC" && break
9436 test -n "$CROSSCC" || CROSSCC="false"
9438 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9447 if test -n "$DLLTOOL"; then
9448 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_DLLTOOL="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9467 DLLTOOL=$ac_cv_prog_DLLTOOL
9468 if test -n "$DLLTOOL"; then
9469 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9470 echo "${ECHO_T}$DLLTOOL" >&6; }
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$DLLTOOL" && break
9479 test -n "$DLLTOOL" || DLLTOOL="false"
9481 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9490 if test -n "$CROSSWINDRES"; then
9491 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_CROSSWINDRES="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9510 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9511 if test -n "$CROSSWINDRES"; then
9512 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9513 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$CROSSWINDRES" && break
9522 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9524 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9533 if test -n "$MINGWAR"; then
9534 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_MINGWAR="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9553 MINGWAR=$ac_cv_prog_MINGWAR
9554 if test -n "$MINGWAR"; then
9555 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9556 echo "${ECHO_T}$MINGWAR" >&6; }
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$MINGWAR" && break
9565 test -n "$MINGWAR" || MINGWAR="false"
9567 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9572 enable_winequartz_drv=${enable_winequartz_drv:-no}
9574 if test "$LIBEXT" = "a"; then
9575 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9576 It is currently not possible to build Wine without shared library
9577 (.so) support to allow transparent switch between .so and .dll files.
9578 If you are using Linux, you will need a newer binutils.
9580 echo "$as_me: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9585 { (exit 1); exit 1; }; }
9589 if test "$have_x" = "yes"
9592 ac_save_CPPFLAGS="$CPPFLAGS"
9593 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9595 { echo "$as_me:$LINENO: checking for -lX11" >&5
9596 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_soname_X11+set}" = set; then
9598 echo $ECHO_N "(cached) $ECHO_C" >&6
9600 ac_check_soname_save_LIBS=$LIBS
9601 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9602 cat >conftest.$ac_ext <<_ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9615 char XCreateWindow ();
9619 return XCreateWindow ();
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9627 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9628 *) ac_try_echo
=$ac_try;;
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631 (eval "$ac_link") 2>conftest.er1
9633 grep -v '^ *+' conftest.er1
>conftest.err
9635 cat conftest.err
>&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } && {
9638 test -z "$ac_c_werror_flag" ||
9639 test ! -s conftest.err
9640 } && test -s conftest
$ac_exeext &&
9641 $as_test_x conftest
$ac_exeext; then
9644 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'` ;;
9645 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.
$ac_ext >&5
9654 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9655 conftest
$ac_exeext conftest.
$ac_ext
9656 LIBS
=$ac_check_soname_save_LIBS
9658 if test "x$ac_cv_lib_soname_X11" = "x"; then
9659 { echo "$as_me:$LINENO: result: not found" >&5
9660 echo "${ECHO_T}not found" >&6; }
9663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9664 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9666 cat >>confdefs.h
<<_ACEOF
9667 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 { echo "$as_me:$LINENO: checking for -lXext" >&5
9674 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9675 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9676 echo $ECHO_N "(cached) $ECHO_C" >&6
9678 ac_check_soname_save_LIBS
=$LIBS
9679 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680 cat >conftest.
$ac_ext <<_ACEOF
9683 cat confdefs.h
>>conftest.
$ac_ext
9684 cat >>conftest.
$ac_ext <<_ACEOF
9685 /* end confdefs.h. */
9687 /* Override any GCC internal prototype to avoid an error.
9688 Use char because int might match the return type of a GCC
9689 builtin and then its argument prototype would still apply. */
9693 char XextCreateExtension ();
9697 return XextCreateExtension ();
9702 rm -f conftest.
$ac_objext conftest
$ac_exeext
9703 if { (ac_try
="$ac_link"
9705 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9706 *) ac_try_echo=$ac_try;;
9708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9709 (eval "$ac_link") 2>conftest.er1
9711 grep -v '^ *+' conftest.er1 >conftest.err
9713 cat conftest.err >&5
9714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715 (exit $ac_status); } && {
9716 test -z "$ac_c_werror_flag" ||
9717 test ! -s conftest.err
9718 } && test -s conftest$ac_exeext &&
9719 $as_test_x conftest$ac_exeext; then
9722 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'` ;;
9723 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9726 echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_soname_save_LIBS
9736 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9737 { echo "$as_me:$LINENO: result: not found" >&5
9738 echo "${ECHO_T}not found" >&6; }
9741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9742 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9764 for ac_header in X11/Xlib.h \
9767 X11/Xcursor/Xcursor.h \
9768 X11/extensions/shape.h \
9769 X11/extensions/XInput.h \
9770 X11/extensions/XShm.h \
9771 X11/extensions/Xcomposite.h \
9772 X11/extensions/Xinerama.h \
9773 X11/extensions/Xrandr.h \
9774 X11/extensions/Xrender.h \
9775 X11/extensions/xf86vmode.h
9777 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9778 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9783 cat >conftest.$ac_ext <<_ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h. */
9789 #ifdef HAVE_X11_XLIB_H
9790 # include <X11/Xlib.h>
9792 #ifdef HAVE_X11_XUTIL_H
9793 # include <X11/Xutil.h>
9796 #include <$ac_header>
9798 rm -f conftest.$ac_objext
9799 if { (ac_try="$ac_compile"
9801 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9802 *) ac_try_echo
=$ac_try;;
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805 (eval "$ac_compile") 2>conftest.er1
9807 grep -v '^ *+' conftest.er1
>conftest.err
9809 cat conftest.err
>&5
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); } && {
9812 test -z "$ac_c_werror_flag" ||
9813 test ! -s conftest.err
9814 } && test -s conftest.
$ac_objext; then
9815 eval "$as_ac_Header=yes"
9817 echo "$as_me: failed program was:" >&5
9818 sed 's/^/| /' conftest.
$ac_ext >&5
9820 eval "$as_ac_Header=no"
9823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9825 ac_res
=`eval echo '${'$as_ac_Header'}'`
9826 { echo "$as_me:$LINENO: result: $ac_res" >&5
9827 echo "${ECHO_T}$ac_res" >&6; }
9828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9829 cat >>confdefs.h
<<_ACEOF
9830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9840 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9841 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9843 echo $ECHO_N "(cached) $ECHO_C" >&6
9845 ac_check_lib_save_LIBS
=$LIBS
9846 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9847 cat >conftest.
$ac_ext <<_ACEOF
9850 cat confdefs.h
>>conftest.
$ac_ext
9851 cat >>conftest.
$ac_ext <<_ACEOF
9852 /* end confdefs.h. */
9854 /* Override any GCC internal prototype to avoid an error.
9855 Use char because int might match the return type of a GCC
9856 builtin and then its argument prototype would still apply. */
9860 char XkbQueryExtension ();
9864 return XkbQueryExtension ();
9869 rm -f conftest.
$ac_objext conftest
$ac_exeext
9870 if { (ac_try
="$ac_link"
9872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9873 *) ac_try_echo=$ac_try;;
9875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9876 (eval "$ac_link") 2>conftest.er1
9878 grep -v '^ *+' conftest.er1 >conftest.err
9880 cat conftest.err >&5
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); } && {
9883 test -z "$ac_c_werror_flag" ||
9884 test ! -s conftest.err
9885 } && test -s conftest$ac_exeext &&
9886 $as_test_x conftest$ac_exeext; then
9887 ac_cv_lib_X11_XkbQueryExtension=yes
9889 echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.$ac_ext >&5
9892 ac_cv_lib_X11_XkbQueryExtension=no
9895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9896 conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9899 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9900 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9901 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9903 cat >>confdefs.h <<\_ACEOF
9911 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9913 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9914 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9915 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9916 echo $ECHO_N "(cached) $ECHO_C" >&6
9918 ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9920 cat >conftest.$ac_ext <<_ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9927 /* Override any GCC internal prototype to avoid an error.
9928 Use char because int might match the return type of a GCC
9929 builtin and then its argument prototype would still apply. */
9933 char XcursorImageLoadCursor ();
9937 return XcursorImageLoadCursor ();
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9945 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9946 *) ac_try_echo
=$ac_try;;
9948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9949 (eval "$ac_link") 2>conftest.er1
9951 grep -v '^ *+' conftest.er1
>conftest.err
9953 cat conftest.err
>&5
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && {
9956 test -z "$ac_c_werror_flag" ||
9957 test ! -s conftest.err
9958 } && test -s conftest
$ac_exeext &&
9959 $as_test_x conftest
$ac_exeext; then
9962 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'` ;;
9963 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9966 echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.
$ac_ext >&5
9972 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9973 conftest
$ac_exeext conftest.
$ac_ext
9974 LIBS
=$ac_check_soname_save_LIBS
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 { echo "$as_me:$LINENO: result: not found" >&5
9978 echo "${ECHO_T}not found" >&6; }
9981 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9982 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9984 cat >>confdefs.h
<<_ACEOF
9985 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9992 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993 case "x$with_xcursor" in
9994 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9996 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9997 This is an error since --with-xcursor was requested." >&5
9998 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&2;}
10000 { (exit 1); exit 1; }; } ;;
10005 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10007 { echo "$as_me:$LINENO: checking for -lXi" >&5
10008 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10009 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10010 echo $ECHO_N "(cached) $ECHO_C" >&6
10012 ac_check_soname_save_LIBS
=$LIBS
10013 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10014 cat >conftest.
$ac_ext <<_ACEOF
10017 cat confdefs.h
>>conftest.
$ac_ext
10018 cat >>conftest.
$ac_ext <<_ACEOF
10019 /* end confdefs.h. */
10021 /* Override any GCC internal prototype to avoid an error.
10022 Use char because int might match the return type of a GCC
10023 builtin and then its argument prototype would still apply. */
10027 char XOpenDevice ();
10031 return XOpenDevice ();
10036 rm -f conftest.
$ac_objext conftest
$ac_exeext
10037 if { (ac_try
="$ac_link"
10038 case "(($ac_try" in
10039 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10040 *) ac_try_echo=$ac_try;;
10042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10043 (eval "$ac_link") 2>conftest.er1
10045 grep -v '^ *+' conftest.er1 >conftest.err
10047 cat conftest.err >&5
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && {
10050 test -z "$ac_c_werror_flag" ||
10051 test ! -s conftest.err
10052 } && test -s conftest$ac_exeext &&
10053 $as_test_x conftest$ac_exeext; then
10056 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'` ;;
10057 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10060 echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067 conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_soname_save_LIBS
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 { echo "$as_me:$LINENO: result: not found" >&5
10072 echo "${ECHO_T}not found" >&6; }
10075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10076 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10086 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087 case "x$with_xinput" in
10088 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10090 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10091 This is an error since --with-xinput was requested." >&5
10092 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&2;}
10094 { (exit 1); exit 1; }; } ;;
10099 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10101 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10102 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10103 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10104 echo $ECHO_N "(cached) $ECHO_C" >&6
10106 ac_check_lib_save_LIBS=$LIBS
10107 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10108 cat >conftest.$ac_ext <<_ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10121 char XShmQueryExtension ();
10125 return XShmQueryExtension ();
10130 rm -f conftest.$ac_objext conftest$ac_exeext
10131 if { (ac_try="$ac_link"
10132 case "(($ac_try" in
10133 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10134 *) ac_try_echo
=$ac_try;;
10136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10137 (eval "$ac_link") 2>conftest.er1
10139 grep -v '^ *+' conftest.er1
>conftest.err
10141 cat conftest.err
>&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && {
10144 test -z "$ac_c_werror_flag" ||
10145 test ! -s conftest.err
10146 } && test -s conftest
$ac_exeext &&
10147 $as_test_x conftest
$ac_exeext; then
10148 ac_cv_lib_Xext_XShmQueryExtension
=yes
10150 echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.
$ac_ext >&5
10153 ac_cv_lib_Xext_XShmQueryExtension
=no
10156 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10157 conftest
$ac_exeext conftest.
$ac_ext
10158 LIBS
=$ac_check_lib_save_LIBS
10160 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10161 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10162 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10164 cat >>confdefs.h
<<\_ACEOF
10165 #define HAVE_LIBXXSHM 1
10171 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10172 case "x$with_xshm" in
10173 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10175 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10176 This is an error since --with-xshm was requested." >&5
10177 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&2;}
10179 { (exit 1); exit 1; }; } ;;
10184 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10186 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10187 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10191 ac_check_lib_save_LIBS
=$LIBS
10192 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.
$ac_ext <<_ACEOF
10196 cat confdefs.h
>>conftest.
$ac_ext
10197 cat >>conftest.
$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10206 char XShapeQueryExtension ();
10210 return XShapeQueryExtension ();
10215 rm -f conftest.
$ac_objext conftest
$ac_exeext
10216 if { (ac_try
="$ac_link"
10217 case "(($ac_try" in
10218 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10219 *) ac_try_echo=$ac_try;;
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222 (eval "$ac_link") 2>conftest.er1
10224 grep -v '^ *+' conftest.er1 >conftest.err
10226 cat conftest.err >&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest$ac_exeext &&
10232 $as_test_x conftest$ac_exeext; then
10233 ac_cv_lib_Xext_XShapeQueryExtension=yes
10235 echo "$as_me: failed program was:" >&5
10236 sed 's/^/| /' conftest.$ac_ext >&5
10238 ac_cv_lib_Xext_XShapeQueryExtension=no
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242 conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10245 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10246 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10247 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10249 cat >>confdefs.h <<\_ACEOF
10250 #define HAVE_LIBXSHAPE 1
10256 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10257 case "x$with_xshape" in
10258 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10260 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10261 This is an error since --with-xshape was requested." >&5
10262 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&2;}
10264 { (exit 1); exit 1; }; } ;;
10269 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10271 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10272 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10274 echo $ECHO_N "(cached) $ECHO_C" >&6
10276 ac_check_soname_save_LIBS=$LIBS
10277 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10278 cat >conftest.$ac_ext <<_ACEOF
10281 cat confdefs.h >>conftest.$ac_ext
10282 cat >>conftest.$ac_ext <<_ACEOF
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10291 char XF86VidModeQueryExtension ();
10295 return XF86VidModeQueryExtension ();
10300 rm -f conftest.$ac_objext conftest$ac_exeext
10301 if { (ac_try="$ac_link"
10302 case "(($ac_try" in
10303 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10304 *) ac_try_echo
=$ac_try;;
10306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10307 (eval "$ac_link") 2>conftest.er1
10309 grep -v '^ *+' conftest.er1
>conftest.err
10311 cat conftest.err
>&5
10312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10313 (exit $ac_status); } && {
10314 test -z "$ac_c_werror_flag" ||
10315 test ! -s conftest.err
10316 } && test -s conftest
$ac_exeext &&
10317 $as_test_x conftest
$ac_exeext; then
10320 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'` ;;
10321 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10324 echo "$as_me: failed program was:" >&5
10325 sed 's/^/| /' conftest.
$ac_ext >&5
10330 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10331 conftest
$ac_exeext conftest.
$ac_ext
10332 LIBS
=$ac_check_soname_save_LIBS
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 { echo "$as_me:$LINENO: result: not found" >&5
10336 echo "${ECHO_T}not found" >&6; }
10339 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10340 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10342 cat >>confdefs.h
<<_ACEOF
10343 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10350 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351 case "x$with_xxf86vm" in
10352 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10354 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10355 This is an error since --with-xxf86vm was requested." >&5
10356 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&2;}
10358 { (exit 1); exit 1; }; } ;;
10363 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"
10365 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10366 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6
10370 ac_check_soname_save_LIBS
=$LIBS
10371 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372 cat >conftest.
$ac_ext <<_ACEOF
10375 cat confdefs.h
>>conftest.
$ac_ext
10376 cat >>conftest.
$ac_ext <<_ACEOF
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10385 char XRenderQueryExtension ();
10389 return XRenderQueryExtension ();
10394 rm -f conftest.
$ac_objext conftest
$ac_exeext
10395 if { (ac_try
="$ac_link"
10396 case "(($ac_try" in
10397 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10398 *) ac_try_echo=$ac_try;;
10400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10401 (eval "$ac_link") 2>conftest.er1
10403 grep -v '^ *+' conftest.er1 >conftest.err
10405 cat conftest.err >&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } && {
10408 test -z "$ac_c_werror_flag" ||
10409 test ! -s conftest.err
10410 } && test -s conftest$ac_exeext &&
10411 $as_test_x conftest$ac_exeext; then
10414 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'` ;;
10415 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10418 echo "$as_me: failed program was:" >&5
10419 sed 's/^/| /' conftest.$ac_ext >&5
10424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_soname_save_LIBS
10428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10429 { echo "$as_me:$LINENO: result: not found" >&5
10430 echo "${ECHO_T}not found" >&6; }
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10434 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10440 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10441 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10460 char XRenderSetPictureTransform ();
10464 return XRenderSetPictureTransform ();
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10473 *) ac_try_echo
=$ac_try;;
10475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476 (eval "$ac_link") 2>conftest.er1
10478 grep -v '^ *+' conftest.er1
>conftest.err
10480 cat conftest.err
>&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); } && {
10483 test -z "$ac_c_werror_flag" ||
10484 test ! -s conftest.err
10485 } && test -s conftest
$ac_exeext &&
10486 $as_test_x conftest
$ac_exeext; then
10487 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.
$ac_ext >&5
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10495 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10496 conftest
$ac_exeext conftest.
$ac_ext
10497 LIBS
=$ac_check_lib_save_LIBS
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10501 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10503 cat >>confdefs.h
<<\_ACEOF
10504 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10513 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10514 case "x$with_xrender" in
10515 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10517 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10518 This is an error since --with-xrender was requested." >&5
10519 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&2;}
10521 { (exit 1); exit 1; }; } ;;
10526 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10528 cat >conftest.
$ac_ext <<_ACEOF
10531 cat confdefs.h
>>conftest.
$ac_ext
10532 cat >>conftest.
$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10534 #include <X11/Xlib.h>
10535 #include <X11/extensions/Xrandr.h>
10539 static typeof(XRRSetScreenConfigAndRate) * func;
10544 rm -f conftest.
$ac_objext
10545 if { (ac_try
="$ac_compile"
10546 case "(($ac_try" in
10547 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10551 (eval "$ac_compile") 2>conftest.er1
10553 grep -v '^ *+' conftest.er1 >conftest.err
10555 cat conftest.err >&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && {
10558 test -z "$ac_c_werror_flag" ||
10559 test ! -s conftest.err
10560 } && test -s conftest.$ac_objext; then
10561 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10562 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10563 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10564 echo $ECHO_N "(cached) $ECHO_C" >&6
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10581 char XRRQueryExtension ();
10585 return XRRQueryExtension ();
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10594 *) ac_try_echo
=$ac_try;;
10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10597 (eval "$ac_link") 2>conftest.er1
10599 grep -v '^ *+' conftest.er1
>conftest.err
10601 cat conftest.err
>&5
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); } && {
10604 test -z "$ac_c_werror_flag" ||
10605 test ! -s conftest.err
10606 } && test -s conftest
$ac_exeext &&
10607 $as_test_x conftest
$ac_exeext; then
10610 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'` ;;
10611 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10614 echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.
$ac_ext >&5
10620 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10621 conftest
$ac_exeext conftest.
$ac_ext
10622 LIBS
=$ac_check_soname_save_LIBS
10624 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10625 { echo "$as_me:$LINENO: result: not found" >&5
10626 echo "${ECHO_T}not found" >&6; }
10629 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10630 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10632 cat >>confdefs.h
<<_ACEOF
10633 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.
$ac_ext >&5
10646 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 case "x$with_xrandr" in
10650 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10652 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10653 This is an error since --with-xrandr was requested." >&5
10654 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&2;}
10656 { (exit 1); exit 1; }; } ;;
10661 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10663 cat >conftest.
$ac_ext <<_ACEOF
10666 cat confdefs.h
>>conftest.
$ac_ext
10667 cat >>conftest.
$ac_ext <<_ACEOF
10668 /* end confdefs.h. */
10669 #include <X11/Xlib.h>
10670 #include <X11/extensions/Xinerama.h>
10674 static typeof(XineramaQueryScreens) * func;
10679 rm -f conftest.
$ac_objext
10680 if { (ac_try
="$ac_compile"
10681 case "(($ac_try" in
10682 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10683 *) ac_try_echo=$ac_try;;
10685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10686 (eval "$ac_compile") 2>conftest.er1
10688 grep -v '^ *+' conftest.er1 >conftest.err
10690 cat conftest.err >&5
10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692 (exit $ac_status); } && {
10693 test -z "$ac_c_werror_flag" ||
10694 test ! -s conftest.err
10695 } && test -s conftest.$ac_objext; then
10696 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10697 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10701 ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10716 char XineramaQueryScreens ();
10720 return XineramaQueryScreens ();
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10729 *) ac_try_echo
=$ac_try;;
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10734 grep -v '^ *+' conftest.er1
>conftest.err
10736 cat conftest.err
>&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest
$ac_exeext &&
10742 $as_test_x conftest
$ac_exeext; then
10745 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'` ;;
10746 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10749 echo "$as_me: failed program was:" >&5
10750 sed 's/^/| /' conftest.
$ac_ext >&5
10755 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10756 conftest
$ac_exeext conftest.
$ac_ext
10757 LIBS
=$ac_check_soname_save_LIBS
10759 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10760 { echo "$as_me:$LINENO: result: not found" >&5
10761 echo "${ECHO_T}not found" >&6; }
10764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10765 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10767 cat >>confdefs.h
<<_ACEOF
10768 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10775 echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.
$ac_ext >&5
10781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 case "x$with_xinerama" in
10785 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10787 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10788 This is an error since --with-xinerama was requested." >&5
10789 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&2;}
10791 { (exit 1); exit 1; }; } ;;
10796 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10798 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10799 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10800 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10801 echo $ECHO_N "(cached) $ECHO_C" >&6
10803 ac_check_soname_save_LIBS
=$LIBS
10804 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10805 cat >conftest.
$ac_ext <<_ACEOF
10808 cat confdefs.h
>>conftest.
$ac_ext
10809 cat >>conftest.
$ac_ext <<_ACEOF
10810 /* end confdefs.h. */
10812 /* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10818 char XCompositeRedirectWindow ();
10822 return XCompositeRedirectWindow ();
10827 rm -f conftest.
$ac_objext conftest
$ac_exeext
10828 if { (ac_try
="$ac_link"
10829 case "(($ac_try" in
10830 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834 (eval "$ac_link") 2>conftest.er1
10836 grep -v '^ *+' conftest.er1 >conftest.err
10838 cat conftest.err >&5
10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } && {
10841 test -z "$ac_c_werror_flag" ||
10842 test ! -s conftest.err
10843 } && test -s conftest$ac_exeext &&
10844 $as_test_x conftest$ac_exeext; then
10847 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'` ;;
10848 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10851 echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 { echo "$as_me:$LINENO: result: not found" >&5
10863 echo "${ECHO_T}not found" >&6; }
10866 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10867 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10877 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878 case "x$with_xcomposite" in
10879 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10881 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10882 This is an error since --with-xcomposite was requested." >&5
10883 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&2;}
10885 { (exit 1); exit 1; }; } ;;
10890 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10891 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10892 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6
10895 cat >conftest.$ac_ext <<_ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #ifdef HAVE_X11_XLIB_H
10902 #include <X11/Xlib.h>
10908 static XICCallback ac_aggr;
10909 if (ac_aggr.callback)
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10919 *) ac_try_echo
=$ac_try;;
10921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10922 (eval "$ac_compile") 2>conftest.er1
10924 grep -v '^ *+' conftest.er1
>conftest.err
10926 cat conftest.err
>&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); } && {
10929 test -z "$ac_c_werror_flag" ||
10930 test ! -s conftest.err
10931 } && test -s conftest.
$ac_objext; then
10932 ac_cv_member_XICCallback_callback
=yes
10934 echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.
$ac_ext >&5
10937 cat >conftest.
$ac_ext <<_ACEOF
10940 cat confdefs.h
>>conftest.
$ac_ext
10941 cat >>conftest.
$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #ifdef HAVE_X11_XLIB_H
10944 #include <X11/Xlib.h>
10950 static XICCallback ac_aggr;
10951 if (sizeof ac_aggr.callback)
10957 rm -f conftest.
$ac_objext
10958 if { (ac_try
="$ac_compile"
10959 case "(($ac_try" in
10960 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10961 *) ac_try_echo=$ac_try;;
10963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10964 (eval "$ac_compile") 2>conftest.er1
10966 grep -v '^ *+' conftest.er1 >conftest.err
10968 cat conftest.err >&5
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); } && {
10971 test -z "$ac_c_werror_flag" ||
10972 test ! -s conftest.err
10973 } && test -s conftest.$ac_objext; then
10974 ac_cv_member_XICCallback_callback=yes
10976 echo "$as_me: failed program was:" >&5
10977 sed 's/^/| /' conftest.$ac_ext >&5
10979 ac_cv_member_XICCallback_callback=no
10982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10988 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10989 if test $ac_cv_member_XICCallback_callback = yes; then
10991 cat >>confdefs.h <<_ACEOF
10992 #define HAVE_XICCALLBACK_CALLBACK 1
11001 if test "x$with_opengl" != "xno"
11007 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11009 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6
11015 cat >conftest.$ac_ext <<_ACEOF
11018 cat confdefs.h >>conftest.$ac_ext
11019 cat >>conftest.$ac_ext <<_ACEOF
11020 /* end confdefs.h. */
11021 #ifdef HAVE_GL_GLX_H
11022 # include <GL/glx.h>
11025 #include <$ac_header>
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11031 *) ac_try_echo
=$ac_try;;
11033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11034 (eval "$ac_compile") 2>conftest.er1
11036 grep -v '^ *+' conftest.er1
>conftest.err
11038 cat conftest.err
>&5
11039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040 (exit $ac_status); } && {
11041 test -z "$ac_c_werror_flag" ||
11042 test ! -s conftest.err
11043 } && test -s conftest.
$ac_objext; then
11044 eval "$as_ac_Header=yes"
11046 echo "$as_me: failed program was:" >&5
11047 sed 's/^/| /' conftest.
$ac_ext >&5
11049 eval "$as_ac_Header=no"
11052 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11054 ac_res
=`eval echo '${'$as_ac_Header'}'`
11055 { echo "$as_me:$LINENO: result: $ac_res" >&5
11056 echo "${ECHO_T}$ac_res" >&6; }
11057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058 cat >>confdefs.h
<<_ACEOF
11059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11066 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11068 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11069 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11070 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11071 echo $ECHO_N "(cached) $ECHO_C" >&6
11073 cat >conftest.
$ac_ext <<_ACEOF
11076 cat confdefs.h
>>conftest.
$ac_ext
11077 cat >>conftest.
$ac_ext <<_ACEOF
11078 /* end confdefs.h. */
11083 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11088 rm -f conftest.
$ac_objext
11089 if { (ac_try
="$ac_compile"
11090 case "(($ac_try" in
11091 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11092 *) ac_try_echo=$ac_try;;
11094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095 (eval "$ac_compile") 2>conftest.er1
11097 grep -v '^ *+' conftest.er1 >conftest.err
11099 cat conftest.err >&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); } && {
11102 test -z "$ac_c_werror_flag" ||
11103 test ! -s conftest.err
11104 } && test -s conftest.$ac_objext; then
11105 wine_cv_opengl_header_version_OK="yes"
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11110 wine_cv_opengl_header_version_OK="no"
11113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11115 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11116 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11118 if test "$wine_cv_opengl_header_version_OK" = "yes"
11120 { echo "$as_me:$LINENO: checking for -lGL" >&5
11121 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11122 if test "${ac_cv_lib_soname_GL+set}" = set; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6
11125 ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11127 cat >conftest.$ac_ext <<_ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11140 char glXCreateContext ();
11144 return glXCreateContext ();
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11153 *) ac_try_echo
=$ac_try;;
11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11156 (eval "$ac_link") 2>conftest.er1
11158 grep -v '^ *+' conftest.er1
>conftest.err
11160 cat conftest.err
>&5
11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest
$ac_exeext &&
11166 $as_test_x conftest
$ac_exeext; then
11169 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'` ;;
11170 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.
$ac_ext >&5
11179 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11180 conftest
$ac_exeext conftest.
$ac_ext
11181 LIBS
=$ac_check_soname_save_LIBS
11183 if test "x$ac_cv_lib_soname_GL" = "x"; then
11184 { echo "$as_me:$LINENO: result: not found" >&5
11185 echo "${ECHO_T}not found" >&6; }
11186 { echo "$as_me:$LINENO: checking for -lGL" >&5
11187 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_GL+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11191 ac_check_soname_save_LIBS
=$LIBS
11192 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"
11193 cat >conftest.
$ac_ext <<_ACEOF
11196 cat confdefs.h
>>conftest.
$ac_ext
11197 cat >>conftest.
$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11206 char glXCreateContext ();
11210 return glXCreateContext ();
11215 rm -f conftest.
$ac_objext conftest
$ac_exeext
11216 if { (ac_try
="$ac_link"
11217 case "(($ac_try" in
11218 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11219 *) ac_try_echo=$ac_try;;
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222 (eval "$ac_link") 2>conftest.er1
11224 grep -v '^ *+' conftest.er1 >conftest.err
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext &&
11232 $as_test_x conftest$ac_exeext; then
11235 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'` ;;
11236 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11239 echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_GL" = "x"; then
11250 { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11252 if test -f /usr/X11R6/lib/libGL.a
11254 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11255 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11257 opengl_msg="No OpenGL library found on this system."
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"
11267 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"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11276 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11291 if test "$ac_cv_header_GL_glu_h" = "yes"
11293 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11294 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11295 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11296 echo $ECHO_N "(cached) $ECHO_C" >&6
11298 ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11300 cat >conftest.$ac_ext <<_ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11317 return gluLookAt ();
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11326 *) ac_try_echo
=$ac_try;;
11328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11329 (eval "$ac_link") 2>conftest.er1
11331 grep -v '^ *+' conftest.er1
>conftest.err
11333 cat conftest.err
>&5
11334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335 (exit $ac_status); } && {
11336 test -z "$ac_c_werror_flag" ||
11337 test ! -s conftest.err
11338 } && test -s conftest
$ac_exeext &&
11339 $as_test_x conftest
$ac_exeext; then
11342 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'` ;;
11343 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11346 echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.
$ac_ext >&5
11352 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11353 conftest
$ac_exeext conftest.
$ac_ext
11354 LIBS
=$ac_check_soname_save_LIBS
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 { echo "$as_me:$LINENO: result: not found" >&5
11358 echo "${ECHO_T}not found" >&6; }
11361 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11362 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11364 cat >>confdefs.h
<<_ACEOF
11365 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11372 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373 case "x$with_glu" in
11374 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11376 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11377 This is an error since --with-glu was requested." >&5
11378 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&2;}
11380 { (exit 1); exit 1; }; } ;;
11385 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11388 opengl_msg
="OpenGL development headers not found."
11391 if test -n "$opengl_msg"; then
11392 case "x$with_opengl" in
11393 x
) wine_warnings
="$wine_warnings|$opengl_msg
11394 OpenGL and Direct3D won't be supported." ;;
11396 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11397 OpenGL and Direct3D won't be supported.
11398 This is an error since --with-opengl was requested." >&5
11399 echo "$as_me: error: $opengl_msg
11400 OpenGL and Direct3D won't be supported.
11401 This is an error since --with-opengl was requested." >&2;}
11402 { (exit 1); exit 1; }; } ;;
11407 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11408 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11413 for ac_header
in audio
/audiolib.h
11415 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11416 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11417 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11419 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11420 echo $ECHO_N "(cached) $ECHO_C" >&6
11422 ac_res
=`eval echo '${'$as_ac_Header'}'`
11423 { echo "$as_me:$LINENO: result: $ac_res" >&5
11424 echo "${ECHO_T}$ac_res" >&6; }
11426 # Is the header compilable?
11427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11429 cat >conftest.
$ac_ext <<_ACEOF
11432 cat confdefs.h
>>conftest.
$ac_ext
11433 cat >>conftest.
$ac_ext <<_ACEOF
11434 /* end confdefs.h. */
11435 $ac_includes_default
11436 #include <$ac_header>
11438 rm -f conftest.
$ac_objext
11439 if { (ac_try
="$ac_compile"
11440 case "(($ac_try" in
11441 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11442 *) ac_try_echo=$ac_try;;
11444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11445 (eval "$ac_compile") 2>conftest.er1
11447 grep -v '^ *+' conftest.er1 >conftest.err
11449 cat conftest.err >&5
11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451 (exit $ac_status); } && {
11452 test -z "$ac_c_werror_flag" ||
11453 test ! -s conftest.err
11454 } && test -s conftest.$ac_objext; then
11455 ac_header_compiler=yes
11457 echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.$ac_ext >&5
11460 ac_header_compiler=no
11463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11465 echo "${ECHO_T}$ac_header_compiler" >&6; }
11467 # Is the header present?
11468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11470 cat >conftest.$ac_ext <<_ACEOF
11473 cat confdefs.h >>conftest.$ac_ext
11474 cat >>conftest.$ac_ext <<_ACEOF
11475 /* end confdefs.h. */
11476 #include <$ac_header>
11478 if { (ac_try="$ac_cpp conftest.$ac_ext"
11479 case "(($ac_try" in
11480 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11481 *) ac_try_echo
=$ac_try;;
11483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11486 grep -v '^ *+' conftest.er1
>conftest.err
11488 cat conftest.err
>&5
11489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11490 (exit $ac_status); } >/dev
/null
&& {
11491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11492 test ! -s conftest.err
11494 ac_header_preproc
=yes
11496 echo "$as_me: failed program was:" >&5
11497 sed 's/^/| /' conftest.
$ac_ext >&5
11499 ac_header_preproc
=no
11502 rm -f conftest.err conftest.
$ac_ext
11503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11504 echo "${ECHO_T}$ac_header_preproc" >&6; }
11506 # So? What about this header?
11507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11513 ac_header_preproc
=yes
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11529 ## ------------------------------------ ##
11530 ## Report this to wine-devel@winehq.org ##
11531 ## ------------------------------------ ##
11533 ) |
sed "s/^/$as_me: WARNING: /" >&2
11536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11538 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11539 echo $ECHO_N "(cached) $ECHO_C" >&6
11541 eval "$as_ac_Header=\$ac_header_preproc"
11543 ac_res
=`eval echo '${'$as_ac_Header'}'`
11544 { echo "$as_me:$LINENO: result: $ac_res" >&5
11545 echo "${ECHO_T}$ac_res" >&6; }
11548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11549 cat >>confdefs.h
<<_ACEOF
11550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11553 for ac_header
in audio
/soundlib.h
11555 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11558 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11559 echo $ECHO_N "(cached) $ECHO_C" >&6
11561 cat >conftest.
$ac_ext <<_ACEOF
11564 cat confdefs.h
>>conftest.
$ac_ext
11565 cat >>conftest.
$ac_ext <<_ACEOF
11566 /* end confdefs.h. */
11567 #include <audio/audiolib.h>
11569 #include <$ac_header>
11571 rm -f conftest.
$ac_objext
11572 if { (ac_try
="$ac_compile"
11573 case "(($ac_try" in
11574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11575 *) ac_try_echo=$ac_try;;
11577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11578 (eval "$ac_compile") 2>conftest.er1
11580 grep -v '^ *+' conftest.er1 >conftest.err
11582 cat conftest.err >&5
11583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); } && {
11585 test -z "$ac_c_werror_flag" ||
11586 test ! -s conftest.err
11587 } && test -s conftest.$ac_objext; then
11588 eval "$as_ac_Header=yes"
11590 echo "$as_me: failed program was:" >&5
11591 sed 's/^/| /' conftest.$ac_ext >&5
11593 eval "$as_ac_Header=no"
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11598 ac_res=`eval echo '${'$as_ac_Header'}'`
11599 { echo "$as_me:$LINENO: result: $ac_res" >&5
11600 echo "${ECHO_T}$ac_res" >&6; }
11601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11602 cat >>confdefs.h <<_ACEOF
11603 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11610 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11611 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11612 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11613 echo $ECHO_N "(cached) $ECHO_C" >&6
11615 ac_check_lib_save_LIBS=$LIBS
11616 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11617 cat >conftest.$ac_ext <<_ACEOF
11620 cat confdefs.h >>conftest.$ac_ext
11621 cat >>conftest.$ac_ext <<_ACEOF
11622 /* end confdefs.h. */
11624 /* Override any GCC internal prototype to avoid an error.
11625 Use char because int might match the return type of a GCC
11626 builtin and then its argument prototype would still apply. */
11630 char AuCreateFlow ();
11634 return AuCreateFlow ();
11639 rm -f conftest.$ac_objext conftest$ac_exeext
11640 if { (ac_try="$ac_link"
11641 case "(($ac_try" in
11642 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11643 *) ac_try_echo
=$ac_try;;
11645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11646 (eval "$ac_link") 2>conftest.er1
11648 grep -v '^ *+' conftest.er1
>conftest.err
11650 cat conftest.err
>&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && {
11653 test -z "$ac_c_werror_flag" ||
11654 test ! -s conftest.err
11655 } && test -s conftest
$ac_exeext &&
11656 $as_test_x conftest
$ac_exeext; then
11657 ac_cv_lib_audio_AuCreateFlow
=yes
11659 echo "$as_me: failed program was:" >&5
11660 sed 's/^/| /' conftest.
$ac_ext >&5
11662 ac_cv_lib_audio_AuCreateFlow
=no
11665 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11666 conftest
$ac_exeext conftest.
$ac_ext
11667 LIBS
=$ac_check_lib_save_LIBS
11669 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11670 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11671 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11673 cat >>confdefs.h
<<\_ACEOF
11677 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11678 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11679 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11680 echo $ECHO_N "(cached) $ECHO_C" >&6
11682 ac_check_lib_save_LIBS
=$LIBS
11683 LIBS
="-lXau $X_LIBS $LIBS"
11684 cat >conftest.
$ac_ext <<_ACEOF
11687 cat confdefs.h
>>conftest.
$ac_ext
11688 cat >>conftest.
$ac_ext <<_ACEOF
11689 /* end confdefs.h. */
11691 /* Override any GCC internal prototype to avoid an error.
11692 Use char because int might match the return type of a GCC
11693 builtin and then its argument prototype would still apply. */
11697 char XauGetBestAuthByAddr ();
11701 return XauGetBestAuthByAddr ();
11706 rm -f conftest.
$ac_objext conftest
$ac_exeext
11707 if { (ac_try
="$ac_link"
11708 case "(($ac_try" in
11709 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11710 *) ac_try_echo=$ac_try;;
11712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11713 (eval "$ac_link") 2>conftest.er1
11715 grep -v '^ *+' conftest.er1 >conftest.err
11717 cat conftest.err >&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } && {
11720 test -z "$ac_c_werror_flag" ||
11721 test ! -s conftest.err
11722 } && test -s conftest$ac_exeext &&
11723 $as_test_x conftest$ac_exeext; then
11724 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11726 echo "$as_me: failed program was:" >&5
11727 sed 's/^/| /' conftest.$ac_ext >&5
11729 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11733 conftest$ac_exeext conftest.$ac_ext
11734 LIBS=$ac_check_lib_save_LIBS
11736 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11737 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11738 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11739 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11741 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11752 CPPFLAGS="$ac_save_CPPFLAGS"
11757 enable_winex11_drv=${enable_winex11_drv:-no}
11758 enable_opengl32=${enable_opengl32:-no}
11759 enable_glu32=${enable_glu32:-no}
11761 if test "x$XLIB" = "x"; then
11764 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11765 without X support, which probably isn't what you want. You will need to install
11766 development packages of Xlib/Xfree86 at the very least.
11767 Use the --without-x option if you really want this." >&5
11768 echo "$as_me: error: X development files not found. Wine will be built
11769 without X support, which probably isn't what you want. You will need to install
11770 development packages of Xlib/Xfree86 at the very least.
11771 Use the --without-x option if you really want this." >&2;}
11772 { (exit 1); exit 1; }; } ;;
11786 if test "x$with_xml" != "xno"
11788 ac_save_CPPFLAGS="$CPPFLAGS"
11789 if test "$PKG_CONFIG" != "false"
11791 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11792 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11794 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11795 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11797 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11799 for ac_header in libxml/parser.h
11801 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11806 echo $ECHO_N "(cached) $ECHO_C" >&6
11808 ac_res=`eval echo '${'$as_ac_Header'}'`
11809 { echo "$as_me:$LINENO: result: $ac_res" >&5
11810 echo "${ECHO_T}$ac_res" >&6; }
11812 # Is the header compilable?
11813 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11814 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11815 cat >conftest.$ac_ext <<_ACEOF
11818 cat confdefs.h >>conftest.$ac_ext
11819 cat >>conftest.$ac_ext <<_ACEOF
11820 /* end confdefs.h. */
11821 $ac_includes_default
11822 #include <$ac_header>
11824 rm -f conftest.$ac_objext
11825 if { (ac_try="$ac_compile"
11826 case "(($ac_try" in
11827 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11828 *) ac_try_echo
=$ac_try;;
11830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11831 (eval "$ac_compile") 2>conftest.er1
11833 grep -v '^ *+' conftest.er1
>conftest.err
11835 cat conftest.err
>&5
11836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11837 (exit $ac_status); } && {
11838 test -z "$ac_c_werror_flag" ||
11839 test ! -s conftest.err
11840 } && test -s conftest.
$ac_objext; then
11841 ac_header_compiler
=yes
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.
$ac_ext >&5
11846 ac_header_compiler
=no
11849 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11850 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11851 echo "${ECHO_T}$ac_header_compiler" >&6; }
11853 # Is the header present?
11854 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11855 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11856 cat >conftest.
$ac_ext <<_ACEOF
11859 cat confdefs.h
>>conftest.
$ac_ext
11860 cat >>conftest.
$ac_ext <<_ACEOF
11861 /* end confdefs.h. */
11862 #include <$ac_header>
11864 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11865 case "(($ac_try" in
11866 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11867 *) ac_try_echo=$ac_try;;
11869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11870 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11872 grep -v '^ *+' conftest.er1 >conftest.err
11874 cat conftest.err >&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } >/dev/null && {
11877 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11880 ac_header_preproc=yes
11882 echo "$as_me: failed program was:" >&5
11883 sed 's/^/| /' conftest.$ac_ext >&5
11885 ac_header_preproc=no
11888 rm -f conftest.err conftest.$ac_ext
11889 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11890 echo "${ECHO_T}$ac_header_preproc" >&6; }
11892 # So? What about this header?
11893 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11895 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11896 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11898 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11899 ac_header_preproc=yes
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11903 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11905 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11907 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11909 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11911 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11913 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11915 ## ------------------------------------ ##
11916 ## Report this to wine-devel@winehq.org ##
11917 ## ------------------------------------ ##
11919 ) | sed "s/^/$as_me: WARNING: /" >&2
11922 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11923 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11924 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 eval "$as_ac_Header=\$ac_header_preproc"
11929 ac_res=`eval echo '${'$as_ac_Header'}'`
11930 { echo "$as_me:$LINENO: result: $ac_res" >&5
11931 echo "${ECHO_T}$ac_res" >&6; }
11934 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11935 cat >>confdefs.h <<_ACEOF
11936 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11938 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11939 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11940 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11941 echo $ECHO_N "(cached) $ECHO_C" >&6
11943 ac_check_lib_save_LIBS=$LIBS
11944 LIBS="-lxml2 $ac_xml_libs $LIBS"
11945 cat >conftest.$ac_ext <<_ACEOF
11948 cat confdefs.h >>conftest.$ac_ext
11949 cat >>conftest.$ac_ext <<_ACEOF
11950 /* end confdefs.h. */
11952 /* Override any GCC internal prototype to avoid an error.
11953 Use char because int might match the return type of a GCC
11954 builtin and then its argument prototype would still apply. */
11958 char xmlParseMemory ();
11962 return xmlParseMemory ();
11967 rm -f conftest.$ac_objext conftest$ac_exeext
11968 if { (ac_try="$ac_link"
11969 case "(($ac_try" in
11970 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11971 *) ac_try_echo
=$ac_try;;
11973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11974 (eval "$ac_link") 2>conftest.er1
11976 grep -v '^ *+' conftest.er1
>conftest.err
11978 cat conftest.err
>&5
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); } && {
11981 test -z "$ac_c_werror_flag" ||
11982 test ! -s conftest.err
11983 } && test -s conftest
$ac_exeext &&
11984 $as_test_x conftest
$ac_exeext; then
11985 ac_cv_lib_xml2_xmlParseMemory
=yes
11987 echo "$as_me: failed program was:" >&5
11988 sed 's/^/| /' conftest.
$ac_ext >&5
11990 ac_cv_lib_xml2_xmlParseMemory
=no
11993 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11994 conftest
$ac_exeext conftest.
$ac_ext
11995 LIBS
=$ac_check_lib_save_LIBS
11997 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11998 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11999 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12001 cat >>confdefs.h
<<\_ACEOF
12002 #define HAVE_LIBXML2 1
12005 XML2LIBS
="$ac_xml_libs"
12006 XML2INCL
="$ac_xml_cflags"
12009 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12010 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12011 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12012 echo $ECHO_N "(cached) $ECHO_C" >&6
12014 ac_check_lib_save_LIBS
=$LIBS
12015 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12016 cat >conftest.
$ac_ext <<_ACEOF
12019 cat confdefs.h
>>conftest.
$ac_ext
12020 cat >>conftest.
$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12023 /* Override any GCC internal prototype to avoid an error.
12024 Use char because int might match the return type of a GCC
12025 builtin and then its argument prototype would still apply. */
12029 char xmlReadMemory ();
12033 return xmlReadMemory ();
12038 rm -f conftest.
$ac_objext conftest
$ac_exeext
12039 if { (ac_try
="$ac_link"
12040 case "(($ac_try" in
12041 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12045 (eval "$ac_link") 2>conftest.er1
12047 grep -v '^ *+' conftest.er1 >conftest.err
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } && {
12052 test -z "$ac_c_werror_flag" ||
12053 test ! -s conftest.err
12054 } && test -s conftest$ac_exeext &&
12055 $as_test_x conftest$ac_exeext; then
12056 ac_cv_lib_xml2_xmlReadMemory=yes
12058 echo "$as_me: failed program was:" >&5
12059 sed 's/^/| /' conftest.$ac_ext >&5
12061 ac_cv_lib_xml2_xmlReadMemory=no
12064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12065 conftest$ac_exeext conftest.$ac_ext
12066 LIBS=$ac_check_lib_save_LIBS
12068 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12069 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12070 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12072 cat >>confdefs.h <<\_ACEOF
12073 #define HAVE_XMLREADMEMORY 1
12078 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12079 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12080 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12081 echo $ECHO_N "(cached) $ECHO_C" >&6
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-lxml2 $ac_xml_libs $LIBS"
12085 cat >conftest.$ac_ext <<_ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12092 /* Override any GCC internal prototype to avoid an error.
12093 Use char because int might match the return type of a GCC
12094 builtin and then its argument prototype would still apply. */
12098 char xmlNewDocPI ();
12102 return xmlNewDocPI ();
12107 rm -f conftest.$ac_objext conftest$ac_exeext
12108 if { (ac_try="$ac_link"
12109 case "(($ac_try" in
12110 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12111 *) ac_try_echo
=$ac_try;;
12113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12114 (eval "$ac_link") 2>conftest.er1
12116 grep -v '^ *+' conftest.er1
>conftest.err
12118 cat conftest.err
>&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); } && {
12121 test -z "$ac_c_werror_flag" ||
12122 test ! -s conftest.err
12123 } && test -s conftest
$ac_exeext &&
12124 $as_test_x conftest
$ac_exeext; then
12125 ac_cv_lib_xml2_xmlNewDocPI
=yes
12127 echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.
$ac_ext >&5
12130 ac_cv_lib_xml2_xmlNewDocPI
=no
12133 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12134 conftest
$ac_exeext conftest.
$ac_ext
12135 LIBS
=$ac_check_lib_save_LIBS
12137 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12138 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12139 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12141 cat >>confdefs.h
<<\_ACEOF
12142 #define HAVE_XMLNEWDOCPI 1
12152 CPPFLAGS
="$ac_save_CPPFLAGS"
12154 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12155 case "x$with_xml" in
12156 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12158 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12159 This is an error since --with-xml was requested." >&5
12160 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12161 This is an error since --with-xml was requested." >&2;}
12162 { (exit 1); exit 1; }; } ;;
12167 if test "x$with_xslt" != "xno"
12169 if test "$PKG_CONFIG" != "false"
12171 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12172 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12174 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12175 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12177 ac_save_CPPFLAGS
="$CPPFLAGS"
12178 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12181 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12183 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12186 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12187 echo $ECHO_N "(cached) $ECHO_C" >&6
12189 cat >conftest.
$ac_ext <<_ACEOF
12192 cat confdefs.h
>>conftest.
$ac_ext
12193 cat >>conftest.
$ac_ext <<_ACEOF
12194 /* end confdefs.h. */
12195 #ifdef HAVE_LIBXSLT_PATTERN_H
12196 # include <libxslt/pattern.h>
12199 #include <$ac_header>
12201 rm -f conftest.
$ac_objext
12202 if { (ac_try
="$ac_compile"
12203 case "(($ac_try" in
12204 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12205 *) ac_try_echo=$ac_try;;
12207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12208 (eval "$ac_compile") 2>conftest.er1
12210 grep -v '^ *+' conftest.er1 >conftest.err
12212 cat conftest.err >&5
12213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12214 (exit $ac_status); } && {
12215 test -z "$ac_c_werror_flag" ||
12216 test ! -s conftest.err
12217 } && test -s conftest.$ac_objext; then
12218 eval "$as_ac_Header=yes"
12220 echo "$as_me: failed program was:" >&5
12221 sed 's/^/| /' conftest.$ac_ext >&5
12223 eval "$as_ac_Header=no"
12226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12228 ac_res=`eval echo '${'$as_ac_Header'}'`
12229 { echo "$as_me:$LINENO: result: $ac_res" >&5
12230 echo "${ECHO_T}$ac_res" >&6; }
12231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12232 cat >>confdefs.h <<_ACEOF
12233 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12240 CPPFLAGS="$ac_save_CPPFLAGS"
12241 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12243 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12244 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12245 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12246 echo $ECHO_N "(cached) $ECHO_C" >&6
12248 ac_check_lib_save_LIBS=$LIBS
12249 LIBS="-lxslt $ac_xslt_libs $LIBS"
12250 cat >conftest.$ac_ext <<_ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12263 char xsltCompilePattern ();
12267 return xsltCompilePattern ();
12272 rm -f conftest.$ac_objext conftest$ac_exeext
12273 if { (ac_try="$ac_link"
12274 case "(($ac_try" in
12275 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12276 *) ac_try_echo
=$ac_try;;
12278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12279 (eval "$ac_link") 2>conftest.er1
12281 grep -v '^ *+' conftest.er1
>conftest.err
12283 cat conftest.err
>&5
12284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285 (exit $ac_status); } && {
12286 test -z "$ac_c_werror_flag" ||
12287 test ! -s conftest.err
12288 } && test -s conftest
$ac_exeext &&
12289 $as_test_x conftest
$ac_exeext; then
12290 ac_cv_lib_xslt_xsltCompilePattern
=yes
12292 echo "$as_me: failed program was:" >&5
12293 sed 's/^/| /' conftest.
$ac_ext >&5
12295 ac_cv_lib_xslt_xsltCompilePattern
=no
12298 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12299 conftest
$ac_exeext conftest.
$ac_ext
12300 LIBS
=$ac_check_lib_save_LIBS
12302 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12303 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12304 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12306 cat >>confdefs.h
<<\_ACEOF
12307 #define HAVE_LIBXSLT 1
12310 XSLTLIBS
="$ac_xslt_libs"
12311 XSLTINCL
="$ac_xslt_cflags"
12312 ac_save_LIBS
="$LIBS"
12313 LIBS
="$LIBS $ac_xslt_libs"
12315 for ac_func
in xsltInit
12317 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12318 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12319 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12320 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12323 cat >conftest.
$ac_ext <<_ACEOF
12326 cat confdefs.h
>>conftest.
$ac_ext
12327 cat >>conftest.
$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12330 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12331 #define $ac_func innocuous_$ac_func
12333 /* System header to define __stub macros and hopefully few prototypes,
12334 which can conflict with char $ac_func (); below.
12335 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12336 <limits.h> exists even on freestanding compilers. */
12339 # include <limits.h>
12341 # include <assert.h>
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12353 /* The GNU C library defines this for functions which it implements
12354 to always fail with ENOSYS. Some functions are actually named
12355 something starting with __ and the normal name is an alias. */
12356 #if defined __stub_$ac_func || defined __stub___$ac_func
12363 return $ac_func ();
12368 rm -f conftest.
$ac_objext conftest
$ac_exeext
12369 if { (ac_try
="$ac_link"
12370 case "(($ac_try" in
12371 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12372 *) ac_try_echo=$ac_try;;
12374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12375 (eval "$ac_link") 2>conftest.er1
12377 grep -v '^ *+' conftest.er1 >conftest.err
12379 cat conftest.err >&5
12380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } && {
12382 test -z "$ac_c_werror_flag" ||
12383 test ! -s conftest.err
12384 } && test -s conftest$ac_exeext &&
12385 $as_test_x conftest$ac_exeext; then
12386 eval "$as_ac_var=yes"
12388 echo "$as_me: failed program was:" >&5
12389 sed 's/^/| /' conftest.$ac_ext >&5
12391 eval "$as_ac_var=no"
12394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12395 conftest$ac_exeext conftest.$ac_ext
12397 ac_res=`eval echo '${'$as_ac_var'}'`
12398 { echo "$as_me:$LINENO: result: $ac_res" >&5
12399 echo "${ECHO_T}$ac_res" >&6; }
12400 if test `eval echo '${'$as_ac_var'}'` = yes; then
12401 cat >>confdefs.h <<_ACEOF
12402 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12408 LIBS="$ac_save_LIBS"
12413 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12414 case "x$with_xslt" in
12415 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12417 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12418 This is an error since --with-xslt was requested." >&5
12419 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12420 This is an error since --with-xslt was requested." >&2;}
12421 { (exit 1); exit 1; }; } ;;
12428 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12430 ac_save_CPPFLAGS="$CPPFLAGS"
12431 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12432 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12433 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12436 for ac_header in dbus/dbus.h hal/libhal.h
12438 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12445 ac_res=`eval echo '${'$as_ac_Header'}'`
12446 { echo "$as_me:$LINENO: result: $ac_res" >&5
12447 echo "${ECHO_T}$ac_res" >&6; }
12449 # Is the header compilable?
12450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12452 cat >conftest.$ac_ext <<_ACEOF
12455 cat confdefs.h >>conftest.$ac_ext
12456 cat >>conftest.$ac_ext <<_ACEOF
12457 /* end confdefs.h. */
12458 $ac_includes_default
12459 #include <$ac_header>
12461 rm -f conftest.$ac_objext
12462 if { (ac_try="$ac_compile"
12463 case "(($ac_try" in
12464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12465 *) ac_try_echo
=$ac_try;;
12467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12468 (eval "$ac_compile") 2>conftest.er1
12470 grep -v '^ *+' conftest.er1
>conftest.err
12472 cat conftest.err
>&5
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); } && {
12475 test -z "$ac_c_werror_flag" ||
12476 test ! -s conftest.err
12477 } && test -s conftest.
$ac_objext; then
12478 ac_header_compiler
=yes
12480 echo "$as_me: failed program was:" >&5
12481 sed 's/^/| /' conftest.
$ac_ext >&5
12483 ac_header_compiler
=no
12486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12488 echo "${ECHO_T}$ac_header_compiler" >&6; }
12490 # Is the header present?
12491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12493 cat >conftest.
$ac_ext <<_ACEOF
12496 cat confdefs.h
>>conftest.
$ac_ext
12497 cat >>conftest.
$ac_ext <<_ACEOF
12498 /* end confdefs.h. */
12499 #include <$ac_header>
12501 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12502 case "(($ac_try" in
12503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12504 *) ac_try_echo=$ac_try;;
12506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12509 grep -v '^ *+' conftest.er1 >conftest.err
12511 cat conftest.err >&5
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); } >/dev/null && {
12514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12515 test ! -s conftest.err
12517 ac_header_preproc=yes
12519 echo "$as_me: failed program was:" >&5
12520 sed 's/^/| /' conftest.$ac_ext >&5
12522 ac_header_preproc=no
12525 rm -f conftest.err conftest.$ac_ext
12526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12527 echo "${ECHO_T}$ac_header_preproc" >&6; }
12529 # So? What about this header?
12530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12536 ac_header_preproc=yes
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12552 ## ------------------------------------ ##
12553 ## Report this to wine-devel@winehq.org ##
12554 ## ------------------------------------ ##
12556 ) | sed "s/^/$as_me: WARNING: /" >&2
12559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12562 echo $ECHO_N "(cached) $ECHO_C" >&6
12564 eval "$as_ac_Header=\$ac_header_preproc"
12566 ac_res=`eval echo '${'$as_ac_Header'}'`
12567 { echo "$as_me:$LINENO: result: $ac_res" >&5
12568 echo "${ECHO_T}$ac_res" >&6; }
12571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12572 cat >>confdefs.h <<_ACEOF
12573 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12580 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12582 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12583 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12584 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12585 echo $ECHO_N "(cached) $ECHO_C" >&6
12587 ac_check_lib_save_LIBS=$LIBS
12588 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12589 cat >conftest.$ac_ext <<_ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12596 /* Override any GCC internal prototype to avoid an error.
12597 Use char because int might match the return type of a GCC
12598 builtin and then its argument prototype would still apply. */
12602 char dbus_connection_close ();
12606 return dbus_connection_close ();
12611 rm -f conftest.$ac_objext conftest$ac_exeext
12612 if { (ac_try="$ac_link"
12613 case "(($ac_try" in
12614 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12615 *) ac_try_echo
=$ac_try;;
12617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12618 (eval "$ac_link") 2>conftest.er1
12620 grep -v '^ *+' conftest.er1
>conftest.err
12622 cat conftest.err
>&5
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); } && {
12625 test -z "$ac_c_werror_flag" ||
12626 test ! -s conftest.err
12627 } && test -s conftest
$ac_exeext &&
12628 $as_test_x conftest
$ac_exeext; then
12629 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12631 echo "$as_me: failed program was:" >&5
12632 sed 's/^/| /' conftest.
$ac_ext >&5
12634 ac_cv_lib_dbus_1_dbus_connection_close
=no
12637 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12638 conftest
$ac_exeext conftest.
$ac_ext
12639 LIBS
=$ac_check_lib_save_LIBS
12641 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12642 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12643 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12644 { echo "$as_me:$LINENO: checking for -lhal" >&5
12645 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12646 if test "${ac_cv_lib_soname_hal+set}" = set; then
12647 echo $ECHO_N "(cached) $ECHO_C" >&6
12649 ac_check_soname_save_LIBS
=$LIBS
12650 LIBS
="-lhal $ac_hal_libs $LIBS"
12651 cat >conftest.
$ac_ext <<_ACEOF
12654 cat confdefs.h
>>conftest.
$ac_ext
12655 cat >>conftest.
$ac_ext <<_ACEOF
12656 /* end confdefs.h. */
12658 /* Override any GCC internal prototype to avoid an error.
12659 Use char because int might match the return type of a GCC
12660 builtin and then its argument prototype would still apply. */
12664 char libhal_ctx_new ();
12668 return libhal_ctx_new ();
12673 rm -f conftest.
$ac_objext conftest
$ac_exeext
12674 if { (ac_try
="$ac_link"
12675 case "(($ac_try" in
12676 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12677 *) ac_try_echo=$ac_try;;
12679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12680 (eval "$ac_link") 2>conftest.er1
12682 grep -v '^ *+' conftest.er1 >conftest.err
12684 cat conftest.err >&5
12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686 (exit $ac_status); } && {
12687 test -z "$ac_c_werror_flag" ||
12688 test ! -s conftest.err
12689 } && test -s conftest$ac_exeext &&
12690 $as_test_x conftest$ac_exeext; then
12693 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'` ;;
12694 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12697 echo "$as_me: failed program was:" >&5
12698 sed 's/^/| /' conftest.$ac_ext >&5
12703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12704 conftest$ac_exeext conftest.$ac_ext
12705 LIBS=$ac_check_soname_save_LIBS
12707 if test "x$ac_cv_lib_soname_hal" = "x"; then
12708 { echo "$as_me:$LINENO: result: not found" >&5
12709 echo "${ECHO_T}not found" >&6; }
12712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12713 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12715 cat >>confdefs.h <<_ACEOF
12716 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12719 HALINCL="$ac_hal_cflags"
12725 CPPFLAGS="$ac_save_CPPFLAGS"
12727 if test "x$ac_cv_lib_soname_hal" = "x"; then
12728 case "x$with_hal" in
12729 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12731 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12732 This is an error since --with-hal was requested." >&5
12733 echo "$as_me: error: libhal development files not found, no dynamic device support.
12734 This is an error since --with-hal was requested." >&2;}
12735 { (exit 1); exit 1; }; } ;;
12741 if test "$ac_cv_header_ncurses_h" = "yes"
12743 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12744 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12745 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12746 echo $ECHO_N "(cached) $ECHO_C" >&6
12748 ac_check_soname_save_LIBS=$LIBS
12749 LIBS="-lncurses $LIBS"
12750 cat >conftest.$ac_ext <<_ACEOF
12753 cat confdefs.h >>conftest.$ac_ext
12754 cat >>conftest.$ac_ext <<_ACEOF
12755 /* end confdefs.h. */
12757 /* Override any GCC internal prototype to avoid an error.
12758 Use char because int might match the return type of a GCC
12759 builtin and then its argument prototype would still apply. */
12772 rm -f conftest.$ac_objext conftest$ac_exeext
12773 if { (ac_try="$ac_link"
12774 case "(($ac_try" in
12775 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12776 *) ac_try_echo
=$ac_try;;
12778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12779 (eval "$ac_link") 2>conftest.er1
12781 grep -v '^ *+' conftest.er1
>conftest.err
12783 cat conftest.err
>&5
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } && {
12786 test -z "$ac_c_werror_flag" ||
12787 test ! -s conftest.err
12788 } && test -s conftest
$ac_exeext &&
12789 $as_test_x conftest
$ac_exeext; then
12792 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'` ;;
12793 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12796 echo "$as_me: failed program was:" >&5
12797 sed 's/^/| /' conftest.
$ac_ext >&5
12802 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12803 conftest
$ac_exeext conftest.
$ac_ext
12804 LIBS
=$ac_check_soname_save_LIBS
12806 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12807 { echo "$as_me:$LINENO: result: not found" >&5
12808 echo "${ECHO_T}not found" >&6; }
12811 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12812 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12814 cat >>confdefs.h
<<_ACEOF
12815 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12818 CURSESLIBS
="-lncurses"
12821 elif test "$ac_cv_header_curses_h" = "yes"
12823 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12824 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12825 if test "${ac_cv_lib_soname_curses+set}" = set; then
12826 echo $ECHO_N "(cached) $ECHO_C" >&6
12828 ac_check_soname_save_LIBS
=$LIBS
12829 LIBS
="-lcurses $LIBS"
12830 cat >conftest.
$ac_ext <<_ACEOF
12833 cat confdefs.h
>>conftest.
$ac_ext
12834 cat >>conftest.
$ac_ext <<_ACEOF
12835 /* end confdefs.h. */
12837 /* Override any GCC internal prototype to avoid an error.
12838 Use char because int might match the return type of a GCC
12839 builtin and then its argument prototype would still apply. */
12852 rm -f conftest.
$ac_objext conftest
$ac_exeext
12853 if { (ac_try
="$ac_link"
12854 case "(($ac_try" in
12855 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12856 *) ac_try_echo=$ac_try;;
12858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12859 (eval "$ac_link") 2>conftest.er1
12861 grep -v '^ *+' conftest.er1 >conftest.err
12863 cat conftest.err >&5
12864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12865 (exit $ac_status); } && {
12866 test -z "$ac_c_werror_flag" ||
12867 test ! -s conftest.err
12868 } && test -s conftest$ac_exeext &&
12869 $as_test_x conftest$ac_exeext; then
12872 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'` ;;
12873 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12876 echo "$as_me: failed program was:" >&5
12877 sed 's/^/| /' conftest.$ac_ext >&5
12882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12883 conftest$ac_exeext conftest.$ac_ext
12884 LIBS=$ac_check_soname_save_LIBS
12886 if test "x$ac_cv_lib_soname_curses" = "x"; then
12887 { echo "$as_me:$LINENO: result: not found" >&5
12888 echo "${ECHO_T}not found" >&6; }
12891 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12892 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12894 cat >>confdefs.h <<_ACEOF
12895 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12898 CURSESLIBS="-lcurses"
12902 ac_save_LIBS="$LIBS"
12903 LIBS="$LIBS $CURSESLIBS"
12905 for ac_func in mousemask
12907 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12908 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12909 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12910 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12911 echo $ECHO_N "(cached) $ECHO_C" >&6
12913 cat >conftest.$ac_ext <<_ACEOF
12916 cat confdefs.h >>conftest.$ac_ext
12917 cat >>conftest.$ac_ext <<_ACEOF
12918 /* end confdefs.h. */
12919 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12921 #define $ac_func innocuous_$ac_func
12923 /* System header to define __stub macros and hopefully few prototypes,
12924 which can conflict with char $ac_func (); below.
12925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12926 <limits.h> exists even on freestanding compilers. */
12929 # include <limits.h>
12931 # include <assert.h>
12936 /* Override any GCC internal prototype to avoid an error.
12937 Use char because int might match the return type of a GCC
12938 builtin and then its argument prototype would still apply. */
12943 /* The GNU C library defines this for functions which it implements
12944 to always fail with ENOSYS. Some functions are actually named
12945 something starting with __ and the normal name is an alias. */
12946 #if defined __stub_$ac_func || defined __stub___$ac_func
12953 return $ac_func ();
12958 rm -f conftest.$ac_objext conftest$ac_exeext
12959 if { (ac_try="$ac_link"
12960 case "(($ac_try" in
12961 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12962 *) ac_try_echo
=$ac_try;;
12964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12965 (eval "$ac_link") 2>conftest.er1
12967 grep -v '^ *+' conftest.er1
>conftest.err
12969 cat conftest.err
>&5
12970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12971 (exit $ac_status); } && {
12972 test -z "$ac_c_werror_flag" ||
12973 test ! -s conftest.err
12974 } && test -s conftest
$ac_exeext &&
12975 $as_test_x conftest
$ac_exeext; then
12976 eval "$as_ac_var=yes"
12978 echo "$as_me: failed program was:" >&5
12979 sed 's/^/| /' conftest.
$ac_ext >&5
12981 eval "$as_ac_var=no"
12984 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12985 conftest
$ac_exeext conftest.
$ac_ext
12987 ac_res
=`eval echo '${'$as_ac_var'}'`
12988 { echo "$as_me:$LINENO: result: $ac_res" >&5
12989 echo "${ECHO_T}$ac_res" >&6; }
12990 if test `eval echo '${'$as_ac_var'}'` = yes; then
12991 cat >>confdefs.h
<<_ACEOF
12992 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12998 LIBS
="$ac_save_LIBS"
12999 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13000 case "x$with_curses" in
13001 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13003 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13004 This is an error since --with-curses was requested." >&5
13005 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13006 This is an error since --with-curses was requested." >&2;}
13007 { (exit 1); exit 1; }; } ;;
13012 # Extract the first word of "sane-config", so it can be a program name with args.
13013 set dummy sane-config
; ac_word
=$2
13014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13016 if test "${ac_cv_prog_sane_devel+set}" = set; then
13017 echo $ECHO_N "(cached) $ECHO_C" >&6
13019 if test -n "$sane_devel"; then
13020 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13022 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13023 for as_dir
in $PATH
13026 test -z "$as_dir" && as_dir
=.
13027 for ac_exec_ext
in '' $ac_executable_extensions; do
13028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13029 ac_cv_prog_sane_devel
="sane-config"
13030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13037 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13040 sane_devel
=$ac_cv_prog_sane_devel
13041 if test -n "$sane_devel"; then
13042 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13043 echo "${ECHO_T}$sane_devel" >&6; }
13045 { echo "$as_me:$LINENO: result: no" >&5
13046 echo "${ECHO_T}no" >&6; }
13050 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13052 ac_sane_incl
="`$sane_devel --cflags`"
13053 ac_sane_libs
="`$sane_devel --ldflags`"
13054 ac_save_CPPFLAGS
="$CPPFLAGS"
13055 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13056 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13057 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13058 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13059 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13060 echo $ECHO_N "(cached) $ECHO_C" >&6
13062 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13063 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13065 # Is the header compilable?
13066 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13067 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13068 cat >conftest.
$ac_ext <<_ACEOF
13071 cat confdefs.h
>>conftest.
$ac_ext
13072 cat >>conftest.
$ac_ext <<_ACEOF
13073 /* end confdefs.h. */
13074 $ac_includes_default
13075 #include <sane/sane.h>
13077 rm -f conftest.
$ac_objext
13078 if { (ac_try
="$ac_compile"
13079 case "(($ac_try" in
13080 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13081 *) ac_try_echo=$ac_try;;
13083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13084 (eval "$ac_compile") 2>conftest.er1
13086 grep -v '^ *+' conftest.er1 >conftest.err
13088 cat conftest.err >&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); } && {
13091 test -z "$ac_c_werror_flag" ||
13092 test ! -s conftest.err
13093 } && test -s conftest.$ac_objext; then
13094 ac_header_compiler=yes
13096 echo "$as_me: failed program was:" >&5
13097 sed 's/^/| /' conftest.$ac_ext >&5
13099 ac_header_compiler=no
13102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13103 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13104 echo "${ECHO_T}$ac_header_compiler" >&6; }
13106 # Is the header present?
13107 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13108 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13109 cat >conftest.$ac_ext <<_ACEOF
13112 cat confdefs.h >>conftest.$ac_ext
13113 cat >>conftest.$ac_ext <<_ACEOF
13114 /* end confdefs.h. */
13115 #include <sane/sane.h>
13117 if { (ac_try="$ac_cpp conftest.$ac_ext"
13118 case "(($ac_try" in
13119 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13120 *) ac_try_echo
=$ac_try;;
13122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13123 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13125 grep -v '^ *+' conftest.er1
>conftest.err
13127 cat conftest.err
>&5
13128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13129 (exit $ac_status); } >/dev
/null
&& {
13130 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13131 test ! -s conftest.err
13133 ac_header_preproc
=yes
13135 echo "$as_me: failed program was:" >&5
13136 sed 's/^/| /' conftest.
$ac_ext >&5
13138 ac_header_preproc
=no
13141 rm -f conftest.err conftest.
$ac_ext
13142 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13143 echo "${ECHO_T}$ac_header_preproc" >&6; }
13145 # So? What about this header?
13146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13148 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13149 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13150 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13151 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13152 ac_header_preproc
=yes
13155 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13156 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13158 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13159 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13160 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13161 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13162 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13163 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13164 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13165 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13166 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13168 ## ------------------------------------ ##
13169 ## Report this to wine-devel@winehq.org ##
13170 ## ------------------------------------ ##
13172 ) |
sed "s/^/$as_me: WARNING: /" >&2
13175 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13176 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13177 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13178 echo $ECHO_N "(cached) $ECHO_C" >&6
13180 ac_cv_header_sane_sane_h
=$ac_header_preproc
13182 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13183 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13186 if test $ac_cv_header_sane_sane_h = yes; then
13187 { echo "$as_me:$LINENO: checking for -lsane" >&5
13188 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13189 if test "${ac_cv_lib_soname_sane+set}" = set; then
13190 echo $ECHO_N "(cached) $ECHO_C" >&6
13192 ac_check_soname_save_LIBS
=$LIBS
13193 LIBS
="-lsane $ac_sane_libs $LIBS"
13194 cat >conftest.
$ac_ext <<_ACEOF
13197 cat confdefs.h
>>conftest.
$ac_ext
13198 cat >>conftest.
$ac_ext <<_ACEOF
13199 /* end confdefs.h. */
13201 /* Override any GCC internal prototype to avoid an error.
13202 Use char because int might match the return type of a GCC
13203 builtin and then its argument prototype would still apply. */
13211 return sane_init ();
13216 rm -f conftest.
$ac_objext conftest
$ac_exeext
13217 if { (ac_try
="$ac_link"
13218 case "(($ac_try" in
13219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13220 *) ac_try_echo=$ac_try;;
13222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13223 (eval "$ac_link") 2>conftest.er1
13225 grep -v '^ *+' conftest.er1 >conftest.err
13227 cat conftest.err >&5
13228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13229 (exit $ac_status); } && {
13230 test -z "$ac_c_werror_flag" ||
13231 test ! -s conftest.err
13232 } && test -s conftest$ac_exeext &&
13233 $as_test_x conftest$ac_exeext; then
13236 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'` ;;
13237 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13240 echo "$as_me: failed program was:" >&5
13241 sed 's/^/| /' conftest.$ac_ext >&5
13246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13247 conftest$ac_exeext conftest.$ac_ext
13248 LIBS=$ac_check_soname_save_LIBS
13250 if test "x$ac_cv_lib_soname_sane" = "x"; then
13251 { echo "$as_me:$LINENO: result: not found" >&5
13252 echo "${ECHO_T}not found" >&6; }
13255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13256 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13258 cat >>confdefs.h <<_ACEOF
13259 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13262 SANEINCL="$ac_sane_incl"
13269 CPPFLAGS="$ac_save_CPPFLAGS"
13271 if test "x$ac_cv_lib_soname_sane" = "x"; then
13272 case "x$with_sane" in
13273 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13275 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13276 This is an error since --with-sane was requested." >&5
13277 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13278 This is an error since --with-sane was requested." >&2;}
13279 { (exit 1); exit 1; }; } ;;
13284 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13285 set dummy gphoto2-config; ac_word=$2
13286 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13287 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13288 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13289 echo $ECHO_N "(cached) $ECHO_C" >&6
13291 if test -n "$gphoto2_devel"; then
13292 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13295 for as_dir in $PATH
13298 test -z "$as_dir" && as_dir=.
13299 for ac_exec_ext in '' $ac_executable_extensions; do
13300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13301 ac_cv_prog_gphoto2_devel="gphoto2-config"
13302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13309 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13312 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13313 if test -n "$gphoto2_devel"; then
13314 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13315 echo "${ECHO_T}$gphoto2_devel" >&6; }
13317 { echo "$as_me:$LINENO: result: no" >&5
13318 echo "${ECHO_T}no" >&6; }
13322 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13323 set dummy gphoto2-port-config; ac_word=$2
13324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13326 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13327 echo $ECHO_N "(cached) $ECHO_C" >&6
13329 if test -n "$gphoto2port_devel"; then
13330 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13333 for as_dir in $PATH
13336 test -z "$as_dir" && as_dir=.
13337 for ac_exec_ext in '' $ac_executable_extensions; do
13338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13339 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13340 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13347 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13350 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13351 if test -n "$gphoto2port_devel"; then
13352 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13353 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13355 { echo "$as_me:$LINENO: result: no" >&5
13356 echo "${ECHO_T}no" >&6; }
13360 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13362 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13364 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13367 -L/usr/lib|-L/usr/lib64) ;;
13368 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13371 ac_save_CPPFLAGS="$CPPFLAGS"
13372 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13373 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13374 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13375 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13376 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13377 echo $ECHO_N "(cached) $ECHO_C" >&6
13379 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13380 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13382 # Is the header compilable?
13383 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13384 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13385 cat >conftest.$ac_ext <<_ACEOF
13388 cat confdefs.h >>conftest.$ac_ext
13389 cat >>conftest.$ac_ext <<_ACEOF
13390 /* end confdefs.h. */
13391 $ac_includes_default
13392 #include <gphoto2-camera.h>
13394 rm -f conftest.$ac_objext
13395 if { (ac_try="$ac_compile"
13396 case "(($ac_try" in
13397 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13398 *) ac_try_echo
=$ac_try;;
13400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13401 (eval "$ac_compile") 2>conftest.er1
13403 grep -v '^ *+' conftest.er1
>conftest.err
13405 cat conftest.err
>&5
13406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407 (exit $ac_status); } && {
13408 test -z "$ac_c_werror_flag" ||
13409 test ! -s conftest.err
13410 } && test -s conftest.
$ac_objext; then
13411 ac_header_compiler
=yes
13413 echo "$as_me: failed program was:" >&5
13414 sed 's/^/| /' conftest.
$ac_ext >&5
13416 ac_header_compiler
=no
13419 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13420 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13421 echo "${ECHO_T}$ac_header_compiler" >&6; }
13423 # Is the header present?
13424 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13425 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13426 cat >conftest.
$ac_ext <<_ACEOF
13429 cat confdefs.h
>>conftest.
$ac_ext
13430 cat >>conftest.
$ac_ext <<_ACEOF
13431 /* end confdefs.h. */
13432 #include <gphoto2-camera.h>
13434 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13435 case "(($ac_try" in
13436 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13437 *) ac_try_echo=$ac_try;;
13439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13442 grep -v '^ *+' conftest.er1 >conftest.err
13444 cat conftest.err >&5
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } >/dev/null && {
13447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13450 ac_header_preproc=yes
13452 echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13455 ac_header_preproc=no
13458 rm -f conftest.err conftest.$ac_ext
13459 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13460 echo "${ECHO_T}$ac_header_preproc" >&6; }
13462 # So? What about this header?
13463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13465 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13466 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13467 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13468 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13469 ac_header_preproc=yes
13472 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13473 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13475 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13476 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13477 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13478 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13479 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13480 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13481 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13483 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13485 ## ------------------------------------ ##
13486 ## Report this to wine-devel@winehq.org ##
13487 ## ------------------------------------ ##
13489 ) | sed "s/^/$as_me: WARNING: /" >&2
13492 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13493 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13494 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13497 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13499 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13500 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13503 if test $ac_cv_header_gphoto2_camera_h = yes; then
13504 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13505 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13506 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13509 ac_check_lib_save_LIBS=$LIBS
13510 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13511 cat >conftest.$ac_ext <<_ACEOF
13514 cat confdefs.h >>conftest.$ac_ext
13515 cat >>conftest.$ac_ext <<_ACEOF
13516 /* end confdefs.h. */
13518 /* Override any GCC internal prototype to avoid an error.
13519 Use char because int might match the return type of a GCC
13520 builtin and then its argument prototype would still apply. */
13524 char gp_camera_new ();
13528 return gp_camera_new ();
13533 rm -f conftest.$ac_objext conftest$ac_exeext
13534 if { (ac_try="$ac_link"
13535 case "(($ac_try" in
13536 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13537 *) ac_try_echo
=$ac_try;;
13539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 (eval "$ac_link") 2>conftest.er1
13542 grep -v '^ *+' conftest.er1
>conftest.err
13544 cat conftest.err
>&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && {
13547 test -z "$ac_c_werror_flag" ||
13548 test ! -s conftest.err
13549 } && test -s conftest
$ac_exeext &&
13550 $as_test_x conftest
$ac_exeext; then
13551 ac_cv_lib_gphoto2_gp_camera_new
=yes
13553 echo "$as_me: failed program was:" >&5
13554 sed 's/^/| /' conftest.
$ac_ext >&5
13556 ac_cv_lib_gphoto2_gp_camera_new
=no
13559 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13560 conftest
$ac_exeext conftest.
$ac_ext
13561 LIBS
=$ac_check_lib_save_LIBS
13563 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13564 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13565 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13567 cat >>confdefs.h
<<\_ACEOF
13568 #define HAVE_GPHOTO2 1
13571 GPHOTO2LIBS
="$ac_gphoto2_libs"
13573 GPHOTO2INCL
="$ac_gphoto2_incl"
13580 CPPFLAGS
="$ac_save_CPPFLAGS"
13582 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13583 case "x$with_gphoto" in
13584 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13586 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13587 This is an error since --with-gphoto was requested." >&5
13588 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13589 This is an error since --with-gphoto was requested." >&2;}
13590 { (exit 1); exit 1; }; } ;;
13598 if test "$ac_cv_header_resolv_h" = "yes"
13600 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13601 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13602 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13603 echo $ECHO_N "(cached) $ECHO_C" >&6
13605 ac_check_lib_save_LIBS
=$LIBS
13606 LIBS
="-lresolv $LIBS"
13607 cat >conftest.
$ac_ext <<_ACEOF
13610 cat confdefs.h
>>conftest.
$ac_ext
13611 cat >>conftest.
$ac_ext <<_ACEOF
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13624 return res_query ();
13629 rm -f conftest.
$ac_objext conftest
$ac_exeext
13630 if { (ac_try
="$ac_link"
13631 case "(($ac_try" in
13632 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13633 *) ac_try_echo=$ac_try;;
13635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13636 (eval "$ac_link") 2>conftest.er1
13638 grep -v '^ *+' conftest.er1 >conftest.err
13640 cat conftest.err >&5
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); } && {
13643 test -z "$ac_c_werror_flag" ||
13644 test ! -s conftest.err
13645 } && test -s conftest$ac_exeext &&
13646 $as_test_x conftest$ac_exeext; then
13647 ac_cv_lib_resolv_res_query=yes
13649 echo "$as_me: failed program was:" >&5
13650 sed 's/^/| /' conftest.$ac_ext >&5
13652 ac_cv_lib_resolv_res_query=no
13655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13656 conftest$ac_exeext conftest.$ac_ext
13657 LIBS=$ac_check_lib_save_LIBS
13659 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13660 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13661 if test $ac_cv_lib_resolv_res_query = yes; then
13663 cat >>confdefs.h <<\_ACEOF
13664 #define HAVE_RESOLV 1
13667 RESOLVLIBS="-lresolv"
13674 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13676 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13677 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13678 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13679 echo $ECHO_N "(cached) $ECHO_C" >&6
13681 ac_check_lib_save_LIBS=$LIBS
13682 LIBS="-llcms $LIBS"
13683 cat >conftest.$ac_ext <<_ACEOF
13686 cat confdefs.h >>conftest.$ac_ext
13687 cat >>conftest.$ac_ext <<_ACEOF
13688 /* end confdefs.h. */
13690 /* Override any GCC internal prototype to avoid an error.
13691 Use char because int might match the return type of a GCC
13692 builtin and then its argument prototype would still apply. */
13696 char cmsOpenProfileFromFile ();
13700 return cmsOpenProfileFromFile ();
13705 rm -f conftest.$ac_objext conftest$ac_exeext
13706 if { (ac_try="$ac_link"
13707 case "(($ac_try" in
13708 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13709 *) ac_try_echo
=$ac_try;;
13711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13712 (eval "$ac_link") 2>conftest.er1
13714 grep -v '^ *+' conftest.er1
>conftest.err
13716 cat conftest.err
>&5
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); } && {
13719 test -z "$ac_c_werror_flag" ||
13720 test ! -s conftest.err
13721 } && test -s conftest
$ac_exeext &&
13722 $as_test_x conftest
$ac_exeext; then
13723 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13725 echo "$as_me: failed program was:" >&5
13726 sed 's/^/| /' conftest.
$ac_ext >&5
13728 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13731 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13732 conftest
$ac_exeext conftest.
$ac_ext
13733 LIBS
=$ac_check_lib_save_LIBS
13735 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13736 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13737 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13739 cat >>confdefs.h
<<\_ACEOF
13740 #define HAVE_LCMS 1
13747 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13748 case "x$with_cms" in
13749 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13751 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13752 This is an error since --with-cms was requested." >&5
13753 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13754 This is an error since --with-cms was requested." >&2;}
13755 { (exit 1); exit 1; }; } ;;
13760 for ac_prog
in freetype-config freetype2-config
13762 # Extract the first word of "$ac_prog", so it can be a program name with args.
13763 set dummy
$ac_prog; ac_word
=$2
13764 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13766 if test "${ac_cv_prog_ft_devel+set}" = set; then
13767 echo $ECHO_N "(cached) $ECHO_C" >&6
13769 if test -n "$ft_devel"; then
13770 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13772 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13773 for as_dir
in $PATH
13776 test -z "$as_dir" && as_dir
=.
13777 for ac_exec_ext
in '' $ac_executable_extensions; do
13778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13779 ac_cv_prog_ft_devel
="$ac_prog"
13780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13789 ft_devel
=$ac_cv_prog_ft_devel
13790 if test -n "$ft_devel"; then
13791 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13792 echo "${ECHO_T}$ft_devel" >&6; }
13794 { echo "$as_me:$LINENO: result: no" >&5
13795 echo "${ECHO_T}no" >&6; }
13799 test -n "$ft_devel" && break
13801 test -n "$ft_devel" || ft_devel
="false"
13803 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13805 ac_freetype_libs
=`$ft_devel --libs`
13806 ac_freetype_incl
=`$ft_devel --cflags`
13807 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13808 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13809 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13810 echo $ECHO_N "(cached) $ECHO_C" >&6
13812 ac_check_soname_save_LIBS
=$LIBS
13813 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13814 cat >conftest.
$ac_ext <<_ACEOF
13817 cat confdefs.h
>>conftest.
$ac_ext
13818 cat >>conftest.
$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13827 char FT_Init_FreeType ();
13831 return FT_Init_FreeType ();
13836 rm -f conftest.
$ac_objext conftest
$ac_exeext
13837 if { (ac_try
="$ac_link"
13838 case "(($ac_try" in
13839 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13840 *) ac_try_echo=$ac_try;;
13842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13843 (eval "$ac_link") 2>conftest.er1
13845 grep -v '^ *+' conftest.er1 >conftest.err
13847 cat conftest.err >&5
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); } && {
13850 test -z "$ac_c_werror_flag" ||
13851 test ! -s conftest.err
13852 } && test -s conftest$ac_exeext &&
13853 $as_test_x conftest$ac_exeext; then
13856 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'` ;;
13857 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13860 echo "$as_me: failed program was:" >&5
13861 sed 's/^/| /' conftest.$ac_ext >&5
13866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13867 conftest$ac_exeext conftest.$ac_ext
13868 LIBS=$ac_check_soname_save_LIBS
13870 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13871 { echo "$as_me:$LINENO: result: not found" >&5
13872 echo "${ECHO_T}not found" >&6; }
13875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13876 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13878 cat >>confdefs.h <<_ACEOF
13879 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13885 if test "$ft_lib" = "yes"
13887 ac_save_CPPFLAGS="$CPPFLAGS"
13888 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13901 for ac_header in ft2build.h \
13902 freetype/freetype.h \
13903 freetype/ftglyph.h \
13904 freetype/fttypes.h \
13905 freetype/tttables.h \
13906 freetype/ftnames.h \
13907 freetype/ftsnames.h \
13908 freetype/ttnameid.h \
13909 freetype/ftoutln.h \
13910 freetype/ftwinfnt.h \
13911 freetype/ftmodapi.h \
13912 freetype/internal/sfnt.h
13914 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13915 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13916 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13918 echo $ECHO_N "(cached) $ECHO_C" >&6
13920 cat >conftest.$ac_ext <<_ACEOF
13923 cat confdefs.h >>conftest.$ac_ext
13924 cat >>conftest.$ac_ext <<_ACEOF
13925 /* end confdefs.h. */
13926 #ifdef HAVE_FT2BUILD_H
13927 # include <ft2build.h>
13930 #include <$ac_header>
13932 rm -f conftest.$ac_objext
13933 if { (ac_try="$ac_compile"
13934 case "(($ac_try" in
13935 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13936 *) ac_try_echo
=$ac_try;;
13938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13939 (eval "$ac_compile") 2>conftest.er1
13941 grep -v '^ *+' conftest.er1
>conftest.err
13943 cat conftest.err
>&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); } && {
13946 test -z "$ac_c_werror_flag" ||
13947 test ! -s conftest.err
13948 } && test -s conftest.
$ac_objext; then
13949 eval "$as_ac_Header=yes"
13951 echo "$as_me: failed program was:" >&5
13952 sed 's/^/| /' conftest.
$ac_ext >&5
13954 eval "$as_ac_Header=no"
13957 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13959 ac_res
=`eval echo '${'$as_ac_Header'}'`
13960 { echo "$as_me:$LINENO: result: $ac_res" >&5
13961 echo "${ECHO_T}$ac_res" >&6; }
13962 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13963 cat >>confdefs.h
<<_ACEOF
13964 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13971 cat >conftest.
$ac_ext <<_ACEOF
13974 cat confdefs.h
>>conftest.
$ac_ext
13975 cat >>conftest.
$ac_ext <<_ACEOF
13976 /* end confdefs.h. */
13977 #include <ft2build.h>
13978 #include <freetype/fttrigon.h>
13980 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13981 case "(($ac_try" in
13982 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13983 *) ac_try_echo=$ac_try;;
13985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13986 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13988 grep -v '^ *+' conftest.er1 >conftest.err
13990 cat conftest.err >&5
13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992 (exit $ac_status); } >/dev/null && {
13993 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13994 test ! -s conftest.err
13997 cat >>confdefs.h <<\_ACEOF
13998 #define HAVE_FREETYPE_FTTRIGON_H 1
14001 wine_cv_fttrigon=yes
14003 echo "$as_me: failed program was:" >&5
14004 sed 's/^/| /' conftest.$ac_ext >&5
14006 wine_cv_fttrigon=no
14009 rm -f conftest.err conftest.$ac_ext
14010 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14011 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14012 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14013 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 cat >conftest.$ac_ext <<_ACEOF
14018 cat confdefs.h >>conftest.$ac_ext
14019 cat >>conftest.$ac_ext <<_ACEOF
14020 /* end confdefs.h. */
14021 #include <freetype/ftmodapi.h>
14023 typedef FT_TrueTypeEngineType ac__type_new_;
14027 if ((ac__type_new_ *) 0)
14029 if (sizeof (ac__type_new_))
14035 rm -f conftest.$ac_objext
14036 if { (ac_try="$ac_compile"
14037 case "(($ac_try" in
14038 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14039 *) ac_try_echo
=$ac_try;;
14041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14042 (eval "$ac_compile") 2>conftest.er1
14044 grep -v '^ *+' conftest.er1
>conftest.err
14046 cat conftest.err
>&5
14047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14048 (exit $ac_status); } && {
14049 test -z "$ac_c_werror_flag" ||
14050 test ! -s conftest.err
14051 } && test -s conftest.
$ac_objext; then
14052 ac_cv_type_FT_TrueTypeEngineType
=yes
14054 echo "$as_me: failed program was:" >&5
14055 sed 's/^/| /' conftest.
$ac_ext >&5
14057 ac_cv_type_FT_TrueTypeEngineType
=no
14060 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14062 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14063 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14064 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14066 cat >>confdefs.h
<<_ACEOF
14067 #define HAVE_FT_TRUETYPEENGINETYPE 1
14073 ac_save_CFLAGS
="$CFLAGS"
14074 CFLAGS
="$CFLAGS $ac_freetype_libs"
14076 for ac_func
in FT_Load_Sfnt_Table
14078 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14079 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14080 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14081 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14082 echo $ECHO_N "(cached) $ECHO_C" >&6
14084 cat >conftest.
$ac_ext <<_ACEOF
14087 cat confdefs.h
>>conftest.
$ac_ext
14088 cat >>conftest.
$ac_ext <<_ACEOF
14089 /* end confdefs.h. */
14090 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14092 #define $ac_func innocuous_$ac_func
14094 /* System header to define __stub macros and hopefully few prototypes,
14095 which can conflict with char $ac_func (); below.
14096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14097 <limits.h> exists even on freestanding compilers. */
14100 # include <limits.h>
14102 # include <assert.h>
14107 /* Override any GCC internal prototype to avoid an error.
14108 Use char because int might match the return type of a GCC
14109 builtin and then its argument prototype would still apply. */
14114 /* The GNU C library defines this for functions which it implements
14115 to always fail with ENOSYS. Some functions are actually named
14116 something starting with __ and the normal name is an alias. */
14117 #if defined __stub_$ac_func || defined __stub___$ac_func
14124 return $ac_func ();
14129 rm -f conftest.
$ac_objext conftest
$ac_exeext
14130 if { (ac_try
="$ac_link"
14131 case "(($ac_try" in
14132 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14133 *) ac_try_echo=$ac_try;;
14135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14136 (eval "$ac_link") 2>conftest.er1
14138 grep -v '^ *+' conftest.er1 >conftest.err
14140 cat conftest.err >&5
14141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14142 (exit $ac_status); } && {
14143 test -z "$ac_c_werror_flag" ||
14144 test ! -s conftest.err
14145 } && test -s conftest$ac_exeext &&
14146 $as_test_x conftest$ac_exeext; then
14147 eval "$as_ac_var=yes"
14149 echo "$as_me: failed program was:" >&5
14150 sed 's/^/| /' conftest.$ac_ext >&5
14152 eval "$as_ac_var=no"
14155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14156 conftest$ac_exeext conftest.$ac_ext
14158 ac_res=`eval echo '${'$as_ac_var'}'`
14159 { echo "$as_me:$LINENO: result: $ac_res" >&5
14160 echo "${ECHO_T}$ac_res" >&6; }
14161 if test `eval echo '${'$as_ac_var'}'` = yes; then
14162 cat >>confdefs.h <<_ACEOF
14163 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14169 CFLAGS="$ac_save_CFLAGS"
14170 CPPFLAGS="$ac_save_CPPFLAGS"
14171 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14174 cat >>confdefs.h <<\_ACEOF
14175 #define HAVE_FREETYPE 1
14178 FREETYPELIBS="$ac_freetype_libs"
14180 FREETYPEINCL="$ac_freetype_incl"
14182 FONTSSUBDIRS="fonts"
14187 if test "x$FREETYPELIBS" = "x"; then
14188 case "x$with_freetype" in
14190 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14191 Fonts will not be built. Dialog text may be invisible or unaligned.
14192 Use the --without-freetype option if you really want this." >&5
14193 echo "$as_me: error: FreeType development files not found.
14194 Fonts will not be built. Dialog text may be invisible or unaligned.
14195 Use the --without-freetype option if you really want this." >&2;}
14196 { (exit 1); exit 1; }; } ;;
14201 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14202 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14203 if test "${ac_cv_c_ppdev+set}" = set; then
14204 echo $ECHO_N "(cached) $ECHO_C" >&6
14206 cat >conftest.$ac_ext <<_ACEOF
14209 cat confdefs.h >>conftest.$ac_ext
14210 cat >>conftest.$ac_ext <<_ACEOF
14211 /* end confdefs.h. */
14212 #include <linux/ppdev.h>
14216 ioctl (1,PPCLAIM,0)
14221 rm -f conftest.$ac_objext
14222 if { (ac_try="$ac_compile"
14223 case "(($ac_try" in
14224 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14225 *) ac_try_echo
=$ac_try;;
14227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14228 (eval "$ac_compile") 2>conftest.er1
14230 grep -v '^ *+' conftest.er1
>conftest.err
14232 cat conftest.err
>&5
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); } && {
14235 test -z "$ac_c_werror_flag" ||
14236 test ! -s conftest.err
14237 } && test -s conftest.
$ac_objext; then
14238 ac_cv_c_ppdev
="yes"
14240 echo "$as_me: failed program was:" >&5
14241 sed 's/^/| /' conftest.
$ac_ext >&5
14246 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14248 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14249 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14250 if test "$ac_cv_c_ppdev" = "yes"
14253 cat >>confdefs.h
<<\_ACEOF
14254 #define HAVE_PPDEV 1
14259 { echo "$as_me:$LINENO: checking for va_copy" >&5
14260 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14261 if test "${ac_cv_c_va_copy+set}" = set; then
14262 echo $ECHO_N "(cached) $ECHO_C" >&6
14264 cat >conftest.
$ac_ext <<_ACEOF
14267 cat confdefs.h
>>conftest.
$ac_ext
14268 cat >>conftest.
$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14270 #include <stdarg.h>
14274 va_list ap1, ap2; va_copy(ap1,ap2);
14279 rm -f conftest.
$ac_objext conftest
$ac_exeext
14280 if { (ac_try
="$ac_link"
14281 case "(($ac_try" in
14282 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14283 *) ac_try_echo=$ac_try;;
14285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14286 (eval "$ac_link") 2>conftest.er1
14288 grep -v '^ *+' conftest.er1 >conftest.err
14290 cat conftest.err >&5
14291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); } && {
14293 test -z "$ac_c_werror_flag" ||
14294 test ! -s conftest.err
14295 } && test -s conftest$ac_exeext &&
14296 $as_test_x conftest$ac_exeext; then
14297 ac_cv_c_va_copy="yes"
14299 echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14302 ac_cv_c_va_copy="no"
14305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14306 conftest$ac_exeext conftest.$ac_ext
14309 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14310 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14311 if test "$ac_cv_c_va_copy" = "yes"
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_VA_COPY 1
14319 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14320 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14321 if test "${ac_cv_c___va_copy+set}" = set; then
14322 echo $ECHO_N "(cached) $ECHO_C" >&6
14324 cat >conftest.$ac_ext <<_ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h. */
14330 #include <stdarg.h>
14334 va_list ap1, ap2; __va_copy(ap1,ap2);
14339 rm -f conftest.$ac_objext conftest$ac_exeext
14340 if { (ac_try="$ac_link"
14341 case "(($ac_try" in
14342 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14343 *) ac_try_echo
=$ac_try;;
14345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14346 (eval "$ac_link") 2>conftest.er1
14348 grep -v '^ *+' conftest.er1
>conftest.err
14350 cat conftest.err
>&5
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); } && {
14353 test -z "$ac_c_werror_flag" ||
14354 test ! -s conftest.err
14355 } && test -s conftest
$ac_exeext &&
14356 $as_test_x conftest
$ac_exeext; then
14357 ac_cv_c___va_copy
="yes"
14359 echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.
$ac_ext >&5
14362 ac_cv_c___va_copy
="no"
14365 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14366 conftest
$ac_exeext conftest.
$ac_ext
14369 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14370 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14371 if test "$ac_cv_c___va_copy" = "yes"
14374 cat >>confdefs.h
<<\_ACEOF
14375 #define HAVE___VA_COPY 1
14380 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14381 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14382 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14383 echo $ECHO_N "(cached) $ECHO_C" >&6
14385 cat >conftest.
$ac_ext <<_ACEOF
14388 cat confdefs.h
>>conftest.
$ac_ext
14389 cat >>conftest.
$ac_ext <<_ACEOF
14390 /* end confdefs.h. */
14391 #define _GNU_SOURCE
14392 #include <pthread.h>
14394 typedef pthread_rwlock_t ac__type_new_;
14398 if ((ac__type_new_ *) 0)
14400 if (sizeof (ac__type_new_))
14406 rm -f conftest.
$ac_objext
14407 if { (ac_try
="$ac_compile"
14408 case "(($ac_try" in
14409 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14410 *) ac_try_echo=$ac_try;;
14412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14413 (eval "$ac_compile") 2>conftest.er1
14415 grep -v '^ *+' conftest.er1 >conftest.err
14417 cat conftest.err >&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); } && {
14420 test -z "$ac_c_werror_flag" ||
14421 test ! -s conftest.err
14422 } && test -s conftest.$ac_objext; then
14423 ac_cv_type_pthread_rwlock_t=yes
14425 echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14428 ac_cv_type_pthread_rwlock_t=no
14431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14433 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14434 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14435 if test $ac_cv_type_pthread_rwlock_t = yes; then
14437 cat >>confdefs.h <<_ACEOF
14438 #define HAVE_PTHREAD_RWLOCK_T 1
14443 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14444 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14445 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14446 echo $ECHO_N "(cached) $ECHO_C" >&6
14448 cat >conftest.$ac_ext <<_ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h. */
14454 #define _GNU_SOURCE
14455 #include <pthread.h>
14457 typedef pthread_rwlockattr_t ac__type_new_;
14461 if ((ac__type_new_ *) 0)
14463 if (sizeof (ac__type_new_))
14469 rm -f conftest.$ac_objext
14470 if { (ac_try="$ac_compile"
14471 case "(($ac_try" in
14472 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14473 *) ac_try_echo
=$ac_try;;
14475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14476 (eval "$ac_compile") 2>conftest.er1
14478 grep -v '^ *+' conftest.er1
>conftest.err
14480 cat conftest.err
>&5
14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); } && {
14483 test -z "$ac_c_werror_flag" ||
14484 test ! -s conftest.err
14485 } && test -s conftest.
$ac_objext; then
14486 ac_cv_type_pthread_rwlockattr_t
=yes
14488 echo "$as_me: failed program was:" >&5
14489 sed 's/^/| /' conftest.
$ac_ext >&5
14491 ac_cv_type_pthread_rwlockattr_t
=no
14494 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14496 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14497 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14498 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14500 cat >>confdefs.h
<<_ACEOF
14501 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14508 ac_wine_check_funcs_save_LIBS
="$LIBS"
14509 LIBS
="$LIBS $LIBPTHREAD"
14515 pthread_attr_get_np \
14516 pthread_getattr_np \
14517 pthread_get_stackaddr_np \
14518 pthread_get_stacksize_np
14520 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14521 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14522 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14523 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14524 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 cat >conftest.
$ac_ext <<_ACEOF
14529 cat confdefs.h
>>conftest.
$ac_ext
14530 cat >>conftest.
$ac_ext <<_ACEOF
14531 /* end confdefs.h. */
14532 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14534 #define $ac_func innocuous_$ac_func
14536 /* System header to define __stub macros and hopefully few prototypes,
14537 which can conflict with char $ac_func (); below.
14538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14539 <limits.h> exists even on freestanding compilers. */
14542 # include <limits.h>
14544 # include <assert.h>
14549 /* Override any GCC internal prototype to avoid an error.
14550 Use char because int might match the return type of a GCC
14551 builtin and then its argument prototype would still apply. */
14556 /* The GNU C library defines this for functions which it implements
14557 to always fail with ENOSYS. Some functions are actually named
14558 something starting with __ and the normal name is an alias. */
14559 #if defined __stub_$ac_func || defined __stub___$ac_func
14566 return $ac_func ();
14571 rm -f conftest.
$ac_objext conftest
$ac_exeext
14572 if { (ac_try
="$ac_link"
14573 case "(($ac_try" in
14574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14575 *) ac_try_echo=$ac_try;;
14577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14578 (eval "$ac_link") 2>conftest.er1
14580 grep -v '^ *+' conftest.er1 >conftest.err
14582 cat conftest.err >&5
14583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14584 (exit $ac_status); } && {
14585 test -z "$ac_c_werror_flag" ||
14586 test ! -s conftest.err
14587 } && test -s conftest$ac_exeext &&
14588 $as_test_x conftest$ac_exeext; then
14589 eval "$as_ac_var=yes"
14591 echo "$as_me: failed program was:" >&5
14592 sed 's/^/| /' conftest.$ac_ext >&5
14594 eval "$as_ac_var=no"
14597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14598 conftest$ac_exeext conftest.$ac_ext
14600 ac_res=`eval echo '${'$as_ac_var'}'`
14601 { echo "$as_me:$LINENO: result: $ac_res" >&5
14602 echo "${ECHO_T}$ac_res" >&6; }
14603 if test `eval echo '${'$as_ac_var'}'` = yes; then
14604 cat >>confdefs.h <<_ACEOF
14605 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14611 LIBS="$ac_wine_check_funcs_save_LIBS"
14613 # Extract the first word of "esd-config", so it can be a program name with args.
14614 set dummy esd-config; ac_word=$2
14615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14617 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14618 echo $ECHO_N "(cached) $ECHO_C" >&6
14622 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14626 for as_dir in $PATH
14629 test -z "$as_dir" && as_dir=.
14630 for ac_exec_ext in '' $ac_executable_extensions; do
14631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14632 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14643 ESDCONFIG=$ac_cv_path_ESDCONFIG
14644 if test -n "$ESDCONFIG"; then
14645 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14646 echo "${ECHO_T}$ESDCONFIG" >&6; }
14648 { echo "$as_me:$LINENO: result: no" >&5
14649 echo "${ECHO_T}no" >&6; }
14653 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14656 for i in `$ESDCONFIG --cflags`
14659 -I*) ac_esd_incl="$ac_esd_incl $i";;
14662 ac_esd_libs=`$ESDCONFIG --libs`
14663 save_CFLAGS="$CFLAGS"
14664 CFLAGS="$CFLAGS $ac_esd_incl"
14665 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14666 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14667 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14668 echo $ECHO_N "(cached) $ECHO_C" >&6
14670 ac_check_lib_save_LIBS=$LIBS
14671 LIBS="-lesd $ac_esd_libs $LIBS"
14672 cat >conftest.$ac_ext <<_ACEOF
14675 cat confdefs.h >>conftest.$ac_ext
14676 cat >>conftest.$ac_ext <<_ACEOF
14677 /* end confdefs.h. */
14679 /* Override any GCC internal prototype to avoid an error.
14680 Use char because int might match the return type of a GCC
14681 builtin and then its argument prototype would still apply. */
14685 char esd_open_sound ();
14689 return esd_open_sound ();
14694 rm -f conftest.$ac_objext conftest$ac_exeext
14695 if { (ac_try="$ac_link"
14696 case "(($ac_try" in
14697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14698 *) ac_try_echo
=$ac_try;;
14700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14701 (eval "$ac_link") 2>conftest.er1
14703 grep -v '^ *+' conftest.er1
>conftest.err
14705 cat conftest.err
>&5
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } && {
14708 test -z "$ac_c_werror_flag" ||
14709 test ! -s conftest.err
14710 } && test -s conftest
$ac_exeext &&
14711 $as_test_x conftest
$ac_exeext; then
14712 ac_cv_lib_esd_esd_open_sound
=yes
14714 echo "$as_me: failed program was:" >&5
14715 sed 's/^/| /' conftest.
$ac_ext >&5
14717 ac_cv_lib_esd_esd_open_sound
=no
14720 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14721 conftest
$ac_exeext conftest.
$ac_ext
14722 LIBS
=$ac_check_lib_save_LIBS
14724 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14725 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14726 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14727 ESDINCL
="$ac_esd_incl"
14729 ESDLIBS
="$ac_esd_libs"
14732 cat >>confdefs.h
<<\_ACEOF
14738 CFLAGS
="$save_CFLAGS"
14743 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14745 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14746 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14747 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14748 echo $ECHO_N "(cached) $ECHO_C" >&6
14750 ac_check_lib_save_LIBS
=$LIBS
14751 LIBS
="-lasound $LIBS"
14752 cat >conftest.
$ac_ext <<_ACEOF
14755 cat confdefs.h
>>conftest.
$ac_ext
14756 cat >>conftest.
$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14759 /* Override any GCC internal prototype to avoid an error.
14760 Use char because int might match the return type of a GCC
14761 builtin and then its argument prototype would still apply. */
14765 char snd_pcm_hw_params_get_access ();
14769 return snd_pcm_hw_params_get_access ();
14774 rm -f conftest.
$ac_objext conftest
$ac_exeext
14775 if { (ac_try
="$ac_link"
14776 case "(($ac_try" in
14777 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14781 (eval "$ac_link") 2>conftest.er1
14783 grep -v '^ *+' conftest.er1 >conftest.err
14785 cat conftest.err >&5
14786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14787 (exit $ac_status); } && {
14788 test -z "$ac_c_werror_flag" ||
14789 test ! -s conftest.err
14790 } && test -s conftest$ac_exeext &&
14791 $as_test_x conftest$ac_exeext; then
14792 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14794 echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14801 conftest$ac_exeext conftest.$ac_ext
14802 LIBS=$ac_check_lib_save_LIBS
14804 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14805 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14806 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14807 cat >conftest.$ac_ext <<_ACEOF
14810 cat confdefs.h >>conftest.$ac_ext
14811 cat >>conftest.$ac_ext <<_ACEOF
14812 /* end confdefs.h. */
14813 #ifdef HAVE_ALSA_ASOUNDLIB_H
14814 #include <alsa/asoundlib.h>
14815 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14816 #include <sys/asoundlib.h>
14821 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14826 rm -f conftest.$ac_objext
14827 if { (ac_try="$ac_compile"
14828 case "(($ac_try" in
14829 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14830 *) ac_try_echo
=$ac_try;;
14832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14833 (eval "$ac_compile") 2>conftest.er1
14835 grep -v '^ *+' conftest.er1
>conftest.err
14837 cat conftest.err
>&5
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); } && {
14840 test -z "$ac_c_werror_flag" ||
14841 test ! -s conftest.err
14842 } && test -s conftest.
$ac_objext; then
14844 cat >>confdefs.h
<<\_ACEOF
14845 #define HAVE_ALSA 1
14848 ALSALIBS
="-lasound"
14850 echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.
$ac_ext >&5
14856 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14863 if test "$ac_cv_header_libaudioio_h" = "yes"
14865 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14866 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14867 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14870 ac_check_lib_save_LIBS
=$LIBS
14871 LIBS
="-laudioio $LIBS"
14872 cat >conftest.
$ac_ext <<_ACEOF
14875 cat confdefs.h
>>conftest.
$ac_ext
14876 cat >>conftest.
$ac_ext <<_ACEOF
14877 /* end confdefs.h. */
14879 /* Override any GCC internal prototype to avoid an error.
14880 Use char because int might match the return type of a GCC
14881 builtin and then its argument prototype would still apply. */
14885 char AudioIOGetVersion ();
14889 return AudioIOGetVersion ();
14894 rm -f conftest.
$ac_objext conftest
$ac_exeext
14895 if { (ac_try
="$ac_link"
14896 case "(($ac_try" in
14897 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14898 *) ac_try_echo=$ac_try;;
14900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14901 (eval "$ac_link") 2>conftest.er1
14903 grep -v '^ *+' conftest.er1 >conftest.err
14905 cat conftest.err >&5
14906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14907 (exit $ac_status); } && {
14908 test -z "$ac_c_werror_flag" ||
14909 test ! -s conftest.err
14910 } && test -s conftest$ac_exeext &&
14911 $as_test_x conftest$ac_exeext; then
14912 ac_cv_lib_audioio_AudioIOGetVersion=yes
14914 echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14917 ac_cv_lib_audioio_AudioIOGetVersion=no
14920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14921 conftest$ac_exeext conftest.$ac_ext
14922 LIBS=$ac_check_lib_save_LIBS
14924 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14925 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14926 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14927 AUDIOIOLIBS="-laudioio"
14929 cat >>confdefs.h <<\_ACEOF
14930 #define HAVE_LIBAUDIOIO 1
14938 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14940 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14941 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14942 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14943 echo $ECHO_N "(cached) $ECHO_C" >&6
14945 ac_check_soname_save_LIBS=$LIBS
14946 LIBS="-lcapi20 $LIBS"
14947 cat >conftest.$ac_ext <<_ACEOF
14950 cat confdefs.h >>conftest.$ac_ext
14951 cat >>conftest.$ac_ext <<_ACEOF
14952 /* end confdefs.h. */
14954 /* Override any GCC internal prototype to avoid an error.
14955 Use char because int might match the return type of a GCC
14956 builtin and then its argument prototype would still apply. */
14960 char capi20_register ();
14964 return capi20_register ();
14969 rm -f conftest.$ac_objext conftest$ac_exeext
14970 if { (ac_try="$ac_link"
14971 case "(($ac_try" in
14972 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14973 *) ac_try_echo
=$ac_try;;
14975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14976 (eval "$ac_link") 2>conftest.er1
14978 grep -v '^ *+' conftest.er1
>conftest.err
14980 cat conftest.err
>&5
14981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14982 (exit $ac_status); } && {
14983 test -z "$ac_c_werror_flag" ||
14984 test ! -s conftest.err
14985 } && test -s conftest
$ac_exeext &&
14986 $as_test_x conftest
$ac_exeext; then
14989 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'` ;;
14990 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14993 echo "$as_me: failed program was:" >&5
14994 sed 's/^/| /' conftest.
$ac_ext >&5
14999 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15000 conftest
$ac_exeext conftest.
$ac_ext
15001 LIBS
=$ac_check_soname_save_LIBS
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004 { echo "$as_me:$LINENO: result: not found" >&5
15005 echo "${ECHO_T}not found" >&6; }
15008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15009 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15011 cat >>confdefs.h
<<_ACEOF
15012 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15019 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15020 case "x$with_capi" in
15021 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15023 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15024 This is an error since --with-capi was requested." >&5
15025 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15026 This is an error since --with-capi was requested." >&2;}
15027 { (exit 1); exit 1; }; } ;;
15034 if test "x$with_cups" != "xno"
15036 ac_save_CPPFLAGS
="$CPPFLAGS"
15037 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
15038 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
15039 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
15041 for ac_header
in cups
/cups.h
15043 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15044 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15047 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15048 echo $ECHO_N "(cached) $ECHO_C" >&6
15050 ac_res
=`eval echo '${'$as_ac_Header'}'`
15051 { echo "$as_me:$LINENO: result: $ac_res" >&5
15052 echo "${ECHO_T}$ac_res" >&6; }
15054 # Is the header compilable?
15055 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15057 cat >conftest.
$ac_ext <<_ACEOF
15060 cat confdefs.h
>>conftest.
$ac_ext
15061 cat >>conftest.
$ac_ext <<_ACEOF
15062 /* end confdefs.h. */
15063 $ac_includes_default
15064 #include <$ac_header>
15066 rm -f conftest.
$ac_objext
15067 if { (ac_try
="$ac_compile"
15068 case "(($ac_try" in
15069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15070 *) ac_try_echo=$ac_try;;
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073 (eval "$ac_compile") 2>conftest.er1
15075 grep -v '^ *+' conftest.er1 >conftest.err
15077 cat conftest.err >&5
15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079 (exit $ac_status); } && {
15080 test -z "$ac_c_werror_flag" ||
15081 test ! -s conftest.err
15082 } && test -s conftest.$ac_objext; then
15083 ac_header_compiler=yes
15085 echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15088 ac_header_compiler=no
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15092 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15093 echo "${ECHO_T}$ac_header_compiler" >&6; }
15095 # Is the header present?
15096 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15097 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15098 cat >conftest.$ac_ext <<_ACEOF
15101 cat confdefs.h >>conftest.$ac_ext
15102 cat >>conftest.$ac_ext <<_ACEOF
15103 /* end confdefs.h. */
15104 #include <$ac_header>
15106 if { (ac_try="$ac_cpp conftest.$ac_ext"
15107 case "(($ac_try" in
15108 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15109 *) ac_try_echo
=$ac_try;;
15111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15114 grep -v '^ *+' conftest.er1
>conftest.err
15116 cat conftest.err
>&5
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); } >/dev
/null
&& {
15119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15120 test ! -s conftest.err
15122 ac_header_preproc
=yes
15124 echo "$as_me: failed program was:" >&5
15125 sed 's/^/| /' conftest.
$ac_ext >&5
15127 ac_header_preproc
=no
15130 rm -f conftest.err conftest.
$ac_ext
15131 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15132 echo "${ECHO_T}$ac_header_preproc" >&6; }
15134 # So? What about this header?
15135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15138 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15140 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15141 ac_header_preproc
=yes
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15145 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15147 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15148 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15149 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15150 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15151 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15153 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15155 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15157 ## ------------------------------------ ##
15158 ## Report this to wine-devel@winehq.org ##
15159 ## ------------------------------------ ##
15161 ) |
sed "s/^/$as_me: WARNING: /" >&2
15164 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15166 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15167 echo $ECHO_N "(cached) $ECHO_C" >&6
15169 eval "$as_ac_Header=\$ac_header_preproc"
15171 ac_res
=`eval echo '${'$as_ac_Header'}'`
15172 { echo "$as_me:$LINENO: result: $ac_res" >&5
15173 echo "${ECHO_T}$ac_res" >&6; }
15176 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15177 cat >>confdefs.h
<<_ACEOF
15178 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15180 { echo "$as_me:$LINENO: checking for -lcups" >&5
15181 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15182 if test "${ac_cv_lib_soname_cups+set}" = set; then
15183 echo $ECHO_N "(cached) $ECHO_C" >&6
15185 ac_check_soname_save_LIBS
=$LIBS
15186 LIBS
="-lcups $ac_cups_libs $LIBS"
15187 cat >conftest.
$ac_ext <<_ACEOF
15190 cat confdefs.h
>>conftest.
$ac_ext
15191 cat >>conftest.
$ac_ext <<_ACEOF
15192 /* end confdefs.h. */
15194 /* Override any GCC internal prototype to avoid an error.
15195 Use char because int might match the return type of a GCC
15196 builtin and then its argument prototype would still apply. */
15200 char cupsGetDefault ();
15204 return cupsGetDefault ();
15209 rm -f conftest.
$ac_objext conftest
$ac_exeext
15210 if { (ac_try
="$ac_link"
15211 case "(($ac_try" in
15212 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15213 *) ac_try_echo=$ac_try;;
15215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15216 (eval "$ac_link") 2>conftest.er1
15218 grep -v '^ *+' conftest.er1 >conftest.err
15220 cat conftest.err >&5
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } && {
15223 test -z "$ac_c_werror_flag" ||
15224 test ! -s conftest.err
15225 } && test -s conftest$ac_exeext &&
15226 $as_test_x conftest$ac_exeext; then
15229 dylib) ac_cv_lib_soname_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'` ;;
15230 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15233 echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15240 conftest$ac_exeext conftest.$ac_ext
15241 LIBS=$ac_check_soname_save_LIBS
15243 if test "x$ac_cv_lib_soname_cups" = "x"; then
15244 { echo "$as_me:$LINENO: result: not found" >&5
15245 echo "${ECHO_T}not found" >&6; }
15248 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15249 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15251 cat >>confdefs.h <<_ACEOF
15252 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15255 CUPSINCL="$ac_cups_cflags"
15262 CPPFLAGS="$ac_save_CPPFLAGS"
15264 if test "x$ac_cv_lib_soname_cups" = "x"; then
15265 case "x$with_cups" in
15266 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15268 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15269 This is an error since --with-cups was requested." >&5
15270 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15271 This is an error since --with-cups was requested." >&2;}
15272 { (exit 1); exit 1; }; } ;;
15277 if test "$ac_cv_header_jack_jack_h" = "yes"
15279 { echo "$as_me:$LINENO: checking for -ljack" >&5
15280 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15281 if test "${ac_cv_lib_soname_jack+set}" = set; then
15282 echo $ECHO_N "(cached) $ECHO_C" >&6
15284 ac_check_soname_save_LIBS=$LIBS
15285 LIBS="-ljack $LIBS"
15286 cat >conftest.$ac_ext <<_ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15293 /* Override any GCC internal prototype to avoid an error.
15294 Use char because int might match the return type of a GCC
15295 builtin and then its argument prototype would still apply. */
15299 char jack_client_new ();
15303 return jack_client_new ();
15308 rm -f conftest.$ac_objext conftest$ac_exeext
15309 if { (ac_try="$ac_link"
15310 case "(($ac_try" in
15311 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15312 *) ac_try_echo
=$ac_try;;
15314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15315 (eval "$ac_link") 2>conftest.er1
15317 grep -v '^ *+' conftest.er1
>conftest.err
15319 cat conftest.err
>&5
15320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15321 (exit $ac_status); } && {
15322 test -z "$ac_c_werror_flag" ||
15323 test ! -s conftest.err
15324 } && test -s conftest
$ac_exeext &&
15325 $as_test_x conftest
$ac_exeext; then
15328 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'` ;;
15329 *) 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'` ;;
15332 echo "$as_me: failed program was:" >&5
15333 sed 's/^/| /' conftest.
$ac_ext >&5
15338 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15339 conftest
$ac_exeext conftest.
$ac_ext
15340 LIBS
=$ac_check_soname_save_LIBS
15342 if test "x$ac_cv_lib_soname_jack" = "x"; then
15343 { echo "$as_me:$LINENO: result: not found" >&5
15344 echo "${ECHO_T}not found" >&6; }
15347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15348 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15350 cat >>confdefs.h
<<_ACEOF
15351 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15359 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15361 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15362 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15363 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15364 echo $ECHO_N "(cached) $ECHO_C" >&6
15366 ac_check_soname_save_LIBS
=$LIBS
15367 LIBS
="-lfontconfig $LIBS"
15368 cat >conftest.
$ac_ext <<_ACEOF
15371 cat confdefs.h
>>conftest.
$ac_ext
15372 cat >>conftest.
$ac_ext <<_ACEOF
15373 /* end confdefs.h. */
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15390 rm -f conftest.
$ac_objext conftest
$ac_exeext
15391 if { (ac_try
="$ac_link"
15392 case "(($ac_try" in
15393 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15394 *) ac_try_echo=$ac_try;;
15396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15397 (eval "$ac_link") 2>conftest.er1
15399 grep -v '^ *+' conftest.er1 >conftest.err
15401 cat conftest.err >&5
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); } && {
15404 test -z "$ac_c_werror_flag" ||
15405 test ! -s conftest.err
15406 } && test -s conftest$ac_exeext &&
15407 $as_test_x conftest$ac_exeext; then
15410 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'` ;;
15411 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15414 echo "$as_me: failed program was:" >&5
15415 sed 's/^/| /' conftest.$ac_ext >&5
15420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15421 conftest$ac_exeext conftest.$ac_ext
15422 LIBS=$ac_check_soname_save_LIBS
15424 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15425 { echo "$as_me:$LINENO: result: not found" >&5
15426 echo "${ECHO_T}not found" >&6; }
15429 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15430 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15432 cat >>confdefs.h <<_ACEOF
15433 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15439 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15441 ac_save_CPPFLAGS="$CPPFLAGS"
15442 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15443 $as_unset ac_cv_header_fontconfig_fontconfig_h
15445 for ac_header in fontconfig/fontconfig.h
15447 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15449 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15450 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15452 echo $ECHO_N "(cached) $ECHO_C" >&6
15454 ac_res=`eval echo '${'$as_ac_Header'}'`
15455 { echo "$as_me:$LINENO: result: $ac_res" >&5
15456 echo "${ECHO_T}$ac_res" >&6; }
15458 # Is the header compilable?
15459 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15460 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15461 cat >conftest.$ac_ext <<_ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h. */
15467 $ac_includes_default
15468 #include <$ac_header>
15470 rm -f conftest.$ac_objext
15471 if { (ac_try="$ac_compile"
15472 case "(($ac_try" in
15473 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15474 *) ac_try_echo
=$ac_try;;
15476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15477 (eval "$ac_compile") 2>conftest.er1
15479 grep -v '^ *+' conftest.er1
>conftest.err
15481 cat conftest.err
>&5
15482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15483 (exit $ac_status); } && {
15484 test -z "$ac_c_werror_flag" ||
15485 test ! -s conftest.err
15486 } && test -s conftest.
$ac_objext; then
15487 ac_header_compiler
=yes
15489 echo "$as_me: failed program was:" >&5
15490 sed 's/^/| /' conftest.
$ac_ext >&5
15492 ac_header_compiler
=no
15495 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15496 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15497 echo "${ECHO_T}$ac_header_compiler" >&6; }
15499 # Is the header present?
15500 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15501 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15502 cat >conftest.
$ac_ext <<_ACEOF
15505 cat confdefs.h
>>conftest.
$ac_ext
15506 cat >>conftest.
$ac_ext <<_ACEOF
15507 /* end confdefs.h. */
15508 #include <$ac_header>
15510 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15511 case "(($ac_try" in
15512 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15513 *) ac_try_echo=$ac_try;;
15515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15518 grep -v '^ *+' conftest.er1 >conftest.err
15520 cat conftest.err >&5
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); } >/dev/null && {
15523 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15524 test ! -s conftest.err
15526 ac_header_preproc=yes
15528 echo "$as_me: failed program was:" >&5
15529 sed 's/^/| /' conftest.$ac_ext >&5
15531 ac_header_preproc=no
15534 rm -f conftest.err conftest.$ac_ext
15535 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15536 echo "${ECHO_T}$ac_header_preproc" >&6; }
15538 # So? What about this header?
15539 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15542 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15544 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15545 ac_header_preproc=yes
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15549 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15551 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15552 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15553 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15554 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15555 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15556 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15557 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15558 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15559 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15561 ## ------------------------------------ ##
15562 ## Report this to wine-devel@winehq.org ##
15563 ## ------------------------------------ ##
15565 ) | sed "s/^/$as_me: WARNING: /" >&2
15568 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15570 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15571 echo $ECHO_N "(cached) $ECHO_C" >&6
15573 eval "$as_ac_Header=\$ac_header_preproc"
15575 ac_res=`eval echo '${'$as_ac_Header'}'`
15576 { echo "$as_me:$LINENO: result: $ac_res" >&5
15577 echo "${ECHO_T}$ac_res" >&6; }
15580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15581 cat >>confdefs.h <<_ACEOF
15582 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15589 CPPFLAGS="$ac_save_CPPFLAGS"
15590 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15592 FONTCONFIGINCL="$X_CFLAGS"
15594 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15595 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15596 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15599 ac_check_soname_save_LIBS=$LIBS
15600 LIBS="-lfontconfig $X_LIBS $LIBS"
15601 cat >conftest.$ac_ext <<_ACEOF
15604 cat confdefs.h >>conftest.$ac_ext
15605 cat >>conftest.$ac_ext <<_ACEOF
15606 /* end confdefs.h. */
15608 /* Override any GCC internal prototype to avoid an error.
15609 Use char because int might match the return type of a GCC
15610 builtin and then its argument prototype would still apply. */
15623 rm -f conftest.$ac_objext conftest$ac_exeext
15624 if { (ac_try="$ac_link"
15625 case "(($ac_try" in
15626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15627 *) ac_try_echo
=$ac_try;;
15629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15630 (eval "$ac_link") 2>conftest.er1
15632 grep -v '^ *+' conftest.er1
>conftest.err
15634 cat conftest.err
>&5
15635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15636 (exit $ac_status); } && {
15637 test -z "$ac_c_werror_flag" ||
15638 test ! -s conftest.err
15639 } && test -s conftest
$ac_exeext &&
15640 $as_test_x conftest
$ac_exeext; then
15643 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'` ;;
15644 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15647 echo "$as_me: failed program was:" >&5
15648 sed 's/^/| /' conftest.
$ac_ext >&5
15653 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15654 conftest
$ac_exeext conftest.
$ac_ext
15655 LIBS
=$ac_check_soname_save_LIBS
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 { echo "$as_me:$LINENO: result: not found" >&5
15659 echo "${ECHO_T}not found" >&6; }
15662 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15663 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15665 cat >>confdefs.h
<<_ACEOF
15666 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15675 case "x$with_fontconfig" in
15676 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15678 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15679 This is an error since --with-fontconfig was requested." >&5
15680 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15681 This is an error since --with-fontconfig was requested." >&2;}
15682 { (exit 1); exit 1; }; } ;;
15687 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15689 { echo "$as_me:$LINENO: checking for -lssl" >&5
15690 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15691 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15694 ac_check_soname_save_LIBS
=$LIBS
15696 cat >conftest.
$ac_ext <<_ACEOF
15699 cat confdefs.h
>>conftest.
$ac_ext
15700 cat >>conftest.
$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15703 /* Override any GCC internal prototype to avoid an error.
15704 Use char because int might match the return type of a GCC
15705 builtin and then its argument prototype would still apply. */
15709 char SSL_library_init ();
15713 return SSL_library_init ();
15718 rm -f conftest.
$ac_objext conftest
$ac_exeext
15719 if { (ac_try
="$ac_link"
15720 case "(($ac_try" in
15721 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15722 *) ac_try_echo=$ac_try;;
15724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15725 (eval "$ac_link") 2>conftest.er1
15727 grep -v '^ *+' conftest.er1 >conftest.err
15729 cat conftest.err >&5
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && {
15732 test -z "$ac_c_werror_flag" ||
15733 test ! -s conftest.err
15734 } && test -s conftest$ac_exeext &&
15735 $as_test_x conftest$ac_exeext; then
15738 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'` ;;
15739 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15742 echo "$as_me: failed program was:" >&5
15743 sed 's/^/| /' conftest.$ac_ext >&5
15748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15749 conftest$ac_exeext conftest.$ac_ext
15750 LIBS=$ac_check_soname_save_LIBS
15752 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15753 { echo "$as_me:$LINENO: result: not found" >&5
15754 echo "${ECHO_T}not found" >&6; }
15757 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15758 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15760 cat >>confdefs.h <<_ACEOF
15761 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15767 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15768 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15769 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15770 echo $ECHO_N "(cached) $ECHO_C" >&6
15772 ac_check_soname_save_LIBS=$LIBS
15773 LIBS="-lcrypto $LIBS"
15774 cat >conftest.$ac_ext <<_ACEOF
15777 cat confdefs.h >>conftest.$ac_ext
15778 cat >>conftest.$ac_ext <<_ACEOF
15779 /* end confdefs.h. */
15781 /* Override any GCC internal prototype to avoid an error.
15782 Use char because int might match the return type of a GCC
15783 builtin and then its argument prototype would still apply. */
15787 char BIO_new_socket ();
15791 return BIO_new_socket ();
15796 rm -f conftest.$ac_objext conftest$ac_exeext
15797 if { (ac_try="$ac_link"
15798 case "(($ac_try" in
15799 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15800 *) ac_try_echo
=$ac_try;;
15802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15803 (eval "$ac_link") 2>conftest.er1
15805 grep -v '^ *+' conftest.er1
>conftest.err
15807 cat conftest.err
>&5
15808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15809 (exit $ac_status); } && {
15810 test -z "$ac_c_werror_flag" ||
15811 test ! -s conftest.err
15812 } && test -s conftest
$ac_exeext &&
15813 $as_test_x conftest
$ac_exeext; then
15816 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'` ;;
15817 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15820 echo "$as_me: failed program was:" >&5
15821 sed 's/^/| /' conftest.
$ac_ext >&5
15826 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15827 conftest
$ac_exeext conftest.
$ac_ext
15828 LIBS
=$ac_check_soname_save_LIBS
15830 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15831 { echo "$as_me:$LINENO: result: not found" >&5
15832 echo "${ECHO_T}not found" >&6; }
15835 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15836 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15838 cat >>confdefs.h
<<_ACEOF
15839 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15846 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15847 case "x$with_openssl" in
15848 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15850 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15851 This is an error since --with-openssl was requested." >&5
15852 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15853 This is an error since --with-openssl was requested." >&2;}
15854 { (exit 1); exit 1; }; } ;;
15859 if test "$ac_cv_header_jpeglib_h" = "yes"
15861 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15862 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15863 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15864 echo $ECHO_N "(cached) $ECHO_C" >&6
15866 ac_check_soname_save_LIBS
=$LIBS
15867 LIBS
="-ljpeg $LIBS"
15868 cat >conftest.
$ac_ext <<_ACEOF
15871 cat confdefs.h
>>conftest.
$ac_ext
15872 cat >>conftest.
$ac_ext <<_ACEOF
15873 /* end confdefs.h. */
15875 /* Override any GCC internal prototype to avoid an error.
15876 Use char because int might match the return type of a GCC
15877 builtin and then its argument prototype would still apply. */
15881 char jpeg_start_decompress ();
15885 return jpeg_start_decompress ();
15890 rm -f conftest.
$ac_objext conftest
$ac_exeext
15891 if { (ac_try
="$ac_link"
15892 case "(($ac_try" in
15893 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15894 *) ac_try_echo=$ac_try;;
15896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15897 (eval "$ac_link") 2>conftest.er1
15899 grep -v '^ *+' conftest.er1 >conftest.err
15901 cat conftest.err >&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); } && {
15904 test -z "$ac_c_werror_flag" ||
15905 test ! -s conftest.err
15906 } && test -s conftest$ac_exeext &&
15907 $as_test_x conftest$ac_exeext; then
15910 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'` ;;
15911 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15914 echo "$as_me: failed program was:" >&5
15915 sed 's/^/| /' conftest.$ac_ext >&5
15920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15921 conftest$ac_exeext conftest.$ac_ext
15922 LIBS=$ac_check_soname_save_LIBS
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925 { echo "$as_me:$LINENO: result: not found" >&5
15926 echo "${ECHO_T}not found" >&6; }
15929 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15930 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15932 cat >>confdefs.h <<_ACEOF
15933 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15940 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15941 case "x$with_jpeg" in
15942 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15944 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15945 This is an error since --with-jpeg was requested." >&5
15946 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15947 This is an error since --with-jpeg was requested." >&2;}
15948 { (exit 1); exit 1; }; } ;;
15953 if test "$ac_cv_header_png_h" = "yes"
15955 { echo "$as_me:$LINENO: checking for -lpng" >&5
15956 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15957 if test "${ac_cv_lib_soname_png+set}" = set; then
15958 echo $ECHO_N "(cached) $ECHO_C" >&6
15960 ac_check_soname_save_LIBS=$LIBS
15961 LIBS="-lpng -lm $LIBS"
15962 cat >conftest.$ac_ext <<_ACEOF
15965 cat confdefs.h >>conftest.$ac_ext
15966 cat >>conftest.$ac_ext <<_ACEOF
15967 /* end confdefs.h. */
15969 /* Override any GCC internal prototype to avoid an error.
15970 Use char because int might match the return type of a GCC
15971 builtin and then its argument prototype would still apply. */
15975 char png_create_read_struct ();
15979 return png_create_read_struct ();
15984 rm -f conftest.$ac_objext conftest$ac_exeext
15985 if { (ac_try="$ac_link"
15986 case "(($ac_try" in
15987 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15988 *) ac_try_echo
=$ac_try;;
15990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15991 (eval "$ac_link") 2>conftest.er1
15993 grep -v '^ *+' conftest.er1
>conftest.err
15995 cat conftest.err
>&5
15996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997 (exit $ac_status); } && {
15998 test -z "$ac_c_werror_flag" ||
15999 test ! -s conftest.err
16000 } && test -s conftest
$ac_exeext &&
16001 $as_test_x conftest
$ac_exeext; then
16004 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'` ;;
16005 *) 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'` ;;
16008 echo "$as_me: failed program was:" >&5
16009 sed 's/^/| /' conftest.
$ac_ext >&5
16014 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16015 conftest
$ac_exeext conftest.
$ac_ext
16016 LIBS
=$ac_check_soname_save_LIBS
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019 { echo "$as_me:$LINENO: result: not found" >&5
16020 echo "${ECHO_T}not found" >&6; }
16023 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16024 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16026 cat >>confdefs.h
<<_ACEOF
16027 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16034 if test "x$ac_cv_lib_soname_png" = "x"; then
16035 case "x$with_png" in
16036 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16038 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16039 This is an error since --with-png was requested." >&5
16040 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16041 This is an error since --with-png was requested." >&2;}
16042 { (exit 1); exit 1; }; } ;;
16047 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16048 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16049 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16050 echo $ECHO_N "(cached) $ECHO_C" >&6
16052 ac_check_soname_save_LIBS
=$LIBS
16053 LIBS
="-lodbc $LIBS"
16054 cat >conftest.
$ac_ext <<_ACEOF
16057 cat confdefs.h
>>conftest.
$ac_ext
16058 cat >>conftest.
$ac_ext <<_ACEOF
16059 /* end confdefs.h. */
16061 /* Override any GCC internal prototype to avoid an error.
16062 Use char because int might match the return type of a GCC
16063 builtin and then its argument prototype would still apply. */
16067 char SQLConnect ();
16071 return SQLConnect ();
16076 rm -f conftest.
$ac_objext conftest
$ac_exeext
16077 if { (ac_try
="$ac_link"
16078 case "(($ac_try" in
16079 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083 (eval "$ac_link") 2>conftest.er1
16085 grep -v '^ *+' conftest.er1 >conftest.err
16087 cat conftest.err >&5
16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089 (exit $ac_status); } && {
16090 test -z "$ac_c_werror_flag" ||
16091 test ! -s conftest.err
16092 } && test -s conftest$ac_exeext &&
16093 $as_test_x conftest$ac_exeext; then
16096 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'` ;;
16097 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16100 echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107 conftest$ac_exeext conftest.$ac_ext
16108 LIBS=$ac_check_soname_save_LIBS
16110 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16111 { echo "$as_me:$LINENO: result: not found" >&5
16112 echo "${ECHO_T}not found" >&6; }
16113 cat >>confdefs.h <<_ACEOF
16114 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16129 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16130 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16131 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16132 "$ac_cv_header_soundcard_h" != "yes" -a \
16133 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16135 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16141 if test "x${GCC}" = "xyes"
16143 EXTRACFLAGS="-Wall -pipe"
16145 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16146 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16147 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16148 echo $ECHO_N "(cached) $ECHO_C" >&6
16150 if test "$cross_compiling" = yes; then
16151 ac_cv_c_gcc_strength_bug="yes"
16153 cat >conftest.$ac_ext <<_ACEOF
16156 cat confdefs.h >>conftest.$ac_ext
16157 cat >>conftest.$ac_ext <<_ACEOF
16158 /* end confdefs.h. */
16159 int L[4] = {0,1,2,3};
16163 static int Array[3];
16164 unsigned int B = 3;
16166 for(i=0; i<B; i++) Array[i] = i - 3;
16167 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16169 exit( Array[1] != -2 || L[2] != 3)
16174 rm -f conftest$ac_exeext
16175 if { (ac_try="$ac_link"
16176 case "(($ac_try" in
16177 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16178 *) ac_try_echo
=$ac_try;;
16180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181 (eval "$ac_link") 2>&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16185 { (case "(($ac_try" in
16186 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16187 *) ac_try_echo=$ac_try;;
16189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16190 (eval "$ac_try") 2>&5
16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193 (exit $ac_status); }; }; then
16194 ac_cv_c_gcc_strength_bug="no"
16196 echo "$as_me: program exited with status $ac_status" >&5
16197 echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.$ac_ext >&5
16200 ( exit $ac_status )
16201 ac_cv_c_gcc_strength_bug="yes"
16203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16208 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16209 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16210 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16212 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16216 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16217 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16218 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16219 echo $ECHO_N "(cached) $ECHO_C" >&6
16221 ac_wine_try_cflags_saved=$CFLAGS
16222 CFLAGS="$CFLAGS -fshort-wchar"
16223 cat >conftest.$ac_ext <<_ACEOF
16226 cat confdefs.h >>conftest.$ac_ext
16227 cat >>conftest.$ac_ext <<_ACEOF
16228 /* end confdefs.h. */
16238 rm -f conftest.$ac_objext conftest$ac_exeext
16239 if { (ac_try="$ac_link"
16240 case "(($ac_try" in
16241 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16242 *) ac_try_echo
=$ac_try;;
16244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16245 (eval "$ac_link") 2>conftest.er1
16247 grep -v '^ *+' conftest.er1
>conftest.err
16249 cat conftest.err
>&5
16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16251 (exit $ac_status); } && {
16252 test -z "$ac_c_werror_flag" ||
16253 test ! -s conftest.err
16254 } && test -s conftest
$ac_exeext &&
16255 $as_test_x conftest
$ac_exeext; then
16256 ac_cv_cflags__fshort_wchar
=yes
16258 echo "$as_me: failed program was:" >&5
16259 sed 's/^/| /' conftest.
$ac_ext >&5
16261 ac_cv_cflags__fshort_wchar
=no
16264 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16265 conftest
$ac_exeext conftest.
$ac_ext
16266 CFLAGS
=$ac_wine_try_cflags_saved
16268 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16269 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16270 if test $ac_cv_cflags__fshort_wchar = yes; then
16272 cat >>confdefs.h
<<\_ACEOF
16273 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16278 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16279 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16280 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16281 echo $ECHO_N "(cached) $ECHO_C" >&6
16283 ac_wine_try_cflags_saved
=$CFLAGS
16284 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16285 cat >conftest.
$ac_ext <<_ACEOF
16288 cat confdefs.h
>>conftest.
$ac_ext
16289 cat >>conftest.
$ac_ext <<_ACEOF
16290 /* end confdefs.h. */
16300 rm -f conftest.
$ac_objext conftest
$ac_exeext
16301 if { (ac_try
="$ac_link"
16302 case "(($ac_try" in
16303 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16304 *) ac_try_echo=$ac_try;;
16306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16307 (eval "$ac_link") 2>conftest.er1
16309 grep -v '^ *+' conftest.er1 >conftest.err
16311 cat conftest.err >&5
16312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16313 (exit $ac_status); } && {
16314 test -z "$ac_c_werror_flag" ||
16315 test ! -s conftest.err
16316 } && test -s conftest$ac_exeext &&
16317 $as_test_x conftest$ac_exeext; then
16318 ac_cv_cflags__fno_strict_aliasing=yes
16320 echo "$as_me: failed program was:" >&5
16321 sed 's/^/| /' conftest.$ac_ext >&5
16323 ac_cv_cflags__fno_strict_aliasing=no
16326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16327 conftest$ac_exeext conftest.$ac_ext
16328 CFLAGS=$ac_wine_try_cflags_saved
16330 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16331 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16332 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16333 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16336 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16337 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16338 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16339 echo $ECHO_N "(cached) $ECHO_C" >&6
16341 ac_wine_try_cflags_saved=$CFLAGS
16342 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16343 cat >conftest.$ac_ext <<_ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16358 rm -f conftest.$ac_objext conftest$ac_exeext
16359 if { (ac_try="$ac_link"
16360 case "(($ac_try" in
16361 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16362 *) ac_try_echo
=$ac_try;;
16364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16365 (eval "$ac_link") 2>conftest.er1
16367 grep -v '^ *+' conftest.er1
>conftest.err
16369 cat conftest.err
>&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && {
16372 test -z "$ac_c_werror_flag" ||
16373 test ! -s conftest.err
16374 } && test -s conftest
$ac_exeext &&
16375 $as_test_x conftest
$ac_exeext; then
16376 ac_cv_cflags__Wdeclaration_after_statement
=yes
16378 echo "$as_me: failed program was:" >&5
16379 sed 's/^/| /' conftest.
$ac_ext >&5
16381 ac_cv_cflags__Wdeclaration_after_statement
=no
16384 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16385 conftest
$ac_exeext conftest.
$ac_ext
16386 CFLAGS
=$ac_wine_try_cflags_saved
16388 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16389 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16390 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16391 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16394 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16395 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16396 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16397 echo $ECHO_N "(cached) $ECHO_C" >&6
16399 ac_wine_try_cflags_saved
=$CFLAGS
16400 CFLAGS
="$CFLAGS -Wwrite-strings"
16401 cat >conftest.
$ac_ext <<_ACEOF
16404 cat confdefs.h
>>conftest.
$ac_ext
16405 cat >>conftest.
$ac_ext <<_ACEOF
16406 /* end confdefs.h. */
16416 rm -f conftest.
$ac_objext conftest
$ac_exeext
16417 if { (ac_try
="$ac_link"
16418 case "(($ac_try" in
16419 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16420 *) ac_try_echo=$ac_try;;
16422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16423 (eval "$ac_link") 2>conftest.er1
16425 grep -v '^ *+' conftest.er1 >conftest.err
16427 cat conftest.err >&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } && {
16430 test -z "$ac_c_werror_flag" ||
16431 test ! -s conftest.err
16432 } && test -s conftest$ac_exeext &&
16433 $as_test_x conftest$ac_exeext; then
16434 ac_cv_cflags__Wwrite_strings=yes
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16439 ac_cv_cflags__Wwrite_strings=no
16442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16443 conftest$ac_exeext conftest.$ac_ext
16444 CFLAGS=$ac_wine_try_cflags_saved
16446 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16447 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16448 if test $ac_cv_cflags__Wwrite_strings = yes; then
16449 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16452 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16453 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16454 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16455 echo $ECHO_N "(cached) $ECHO_C" >&6
16457 ac_wine_try_cflags_saved=$CFLAGS
16458 CFLAGS="$CFLAGS -Wtype-limits"
16459 cat >conftest.$ac_ext <<_ACEOF
16462 cat confdefs.h >>conftest.$ac_ext
16463 cat >>conftest.$ac_ext <<_ACEOF
16464 /* end confdefs.h. */
16474 rm -f conftest.$ac_objext conftest$ac_exeext
16475 if { (ac_try="$ac_link"
16476 case "(($ac_try" in
16477 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16478 *) ac_try_echo
=$ac_try;;
16480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16481 (eval "$ac_link") 2>conftest.er1
16483 grep -v '^ *+' conftest.er1
>conftest.err
16485 cat conftest.err
>&5
16486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487 (exit $ac_status); } && {
16488 test -z "$ac_c_werror_flag" ||
16489 test ! -s conftest.err
16490 } && test -s conftest
$ac_exeext &&
16491 $as_test_x conftest
$ac_exeext; then
16492 ac_cv_cflags__Wtype_limits
=yes
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.
$ac_ext >&5
16497 ac_cv_cflags__Wtype_limits
=no
16500 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16501 conftest
$ac_exeext conftest.
$ac_ext
16502 CFLAGS
=$ac_wine_try_cflags_saved
16504 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16505 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16506 if test $ac_cv_cflags__Wtype_limits = yes; then
16507 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16511 saved_CFLAGS
="$CFLAGS"
16512 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16513 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16514 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16515 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16518 cat >conftest.
$ac_ext <<_ACEOF
16521 cat confdefs.h
>>conftest.
$ac_ext
16522 cat >>conftest.
$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 #include <string.h>
16533 rm -f conftest.
$ac_objext
16534 if { (ac_try
="$ac_compile"
16535 case "(($ac_try" in
16536 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16537 *) ac_try_echo=$ac_try;;
16539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16540 (eval "$ac_compile") 2>conftest.er1
16542 grep -v '^ *+' conftest.er1 >conftest.err
16544 cat conftest.err >&5
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } && {
16547 test -z "$ac_c_werror_flag" ||
16548 test ! -s conftest.err
16549 } && test -s conftest.$ac_objext; then
16550 ac_cv_c_string_h_warnings=no
16552 echo "$as_me: failed program was:" >&5
16553 sed 's/^/| /' conftest.$ac_ext >&5
16555 ac_cv_c_string_h_warnings=yes
16558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16560 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16561 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16562 CFLAGS="$saved_CFLAGS"
16563 if test "$ac_cv_c_string_h_warnings" = "no"
16565 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16570 saved_CFLAGS="$CFLAGS"
16571 CFLAGS="$CFLAGS -Werror"
16572 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16573 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16574 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16575 echo $ECHO_N "(cached) $ECHO_C" >&6
16577 cat >conftest.$ac_ext <<_ACEOF
16580 cat confdefs.h >>conftest.$ac_ext
16581 cat >>conftest.$ac_ext <<_ACEOF
16582 /* end confdefs.h. */
16587 int iswlower(unsigned short);
16592 rm -f conftest.$ac_objext
16593 if { (ac_try="$ac_compile"
16594 case "(($ac_try" in
16595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16596 *) ac_try_echo
=$ac_try;;
16598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16599 (eval "$ac_compile") 2>conftest.er1
16601 grep -v '^ *+' conftest.er1
>conftest.err
16603 cat conftest.err
>&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } && {
16606 test -z "$ac_c_werror_flag" ||
16607 test ! -s conftest.err
16608 } && test -s conftest.
$ac_objext; then
16609 ac_cv_c_builtin_wchar_ctype
=no
16611 echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.
$ac_ext >&5
16614 ac_cv_c_builtin_wchar_ctype
=yes
16617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16619 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16620 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16621 CFLAGS
="$saved_CFLAGS"
16622 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16624 BUILTINFLAG
="-fno-builtin"
16629 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16630 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16631 if test "${ac_cv_asm_func_def+set}" = set; then
16632 echo $ECHO_N "(cached) $ECHO_C" >&6
16634 cat >conftest.
$ac_ext <<_ACEOF
16637 cat confdefs.h
>>conftest.
$ac_ext
16638 cat >>conftest.
$ac_ext <<_ACEOF
16639 /* end confdefs.h. */
16644 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16649 rm -f conftest.
$ac_objext conftest
$ac_exeext
16650 if { (ac_try
="$ac_link"
16651 case "(($ac_try" in
16652 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16653 *) ac_try_echo=$ac_try;;
16655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16656 (eval "$ac_link") 2>conftest.er1
16658 grep -v '^ *+' conftest.er1 >conftest.err
16660 cat conftest.err >&5
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } && {
16663 test -z "$ac_c_werror_flag" ||
16664 test ! -s conftest.err
16665 } && test -s conftest$ac_exeext &&
16666 $as_test_x conftest$ac_exeext; then
16667 ac_cv_asm_func_def=".def"
16669 echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.$ac_ext >&5
16672 cat >conftest.$ac_ext <<_ACEOF
16675 cat confdefs.h >>conftest.$ac_ext
16676 cat >>conftest.$ac_ext <<_ACEOF
16677 /* end confdefs.h. */
16682 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16687 rm -f conftest.$ac_objext conftest$ac_exeext
16688 if { (ac_try="$ac_link"
16689 case "(($ac_try" in
16690 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16691 *) ac_try_echo
=$ac_try;;
16693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 (eval "$ac_link") 2>conftest.er1
16696 grep -v '^ *+' conftest.er1
>conftest.err
16698 cat conftest.err
>&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); } && {
16701 test -z "$ac_c_werror_flag" ||
16702 test ! -s conftest.err
16703 } && test -s conftest
$ac_exeext &&
16704 $as_test_x conftest
$ac_exeext; then
16705 ac_cv_asm_func_def
=".type @function"
16707 echo "$as_me: failed program was:" >&5
16708 sed 's/^/| /' conftest.
$ac_ext >&5
16710 cat >conftest.
$ac_ext <<_ACEOF
16713 cat confdefs.h
>>conftest.
$ac_ext
16714 cat >>conftest.
$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16720 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16725 rm -f conftest.
$ac_objext conftest
$ac_exeext
16726 if { (ac_try
="$ac_link"
16727 case "(($ac_try" in
16728 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16729 *) ac_try_echo=$ac_try;;
16731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16732 (eval "$ac_link") 2>conftest.er1
16734 grep -v '^ *+' conftest.er1 >conftest.err
16736 cat conftest.err >&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); } && {
16739 test -z "$ac_c_werror_flag" ||
16740 test ! -s conftest.err
16741 } && test -s conftest$ac_exeext &&
16742 $as_test_x conftest$ac_exeext; then
16743 ac_cv_asm_func_def=".type 2"
16745 echo "$as_me: failed program was:" >&5
16746 sed 's/^/| /' conftest.$ac_ext >&5
16748 ac_cv_asm_func_def="unknown"
16751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16752 conftest$ac_exeext conftest.$ac_ext
16755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16756 conftest$ac_exeext conftest.$ac_ext
16759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16760 conftest$ac_exeext conftest.$ac_ext
16762 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16763 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16767 case "$ac_cv_asm_func_def" in
16769 cat >>confdefs.h <<\_ACEOF
16770 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16774 cat >>confdefs.h <<\_ACEOF
16775 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16779 cat >>confdefs.h <<\_ACEOF
16780 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16784 cat >>confdefs.h <<\_ACEOF
16785 #define __ASM_FUNC(name) ""
16791 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16792 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16793 if test "${ac_cv_c_extern_prefix+set}" = set; then
16794 echo $ECHO_N "(cached) $ECHO_C" >&6
16796 cat >conftest.$ac_ext <<_ACEOF
16799 cat confdefs.h >>conftest.$ac_ext
16800 cat >>conftest.$ac_ext <<_ACEOF
16801 /* end confdefs.h. */
16802 extern int ac_test;
16806 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16811 rm -f conftest.$ac_objext conftest$ac_exeext
16812 if { (ac_try="$ac_link"
16813 case "(($ac_try" in
16814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16815 *) ac_try_echo
=$ac_try;;
16817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818 (eval "$ac_link") 2>conftest.er1
16820 grep -v '^ *+' conftest.er1
>conftest.err
16822 cat conftest.err
>&5
16823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16824 (exit $ac_status); } && {
16825 test -z "$ac_c_werror_flag" ||
16826 test ! -s conftest.err
16827 } && test -s conftest
$ac_exeext &&
16828 $as_test_x conftest
$ac_exeext; then
16829 ac_cv_c_extern_prefix
="yes"
16831 echo "$as_me: failed program was:" >&5
16832 sed 's/^/| /' conftest.
$ac_ext >&5
16834 ac_cv_c_extern_prefix
="no"
16837 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16838 conftest
$ac_exeext conftest.
$ac_ext
16840 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16841 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16845 if test "$ac_cv_c_extern_prefix" = "yes"
16847 cat >>confdefs.h
<<\_ACEOF
16848 #define __ASM_NAME(name) "_" name
16852 cat >>confdefs.h
<<\_ACEOF
16853 #define __ASM_NAME(name) name
16863 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16867 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16869 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16873 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16881 SOCKETLIBS
="-lws2_32"
16886 MAIN_BINARY
="wine-pthread"
16890 linux
* | k
*bsd
*-gnu)
16891 MAIN_BINARY
="wine-glibc"
16893 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16896 MAIN_BINARY
="wine-freebsd"
16898 EXTRA_BINARIES
="wine-pthread"
17046 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17047 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17048 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17049 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17050 echo $ECHO_N "(cached) $ECHO_C" >&6
17052 cat >conftest.
$ac_ext <<_ACEOF
17055 cat confdefs.h
>>conftest.
$ac_ext
17056 cat >>conftest.
$ac_ext <<_ACEOF
17057 /* end confdefs.h. */
17058 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17060 #define $ac_func innocuous_$ac_func
17062 /* System header to define __stub macros and hopefully few prototypes,
17063 which can conflict with char $ac_func (); below.
17064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17065 <limits.h> exists even on freestanding compilers. */
17068 # include <limits.h>
17070 # include <assert.h>
17075 /* Override any GCC internal prototype to avoid an error.
17076 Use char because int might match the return type of a GCC
17077 builtin and then its argument prototype would still apply. */
17082 /* The GNU C library defines this for functions which it implements
17083 to always fail with ENOSYS. Some functions are actually named
17084 something starting with __ and the normal name is an alias. */
17085 #if defined __stub_$ac_func || defined __stub___$ac_func
17092 return $ac_func ();
17097 rm -f conftest.
$ac_objext conftest
$ac_exeext
17098 if { (ac_try
="$ac_link"
17099 case "(($ac_try" in
17100 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17101 *) ac_try_echo=$ac_try;;
17103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17104 (eval "$ac_link") 2>conftest.er1
17106 grep -v '^ *+' conftest.er1 >conftest.err
17108 cat conftest.err >&5
17109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17110 (exit $ac_status); } && {
17111 test -z "$ac_c_werror_flag" ||
17112 test ! -s conftest.err
17113 } && test -s conftest$ac_exeext &&
17114 $as_test_x conftest$ac_exeext; then
17115 eval "$as_ac_var=yes"
17117 echo "$as_me: failed program was:" >&5
17118 sed 's/^/| /' conftest.$ac_ext >&5
17120 eval "$as_ac_var=no"
17123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17124 conftest$ac_exeext conftest.$ac_ext
17126 ac_res=`eval echo '${'$as_ac_var'}'`
17127 { echo "$as_me:$LINENO: result: $ac_res" >&5
17128 echo "${ECHO_T}$ac_res" >&6; }
17129 if test `eval echo '${'$as_ac_var'}'` = yes; then
17130 cat >>confdefs.h <<_ACEOF
17131 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17138 if test "$ac_cv_func_dlopen" = no
17140 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17141 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17142 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17143 echo $ECHO_N "(cached) $ECHO_C" >&6
17145 ac_check_lib_save_LIBS=$LIBS
17147 cat >conftest.$ac_ext <<_ACEOF
17150 cat confdefs.h >>conftest.$ac_ext
17151 cat >>conftest.$ac_ext <<_ACEOF
17152 /* end confdefs.h. */
17154 /* Override any GCC internal prototype to avoid an error.
17155 Use char because int might match the return type of a GCC
17156 builtin and then its argument prototype would still apply. */
17169 rm -f conftest.$ac_objext conftest$ac_exeext
17170 if { (ac_try="$ac_link"
17171 case "(($ac_try" in
17172 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17173 *) ac_try_echo
=$ac_try;;
17175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17176 (eval "$ac_link") 2>conftest.er1
17178 grep -v '^ *+' conftest.er1
>conftest.err
17180 cat conftest.err
>&5
17181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17182 (exit $ac_status); } && {
17183 test -z "$ac_c_werror_flag" ||
17184 test ! -s conftest.err
17185 } && test -s conftest
$ac_exeext &&
17186 $as_test_x conftest
$ac_exeext; then
17187 ac_cv_lib_dl_dlopen
=yes
17189 echo "$as_me: failed program was:" >&5
17190 sed 's/^/| /' conftest.
$ac_ext >&5
17192 ac_cv_lib_dl_dlopen
=no
17195 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17196 conftest
$ac_exeext conftest.
$ac_ext
17197 LIBS
=$ac_check_lib_save_LIBS
17199 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17200 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17201 if test $ac_cv_lib_dl_dlopen = yes; then
17202 cat >>confdefs.h
<<\_ACEOF
17203 #define HAVE_DLOPEN 1
17210 ac_wine_check_funcs_save_LIBS
="$LIBS"
17211 LIBS
="$LIBS $LIBDL"
17213 for ac_func
in dladdr
17215 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17218 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17219 echo $ECHO_N "(cached) $ECHO_C" >&6
17221 cat >conftest.
$ac_ext <<_ACEOF
17224 cat confdefs.h
>>conftest.
$ac_ext
17225 cat >>conftest.
$ac_ext <<_ACEOF
17226 /* end confdefs.h. */
17227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17229 #define $ac_func innocuous_$ac_func
17231 /* System header to define __stub macros and hopefully few prototypes,
17232 which can conflict with char $ac_func (); below.
17233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17234 <limits.h> exists even on freestanding compilers. */
17237 # include <limits.h>
17239 # include <assert.h>
17244 /* Override any GCC internal prototype to avoid an error.
17245 Use char because int might match the return type of a GCC
17246 builtin and then its argument prototype would still apply. */
17251 /* The GNU C library defines this for functions which it implements
17252 to always fail with ENOSYS. Some functions are actually named
17253 something starting with __ and the normal name is an alias. */
17254 #if defined __stub_$ac_func || defined __stub___$ac_func
17261 return $ac_func ();
17266 rm -f conftest.
$ac_objext conftest
$ac_exeext
17267 if { (ac_try
="$ac_link"
17268 case "(($ac_try" in
17269 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17270 *) ac_try_echo=$ac_try;;
17272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17273 (eval "$ac_link") 2>conftest.er1
17275 grep -v '^ *+' conftest.er1 >conftest.err
17277 cat conftest.err >&5
17278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17279 (exit $ac_status); } && {
17280 test -z "$ac_c_werror_flag" ||
17281 test ! -s conftest.err
17282 } && test -s conftest$ac_exeext &&
17283 $as_test_x conftest$ac_exeext; then
17284 eval "$as_ac_var=yes"
17286 echo "$as_me: failed program was:" >&5
17287 sed 's/^/| /' conftest.$ac_ext >&5
17289 eval "$as_ac_var=no"
17292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17293 conftest$ac_exeext conftest.$ac_ext
17295 ac_res=`eval echo '${'$as_ac_var'}'`
17296 { echo "$as_me:$LINENO: result: $ac_res" >&5
17297 echo "${ECHO_T}$ac_res" >&6; }
17298 if test `eval echo '${'$as_ac_var'}'` = yes; then
17299 cat >>confdefs.h <<_ACEOF
17300 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17306 LIBS="$ac_wine_check_funcs_save_LIBS"
17308 if test "$ac_cv_func_poll" = no
17310 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17311 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17312 if test "${ac_cv_lib_poll_poll+set}" = set; then
17313 echo $ECHO_N "(cached) $ECHO_C" >&6
17315 ac_check_lib_save_LIBS=$LIBS
17316 LIBS="-lpoll $LIBS"
17317 cat >conftest.$ac_ext <<_ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17324 /* Override any GCC internal prototype to avoid an error.
17325 Use char because int might match the return type of a GCC
17326 builtin and then its argument prototype would still apply. */
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (ac_try="$ac_link"
17341 case "(($ac_try" in
17342 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17343 *) ac_try_echo
=$ac_try;;
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_link") 2>conftest.er1
17348 grep -v '^ *+' conftest.er1
>conftest.err
17350 cat conftest.err
>&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } && {
17353 test -z "$ac_c_werror_flag" ||
17354 test ! -s conftest.err
17355 } && test -s conftest
$ac_exeext &&
17356 $as_test_x conftest
$ac_exeext; then
17357 ac_cv_lib_poll_poll
=yes
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.
$ac_ext >&5
17362 ac_cv_lib_poll_poll
=no
17365 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17366 conftest
$ac_exeext conftest.
$ac_ext
17367 LIBS
=$ac_check_lib_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17370 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17371 if test $ac_cv_lib_poll_poll = yes; then
17372 cat >>confdefs.h
<<\_ACEOF
17373 #define HAVE_POLL 1
17381 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17382 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17383 if test "${ac_cv_search_gethostbyname+set}" = set; then
17384 echo $ECHO_N "(cached) $ECHO_C" >&6
17386 ac_func_search_save_LIBS
=$LIBS
17387 cat >conftest.
$ac_ext <<_ACEOF
17390 cat confdefs.h
>>conftest.
$ac_ext
17391 cat >>conftest.
$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17394 /* Override any GCC internal prototype to avoid an error.
17395 Use char because int might match the return type of a GCC
17396 builtin and then its argument prototype would still apply. */
17400 char gethostbyname ();
17404 return gethostbyname ();
17409 for ac_lib
in '' nsl
; do
17410 if test -z "$ac_lib"; then
17411 ac_res
="none required"
17414 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17416 rm -f conftest.
$ac_objext conftest
$ac_exeext
17417 if { (ac_try
="$ac_link"
17418 case "(($ac_try" in
17419 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17420 *) ac_try_echo=$ac_try;;
17422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17423 (eval "$ac_link") 2>conftest.er1
17425 grep -v '^ *+' conftest.er1 >conftest.err
17427 cat conftest.err >&5
17428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17429 (exit $ac_status); } && {
17430 test -z "$ac_c_werror_flag" ||
17431 test ! -s conftest.err
17432 } && test -s conftest$ac_exeext &&
17433 $as_test_x conftest$ac_exeext; then
17434 ac_cv_search_gethostbyname=$ac_res
17436 echo "$as_me: failed program was:" >&5
17437 sed 's/^/| /' conftest.$ac_ext >&5
17442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17444 if test "${ac_cv_search_gethostbyname+set}" = set; then
17448 if test "${ac_cv_search_gethostbyname+set}" = set; then
17451 ac_cv_search_gethostbyname=no
17453 rm conftest.$ac_ext
17454 LIBS=$ac_func_search_save_LIBS
17456 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17457 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17458 ac_res=$ac_cv_search_gethostbyname
17459 if test "$ac_res" != no; then
17460 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17465 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17466 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17467 if test "${ac_cv_search_connect+set}" = set; then
17468 echo $ECHO_N "(cached) $ECHO_C" >&6
17470 ac_func_search_save_LIBS=$LIBS
17471 cat >conftest.$ac_ext <<_ACEOF
17474 cat confdefs.h >>conftest.$ac_ext
17475 cat >>conftest.$ac_ext <<_ACEOF
17476 /* end confdefs.h. */
17478 /* Override any GCC internal prototype to avoid an error.
17479 Use char because int might match the return type of a GCC
17480 builtin and then its argument prototype would still apply. */
17493 for ac_lib in '' socket; do
17494 if test -z "$ac_lib"; then
17495 ac_res="none required"
17498 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17500 rm -f conftest.$ac_objext conftest$ac_exeext
17501 if { (ac_try="$ac_link"
17502 case "(($ac_try" in
17503 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17504 *) ac_try_echo
=$ac_try;;
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_link") 2>conftest.er1
17509 grep -v '^ *+' conftest.er1
>conftest.err
17511 cat conftest.err
>&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } && {
17514 test -z "$ac_c_werror_flag" ||
17515 test ! -s conftest.err
17516 } && test -s conftest
$ac_exeext &&
17517 $as_test_x conftest
$ac_exeext; then
17518 ac_cv_search_connect
=$ac_res
17520 echo "$as_me: failed program was:" >&5
17521 sed 's/^/| /' conftest.
$ac_ext >&5
17526 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17528 if test "${ac_cv_search_connect+set}" = set; then
17532 if test "${ac_cv_search_connect+set}" = set; then
17535 ac_cv_search_connect
=no
17537 rm conftest.
$ac_ext
17538 LIBS
=$ac_func_search_save_LIBS
17540 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17541 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17542 ac_res
=$ac_cv_search_connect
17543 if test "$ac_res" != no
; then
17544 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17549 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17550 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17551 if test "${ac_cv_search_inet_aton+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17554 ac_func_search_save_LIBS
=$LIBS
17555 cat >conftest.
$ac_ext <<_ACEOF
17558 cat confdefs.h
>>conftest.
$ac_ext
17559 cat >>conftest.
$ac_ext <<_ACEOF
17560 /* end confdefs.h. */
17562 /* Override any GCC internal prototype to avoid an error.
17563 Use char because int might match the return type of a GCC
17564 builtin and then its argument prototype would still apply. */
17572 return inet_aton ();
17577 for ac_lib
in '' resolv
; do
17578 if test -z "$ac_lib"; then
17579 ac_res
="none required"
17582 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17584 rm -f conftest.
$ac_objext conftest
$ac_exeext
17585 if { (ac_try
="$ac_link"
17586 case "(($ac_try" in
17587 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17588 *) ac_try_echo=$ac_try;;
17590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17591 (eval "$ac_link") 2>conftest.er1
17593 grep -v '^ *+' conftest.er1 >conftest.err
17595 cat conftest.err >&5
17596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17597 (exit $ac_status); } && {
17598 test -z "$ac_c_werror_flag" ||
17599 test ! -s conftest.err
17600 } && test -s conftest$ac_exeext &&
17601 $as_test_x conftest$ac_exeext; then
17602 ac_cv_search_inet_aton=$ac_res
17604 echo "$as_me: failed program was:" >&5
17605 sed 's/^/| /' conftest.$ac_ext >&5
17610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17612 if test "${ac_cv_search_inet_aton+set}" = set; then
17616 if test "${ac_cv_search_inet_aton+set}" = set; then
17619 ac_cv_search_inet_aton=no
17621 rm conftest.$ac_ext
17622 LIBS=$ac_func_search_save_LIBS
17624 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17625 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17626 ac_res=$ac_cv_search_inet_aton
17627 if test "$ac_res" != no; then
17628 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17652 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17653 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17654 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17655 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17656 echo $ECHO_N "(cached) $ECHO_C" >&6
17658 cat >conftest.$ac_ext <<_ACEOF
17661 cat confdefs.h >>conftest.$ac_ext
17662 cat >>conftest.$ac_ext <<_ACEOF
17663 /* end confdefs.h. */
17664 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17665 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17666 #define $ac_func innocuous_$ac_func
17668 /* System header to define __stub macros and hopefully few prototypes,
17669 which can conflict with char $ac_func (); below.
17670 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17671 <limits.h> exists even on freestanding compilers. */
17674 # include <limits.h>
17676 # include <assert.h>
17681 /* Override any GCC internal prototype to avoid an error.
17682 Use char because int might match the return type of a GCC
17683 builtin and then its argument prototype would still apply. */
17688 /* The GNU C library defines this for functions which it implements
17689 to always fail with ENOSYS. Some functions are actually named
17690 something starting with __ and the normal name is an alias. */
17691 #if defined __stub_$ac_func || defined __stub___$ac_func
17698 return $ac_func ();
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17707 *) ac_try_echo
=$ac_try;;
17709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17710 (eval "$ac_link") 2>conftest.er1
17712 grep -v '^ *+' conftest.er1
>conftest.err
17714 cat conftest.err
>&5
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); } && {
17717 test -z "$ac_c_werror_flag" ||
17718 test ! -s conftest.err
17719 } && test -s conftest
$ac_exeext &&
17720 $as_test_x conftest
$ac_exeext; then
17721 eval "$as_ac_var=yes"
17723 echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.
$ac_ext >&5
17726 eval "$as_ac_var=no"
17729 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17730 conftest
$ac_exeext conftest.
$ac_ext
17732 ac_res
=`eval echo '${'$as_ac_var'}'`
17733 { echo "$as_me:$LINENO: result: $ac_res" >&5
17734 echo "${ECHO_T}$ac_res" >&6; }
17735 if test `eval echo '${'$as_ac_var'}'` = yes; then
17736 cat >>confdefs.h
<<_ACEOF
17737 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17746 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17748 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17749 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17750 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17751 echo $ECHO_N "(cached) $ECHO_C" >&6
17753 cat >conftest.
$ac_ext <<_ACEOF
17756 cat confdefs.h
>>conftest.
$ac_ext
17757 cat >>conftest.
$ac_ext <<_ACEOF
17758 /* end confdefs.h. */
17761 typedef LDAPSortKey ac__type_new_;
17765 if ((ac__type_new_ *) 0)
17767 if (sizeof (ac__type_new_))
17773 rm -f conftest.
$ac_objext
17774 if { (ac_try
="$ac_compile"
17775 case "(($ac_try" in
17776 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17777 *) ac_try_echo=$ac_try;;
17779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17780 (eval "$ac_compile") 2>conftest.er1
17782 grep -v '^ *+' conftest.er1 >conftest.err
17784 cat conftest.err >&5
17785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17786 (exit $ac_status); } && {
17787 test -z "$ac_c_werror_flag" ||
17788 test ! -s conftest.err
17789 } && test -s conftest.$ac_objext; then
17790 ac_cv_type_LDAPSortKey=yes
17792 echo "$as_me: failed program was:" >&5
17793 sed 's/^/| /' conftest.$ac_ext >&5
17795 ac_cv_type_LDAPSortKey=no
17798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17800 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17801 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17802 if test $ac_cv_type_LDAPSortKey = yes; then
17803 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17804 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17805 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17808 ac_check_lib_save_LIBS=$LIBS
17809 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17810 cat >conftest.$ac_ext <<_ACEOF
17813 cat confdefs.h >>conftest.$ac_ext
17814 cat >>conftest.$ac_ext <<_ACEOF
17815 /* end confdefs.h. */
17817 /* Override any GCC internal prototype to avoid an error.
17818 Use char because int might match the return type of a GCC
17819 builtin and then its argument prototype would still apply. */
17823 char ldap_initialize ();
17827 return ldap_initialize ();
17832 rm -f conftest.$ac_objext conftest$ac_exeext
17833 if { (ac_try="$ac_link"
17834 case "(($ac_try" in
17835 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17836 *) ac_try_echo
=$ac_try;;
17838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17839 (eval "$ac_link") 2>conftest.er1
17841 grep -v '^ *+' conftest.er1
>conftest.err
17843 cat conftest.err
>&5
17844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17845 (exit $ac_status); } && {
17846 test -z "$ac_c_werror_flag" ||
17847 test ! -s conftest.err
17848 } && test -s conftest
$ac_exeext &&
17849 $as_test_x conftest
$ac_exeext; then
17850 ac_cv_lib_ldap_r_ldap_initialize
=yes
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.
$ac_ext >&5
17855 ac_cv_lib_ldap_r_ldap_initialize
=no
17858 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17859 conftest
$ac_exeext conftest.
$ac_ext
17860 LIBS
=$ac_check_lib_save_LIBS
17862 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17863 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17864 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17865 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17866 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17867 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17868 echo $ECHO_N "(cached) $ECHO_C" >&6
17870 ac_check_lib_save_LIBS
=$LIBS
17871 LIBS
="-llber $LIBPTHREAD $LIBS"
17872 cat >conftest.
$ac_ext <<_ACEOF
17875 cat confdefs.h
>>conftest.
$ac_ext
17876 cat >>conftest.
$ac_ext <<_ACEOF
17877 /* end confdefs.h. */
17879 /* Override any GCC internal prototype to avoid an error.
17880 Use char because int might match the return type of a GCC
17881 builtin and then its argument prototype would still apply. */
17889 return ber_init ();
17894 rm -f conftest.
$ac_objext conftest
$ac_exeext
17895 if { (ac_try
="$ac_link"
17896 case "(($ac_try" in
17897 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17898 *) ac_try_echo=$ac_try;;
17900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17901 (eval "$ac_link") 2>conftest.er1
17903 grep -v '^ *+' conftest.er1 >conftest.err
17905 cat conftest.err >&5
17906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17907 (exit $ac_status); } && {
17908 test -z "$ac_c_werror_flag" ||
17909 test ! -s conftest.err
17910 } && test -s conftest$ac_exeext &&
17911 $as_test_x conftest$ac_exeext; then
17912 ac_cv_lib_lber_ber_init=yes
17914 echo "$as_me: failed program was:" >&5
17915 sed 's/^/| /' conftest.$ac_ext >&5
17917 ac_cv_lib_lber_ber_init=no
17920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17921 conftest$ac_exeext conftest.$ac_ext
17922 LIBS=$ac_check_lib_save_LIBS
17924 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17925 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17926 if test $ac_cv_lib_lber_ber_init = yes; then
17928 cat >>confdefs.h <<\_ACEOF
17929 #define HAVE_LDAP 1
17932 LDAPLIBS="-lldap_r -llber"
17939 ac_wine_check_funcs_save_LIBS="$LIBS"
17940 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17950 ldap_count_references \
17951 ldap_first_reference \
17952 ldap_next_reference \
17953 ldap_parse_reference \
17954 ldap_parse_sort_control \
17955 ldap_parse_sortresponse_control \
17956 ldap_parse_vlv_control \
17957 ldap_parse_vlvresponse_control
17959 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17960 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17961 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17963 echo $ECHO_N "(cached) $ECHO_C" >&6
17965 cat >conftest.$ac_ext <<_ACEOF
17968 cat confdefs.h >>conftest.$ac_ext
17969 cat >>conftest.$ac_ext <<_ACEOF
17970 /* end confdefs.h. */
17971 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17973 #define $ac_func innocuous_$ac_func
17975 /* System header to define __stub macros and hopefully few prototypes,
17976 which can conflict with char $ac_func (); below.
17977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17978 <limits.h> exists even on freestanding compilers. */
17981 # include <limits.h>
17983 # include <assert.h>
17988 /* Override any GCC internal prototype to avoid an error.
17989 Use char because int might match the return type of a GCC
17990 builtin and then its argument prototype would still apply. */
17995 /* The GNU C library defines this for functions which it implements
17996 to always fail with ENOSYS. Some functions are actually named
17997 something starting with __ and the normal name is an alias. */
17998 #if defined __stub_$ac_func || defined __stub___$ac_func
18005 return $ac_func ();
18010 rm -f conftest.$ac_objext conftest$ac_exeext
18011 if { (ac_try="$ac_link"
18012 case "(($ac_try" in
18013 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18014 *) ac_try_echo
=$ac_try;;
18016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18017 (eval "$ac_link") 2>conftest.er1
18019 grep -v '^ *+' conftest.er1
>conftest.err
18021 cat conftest.err
>&5
18022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18023 (exit $ac_status); } && {
18024 test -z "$ac_c_werror_flag" ||
18025 test ! -s conftest.err
18026 } && test -s conftest
$ac_exeext &&
18027 $as_test_x conftest
$ac_exeext; then
18028 eval "$as_ac_var=yes"
18030 echo "$as_me: failed program was:" >&5
18031 sed 's/^/| /' conftest.
$ac_ext >&5
18033 eval "$as_ac_var=no"
18036 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18037 conftest
$ac_exeext conftest.
$ac_ext
18039 ac_res
=`eval echo '${'$as_ac_var'}'`
18040 { echo "$as_me:$LINENO: result: $ac_res" >&5
18041 echo "${ECHO_T}$ac_res" >&6; }
18042 if test `eval echo '${'$as_ac_var'}'` = yes; then
18043 cat >>confdefs.h
<<_ACEOF
18044 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18050 LIBS
="$ac_wine_check_funcs_save_LIBS"
18052 if test "x$LDAPLIBS" = "x"; then
18053 case "x$with_ldap" in
18054 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18056 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18057 This is an error since --with-ldap was requested." >&5
18058 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18059 This is an error since --with-ldap was requested." >&2;}
18060 { (exit 1); exit 1; }; } ;;
18066 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18067 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18068 if test "${ac_cv_c_const+set}" = set; then
18069 echo $ECHO_N "(cached) $ECHO_C" >&6
18071 cat >conftest.
$ac_ext <<_ACEOF
18074 cat confdefs.h
>>conftest.
$ac_ext
18075 cat >>conftest.
$ac_ext <<_ACEOF
18076 /* end confdefs.h. */
18081 /* FIXME: Include the comments suggested by Paul. */
18082 #ifndef __cplusplus
18083 /* Ultrix mips cc rejects this. */
18084 typedef int charset[2];
18086 /* SunOS 4.1.1 cc rejects this. */
18087 char const *const *pcpcc;
18089 /* NEC SVR4.0.2 mips cc rejects this. */
18090 struct point {int x, y;};
18091 static struct point const zero = {0,0};
18092 /* AIX XL C 1.02.0.0 rejects this.
18093 It does not let you subtract one const X* pointer from another in
18094 an arm of an if-expression whose if-part is not a constant
18096 const char *g = "string";
18097 pcpcc = &g + (g ? g-g : 0);
18098 /* HPUX 7.0 cc rejects these. */
18100 ppc = (char**) pcpcc;
18101 pcpcc = (char const *const *) ppc;
18102 { /* SCO 3.2v4 cc rejects this. */
18104 char const *s = 0 ? (char *) 0 : (char const *) 0;
18109 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18110 int x[] = {25, 17};
18111 const int *foo = &x[0];
18114 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18115 typedef const int *iptr;
18119 { /* AIX XL C 1.02.0.0 rejects this saying
18120 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18121 struct s { int j; const int *ap[3]; };
18122 struct s *b; b->j = 5;
18124 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18125 const int foo = 10;
18126 if (!foo) return 0;
18128 return !cs[0] && !zero.x;
18135 rm -f conftest.
$ac_objext
18136 if { (ac_try
="$ac_compile"
18137 case "(($ac_try" in
18138 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18139 *) ac_try_echo=$ac_try;;
18141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18142 (eval "$ac_compile") 2>conftest.er1
18144 grep -v '^ *+' conftest.er1 >conftest.err
18146 cat conftest.err >&5
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && {
18149 test -z "$ac_c_werror_flag" ||
18150 test ! -s conftest.err
18151 } && test -s conftest.$ac_objext; then
18154 echo "$as_me: failed program was:" >&5
18155 sed 's/^/| /' conftest.$ac_ext >&5
18160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18162 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18163 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18164 if test $ac_cv_c_const = no; then
18166 cat >>confdefs.h <<\_ACEOF
18172 { echo "$as_me:$LINENO: checking for inline" >&5
18173 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18174 if test "${ac_cv_c_inline+set}" = set; then
18175 echo $ECHO_N "(cached) $ECHO_C" >&6
18178 for ac_kw in inline __inline__ __inline; do
18179 cat >conftest.$ac_ext <<_ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h. */
18185 #ifndef __cplusplus
18187 static $ac_kw foo_t static_foo () {return 0; }
18188 $ac_kw foo_t foo () {return 0; }
18192 rm -f conftest.$ac_objext
18193 if { (ac_try="$ac_compile"
18194 case "(($ac_try" in
18195 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18196 *) ac_try_echo
=$ac_try;;
18198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18199 (eval "$ac_compile") 2>conftest.er1
18201 grep -v '^ *+' conftest.er1
>conftest.err
18203 cat conftest.err
>&5
18204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18205 (exit $ac_status); } && {
18206 test -z "$ac_c_werror_flag" ||
18207 test ! -s conftest.err
18208 } && test -s conftest.
$ac_objext; then
18209 ac_cv_c_inline
=$ac_kw
18211 echo "$as_me: failed program was:" >&5
18212 sed 's/^/| /' conftest.
$ac_ext >&5
18217 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18218 test "$ac_cv_c_inline" != no
&& break
18222 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18223 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18226 case $ac_cv_c_inline in
18229 case $ac_cv_c_inline in
18231 *) ac_val
=$ac_cv_c_inline;;
18233 cat >>confdefs.h
<<_ACEOF
18234 #ifndef __cplusplus
18235 #define inline $ac_val
18241 { echo "$as_me:$LINENO: checking for mode_t" >&5
18242 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18243 if test "${ac_cv_type_mode_t+set}" = set; then
18244 echo $ECHO_N "(cached) $ECHO_C" >&6
18246 cat >conftest.
$ac_ext <<_ACEOF
18249 cat confdefs.h
>>conftest.
$ac_ext
18250 cat >>conftest.
$ac_ext <<_ACEOF
18251 /* end confdefs.h. */
18252 $ac_includes_default
18253 typedef mode_t ac__type_new_;
18257 if ((ac__type_new_ *) 0)
18259 if (sizeof (ac__type_new_))
18265 rm -f conftest.
$ac_objext
18266 if { (ac_try
="$ac_compile"
18267 case "(($ac_try" in
18268 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18269 *) ac_try_echo=$ac_try;;
18271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18272 (eval "$ac_compile") 2>conftest.er1
18274 grep -v '^ *+' conftest.er1 >conftest.err
18276 cat conftest.err >&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } && {
18279 test -z "$ac_c_werror_flag" ||
18280 test ! -s conftest.err
18281 } && test -s conftest.$ac_objext; then
18282 ac_cv_type_mode_t=yes
18284 echo "$as_me: failed program was:" >&5
18285 sed 's/^/| /' conftest.$ac_ext >&5
18287 ac_cv_type_mode_t=no
18290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18292 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18293 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18294 if test $ac_cv_type_mode_t = yes; then
18296 cat >>confdefs.h <<_ACEOF
18297 #define HAVE_MODE_T 1
18302 { echo "$as_me:$LINENO: checking for off_t" >&5
18303 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18304 if test "${ac_cv_type_off_t+set}" = set; then
18305 echo $ECHO_N "(cached) $ECHO_C" >&6
18307 cat >conftest.$ac_ext <<_ACEOF
18310 cat confdefs.h >>conftest.$ac_ext
18311 cat >>conftest.$ac_ext <<_ACEOF
18312 /* end confdefs.h. */
18313 $ac_includes_default
18314 typedef off_t ac__type_new_;
18318 if ((ac__type_new_ *) 0)
18320 if (sizeof (ac__type_new_))
18326 rm -f conftest.$ac_objext
18327 if { (ac_try="$ac_compile"
18328 case "(($ac_try" in
18329 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18330 *) ac_try_echo
=$ac_try;;
18332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18333 (eval "$ac_compile") 2>conftest.er1
18335 grep -v '^ *+' conftest.er1
>conftest.err
18337 cat conftest.err
>&5
18338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); } && {
18340 test -z "$ac_c_werror_flag" ||
18341 test ! -s conftest.err
18342 } && test -s conftest.
$ac_objext; then
18343 ac_cv_type_off_t
=yes
18345 echo "$as_me: failed program was:" >&5
18346 sed 's/^/| /' conftest.
$ac_ext >&5
18348 ac_cv_type_off_t
=no
18351 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18353 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18354 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18355 if test $ac_cv_type_off_t = yes; then
18357 cat >>confdefs.h
<<_ACEOF
18358 #define HAVE_OFF_T 1
18363 { echo "$as_me:$LINENO: checking for pid_t" >&5
18364 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18365 if test "${ac_cv_type_pid_t+set}" = set; then
18366 echo $ECHO_N "(cached) $ECHO_C" >&6
18368 cat >conftest.
$ac_ext <<_ACEOF
18371 cat confdefs.h
>>conftest.
$ac_ext
18372 cat >>conftest.
$ac_ext <<_ACEOF
18373 /* end confdefs.h. */
18374 $ac_includes_default
18375 typedef pid_t ac__type_new_;
18379 if ((ac__type_new_ *) 0)
18381 if (sizeof (ac__type_new_))
18387 rm -f conftest.
$ac_objext
18388 if { (ac_try
="$ac_compile"
18389 case "(($ac_try" in
18390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18391 *) ac_try_echo=$ac_try;;
18393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18394 (eval "$ac_compile") 2>conftest.er1
18396 grep -v '^ *+' conftest.er1 >conftest.err
18398 cat conftest.err >&5
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest.$ac_objext; then
18404 ac_cv_type_pid_t=yes
18406 echo "$as_me: failed program was:" >&5
18407 sed 's/^/| /' conftest.$ac_ext >&5
18409 ac_cv_type_pid_t=no
18412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18414 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18415 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18416 if test $ac_cv_type_pid_t = yes; then
18418 cat >>confdefs.h <<_ACEOF
18419 #define HAVE_PID_T 1
18424 { echo "$as_me:$LINENO: checking for size_t" >&5
18425 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18426 if test "${ac_cv_type_size_t+set}" = set; then
18427 echo $ECHO_N "(cached) $ECHO_C" >&6
18429 cat >conftest.$ac_ext <<_ACEOF
18432 cat confdefs.h >>conftest.$ac_ext
18433 cat >>conftest.$ac_ext <<_ACEOF
18434 /* end confdefs.h. */
18435 $ac_includes_default
18436 typedef size_t ac__type_new_;
18440 if ((ac__type_new_ *) 0)
18442 if (sizeof (ac__type_new_))
18448 rm -f conftest.$ac_objext
18449 if { (ac_try="$ac_compile"
18450 case "(($ac_try" in
18451 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18452 *) ac_try_echo
=$ac_try;;
18454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18455 (eval "$ac_compile") 2>conftest.er1
18457 grep -v '^ *+' conftest.er1
>conftest.err
18459 cat conftest.err
>&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); } && {
18462 test -z "$ac_c_werror_flag" ||
18463 test ! -s conftest.err
18464 } && test -s conftest.
$ac_objext; then
18465 ac_cv_type_size_t
=yes
18467 echo "$as_me: failed program was:" >&5
18468 sed 's/^/| /' conftest.
$ac_ext >&5
18470 ac_cv_type_size_t
=no
18473 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18475 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18476 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18477 if test $ac_cv_type_size_t = yes; then
18479 cat >>confdefs.h
<<_ACEOF
18480 #define HAVE_SIZE_T 1
18485 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18486 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18487 if test "${ac_cv_type_ssize_t+set}" = set; then
18488 echo $ECHO_N "(cached) $ECHO_C" >&6
18490 cat >conftest.
$ac_ext <<_ACEOF
18493 cat confdefs.h
>>conftest.
$ac_ext
18494 cat >>conftest.
$ac_ext <<_ACEOF
18495 /* end confdefs.h. */
18496 $ac_includes_default
18497 typedef ssize_t ac__type_new_;
18501 if ((ac__type_new_ *) 0)
18503 if (sizeof (ac__type_new_))
18509 rm -f conftest.
$ac_objext
18510 if { (ac_try
="$ac_compile"
18511 case "(($ac_try" in
18512 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18513 *) ac_try_echo=$ac_try;;
18515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18516 (eval "$ac_compile") 2>conftest.er1
18518 grep -v '^ *+' conftest.er1 >conftest.err
18520 cat conftest.err >&5
18521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18522 (exit $ac_status); } && {
18523 test -z "$ac_c_werror_flag" ||
18524 test ! -s conftest.err
18525 } && test -s conftest.$ac_objext; then
18526 ac_cv_type_ssize_t=yes
18528 echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.$ac_ext >&5
18531 ac_cv_type_ssize_t=no
18534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18536 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18537 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18538 if test $ac_cv_type_ssize_t = yes; then
18540 cat >>confdefs.h <<_ACEOF
18541 #define HAVE_SSIZE_T 1
18546 { echo "$as_me:$LINENO: checking for long long" >&5
18547 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18548 if test "${ac_cv_type_long_long+set}" = set; then
18549 echo $ECHO_N "(cached) $ECHO_C" >&6
18551 cat >conftest.$ac_ext <<_ACEOF
18554 cat confdefs.h >>conftest.$ac_ext
18555 cat >>conftest.$ac_ext <<_ACEOF
18556 /* end confdefs.h. */
18557 $ac_includes_default
18558 typedef long long ac__type_new_;
18562 if ((ac__type_new_ *) 0)
18564 if (sizeof (ac__type_new_))
18570 rm -f conftest.$ac_objext
18571 if { (ac_try="$ac_compile"
18572 case "(($ac_try" in
18573 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18574 *) ac_try_echo
=$ac_try;;
18576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18577 (eval "$ac_compile") 2>conftest.er1
18579 grep -v '^ *+' conftest.er1
>conftest.err
18581 cat conftest.err
>&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest.
$ac_objext; then
18587 ac_cv_type_long_long
=yes
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.
$ac_ext >&5
18592 ac_cv_type_long_long
=no
18595 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18597 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18598 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18599 if test $ac_cv_type_long_long = yes; then
18601 cat >>confdefs.h
<<_ACEOF
18602 #define HAVE_LONG_LONG 1
18607 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18608 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18609 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18612 cat >conftest.
$ac_ext <<_ACEOF
18615 cat confdefs.h
>>conftest.
$ac_ext
18616 cat >>conftest.
$ac_ext <<_ACEOF
18617 /* end confdefs.h. */
18618 $ac_includes_default
18619 typedef fsblkcnt_t ac__type_new_;
18623 if ((ac__type_new_ *) 0)
18625 if (sizeof (ac__type_new_))
18631 rm -f conftest.
$ac_objext
18632 if { (ac_try
="$ac_compile"
18633 case "(($ac_try" in
18634 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18635 *) ac_try_echo=$ac_try;;
18637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18638 (eval "$ac_compile") 2>conftest.er1
18640 grep -v '^ *+' conftest.er1 >conftest.err
18642 cat conftest.err >&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } && {
18645 test -z "$ac_c_werror_flag" ||
18646 test ! -s conftest.err
18647 } && test -s conftest.$ac_objext; then
18648 ac_cv_type_fsblkcnt_t=yes
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.$ac_ext >&5
18653 ac_cv_type_fsblkcnt_t=no
18656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18658 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18659 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18660 if test $ac_cv_type_fsblkcnt_t = yes; then
18662 cat >>confdefs.h <<_ACEOF
18663 #define HAVE_FSBLKCNT_T 1
18668 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18669 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18670 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18671 echo $ECHO_N "(cached) $ECHO_C" >&6
18673 cat >conftest.$ac_ext <<_ACEOF
18676 cat confdefs.h >>conftest.$ac_ext
18677 cat >>conftest.$ac_ext <<_ACEOF
18678 /* end confdefs.h. */
18679 $ac_includes_default
18680 typedef fsfilcnt_t ac__type_new_;
18684 if ((ac__type_new_ *) 0)
18686 if (sizeof (ac__type_new_))
18692 rm -f conftest.$ac_objext
18693 if { (ac_try="$ac_compile"
18694 case "(($ac_try" in
18695 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18696 *) ac_try_echo
=$ac_try;;
18698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18699 (eval "$ac_compile") 2>conftest.er1
18701 grep -v '^ *+' conftest.er1
>conftest.err
18703 cat conftest.err
>&5
18704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705 (exit $ac_status); } && {
18706 test -z "$ac_c_werror_flag" ||
18707 test ! -s conftest.err
18708 } && test -s conftest.
$ac_objext; then
18709 ac_cv_type_fsfilcnt_t
=yes
18711 echo "$as_me: failed program was:" >&5
18712 sed 's/^/| /' conftest.
$ac_ext >&5
18714 ac_cv_type_fsfilcnt_t
=no
18717 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18719 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18720 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18721 if test $ac_cv_type_fsfilcnt_t = yes; then
18723 cat >>confdefs.h
<<_ACEOF
18724 #define HAVE_FSFILCNT_T 1
18730 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18731 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18732 if test "${ac_cv_type_sigset_t+set}" = set; then
18733 echo $ECHO_N "(cached) $ECHO_C" >&6
18735 cat >conftest.
$ac_ext <<_ACEOF
18738 cat confdefs.h
>>conftest.
$ac_ext
18739 cat >>conftest.
$ac_ext <<_ACEOF
18740 /* end confdefs.h. */
18741 #include <signal.h>
18743 typedef sigset_t ac__type_new_;
18747 if ((ac__type_new_ *) 0)
18749 if (sizeof (ac__type_new_))
18755 rm -f conftest.
$ac_objext
18756 if { (ac_try
="$ac_compile"
18757 case "(($ac_try" in
18758 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18759 *) ac_try_echo=$ac_try;;
18761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18762 (eval "$ac_compile") 2>conftest.er1
18764 grep -v '^ *+' conftest.er1 >conftest.err
18766 cat conftest.err >&5
18767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768 (exit $ac_status); } && {
18769 test -z "$ac_c_werror_flag" ||
18770 test ! -s conftest.err
18771 } && test -s conftest.$ac_objext; then
18772 ac_cv_type_sigset_t=yes
18774 echo "$as_me: failed program was:" >&5
18775 sed 's/^/| /' conftest.$ac_ext >&5
18777 ac_cv_type_sigset_t=no
18780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18782 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18783 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18784 if test $ac_cv_type_sigset_t = yes; then
18786 cat >>confdefs.h <<_ACEOF
18787 #define HAVE_SIGSET_T 1
18793 { echo "$as_me:$LINENO: checking for request_sense" >&5
18794 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18795 if test "${ac_cv_type_request_sense+set}" = set; then
18796 echo $ECHO_N "(cached) $ECHO_C" >&6
18798 cat >conftest.$ac_ext <<_ACEOF
18801 cat confdefs.h >>conftest.$ac_ext
18802 cat >>conftest.$ac_ext <<_ACEOF
18803 /* end confdefs.h. */
18804 #include <linux/cdrom.h>
18806 typedef request_sense ac__type_new_;
18810 if ((ac__type_new_ *) 0)
18812 if (sizeof (ac__type_new_))
18818 rm -f conftest.$ac_objext
18819 if { (ac_try="$ac_compile"
18820 case "(($ac_try" in
18821 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18822 *) ac_try_echo
=$ac_try;;
18824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18825 (eval "$ac_compile") 2>conftest.er1
18827 grep -v '^ *+' conftest.er1
>conftest.err
18829 cat conftest.err
>&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); } && {
18832 test -z "$ac_c_werror_flag" ||
18833 test ! -s conftest.err
18834 } && test -s conftest.
$ac_objext; then
18835 ac_cv_type_request_sense
=yes
18837 echo "$as_me: failed program was:" >&5
18838 sed 's/^/| /' conftest.
$ac_ext >&5
18840 ac_cv_type_request_sense
=no
18843 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18845 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18846 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18847 if test $ac_cv_type_request_sense = yes; then
18849 cat >>confdefs.h
<<_ACEOF
18850 #define HAVE_REQUEST_SENSE 1
18857 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18858 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18859 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18860 echo $ECHO_N "(cached) $ECHO_C" >&6
18862 cat >conftest.
$ac_ext <<_ACEOF
18865 cat confdefs.h
>>conftest.
$ac_ext
18866 cat >>conftest.
$ac_ext <<_ACEOF
18867 /* end confdefs.h. */
18868 #ifdef HAVE_LINUX_INPUT_H
18869 #include <linux/input.h>
18875 static struct ff_effect ac_aggr;
18876 if (ac_aggr.direction)
18882 rm -f conftest.
$ac_objext
18883 if { (ac_try
="$ac_compile"
18884 case "(($ac_try" in
18885 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18886 *) ac_try_echo=$ac_try;;
18888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18889 (eval "$ac_compile") 2>conftest.er1
18891 grep -v '^ *+' conftest.er1 >conftest.err
18893 cat conftest.err >&5
18894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); } && {
18896 test -z "$ac_c_werror_flag" ||
18897 test ! -s conftest.err
18898 } && test -s conftest.$ac_objext; then
18899 ac_cv_member_struct_ff_effect_direction=yes
18901 echo "$as_me: failed program was:" >&5
18902 sed 's/^/| /' conftest.$ac_ext >&5
18904 cat >conftest.$ac_ext <<_ACEOF
18907 cat confdefs.h >>conftest.$ac_ext
18908 cat >>conftest.$ac_ext <<_ACEOF
18909 /* end confdefs.h. */
18910 #ifdef HAVE_LINUX_INPUT_H
18911 #include <linux/input.h>
18917 static struct ff_effect ac_aggr;
18918 if (sizeof ac_aggr.direction)
18924 rm -f conftest.$ac_objext
18925 if { (ac_try="$ac_compile"
18926 case "(($ac_try" in
18927 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18928 *) ac_try_echo
=$ac_try;;
18930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18931 (eval "$ac_compile") 2>conftest.er1
18933 grep -v '^ *+' conftest.er1
>conftest.err
18935 cat conftest.err
>&5
18936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } && {
18938 test -z "$ac_c_werror_flag" ||
18939 test ! -s conftest.err
18940 } && test -s conftest.
$ac_objext; then
18941 ac_cv_member_struct_ff_effect_direction
=yes
18943 echo "$as_me: failed program was:" >&5
18944 sed 's/^/| /' conftest.
$ac_ext >&5
18946 ac_cv_member_struct_ff_effect_direction
=no
18949 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18952 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18954 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18955 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18956 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18958 cat >>confdefs.h
<<_ACEOF
18959 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18966 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18967 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18968 if test "${wine_cv_have_sigaddset+set}" = set; then
18969 echo $ECHO_N "(cached) $ECHO_C" >&6
18971 cat >conftest.
$ac_ext <<_ACEOF
18974 cat confdefs.h
>>conftest.
$ac_ext
18975 cat >>conftest.
$ac_ext <<_ACEOF
18976 /* end confdefs.h. */
18977 #include <signal.h>
18981 sigset_t set; sigaddset(&set,SIGTERM);
18986 rm -f conftest.
$ac_objext conftest
$ac_exeext
18987 if { (ac_try
="$ac_link"
18988 case "(($ac_try" in
18989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18990 *) ac_try_echo=$ac_try;;
18992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18993 (eval "$ac_link") 2>conftest.er1
18995 grep -v '^ *+' conftest.er1 >conftest.err
18997 cat conftest.err >&5
18998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18999 (exit $ac_status); } && {
19000 test -z "$ac_c_werror_flag" ||
19001 test ! -s conftest.err
19002 } && test -s conftest$ac_exeext &&
19003 $as_test_x conftest$ac_exeext; then
19004 wine_cv_have_sigaddset=yes
19006 echo "$as_me: failed program was:" >&5
19007 sed 's/^/| /' conftest.$ac_ext >&5
19009 wine_cv_have_sigaddset=no
19012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19013 conftest$ac_exeext conftest.$ac_ext
19015 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19016 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19017 if test "$wine_cv_have_sigaddset" = "yes"
19020 cat >>confdefs.h <<\_ACEOF
19021 #define HAVE_SIGADDSET 1
19027 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19028 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19029 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19030 echo $ECHO_N "(cached) $ECHO_C" >&6
19032 cat >conftest.$ac_ext <<_ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19045 struct hostent *result;
19052 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19053 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19059 rm -f conftest.$ac_objext conftest$ac_exeext
19060 if { (ac_try="$ac_link"
19061 case "(($ac_try" in
19062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19063 *) ac_try_echo
=$ac_try;;
19065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19066 (eval "$ac_link") 2>conftest.er1
19068 grep -v '^ *+' conftest.er1
>conftest.err
19070 cat conftest.err
>&5
19071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19072 (exit $ac_status); } && {
19073 test -z "$ac_c_werror_flag" ||
19074 test ! -s conftest.err
19075 } && test -s conftest
$ac_exeext &&
19076 $as_test_x conftest
$ac_exeext; then
19077 wine_cv_linux_gethostbyname_r_6
=yes
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.
$ac_ext >&5
19082 wine_cv_linux_gethostbyname_r_6
=no
19086 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19087 conftest
$ac_exeext conftest.
$ac_ext
19090 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19091 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19092 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19095 cat >>confdefs.h
<<\_ACEOF
19096 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19101 if test "$ac_cv_header_linux_joystick_h" = "yes"
19103 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19104 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19105 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19108 cat >conftest.
$ac_ext <<_ACEOF
19111 cat confdefs.h
>>conftest.
$ac_ext
19112 cat >>conftest.
$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19115 #include <sys/ioctl.h>
19116 #include <sys/types.h>
19117 #include <linux/joystick.h>
19119 struct js_event blub;
19120 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19121 #error "no 2.2 header"
19132 rm -f conftest.
$ac_objext
19133 if { (ac_try
="$ac_compile"
19134 case "(($ac_try" in
19135 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19136 *) ac_try_echo=$ac_try;;
19138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19139 (eval "$ac_compile") 2>conftest.er1
19141 grep -v '^ *+' conftest.er1 >conftest.err
19143 cat conftest.err >&5
19144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19145 (exit $ac_status); } && {
19146 test -z "$ac_c_werror_flag" ||
19147 test ! -s conftest.err
19148 } && test -s conftest.$ac_objext; then
19149 wine_cv_linux_joystick_22_api=yes
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19154 wine_cv_linux_joystick_22_api=no
19157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19160 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19161 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19162 if test "$wine_cv_linux_joystick_22_api" = "yes"
19165 cat >>confdefs.h <<\_ACEOF
19166 #define HAVE_LINUX_22_JOYSTICK_API 1
19173 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19174 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19175 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19176 echo $ECHO_N "(cached) $ECHO_C" >&6
19178 cat >conftest.$ac_ext <<_ACEOF
19181 cat confdefs.h >>conftest.$ac_ext
19182 cat >>conftest.$ac_ext <<_ACEOF
19183 /* end confdefs.h. */
19184 #include <sys/types.h>
19185 #ifdef HAVE_SYS_PARAM_H
19186 # include <sys/param.h>
19188 #ifdef HAVE_SYS_MOUNT_H
19189 # include <sys/mount.h>
19191 #ifdef HAVE_SYS_VFS_H
19192 # include <sys/vfs.h>
19194 #ifdef HAVE_SYS_STATFS_H
19195 # include <sys/statfs.h>
19201 static struct statfs ac_aggr;
19202 if (ac_aggr.f_bfree)
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19212 *) ac_try_echo
=$ac_try;;
19214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19215 (eval "$ac_compile") 2>conftest.er1
19217 grep -v '^ *+' conftest.er1
>conftest.err
19219 cat conftest.err
>&5
19220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221 (exit $ac_status); } && {
19222 test -z "$ac_c_werror_flag" ||
19223 test ! -s conftest.err
19224 } && test -s conftest.
$ac_objext; then
19225 ac_cv_member_struct_statfs_f_bfree
=yes
19227 echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.
$ac_ext >&5
19230 cat >conftest.
$ac_ext <<_ACEOF
19233 cat confdefs.h
>>conftest.
$ac_ext
19234 cat >>conftest.
$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19236 #include <sys/types.h>
19237 #ifdef HAVE_SYS_PARAM_H
19238 # include <sys/param.h>
19240 #ifdef HAVE_SYS_MOUNT_H
19241 # include <sys/mount.h>
19243 #ifdef HAVE_SYS_VFS_H
19244 # include <sys/vfs.h>
19246 #ifdef HAVE_SYS_STATFS_H
19247 # include <sys/statfs.h>
19253 static struct statfs ac_aggr;
19254 if (sizeof ac_aggr.f_bfree)
19260 rm -f conftest.
$ac_objext
19261 if { (ac_try
="$ac_compile"
19262 case "(($ac_try" in
19263 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19264 *) ac_try_echo=$ac_try;;
19266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19267 (eval "$ac_compile") 2>conftest.er1
19269 grep -v '^ *+' conftest.er1 >conftest.err
19271 cat conftest.err >&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } && {
19274 test -z "$ac_c_werror_flag" ||
19275 test ! -s conftest.err
19276 } && test -s conftest.$ac_objext; then
19277 ac_cv_member_struct_statfs_f_bfree=yes
19279 echo "$as_me: failed program was:" >&5
19280 sed 's/^/| /' conftest.$ac_ext >&5
19282 ac_cv_member_struct_statfs_f_bfree=no
19285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19291 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19292 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19294 cat >>confdefs.h <<_ACEOF
19295 #define HAVE_STRUCT_STATFS_F_BFREE 1
19300 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19301 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19302 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19303 echo $ECHO_N "(cached) $ECHO_C" >&6
19305 cat >conftest.$ac_ext <<_ACEOF
19308 cat confdefs.h >>conftest.$ac_ext
19309 cat >>conftest.$ac_ext <<_ACEOF
19310 /* end confdefs.h. */
19311 #include <sys/types.h>
19312 #ifdef HAVE_SYS_PARAM_H
19313 # include <sys/param.h>
19315 #ifdef HAVE_SYS_MOUNT_H
19316 # include <sys/mount.h>
19318 #ifdef HAVE_SYS_VFS_H
19319 # include <sys/vfs.h>
19321 #ifdef HAVE_SYS_STATFS_H
19322 # include <sys/statfs.h>
19328 static struct statfs ac_aggr;
19329 if (ac_aggr.f_bavail)
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19339 *) ac_try_echo
=$ac_try;;
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342 (eval "$ac_compile") 2>conftest.er1
19344 grep -v '^ *+' conftest.er1
>conftest.err
19346 cat conftest.err
>&5
19347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19348 (exit $ac_status); } && {
19349 test -z "$ac_c_werror_flag" ||
19350 test ! -s conftest.err
19351 } && test -s conftest.
$ac_objext; then
19352 ac_cv_member_struct_statfs_f_bavail
=yes
19354 echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.
$ac_ext >&5
19357 cat >conftest.
$ac_ext <<_ACEOF
19360 cat confdefs.h
>>conftest.
$ac_ext
19361 cat >>conftest.
$ac_ext <<_ACEOF
19362 /* end confdefs.h. */
19363 #include <sys/types.h>
19364 #ifdef HAVE_SYS_PARAM_H
19365 # include <sys/param.h>
19367 #ifdef HAVE_SYS_MOUNT_H
19368 # include <sys/mount.h>
19370 #ifdef HAVE_SYS_VFS_H
19371 # include <sys/vfs.h>
19373 #ifdef HAVE_SYS_STATFS_H
19374 # include <sys/statfs.h>
19380 static struct statfs ac_aggr;
19381 if (sizeof ac_aggr.f_bavail)
19387 rm -f conftest.
$ac_objext
19388 if { (ac_try
="$ac_compile"
19389 case "(($ac_try" in
19390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19391 *) ac_try_echo=$ac_try;;
19393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19394 (eval "$ac_compile") 2>conftest.er1
19396 grep -v '^ *+' conftest.er1 >conftest.err
19398 cat conftest.err >&5
19399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19400 (exit $ac_status); } && {
19401 test -z "$ac_c_werror_flag" ||
19402 test ! -s conftest.err
19403 } && test -s conftest.$ac_objext; then
19404 ac_cv_member_struct_statfs_f_bavail=yes
19406 echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19409 ac_cv_member_struct_statfs_f_bavail=no
19412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19418 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19419 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19421 cat >>confdefs.h <<_ACEOF
19422 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19427 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19428 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19429 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19430 echo $ECHO_N "(cached) $ECHO_C" >&6
19432 cat >conftest.$ac_ext <<_ACEOF
19435 cat confdefs.h >>conftest.$ac_ext
19436 cat >>conftest.$ac_ext <<_ACEOF
19437 /* end confdefs.h. */
19438 #include <sys/types.h>
19439 #ifdef HAVE_SYS_PARAM_H
19440 # include <sys/param.h>
19442 #ifdef HAVE_SYS_MOUNT_H
19443 # include <sys/mount.h>
19445 #ifdef HAVE_SYS_VFS_H
19446 # include <sys/vfs.h>
19448 #ifdef HAVE_SYS_STATFS_H
19449 # include <sys/statfs.h>
19455 static struct statfs ac_aggr;
19456 if (ac_aggr.f_frsize)
19462 rm -f conftest.$ac_objext
19463 if { (ac_try="$ac_compile"
19464 case "(($ac_try" in
19465 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19466 *) ac_try_echo
=$ac_try;;
19468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19469 (eval "$ac_compile") 2>conftest.er1
19471 grep -v '^ *+' conftest.er1
>conftest.err
19473 cat conftest.err
>&5
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && {
19476 test -z "$ac_c_werror_flag" ||
19477 test ! -s conftest.err
19478 } && test -s conftest.
$ac_objext; then
19479 ac_cv_member_struct_statfs_f_frsize
=yes
19481 echo "$as_me: failed program was:" >&5
19482 sed 's/^/| /' conftest.
$ac_ext >&5
19484 cat >conftest.
$ac_ext <<_ACEOF
19487 cat confdefs.h
>>conftest.
$ac_ext
19488 cat >>conftest.
$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19490 #include <sys/types.h>
19491 #ifdef HAVE_SYS_PARAM_H
19492 # include <sys/param.h>
19494 #ifdef HAVE_SYS_MOUNT_H
19495 # include <sys/mount.h>
19497 #ifdef HAVE_SYS_VFS_H
19498 # include <sys/vfs.h>
19500 #ifdef HAVE_SYS_STATFS_H
19501 # include <sys/statfs.h>
19507 static struct statfs ac_aggr;
19508 if (sizeof ac_aggr.f_frsize)
19514 rm -f conftest.
$ac_objext
19515 if { (ac_try
="$ac_compile"
19516 case "(($ac_try" in
19517 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19518 *) ac_try_echo=$ac_try;;
19520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19521 (eval "$ac_compile") 2>conftest.er1
19523 grep -v '^ *+' conftest.er1 >conftest.err
19525 cat conftest.err >&5
19526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19527 (exit $ac_status); } && {
19528 test -z "$ac_c_werror_flag" ||
19529 test ! -s conftest.err
19530 } && test -s conftest.$ac_objext; then
19531 ac_cv_member_struct_statfs_f_frsize=yes
19533 echo "$as_me: failed program was:" >&5
19534 sed 's/^/| /' conftest.$ac_ext >&5
19536 ac_cv_member_struct_statfs_f_frsize=no
19539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19544 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19545 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19546 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19548 cat >>confdefs.h <<_ACEOF
19549 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19554 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19555 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19556 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19557 echo $ECHO_N "(cached) $ECHO_C" >&6
19559 cat >conftest.$ac_ext <<_ACEOF
19562 cat confdefs.h >>conftest.$ac_ext
19563 cat >>conftest.$ac_ext <<_ACEOF
19564 /* end confdefs.h. */
19565 #include <sys/types.h>
19566 #ifdef HAVE_SYS_PARAM_H
19567 # include <sys/param.h>
19569 #ifdef HAVE_SYS_MOUNT_H
19570 # include <sys/mount.h>
19572 #ifdef HAVE_SYS_VFS_H
19573 # include <sys/vfs.h>
19575 #ifdef HAVE_SYS_STATFS_H
19576 # include <sys/statfs.h>
19582 static struct statfs ac_aggr;
19583 if (ac_aggr.f_ffree)
19589 rm -f conftest.$ac_objext
19590 if { (ac_try="$ac_compile"
19591 case "(($ac_try" in
19592 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19593 *) ac_try_echo
=$ac_try;;
19595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19596 (eval "$ac_compile") 2>conftest.er1
19598 grep -v '^ *+' conftest.er1
>conftest.err
19600 cat conftest.err
>&5
19601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19602 (exit $ac_status); } && {
19603 test -z "$ac_c_werror_flag" ||
19604 test ! -s conftest.err
19605 } && test -s conftest.
$ac_objext; then
19606 ac_cv_member_struct_statfs_f_ffree
=yes
19608 echo "$as_me: failed program was:" >&5
19609 sed 's/^/| /' conftest.
$ac_ext >&5
19611 cat >conftest.
$ac_ext <<_ACEOF
19614 cat confdefs.h
>>conftest.
$ac_ext
19615 cat >>conftest.
$ac_ext <<_ACEOF
19616 /* end confdefs.h. */
19617 #include <sys/types.h>
19618 #ifdef HAVE_SYS_PARAM_H
19619 # include <sys/param.h>
19621 #ifdef HAVE_SYS_MOUNT_H
19622 # include <sys/mount.h>
19624 #ifdef HAVE_SYS_VFS_H
19625 # include <sys/vfs.h>
19627 #ifdef HAVE_SYS_STATFS_H
19628 # include <sys/statfs.h>
19634 static struct statfs ac_aggr;
19635 if (sizeof ac_aggr.f_ffree)
19641 rm -f conftest.
$ac_objext
19642 if { (ac_try
="$ac_compile"
19643 case "(($ac_try" in
19644 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19645 *) ac_try_echo=$ac_try;;
19647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19648 (eval "$ac_compile") 2>conftest.er1
19650 grep -v '^ *+' conftest.er1 >conftest.err
19652 cat conftest.err >&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); } && {
19655 test -z "$ac_c_werror_flag" ||
19656 test ! -s conftest.err
19657 } && test -s conftest.$ac_objext; then
19658 ac_cv_member_struct_statfs_f_ffree=yes
19660 echo "$as_me: failed program was:" >&5
19661 sed 's/^/| /' conftest.$ac_ext >&5
19663 ac_cv_member_struct_statfs_f_ffree=no
19666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19672 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19673 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19675 cat >>confdefs.h <<_ACEOF
19676 #define HAVE_STRUCT_STATFS_F_FFREE 1
19681 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19682 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19683 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19684 echo $ECHO_N "(cached) $ECHO_C" >&6
19686 cat >conftest.$ac_ext <<_ACEOF
19689 cat confdefs.h >>conftest.$ac_ext
19690 cat >>conftest.$ac_ext <<_ACEOF
19691 /* end confdefs.h. */
19692 #include <sys/types.h>
19693 #ifdef HAVE_SYS_PARAM_H
19694 # include <sys/param.h>
19696 #ifdef HAVE_SYS_MOUNT_H
19697 # include <sys/mount.h>
19699 #ifdef HAVE_SYS_VFS_H
19700 # include <sys/vfs.h>
19702 #ifdef HAVE_SYS_STATFS_H
19703 # include <sys/statfs.h>
19709 static struct statfs ac_aggr;
19710 if (ac_aggr.f_favail)
19716 rm -f conftest.$ac_objext
19717 if { (ac_try="$ac_compile"
19718 case "(($ac_try" in
19719 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19720 *) ac_try_echo
=$ac_try;;
19722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19723 (eval "$ac_compile") 2>conftest.er1
19725 grep -v '^ *+' conftest.er1
>conftest.err
19727 cat conftest.err
>&5
19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } && {
19730 test -z "$ac_c_werror_flag" ||
19731 test ! -s conftest.err
19732 } && test -s conftest.
$ac_objext; then
19733 ac_cv_member_struct_statfs_f_favail
=yes
19735 echo "$as_me: failed program was:" >&5
19736 sed 's/^/| /' conftest.
$ac_ext >&5
19738 cat >conftest.
$ac_ext <<_ACEOF
19741 cat confdefs.h
>>conftest.
$ac_ext
19742 cat >>conftest.
$ac_ext <<_ACEOF
19743 /* end confdefs.h. */
19744 #include <sys/types.h>
19745 #ifdef HAVE_SYS_PARAM_H
19746 # include <sys/param.h>
19748 #ifdef HAVE_SYS_MOUNT_H
19749 # include <sys/mount.h>
19751 #ifdef HAVE_SYS_VFS_H
19752 # include <sys/vfs.h>
19754 #ifdef HAVE_SYS_STATFS_H
19755 # include <sys/statfs.h>
19761 static struct statfs ac_aggr;
19762 if (sizeof ac_aggr.f_favail)
19768 rm -f conftest.
$ac_objext
19769 if { (ac_try
="$ac_compile"
19770 case "(($ac_try" in
19771 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19772 *) ac_try_echo=$ac_try;;
19774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19775 (eval "$ac_compile") 2>conftest.er1
19777 grep -v '^ *+' conftest.er1 >conftest.err
19779 cat conftest.err >&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } && {
19782 test -z "$ac_c_werror_flag" ||
19783 test ! -s conftest.err
19784 } && test -s conftest.$ac_objext; then
19785 ac_cv_member_struct_statfs_f_favail=yes
19787 echo "$as_me: failed program was:" >&5
19788 sed 's/^/| /' conftest.$ac_ext >&5
19790 ac_cv_member_struct_statfs_f_favail=no
19793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19798 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19799 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19800 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19802 cat >>confdefs.h <<_ACEOF
19803 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19808 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19809 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19810 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19811 echo $ECHO_N "(cached) $ECHO_C" >&6
19813 cat >conftest.$ac_ext <<_ACEOF
19816 cat confdefs.h >>conftest.$ac_ext
19817 cat >>conftest.$ac_ext <<_ACEOF
19818 /* end confdefs.h. */
19819 #include <sys/types.h>
19820 #ifdef HAVE_SYS_PARAM_H
19821 # include <sys/param.h>
19823 #ifdef HAVE_SYS_MOUNT_H
19824 # include <sys/mount.h>
19826 #ifdef HAVE_SYS_VFS_H
19827 # include <sys/vfs.h>
19829 #ifdef HAVE_SYS_STATFS_H
19830 # include <sys/statfs.h>
19836 static struct statfs ac_aggr;
19837 if (ac_aggr.f_namelen)
19843 rm -f conftest.$ac_objext
19844 if { (ac_try="$ac_compile"
19845 case "(($ac_try" in
19846 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19847 *) ac_try_echo
=$ac_try;;
19849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19850 (eval "$ac_compile") 2>conftest.er1
19852 grep -v '^ *+' conftest.er1
>conftest.err
19854 cat conftest.err
>&5
19855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19856 (exit $ac_status); } && {
19857 test -z "$ac_c_werror_flag" ||
19858 test ! -s conftest.err
19859 } && test -s conftest.
$ac_objext; then
19860 ac_cv_member_struct_statfs_f_namelen
=yes
19862 echo "$as_me: failed program was:" >&5
19863 sed 's/^/| /' conftest.
$ac_ext >&5
19865 cat >conftest.
$ac_ext <<_ACEOF
19868 cat confdefs.h
>>conftest.
$ac_ext
19869 cat >>conftest.
$ac_ext <<_ACEOF
19870 /* end confdefs.h. */
19871 #include <sys/types.h>
19872 #ifdef HAVE_SYS_PARAM_H
19873 # include <sys/param.h>
19875 #ifdef HAVE_SYS_MOUNT_H
19876 # include <sys/mount.h>
19878 #ifdef HAVE_SYS_VFS_H
19879 # include <sys/vfs.h>
19881 #ifdef HAVE_SYS_STATFS_H
19882 # include <sys/statfs.h>
19888 static struct statfs ac_aggr;
19889 if (sizeof ac_aggr.f_namelen)
19895 rm -f conftest.
$ac_objext
19896 if { (ac_try
="$ac_compile"
19897 case "(($ac_try" in
19898 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19899 *) ac_try_echo=$ac_try;;
19901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19902 (eval "$ac_compile") 2>conftest.er1
19904 grep -v '^ *+' conftest.er1 >conftest.err
19906 cat conftest.err >&5
19907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); } && {
19909 test -z "$ac_c_werror_flag" ||
19910 test ! -s conftest.err
19911 } && test -s conftest.$ac_objext; then
19912 ac_cv_member_struct_statfs_f_namelen=yes
19914 echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19917 ac_cv_member_struct_statfs_f_namelen=no
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19925 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19926 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19927 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19929 cat >>confdefs.h <<_ACEOF
19930 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19937 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19938 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19939 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19940 echo $ECHO_N "(cached) $ECHO_C" >&6
19942 cat >conftest.$ac_ext <<_ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 #ifdef HAVE_SYS_STATVFS_H
19949 #include <sys/statvfs.h>
19955 static struct statvfs ac_aggr;
19956 if (ac_aggr.f_blocks)
19962 rm -f conftest.$ac_objext
19963 if { (ac_try="$ac_compile"
19964 case "(($ac_try" in
19965 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19966 *) ac_try_echo
=$ac_try;;
19968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19971 grep -v '^ *+' conftest.er1
>conftest.err
19973 cat conftest.err
>&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.
$ac_objext; then
19979 ac_cv_member_struct_statvfs_f_blocks
=yes
19981 echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.
$ac_ext >&5
19984 cat >conftest.
$ac_ext <<_ACEOF
19987 cat confdefs.h
>>conftest.
$ac_ext
19988 cat >>conftest.
$ac_ext <<_ACEOF
19989 /* end confdefs.h. */
19990 #ifdef HAVE_SYS_STATVFS_H
19991 #include <sys/statvfs.h>
19997 static struct statvfs ac_aggr;
19998 if (sizeof ac_aggr.f_blocks)
20004 rm -f conftest.
$ac_objext
20005 if { (ac_try
="$ac_compile"
20006 case "(($ac_try" in
20007 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20008 *) ac_try_echo=$ac_try;;
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011 (eval "$ac_compile") 2>conftest.er1
20013 grep -v '^ *+' conftest.er1 >conftest.err
20015 cat conftest.err >&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); } && {
20018 test -z "$ac_c_werror_flag" ||
20019 test ! -s conftest.err
20020 } && test -s conftest.$ac_objext; then
20021 ac_cv_member_struct_statvfs_f_blocks=yes
20023 echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20026 ac_cv_member_struct_statvfs_f_blocks=no
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20035 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20036 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20038 cat >>confdefs.h <<_ACEOF
20039 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20046 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20047 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20048 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20049 echo $ECHO_N "(cached) $ECHO_C" >&6
20051 cat >conftest.$ac_ext <<_ACEOF
20054 cat confdefs.h >>conftest.$ac_ext
20055 cat >>conftest.$ac_ext <<_ACEOF
20056 /* end confdefs.h. */
20057 #include <sys/types.h>
20058 #ifdef HAVE_SYS_SOCKET_H
20059 # include <sys/socket.h>
20061 #ifdef HAVE_SYS_UN_H
20062 # include <sys/un.h>
20068 static struct msghdr ac_aggr;
20069 if (ac_aggr.msg_accrights)
20075 rm -f conftest.$ac_objext
20076 if { (ac_try="$ac_compile"
20077 case "(($ac_try" in
20078 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20079 *) ac_try_echo
=$ac_try;;
20081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20082 (eval "$ac_compile") 2>conftest.er1
20084 grep -v '^ *+' conftest.er1
>conftest.err
20086 cat conftest.err
>&5
20087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20088 (exit $ac_status); } && {
20089 test -z "$ac_c_werror_flag" ||
20090 test ! -s conftest.err
20091 } && test -s conftest.
$ac_objext; then
20092 ac_cv_member_struct_msghdr_msg_accrights
=yes
20094 echo "$as_me: failed program was:" >&5
20095 sed 's/^/| /' conftest.
$ac_ext >&5
20097 cat >conftest.
$ac_ext <<_ACEOF
20100 cat confdefs.h
>>conftest.
$ac_ext
20101 cat >>conftest.
$ac_ext <<_ACEOF
20102 /* end confdefs.h. */
20103 #include <sys/types.h>
20104 #ifdef HAVE_SYS_SOCKET_H
20105 # include <sys/socket.h>
20107 #ifdef HAVE_SYS_UN_H
20108 # include <sys/un.h>
20114 static struct msghdr ac_aggr;
20115 if (sizeof ac_aggr.msg_accrights)
20121 rm -f conftest.
$ac_objext
20122 if { (ac_try
="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20128 (eval "$ac_compile") 2>conftest.er1
20130 grep -v '^ *+' conftest.er1 >conftest.err
20132 cat conftest.err >&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } && {
20135 test -z "$ac_c_werror_flag" ||
20136 test ! -s conftest.err
20137 } && test -s conftest.$ac_objext; then
20138 ac_cv_member_struct_msghdr_msg_accrights=yes
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20143 ac_cv_member_struct_msghdr_msg_accrights=no
20146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20152 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20153 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20155 cat >>confdefs.h <<_ACEOF
20156 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20161 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20162 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20163 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20164 echo $ECHO_N "(cached) $ECHO_C" >&6
20166 cat >conftest.$ac_ext <<_ACEOF
20169 cat confdefs.h >>conftest.$ac_ext
20170 cat >>conftest.$ac_ext <<_ACEOF
20171 /* end confdefs.h. */
20172 #include <sys/types.h>
20173 #ifdef HAVE_SYS_SOCKET_H
20174 # include <sys/socket.h>
20176 #ifdef HAVE_SYS_UN_H
20177 # include <sys/un.h>
20183 static struct sockaddr ac_aggr;
20184 if (ac_aggr.sa_len)
20190 rm -f conftest.$ac_objext
20191 if { (ac_try="$ac_compile"
20192 case "(($ac_try" in
20193 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20194 *) ac_try_echo
=$ac_try;;
20196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20197 (eval "$ac_compile") 2>conftest.er1
20199 grep -v '^ *+' conftest.er1
>conftest.err
20201 cat conftest.err
>&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } && {
20204 test -z "$ac_c_werror_flag" ||
20205 test ! -s conftest.err
20206 } && test -s conftest.
$ac_objext; then
20207 ac_cv_member_struct_sockaddr_sa_len
=yes
20209 echo "$as_me: failed program was:" >&5
20210 sed 's/^/| /' conftest.
$ac_ext >&5
20212 cat >conftest.
$ac_ext <<_ACEOF
20215 cat confdefs.h
>>conftest.
$ac_ext
20216 cat >>conftest.
$ac_ext <<_ACEOF
20217 /* end confdefs.h. */
20218 #include <sys/types.h>
20219 #ifdef HAVE_SYS_SOCKET_H
20220 # include <sys/socket.h>
20222 #ifdef HAVE_SYS_UN_H
20223 # include <sys/un.h>
20229 static struct sockaddr ac_aggr;
20230 if (sizeof ac_aggr.sa_len)
20236 rm -f conftest.
$ac_objext
20237 if { (ac_try
="$ac_compile"
20238 case "(($ac_try" in
20239 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20240 *) ac_try_echo=$ac_try;;
20242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20243 (eval "$ac_compile") 2>conftest.er1
20245 grep -v '^ *+' conftest.er1 >conftest.err
20247 cat conftest.err >&5
20248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20249 (exit $ac_status); } && {
20250 test -z "$ac_c_werror_flag" ||
20251 test ! -s conftest.err
20252 } && test -s conftest.$ac_objext; then
20253 ac_cv_member_struct_sockaddr_sa_len=yes
20255 echo "$as_me: failed program was:" >&5
20256 sed 's/^/| /' conftest.$ac_ext >&5
20258 ac_cv_member_struct_sockaddr_sa_len=no
20261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20267 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20268 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20270 cat >>confdefs.h <<_ACEOF
20271 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20276 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20277 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20278 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20279 echo $ECHO_N "(cached) $ECHO_C" >&6
20281 cat >conftest.$ac_ext <<_ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 #include <sys/types.h>
20288 #ifdef HAVE_SYS_SOCKET_H
20289 # include <sys/socket.h>
20291 #ifdef HAVE_SYS_UN_H
20292 # include <sys/un.h>
20298 static struct sockaddr_un ac_aggr;
20299 if (ac_aggr.sun_len)
20305 rm -f conftest.$ac_objext
20306 if { (ac_try="$ac_compile"
20307 case "(($ac_try" in
20308 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20309 *) ac_try_echo
=$ac_try;;
20311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20312 (eval "$ac_compile") 2>conftest.er1
20314 grep -v '^ *+' conftest.er1
>conftest.err
20316 cat conftest.err
>&5
20317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318 (exit $ac_status); } && {
20319 test -z "$ac_c_werror_flag" ||
20320 test ! -s conftest.err
20321 } && test -s conftest.
$ac_objext; then
20322 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20324 echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.
$ac_ext >&5
20327 cat >conftest.
$ac_ext <<_ACEOF
20330 cat confdefs.h
>>conftest.
$ac_ext
20331 cat >>conftest.
$ac_ext <<_ACEOF
20332 /* end confdefs.h. */
20333 #include <sys/types.h>
20334 #ifdef HAVE_SYS_SOCKET_H
20335 # include <sys/socket.h>
20337 #ifdef HAVE_SYS_UN_H
20338 # include <sys/un.h>
20344 static struct sockaddr_un ac_aggr;
20345 if (sizeof ac_aggr.sun_len)
20351 rm -f conftest.
$ac_objext
20352 if { (ac_try
="$ac_compile"
20353 case "(($ac_try" in
20354 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20355 *) ac_try_echo=$ac_try;;
20357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20358 (eval "$ac_compile") 2>conftest.er1
20360 grep -v '^ *+' conftest.er1 >conftest.err
20362 cat conftest.err >&5
20363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20364 (exit $ac_status); } && {
20365 test -z "$ac_c_werror_flag" ||
20366 test ! -s conftest.err
20367 } && test -s conftest.$ac_objext; then
20368 ac_cv_member_struct_sockaddr_un_sun_len=yes
20370 echo "$as_me: failed program was:" >&5
20371 sed 's/^/| /' conftest.$ac_ext >&5
20373 ac_cv_member_struct_sockaddr_un_sun_len=no
20376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20381 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20382 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20383 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20385 cat >>confdefs.h <<_ACEOF
20386 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20393 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20394 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20395 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20396 echo $ECHO_N "(cached) $ECHO_C" >&6
20398 cat >conftest.$ac_ext <<_ACEOF
20401 cat confdefs.h >>conftest.$ac_ext
20402 cat >>conftest.$ac_ext <<_ACEOF
20403 /* end confdefs.h. */
20404 #include <sys/types.h>
20405 #ifdef HAVE_SCSI_SG_H
20406 #include <scsi/sg.h>
20412 static scsireq_t ac_aggr;
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20423 *) ac_try_echo
=$ac_try;;
20425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20426 (eval "$ac_compile") 2>conftest.er1
20428 grep -v '^ *+' conftest.er1
>conftest.err
20430 cat conftest.err
>&5
20431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20432 (exit $ac_status); } && {
20433 test -z "$ac_c_werror_flag" ||
20434 test ! -s conftest.err
20435 } && test -s conftest.
$ac_objext; then
20436 ac_cv_member_scsireq_t_cmd
=yes
20438 echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.
$ac_ext >&5
20441 cat >conftest.
$ac_ext <<_ACEOF
20444 cat confdefs.h
>>conftest.
$ac_ext
20445 cat >>conftest.
$ac_ext <<_ACEOF
20446 /* end confdefs.h. */
20447 #include <sys/types.h>
20448 #ifdef HAVE_SCSI_SG_H
20449 #include <scsi/sg.h>
20455 static scsireq_t ac_aggr;
20456 if (sizeof ac_aggr.cmd)
20462 rm -f conftest.
$ac_objext
20463 if { (ac_try
="$ac_compile"
20464 case "(($ac_try" in
20465 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20466 *) ac_try_echo=$ac_try;;
20468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20469 (eval "$ac_compile") 2>conftest.er1
20471 grep -v '^ *+' conftest.er1 >conftest.err
20473 cat conftest.err >&5
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } && {
20476 test -z "$ac_c_werror_flag" ||
20477 test ! -s conftest.err
20478 } && test -s conftest.$ac_objext; then
20479 ac_cv_member_scsireq_t_cmd=yes
20481 echo "$as_me: failed program was:" >&5
20482 sed 's/^/| /' conftest.$ac_ext >&5
20484 ac_cv_member_scsireq_t_cmd=no
20487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20492 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20493 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20494 if test $ac_cv_member_scsireq_t_cmd = yes; then
20496 cat >>confdefs.h <<_ACEOF
20497 #define HAVE_SCSIREQ_T_CMD 1
20502 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20503 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20504 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20505 echo $ECHO_N "(cached) $ECHO_C" >&6
20507 cat >conftest.$ac_ext <<_ACEOF
20510 cat confdefs.h >>conftest.$ac_ext
20511 cat >>conftest.$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20513 #include <sys/types.h>
20514 #ifdef HAVE_SCSI_SG_H
20515 #include <scsi/sg.h>
20521 static sg_io_hdr_t ac_aggr;
20522 if (ac_aggr.interface_id)
20528 rm -f conftest.$ac_objext
20529 if { (ac_try="$ac_compile"
20530 case "(($ac_try" in
20531 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20532 *) ac_try_echo
=$ac_try;;
20534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20537 grep -v '^ *+' conftest.er1
>conftest.err
20539 cat conftest.err
>&5
20540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.
$ac_objext; then
20545 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20547 echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.
$ac_ext >&5
20550 cat >conftest.
$ac_ext <<_ACEOF
20553 cat confdefs.h
>>conftest.
$ac_ext
20554 cat >>conftest.
$ac_ext <<_ACEOF
20555 /* end confdefs.h. */
20556 #include <sys/types.h>
20557 #ifdef HAVE_SCSI_SG_H
20558 #include <scsi/sg.h>
20564 static sg_io_hdr_t ac_aggr;
20565 if (sizeof ac_aggr.interface_id)
20571 rm -f conftest.
$ac_objext
20572 if { (ac_try
="$ac_compile"
20573 case "(($ac_try" in
20574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20575 *) ac_try_echo=$ac_try;;
20577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20578 (eval "$ac_compile") 2>conftest.er1
20580 grep -v '^ *+' conftest.er1 >conftest.err
20582 cat conftest.err >&5
20583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20584 (exit $ac_status); } && {
20585 test -z "$ac_c_werror_flag" ||
20586 test ! -s conftest.err
20587 } && test -s conftest.$ac_objext; then
20588 ac_cv_member_sg_io_hdr_t_interface_id=yes
20590 echo "$as_me: failed program was:" >&5
20591 sed 's/^/| /' conftest.$ac_ext >&5
20593 ac_cv_member_sg_io_hdr_t_interface_id=no
20596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20602 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20603 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20605 cat >>confdefs.h <<_ACEOF
20606 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20613 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20614 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20615 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20616 echo $ECHO_N "(cached) $ECHO_C" >&6
20618 cat >conftest.$ac_ext <<_ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <signal.h>
20629 static siginfo_t ac_aggr;
20636 rm -f conftest.$ac_objext
20637 if { (ac_try="$ac_compile"
20638 case "(($ac_try" in
20639 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20640 *) ac_try_echo
=$ac_try;;
20642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20643 (eval "$ac_compile") 2>conftest.er1
20645 grep -v '^ *+' conftest.er1
>conftest.err
20647 cat conftest.err
>&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); } && {
20650 test -z "$ac_c_werror_flag" ||
20651 test ! -s conftest.err
20652 } && test -s conftest.
$ac_objext; then
20653 ac_cv_member_siginfo_t_si_fd
=yes
20655 echo "$as_me: failed program was:" >&5
20656 sed 's/^/| /' conftest.
$ac_ext >&5
20658 cat >conftest.
$ac_ext <<_ACEOF
20661 cat confdefs.h
>>conftest.
$ac_ext
20662 cat >>conftest.
$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 #include <signal.h>
20669 static siginfo_t ac_aggr;
20670 if (sizeof ac_aggr.si_fd)
20676 rm -f conftest.
$ac_objext
20677 if { (ac_try
="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20685 grep -v '^ *+' conftest.er1 >conftest.err
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_siginfo_t_si_fd=yes
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_member_siginfo_t_si_fd=no
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20707 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20708 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20710 cat >>confdefs.h <<_ACEOF
20711 #define HAVE_SIGINFO_T_SI_FD 1
20718 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20719 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20720 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20721 echo $ECHO_N "(cached) $ECHO_C" >&6
20723 cat >conftest.$ac_ext <<_ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <sys/types.h>
20730 #ifdef HAVE_SYS_MTIO_H
20731 #include <sys/mtio.h>
20737 static struct mtget ac_aggr;
20738 if (ac_aggr.mt_blksiz)
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20748 *) ac_try_echo
=$ac_try;;
20750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20751 (eval "$ac_compile") 2>conftest.er1
20753 grep -v '^ *+' conftest.er1
>conftest.err
20755 cat conftest.err
>&5
20756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20757 (exit $ac_status); } && {
20758 test -z "$ac_c_werror_flag" ||
20759 test ! -s conftest.err
20760 } && test -s conftest.
$ac_objext; then
20761 ac_cv_member_struct_mtget_mt_blksiz
=yes
20763 echo "$as_me: failed program was:" >&5
20764 sed 's/^/| /' conftest.
$ac_ext >&5
20766 cat >conftest.
$ac_ext <<_ACEOF
20769 cat confdefs.h
>>conftest.
$ac_ext
20770 cat >>conftest.
$ac_ext <<_ACEOF
20771 /* end confdefs.h. */
20772 #include <sys/types.h>
20773 #ifdef HAVE_SYS_MTIO_H
20774 #include <sys/mtio.h>
20780 static struct mtget ac_aggr;
20781 if (sizeof ac_aggr.mt_blksiz)
20787 rm -f conftest.
$ac_objext
20788 if { (ac_try
="$ac_compile"
20789 case "(($ac_try" in
20790 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20791 *) ac_try_echo=$ac_try;;
20793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_compile") 2>conftest.er1
20796 grep -v '^ *+' conftest.er1 >conftest.err
20798 cat conftest.err >&5
20799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20800 (exit $ac_status); } && {
20801 test -z "$ac_c_werror_flag" ||
20802 test ! -s conftest.err
20803 } && test -s conftest.$ac_objext; then
20804 ac_cv_member_struct_mtget_mt_blksiz=yes
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20809 ac_cv_member_struct_mtget_mt_blksiz=no
20812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20817 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20818 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20819 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20821 cat >>confdefs.h <<_ACEOF
20822 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20827 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20828 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20829 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20830 echo $ECHO_N "(cached) $ECHO_C" >&6
20832 cat >conftest.$ac_ext <<_ACEOF
20835 cat confdefs.h >>conftest.$ac_ext
20836 cat >>conftest.$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20838 #include <sys/types.h>
20839 #ifdef HAVE_SYS_MTIO_H
20840 #include <sys/mtio.h>
20846 static struct mtget ac_aggr;
20847 if (ac_aggr.mt_gstat)
20853 rm -f conftest.$ac_objext
20854 if { (ac_try="$ac_compile"
20855 case "(($ac_try" in
20856 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20857 *) ac_try_echo
=$ac_try;;
20859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20860 (eval "$ac_compile") 2>conftest.er1
20862 grep -v '^ *+' conftest.er1
>conftest.err
20864 cat conftest.err
>&5
20865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20866 (exit $ac_status); } && {
20867 test -z "$ac_c_werror_flag" ||
20868 test ! -s conftest.err
20869 } && test -s conftest.
$ac_objext; then
20870 ac_cv_member_struct_mtget_mt_gstat
=yes
20872 echo "$as_me: failed program was:" >&5
20873 sed 's/^/| /' conftest.
$ac_ext >&5
20875 cat >conftest.
$ac_ext <<_ACEOF
20878 cat confdefs.h
>>conftest.
$ac_ext
20879 cat >>conftest.
$ac_ext <<_ACEOF
20880 /* end confdefs.h. */
20881 #include <sys/types.h>
20882 #ifdef HAVE_SYS_MTIO_H
20883 #include <sys/mtio.h>
20889 static struct mtget ac_aggr;
20890 if (sizeof ac_aggr.mt_gstat)
20896 rm -f conftest.
$ac_objext
20897 if { (ac_try
="$ac_compile"
20898 case "(($ac_try" in
20899 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20900 *) ac_try_echo=$ac_try;;
20902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20903 (eval "$ac_compile") 2>conftest.er1
20905 grep -v '^ *+' conftest.er1 >conftest.err
20907 cat conftest.err >&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } && {
20910 test -z "$ac_c_werror_flag" ||
20911 test ! -s conftest.err
20912 } && test -s conftest.$ac_objext; then
20913 ac_cv_member_struct_mtget_mt_gstat=yes
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20918 ac_cv_member_struct_mtget_mt_gstat=no
20921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20927 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20928 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20930 cat >>confdefs.h <<_ACEOF
20931 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20936 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20937 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20938 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20939 echo $ECHO_N "(cached) $ECHO_C" >&6
20941 cat >conftest.$ac_ext <<_ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <sys/types.h>
20948 #ifdef HAVE_SYS_MTIO_H
20949 #include <sys/mtio.h>
20955 static struct mtget ac_aggr;
20956 if (ac_aggr.mt_blkno)
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20966 *) ac_try_echo
=$ac_try;;
20968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 (eval "$ac_compile") 2>conftest.er1
20971 grep -v '^ *+' conftest.er1
>conftest.err
20973 cat conftest.err
>&5
20974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975 (exit $ac_status); } && {
20976 test -z "$ac_c_werror_flag" ||
20977 test ! -s conftest.err
20978 } && test -s conftest.
$ac_objext; then
20979 ac_cv_member_struct_mtget_mt_blkno
=yes
20981 echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.
$ac_ext >&5
20984 cat >conftest.
$ac_ext <<_ACEOF
20987 cat confdefs.h
>>conftest.
$ac_ext
20988 cat >>conftest.
$ac_ext <<_ACEOF
20989 /* end confdefs.h. */
20990 #include <sys/types.h>
20991 #ifdef HAVE_SYS_MTIO_H
20992 #include <sys/mtio.h>
20998 static struct mtget ac_aggr;
20999 if (sizeof ac_aggr.mt_blkno)
21005 rm -f conftest.
$ac_objext
21006 if { (ac_try
="$ac_compile"
21007 case "(($ac_try" in
21008 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21009 *) ac_try_echo=$ac_try;;
21011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21012 (eval "$ac_compile") 2>conftest.er1
21014 grep -v '^ *+' conftest.er1 >conftest.err
21016 cat conftest.err >&5
21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21018 (exit $ac_status); } && {
21019 test -z "$ac_c_werror_flag" ||
21020 test ! -s conftest.err
21021 } && test -s conftest.$ac_objext; then
21022 ac_cv_member_struct_mtget_mt_blkno=yes
21024 echo "$as_me: failed program was:" >&5
21025 sed 's/^/| /' conftest.$ac_ext >&5
21027 ac_cv_member_struct_mtget_mt_blkno=no
21030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21035 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21036 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21037 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21039 cat >>confdefs.h <<_ACEOF
21040 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21047 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21048 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21049 if test "${ac_cv_member_struct_option_name+set}" = set; then
21050 echo $ECHO_N "(cached) $ECHO_C" >&6
21052 cat >conftest.$ac_ext <<_ACEOF
21055 cat confdefs.h >>conftest.$ac_ext
21056 cat >>conftest.$ac_ext <<_ACEOF
21057 /* end confdefs.h. */
21058 #ifdef HAVE_GETOPT_H
21059 #include <getopt.h>
21065 static struct option ac_aggr;
21072 rm -f conftest.$ac_objext
21073 if { (ac_try="$ac_compile"
21074 case "(($ac_try" in
21075 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21076 *) ac_try_echo
=$ac_try;;
21078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21079 (eval "$ac_compile") 2>conftest.er1
21081 grep -v '^ *+' conftest.er1
>conftest.err
21083 cat conftest.err
>&5
21084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21085 (exit $ac_status); } && {
21086 test -z "$ac_c_werror_flag" ||
21087 test ! -s conftest.err
21088 } && test -s conftest.
$ac_objext; then
21089 ac_cv_member_struct_option_name
=yes
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.
$ac_ext >&5
21094 cat >conftest.
$ac_ext <<_ACEOF
21097 cat confdefs.h
>>conftest.
$ac_ext
21098 cat >>conftest.
$ac_ext <<_ACEOF
21099 /* end confdefs.h. */
21100 #ifdef HAVE_GETOPT_H
21101 #include <getopt.h>
21107 static struct option ac_aggr;
21108 if (sizeof ac_aggr.name)
21114 rm -f conftest.
$ac_objext
21115 if { (ac_try
="$ac_compile"
21116 case "(($ac_try" in
21117 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21118 *) ac_try_echo=$ac_try;;
21120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21121 (eval "$ac_compile") 2>conftest.er1
21123 grep -v '^ *+' conftest.er1 >conftest.err
21125 cat conftest.err >&5
21126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21127 (exit $ac_status); } && {
21128 test -z "$ac_c_werror_flag" ||
21129 test ! -s conftest.err
21130 } && test -s conftest.$ac_objext; then
21131 ac_cv_member_struct_option_name=yes
21133 echo "$as_me: failed program was:" >&5
21134 sed 's/^/| /' conftest.$ac_ext >&5
21136 ac_cv_member_struct_option_name=no
21139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21144 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21145 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21146 if test $ac_cv_member_struct_option_name = yes; then
21148 cat >>confdefs.h <<_ACEOF
21149 #define HAVE_STRUCT_OPTION_NAME 1
21156 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21157 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21158 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21159 echo $ECHO_N "(cached) $ECHO_C" >&6
21161 cat >conftest.$ac_ext <<_ACEOF
21164 cat confdefs.h >>conftest.$ac_ext
21165 cat >>conftest.$ac_ext <<_ACEOF
21166 /* end confdefs.h. */
21167 $ac_includes_default
21171 static struct stat ac_aggr;
21172 if (ac_aggr.st_blocks)
21178 rm -f conftest.$ac_objext
21179 if { (ac_try="$ac_compile"
21180 case "(($ac_try" in
21181 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21182 *) ac_try_echo
=$ac_try;;
21184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21187 grep -v '^ *+' conftest.er1
>conftest.err
21189 cat conftest.err
>&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.
$ac_objext; then
21195 ac_cv_member_struct_stat_st_blocks
=yes
21197 echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.
$ac_ext >&5
21200 cat >conftest.
$ac_ext <<_ACEOF
21203 cat confdefs.h
>>conftest.
$ac_ext
21204 cat >>conftest.
$ac_ext <<_ACEOF
21205 /* end confdefs.h. */
21206 $ac_includes_default
21210 static struct stat ac_aggr;
21211 if (sizeof ac_aggr.st_blocks)
21217 rm -f conftest.
$ac_objext
21218 if { (ac_try
="$ac_compile"
21219 case "(($ac_try" in
21220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21221 *) ac_try_echo=$ac_try;;
21223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21224 (eval "$ac_compile") 2>conftest.er1
21226 grep -v '^ *+' conftest.er1 >conftest.err
21228 cat conftest.err >&5
21229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21230 (exit $ac_status); } && {
21231 test -z "$ac_c_werror_flag" ||
21232 test ! -s conftest.err
21233 } && test -s conftest.$ac_objext; then
21234 ac_cv_member_struct_stat_st_blocks=yes
21236 echo "$as_me: failed program was:" >&5
21237 sed 's/^/| /' conftest.$ac_ext >&5
21239 ac_cv_member_struct_stat_st_blocks=no
21242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21248 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21249 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21251 cat >>confdefs.h <<_ACEOF
21252 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21257 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21258 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21259 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21260 echo $ECHO_N "(cached) $ECHO_C" >&6
21262 cat >conftest.$ac_ext <<_ACEOF
21265 cat confdefs.h >>conftest.$ac_ext
21266 cat >>conftest.$ac_ext <<_ACEOF
21267 /* end confdefs.h. */
21268 $ac_includes_default
21272 static struct stat ac_aggr;
21273 if (ac_aggr.st_mtim)
21279 rm -f conftest.$ac_objext
21280 if { (ac_try="$ac_compile"
21281 case "(($ac_try" in
21282 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21283 *) ac_try_echo
=$ac_try;;
21285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21288 grep -v '^ *+' conftest.er1
>conftest.err
21290 cat conftest.err
>&5
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.
$ac_objext; then
21296 ac_cv_member_struct_stat_st_mtim
=yes
21298 echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.
$ac_ext >&5
21301 cat >conftest.
$ac_ext <<_ACEOF
21304 cat confdefs.h
>>conftest.
$ac_ext
21305 cat >>conftest.
$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 $ac_includes_default
21311 static struct stat ac_aggr;
21312 if (sizeof ac_aggr.st_mtim)
21318 rm -f conftest.
$ac_objext
21319 if { (ac_try
="$ac_compile"
21320 case "(($ac_try" in
21321 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21322 *) ac_try_echo=$ac_try;;
21324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21325 (eval "$ac_compile") 2>conftest.er1
21327 grep -v '^ *+' conftest.er1 >conftest.err
21329 cat conftest.err >&5
21330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); } && {
21332 test -z "$ac_c_werror_flag" ||
21333 test ! -s conftest.err
21334 } && test -s conftest.$ac_objext; then
21335 ac_cv_member_struct_stat_st_mtim=yes
21337 echo "$as_me: failed program was:" >&5
21338 sed 's/^/| /' conftest.$ac_ext >&5
21340 ac_cv_member_struct_stat_st_mtim=no
21343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21348 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21349 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21350 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21352 cat >>confdefs.h <<_ACEOF
21353 #define HAVE_STRUCT_STAT_ST_MTIM 1
21358 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21359 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21360 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21361 echo $ECHO_N "(cached) $ECHO_C" >&6
21363 cat >conftest.$ac_ext <<_ACEOF
21366 cat confdefs.h >>conftest.$ac_ext
21367 cat >>conftest.$ac_ext <<_ACEOF
21368 /* end confdefs.h. */
21369 $ac_includes_default
21373 static struct stat ac_aggr;
21374 if (ac_aggr.st_ctim)
21380 rm -f conftest.$ac_objext
21381 if { (ac_try="$ac_compile"
21382 case "(($ac_try" in
21383 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21384 *) ac_try_echo
=$ac_try;;
21386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21387 (eval "$ac_compile") 2>conftest.er1
21389 grep -v '^ *+' conftest.er1
>conftest.err
21391 cat conftest.err
>&5
21392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393 (exit $ac_status); } && {
21394 test -z "$ac_c_werror_flag" ||
21395 test ! -s conftest.err
21396 } && test -s conftest.
$ac_objext; then
21397 ac_cv_member_struct_stat_st_ctim
=yes
21399 echo "$as_me: failed program was:" >&5
21400 sed 's/^/| /' conftest.
$ac_ext >&5
21402 cat >conftest.
$ac_ext <<_ACEOF
21405 cat confdefs.h
>>conftest.
$ac_ext
21406 cat >>conftest.
$ac_ext <<_ACEOF
21407 /* end confdefs.h. */
21408 $ac_includes_default
21412 static struct stat ac_aggr;
21413 if (sizeof ac_aggr.st_ctim)
21419 rm -f conftest.
$ac_objext
21420 if { (ac_try
="$ac_compile"
21421 case "(($ac_try" in
21422 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21423 *) ac_try_echo=$ac_try;;
21425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21426 (eval "$ac_compile") 2>conftest.er1
21428 grep -v '^ *+' conftest.er1 >conftest.err
21430 cat conftest.err >&5
21431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); } && {
21433 test -z "$ac_c_werror_flag" ||
21434 test ! -s conftest.err
21435 } && test -s conftest.$ac_objext; then
21436 ac_cv_member_struct_stat_st_ctim=yes
21438 echo "$as_me: failed program was:" >&5
21439 sed 's/^/| /' conftest.$ac_ext >&5
21441 ac_cv_member_struct_stat_st_ctim=no
21444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21449 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21450 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21451 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21453 cat >>confdefs.h <<_ACEOF
21454 #define HAVE_STRUCT_STAT_ST_CTIM 1
21459 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21460 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21461 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21462 echo $ECHO_N "(cached) $ECHO_C" >&6
21464 cat >conftest.$ac_ext <<_ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 $ac_includes_default
21474 static struct stat ac_aggr;
21475 if (ac_aggr.st_atim)
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21485 *) ac_try_echo
=$ac_try;;
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21490 grep -v '^ *+' conftest.er1
>conftest.err
21492 cat conftest.err
>&5
21493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.
$ac_objext; then
21498 ac_cv_member_struct_stat_st_atim
=yes
21500 echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.
$ac_ext >&5
21503 cat >conftest.
$ac_ext <<_ACEOF
21506 cat confdefs.h
>>conftest.
$ac_ext
21507 cat >>conftest.
$ac_ext <<_ACEOF
21508 /* end confdefs.h. */
21509 $ac_includes_default
21513 static struct stat ac_aggr;
21514 if (sizeof ac_aggr.st_atim)
21520 rm -f conftest.
$ac_objext
21521 if { (ac_try
="$ac_compile"
21522 case "(($ac_try" in
21523 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21524 *) ac_try_echo=$ac_try;;
21526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21529 grep -v '^ *+' conftest.er1 >conftest.err
21531 cat conftest.err >&5
21532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_stat_st_atim=yes
21539 echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 ac_cv_member_struct_stat_st_atim=no
21545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21551 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21552 if test $ac_cv_member_struct_stat_st_atim = yes; then
21554 cat >>confdefs.h <<_ACEOF
21555 #define HAVE_STRUCT_STAT_ST_ATIM 1
21562 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21563 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21564 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21565 echo $ECHO_N "(cached) $ECHO_C" >&6
21567 cat >conftest.$ac_ext <<_ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #ifdef HAVE_SYS_TYPES_H
21574 #include <sys/types.h>
21576 #ifdef HAVE_NETINET_IN_H
21577 #include <netinet/in.h>
21583 static struct sockaddr_in6 ac_aggr;
21584 if (ac_aggr.sin6_scope_id)
21590 rm -f conftest.$ac_objext
21591 if { (ac_try="$ac_compile"
21592 case "(($ac_try" in
21593 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21594 *) ac_try_echo
=$ac_try;;
21596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21597 (eval "$ac_compile") 2>conftest.er1
21599 grep -v '^ *+' conftest.er1
>conftest.err
21601 cat conftest.err
>&5
21602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21603 (exit $ac_status); } && {
21604 test -z "$ac_c_werror_flag" ||
21605 test ! -s conftest.err
21606 } && test -s conftest.
$ac_objext; then
21607 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21609 echo "$as_me: failed program was:" >&5
21610 sed 's/^/| /' conftest.
$ac_ext >&5
21612 cat >conftest.
$ac_ext <<_ACEOF
21615 cat confdefs.h
>>conftest.
$ac_ext
21616 cat >>conftest.
$ac_ext <<_ACEOF
21617 /* end confdefs.h. */
21618 #ifdef HAVE_SYS_TYPES_H
21619 #include <sys/types.h>
21621 #ifdef HAVE_NETINET_IN_H
21622 #include <netinet/in.h>
21628 static struct sockaddr_in6 ac_aggr;
21629 if (sizeof ac_aggr.sin6_scope_id)
21635 rm -f conftest.
$ac_objext
21636 if { (ac_try
="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21639 *) ac_try_echo=$ac_try;;
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21644 grep -v '^ *+' conftest.er1 >conftest.err
21646 cat conftest.err >&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.$ac_objext; then
21652 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.$ac_ext >&5
21657 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21667 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21669 cat >>confdefs.h <<_ACEOF
21670 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21677 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21678 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21679 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21682 cat >conftest.$ac_ext <<_ACEOF
21685 cat confdefs.h >>conftest.$ac_ext
21686 cat >>conftest.$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 #ifdef HAVE_SYS_TYPES_H
21689 #include <sys/types.h>
21691 #ifdef HAVE_NETINET_IN_H
21692 # include <netinet/in.h>
21694 #ifdef HAVE_ARPA_NAMESER_H
21695 # include <arpa/nameser.h>
21701 static ns_msg ac_aggr;
21702 if (ac_aggr._msg_ptr)
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21712 *) ac_try_echo
=$ac_try;;
21714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21715 (eval "$ac_compile") 2>conftest.er1
21717 grep -v '^ *+' conftest.er1
>conftest.err
21719 cat conftest.err
>&5
21720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21721 (exit $ac_status); } && {
21722 test -z "$ac_c_werror_flag" ||
21723 test ! -s conftest.err
21724 } && test -s conftest.
$ac_objext; then
21725 ac_cv_member_ns_msg__msg_ptr
=yes
21727 echo "$as_me: failed program was:" >&5
21728 sed 's/^/| /' conftest.
$ac_ext >&5
21730 cat >conftest.
$ac_ext <<_ACEOF
21733 cat confdefs.h
>>conftest.
$ac_ext
21734 cat >>conftest.
$ac_ext <<_ACEOF
21735 /* end confdefs.h. */
21736 #ifdef HAVE_SYS_TYPES_H
21737 #include <sys/types.h>
21739 #ifdef HAVE_NETINET_IN_H
21740 # include <netinet/in.h>
21742 #ifdef HAVE_ARPA_NAMESER_H
21743 # include <arpa/nameser.h>
21749 static ns_msg ac_aggr;
21750 if (sizeof ac_aggr._msg_ptr)
21756 rm -f conftest.
$ac_objext
21757 if { (ac_try
="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21760 *) ac_try_echo=$ac_try;;
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21765 grep -v '^ *+' conftest.er1 >conftest.err
21767 cat conftest.err >&5
21768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.$ac_objext; then
21773 ac_cv_member_ns_msg__msg_ptr=yes
21775 echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21778 ac_cv_member_ns_msg__msg_ptr=no
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21787 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21788 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21790 cat >>confdefs.h <<_ACEOF
21791 #define HAVE_NS_MSG__MSG_PTR 1
21798 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21799 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21800 if test "${ac_cv_have_timezone+set}" = set; then
21801 echo $ECHO_N "(cached) $ECHO_C" >&6
21803 cat >conftest.$ac_ext <<_ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h. */
21818 rm -f conftest.$ac_objext conftest$ac_exeext
21819 if { (ac_try="$ac_link"
21820 case "(($ac_try" in
21821 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21822 *) ac_try_echo
=$ac_try;;
21824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21825 (eval "$ac_link") 2>conftest.er1
21827 grep -v '^ *+' conftest.er1
>conftest.err
21829 cat conftest.err
>&5
21830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831 (exit $ac_status); } && {
21832 test -z "$ac_c_werror_flag" ||
21833 test ! -s conftest.err
21834 } && test -s conftest
$ac_exeext &&
21835 $as_test_x conftest
$ac_exeext; then
21836 ac_cv_have_timezone
="yes"
21838 echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.
$ac_ext >&5
21841 ac_cv_have_timezone
="no"
21844 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21845 conftest
$ac_exeext conftest.
$ac_ext
21847 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21848 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21849 if test "$ac_cv_have_timezone" = "yes"
21852 cat >>confdefs.h
<<\_ACEOF
21853 #define HAVE_TIMEZONE 1
21857 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21858 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21859 if test "${ac_cv_have_daylight+set}" = set; then
21860 echo $ECHO_N "(cached) $ECHO_C" >&6
21862 cat >conftest.
$ac_ext <<_ACEOF
21865 cat confdefs.h
>>conftest.
$ac_ext
21866 cat >>conftest.
$ac_ext <<_ACEOF
21867 /* end confdefs.h. */
21877 rm -f conftest.
$ac_objext conftest
$ac_exeext
21878 if { (ac_try
="$ac_link"
21879 case "(($ac_try" in
21880 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21881 *) ac_try_echo=$ac_try;;
21883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21884 (eval "$ac_link") 2>conftest.er1
21886 grep -v '^ *+' conftest.er1 >conftest.err
21888 cat conftest.err >&5
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest$ac_exeext &&
21894 $as_test_x conftest$ac_exeext; then
21895 ac_cv_have_daylight="yes"
21897 echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21900 ac_cv_have_daylight="no"
21903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21904 conftest$ac_exeext conftest.$ac_ext
21906 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21907 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21908 if test "$ac_cv_have_daylight" = "yes"
21911 cat >>confdefs.h <<\_ACEOF
21912 #define HAVE_DAYLIGHT 1
21917 { echo "$as_me:$LINENO: checking for isinf" >&5
21918 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21919 if test "${ac_cv_have_isinf+set}" = set; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21922 cat >conftest.$ac_ext <<_ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21932 float f = 0.0; int i=isinf(f)
21937 rm -f conftest.$ac_objext conftest$ac_exeext
21938 if { (ac_try="$ac_link"
21939 case "(($ac_try" in
21940 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21941 *) ac_try_echo
=$ac_try;;
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944 (eval "$ac_link") 2>conftest.er1
21946 grep -v '^ *+' conftest.er1
>conftest.err
21948 cat conftest.err
>&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && {
21951 test -z "$ac_c_werror_flag" ||
21952 test ! -s conftest.err
21953 } && test -s conftest
$ac_exeext &&
21954 $as_test_x conftest
$ac_exeext; then
21955 ac_cv_have_isinf
="yes"
21957 echo "$as_me: failed program was:" >&5
21958 sed 's/^/| /' conftest.
$ac_ext >&5
21960 ac_cv_have_isinf
="no"
21963 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21964 conftest
$ac_exeext conftest.
$ac_ext
21966 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21967 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21968 if test "$ac_cv_have_isinf" = "yes"
21971 cat >>confdefs.h
<<\_ACEOF
21972 #define HAVE_ISINF 1
21979 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21980 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21981 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21982 echo $ECHO_N "(cached) $ECHO_C" >&6
21984 cat >conftest.
$ac_ext <<_ACEOF
21987 cat confdefs.h
>>conftest.
$ac_ext
21988 cat >>conftest.
$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21994 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21995 $EGREP "yes" >/dev
/null
2>&1; then
21996 ac_cv_cpp_def___i386__
=yes
21998 ac_cv_cpp_def___i386__
=no
22003 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22004 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22005 if test $ac_cv_cpp_def___i386__ = yes; then
22006 CFLAGS
="$CFLAGS -D__i386__"
22007 LINTFLAGS
="$LINTFLAGS -D__i386__"
22010 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22011 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22012 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22013 echo $ECHO_N "(cached) $ECHO_C" >&6
22015 cat >conftest.
$ac_ext <<_ACEOF
22018 cat confdefs.h
>>conftest.
$ac_ext
22019 cat >>conftest.
$ac_ext <<_ACEOF
22020 /* end confdefs.h. */
22025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22026 $EGREP "yes" >/dev
/null
2>&1; then
22027 ac_cv_cpp_def___x86_64__
=yes
22029 ac_cv_cpp_def___x86_64__
=no
22034 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22035 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22036 if test $ac_cv_cpp_def___x86_64__ = yes; then
22037 CFLAGS
="$CFLAGS -D__x86_64__"
22038 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22041 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22042 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22043 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22044 echo $ECHO_N "(cached) $ECHO_C" >&6
22046 cat >conftest.
$ac_ext <<_ACEOF
22049 cat confdefs.h
>>conftest.
$ac_ext
22050 cat >>conftest.
$ac_ext <<_ACEOF
22051 /* end confdefs.h. */
22056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22057 $EGREP "yes" >/dev
/null
2>&1; then
22058 ac_cv_cpp_def___ALPHA__
=yes
22060 ac_cv_cpp_def___ALPHA__
=no
22065 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22066 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22067 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22068 CFLAGS
="$CFLAGS -D__ALPHA__"
22069 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22072 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22073 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22074 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22075 echo $ECHO_N "(cached) $ECHO_C" >&6
22077 cat >conftest.
$ac_ext <<_ACEOF
22080 cat confdefs.h
>>conftest.
$ac_ext
22081 cat >>conftest.
$ac_ext <<_ACEOF
22082 /* end confdefs.h. */
22087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22088 $EGREP "yes" >/dev
/null
2>&1; then
22089 ac_cv_cpp_def___sparc__
=yes
22091 ac_cv_cpp_def___sparc__
=no
22096 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22097 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22098 if test $ac_cv_cpp_def___sparc__ = yes; then
22099 CFLAGS
="$CFLAGS -D__sparc__"
22100 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22103 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22104 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22105 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22106 echo $ECHO_N "(cached) $ECHO_C" >&6
22108 cat >conftest.
$ac_ext <<_ACEOF
22111 cat confdefs.h
>>conftest.
$ac_ext
22112 cat >>conftest.
$ac_ext <<_ACEOF
22113 /* end confdefs.h. */
22114 #ifndef __powerpc__
22118 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22119 $EGREP "yes" >/dev
/null
2>&1; then
22120 ac_cv_cpp_def___powerpc__
=yes
22122 ac_cv_cpp_def___powerpc__
=no
22127 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22128 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22129 if test $ac_cv_cpp_def___powerpc__ = yes; then
22130 CFLAGS
="$CFLAGS -D__powerpc__"
22131 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22136 case $host_vendor in
22137 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22138 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22139 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22140 echo $ECHO_N "(cached) $ECHO_C" >&6
22142 cat >conftest.
$ac_ext <<_ACEOF
22145 cat confdefs.h
>>conftest.
$ac_ext
22146 cat >>conftest.
$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22153 $EGREP "yes" >/dev
/null
2>&1; then
22154 ac_cv_cpp_def___sun__
=yes
22156 ac_cv_cpp_def___sun__
=no
22161 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22162 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22163 if test $ac_cv_cpp_def___sun__ = yes; then
22164 CFLAGS
="$CFLAGS -D__sun__"
22165 LINTFLAGS
="$LINTFLAGS -D__sun__"
22171 DEPENDENCIES
="### Dependencies:
22176 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22178 \$(OBJS): \$(IDL_GEN_HEADERS)
22179 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22180 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22181 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22182 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22189 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22198 ALL_PROGRAM_DIRS
=""
22200 ALL_PROGRAM_INSTALL_DIRS
=""
22202 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22208 ac_config_commands
="$ac_config_commands include/stamp-h"
22211 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22213 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22215 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22217 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22219 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22221 ac_config_commands
="$ac_config_commands include/wine"
22224 ALL_MAKERULES
="$ALL_MAKERULES \\
22226 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22227 Make.rules: Make.rules.in"
22228 MAKE_RULES
=Make.rules
22229 ac_config_files
="$ac_config_files Make.rules"
22231 ALL_MAKERULES
="$ALL_MAKERULES \\
22232 dlls/Makedll.rules"
22233 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22234 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22235 MAKE_DLL_RULES
=dlls
/Makedll.rules
22236 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22238 ALL_MAKERULES
="$ALL_MAKERULES \\
22239 dlls/Makeimplib.rules"
22240 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22241 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22242 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22243 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22245 ALL_MAKERULES
="$ALL_MAKERULES \\
22246 dlls/Maketest.rules"
22247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22248 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22249 MAKE_TEST_RULES
=dlls
/Maketest.rules
22250 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22252 ALL_MAKERULES
="$ALL_MAKERULES \\
22253 programs/Makeprog.rules"
22254 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22255 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22256 MAKE_PROG_RULES
=programs
/Makeprog.rules
22257 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22262 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22263 Makefile: Makefile.in Make.rules"
22264 ac_config_files
="$ac_config_files Makefile"
22266 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22270 dlls/Makefile: dlls/Makefile.in Make.rules"
22271 ac_config_files
="$ac_config_files dlls/Makefile"
22273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22274 dlls/acledit/Makefile"
22275 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22277 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22278 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22279 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22281 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22282 dlls/activeds/Makefile"
22283 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22285 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22286 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22287 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22289 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22290 dlls/actxprxy/Makefile"
22291 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22293 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22294 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22295 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22297 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22298 dlls/adsiid/Makefile"
22299 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22302 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22303 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22306 dlls/advapi32/Makefile"
22307 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22310 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22311 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22314 dlls/advapi32/tests/Makefile"
22315 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22318 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22319 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22322 dlls/advpack/Makefile"
22323 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22325 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22326 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22327 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22329 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22330 dlls/advpack/tests/Makefile"
22331 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22333 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22334 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22335 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22337 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22338 dlls/amstream/Makefile"
22339 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22341 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22342 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22343 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22345 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22346 dlls/appwiz.cpl/Makefile"
22347 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22349 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22350 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22351 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22353 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22355 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22358 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22359 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22362 dlls/avicap32/Makefile"
22363 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22366 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22367 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22370 dlls/avifil32/Makefile"
22371 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22374 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22375 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22378 dlls/browseui/Makefile"
22379 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22381 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22382 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22383 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22385 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22386 dlls/browseui/tests/Makefile"
22387 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22389 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22390 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22391 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22393 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22394 dlls/cabinet/Makefile"
22395 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22397 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22398 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22399 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22401 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22402 dlls/cabinet/tests/Makefile"
22403 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22405 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22406 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22407 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22409 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22410 dlls/capi2032/Makefile"
22411 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22413 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22414 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22415 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22417 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22418 dlls/cards/Makefile"
22419 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22421 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22422 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22423 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22425 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22426 dlls/cfgmgr32/Makefile"
22427 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22430 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22431 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22434 dlls/clusapi/Makefile"
22435 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22438 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22439 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22442 dlls/comcat/Makefile"
22443 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22446 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22447 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22450 dlls/comcat/tests/Makefile"
22451 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22453 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22454 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22455 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22457 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22458 dlls/comctl32/Makefile"
22459 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22461 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22462 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22463 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22465 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22466 dlls/comctl32/tests/Makefile"
22467 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22469 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22470 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22471 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22473 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22474 dlls/comdlg32/Makefile"
22475 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22478 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22479 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22482 dlls/comdlg32/tests/Makefile"
22483 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22486 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22487 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22490 dlls/compstui/Makefile"
22491 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22494 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22495 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22498 dlls/credui/Makefile"
22499 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22501 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22502 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22503 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22505 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22506 dlls/credui/tests/Makefile"
22507 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22509 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22510 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22511 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22513 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22514 dlls/crtdll/Makefile"
22515 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22518 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22519 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22522 dlls/crypt32/Makefile"
22523 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22526 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22527 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22530 dlls/crypt32/tests/Makefile"
22531 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22534 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22535 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22538 dlls/cryptdlg/Makefile"
22539 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22541 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22542 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22543 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22545 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22546 dlls/cryptdll/Makefile"
22547 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22550 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22551 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22554 dlls/cryptnet/Makefile"
22555 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22557 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22558 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22559 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22561 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22562 dlls/cryptnet/tests/Makefile"
22563 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22565 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22566 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22567 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22569 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22570 dlls/cryptui/Makefile"
22571 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22573 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22574 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22575 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22577 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22578 dlls/ctapi32/Makefile"
22579 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22581 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22582 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22583 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22585 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22586 dlls/ctl3d32/Makefile"
22587 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22589 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22590 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22591 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22593 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22594 dlls/d3d10/Makefile"
22595 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22598 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22599 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22602 dlls/d3d8/Makefile"
22603 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22606 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22607 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22610 dlls/d3d8/tests/Makefile"
22611 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22614 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22615 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22618 dlls/d3d9/Makefile"
22619 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22622 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22623 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22626 dlls/d3d9/tests/Makefile"
22627 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22630 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22631 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22634 dlls/d3dim/Makefile"
22635 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22637 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22638 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22639 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22641 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22642 dlls/d3drm/Makefile"
22643 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22646 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22647 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22650 dlls/d3drm/tests/Makefile"
22651 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22654 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22655 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22658 dlls/d3dx8/Makefile"
22659 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22661 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22662 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22663 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22665 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22666 dlls/d3dx8/tests/Makefile"
22667 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22669 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22670 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22671 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22673 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22674 dlls/d3dx9_24/Makefile"
22675 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22677 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22678 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22679 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22681 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22682 dlls/d3dx9_25/Makefile"
22683 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22686 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22687 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22690 dlls/d3dx9_26/Makefile"
22691 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22693 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22694 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22695 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
22697 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22698 dlls/d3dx9_27/Makefile"
22699 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22701 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22702 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22703 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
22705 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22706 dlls/d3dx9_28/Makefile"
22707 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22710 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22711 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
22713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22714 dlls/d3dx9_29/Makefile"
22715 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22717 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22718 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22719 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
22721 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22722 dlls/d3dx9_30/Makefile"
22723 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22725 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22726 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22727 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
22729 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22730 dlls/d3dx9_31/Makefile"
22731 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22733 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22734 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22735 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
22737 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22738 dlls/d3dx9_32/Makefile"
22739 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22742 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22743 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
22745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22746 dlls/d3dx9_33/Makefile"
22747 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22749 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22750 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22751 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
22753 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22754 dlls/d3dx9_34/Makefile"
22755 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22757 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22758 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22759 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
22761 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22762 dlls/d3dx9_35/Makefile"
22763 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22766 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22767 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
22769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22770 dlls/d3dx9_36/Makefile"
22771 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22773 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22774 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22775 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
22777 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22778 dlls/d3dx9_36/tests/Makefile"
22779 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22781 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22782 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22783 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22785 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22786 dlls/d3dx9_37/Makefile"
22787 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22789 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22790 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22791 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
22793 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22794 dlls/d3dxof/Makefile"
22795 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22797 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22798 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22799 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
22801 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22802 dlls/d3dxof/tests/Makefile"
22803 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22805 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22806 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22807 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
22809 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22810 dlls/dbghelp/Makefile"
22811 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22814 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22815 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
22817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22818 dlls/dciman32/Makefile"
22819 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22821 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22822 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22823 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
22825 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22826 dlls/ddraw/Makefile"
22827 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22830 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22831 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
22833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22834 dlls/ddraw/tests/Makefile"
22835 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22837 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22838 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22839 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
22841 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22842 dlls/ddrawex/Makefile"
22843 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22845 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22846 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22847 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
22849 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22850 dlls/devenum/Makefile"
22851 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22853 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22854 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22855 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
22857 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22858 dlls/dinput/Makefile"
22859 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22861 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22862 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22863 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
22865 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22866 dlls/dinput/tests/Makefile"
22867 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22870 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22871 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
22873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22874 dlls/dinput8/Makefile"
22875 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22877 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22878 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22879 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
22881 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22882 dlls/dmband/Makefile"
22883 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22885 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22886 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22887 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
22889 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22890 dlls/dmcompos/Makefile"
22891 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22893 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22894 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22895 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
22897 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22898 dlls/dmime/Makefile"
22899 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22901 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22902 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22903 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
22905 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22906 dlls/dmloader/Makefile"
22907 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22909 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22910 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22911 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
22913 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22914 dlls/dmscript/Makefile"
22915 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22918 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22919 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
22921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22922 dlls/dmstyle/Makefile"
22923 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22925 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22926 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22927 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
22929 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22930 dlls/dmsynth/Makefile"
22931 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22933 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22934 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22935 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
22937 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22938 dlls/dmusic/Makefile"
22939 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22942 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22943 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
22945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22946 dlls/dmusic32/Makefile"
22947 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22949 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22950 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22951 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
22953 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22954 dlls/dnsapi/Makefile"
22955 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22957 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22958 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22959 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
22961 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22962 dlls/dnsapi/tests/Makefile"
22963 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22965 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22966 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22967 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
22969 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22970 dlls/dplay/Makefile"
22971 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22973 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22974 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22975 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
22977 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22978 dlls/dplayx/Makefile"
22979 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22981 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22982 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22983 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
22985 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22986 dlls/dplayx/tests/Makefile"
22987 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22990 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22991 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
22993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22994 dlls/dpnaddr/Makefile"
22995 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22997 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22998 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22999 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
23001 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23002 dlls/dpnet/Makefile"
23003 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23006 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23007 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
23009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23010 dlls/dpnhpast/Makefile"
23011 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23013 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23014 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23015 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23017 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23018 dlls/dpnlobby/Makefile"
23019 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23021 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23022 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23023 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23025 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23026 dlls/dpwsockx/Makefile"
23027 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23029 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23030 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23031 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23033 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23034 dlls/dsound/Makefile"
23035 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23038 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23039 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23042 dlls/dsound/tests/Makefile"
23043 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23045 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23046 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23047 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23049 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23050 dlls/dssenh/Makefile"
23051 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23053 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23054 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23055 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23057 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23058 dlls/dswave/Makefile"
23059 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23061 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23062 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23063 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23065 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23066 dlls/dwmapi/Makefile"
23067 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23069 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23070 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23071 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23073 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23074 dlls/dxdiagn/Makefile"
23075 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23077 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23078 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23079 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23081 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23082 dlls/dxerr8/Makefile"
23083 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23085 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23086 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23087 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23089 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23090 dlls/dxerr9/Makefile"
23091 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23093 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23094 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23095 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23097 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23098 dlls/dxguid/Makefile"
23099 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23102 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23103 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23106 dlls/faultrep/Makefile"
23107 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23109 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23110 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23111 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23113 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23114 dlls/fusion/Makefile"
23115 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23117 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23118 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23119 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23121 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23122 dlls/fusion/tests/Makefile"
23123 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23125 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23126 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23127 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23129 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23130 dlls/gdi32/Makefile"
23131 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23133 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23134 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23135 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23137 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23138 dlls/gdi32/tests/Makefile"
23139 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23141 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23142 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23143 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23145 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23146 dlls/gdiplus/Makefile"
23147 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23149 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23150 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23151 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23153 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23154 dlls/gdiplus/tests/Makefile"
23155 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23157 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23158 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23159 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23161 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23162 dlls/glu32/Makefile"
23163 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23165 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23166 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23167 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23169 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23170 dlls/gphoto2.ds/Makefile"
23171 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23174 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23175 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23178 dlls/gpkcsp/Makefile"
23179 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23182 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23183 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23187 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23190 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23191 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23194 dlls/hhctrl.ocx/Makefile"
23195 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23197 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23198 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23199 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23201 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23203 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23205 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23206 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23207 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23209 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23210 dlls/hlink/Makefile"
23211 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23213 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23214 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23215 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23217 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23218 dlls/hlink/tests/Makefile"
23219 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23221 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23222 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23223 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23225 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23226 dlls/hnetcfg/Makefile"
23227 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23229 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23230 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23231 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23233 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23234 dlls/iccvid/Makefile"
23235 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23237 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23238 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23239 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23241 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23242 dlls/icmp/Makefile"
23243 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23245 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23246 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23247 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23249 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23250 dlls/ifsmgr.vxd/Makefile"
23251 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23253 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23254 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23255 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23257 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23258 dlls/imaadp32.acm/Makefile"
23259 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23262 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23263 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23266 dlls/imagehlp/Makefile"
23267 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23270 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23271 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23274 dlls/imm32/Makefile"
23275 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23277 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23278 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23279 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23281 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23282 dlls/imm32/tests/Makefile"
23283 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23285 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23286 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23287 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23289 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23290 dlls/inetcomm/Makefile"
23291 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23293 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23294 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23295 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23297 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23298 dlls/inetcomm/tests/Makefile"
23299 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23302 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23303 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23306 dlls/inetmib1/Makefile"
23307 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23310 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23311 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23314 dlls/inetmib1/tests/Makefile"
23315 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23318 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23319 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23322 dlls/infosoft/Makefile"
23323 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23325 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23326 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23327 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23329 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23330 dlls/infosoft/tests/Makefile"
23331 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23333 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23334 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23335 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23337 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23338 dlls/initpki/Makefile"
23339 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23341 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23342 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23343 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23345 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23346 dlls/inkobj/Makefile"
23347 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23349 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23350 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23351 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23353 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23354 dlls/inseng/Makefile"
23355 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23358 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23359 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23362 dlls/iphlpapi/Makefile"
23363 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23366 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23367 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23370 dlls/iphlpapi/tests/Makefile"
23371 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23374 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23375 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23378 dlls/itircl/Makefile"
23379 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23381 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23382 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23383 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23385 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23386 dlls/itss/Makefile"
23387 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23389 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23390 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23391 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23393 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23394 dlls/itss/tests/Makefile"
23395 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23397 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23398 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23399 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23401 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23402 dlls/jscript/Makefile"
23403 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23405 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23406 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23407 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23409 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23410 dlls/jscript/tests/Makefile"
23411 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23413 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23414 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23415 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23417 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23418 dlls/kernel32/Makefile"
23419 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23421 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23422 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23423 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23425 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23426 dlls/kernel32/tests/Makefile"
23427 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23430 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23431 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23434 dlls/localspl/Makefile"
23435 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23438 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23439 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23442 dlls/localspl/tests/Makefile"
23443 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23446 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23447 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23450 dlls/localui/Makefile"
23451 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23453 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23454 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23455 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23457 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23458 dlls/localui/tests/Makefile"
23459 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23461 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23462 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23465 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23466 dlls/lz32/Makefile"
23467 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23469 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23470 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23471 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23473 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23474 dlls/lz32/tests/Makefile"
23475 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23478 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23479 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23482 dlls/mapi32/Makefile"
23483 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23486 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23487 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23490 dlls/mapi32/tests/Makefile"
23491 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23494 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23495 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23498 dlls/mciavi32/Makefile"
23499 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23501 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23502 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23503 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23505 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23506 dlls/mcicda/Makefile"
23507 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23509 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23510 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23511 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23513 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23514 dlls/mciseq/Makefile"
23515 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23518 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23519 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23522 dlls/mciwave/Makefile"
23523 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23526 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23527 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23530 dlls/midimap/Makefile"
23531 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23534 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23535 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23538 dlls/mlang/Makefile"
23539 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23541 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23542 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23543 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23545 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23546 dlls/mlang/tests/Makefile"
23547 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23550 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23551 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23554 dlls/mmdevldr.vxd/Makefile"
23555 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23557 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23558 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23559 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23561 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23562 dlls/monodebg.vxd/Makefile"
23563 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23565 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23566 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23567 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23569 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23570 dlls/mountmgr.sys/Makefile"
23571 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23573 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23574 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23575 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23577 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23579 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23581 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23582 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23583 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23585 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23586 dlls/mprapi/Makefile"
23587 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23589 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23590 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23591 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23593 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23594 dlls/msacm32.drv/Makefile"
23595 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23598 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23599 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23602 dlls/msacm32/Makefile"
23603 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23606 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23607 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23610 dlls/msacm32/tests/Makefile"
23611 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23614 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23615 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23618 dlls/msadp32.acm/Makefile"
23619 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23622 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23623 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23626 dlls/mscat32/Makefile"
23627 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23630 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23631 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23634 dlls/mscms/Makefile"
23635 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23637 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23638 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23639 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23641 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23642 dlls/mscms/tests/Makefile"
23643 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23646 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23647 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23650 dlls/mscoree/Makefile"
23651 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23654 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23655 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23658 dlls/msdmo/Makefile"
23659 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23661 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23662 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23663 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23665 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23666 dlls/msftedit/Makefile"
23667 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23669 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23670 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23671 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23673 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23674 dlls/msg711.acm/Makefile"
23675 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23677 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23678 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23679 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23681 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23682 dlls/mshtml.tlb/Makefile"
23683 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23686 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23687 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
23689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23690 dlls/mshtml/Makefile"
23691 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23693 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23694 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23695 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
23697 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23698 dlls/mshtml/tests/Makefile"
23699 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23701 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23702 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23703 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
23705 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23707 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23710 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23711 ac_config_files
="$ac_config_files dlls/msi/Makefile"
23713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23714 dlls/msi/tests/Makefile"
23715 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23717 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23718 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23719 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
23721 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23722 dlls/msimg32/Makefile"
23723 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23725 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23726 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23727 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
23729 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23730 dlls/msimtf/Makefile"
23731 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23733 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23734 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23735 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
23737 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23738 dlls/msisip/Makefile"
23739 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23742 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23743 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
23745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23746 dlls/msisys.ocx/Makefile"
23747 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23749 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23750 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23751 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
23753 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23754 dlls/msnet32/Makefile"
23755 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23757 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23758 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23759 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
23761 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23762 dlls/msrle32/Makefile"
23763 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23766 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23767 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
23769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23770 dlls/mssip32/Makefile"
23771 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23773 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23774 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23775 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
23777 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23778 dlls/mstask/Makefile"
23779 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23781 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23782 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23783 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
23785 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23786 dlls/mstask/tests/Makefile"
23787 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23789 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23790 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23791 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
23793 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23794 dlls/msvcirt/Makefile"
23795 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23797 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23798 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23799 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
23801 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23802 dlls/msvcr71/Makefile"
23803 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23805 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23806 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23807 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
23809 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23810 dlls/msvcrt/Makefile"
23811 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23814 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23815 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
23817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23818 dlls/msvcrt/tests/Makefile"
23819 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23821 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23822 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23823 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
23825 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23826 dlls/msvcrt20/Makefile"
23827 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23830 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23831 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
23833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23834 dlls/msvcrt40/Makefile"
23835 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23837 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23838 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23839 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
23841 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23842 dlls/msvcrtd/Makefile"
23843 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23845 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23846 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23847 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
23849 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23850 dlls/msvcrtd/tests/Makefile"
23851 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23853 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23854 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23855 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
23857 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23858 dlls/msvfw32/Makefile"
23859 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23861 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23862 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23863 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
23865 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23866 dlls/msvidc32/Makefile"
23867 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23870 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23871 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
23873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23874 dlls/mswsock/Makefile"
23875 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23877 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23878 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23879 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
23881 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23882 dlls/msxml3/Makefile"
23883 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23885 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23886 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23887 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
23889 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23890 dlls/msxml3/tests/Makefile"
23891 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23893 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23894 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23895 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
23897 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23898 dlls/nddeapi/Makefile"
23899 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23901 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23902 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23903 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
23905 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23906 dlls/netapi32/Makefile"
23907 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23909 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23910 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23911 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
23913 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23914 dlls/netapi32/tests/Makefile"
23915 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23918 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23919 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
23921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23922 dlls/newdev/Makefile"
23923 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23925 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23926 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23927 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
23929 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23930 dlls/ntdll/Makefile"
23931 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23933 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23934 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23935 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
23937 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23938 dlls/ntdll/tests/Makefile"
23939 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23942 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23943 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
23945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23946 dlls/ntdsapi/Makefile"
23947 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23949 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23950 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23951 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
23953 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23954 dlls/ntdsapi/tests/Makefile"
23955 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23957 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23958 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23959 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
23961 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23962 dlls/ntoskrnl.exe/Makefile"
23963 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23965 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23966 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23967 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23969 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23970 dlls/ntprint/Makefile"
23971 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23973 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23974 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23975 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
23977 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23978 dlls/ntprint/tests/Makefile"
23979 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23981 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23982 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23983 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
23985 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23986 dlls/objsel/Makefile"
23987 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23990 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23991 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
23993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23994 dlls/odbc32/Makefile"
23995 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23997 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23998 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23999 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
24001 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24002 dlls/odbccp32/Makefile"
24003 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24006 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24007 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
24009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24010 dlls/odbccp32/tests/Makefile"
24011 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24013 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24014 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24017 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24018 dlls/ole32/Makefile"
24019 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24021 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24022 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24023 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24025 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24026 dlls/ole32/tests/Makefile"
24027 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24029 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24030 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24031 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24033 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24034 dlls/oleacc/Makefile"
24035 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24038 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24039 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24042 dlls/oleaut32/Makefile"
24043 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24045 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24046 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24047 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24049 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24050 dlls/oleaut32/tests/Makefile"
24051 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24053 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24054 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24055 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24057 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24058 dlls/olecli32/Makefile"
24059 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24061 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24062 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24063 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24065 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24066 dlls/oledlg/Makefile"
24067 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24069 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24070 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24071 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24073 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24074 dlls/olepro32/Makefile"
24075 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24077 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24078 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24079 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24081 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24082 dlls/olesvr32/Makefile"
24083 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24085 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24086 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24087 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24089 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24090 dlls/olethk32/Makefile"
24091 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24093 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24094 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24095 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24097 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24098 dlls/opengl32/Makefile"
24099 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24102 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24103 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24106 dlls/opengl32/tests/Makefile"
24107 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24109 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24110 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24111 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24113 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24115 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24117 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24118 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24119 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24121 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24122 dlls/pdh/tests/Makefile"
24123 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24125 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24126 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24127 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24129 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24130 dlls/powrprof/Makefile"
24131 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24133 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24134 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24135 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24137 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24138 dlls/printui/Makefile"
24139 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24141 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24142 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24143 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24145 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24146 dlls/propsys/Makefile"
24147 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24149 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24150 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24151 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24153 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24154 dlls/psapi/Makefile"
24155 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24157 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24158 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24159 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24161 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24162 dlls/psapi/tests/Makefile"
24163 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24165 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24166 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24167 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24169 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24170 dlls/pstorec/Makefile"
24171 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24174 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24175 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24178 dlls/qcap/Makefile"
24179 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24182 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24183 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24186 dlls/qedit/Makefile"
24187 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24190 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24191 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24194 dlls/qedit/tests/Makefile"
24195 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24197 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24198 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24199 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24201 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24202 dlls/qmgr/Makefile"
24203 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24205 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24206 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24207 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24209 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24210 dlls/qmgr/tests/Makefile"
24211 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24213 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24214 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24215 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24217 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24218 dlls/qmgrprxy/Makefile"
24219 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24221 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24222 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24223 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24225 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24226 dlls/quartz/Makefile"
24227 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24229 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24230 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24231 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24233 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24234 dlls/quartz/tests/Makefile"
24235 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24237 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24238 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24239 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24241 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24242 dlls/query/Makefile"
24243 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24245 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24246 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24247 ac_config_files
="$ac_config_files dlls/query/Makefile"
24249 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24250 dlls/rasapi32/Makefile"
24251 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24253 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24254 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24255 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24257 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24258 dlls/rasapi32/tests/Makefile"
24259 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24262 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24263 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24266 dlls/resutils/Makefile"
24267 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24270 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24271 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24274 dlls/riched20/Makefile"
24275 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24277 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24278 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24279 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24281 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24282 dlls/riched20/tests/Makefile"
24283 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24285 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24286 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24289 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24290 dlls/riched32/Makefile"
24291 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24293 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24294 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24295 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24297 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24298 dlls/riched32/tests/Makefile"
24299 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24302 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24303 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24306 dlls/rpcrt4/Makefile"
24307 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24310 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24311 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24314 dlls/rpcrt4/tests/Makefile"
24315 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24318 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24319 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24322 dlls/rsabase/Makefile"
24323 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24325 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24326 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24327 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24329 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24330 dlls/rsaenh/Makefile"
24331 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24333 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24334 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24335 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24337 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24338 dlls/rsaenh/tests/Makefile"
24339 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24341 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24342 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24343 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24345 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24346 dlls/sane.ds/Makefile"
24347 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24349 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24350 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24351 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24353 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24354 dlls/sccbase/Makefile"
24355 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24358 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24359 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24362 dlls/schannel/Makefile"
24363 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24366 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24367 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24370 dlls/schannel/tests/Makefile"
24371 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24374 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24375 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24378 dlls/secur32/Makefile"
24379 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24381 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24382 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24383 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24385 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24386 dlls/secur32/tests/Makefile"
24387 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24389 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24390 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24391 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24393 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24394 dlls/security/Makefile"
24395 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24397 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24398 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24399 ac_config_files
="$ac_config_files dlls/security/Makefile"
24401 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24402 dlls/sensapi/Makefile"
24403 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24405 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24406 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24407 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24409 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24410 dlls/serialui/Makefile"
24411 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24413 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24414 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24415 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24417 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24418 dlls/serialui/tests/Makefile"
24419 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24421 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24422 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24423 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24425 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24426 dlls/setupapi/Makefile"
24427 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24430 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24431 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24434 dlls/setupapi/tests/Makefile"
24435 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24438 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24439 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24443 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24446 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24447 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24450 dlls/sfc_os/Makefile"
24451 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24453 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24454 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24455 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24457 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24458 dlls/shdoclc/Makefile"
24459 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24461 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24462 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24463 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24465 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24466 dlls/shdocvw/Makefile"
24467 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24469 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24470 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24471 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24473 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24474 dlls/shdocvw/tests/Makefile"
24475 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24478 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24482 dlls/shell32/Makefile"
24483 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24486 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24487 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24490 dlls/shell32/tests/Makefile"
24491 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24494 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24495 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24498 dlls/shfolder/Makefile"
24499 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24501 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24502 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24503 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24505 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24506 dlls/shlwapi/Makefile"
24507 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24509 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24510 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24511 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24513 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24514 dlls/shlwapi/tests/Makefile"
24515 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24518 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24519 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24522 dlls/slbcsp/Makefile"
24523 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24526 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24527 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24531 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24534 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24535 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24538 dlls/snmpapi/Makefile"
24539 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24541 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24542 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24543 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24545 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24546 dlls/snmpapi/tests/Makefile"
24547 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24550 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24551 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24554 dlls/softpub/Makefile"
24555 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24557 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24558 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24559 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24561 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24562 dlls/spoolss/Makefile"
24563 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24565 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24566 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24567 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24569 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24570 dlls/spoolss/tests/Makefile"
24571 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24573 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24574 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24575 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24577 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24578 dlls/stdole2.tlb/Makefile"
24579 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24581 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24582 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24583 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24585 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24586 dlls/stdole32.tlb/Makefile"
24587 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24589 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24590 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24591 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24593 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24595 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24598 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24599 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24602 dlls/strmiids/Makefile"
24603 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24606 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24607 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24610 dlls/svrapi/Makefile"
24611 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24614 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24615 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24619 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24622 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24623 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24626 dlls/tapi32/Makefile"
24627 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24630 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24631 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24634 dlls/twain_32/Makefile"
24635 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24637 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24638 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24639 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24641 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24642 dlls/unicows/Makefile"
24643 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24646 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24647 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24651 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24654 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24655 ac_config_files
="$ac_config_files dlls/url/Makefile"
24657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24658 dlls/urlmon/Makefile"
24659 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24661 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24662 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24663 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24665 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24666 dlls/urlmon/tests/Makefile"
24667 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24669 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24670 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24671 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24673 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24674 dlls/user32/Makefile"
24675 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24677 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24678 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24679 ac_config_files
="$ac_config_files dlls/user32/Makefile"
24681 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24682 dlls/user32/tests/Makefile"
24683 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24686 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24687 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
24689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24690 dlls/userenv/Makefile"
24691 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24693 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24694 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24695 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
24697 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24698 dlls/userenv/tests/Makefile"
24699 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24701 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24702 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24703 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
24705 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24706 dlls/usp10/Makefile"
24707 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24710 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24711 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
24713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24714 dlls/usp10/tests/Makefile"
24715 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24717 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24718 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24719 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
24721 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24722 dlls/uuid/Makefile"
24723 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24725 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24726 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24727 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
24729 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24730 dlls/uxtheme/Makefile"
24731 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24733 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24734 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24735 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
24737 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24738 dlls/uxtheme/tests/Makefile"
24739 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24742 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
24745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24746 dlls/vdhcp.vxd/Makefile"
24747 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24749 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24750 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24751 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
24753 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24754 dlls/vdmdbg/Makefile"
24755 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24757 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24758 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24759 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
24761 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24762 dlls/version/Makefile"
24763 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24766 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24767 ac_config_files
="$ac_config_files dlls/version/Makefile"
24769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24770 dlls/version/tests/Makefile"
24771 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24773 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24774 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24775 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
24777 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24778 dlls/vmm.vxd/Makefile"
24779 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24781 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24782 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24783 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
24785 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24786 dlls/vnbt.vxd/Makefile"
24787 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24789 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24790 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24791 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
24793 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24794 dlls/vnetbios.vxd/Makefile"
24795 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24797 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24798 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24799 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
24801 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24802 dlls/vtdapi.vxd/Makefile"
24803 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24805 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24806 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24807 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
24809 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24810 dlls/vwin32.vxd/Makefile"
24811 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24814 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24815 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
24817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24818 dlls/w32skrnl/Makefile"
24819 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24821 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24822 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24823 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
24825 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24826 dlls/winealsa.drv/Makefile"
24827 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24830 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24831 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
24833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24834 dlls/wineaudioio.drv/Makefile"
24835 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24837 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24838 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24839 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
24841 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24842 dlls/winecoreaudio.drv/Makefile"
24843 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24845 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24846 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24847 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24849 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24850 dlls/winecrt0/Makefile"
24851 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24853 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24854 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24855 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
24857 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24858 dlls/wined3d/Makefile"
24859 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24861 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24862 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24863 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
24865 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24866 dlls/winedos/Makefile"
24867 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24870 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24871 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
24873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24874 dlls/wineesd.drv/Makefile"
24875 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24877 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24878 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24879 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
24881 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24882 dlls/winejack.drv/Makefile"
24883 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24885 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24886 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24887 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
24889 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24890 dlls/winejoystick.drv/Makefile"
24891 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24893 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24894 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24895 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
24897 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24898 dlls/winemp3.acm/Makefile"
24899 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24901 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24902 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24903 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
24905 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24906 dlls/winenas.drv/Makefile"
24907 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24909 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24910 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24911 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
24913 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24914 dlls/wineoss.drv/Makefile"
24915 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24918 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24919 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
24921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24922 dlls/wineps.drv/Makefile"
24923 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24925 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24926 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24927 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
24929 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24930 dlls/winequartz.drv/Makefile"
24931 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24933 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24934 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24935 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
24937 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24938 dlls/winex11.drv/Makefile"
24939 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24942 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24943 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
24945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24946 dlls/wing32/Makefile"
24947 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24949 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24950 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24951 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
24953 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24954 dlls/winhttp/Makefile"
24955 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24957 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24958 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24959 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
24961 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24962 dlls/winhttp/tests/Makefile"
24963 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24965 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24966 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24967 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
24969 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24970 dlls/wininet/Makefile"
24971 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24973 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24974 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24975 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
24977 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24978 dlls/wininet/tests/Makefile"
24979 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24981 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24982 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
24985 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24986 dlls/winmm/Makefile"
24987 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24990 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24991 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
24993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24994 dlls/winmm/tests/Makefile"
24995 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24997 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24998 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
25001 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25002 dlls/winnls32/Makefile"
25003 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25006 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25007 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
25009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25010 dlls/winscard/Makefile"
25011 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25013 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25014 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25015 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25017 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25018 dlls/winspool.drv/Makefile"
25019 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25021 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25022 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25023 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25025 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25026 dlls/winspool.drv/tests/Makefile"
25027 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25028 winspool.drv/tests"
25029 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25030 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25031 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25033 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25034 dlls/wintab32/Makefile"
25035 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25038 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25039 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25042 dlls/wintrust/Makefile"
25043 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25045 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25046 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25047 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25049 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25050 dlls/wintrust/tests/Makefile"
25051 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25053 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25054 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25055 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25057 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25058 dlls/wldap32/Makefile"
25059 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25061 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25062 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25063 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25065 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25067 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25069 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25070 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25071 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25073 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25074 dlls/wnaspi32/Makefile"
25075 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25077 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25078 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25079 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25081 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25082 dlls/wow32/Makefile"
25083 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25085 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25086 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25087 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25089 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25090 dlls/ws2_32/Makefile"
25091 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25093 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25094 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25095 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25097 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25098 dlls/ws2_32/tests/Makefile"
25099 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25102 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25103 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25106 dlls/wsock32/Makefile"
25107 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25109 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25110 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25111 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25113 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25114 dlls/wtsapi32/Makefile"
25115 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25117 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25118 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25119 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25121 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25122 documentation/Makefile"
25124 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25125 documentation/Makefile: documentation/Makefile.in Make.rules"
25126 ac_config_files
="$ac_config_files documentation/Makefile"
25128 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25131 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25132 fonts/Makefile: fonts/Makefile.in Make.rules"
25133 ac_config_files
="$ac_config_files fonts/Makefile"
25135 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25138 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25139 include/Makefile: include/Makefile.in Make.rules"
25140 ac_config_files
="$ac_config_files include/Makefile"
25142 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25145 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25146 libs/Makefile: libs/Makefile.in Make.rules"
25147 ac_config_files
="$ac_config_files libs/Makefile"
25149 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25150 libs/port/Makefile"
25152 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25153 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25154 ac_config_files
="$ac_config_files libs/port/Makefile"
25156 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25157 libs/wine/Makefile"
25159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25160 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25161 ac_config_files
="$ac_config_files libs/wine/Makefile"
25163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25166 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25167 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25168 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25170 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25174 loader/Makefile: loader/Makefile.in Make.rules"
25175 ac_config_files
="$ac_config_files loader/Makefile"
25177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25180 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25181 programs/Makefile: programs/Makefile.in Make.rules"
25182 ac_config_files
="$ac_config_files programs/Makefile"
25184 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25185 programs/clock/Makefile"
25186 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25187 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25190 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25191 ac_config_files
="$ac_config_files programs/clock/Makefile"
25193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25194 programs/cmd/Makefile"
25195 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25196 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25198 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25199 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25200 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25202 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25203 programs/cmdlgtst/Makefile"
25204 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25206 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25207 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25208 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25210 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25211 programs/control/Makefile"
25212 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25213 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25216 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25217 ac_config_files
="$ac_config_files programs/control/Makefile"
25219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25220 programs/eject/Makefile"
25221 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25222 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25225 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25226 ac_config_files
="$ac_config_files programs/eject/Makefile"
25228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25229 programs/expand/Makefile"
25230 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25231 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25233 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25234 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25235 ac_config_files
="$ac_config_files programs/expand/Makefile"
25237 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25238 programs/explorer/Makefile"
25239 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25240 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25242 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25243 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25244 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25246 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25247 programs/hh/Makefile"
25248 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25249 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25252 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25253 ac_config_files
="$ac_config_files programs/hh/Makefile"
25255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25256 programs/icinfo/Makefile"
25257 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25258 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25260 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25261 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25262 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25264 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25265 programs/iexplore/Makefile"
25266 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25267 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25270 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25271 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25274 programs/msiexec/Makefile"
25275 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25276 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25277 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25280 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25281 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25284 programs/net/Makefile"
25285 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25286 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25289 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25290 ac_config_files
="$ac_config_files programs/net/Makefile"
25292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25293 programs/notepad/Makefile"
25294 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25295 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25296 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25298 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25299 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25300 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25302 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25303 programs/oleview/Makefile"
25304 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25305 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25308 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25309 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25312 programs/progman/Makefile"
25313 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25314 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25315 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25318 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25319 ac_config_files
="$ac_config_files programs/progman/Makefile"
25321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25322 programs/reg/Makefile"
25323 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25324 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25326 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25327 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25328 ac_config_files
="$ac_config_files programs/reg/Makefile"
25330 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25331 programs/regedit/Makefile"
25332 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25333 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25334 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25337 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25338 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25341 programs/regsvr32/Makefile"
25342 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25343 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25344 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25346 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25347 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25348 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25350 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25351 programs/rpcss/Makefile"
25352 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25353 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25356 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25357 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25360 programs/rundll32/Makefile"
25361 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25362 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25364 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25365 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25366 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25368 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25369 programs/secedit/Makefile"
25370 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25371 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25374 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25375 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25378 programs/services/Makefile"
25379 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25380 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25382 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25383 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25384 ac_config_files
="$ac_config_files programs/services/Makefile"
25386 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25387 programs/spoolsv/Makefile"
25388 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25389 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25392 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25393 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25396 programs/start/Makefile"
25397 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25398 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25401 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25402 ac_config_files
="$ac_config_files programs/start/Makefile"
25404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25405 programs/svchost/Makefile"
25406 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25407 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25409 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25410 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25411 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25413 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25414 programs/taskmgr/Makefile"
25415 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25416 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25418 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25419 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25420 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25422 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25423 programs/uninstaller/Makefile"
25424 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25425 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25426 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25428 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25429 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25430 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25432 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25433 programs/view/Makefile"
25434 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25436 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25437 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25438 ac_config_files
="$ac_config_files programs/view/Makefile"
25440 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25441 programs/wineboot/Makefile"
25442 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25443 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25444 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25446 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25447 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25448 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25450 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25451 programs/winebrowser/Makefile"
25452 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25453 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25454 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25457 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25458 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25461 programs/winecfg/Makefile"
25462 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25463 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25464 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25466 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25467 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25468 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25470 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25471 programs/wineconsole/Makefile"
25472 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25473 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25474 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25476 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25477 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25478 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25480 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25481 programs/winedbg/Makefile"
25482 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25483 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25484 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25486 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25487 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25488 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25490 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25491 programs/winedevice/Makefile"
25492 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25493 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25496 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25497 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25500 programs/winefile/Makefile"
25501 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25502 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25503 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25505 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25506 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25507 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25509 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25510 programs/winemenubuilder/Makefile"
25511 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25512 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25514 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25515 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25516 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25518 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25519 programs/winemine/Makefile"
25520 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25521 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25522 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25524 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25525 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25526 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25528 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25529 programs/winepath/Makefile"
25530 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25531 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25532 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25534 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25535 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25536 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25538 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25539 programs/winetest/Makefile"
25540 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25542 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25543 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25544 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25546 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25547 programs/winevdm/Makefile"
25548 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25549 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25552 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25553 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25556 programs/winhlp32/Makefile"
25557 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25558 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25561 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25562 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25565 programs/winver/Makefile"
25566 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25567 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25569 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25570 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25571 ac_config_files
="$ac_config_files programs/winver/Makefile"
25573 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25574 programs/wordpad/Makefile"
25575 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25576 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25578 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25579 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25580 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25582 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25583 programs/write/Makefile"
25584 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25585 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25588 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25589 ac_config_files
="$ac_config_files programs/write/Makefile"
25591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25592 programs/xcopy/Makefile"
25593 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25594 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25596 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25597 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25598 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25600 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25603 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25604 server/Makefile: server/Makefile.in Make.rules"
25605 ac_config_files
="$ac_config_files server/Makefile"
25607 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25610 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25611 tools/Makefile: tools/Makefile.in Make.rules"
25612 ac_config_files
="$ac_config_files tools/Makefile"
25614 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25615 tools/widl/Makefile"
25617 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25618 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25619 ac_config_files
="$ac_config_files tools/widl/Makefile"
25621 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25622 tools/winebuild/Makefile"
25624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25625 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25626 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25629 tools/winedump/Makefile"
25631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25632 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25633 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25636 tools/winegcc/Makefile"
25638 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25639 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25640 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25642 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25643 tools/wmc/Makefile"
25645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25646 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25647 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25650 tools/wrc/Makefile"
25652 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25653 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25654 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25657 if test "x$enable_tests" == "xno"
25663 cat >confcache
<<\_ACEOF
25664 # This file is a shell script that caches the results of configure
25665 # tests run on this system so they can be shared between configure
25666 # scripts and configure runs, see configure's option --config-cache.
25667 # It is not useful on other systems. If it contains results you don't
25668 # want to keep, you may remove or edit it.
25670 # config.status only pays attention to the cache file if you give it
25671 # the --recheck option to rerun configure.
25673 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25674 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25675 # following values.
25679 # The following way of writing the cache mishandles newlines in values,
25680 # but we know of no workaround that is simple, portable, and efficient.
25681 # So, we kill variables containing newlines.
25682 # Ultrix sh set writes to stderr and can't be redirected directly,
25683 # and sets the high bit in the cache file unless we assign to the vars.
25685 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25686 eval ac_val
=\$
$ac_var
25690 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25691 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25694 _ | IFS | as_nl
) ;; #(
25695 *) $as_unset $ac_var ;;
25701 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25702 *${as_nl}ac_space
=\
*)
25703 # `set' does not quote correctly, so add quotes (double-quote
25704 # substitution turns \\\\ into \\, and sed turns \\ into \).
25707 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25710 # `set' quotes correctly as required by POSIX, so do not add quotes.
25711 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25720 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25722 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25724 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25725 if test -w "$cache_file"; then
25726 test "x$cache_file" != "x/dev/null" &&
25727 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25728 echo "$as_me: updating cache $cache_file" >&6;}
25729 cat confcache
>$cache_file
25731 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25732 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25737 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25738 # Let make expand exec_prefix.
25739 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25741 DEFS
=-DHAVE_CONFIG_H
25745 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
25746 # 1. Remove the extension, and $U if already installed.
25747 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
25748 ac_i
=`echo "$ac_i" | sed "$ac_script"`
25749 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25750 # will be set to the directory where LIBOBJS objects are built.
25751 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25752 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25754 LIBOBJS
=$ac_libobjs
25756 LTLIBOBJS
=$ac_ltlibobjs
25760 : ${CONFIG_STATUS=./config.status}
25761 ac_clean_files_save
=$ac_clean_files
25762 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
25763 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25764 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25765 cat >$CONFIG_STATUS <<_ACEOF
25767 # Generated by $as_me.
25768 # Run this file to recreate the current configuration.
25769 # Compiler output produced by configure, useful for debugging
25770 # configure, is in config.log if it exists.
25773 ac_cs_recheck=false
25775 SHELL=\${CONFIG_SHELL-$SHELL}
25778 cat >>$CONFIG_STATUS <<\_ACEOF
25779 ## --------------------- ##
25780 ## M4sh Initialization. ##
25781 ## --------------------- ##
25783 # Be more Bourne compatible
25784 DUALCASE
=1; export DUALCASE
# for MKS sh
25785 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
25788 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25789 # is contrary to our usage. Disable this feature.
25790 alias -g '${1+"$@"}'='"$@"'
25791 setopt NO_GLOB_SUBST
25793 case `(set -o) 2>/dev/null` in
25794 *posix
*) set -o posix
;;
25803 # Avoid depending upon Character Ranges.
25804 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
25805 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25806 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
25807 as_cr_digits
='0123456789'
25808 as_cr_alnum
=$as_cr_Letters$as_cr_digits
25810 # The user is always right.
25811 if test "${PATH_SEPARATOR+set}" != set; then
25812 echo "#! /bin/sh" >conf$$.sh
25813 echo "exit 0" >>conf$$.sh
25815 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
25823 # Support unset when possible.
25824 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
25832 # We need space, tab and new line, in precisely that order. Quoting is
25833 # there to prevent editors from complaining about space-tab.
25834 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25835 # splitting by setting IFS to empty value.)
25840 # Find who we are. Look in the path if we contain no directory separator.
25842 *[\\/]* ) as_myself
=$0 ;;
25843 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25844 for as_dir
in $PATH
25847 test -z "$as_dir" && as_dir
=.
25848 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
25854 # We did not find ourselves, most probably we were run as `sh COMMAND'
25855 # in which case we are not to be found in the path.
25856 if test "x$as_myself" = x
; then
25859 if test ! -f "$as_myself"; then
25860 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25861 { (exit 1); exit 1; }
25864 # Work around bugs in pre-3.0 UWIN ksh.
25865 for as_var
in ENV MAIL MAILPATH
25866 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25874 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25875 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25876 LC_TELEPHONE LC_TIME
25878 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25879 eval $as_var=C
; export $as_var
25881 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25885 # Required to use basename.
25886 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25887 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25893 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25894 as_basename
=basename
25900 # Name of the executable.
25901 as_me
=`$as_basename -- "$0" ||
25902 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25903 X"$0" : 'X\(//\)$' \| \
25904 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25906 sed '/^.*\/\([^/][^/]*\)\/*$/{
25925 as_lineno_1
=$LINENO
25926 as_lineno_2
=$LINENO
25927 test "x$as_lineno_1" != "x$as_lineno_2" &&
25928 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
25930 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25931 # uniformly replaced by the line number. The first 'sed' inserts a
25932 # line-number line after each line using $LINENO; the second 'sed'
25933 # does the real work. The second script uses 'N' to pair each
25934 # line-number line with the line containing $LINENO, and appends
25935 # trailing '-' during substitution so that $LINENO is not a special
25936 # case at line end.
25937 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25938 # scripts with optimization help from Paolo Bonzini. Blame Lee
25939 # E. McMahon (1931-1989) for sed's syntax. :-)
25951 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25954 ' >$as_me.lineno
&&
25955 chmod +x
"$as_me.lineno" ||
25956 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25957 { (exit 1); exit 1; }; }
25959 # Don't try to exec as it changes $[0], causing all sort of problems
25960 # (the dirname of $[0] is not the place where we might find the
25961 # original and so on. Autoconf is especially sensitive to this).
25962 .
"./$as_me.lineno"
25963 # Exit status is that of the last command.
25968 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
25974 ECHO_C
= ECHO_N
= ECHO_T
=
25975 case `echo -n x` in
25977 case `echo 'x\c'` in
25978 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
25985 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25986 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25992 rm -f conf$$ conf$$.exe conf$$.
file
25993 if test -d conf$$.dir
; then
25994 rm -f conf$$.dir
/conf$$.
file
26000 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26002 # ... but there are two gotchas:
26003 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26004 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26005 # In both cases, we have to default to `cp -p'.
26006 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26008 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26013 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26014 rmdir conf$$.dir
2>/dev
/null
26016 if mkdir
-p .
2>/dev
/null
; then
26019 test -d .
/-p && rmdir .
/-p
26023 if test -x / >/dev
/null
2>&1; then
26024 as_test_x
='test -x'
26026 if ls -dL / >/dev
/null
2>&1; then
26033 if test -d "$1"; then
26039 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26040 ???[sx]*):;;*)false;;esac;fi
26044 as_executable_p
=$as_test_x
26046 # Sed expression to map a string onto a valid CPP name.
26047 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26049 # Sed expression to map a string onto a valid variable name.
26050 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26055 # Save the log message, to keep $[0] and so on meaningful, and to
26056 # report actual input values of CONFIG_FILES etc. instead of their
26057 # values after options handling.
26059 This file was extended by Wine $as_me 1.1.3, which was
26060 generated by GNU Autoconf 2.61. Invocation command line was
26062 CONFIG_FILES = $CONFIG_FILES
26063 CONFIG_HEADERS = $CONFIG_HEADERS
26064 CONFIG_LINKS = $CONFIG_LINKS
26065 CONFIG_COMMANDS = $CONFIG_COMMANDS
26068 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26073 cat >>$CONFIG_STATUS <<_ACEOF
26074 # Files that config.status was made for.
26075 config_files="$ac_config_files"
26076 config_headers="$ac_config_headers"
26077 config_commands="$ac_config_commands"
26081 cat >>$CONFIG_STATUS <<\_ACEOF
26083 \`$as_me' instantiates files from templates according to the
26084 current configuration.
26086 Usage: $0 [OPTIONS] [FILE]...
26088 -h, --help print this help, then exit
26089 -V, --version print version number and configuration settings, then exit
26090 -q, --quiet do not print progress messages
26091 -d, --debug don't remove temporary files
26092 --recheck update $as_me by reconfiguring in the same conditions
26093 --file=FILE[:TEMPLATE]
26094 instantiate the configuration file FILE
26095 --header=FILE[:TEMPLATE]
26096 instantiate the configuration header FILE
26098 Configuration files:
26101 Configuration headers:
26104 Configuration commands:
26107 Report bugs to <bug-autoconf@gnu.org>."
26110 cat >>$CONFIG_STATUS <<_ACEOF
26112 Wine config.status 1.1.3
26113 configured by $0, generated by GNU Autoconf 2.61,
26114 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26116 Copyright (C) 2006 Free Software Foundation, Inc.
26117 This config.status script is free software; the Free Software Foundation
26118 gives unlimited permission to copy, distribute and modify it."
26125 cat >>$CONFIG_STATUS <<\_ACEOF
26126 # If no file are specified by the user, then we need to provide default
26127 # value. By we need to know if files were specified by the user.
26133 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26134 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26145 # Handling of the options.
26146 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26148 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26149 echo "$ac_cs_version"; exit ;;
26150 --debug |
--debu |
--deb |
--de |
--d |
-d )
26152 --file |
--fil |
--fi |
--f )
26154 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26155 ac_need_defaults
=false
;;
26156 --header |
--heade |
--head |
--hea )
26158 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26159 ac_need_defaults
=false
;;
26161 # Conflict between --help and --header
26162 { echo "$as_me: error: ambiguous option: $1
26163 Try \`$0 --help' for more information." >&2
26164 { (exit 1); exit 1; }; };;
26165 --help |
--hel |
-h )
26166 echo "$ac_cs_usage"; exit ;;
26167 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26168 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26171 # This is an error.
26172 -*) { echo "$as_me: error: unrecognized option: $1
26173 Try \`$0 --help' for more information." >&2
26174 { (exit 1); exit 1; }; } ;;
26176 *) ac_config_targets
="$ac_config_targets $1"
26177 ac_need_defaults
=false
;;
26183 ac_configure_extra_args
=
26185 if $ac_cs_silent; then
26187 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26191 cat >>$CONFIG_STATUS <<_ACEOF
26192 if \$ac_cs_recheck; then
26193 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26194 CONFIG_SHELL=$SHELL
26195 export CONFIG_SHELL
26196 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26200 cat >>$CONFIG_STATUS <<\_ACEOF
26204 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26205 ## Running $as_me. ##
26211 cat >>$CONFIG_STATUS <<_ACEOF
26214 cat >>$CONFIG_STATUS <<\_ACEOF
26216 # Handling of arguments.
26217 for ac_config_target
in $ac_config_targets
26219 case $ac_config_target in
26220 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26221 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26222 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26223 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26224 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26225 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26226 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26227 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26228 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26229 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26230 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26231 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26232 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26233 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26234 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26235 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26236 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26237 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26238 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26239 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26240 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26241 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26242 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26243 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26244 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26245 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26246 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26247 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26248 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26249 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26250 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26251 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26252 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26253 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26254 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26255 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26256 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26257 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26258 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26259 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26260 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26261 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26262 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26263 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26264 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26265 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26266 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26267 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26268 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26269 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26270 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26271 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26272 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26273 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26274 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26275 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26276 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26277 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26278 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26279 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26280 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26281 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26282 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26283 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26284 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26285 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26286 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26287 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26288 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26289 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26290 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26291 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26292 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26293 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26294 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26295 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26296 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26297 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26298 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26299 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26300 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26301 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26302 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26303 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26304 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26305 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26306 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26307 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26308 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26309 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26310 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26311 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26312 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26313 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26314 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26315 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26316 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26317 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26318 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26319 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26320 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26321 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26322 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26323 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26324 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26325 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26326 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26327 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26328 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26329 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26330 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26331 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26332 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26333 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26334 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26335 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26336 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26337 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26338 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26339 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26340 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26341 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26342 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26343 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26344 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26345 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26346 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26347 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26348 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26349 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26350 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26351 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26352 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26353 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26354 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26355 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26356 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26357 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26358 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26359 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26360 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26361 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26362 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26363 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26364 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26365 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26366 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26367 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26368 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26369 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26370 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26371 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26372 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26373 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26374 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26375 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26376 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26377 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26378 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26379 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26380 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26381 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26382 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26383 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26384 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26385 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26386 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26387 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26388 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26389 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26390 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26391 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26392 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26393 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26394 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26395 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26396 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26397 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26398 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26399 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26400 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26401 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26402 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26403 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26404 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26405 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26406 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26407 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26408 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26409 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26410 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26411 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26412 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26413 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26414 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26415 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26416 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26417 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26418 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26419 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26420 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26421 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26422 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26423 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26424 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26425 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26426 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26427 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26428 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26429 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26430 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26431 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26432 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26433 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26434 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26435 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26436 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26437 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26438 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26439 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26440 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26441 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26442 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26443 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26444 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26445 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26446 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26447 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26448 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26449 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26450 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26451 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26452 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26453 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26454 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26455 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26456 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26457 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26458 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26459 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26460 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26461 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26462 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26463 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26464 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26465 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26466 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26467 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26468 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26469 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26470 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26471 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26472 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26473 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26474 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26475 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26476 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26477 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26478 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26479 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26480 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26481 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26482 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26483 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26484 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26485 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26486 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26487 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26488 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26489 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26490 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26491 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26492 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26493 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26494 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26495 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26496 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26497 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26498 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26499 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26500 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26501 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26502 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26503 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26504 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26505 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26506 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26507 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26508 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26509 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26510 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26511 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26512 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26513 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26514 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26515 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26516 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26517 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26518 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26519 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26520 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26521 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26522 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26523 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26524 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26525 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26526 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26527 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26528 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26529 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26530 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26531 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26532 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26533 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26534 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26535 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26536 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26537 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26538 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26539 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26540 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26541 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26542 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26543 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26544 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26545 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26546 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26547 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26548 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26549 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26550 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26551 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26552 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26553 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26554 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26555 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26556 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26557 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26558 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26559 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26560 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26561 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26562 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26563 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26564 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26565 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26566 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26567 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26568 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26569 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26570 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26571 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26572 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26573 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26574 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26575 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26576 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26577 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26578 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26579 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26580 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26581 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26582 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26583 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26584 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26585 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26586 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26587 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26588 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26589 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26590 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26591 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26592 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26593 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26594 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26595 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26596 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26597 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26598 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26599 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26600 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26601 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26602 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26603 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26604 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26605 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26606 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26607 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26608 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26609 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26610 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26611 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26612 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26613 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26614 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26615 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26616 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26617 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26618 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26619 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26620 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26621 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26622 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26623 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26624 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26625 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26626 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26627 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26628 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26629 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26630 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26631 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26632 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26633 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26634 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26635 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26636 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26637 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26638 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26639 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26640 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26641 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26642 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26643 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26644 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26645 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26646 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26647 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26648 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26649 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26650 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26651 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26652 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26654 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26655 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26656 { (exit 1); exit 1; }; };;
26661 # If the user did not use the arguments to specify the items to instantiate,
26662 # then the envvar interface is used. Set only those that are not.
26663 # We use the long form for the default assignment because of an extremely
26664 # bizarre bug on SunOS 4.1.3.
26665 if $ac_need_defaults; then
26666 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26667 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26668 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26671 # Have a temporary directory for convenience. Make it in the build tree
26672 # simply because there is no reason against having it here, and in addition,
26673 # creating and moving files from /tmp can sometimes cause problems.
26674 # Hook for its removal unless debugging.
26675 # Note that there is a small window in which the directory will not be cleaned:
26676 # after its creation but before its name has been assigned to `$tmp'.
26680 trap 'exit_status=$?
26681 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26683 trap '{ (exit 1); exit 1; }' 1 2 13 15
26685 # Create a (secure) tmp directory for tmp files.
26688 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26689 test -n "$tmp" && test -d "$tmp"
26692 tmp
=.
/conf$$
-$RANDOM
26693 (umask 077 && mkdir
"$tmp")
26696 echo "$me: cannot create a temporary directory in ." >&2
26697 { (exit 1); exit 1; }
26701 # Set up the sed scripts for CONFIG_FILES section.
26704 # No need to generate the scripts if there are no CONFIG_FILES.
26705 # This happens for instance when ./config.status config.h
26706 if test -n "$CONFIG_FILES"; then
26710 # Create sed commands to just substitute file output variables.
26712 # Remaining file output variables are in a fragment that also has non-file
26718 for ac_last_try
in false false false false false
:; do
26719 cat >conf$
$subs.
sed <<_ACEOF
26720 SHELL!$SHELL$ac_delim
26721 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26722 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26723 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26724 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26725 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26726 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26727 exec_prefix!$exec_prefix$ac_delim
26728 prefix!$prefix$ac_delim
26729 program_transform_name!$program_transform_name$ac_delim
26730 bindir!$bindir$ac_delim
26731 sbindir!$sbindir$ac_delim
26732 libexecdir!$libexecdir$ac_delim
26733 datarootdir!$datarootdir$ac_delim
26734 datadir!$datadir$ac_delim
26735 sysconfdir!$sysconfdir$ac_delim
26736 sharedstatedir!$sharedstatedir$ac_delim
26737 localstatedir!$localstatedir$ac_delim
26738 includedir!$includedir$ac_delim
26739 oldincludedir!$oldincludedir$ac_delim
26740 docdir!$docdir$ac_delim
26741 infodir!$infodir$ac_delim
26742 htmldir!$htmldir$ac_delim
26743 dvidir!$dvidir$ac_delim
26744 pdfdir!$pdfdir$ac_delim
26745 psdir!$psdir$ac_delim
26746 libdir!$libdir$ac_delim
26747 localedir!$localedir$ac_delim
26748 mandir!$mandir$ac_delim
26749 DEFS!$DEFS$ac_delim
26750 ECHO_C!$ECHO_C$ac_delim
26751 ECHO_N!$ECHO_N$ac_delim
26752 ECHO_T!$ECHO_T$ac_delim
26753 LIBS!$LIBS$ac_delim
26754 build_alias!$build_alias$ac_delim
26755 host_alias!$host_alias$ac_delim
26756 target_alias!$target_alias$ac_delim
26757 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26758 build!$build$ac_delim
26759 build_cpu!$build_cpu$ac_delim
26760 build_vendor!$build_vendor$ac_delim
26761 build_os!$build_os$ac_delim
26762 host!$host$ac_delim
26763 host_cpu!$host_cpu$ac_delim
26764 host_vendor!$host_vendor$ac_delim
26765 host_os!$host_os$ac_delim
26766 WIN16_FILES!$WIN16_FILES$ac_delim
26767 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26768 WINETEST!$WINETEST$ac_delim
26769 SET_MAKE!$SET_MAKE$ac_delim
26771 CFLAGS!$CFLAGS$ac_delim
26772 LDFLAGS!$LDFLAGS$ac_delim
26773 CPPFLAGS!$CPPFLAGS$ac_delim
26774 ac_ct_CC!$ac_ct_CC$ac_delim
26775 EXEEXT!$EXEEXT$ac_delim
26776 OBJEXT!$OBJEXT$ac_delim
26778 CXXFLAGS!$CXXFLAGS$ac_delim
26779 ac_ct_CXX!$ac_ct_CXX$ac_delim
26780 CPPBIN!$CPPBIN$ac_delim
26781 TOOLSDIR!$TOOLSDIR$ac_delim
26782 XMKMF!$XMKMF$ac_delim
26784 X_CFLAGS!$X_CFLAGS$ac_delim
26785 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26786 X_LIBS!$X_LIBS$ac_delim
26787 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26788 FLEX!$FLEX$ac_delim
26789 BISON!$BISON$ac_delim
26791 ac_ct_AS!$ac_ct_AS$ac_delim
26793 ac_ct_LD!$ac_ct_LD$ac_delim
26795 ac_ct_NM!$ac_ct_NM$ac_delim
26797 ac_ct_AR!$ac_ct_AR$ac_delim
26798 ARFLAGS!$ARFLAGS$ac_delim
26799 RANLIB!$RANLIB$ac_delim
26800 STRIP!$STRIP$ac_delim
26801 WINDRES!$WINDRES$ac_delim
26804 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26806 elif $ac_last_try; then
26807 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26808 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26809 { (exit 1); exit 1; }; }
26811 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26815 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26816 if test -n "$ac_eof"; then
26817 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26818 ac_eof
=`expr $ac_eof + 1`
26821 cat >>$CONFIG_STATUS <<_ACEOF
26822 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26823 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26824 /^[ ]*@MAKE_RULES@[ ]*$/{
26828 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26832 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26833 r $MAKE_IMPLIB_RULES
26836 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26840 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26846 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26847 s/^/s,@/; s/!/@,|#_!!_#|/
26850 s/'"$ac_delim"'$/,g/; t
26852 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26853 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26854 rm -f conf$
$subs.
sed
26855 cat >>$CONFIG_STATUS <<_ACEOF
26861 for ac_last_try
in false false false false false
:; do
26862 cat >conf$
$subs.
sed <<_ACEOF
26863 LN_S!$LN_S$ac_delim
26865 GREP!$GREP$ac_delim
26866 EGREP!$EGREP$ac_delim
26867 LDCONFIG!$LDCONFIG$ac_delim
26868 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26869 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26870 INSTALL_DATA!$INSTALL_DATA$ac_delim
26871 LINT!$LINT$ac_delim
26872 LINTFLAGS!$LINTFLAGS$ac_delim
26873 FONTFORGE!$FONTFORGE$ac_delim
26874 PKG_CONFIG!$PKG_CONFIG$ac_delim
26875 RSVG!$RSVG$ac_delim
26876 ICOTOOL!$ICOTOOL$ac_delim
26877 PRELINK!$PRELINK$ac_delim
26878 LIBPTHREAD!$LIBPTHREAD$ac_delim
26879 XLIB!$XLIB$ac_delim
26880 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26881 DLLEXT!$DLLEXT$ac_delim
26882 DLLFLAGS!$DLLFLAGS$ac_delim
26883 LDSHARED!$LDSHARED$ac_delim
26884 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26885 LIBEXT!$LIBEXT$ac_delim
26886 IMPLIBEXT!$IMPLIBEXT$ac_delim
26887 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26888 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26890 DLLTOOL!$DLLTOOL$ac_delim
26891 DLLWRAP!$DLLWRAP$ac_delim
26892 MINGWAR!$MINGWAR$ac_delim
26893 SECURITYLIB!$SECURITYLIB$ac_delim
26894 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26895 IOKITLIB!$IOKITLIB$ac_delim
26896 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26897 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26898 COREAUDIO!$COREAUDIO$ac_delim
26899 CARBONLIB!$CARBONLIB$ac_delim
26900 CROSSTEST!$CROSSTEST$ac_delim
26901 CROSSCC!$CROSSCC$ac_delim
26902 CROSSWINDRES!$CROSSWINDRES$ac_delim
26903 NASLIBS!$NASLIBS$ac_delim
26904 XML2LIBS!$XML2LIBS$ac_delim
26905 XML2INCL!$XML2INCL$ac_delim
26906 XSLTLIBS!$XSLTLIBS$ac_delim
26907 XSLTINCL!$XSLTINCL$ac_delim
26908 HALINCL!$HALINCL$ac_delim
26909 sane_devel!$sane_devel$ac_delim
26910 SANEINCL!$SANEINCL$ac_delim
26911 gphoto2_devel!$gphoto2_devel$ac_delim
26912 gphoto2port_devel!$gphoto2port_devel$ac_delim
26913 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26914 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26915 RESOLVLIBS!$RESOLVLIBS$ac_delim
26916 LCMSLIBS!$LCMSLIBS$ac_delim
26917 ft_devel!$ft_devel$ac_delim
26918 FREETYPELIBS!$FREETYPELIBS$ac_delim
26919 FREETYPEINCL!$FREETYPEINCL$ac_delim
26920 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26921 ESDCONFIG!$ESDCONFIG$ac_delim
26922 ESDINCL!$ESDINCL$ac_delim
26923 ESDLIBS!$ESDLIBS$ac_delim
26924 ALSALIBS!$ALSALIBS$ac_delim
26925 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26926 CUPSINCL!$CUPSINCL$ac_delim
26927 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26928 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26929 BUILTINFLAG!$BUILTINFLAG$ac_delim
26930 LDPATH!$LDPATH$ac_delim
26931 CRTLIBS!$CRTLIBS$ac_delim
26932 SOCKETLIBS!$SOCKETLIBS$ac_delim
26933 MAIN_BINARY!$MAIN_BINARY$ac_delim
26934 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26935 LIBDL!$LIBDL$ac_delim
26936 LIBPOLL!$LIBPOLL$ac_delim
26937 LDAPLIBS!$LDAPLIBS$ac_delim
26938 DEPENDENCIES!$DEPENDENCIES$ac_delim
26939 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26940 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26941 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26942 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26943 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26944 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26945 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26946 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26947 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26948 LIBOBJS!$LIBOBJS$ac_delim
26949 LTLIBOBJS!$LTLIBOBJS$ac_delim
26952 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26954 elif $ac_last_try; then
26955 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26956 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26957 { (exit 1); exit 1; }; }
26959 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26963 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26964 if test -n "$ac_eof"; then
26965 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26966 ac_eof
=`expr $ac_eof + 1`
26969 cat >>$CONFIG_STATUS <<_ACEOF
26970 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26971 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26974 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26975 s/^/s,@/; s/!/@,|#_!!_#|/
26978 s/'"$ac_delim"'$/,g/; t
26980 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26981 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26982 rm -f conf$
$subs.
sed
26983 cat >>$CONFIG_STATUS <<_ACEOF
26990 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26991 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26992 # trailing colons and then remove the whole line if VPATH becomes empty
26993 # (actually we leave an empty line to preserve line numbers).
26994 if test "x$srcdir" = x.
; then
26995 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
26996 s/:*\$(srcdir):*/:/
26997 s/:*\${srcdir}:*/:/
26999 s/^\([^=]*=[ ]*\):*/\1/
27005 cat >>$CONFIG_STATUS <<\_ACEOF
27006 fi # test -n "$CONFIG_FILES"
27009 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27012 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27014 case $ac_mode$ac_tag in
27016 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27017 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27018 { (exit 1); exit 1; }; };;
27019 :[FH
]-) ac_tag
=-:-;;
27020 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27037 -) ac_f
="$tmp/stdin";;
27038 *) # Look for the file first in the build tree, then in the source tree
27039 # (if the path is not absolute). The absolute path cannot be DOS-style,
27040 # because $ac_f cannot contain `:'.
27044 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27046 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27047 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27048 { (exit 1); exit 1; }; };;
27050 ac_file_inputs
="$ac_file_inputs $ac_f"
27053 # Let's still pretend it is `configure' which instantiates (i.e., don't
27054 # use $as_me), people would be surprised to read:
27055 # /* config.h. Generated by config.status. */
27056 configure_input
="Generated from "`IFS=:
27057 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27058 if test x
"$ac_file" != x-
; then
27059 configure_input
="$ac_file. $configure_input"
27060 { echo "$as_me:$LINENO: creating $ac_file" >&5
27061 echo "$as_me: creating $ac_file" >&6;}
27065 *:-:* |
*:-) cat >"$tmp/stdin";;
27070 ac_dir
=`$as_dirname -- "$ac_file" ||
27071 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27072 X"$ac_file" : 'X\(//\)[^/]' \| \
27073 X"$ac_file" : 'X\(//\)$' \| \
27074 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27076 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27080 /^X\(\/\/\)[^/].*/{
27095 -*) as_dir
=.
/$as_dir;;
27097 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27101 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27102 *) as_qdir
=$as_dir;;
27104 as_dirs
="'$as_qdir' $as_dirs"
27105 as_dir
=`$as_dirname -- "$as_dir" ||
27106 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27107 X"$as_dir" : 'X\(//\)[^/]' \| \
27108 X"$as_dir" : 'X\(//\)$' \| \
27109 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27111 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27115 /^X\(\/\/\)[^/].*/{
27128 test -d "$as_dir" && break
27130 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27131 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27132 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27133 { (exit 1); exit 1; }; }; }
27137 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27139 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27140 # A ".." for each directory in $ac_dir_suffix.
27141 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27142 case $ac_top_builddir_sub in
27143 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27144 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27147 ac_abs_top_builddir
=$ac_pwd
27148 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27149 # for backward compatibility:
27150 ac_top_builddir
=$ac_top_build_prefix
27153 .
) # We are building in place.
27155 ac_top_srcdir
=$ac_top_builddir_sub
27156 ac_abs_top_srcdir
=$ac_pwd ;;
27157 [\\/]* | ?
:[\\/]* ) # Absolute name.
27158 ac_srcdir
=$srcdir$ac_dir_suffix;
27159 ac_top_srcdir
=$srcdir
27160 ac_abs_top_srcdir
=$srcdir ;;
27161 *) # Relative name.
27162 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27163 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27164 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27166 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27176 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27177 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27181 cat >>$CONFIG_STATUS <<\_ACEOF
27182 # If the template does not know about datarootdir, expand it.
27183 # FIXME: This hack should be removed a few years after 2.60.
27184 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27186 case `sed -n '/datarootdir/ {
27195 ' $ac_file_inputs` in
27196 *datarootdir
*) ac_datarootdir_seen
=yes;;
27197 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27198 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27199 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27201 cat >>$CONFIG_STATUS <<_ACEOF
27202 ac_datarootdir_hack='
27203 s&@datadir@&$datadir&g
27204 s&@docdir@&$docdir&g
27205 s&@infodir@&$infodir&g
27206 s&@localedir@&$localedir&g
27207 s&@mandir@&$mandir&g
27208 s&\\\${datarootdir}&$datarootdir&g' ;;
27212 # Neutralize VPATH when `$srcdir' = `.'.
27213 # Shell code in configure.ac might set extrasub.
27214 # FIXME: do we really want to maintain this feature?
27215 cat >>$CONFIG_STATUS <<_ACEOF
27219 cat >>$CONFIG_STATUS <<\_ACEOF
27221 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27222 s
&@configure_input@
&$configure_input&;t t
27223 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27224 s
&@srcdir@
&$ac_srcdir&;t t
27225 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27226 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27227 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27228 s
&@builddir@
&$ac_builddir&;t t
27229 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27230 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27231 s
&@INSTALL@
&$ac_INSTALL&;t t
27232 $ac_datarootdir_hack
27233 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27235 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27236 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27237 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27238 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27239 which seems to be undefined. Please make sure it is defined." >&5
27240 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27241 which seems to be undefined. Please make sure it is defined." >&2;}
27245 -) cat "$tmp/out"; rm -f "$tmp/out";;
27246 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27255 # Transform confdefs.h into a sed script `conftest.defines', that
27256 # substitutes the proper values into config.h.in to produce config.h.
27257 rm -f conftest.defines conftest.
tail
27258 # First, append a space to every undef/define line, to ease matching.
27259 echo 's/$/ /' >conftest.defines
27260 # Then, protect against being on the right side of a sed subst, or in
27261 # an unquoted here document, in config.status. If some macros were
27262 # called several times there might be several #defines for the same
27263 # symbol, which is useless. But do not sort them, since the last
27264 # AC_DEFINE must be honored.
27265 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27266 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27267 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27268 # PARAMS is the parameter list in the macro definition--in most cases, it's
27269 # just an empty string.
27270 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27271 ac_dB
='\\)[ (].*,\\1define\\2'
27279 s/^[ ]*#[ ]*define[ ][ ]*//
27284 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27285 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27286 ' >>conftest.defines
27288 # Remove the space that was appended to ease matching.
27289 # Then replace #undef with comments. This is necessary, for
27290 # example, in the case of _POSIX_SOURCE, which is predefined and required
27291 # on some systems where configure will not decide to define it.
27292 # (The regexp can be short, since the line contains either #define or #undef.)
27294 s,^[ #]*u.*,/* & */,' >>conftest.defines
27296 # Break up conftest.defines:
27297 ac_max_sed_lines
=50
27299 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27300 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27301 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27303 ac_in
='$ac_file_inputs'
27304 ac_out
='"$tmp/out1"'
27305 ac_nxt
='"$tmp/out2"'
27309 # Write a here document:
27310 cat >>$CONFIG_STATUS <<_ACEOF
27311 # First, check the format of the line:
27312 cat >"\$tmp/defines.sed" <<\\CEOF
27313 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27314 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27318 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27320 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27321 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27322 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27323 grep . conftest.
tail >/dev
/null ||
break
27324 rm -f conftest.defines
27325 mv conftest.
tail conftest.defines
27327 rm -f conftest.defines conftest.
tail
27329 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27330 cat >>$CONFIG_STATUS <<\_ACEOF
27331 if test x
"$ac_file" != x-
; then
27332 echo "/* $configure_input */" >"$tmp/config.h"
27333 cat "$ac_result" >>"$tmp/config.h"
27334 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27335 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27336 echo "$as_me: $ac_file is unchanged" >&6;}
27339 mv "$tmp/config.h" $ac_file
27342 echo "/* $configure_input */"
27348 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27349 echo "$as_me: executing $ac_file commands" >&6;}
27354 case $ac_file$ac_mode in
27355 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27356 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27357 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27358 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27359 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27360 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27361 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27362 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27363 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27364 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27365 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27366 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27367 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27373 { (exit 0); exit 0; }
27375 chmod +x
$CONFIG_STATUS
27376 ac_clean_files
=$ac_clean_files_save
27379 # configure is writing to config.log, and then calls config.status.
27380 # config.status does its own redirection, appending to config.log.
27381 # Unfortunately, on DOS this fails, as config.log is still kept open
27382 # by configure, so config.status won't be able to write to it; its
27383 # output is simply discarded. So we exec the FD to /dev/null,
27384 # effectively closing config.log, so it can be properly (re)opened and
27385 # appended to by config.status. When coming back to configure, we
27386 # need to make the FD available again.
27387 if test "$no_create" != yes; then
27389 ac_config_status_args
=
27390 test "$silent" = yes &&
27391 ac_config_status_args
="$ac_config_status_args --quiet"
27393 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27395 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27396 # would make configure fail if this is the last instruction.
27397 $ac_cs_success ||
{ (exit 1); exit 1; }
27401 if test "$no_create" = "yes"
27408 if test "x$wine_notices != "x
; then
27410 for msg
in $wine_notices; do
27411 if test -n "$msg"; then
27412 { echo "$as_me:$LINENO: $msg" >&5
27413 echo "$as_me: $msg" >&6;}
27417 for msg
in $wine_warnings; do
27418 if test -n "$msg"; then
27420 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27421 echo "$as_me: WARNING: $msg" >&2;}
27427 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.