2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.5.
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.5'
578 PACKAGE_STRING
='Wine 1.1.5'
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
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
790 ac_subst_files
='MAKE_RULES
795 ac_precious_vars
='build_alias
810 # Initialize some variables set by options.
812 ac_init_version
=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
822 program_transform_name
=s
,x
,x
,
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir
='${exec_prefix}/bin'
837 sbindir
='${exec_prefix}/sbin'
838 libexecdir
='${exec_prefix}/libexec'
839 datarootdir
='${prefix}/share'
840 datadir
='${datarootdir}'
841 sysconfdir
='${prefix}/etc'
842 sharedstatedir
='${prefix}/com'
843 localstatedir
='${prefix}/var'
844 includedir
='${prefix}/include'
845 oldincludedir
='/usr/include'
846 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir
='${datarootdir}/info'
852 libdir
='${exec_prefix}/lib'
853 localedir
='${datarootdir}/locale'
854 mandir
='${datarootdir}/man'
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\
$ac_option
868 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
878 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
880 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
883 -build |
--build |
--buil |
--bui |
--bu)
884 ac_prev
=build_alias
;;
885 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
886 build_alias
=$ac_optarg ;;
888 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
889 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
890 ac_prev
=cache_file
;;
891 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
892 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
893 cache_file
=$ac_optarg ;;
896 cache_file
=config.cache
;;
898 -datadir |
--datadir |
--datadi |
--datad)
900 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
901 datadir
=$ac_optarg ;;
903 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
904 |
--dataroo |
--dataro |
--datar)
905 ac_prev
=datarootdir
;;
906 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
907 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
908 datarootdir
=$ac_optarg ;;
910 -disable-* |
--disable-*)
911 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_
$ac_feature=no
;;
919 -docdir |
--docdir |
--docdi |
--doc |
--do)
921 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
924 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
926 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
929 -enable-* |
--enable-*)
930 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_
$ac_feature=\
$ac_optarg ;;
938 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
939 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
940 |
--exec |
--exe |
--ex)
941 ac_prev
=exec_prefix
;;
942 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
943 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
944 |
--exec=* |
--exe=* |
--ex=*)
945 exec_prefix
=$ac_optarg ;;
947 -gas |
--gas |
--ga |
--g)
948 # Obsolete; use --with-gas.
951 -help |
--help |
--hel |
--he |
-h)
953 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
954 ac_init_help
=recursive
;;
955 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
956 ac_init_help
=short
;;
958 -host |
--host |
--hos |
--ho)
959 ac_prev
=host_alias
;;
960 -host=* |
--host=* |
--hos=* |
--ho=*)
961 host_alias
=$ac_optarg ;;
963 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
965 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
967 htmldir
=$ac_optarg ;;
969 -includedir |
--includedir |
--includedi |
--included |
--include \
970 |
--includ |
--inclu |
--incl |
--inc)
971 ac_prev
=includedir
;;
972 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
973 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
974 includedir
=$ac_optarg ;;
976 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
978 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
979 infodir
=$ac_optarg ;;
981 -libdir |
--libdir |
--libdi |
--libd)
983 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
986 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
987 |
--libexe |
--libex |
--libe)
988 ac_prev
=libexecdir
;;
989 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
990 |
--libexe=* |
--libex=* |
--libe=*)
991 libexecdir
=$ac_optarg ;;
993 -localedir |
--localedir |
--localedi |
--localed |
--locale)
995 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
996 localedir
=$ac_optarg ;;
998 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
999 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1000 ac_prev
=localstatedir
;;
1001 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1002 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1003 localstatedir
=$ac_optarg ;;
1005 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1007 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1008 mandir
=$ac_optarg ;;
1010 -nfp |
--nfp |
--nf)
1011 # Obsolete; use --without-fp.
1014 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1015 |
--no-cr |
--no-c |
-n)
1018 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1019 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1022 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1023 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1024 |
--oldin |
--oldi |
--old |
--ol |
--o)
1025 ac_prev
=oldincludedir
;;
1026 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1027 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1028 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1029 oldincludedir
=$ac_optarg ;;
1031 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1033 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1034 prefix
=$ac_optarg ;;
1036 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1037 |
--program-pre |
--program-pr |
--program-p)
1038 ac_prev
=program_prefix
;;
1039 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1040 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1041 program_prefix
=$ac_optarg ;;
1043 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1044 |
--program-suf |
--program-su |
--program-s)
1045 ac_prev
=program_suffix
;;
1046 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1047 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1048 program_suffix
=$ac_optarg ;;
1050 -program-transform-name |
--program-transform-name \
1051 |
--program-transform-nam |
--program-transform-na \
1052 |
--program-transform-n |
--program-transform- \
1053 |
--program-transform |
--program-transfor \
1054 |
--program-transfo |
--program-transf \
1055 |
--program-trans |
--program-tran \
1056 |
--progr-tra |
--program-tr |
--program-t)
1057 ac_prev
=program_transform_name
;;
1058 -program-transform-name=* |
--program-transform-name=* \
1059 |
--program-transform-nam=* |
--program-transform-na=* \
1060 |
--program-transform-n=* |
--program-transform-=* \
1061 |
--program-transform=* |
--program-transfor=* \
1062 |
--program-transfo=* |
--program-transf=* \
1063 |
--program-trans=* |
--program-tran=* \
1064 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1065 program_transform_name
=$ac_optarg ;;
1067 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1069 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1070 pdfdir
=$ac_optarg ;;
1072 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1074 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1077 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1078 |
-silent |
--silent |
--silen |
--sile |
--sil)
1081 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1083 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1085 sbindir
=$ac_optarg ;;
1087 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1088 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1089 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1091 ac_prev
=sharedstatedir
;;
1092 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1093 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1094 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1096 sharedstatedir
=$ac_optarg ;;
1098 -site |
--site |
--sit)
1100 -site=* |
--site=* |
--sit=*)
1103 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1105 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1106 srcdir
=$ac_optarg ;;
1108 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1109 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1110 ac_prev
=sysconfdir
;;
1111 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1112 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1113 sysconfdir
=$ac_optarg ;;
1115 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1116 ac_prev
=target_alias
;;
1117 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1118 target_alias
=$ac_optarg ;;
1120 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1123 -version |
--version |
--versio |
--versi |
--vers |
-V)
1124 ac_init_version
=: ;;
1127 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_
$ac_package=\
$ac_optarg ;;
1135 -without-* |
--without-*)
1136 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_
$ac_package=no
;;
1145 # Obsolete; use --with-x.
1148 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1149 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1150 ac_prev
=x_includes
;;
1151 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1152 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1153 x_includes
=$ac_optarg ;;
1155 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1156 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1157 ac_prev
=x_libraries
;;
1158 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1159 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1160 x_libraries
=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1168 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\
$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1187 if test -n "$ac_prev"; then
1188 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val
=\$
$ac_var
1201 [\\/$
]* | ?
:[\\/]* ) continue;;
1202 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1213 target
=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x
; then
1217 if test "x$build_alias" = x
; then
1218 cross_compiling
=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1227 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1229 test "$silent" = yes && exec 6>/dev
/null
1232 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di
=`ls -di .` &&
1234 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted
=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir
=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1274 ac_srcdir_defaulted
=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1294 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1296 for ac_var
in $ac_precious_vars; do
1297 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1299 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1310 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1368 --x-includes=DIR X include files are
in DIR
1369 --x-libraries=DIR X library files are
in DIR
1372 --build=BUILD configure
for building on BUILD
[guessed
]
1373 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive
) echo "Configuration of Wine 1.1.5:";;
1384 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1385 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to
help
1448 it to
find libraries and programs with nonstandard names
/locations.
1450 Report bugs to
<wine-devel@winehq.org
>.
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1458 test -d "$ac_dir" ||
continue
1462 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1464 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1469 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1472 ac_abs_top_builddir
=$ac_pwd
1473 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir
=$ac_top_build_prefix
1478 .
) # We are building in place.
1480 ac_top_srcdir
=$ac_top_builddir_sub
1481 ac_abs_top_srcdir
=$ac_pwd ;;
1482 [\\/]* | ?
:[\\/]* ) # Absolute name.
1483 ac_srcdir
=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir
=$srcdir
1485 ac_abs_top_srcdir
=$srcdir ;;
1487 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1491 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1511 Wine configure
1.1.5
1512 generated by GNU Autoconf
2.61
1514 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1516 This configure
script is free software
; the Free Software Foundation
1517 gives unlimited permission to copy
, distribute and modify it.
1521 cat >config.log
<<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.5, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1561 test -z "$as_dir" && as_dir
=.
1562 echo "PATH: $as_dir"
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1586 ac_must_keep_next
=false
1592 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1593 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1594 |
-silent |
--silent |
--silen |
--sile |
--sil)
1597 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1600 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true
; then
1604 ac_must_keep_next
=false
# Got value, back to normal.
1607 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1608 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1609 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1610 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1615 -* ) ac_must_keep_next
=true
;;
1618 ac_configure_args
="$ac_configure_args '$ac_arg'"
1623 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1624 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1683 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1685 echo "$ac_var='\''$ac_val'\''"
1689 if test -n "$ac_subst_files"; then
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1696 for ac_var
in $ac_subst_files
1698 eval ac_val
=\$
$ac_var
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1702 echo "$ac_var='\''$ac_val'\''"
1707 if test -s confdefs.h; then
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1725 for ac_signal
in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest
* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h
<<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1740 cat >>confdefs.h
<<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1745 cat >>confdefs.h
<<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1750 cat >>confdefs.h
<<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1755 cat >>confdefs.h
<<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x
"$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE
; then
1765 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1767 set x
"$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1788 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1789 *) .
"./$cache_file";;
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1798 # Check that the precious variables saved in the cache have kept the same
1800 ac_cache_corrupted
=false
1801 for ac_var
in $ac_precious_vars; do
1802 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1803 eval ac_new_set
=\
$ac_env_${ac_var}_set
1804 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1805 eval ac_new_val
=\
$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted
=: ;;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted
=:
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1830 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg
=$ac_var=$ac_new_val ;;
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1872 ac_cpp
='$CPP $CPPFLAGS'
1873 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1879 ac_config_headers
="$ac_config_headers include/config.h"
1882 for ac_dir
in tools
"$srcdir"/tools
; do
1883 if test -f "$ac_dir/install-sh"; then
1885 ac_install_sh
="$ac_aux_dir/install-sh -c"
1887 elif test -f "$ac_dir/install.sh"; then
1889 ac_install_sh
="$ac_aux_dir/install.sh -c"
1891 elif test -f "$ac_dir/shtool"; then
1893 ac_install_sh
="$ac_aux_dir/shtool install -c"
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval
=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval
=$enable_win64;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval
=$enable_maintainer_mode;
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval
=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval
=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval
=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval
=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2066 # Check whether --with-pulse was given.
2067 if test "${with_pulse+set}" = set; then
2068 withval
=$with_pulse;
2072 # Check whether --with-sane was given.
2073 if test "${with_sane+set}" = set; then
2078 # Check whether --with-xcomposite was given.
2079 if test "${with_xcomposite+set}" = set; then
2080 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2084 # Check whether --with-xcursor was given.
2085 if test "${with_xcursor+set}" = set; then
2086 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2090 # Check whether --with-xinerama was given.
2091 if test "${with_xinerama+set}" = set; then
2092 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2096 # Check whether --with-xinput was given.
2097 if test "${with_xinput+set}" = set; then
2098 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2102 # Check whether --with-xml was given.
2103 if test "${with_xml+set}" = set; then
2108 # Check whether --with-xrandr was given.
2109 if test "${with_xrandr+set}" = set; then
2110 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2114 # Check whether --with-xrender was given.
2115 if test "${with_xrender+set}" = set; then
2116 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2120 # Check whether --with-xshape was given.
2121 if test "${with_xshape+set}" = set; then
2122 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2126 # Check whether --with-xshm was given.
2127 if test "${with_xshm+set}" = set; then
2128 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2132 # Check whether --with-xslt was given.
2133 if test "${with_xslt+set}" = set; then
2138 # Check whether --with-xxf86vm was given.
2139 if test "${with_xxf86vm+set}" = set; then
2140 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2145 # Check whether --with-wine-tools was given.
2146 if test "${with_wine_tools+set}" = set; then
2147 withval
=$with_wine_tools;
2150 # Check whether --enable-tests was given.
2151 if test "${enable_tests+set}" = set; then
2152 enableval
=$enable_tests;
2156 # Make sure we can run config.sub.
2157 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2158 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2159 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2160 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: checking build system type" >&5
2163 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2164 if test "${ac_cv_build+set}" = set; then
2165 echo $ECHO_N "(cached) $ECHO_C" >&6
2167 ac_build_alias
=$build_alias
2168 test "x$ac_build_alias" = x
&&
2169 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2170 test "x$ac_build_alias" = x
&&
2171 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2172 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2173 { (exit 1); exit 1; }; }
2174 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2175 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2176 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2177 { (exit 1); exit 1; }; }
2180 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2181 echo "${ECHO_T}$ac_cv_build" >&6; }
2182 case $ac_cv_build in
2184 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2185 echo "$as_me: error: invalid value of canonical build" >&2;}
2186 { (exit 1); exit 1; }; };;
2189 ac_save_IFS
=$IFS; IFS
='-'
2195 # Remember, the first character of IFS is used to create $*,
2196 # except with old shells:
2199 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2202 { echo "$as_me:$LINENO: checking host system type" >&5
2203 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2204 if test "${ac_cv_host+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2207 if test "x$host_alias" = x
; then
2208 ac_cv_host
=$ac_cv_build
2210 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2211 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2212 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2213 { (exit 1); exit 1; }; }
2217 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2218 echo "${ECHO_T}$ac_cv_host" >&6; }
2221 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2222 echo "$as_me: error: invalid value of canonical host" >&2;}
2223 { (exit 1); exit 1; }; };;
2226 ac_save_IFS
=$IFS; IFS
='-'
2232 # Remember, the first character of IFS is used to create $*,
2233 # except with old shells:
2236 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2241 if test "x$enable_win64" != "xyes"
2243 test -n "$CC" || CC
="gcc -m32"
2244 test -n "$CXX"|| CXX
="g++ -m32"
2245 test -n "$LD" || LD
="ld -m elf_i386"
2246 test -n "$AS" || AS
="as --32"
2254 if test "x$enable_win16" != "xno"
2261 WIN16_FILES
="\$(WIN16_FILES)"
2263 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2265 if test "x$enable_win16" != "xyes"
2271 if test "x$enable_tests" == "xno"
2282 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2283 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2284 You need to run 'make distclean' in the source tree first." >&5
2285 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2286 You need to run 'make distclean' in the source tree first." >&2;}
2287 { (exit 1); exit 1; }; }
2292 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2293 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2294 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2295 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2296 echo $ECHO_N "(cached) $ECHO_C" >&6
2298 cat >conftest.
make <<\_ACEOF
2301 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2303 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2304 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2306 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2308 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2312 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2313 { echo "$as_me:$LINENO: result: yes" >&5
2314 echo "${ECHO_T}yes" >&6; }
2317 { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2319 SET_MAKE
="MAKE=${MAKE-make}"
2323 ac_cpp
='$CPP $CPPFLAGS'
2324 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2325 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2326 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2327 if test -n "$ac_tool_prefix"; then
2328 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2329 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2332 if test "${ac_cv_prog_CC+set}" = set; then
2333 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 if test -n "$CC"; then
2336 ac_cv_prog_CC
="$CC" # Let the user override the test.
2338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2342 test -z "$as_dir" && as_dir
=.
2343 for ac_exec_ext
in '' $ac_executable_extensions; do
2344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2345 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2356 if test -n "$CC"; then
2357 { echo "$as_me:$LINENO: result: $CC" >&5
2358 echo "${ECHO_T}$CC" >&6; }
2360 { echo "$as_me:$LINENO: result: no" >&5
2361 echo "${ECHO_T}no" >&6; }
2366 if test -z "$ac_cv_prog_CC"; then
2368 # Extract the first word of "gcc", so it can be a program name with args.
2369 set dummy gcc
; ac_word
=$2
2370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2372 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2373 echo $ECHO_N "(cached) $ECHO_C" >&6
2375 if test -n "$ac_ct_CC"; then
2376 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2378 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2382 test -z "$as_dir" && as_dir
=.
2383 for ac_exec_ext
in '' $ac_executable_extensions; do
2384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2385 ac_cv_prog_ac_ct_CC
="gcc"
2386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2395 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2396 if test -n "$ac_ct_CC"; then
2397 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2398 echo "${ECHO_T}$ac_ct_CC" >&6; }
2400 { echo "$as_me:$LINENO: result: no" >&5
2401 echo "${ECHO_T}no" >&6; }
2404 if test "x$ac_ct_CC" = x
; then
2407 case $cross_compiling:$ac_tool_warned in
2409 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2410 whose name does not start with the host triplet. If you think this
2411 configuration is useful to you, please write to autoconf@gnu.org." >&5
2412 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2413 whose name does not start with the host triplet. If you think this
2414 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2415 ac_tool_warned
=yes ;;
2423 if test -z "$CC"; then
2424 if test -n "$ac_tool_prefix"; then
2425 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2426 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2429 if test "${ac_cv_prog_CC+set}" = set; then
2430 echo $ECHO_N "(cached) $ECHO_C" >&6
2432 if test -n "$CC"; then
2433 ac_cv_prog_CC
="$CC" # Let the user override the test.
2435 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2439 test -z "$as_dir" && as_dir
=.
2440 for ac_exec_ext
in '' $ac_executable_extensions; do
2441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2442 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2453 if test -n "$CC"; then
2454 { echo "$as_me:$LINENO: result: $CC" >&5
2455 echo "${ECHO_T}$CC" >&6; }
2457 { echo "$as_me:$LINENO: result: no" >&5
2458 echo "${ECHO_T}no" >&6; }
2464 if test -z "$CC"; then
2465 # Extract the first word of "cc", so it can be a program name with args.
2466 set dummy cc
; ac_word
=$2
2467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2469 if test "${ac_cv_prog_CC+set}" = set; then
2470 echo $ECHO_N "(cached) $ECHO_C" >&6
2472 if test -n "$CC"; then
2473 ac_cv_prog_CC
="$CC" # Let the user override the test.
2476 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2480 test -z "$as_dir" && as_dir
=.
2481 for ac_exec_ext
in '' $ac_executable_extensions; do
2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2483 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2484 ac_prog_rejected
=yes
2488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2495 if test $ac_prog_rejected = yes; then
2496 # We found a bogon in the path, so make sure we never use it.
2497 set dummy
$ac_cv_prog_CC
2499 if test $# != 0; then
2500 # We chose a different compiler from the bogus one.
2501 # However, it has the same basename, so the bogon will be chosen
2502 # first if we set CC to just the basename; use the full file name.
2504 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2510 if test -n "$CC"; then
2511 { echo "$as_me:$LINENO: result: $CC" >&5
2512 echo "${ECHO_T}$CC" >&6; }
2514 { echo "$as_me:$LINENO: result: no" >&5
2515 echo "${ECHO_T}no" >&6; }
2520 if test -z "$CC"; then
2521 if test -n "$ac_tool_prefix"; then
2522 for ac_prog
in cl.exe
2524 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2525 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2528 if test "${ac_cv_prog_CC+set}" = set; then
2529 echo $ECHO_N "(cached) $ECHO_C" >&6
2531 if test -n "$CC"; then
2532 ac_cv_prog_CC
="$CC" # Let the user override the test.
2534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2538 test -z "$as_dir" && as_dir
=.
2539 for ac_exec_ext
in '' $ac_executable_extensions; do
2540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2541 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2552 if test -n "$CC"; then
2553 { echo "$as_me:$LINENO: result: $CC" >&5
2554 echo "${ECHO_T}$CC" >&6; }
2556 { echo "$as_me:$LINENO: result: no" >&5
2557 echo "${ECHO_T}no" >&6; }
2561 test -n "$CC" && break
2564 if test -z "$CC"; then
2566 for ac_prog
in cl.exe
2568 # Extract the first word of "$ac_prog", so it can be a program name with args.
2569 set dummy
$ac_prog; ac_word
=$2
2570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2572 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2573 echo $ECHO_N "(cached) $ECHO_C" >&6
2575 if test -n "$ac_ct_CC"; then
2576 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2578 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2582 test -z "$as_dir" && as_dir
=.
2583 for ac_exec_ext
in '' $ac_executable_extensions; do
2584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2585 ac_cv_prog_ac_ct_CC
="$ac_prog"
2586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2595 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2596 if test -n "$ac_ct_CC"; then
2597 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2598 echo "${ECHO_T}$ac_ct_CC" >&6; }
2600 { echo "$as_me:$LINENO: result: no" >&5
2601 echo "${ECHO_T}no" >&6; }
2605 test -n "$ac_ct_CC" && break
2608 if test "x$ac_ct_CC" = x
; then
2611 case $cross_compiling:$ac_tool_warned in
2613 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2614 whose name does not start with the host triplet. If you think this
2615 configuration is useful to you, please write to autoconf@gnu.org." >&5
2616 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2617 whose name does not start with the host triplet. If you think this
2618 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2619 ac_tool_warned
=yes ;;
2628 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2629 See \`config.log' for more details." >&5
2630 echo "$as_me: error: no acceptable C compiler found in \$PATH
2631 See \`config.log' for more details." >&2;}
2632 { (exit 1); exit 1; }; }
2634 # Provide some information about the compiler.
2635 echo "$as_me:$LINENO: checking for C compiler version" >&5
2636 ac_compiler
=`set X $ac_compile; echo $2`
2637 { (ac_try
="$ac_compiler --version >&5"
2639 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2643 (eval "$ac_compiler --version >&5") 2>&5
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }
2647 { (ac_try="$ac_compiler -v >&5"
2649 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2650 *) ac_try_echo
=$ac_try;;
2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2653 (eval "$ac_compiler -v >&5") 2>&5
2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2656 (exit $ac_status); }
2657 { (ac_try
="$ac_compiler -V >&5"
2659 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2660 *) ac_try_echo=$ac_try;;
2662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2663 (eval "$ac_compiler -V >&5") 2>&5
2665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2666 (exit $ac_status); }
2668 cat >conftest.$ac_ext <<_ACEOF
2671 cat confdefs.h >>conftest.$ac_ext
2672 cat >>conftest.$ac_ext <<_ACEOF
2673 /* end confdefs.h. */
2683 ac_clean_files_save=$ac_clean_files
2684 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2685 # Try to create an executable without -o first, disregard a.out.
2686 # It will help us diagnose broken compilers, and finding out an intuition
2688 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2689 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2690 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2692 # List of possible output files, starting from the most likely.
2693 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2694 # only as a last resort. b.out is created by i960 compilers.
2695 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2697 # The IRIX 6 linker writes into existing files which may not be
2698 # executable, retaining their permissions. Remove them first so a
2699 # subsequent execution test works.
2701 for ac_file in $ac_files
2704 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2705 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2710 if { (ac_try="$ac_link_default"
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2716 (eval "$ac_link_default") 2>&5
2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2719 (exit $ac_status); }; then
2720 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2721 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2722 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2723 # so that the user can short-circuit this test for compilers unknown to
2725 for ac_file
in $ac_files ''
2727 test -f "$ac_file" ||
continue
2729 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2732 # We found the default executable, but exeext='' is most
2736 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2738 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2740 # We set ac_cv_exeext here because the later test for it is not
2741 # safe: cross compilers may not add the suffix if given an `-o'
2742 # argument, so we may need to know it at that point already.
2743 # Even if this section looks crufty: it has the advantage of
2750 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2756 { echo "$as_me:$LINENO: result: $ac_file" >&5
2757 echo "${ECHO_T}$ac_file" >&6; }
2758 if test -z "$ac_file"; then
2759 echo "$as_me: failed program was:" >&5
2760 sed 's/^/| /' conftest.
$ac_ext >&5
2762 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: C compiler cannot create executables
2765 See \`config.log' for more details." >&2;}
2766 { (exit 77); exit 77; }; }
2769 ac_exeext
=$ac_cv_exeext
2771 # Check that the compiler produces executables we can run. If not, either
2772 # the compiler is broken, or we cross compile.
2773 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2774 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2775 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2776 # If not cross compiling, check that we can run a simple program.
2777 if test "$cross_compiling" != yes; then
2778 if { ac_try
='./$ac_file'
2779 { (case "(($ac_try" in
2780 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_try") 2>&5
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; }; then
2790 if test "$cross_compiling" = maybe; then
2793 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2794 If you meant to cross compile, use \`--host'.
2795 See \`config.log' for more details.
" >&5
2796 echo "$as_me: error
: cannot run C compiled programs.
2797 If you meant to cross compile
, use \
`--host'.
2798 See \`config.log
' for more details." >&2;}
2799 { (exit 1); exit 1; }; }
2803 { echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6; }
2806 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2807 ac_clean_files=$ac_clean_files_save
2808 # Check that the compiler produces executables we can run. If not, either
2809 # the compiler is broken, or we cross compile.
2810 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2811 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2812 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2813 echo "${ECHO_T}$cross_compiling" >&6; }
2815 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2816 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2817 if { (ac_try="$ac_link"
2819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2820 *) ac_try_echo=$ac_try;;
2822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2823 (eval "$ac_link") 2>&5
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; then
2827 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2828 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2829 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2831 for ac_file
in conftest.exe conftest conftest.
*; do
2832 test -f "$ac_file" ||
continue
2834 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2835 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2841 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2842 See \`config.log' for more details." >&5
2843 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2844 See \`config.log' for more details." >&2;}
2845 { (exit 1); exit 1; }; }
2848 rm -f conftest
$ac_cv_exeext
2849 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2850 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2852 rm -f conftest.
$ac_ext
2853 EXEEXT
=$ac_cv_exeext
2855 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2856 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2857 if test "${ac_cv_objext+set}" = set; then
2858 echo $ECHO_N "(cached) $ECHO_C" >&6
2860 cat >conftest.
$ac_ext <<_ACEOF
2863 cat confdefs.h
>>conftest.
$ac_ext
2864 cat >>conftest.
$ac_ext <<_ACEOF
2865 /* end confdefs.h. */
2875 rm -f conftest.o conftest.obj
2876 if { (ac_try
="$ac_compile"
2878 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2879 *) ac_try_echo=$ac_try;;
2881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2882 (eval "$ac_compile") 2>&5
2884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2885 (exit $ac_status); }; then
2886 for ac_file in conftest.o conftest.obj conftest.*; do
2887 test -f "$ac_file" || continue;
2889 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2890 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2895 echo "$as_me: failed program was:" >&5
2896 sed 's/^/| /' conftest.$ac_ext >&5
2898 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2899 See \`config.log
' for more details." >&5
2900 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2901 See \`config.log' for more details.
" >&2;}
2902 { (exit 1); exit 1; }; }
2905 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2907 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2908 echo "${ECHO_T}$ac_cv_objext" >&6; }
2909 OBJEXT=$ac_cv_objext
2911 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2912 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2913 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2914 echo $ECHO_N "(cached
) $ECHO_C" >&6
2916 cat >conftest.$ac_ext <<_ACEOF
2919 cat confdefs.h >>conftest.$ac_ext
2920 cat >>conftest.$ac_ext <<_ACEOF
2921 /* end confdefs.h. */
2934 rm -f conftest.$ac_objext
2935 if { (ac_try="$ac_compile"
2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2938 *) ac_try_echo=$ac_try;;
2940 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2941 (eval "$ac_compile") 2>conftest.er1
2943 grep -v '^ *+' conftest.er1 >conftest.err
2945 cat conftest.err >&5
2946 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2947 (exit $ac_status); } && {
2948 test -z "$ac_c_werror_flag" ||
2949 test ! -s conftest.err
2950 } && test -s conftest.$ac_objext; then
2953 echo "$as_me: failed program was
:" >&5
2954 sed 's/^/| /' conftest.$ac_ext >&5
2959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2960 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2963 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2964 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2965 GCC=`test $ac_compiler_gnu = yes && echo yes`
2966 ac_test_CFLAGS=${CFLAGS+set}
2967 ac_save_CFLAGS=$CFLAGS
2968 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2969 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2970 if test "${ac_cv_prog_cc_g+set}" = set; then
2971 echo $ECHO_N "(cached
) $ECHO_C" >&6
2973 ac_save_c_werror_flag=$ac_c_werror_flag
2974 ac_c_werror_flag=yes
2977 cat >conftest.$ac_ext <<_ACEOF
2980 cat confdefs.h >>conftest.$ac_ext
2981 cat >>conftest.$ac_ext <<_ACEOF
2982 /* end confdefs.h. */
2992 rm -f conftest.$ac_objext
2993 if { (ac_try="$ac_compile"
2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996 *) ac_try_echo=$ac_try;;
2998 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2999 (eval "$ac_compile") 2>conftest.er1
3001 grep -v '^ *+' conftest.er1 >conftest.err
3003 cat conftest.err >&5
3004 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3005 (exit $ac_status); } && {
3006 test -z "$ac_c_werror_flag" ||
3007 test ! -s conftest.err
3008 } && test -s conftest.$ac_objext; then
3011 echo "$as_me: failed program was
:" >&5
3012 sed 's/^/| /' conftest.$ac_ext >&5
3015 cat >conftest.$ac_ext <<_ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3036 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3039 grep -v '^ *+' conftest.er1 >conftest.err
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3049 echo "$as_me: failed program was
:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3052 ac_c_werror_flag=$ac_save_c_werror_flag
3054 cat >conftest.$ac_ext <<_ACEOF
3057 cat confdefs.h >>conftest.$ac_ext
3058 cat >>conftest.$ac_ext <<_ACEOF
3059 /* end confdefs.h. */
3069 rm -f conftest.$ac_objext
3070 if { (ac_try="$ac_compile"
3072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3073 *) ac_try_echo=$ac_try;;
3075 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3076 (eval "$ac_compile") 2>conftest.er1
3078 grep -v '^ *+' conftest.er1 >conftest.err
3080 cat conftest.err >&5
3081 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3082 (exit $ac_status); } && {
3083 test -z "$ac_c_werror_flag" ||
3084 test ! -s conftest.err
3085 } && test -s conftest.$ac_objext; then
3088 echo "$as_me: failed program was
:" >&5
3089 sed 's/^/| /' conftest.$ac_ext >&5
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3101 ac_c_werror_flag=$ac_save_c_werror_flag
3103 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3104 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3105 if test "$ac_test_CFLAGS" = set; then
3106 CFLAGS=$ac_save_CFLAGS
3107 elif test $ac_cv_prog_cc_g = yes; then
3108 if test "$GCC" = yes; then
3114 if test "$GCC" = yes; then
3120 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3121 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3122 if test "${ac_cv_prog_cc_c89+set}" = set; then
3123 echo $ECHO_N "(cached
) $ECHO_C" >&6
3125 ac_cv_prog_cc_c89=no
3127 cat >conftest.$ac_ext <<_ACEOF
3130 cat confdefs.h >>conftest.$ac_ext
3131 cat >>conftest.$ac_ext <<_ACEOF
3132 /* end confdefs.h. */
3135 #include <sys/types.h>
3136 #include <sys/stat.h>
3137 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3138 struct buf { int x; };
3139 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3140 static char *e (p, i)
3146 static char *f (char * (*g) (char **, int), char **p, ...)
3151 s = g (p, va_arg (v,int));
3156 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3157 function prototypes and stuff, but not '\xHH' hex character constants.
3158 These don't provoke an error unfortunately, instead are silently treated
3159 as 'x'. The following induces an error, until -std is added to get
3160 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3161 array size at least. It's necessary to write '\x00'==0 to get something
3162 that's true only with -std. */
3163 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3165 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3166 inside strings and character constants. */
3168 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3170 int test (int i, double x);
3171 struct s1 {int (*f) (int a);};
3172 struct s2 {int (*f) (double a);};
3173 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3179 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3184 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3185 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3187 CC="$ac_save_CC $ac_arg"
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3194 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3195 (eval "$ac_compile") 2>conftest.er1
3197 grep -v '^ *+' conftest.er1 >conftest.err
3199 cat conftest.err >&5
3200 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3201 (exit $ac_status); } && {
3202 test -z "$ac_c_werror_flag" ||
3203 test ! -s conftest.err
3204 } && test -s conftest.$ac_objext; then
3205 ac_cv_prog_cc_c89=$ac_arg
3207 echo "$as_me: failed program was
:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3213 rm -f core conftest.err conftest.$ac_objext
3214 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3216 rm -f conftest.$ac_ext
3221 case "x
$ac_cv_prog_cc_c89" in
3223 { echo "$as_me:$LINENO: result
: none needed
" >&5
3224 echo "${ECHO_T}none needed
" >&6; } ;;
3226 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3227 echo "${ECHO_T}unsupported
" >&6; } ;;
3229 CC="$CC $ac_cv_prog_cc_c89"
3230 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3231 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3236 ac_cpp='$CPP $CPPFLAGS'
3237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3242 ac_cpp='$CXXCPP $CPPFLAGS'
3243 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3246 if test -z "$CXX"; then
3247 if test -n "$CCC"; then
3250 if test -n "$ac_tool_prefix"; then
3251 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3253 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3254 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3255 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3256 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3257 if test "${ac_cv_prog_CXX+set}" = set; then
3258 echo $ECHO_N "(cached
) $ECHO_C" >&6
3260 if test -n "$CXX"; then
3261 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3267 test -z "$as_dir" && as_dir=.
3268 for ac_exec_ext in '' $ac_executable_extensions; do
3269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3270 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3271 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3281 if test -n "$CXX"; then
3282 { echo "$as_me:$LINENO: result
: $CXX" >&5
3283 echo "${ECHO_T}$CXX" >&6; }
3285 { echo "$as_me:$LINENO: result
: no
" >&5
3286 echo "${ECHO_T}no
" >&6; }
3290 test -n "$CXX" && break
3293 if test -z "$CXX"; then
3295 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3297 # Extract the first word of "$ac_prog", so it can be a program name with args.
3298 set dummy $ac_prog; ac_word=$2
3299 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3300 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3301 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3302 echo $ECHO_N "(cached
) $ECHO_C" >&6
3304 if test -n "$ac_ct_CXX"; then
3305 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3311 test -z "$as_dir" && as_dir=.
3312 for ac_exec_ext in '' $ac_executable_extensions; do
3313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3314 ac_cv_prog_ac_ct_CXX="$ac_prog"
3315 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3324 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3325 if test -n "$ac_ct_CXX"; then
3326 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3327 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3329 { echo "$as_me:$LINENO: result
: no
" >&5
3330 echo "${ECHO_T}no
" >&6; }
3334 test -n "$ac_ct_CXX" && break
3337 if test "x
$ac_ct_CXX" = x; then
3340 case $cross_compiling:$ac_tool_warned in
3342 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3343 whose name does not start with the
host triplet. If you think this
3344 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3345 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3346 whose name does not start with the
host triplet. If you think this
3347 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3348 ac_tool_warned=yes ;;
3356 # Provide some information about the compiler.
3357 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3358 ac_compiler=`set X $ac_compile; echo $2`
3359 { (ac_try="$ac_compiler --version >&5"
3361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3362 *) ac_try_echo=$ac_try;;
3364 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3365 (eval "$ac_compiler --version >&5") 2>&5
3367 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3368 (exit $ac_status); }
3369 { (ac_try="$ac_compiler -v >&5"
3371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372 *) ac_try_echo=$ac_try;;
3374 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3375 (eval "$ac_compiler -v >&5") 2>&5
3377 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3378 (exit $ac_status); }
3379 { (ac_try="$ac_compiler -V >&5"
3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3382 *) ac_try_echo=$ac_try;;
3384 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3385 (eval "$ac_compiler -V >&5") 2>&5
3387 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3388 (exit $ac_status); }
3390 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3391 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3392 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3393 echo $ECHO_N "(cached
) $ECHO_C" >&6
3395 cat >conftest.$ac_ext <<_ACEOF
3398 cat confdefs.h >>conftest.$ac_ext
3399 cat >>conftest.$ac_ext <<_ACEOF
3400 /* end confdefs.h. */
3413 rm -f conftest.$ac_objext
3414 if { (ac_try="$ac_compile"
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3419 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3420 (eval "$ac_compile") 2>conftest.er1
3422 grep -v '^ *+' conftest.er1 >conftest.err
3424 cat conftest.err >&5
3425 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3426 (exit $ac_status); } && {
3427 test -z "$ac_cxx_werror_flag" ||
3428 test ! -s conftest.err
3429 } && test -s conftest.$ac_objext; then
3432 echo "$as_me: failed program was
:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3439 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3442 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3443 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3444 GXX=`test $ac_compiler_gnu = yes && echo yes`
3445 ac_test_CXXFLAGS=${CXXFLAGS+set}
3446 ac_save_CXXFLAGS=$CXXFLAGS
3447 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3448 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3449 if test "${ac_cv_prog_cxx_g+set}" = set; then
3450 echo $ECHO_N "(cached
) $ECHO_C" >&6
3452 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3453 ac_cxx_werror_flag=yes
3456 cat >conftest.$ac_ext <<_ACEOF
3459 cat confdefs.h >>conftest.$ac_ext
3460 cat >>conftest.$ac_ext <<_ACEOF
3461 /* end confdefs.h. */
3471 rm -f conftest.$ac_objext
3472 if { (ac_try="$ac_compile"
3474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3475 *) ac_try_echo=$ac_try;;
3477 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3478 (eval "$ac_compile") 2>conftest.er1
3480 grep -v '^ *+' conftest.er1 >conftest.err
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3484 (exit $ac_status); } && {
3485 test -z "$ac_cxx_werror_flag" ||
3486 test ! -s conftest.err
3487 } && test -s conftest.$ac_objext; then
3488 ac_cv_prog_cxx_g=yes
3490 echo "$as_me: failed program was
:" >&5
3491 sed 's/^/| /' conftest.$ac_ext >&5
3494 cat >conftest.$ac_ext <<_ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3515 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3518 grep -v '^ *+' conftest.er1 >conftest.err
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3528 echo "$as_me: failed program was
:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3531 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3533 cat >conftest.$ac_ext <<_ACEOF
3536 cat confdefs.h >>conftest.$ac_ext
3537 cat >>conftest.$ac_ext <<_ACEOF
3538 /* end confdefs.h. */
3548 rm -f conftest.$ac_objext
3549 if { (ac_try="$ac_compile"
3551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3552 *) ac_try_echo=$ac_try;;
3554 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3555 (eval "$ac_compile") 2>conftest.er1
3557 grep -v '^ *+' conftest.er1 >conftest.err
3559 cat conftest.err >&5
3560 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3561 (exit $ac_status); } && {
3562 test -z "$ac_cxx_werror_flag" ||
3563 test ! -s conftest.err
3564 } && test -s conftest.$ac_objext; then
3565 ac_cv_prog_cxx_g=yes
3567 echo "$as_me: failed program was
:" >&5
3568 sed 's/^/| /' conftest.$ac_ext >&5
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3582 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3583 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3584 if test "$ac_test_CXXFLAGS" = set; then
3585 CXXFLAGS=$ac_save_CXXFLAGS
3586 elif test $ac_cv_prog_cxx_g = yes; then
3587 if test "$GXX" = yes; then
3593 if test "$GXX" = yes; then
3600 ac_cpp='$CPP $CPPFLAGS'
3601 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3602 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3603 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3605 if test -n "$ac_tool_prefix"; then
3606 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3607 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3608 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3609 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3610 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3611 echo $ECHO_N "(cached
) $ECHO_C" >&6
3613 if test -n "$CPPBIN"; then
3614 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3620 test -z "$as_dir" && as_dir=.
3621 for ac_exec_ext in '' $ac_executable_extensions; do
3622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3623 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3624 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3633 CPPBIN=$ac_cv_prog_CPPBIN
3634 if test -n "$CPPBIN"; then
3635 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3636 echo "${ECHO_T}$CPPBIN" >&6; }
3638 { echo "$as_me:$LINENO: result
: no
" >&5
3639 echo "${ECHO_T}no
" >&6; }
3644 if test -z "$ac_cv_prog_CPPBIN"; then
3645 ac_ct_CPPBIN=$CPPBIN
3646 # Extract the first word of "cpp
", so it can be a program name with args.
3647 set dummy cpp; ac_word=$2
3648 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3649 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3650 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3651 echo $ECHO_N "(cached
) $ECHO_C" >&6
3653 if test -n "$ac_ct_CPPBIN"; then
3654 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660 test -z "$as_dir" && as_dir=.
3661 for ac_exec_ext in '' $ac_executable_extensions; do
3662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3663 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3664 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3673 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3674 if test -n "$ac_ct_CPPBIN"; then
3675 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3676 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3678 { echo "$as_me:$LINENO: result
: no
" >&5
3679 echo "${ECHO_T}no
" >&6; }
3682 if test "x
$ac_ct_CPPBIN" = x; then
3685 case $cross_compiling:$ac_tool_warned in
3687 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3688 whose name does not start with the
host triplet. If you think this
3689 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3690 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3691 whose name does not start with the
host triplet. If you think this
3692 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3693 ac_tool_warned=yes ;;
3695 CPPBIN=$ac_ct_CPPBIN
3698 CPPBIN="$ac_cv_prog_CPPBIN"
3702 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3703 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3704 if test "${wine_cv_toolsdir+set}" = set; then
3705 echo $ECHO_N "(cached
) $ECHO_C" >&6
3707 if test -z "$with_wine_tools"; then
3708 if test "$cross_compiling" = "yes"; then
3709 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3710 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3711 { (exit 1); exit 1; }; }
3713 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3715 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3716 case $with_wine_tools in
3717 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3718 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3721 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3722 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3723 { (exit 1); exit 1; }; }
3726 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3727 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3728 TOOLSDIR=$wine_cv_toolsdir
3733 ac_cpp='$CPP $CPPFLAGS'
3734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3737 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3738 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3739 # On Suns, sometimes $CPP names a directory.
3740 if test -n "$CPP" && test -d "$CPP"; then
3743 if test -z "$CPP"; then
3744 if test "${ac_cv_prog_CPP+set}" = set; then
3745 echo $ECHO_N "(cached
) $ECHO_C" >&6
3747 # Double quotes because CPP needs to be expanded
3748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3751 for ac_c_preproc_warn_flag in '' yes
3753 # Use a header file that comes with gcc, so configuring glibc
3754 # with a fresh cross-compiler works.
3755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3756 # <limits.h> exists even on freestanding compilers.
3757 # On the NeXT, cc -E runs the code through the compiler's parser,
3758 # not just through cpp. "Syntax error
" is here to catch this case.
3759 cat >conftest.$ac_ext <<_ACEOF
3762 cat confdefs.h >>conftest.$ac_ext
3763 cat >>conftest.$ac_ext <<_ACEOF
3764 /* end confdefs.h. */
3766 # include <limits.h>
3768 # include <assert.h>
3772 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3777 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3778 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3780 grep -v '^ *+' conftest.er1 >conftest.err
3782 cat conftest.err >&5
3783 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3784 (exit $ac_status); } >/dev/null && {
3785 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3786 test ! -s conftest.err
3790 echo "$as_me: failed program was
:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3793 # Broken: fails on valid input.
3797 rm -f conftest.err conftest.$ac_ext
3799 # OK, works on sane cases. Now check whether nonexistent headers
3800 # can be detected and how.
3801 cat >conftest.$ac_ext <<_ACEOF
3804 cat confdefs.h >>conftest.$ac_ext
3805 cat >>conftest.$ac_ext <<_ACEOF
3806 /* end confdefs.h. */
3807 #include <ac_nonexistent.h>
3809 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3812 *) ac_try_echo=$ac_try;;
3814 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3815 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3817 grep -v '^ *+' conftest.er1 >conftest.err
3819 cat conftest.err >&5
3820 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3821 (exit $ac_status); } >/dev/null && {
3822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3823 test ! -s conftest.err
3825 # Broken: success on invalid input.
3828 echo "$as_me: failed program was
:" >&5
3829 sed 's/^/| /' conftest.$ac_ext >&5
3831 # Passes both tests.
3836 rm -f conftest.err conftest.$ac_ext
3839 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3840 rm -f conftest.err conftest.$ac_ext
3841 if $ac_preproc_ok; then
3853 { echo "$as_me:$LINENO: result
: $CPP" >&5
3854 echo "${ECHO_T}$CPP" >&6; }
3856 for ac_c_preproc_warn_flag in '' yes
3858 # Use a header file that comes with gcc, so configuring glibc
3859 # with a fresh cross-compiler works.
3860 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3861 # <limits.h> exists even on freestanding compilers.
3862 # On the NeXT, cc -E runs the code through the compiler's parser,
3863 # not just through cpp. "Syntax error
" is here to catch this case.
3864 cat >conftest.$ac_ext <<_ACEOF
3867 cat confdefs.h >>conftest.$ac_ext
3868 cat >>conftest.$ac_ext <<_ACEOF
3869 /* end confdefs.h. */
3871 # include <limits.h>
3873 # include <assert.h>
3877 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3880 *) ac_try_echo=$ac_try;;
3882 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3883 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3885 grep -v '^ *+' conftest.er1 >conftest.err
3887 cat conftest.err >&5
3888 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3889 (exit $ac_status); } >/dev/null && {
3890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3891 test ! -s conftest.err
3895 echo "$as_me: failed program was
:" >&5
3896 sed 's/^/| /' conftest.$ac_ext >&5
3898 # Broken: fails on valid input.
3902 rm -f conftest.err conftest.$ac_ext
3904 # OK, works on sane cases. Now check whether nonexistent headers
3905 # can be detected and how.
3906 cat >conftest.$ac_ext <<_ACEOF
3909 cat confdefs.h >>conftest.$ac_ext
3910 cat >>conftest.$ac_ext <<_ACEOF
3911 /* end confdefs.h. */
3912 #include <ac_nonexistent.h>
3914 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3917 *) ac_try_echo=$ac_try;;
3919 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3920 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3922 grep -v '^ *+' conftest.er1 >conftest.err
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3926 (exit $ac_status); } >/dev/null && {
3927 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3928 test ! -s conftest.err
3930 # Broken: success on invalid input.
3933 echo "$as_me: failed program was
:" >&5
3934 sed 's/^/| /' conftest.$ac_ext >&5
3936 # Passes both tests.
3941 rm -f conftest.err conftest.$ac_ext
3944 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3945 rm -f conftest.err conftest.$ac_ext
3946 if $ac_preproc_ok; then
3949 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3950 See \
`config.log' for more details." >&5
3951 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3952 See \`config.log
' for more details." >&2;}
3953 { (exit 1); exit 1; }; }
3957 ac_cpp='$CPP $CPPFLAGS'
3958 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3959 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3960 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3963 { echo "$as_me:$LINENO: checking for X" >&5
3964 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3967 # Check whether --with-x was given.
3968 if test "${with_x+set}" = set; then
3972 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3973 if test "x$with_x" = xno; then
3974 # The user explicitly disabled X.
3977 case $x_includes,$x_libraries in #(
3978 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3979 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3980 { (exit 1); exit 1; }; };; #(
3981 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3982 echo $ECHO_N "(cached) $ECHO_C" >&6
3984 # One or both of the vars are not set, and there is no cached value.
3985 ac_x_includes=no ac_x_libraries=no
3986 rm -f -r conftest.dir
3987 if mkdir conftest.dir; then
3989 cat >Imakefile <<'_ACEOF'
3991 @echo incroot='${INCROOT}'
3993 @echo usrlibdir='${USRLIBDIR}'
3995 @echo libdir='${LIBDIR}'
3997 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3998 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3999 for ac_var in incroot usrlibdir libdir; do
4000 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
4002 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4003 for ac_extension in a so sl; do
4004 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4005 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4006 ac_im_usrlibdir=$ac_im_libdir; break
4009 # Screen out bogus values from the imake configuration. They are
4010 # bogus both because they are the default anyway, and because
4011 # using them would break gcc on systems where it needs fixed includes.
4012 case $ac_im_incroot in
4013 /usr/include) ac_x_includes= ;;
4014 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4016 case $ac_im_usrlibdir in
4018 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4022 rm -f -r conftest.dir
4025 # Standard set of common directories for X headers.
4026 # Check X11 before X11Rn because it is often a symlink to the current release.
4038 /usr
/local
/X11
/include
4039 /usr
/local
/X11R
6/include
4040 /usr
/local
/X11R
5/include
4041 /usr
/local
/X11R
4/include
4043 /usr
/local
/include
/X11
4044 /usr
/local
/include
/X11R6
4045 /usr
/local
/include
/X11R5
4046 /usr
/local
/include
/X11R4
4050 /usr
/XFree86
/include
/X11
4054 /usr
/unsupported
/include
4056 /usr
/local
/x11r
5/include
4057 /usr
/lpp
/Xamples
/include
4059 /usr
/openwin
/include
4060 /usr
/openwin
/share
/include
'
4062 if test "$ac_x_includes" = no; then
4063 # Guess where to find include files, by looking for Xlib.h.
4064 # First, try using that file with no special directory specified.
4065 cat >conftest.$ac_ext <<_ACEOF
4068 cat confdefs.h >>conftest.$ac_ext
4069 cat >>conftest.$ac_ext <<_ACEOF
4070 /* end confdefs.h. */
4071 #include <X11/Xlib.h>
4073 if { (ac_try="$ac_cpp conftest.$ac_ext"
4075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4076 *) ac_try_echo=$ac_try;;
4078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4079 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4081 grep -v '^
*+' conftest.er1 >conftest.err
4083 cat conftest.err >&5
4084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4085 (exit $ac_status); } >/dev/null && {
4086 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4087 test ! -s conftest.err
4089 # We can compile using X headers with no special include directory.
4092 echo "$as_me: failed program was:" >&5
4093 sed 's
/^
/|
/' conftest.$ac_ext >&5
4095 for ac_dir in $ac_x_header_dirs; do
4096 if test -r "$ac_dir/X11/Xlib.h"; then
4097 ac_x_includes=$ac_dir
4103 rm -f conftest.err conftest.$ac_ext
4104 fi # $ac_x_includes = no
4106 if test "$ac_x_libraries" = no; then
4107 # Check for the libraries.
4108 # See if we find them without any special options.
4109 # Don't add to
$LIBS permanently.
4112 cat >conftest.
$ac_ext <<_ACEOF
4115 cat confdefs.h
>>conftest.
$ac_ext
4116 cat >>conftest.
$ac_ext <<_ACEOF
4117 /* end confdefs.h. */
4118 #include <X11/Xlib.h>
4127 rm -f conftest.
$ac_objext conftest
$ac_exeext
4128 if { (ac_try
="$ac_link"
4130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4131 *) ac_try_echo=$ac_try;;
4133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4134 (eval "$ac_link") 2>conftest.er1
4136 grep -v '^ *+' conftest.er1 >conftest.err
4138 cat conftest.err >&5
4139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4140 (exit $ac_status); } && {
4141 test -z "$ac_c_werror_flag" ||
4142 test ! -s conftest.err
4143 } && test -s conftest$ac_exeext &&
4144 $as_test_x conftest$ac_exeext; then
4146 # We can link X programs with no special library path.
4149 echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4153 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4155 # Don't even attempt the hair of trying to link an X program!
4156 for ac_extension in a so sl; do
4157 if test -r "$ac_dir/libX11.$ac_extension"; then
4158 ac_x_libraries=$ac_dir
4165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4166 conftest$ac_exeext conftest.$ac_ext
4167 fi # $ac_x_libraries = no
4169 case $ac_x_includes,$ac_x_libraries in #(
4171 # Didn't find X, or a directory has "'" in its name.
4172 ac_cv_have_x="have_x=no";; #(
4174 # Record where we found X for the cache.
4175 ac_cv_have_x="have_x=yes\
4176 ac_x_includes='$ac_x_includes'\
4177 ac_x_libraries='$ac_x_libraries'"
4183 eval "$ac_cv_have_x"
4186 if test "$have_x" != yes; then
4187 { echo "$as_me:$LINENO: result: $have_x" >&5
4188 echo "${ECHO_T}$have_x" >&6; }
4191 # If each of the values was on the command line, it overrides each guess.
4192 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4193 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4194 # Update the cache value to reflect the command line values.
4195 ac_cv_have_x="have_x=yes\
4196 ac_x_includes='$x_includes'\
4197 ac_x_libraries='$x_libraries'"
4198 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4199 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4202 if test "$no_x" = yes; then
4203 # Not all programs may use this symbol, but it does not hurt to define it.
4205 cat >>confdefs.h <<\_ACEOF
4206 #define X_DISPLAY_MISSING 1
4209 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4211 if test -n "$x_includes"; then
4212 X_CFLAGS="$X_CFLAGS -I$x_includes"
4215 # It would also be nice to do this for all -L options, not just this one.
4216 if test -n "$x_libraries"; then
4217 X_LIBS="$X_LIBS -L$x_libraries"
4218 # For Solaris; some versions of Sun CC require a space after -R and
4219 # others require no space. Words are not sufficient . . . .
4220 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4221 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4222 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4223 ac_xsave_c_werror_flag=$ac_c_werror_flag
4224 ac_c_werror_flag=yes
4225 cat >conftest.$ac_ext <<_ACEOF
4228 cat confdefs.h >>conftest.$ac_ext
4229 cat >>conftest.$ac_ext <<_ACEOF
4230 /* end confdefs.h. */
4240 rm -f conftest.$ac_objext conftest$ac_exeext
4241 if { (ac_try="$ac_link"
4243 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4244 *) ac_try_echo
=$ac_try;;
4246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4247 (eval "$ac_link") 2>conftest.er1
4249 grep -v '^ *+' conftest.er1
>conftest.err
4251 cat conftest.err
>&5
4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4253 (exit $ac_status); } && {
4254 test -z "$ac_c_werror_flag" ||
4255 test ! -s conftest.err
4256 } && test -s conftest
$ac_exeext &&
4257 $as_test_x conftest
$ac_exeext; then
4258 { echo "$as_me:$LINENO: result: no" >&5
4259 echo "${ECHO_T}no" >&6; }
4260 X_LIBS
="$X_LIBS -R$x_libraries"
4262 echo "$as_me: failed program was:" >&5
4263 sed 's/^/| /' conftest.
$ac_ext >&5
4265 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4266 cat >conftest.
$ac_ext <<_ACEOF
4269 cat confdefs.h
>>conftest.
$ac_ext
4270 cat >>conftest.
$ac_ext <<_ACEOF
4271 /* end confdefs.h. */
4281 rm -f conftest.
$ac_objext conftest
$ac_exeext
4282 if { (ac_try
="$ac_link"
4284 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4285 *) ac_try_echo=$ac_try;;
4287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4288 (eval "$ac_link") 2>conftest.er1
4290 grep -v '^ *+' conftest.er1 >conftest.err
4292 cat conftest.err >&5
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext &&
4298 $as_test_x conftest$ac_exeext; then
4299 { echo "$as_me:$LINENO: result: yes" >&5
4300 echo "${ECHO_T}yes" >&6; }
4301 X_LIBS="$X_LIBS -R $x_libraries"
4303 echo "$as_me: failed program was:" >&5
4304 sed 's/^/| /' conftest.$ac_ext >&5
4306 { echo "$as_me:$LINENO: result: neither works" >&5
4307 echo "${ECHO_T}neither works" >&6; }
4310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4311 conftest$ac_exeext conftest.$ac_ext
4314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4315 conftest$ac_exeext conftest.$ac_ext
4316 ac_c_werror_flag=$ac_xsave_c_werror_flag
4320 # Check for system-dependent libraries X programs must link with.
4321 # Do this before checking for the system-independent R6 libraries
4322 # (-lICE), since we may need -lsocket or whatever for X linking.
4324 if test "$ISC" = yes; then
4325 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4327 # Martyn Johnson says this is needed for Ultrix, if the X
4328 # libraries were built with DECnet support. And Karl Berry says
4329 # the Alpha needs dnet_stub (dnet does not exist).
4330 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4331 cat >conftest.$ac_ext <<_ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h. */
4338 /* Override any GCC internal prototype to avoid an error.
4339 Use char because int might match the return type of a GCC
4340 builtin and then its argument prototype would still apply. */
4344 char XOpenDisplay ();
4348 return XOpenDisplay ();
4353 rm -f conftest.$ac_objext conftest$ac_exeext
4354 if { (ac_try="$ac_link"
4356 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4357 *) ac_try_echo
=$ac_try;;
4359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4360 (eval "$ac_link") 2>conftest.er1
4362 grep -v '^ *+' conftest.er1
>conftest.err
4364 cat conftest.err
>&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); } && {
4367 test -z "$ac_c_werror_flag" ||
4368 test ! -s conftest.err
4369 } && test -s conftest
$ac_exeext &&
4370 $as_test_x conftest
$ac_exeext; then
4373 echo "$as_me: failed program was:" >&5
4374 sed 's/^/| /' conftest.
$ac_ext >&5
4376 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4377 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4378 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4381 ac_check_lib_save_LIBS
=$LIBS
4383 cat >conftest.
$ac_ext <<_ACEOF
4386 cat confdefs.h
>>conftest.
$ac_ext
4387 cat >>conftest.
$ac_ext <<_ACEOF
4388 /* end confdefs.h. */
4390 /* Override any GCC internal prototype to avoid an error.
4391 Use char because int might match the return type of a GCC
4392 builtin and then its argument prototype would still apply. */
4400 return dnet_ntoa ();
4405 rm -f conftest.
$ac_objext conftest
$ac_exeext
4406 if { (ac_try
="$ac_link"
4408 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4409 *) ac_try_echo=$ac_try;;
4411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4412 (eval "$ac_link") 2>conftest.er1
4414 grep -v '^ *+' conftest.er1 >conftest.err
4416 cat conftest.err >&5
4417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418 (exit $ac_status); } && {
4419 test -z "$ac_c_werror_flag" ||
4420 test ! -s conftest.err
4421 } && test -s conftest$ac_exeext &&
4422 $as_test_x conftest$ac_exeext; then
4423 ac_cv_lib_dnet_dnet_ntoa=yes
4425 echo "$as_me: failed program was:" >&5
4426 sed 's/^/| /' conftest.$ac_ext >&5
4428 ac_cv_lib_dnet_dnet_ntoa=no
4431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4432 conftest$ac_exeext conftest.$ac_ext
4433 LIBS=$ac_check_lib_save_LIBS
4435 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4436 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4437 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4438 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4441 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4442 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4443 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4444 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4445 echo $ECHO_N "(cached) $ECHO_C" >&6
4447 ac_check_lib_save_LIBS=$LIBS
4448 LIBS="-ldnet_stub $LIBS"
4449 cat >conftest.$ac_ext <<_ACEOF
4452 cat confdefs.h >>conftest.$ac_ext
4453 cat >>conftest.$ac_ext <<_ACEOF
4454 /* end confdefs.h. */
4456 /* Override any GCC internal prototype to avoid an error.
4457 Use char because int might match the return type of a GCC
4458 builtin and then its argument prototype would still apply. */
4466 return dnet_ntoa ();
4471 rm -f conftest.$ac_objext conftest$ac_exeext
4472 if { (ac_try="$ac_link"
4474 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4475 *) ac_try_echo
=$ac_try;;
4477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4478 (eval "$ac_link") 2>conftest.er1
4480 grep -v '^ *+' conftest.er1
>conftest.err
4482 cat conftest.err
>&5
4483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484 (exit $ac_status); } && {
4485 test -z "$ac_c_werror_flag" ||
4486 test ! -s conftest.err
4487 } && test -s conftest
$ac_exeext &&
4488 $as_test_x conftest
$ac_exeext; then
4489 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4491 echo "$as_me: failed program was:" >&5
4492 sed 's/^/| /' conftest.
$ac_ext >&5
4494 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4497 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4498 conftest
$ac_exeext conftest.
$ac_ext
4499 LIBS
=$ac_check_lib_save_LIBS
4501 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4502 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4503 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4504 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4510 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4511 conftest
$ac_exeext conftest.
$ac_ext
4512 LIBS
="$ac_xsave_LIBS"
4514 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4515 # to get the SysV transport functions.
4516 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4518 # The nsl library prevents programs from opening the X display
4519 # on Irix 5.2, according to T.E. Dickey.
4520 # The functions gethostbyname, getservbyname, and inet_addr are
4521 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4522 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4523 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4524 if test "${ac_cv_func_gethostbyname+set}" = set; then
4525 echo $ECHO_N "(cached) $ECHO_C" >&6
4527 cat >conftest.
$ac_ext <<_ACEOF
4530 cat confdefs.h
>>conftest.
$ac_ext
4531 cat >>conftest.
$ac_ext <<_ACEOF
4532 /* end confdefs.h. */
4533 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4535 #define gethostbyname innocuous_gethostbyname
4537 /* System header to define __stub macros and hopefully few prototypes,
4538 which can conflict with char gethostbyname (); below.
4539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4540 <limits.h> exists even on freestanding compilers. */
4543 # include <limits.h>
4545 # include <assert.h>
4548 #undef gethostbyname
4550 /* Override any GCC internal prototype to avoid an error.
4551 Use char because int might match the return type of a GCC
4552 builtin and then its argument prototype would still apply. */
4556 char gethostbyname ();
4557 /* The GNU C library defines this for functions which it implements
4558 to always fail with ENOSYS. Some functions are actually named
4559 something starting with __ and the normal name is an alias. */
4560 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4567 return gethostbyname ();
4572 rm -f conftest.
$ac_objext conftest
$ac_exeext
4573 if { (ac_try
="$ac_link"
4575 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4576 *) ac_try_echo=$ac_try;;
4578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4579 (eval "$ac_link") 2>conftest.er1
4581 grep -v '^ *+' conftest.er1 >conftest.err
4583 cat conftest.err >&5
4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4585 (exit $ac_status); } && {
4586 test -z "$ac_c_werror_flag" ||
4587 test ! -s conftest.err
4588 } && test -s conftest$ac_exeext &&
4589 $as_test_x conftest$ac_exeext; then
4590 ac_cv_func_gethostbyname=yes
4592 echo "$as_me: failed program was:" >&5
4593 sed 's/^/| /' conftest.$ac_ext >&5
4595 ac_cv_func_gethostbyname=no
4598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4599 conftest$ac_exeext conftest.$ac_ext
4601 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4602 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4604 if test $ac_cv_func_gethostbyname = no; then
4605 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4606 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4607 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4608 echo $ECHO_N "(cached) $ECHO_C" >&6
4610 ac_check_lib_save_LIBS=$LIBS
4612 cat >conftest.$ac_ext <<_ACEOF
4615 cat confdefs.h >>conftest.$ac_ext
4616 cat >>conftest.$ac_ext <<_ACEOF
4617 /* end confdefs.h. */
4619 /* Override any GCC internal prototype to avoid an error.
4620 Use char because int might match the return type of a GCC
4621 builtin and then its argument prototype would still apply. */
4625 char gethostbyname ();
4629 return gethostbyname ();
4634 rm -f conftest.$ac_objext conftest$ac_exeext
4635 if { (ac_try="$ac_link"
4637 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4638 *) ac_try_echo
=$ac_try;;
4640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4641 (eval "$ac_link") 2>conftest.er1
4643 grep -v '^ *+' conftest.er1
>conftest.err
4645 cat conftest.err
>&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); } && {
4648 test -z "$ac_c_werror_flag" ||
4649 test ! -s conftest.err
4650 } && test -s conftest
$ac_exeext &&
4651 $as_test_x conftest
$ac_exeext; then
4652 ac_cv_lib_nsl_gethostbyname
=yes
4654 echo "$as_me: failed program was:" >&5
4655 sed 's/^/| /' conftest.
$ac_ext >&5
4657 ac_cv_lib_nsl_gethostbyname
=no
4660 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4661 conftest
$ac_exeext conftest.
$ac_ext
4662 LIBS
=$ac_check_lib_save_LIBS
4664 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4665 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4666 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4667 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4670 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4671 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4672 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4673 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 ac_check_lib_save_LIBS
=$LIBS
4678 cat >conftest.
$ac_ext <<_ACEOF
4681 cat confdefs.h
>>conftest.
$ac_ext
4682 cat >>conftest.
$ac_ext <<_ACEOF
4683 /* end confdefs.h. */
4685 /* Override any GCC internal prototype to avoid an error.
4686 Use char because int might match the return type of a GCC
4687 builtin and then its argument prototype would still apply. */
4691 char gethostbyname ();
4695 return gethostbyname ();
4700 rm -f conftest.
$ac_objext conftest
$ac_exeext
4701 if { (ac_try
="$ac_link"
4703 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4704 *) ac_try_echo=$ac_try;;
4706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4707 (eval "$ac_link") 2>conftest.er1
4709 grep -v '^ *+' conftest.er1 >conftest.err
4711 cat conftest.err >&5
4712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4713 (exit $ac_status); } && {
4714 test -z "$ac_c_werror_flag" ||
4715 test ! -s conftest.err
4716 } && test -s conftest$ac_exeext &&
4717 $as_test_x conftest$ac_exeext; then
4718 ac_cv_lib_bsd_gethostbyname=yes
4720 echo "$as_me: failed program was:" >&5
4721 sed 's/^/| /' conftest.$ac_ext >&5
4723 ac_cv_lib_bsd_gethostbyname=no
4726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4727 conftest$ac_exeext conftest.$ac_ext
4728 LIBS=$ac_check_lib_save_LIBS
4730 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4731 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4732 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4733 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4739 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4740 # socket/setsockopt and other routines are undefined under SCO ODT
4741 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4742 # on later versions), says Simon Leinen: it contains gethostby*
4743 # variants that don't use the name server (or something). -lsocket
4744 # must be given before -lnsl if both are needed. We assume that
4745 # if connect needs -lnsl, so does gethostbyname.
4746 { echo "$as_me:$LINENO: checking for connect" >&5
4747 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4748 if test "${ac_cv_func_connect+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4751 cat >conftest.$ac_ext <<_ACEOF
4754 cat confdefs.h >>conftest.$ac_ext
4755 cat >>conftest.$ac_ext <<_ACEOF
4756 /* end confdefs.h. */
4757 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4758 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4759 #define connect innocuous_connect
4761 /* System header to define __stub macros and hopefully few prototypes,
4762 which can conflict with char connect (); below.
4763 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4764 <limits.h> exists even on freestanding compilers. */
4767 # include <limits.h>
4769 # include <assert.h>
4774 /* Override any GCC internal prototype to avoid an error.
4775 Use char because int might match the return type of a GCC
4776 builtin and then its argument prototype would still apply. */
4781 /* The GNU C library defines this for functions which it implements
4782 to always fail with ENOSYS. Some functions are actually named
4783 something starting with __ and the normal name is an alias. */
4784 #if defined __stub_connect || defined __stub___connect
4796 rm -f conftest.$ac_objext conftest$ac_exeext
4797 if { (ac_try="$ac_link"
4799 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4800 *) ac_try_echo
=$ac_try;;
4802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4803 (eval "$ac_link") 2>conftest.er1
4805 grep -v '^ *+' conftest.er1
>conftest.err
4807 cat conftest.err
>&5
4808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809 (exit $ac_status); } && {
4810 test -z "$ac_c_werror_flag" ||
4811 test ! -s conftest.err
4812 } && test -s conftest
$ac_exeext &&
4813 $as_test_x conftest
$ac_exeext; then
4814 ac_cv_func_connect
=yes
4816 echo "$as_me: failed program was:" >&5
4817 sed 's/^/| /' conftest.
$ac_ext >&5
4819 ac_cv_func_connect
=no
4822 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4823 conftest
$ac_exeext conftest.
$ac_ext
4825 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4826 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4828 if test $ac_cv_func_connect = no
; then
4829 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4830 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4831 if test "${ac_cv_lib_socket_connect+set}" = set; then
4832 echo $ECHO_N "(cached) $ECHO_C" >&6
4834 ac_check_lib_save_LIBS
=$LIBS
4835 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4836 cat >conftest.
$ac_ext <<_ACEOF
4839 cat confdefs.h
>>conftest.
$ac_ext
4840 cat >>conftest.
$ac_ext <<_ACEOF
4841 /* end confdefs.h. */
4843 /* Override any GCC internal prototype to avoid an error.
4844 Use char because int might match the return type of a GCC
4845 builtin and then its argument prototype would still apply. */
4858 rm -f conftest.
$ac_objext conftest
$ac_exeext
4859 if { (ac_try
="$ac_link"
4861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4862 *) ac_try_echo=$ac_try;;
4864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4865 (eval "$ac_link") 2>conftest.er1
4867 grep -v '^ *+' conftest.er1 >conftest.err
4869 cat conftest.err >&5
4870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4871 (exit $ac_status); } && {
4872 test -z "$ac_c_werror_flag" ||
4873 test ! -s conftest.err
4874 } && test -s conftest$ac_exeext &&
4875 $as_test_x conftest$ac_exeext; then
4876 ac_cv_lib_socket_connect=yes
4878 echo "$as_me: failed program was:" >&5
4879 sed 's/^/| /' conftest.$ac_ext >&5
4881 ac_cv_lib_socket_connect=no
4884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4885 conftest$ac_exeext conftest.$ac_ext
4886 LIBS=$ac_check_lib_save_LIBS
4888 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4889 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4890 if test $ac_cv_lib_socket_connect = yes; then
4891 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4896 # Guillermo Gomez says -lposix is necessary on A/UX.
4897 { echo "$as_me:$LINENO: checking for remove" >&5
4898 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4899 if test "${ac_cv_func_remove+set}" = set; then
4900 echo $ECHO_N "(cached) $ECHO_C" >&6
4902 cat >conftest.$ac_ext <<_ACEOF
4905 cat confdefs.h >>conftest.$ac_ext
4906 cat >>conftest.$ac_ext <<_ACEOF
4907 /* end confdefs.h. */
4908 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4910 #define remove innocuous_remove
4912 /* System header to define __stub macros and hopefully few prototypes,
4913 which can conflict with char remove (); below.
4914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4915 <limits.h> exists even on freestanding compilers. */
4918 # include <limits.h>
4920 # include <assert.h>
4925 /* Override any GCC internal prototype to avoid an error.
4926 Use char because int might match the return type of a GCC
4927 builtin and then its argument prototype would still apply. */
4932 /* The GNU C library defines this for functions which it implements
4933 to always fail with ENOSYS. Some functions are actually named
4934 something starting with __ and the normal name is an alias. */
4935 #if defined __stub_remove || defined __stub___remove
4947 rm -f conftest.$ac_objext conftest$ac_exeext
4948 if { (ac_try="$ac_link"
4950 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4951 *) ac_try_echo
=$ac_try;;
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4954 (eval "$ac_link") 2>conftest.er1
4956 grep -v '^ *+' conftest.er1
>conftest.err
4958 cat conftest.err
>&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest
$ac_exeext &&
4964 $as_test_x conftest
$ac_exeext; then
4965 ac_cv_func_remove
=yes
4967 echo "$as_me: failed program was:" >&5
4968 sed 's/^/| /' conftest.
$ac_ext >&5
4970 ac_cv_func_remove
=no
4973 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4974 conftest
$ac_exeext conftest.
$ac_ext
4976 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4977 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4979 if test $ac_cv_func_remove = no
; then
4980 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4981 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4982 if test "${ac_cv_lib_posix_remove+set}" = set; then
4983 echo $ECHO_N "(cached) $ECHO_C" >&6
4985 ac_check_lib_save_LIBS
=$LIBS
4986 LIBS
="-lposix $LIBS"
4987 cat >conftest.
$ac_ext <<_ACEOF
4990 cat confdefs.h
>>conftest.
$ac_ext
4991 cat >>conftest.
$ac_ext <<_ACEOF
4992 /* end confdefs.h. */
4994 /* Override any GCC internal prototype to avoid an error.
4995 Use char because int might match the return type of a GCC
4996 builtin and then its argument prototype would still apply. */
5009 rm -f conftest.
$ac_objext conftest
$ac_exeext
5010 if { (ac_try
="$ac_link"
5012 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5013 *) ac_try_echo=$ac_try;;
5015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5016 (eval "$ac_link") 2>conftest.er1
5018 grep -v '^ *+' conftest.er1 >conftest.err
5020 cat conftest.err >&5
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); } && {
5023 test -z "$ac_c_werror_flag" ||
5024 test ! -s conftest.err
5025 } && test -s conftest$ac_exeext &&
5026 $as_test_x conftest$ac_exeext; then
5027 ac_cv_lib_posix_remove=yes
5029 echo "$as_me: failed program was:" >&5
5030 sed 's/^/| /' conftest.$ac_ext >&5
5032 ac_cv_lib_posix_remove=no
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5040 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5041 if test $ac_cv_lib_posix_remove = yes; then
5042 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5047 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5048 { echo "$as_me:$LINENO: checking for shmat" >&5
5049 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5050 if test "${ac_cv_func_shmat+set}" = set; then
5051 echo $ECHO_N "(cached) $ECHO_C" >&6
5053 cat >conftest.$ac_ext <<_ACEOF
5056 cat confdefs.h >>conftest.$ac_ext
5057 cat >>conftest.$ac_ext <<_ACEOF
5058 /* end confdefs.h. */
5059 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5061 #define shmat innocuous_shmat
5063 /* System header to define __stub macros and hopefully few prototypes,
5064 which can conflict with char shmat (); below.
5065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5066 <limits.h> exists even on freestanding compilers. */
5069 # include <limits.h>
5071 # include <assert.h>
5076 /* Override any GCC internal prototype to avoid an error.
5077 Use char because int might match the return type of a GCC
5078 builtin and then its argument prototype would still apply. */
5083 /* The GNU C library defines this for functions which it implements
5084 to always fail with ENOSYS. Some functions are actually named
5085 something starting with __ and the normal name is an alias. */
5086 #if defined __stub_shmat || defined __stub___shmat
5098 rm -f conftest.$ac_objext conftest$ac_exeext
5099 if { (ac_try="$ac_link"
5101 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5102 *) ac_try_echo
=$ac_try;;
5104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5105 (eval "$ac_link") 2>conftest.er1
5107 grep -v '^ *+' conftest.er1
>conftest.err
5109 cat conftest.err
>&5
5110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5111 (exit $ac_status); } && {
5112 test -z "$ac_c_werror_flag" ||
5113 test ! -s conftest.err
5114 } && test -s conftest
$ac_exeext &&
5115 $as_test_x conftest
$ac_exeext; then
5116 ac_cv_func_shmat
=yes
5118 echo "$as_me: failed program was:" >&5
5119 sed 's/^/| /' conftest.
$ac_ext >&5
5124 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5125 conftest
$ac_exeext conftest.
$ac_ext
5127 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5128 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5130 if test $ac_cv_func_shmat = no
; then
5131 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5132 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5133 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5134 echo $ECHO_N "(cached) $ECHO_C" >&6
5136 ac_check_lib_save_LIBS
=$LIBS
5138 cat >conftest.
$ac_ext <<_ACEOF
5141 cat confdefs.h
>>conftest.
$ac_ext
5142 cat >>conftest.
$ac_ext <<_ACEOF
5143 /* end confdefs.h. */
5145 /* Override any GCC internal prototype to avoid an error.
5146 Use char because int might match the return type of a GCC
5147 builtin and then its argument prototype would still apply. */
5160 rm -f conftest.
$ac_objext conftest
$ac_exeext
5161 if { (ac_try
="$ac_link"
5163 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5164 *) ac_try_echo=$ac_try;;
5166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5167 (eval "$ac_link") 2>conftest.er1
5169 grep -v '^ *+' conftest.er1 >conftest.err
5171 cat conftest.err >&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); } && {
5174 test -z "$ac_c_werror_flag" ||
5175 test ! -s conftest.err
5176 } && test -s conftest$ac_exeext &&
5177 $as_test_x conftest$ac_exeext; then
5178 ac_cv_lib_ipc_shmat=yes
5180 echo "$as_me: failed program was:" >&5
5181 sed 's/^/| /' conftest.$ac_ext >&5
5183 ac_cv_lib_ipc_shmat=no
5186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5187 conftest$ac_exeext conftest.$ac_ext
5188 LIBS=$ac_check_lib_save_LIBS
5190 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5191 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5192 if test $ac_cv_lib_ipc_shmat = yes; then
5193 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5199 # Check for libraries that X11R6 Xt/Xaw programs need.
5200 ac_save_LDFLAGS=$LDFLAGS
5201 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5202 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5203 # check for ICE first), but we must link in the order -lSM -lICE or
5204 # we get undefined symbols. So assume we have SM if we have ICE.
5205 # These have to be linked with before -lX11, unlike the other
5206 # libraries we check for below, so use a different variable.
5207 # John Interrante, Karl Berry
5208 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5209 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5210 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5211 echo $ECHO_N "(cached) $ECHO_C" >&6
5213 ac_check_lib_save_LIBS=$LIBS
5214 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5215 cat >conftest.$ac_ext <<_ACEOF
5218 cat confdefs.h >>conftest.$ac_ext
5219 cat >>conftest.$ac_ext <<_ACEOF
5220 /* end confdefs.h. */
5222 /* Override any GCC internal prototype to avoid an error.
5223 Use char because int might match the return type of a GCC
5224 builtin and then its argument prototype would still apply. */
5228 char IceConnectionNumber ();
5232 return IceConnectionNumber ();
5237 rm -f conftest.$ac_objext conftest$ac_exeext
5238 if { (ac_try="$ac_link"
5240 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5241 *) ac_try_echo
=$ac_try;;
5243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5244 (eval "$ac_link") 2>conftest.er1
5246 grep -v '^ *+' conftest.er1
>conftest.err
5248 cat conftest.err
>&5
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); } && {
5251 test -z "$ac_c_werror_flag" ||
5252 test ! -s conftest.err
5253 } && test -s conftest
$ac_exeext &&
5254 $as_test_x conftest
$ac_exeext; then
5255 ac_cv_lib_ICE_IceConnectionNumber
=yes
5257 echo "$as_me: failed program was:" >&5
5258 sed 's/^/| /' conftest.
$ac_ext >&5
5260 ac_cv_lib_ICE_IceConnectionNumber
=no
5263 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5264 conftest
$ac_exeext conftest.
$ac_ext
5265 LIBS
=$ac_check_lib_save_LIBS
5267 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5268 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5269 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5270 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5273 LDFLAGS
=$ac_save_LDFLAGS
5280 # Extract the first word of "$ac_prog", so it can be a program name with args.
5281 set dummy
$ac_prog; ac_word
=$2
5282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5284 if test "${ac_cv_prog_FLEX+set}" = set; then
5285 echo $ECHO_N "(cached) $ECHO_C" >&6
5287 if test -n "$FLEX"; then
5288 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5290 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5294 test -z "$as_dir" && as_dir
=.
5295 for ac_exec_ext
in '' $ac_executable_extensions; do
5296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5297 ac_cv_prog_FLEX
="$ac_prog"
5298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5307 FLEX
=$ac_cv_prog_FLEX
5308 if test -n "$FLEX"; then
5309 { echo "$as_me:$LINENO: result: $FLEX" >&5
5310 echo "${ECHO_T}$FLEX" >&6; }
5312 { echo "$as_me:$LINENO: result: no" >&5
5313 echo "${ECHO_T}no" >&6; }
5317 test -n "$FLEX" && break
5319 test -n "$FLEX" || FLEX
="none"
5321 if test "$FLEX" = "none"
5323 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5324 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5325 { (exit 1); exit 1; }; }
5328 for ac_prog
in bison
5330 # Extract the first word of "$ac_prog", so it can be a program name with args.
5331 set dummy
$ac_prog; ac_word
=$2
5332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5334 if test "${ac_cv_prog_BISON+set}" = set; then
5335 echo $ECHO_N "(cached) $ECHO_C" >&6
5337 if test -n "$BISON"; then
5338 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5344 test -z "$as_dir" && as_dir
=.
5345 for ac_exec_ext
in '' $ac_executable_extensions; do
5346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5347 ac_cv_prog_BISON
="$ac_prog"
5348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 BISON
=$ac_cv_prog_BISON
5358 if test -n "$BISON"; then
5359 { echo "$as_me:$LINENO: result: $BISON" >&5
5360 echo "${ECHO_T}$BISON" >&6; }
5362 { echo "$as_me:$LINENO: result: no" >&5
5363 echo "${ECHO_T}no" >&6; }
5367 test -n "$BISON" && break
5369 test -n "$BISON" || BISON
="none"
5371 if test "$BISON" = "none"
5373 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5374 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5375 { (exit 1); exit 1; }; }
5378 if test -n "$ac_tool_prefix"; then
5379 for ac_prog
in gas as
5381 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5382 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5385 if test "${ac_cv_prog_AS+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5388 if test -n "$AS"; then
5389 ac_cv_prog_AS
="$AS" # Let the user override the test.
5391 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5395 test -z "$as_dir" && as_dir
=.
5396 for ac_exec_ext
in '' $ac_executable_extensions; do
5397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5398 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5409 if test -n "$AS"; then
5410 { echo "$as_me:$LINENO: result: $AS" >&5
5411 echo "${ECHO_T}$AS" >&6; }
5413 { echo "$as_me:$LINENO: result: no" >&5
5414 echo "${ECHO_T}no" >&6; }
5418 test -n "$AS" && break
5421 if test -z "$AS"; then
5423 for ac_prog
in gas as
5425 # Extract the first word of "$ac_prog", so it can be a program name with args.
5426 set dummy
$ac_prog; ac_word
=$2
5427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5429 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5432 if test -n "$ac_ct_AS"; then
5433 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5435 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5439 test -z "$as_dir" && as_dir
=.
5440 for ac_exec_ext
in '' $ac_executable_extensions; do
5441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5442 ac_cv_prog_ac_ct_AS
="$ac_prog"
5443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5452 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5453 if test -n "$ac_ct_AS"; then
5454 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5455 echo "${ECHO_T}$ac_ct_AS" >&6; }
5457 { echo "$as_me:$LINENO: result: no" >&5
5458 echo "${ECHO_T}no" >&6; }
5462 test -n "$ac_ct_AS" && break
5465 if test "x$ac_ct_AS" = x
; then
5468 case $cross_compiling:$ac_tool_warned in
5470 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5471 whose name does not start with the host triplet. If you think this
5472 configuration is useful to you, please write to autoconf@gnu.org." >&5
5473 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet. If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5476 ac_tool_warned
=yes ;;
5482 if test -n "$ac_tool_prefix"; then
5483 for ac_prog
in ld gld
5485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5486 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5489 if test "${ac_cv_prog_LD+set}" = set; then
5490 echo $ECHO_N "(cached) $ECHO_C" >&6
5492 if test -n "$LD"; then
5493 ac_cv_prog_LD
="$LD" # Let the user override the test.
5495 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5499 test -z "$as_dir" && as_dir
=.
5500 for ac_exec_ext
in '' $ac_executable_extensions; do
5501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5513 if test -n "$LD"; then
5514 { echo "$as_me:$LINENO: result: $LD" >&5
5515 echo "${ECHO_T}$LD" >&6; }
5517 { echo "$as_me:$LINENO: result: no" >&5
5518 echo "${ECHO_T}no" >&6; }
5522 test -n "$LD" && break
5525 if test -z "$LD"; then
5527 for ac_prog
in ld gld
5529 # Extract the first word of "$ac_prog", so it can be a program name with args.
5530 set dummy
$ac_prog; ac_word
=$2
5531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5533 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5534 echo $ECHO_N "(cached) $ECHO_C" >&6
5536 if test -n "$ac_ct_LD"; then
5537 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5539 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5543 test -z "$as_dir" && as_dir
=.
5544 for ac_exec_ext
in '' $ac_executable_extensions; do
5545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5546 ac_cv_prog_ac_ct_LD
="$ac_prog"
5547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5556 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5557 if test -n "$ac_ct_LD"; then
5558 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5559 echo "${ECHO_T}$ac_ct_LD" >&6; }
5561 { echo "$as_me:$LINENO: result: no" >&5
5562 echo "${ECHO_T}no" >&6; }
5566 test -n "$ac_ct_LD" && break
5569 if test "x$ac_ct_LD" = x
; then
5572 case $cross_compiling:$ac_tool_warned in
5574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5575 whose name does not start with the host triplet. If you think this
5576 configuration is useful to you, please write to autoconf@gnu.org." >&5
5577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5578 whose name does not start with the host triplet. If you think this
5579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5580 ac_tool_warned
=yes ;;
5586 if test -n "$ac_tool_prefix"; then
5587 for ac_prog
in nm gnm
5589 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5590 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5593 if test "${ac_cv_prog_NM+set}" = set; then
5594 echo $ECHO_N "(cached) $ECHO_C" >&6
5596 if test -n "$NM"; then
5597 ac_cv_prog_NM
="$NM" # Let the user override the test.
5599 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5603 test -z "$as_dir" && as_dir
=.
5604 for ac_exec_ext
in '' $ac_executable_extensions; do
5605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5606 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617 if test -n "$NM"; then
5618 { echo "$as_me:$LINENO: result: $NM" >&5
5619 echo "${ECHO_T}$NM" >&6; }
5621 { echo "$as_me:$LINENO: result: no" >&5
5622 echo "${ECHO_T}no" >&6; }
5626 test -n "$NM" && break
5629 if test -z "$NM"; then
5631 for ac_prog
in nm gnm
5633 # Extract the first word of "$ac_prog", so it can be a program name with args.
5634 set dummy
$ac_prog; ac_word
=$2
5635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5637 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5638 echo $ECHO_N "(cached) $ECHO_C" >&6
5640 if test -n "$ac_ct_NM"; then
5641 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5647 test -z "$as_dir" && as_dir
=.
5648 for ac_exec_ext
in '' $ac_executable_extensions; do
5649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5650 ac_cv_prog_ac_ct_NM
="$ac_prog"
5651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5660 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5661 if test -n "$ac_ct_NM"; then
5662 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5663 echo "${ECHO_T}$ac_ct_NM" >&6; }
5665 { echo "$as_me:$LINENO: result: no" >&5
5666 echo "${ECHO_T}no" >&6; }
5670 test -n "$ac_ct_NM" && break
5673 if test "x$ac_ct_NM" = x
; then
5676 case $cross_compiling:$ac_tool_warned in
5678 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5679 whose name does not start with the host triplet. If you think this
5680 configuration is useful to you, please write to autoconf@gnu.org." >&5
5681 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5682 whose name does not start with the host triplet. If you think this
5683 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5684 ac_tool_warned
=yes ;;
5690 if test -n "$ac_tool_prefix"; then
5691 for ac_prog
in ar gar
5693 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5694 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5695 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5697 if test "${ac_cv_prog_AR+set}" = set; then
5698 echo $ECHO_N "(cached) $ECHO_C" >&6
5700 if test -n "$AR"; then
5701 ac_cv_prog_AR
="$AR" # Let the user override the test.
5703 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5707 test -z "$as_dir" && as_dir
=.
5708 for ac_exec_ext
in '' $ac_executable_extensions; do
5709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5710 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5721 if test -n "$AR"; then
5722 { echo "$as_me:$LINENO: result: $AR" >&5
5723 echo "${ECHO_T}$AR" >&6; }
5725 { echo "$as_me:$LINENO: result: no" >&5
5726 echo "${ECHO_T}no" >&6; }
5730 test -n "$AR" && break
5733 if test -z "$AR"; then
5735 for ac_prog
in ar gar
5737 # Extract the first word of "$ac_prog", so it can be a program name with args.
5738 set dummy
$ac_prog; ac_word
=$2
5739 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5741 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5742 echo $ECHO_N "(cached) $ECHO_C" >&6
5744 if test -n "$ac_ct_AR"; then
5745 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5747 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5751 test -z "$as_dir" && as_dir
=.
5752 for ac_exec_ext
in '' $ac_executable_extensions; do
5753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5754 ac_cv_prog_ac_ct_AR
="$ac_prog"
5755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5764 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5765 if test -n "$ac_ct_AR"; then
5766 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5767 echo "${ECHO_T}$ac_ct_AR" >&6; }
5769 { echo "$as_me:$LINENO: result: no" >&5
5770 echo "${ECHO_T}no" >&6; }
5774 test -n "$ac_ct_AR" && break
5777 if test "x$ac_ct_AR" = x
; then
5780 case $cross_compiling:$ac_tool_warned in
5782 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5783 whose name does not start with the host triplet. If you think this
5784 configuration is useful to you, please write to autoconf@gnu.org." >&5
5785 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5786 whose name does not start with the host triplet. If you think this
5787 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5788 ac_tool_warned
=yes ;;
5796 if test -n "$ac_tool_prefix"; then
5797 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5798 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5799 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5801 if test "${ac_cv_prog_RANLIB+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6
5804 if test -n "$RANLIB"; then
5805 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5807 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5811 test -z "$as_dir" && as_dir
=.
5812 for ac_exec_ext
in '' $ac_executable_extensions; do
5813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5814 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5824 RANLIB
=$ac_cv_prog_RANLIB
5825 if test -n "$RANLIB"; then
5826 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5827 echo "${ECHO_T}$RANLIB" >&6; }
5829 { echo "$as_me:$LINENO: result: no" >&5
5830 echo "${ECHO_T}no" >&6; }
5835 if test -z "$ac_cv_prog_RANLIB"; then
5836 ac_ct_RANLIB
=$RANLIB
5837 # Extract the first word of "ranlib", so it can be a program name with args.
5838 set dummy ranlib
; ac_word
=$2
5839 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5841 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5842 echo $ECHO_N "(cached) $ECHO_C" >&6
5844 if test -n "$ac_ct_RANLIB"; then
5845 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5847 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5851 test -z "$as_dir" && as_dir
=.
5852 for ac_exec_ext
in '' $ac_executable_extensions; do
5853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5854 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5864 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5865 if test -n "$ac_ct_RANLIB"; then
5866 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5867 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5869 { echo "$as_me:$LINENO: result: no" >&5
5870 echo "${ECHO_T}no" >&6; }
5873 if test "x$ac_ct_RANLIB" = x
; then
5876 case $cross_compiling:$ac_tool_warned in
5878 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5879 whose name does not start with the host triplet. If you think this
5880 configuration is useful to you, please write to autoconf@gnu.org." >&5
5881 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5882 whose name does not start with the host triplet. If you think this
5883 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5884 ac_tool_warned
=yes ;;
5886 RANLIB
=$ac_ct_RANLIB
5889 RANLIB
="$ac_cv_prog_RANLIB"
5892 if test -n "$ac_tool_prefix"; then
5893 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5894 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5897 if test "${ac_cv_prog_STRIP+set}" = set; then
5898 echo $ECHO_N "(cached) $ECHO_C" >&6
5900 if test -n "$STRIP"; then
5901 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5903 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5907 test -z "$as_dir" && as_dir
=.
5908 for ac_exec_ext
in '' $ac_executable_extensions; do
5909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5910 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 STRIP
=$ac_cv_prog_STRIP
5921 if test -n "$STRIP"; then
5922 { echo "$as_me:$LINENO: result: $STRIP" >&5
5923 echo "${ECHO_T}$STRIP" >&6; }
5925 { echo "$as_me:$LINENO: result: no" >&5
5926 echo "${ECHO_T}no" >&6; }
5931 if test -z "$ac_cv_prog_STRIP"; then
5933 # Extract the first word of "strip", so it can be a program name with args.
5934 set dummy strip
; ac_word
=$2
5935 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5937 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5938 echo $ECHO_N "(cached) $ECHO_C" >&6
5940 if test -n "$ac_ct_STRIP"; then
5941 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5943 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5947 test -z "$as_dir" && as_dir
=.
5948 for ac_exec_ext
in '' $ac_executable_extensions; do
5949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5950 ac_cv_prog_ac_ct_STRIP
="strip"
5951 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5961 if test -n "$ac_ct_STRIP"; then
5962 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5963 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5965 { echo "$as_me:$LINENO: result: no" >&5
5966 echo "${ECHO_T}no" >&6; }
5969 if test "x$ac_ct_STRIP" = x
; then
5972 case $cross_compiling:$ac_tool_warned in
5974 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5975 whose name does not start with the host triplet. If you think this
5976 configuration is useful to you, please write to autoconf@gnu.org." >&5
5977 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5978 whose name does not start with the host triplet. If you think this
5979 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5980 ac_tool_warned
=yes ;;
5985 STRIP
="$ac_cv_prog_STRIP"
5988 if test -n "$ac_tool_prefix"; then
5989 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5990 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5991 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5992 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5993 if test "${ac_cv_prog_WINDRES+set}" = set; then
5994 echo $ECHO_N "(cached) $ECHO_C" >&6
5996 if test -n "$WINDRES"; then
5997 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5999 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6003 test -z "$as_dir" && as_dir
=.
6004 for ac_exec_ext
in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
6007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 WINDRES
=$ac_cv_prog_WINDRES
6017 if test -n "$WINDRES"; then
6018 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6019 echo "${ECHO_T}$WINDRES" >&6; }
6021 { echo "$as_me:$LINENO: result: no" >&5
6022 echo "${ECHO_T}no" >&6; }
6027 if test -z "$ac_cv_prog_WINDRES"; then
6028 ac_ct_WINDRES
=$WINDRES
6029 # Extract the first word of "windres", so it can be a program name with args.
6030 set dummy windres
; ac_word
=$2
6031 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6033 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6
6036 if test -n "$ac_ct_WINDRES"; then
6037 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6039 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6043 test -z "$as_dir" && as_dir
=.
6044 for ac_exec_ext
in '' $ac_executable_extensions; do
6045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6046 ac_cv_prog_ac_ct_WINDRES
="windres"
6047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6056 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6057 if test -n "$ac_ct_WINDRES"; then
6058 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6059 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6061 { echo "$as_me:$LINENO: result: no" >&5
6062 echo "${ECHO_T}no" >&6; }
6065 if test "x$ac_ct_WINDRES" = x
; then
6068 case $cross_compiling:$ac_tool_warned in
6070 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6071 whose name does not start with the host triplet. If you think this
6072 configuration is useful to you, please write to autoconf@gnu.org." >&5
6073 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6074 whose name does not start with the host triplet. If you think this
6075 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6076 ac_tool_warned
=yes ;;
6078 WINDRES
=$ac_ct_WINDRES
6081 WINDRES
="$ac_cv_prog_WINDRES"
6084 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6085 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6087 if test "$LN_S" = "ln -s"; then
6088 { echo "$as_me:$LINENO: result: yes" >&5
6089 echo "${ECHO_T}yes" >&6; }
6091 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6092 echo "${ECHO_T}no, using $LN_S" >&6; }
6095 { echo "$as_me:$LINENO: checking whether ln works" >&5
6096 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6097 rm -f conf$$ conf$$.
file
6099 if ln conf$$.
file conf$$
2>/dev
/null
; then
6102 { echo "$as_me:$LINENO: result: yes" >&5
6103 echo "${ECHO_T}yes" >&6; }
6107 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6108 echo "${ECHO_T}no, using $LN" >&6; }
6110 rm -f conf$$ conf$$.
file
6111 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6112 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6113 if test "${ac_cv_path_GREP+set}" = set; then
6114 echo $ECHO_N "(cached) $ECHO_C" >&6
6116 # Extract the first word of "grep ggrep" to use in msg output
6117 if test -z "$GREP"; then
6118 set dummy
grep ggrep
; ac_prog_name
=$2
6119 if test "${ac_cv_path_GREP+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6122 ac_path_GREP_found
=false
6123 # Loop through the user's path and test for each of PROGNAME-LIST
6124 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6125 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6128 test -z "$as_dir" && as_dir
=.
6129 for ac_prog
in grep ggrep
; do
6130 for ac_exec_ext
in '' $ac_executable_extensions; do
6131 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6132 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6133 # Check for GNU ac_path_GREP and select it if it is found.
6134 # Check for GNU $ac_path_GREP
6135 case `"$ac_path_GREP" --version 2>&1` in
6137 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6140 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6143 cat "conftest.in" "conftest.in" >"conftest.tmp"
6144 mv "conftest.tmp" "conftest.in"
6145 cp "conftest.in" "conftest.nl"
6146 echo 'GREP' >> "conftest.nl"
6147 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6148 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6149 ac_count
=`expr $ac_count + 1`
6150 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6151 # Best one so far, save it but keep looking for a better one
6152 ac_cv_path_GREP
="$ac_path_GREP"
6153 ac_path_GREP_max
=$ac_count
6155 # 10*(2^10) chars as input seems more than enough
6156 test $ac_count -gt 10 && break
6158 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6162 $ac_path_GREP_found && break 3
6172 GREP
="$ac_cv_path_GREP"
6173 if test -z "$GREP"; then
6174 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6175 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6176 { (exit 1); exit 1; }; }
6180 ac_cv_path_GREP
=$GREP
6185 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6186 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6187 GREP
="$ac_cv_path_GREP"
6190 { echo "$as_me:$LINENO: checking for egrep" >&5
6191 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6192 if test "${ac_cv_path_EGREP+set}" = set; then
6193 echo $ECHO_N "(cached) $ECHO_C" >&6
6195 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6196 then ac_cv_path_EGREP
="$GREP -E"
6198 # Extract the first word of "egrep" to use in msg output
6199 if test -z "$EGREP"; then
6200 set dummy
egrep; ac_prog_name
=$2
6201 if test "${ac_cv_path_EGREP+set}" = set; then
6202 echo $ECHO_N "(cached) $ECHO_C" >&6
6204 ac_path_EGREP_found
=false
6205 # Loop through the user's path and test for each of PROGNAME-LIST
6206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6207 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6210 test -z "$as_dir" && as_dir
=.
6211 for ac_prog
in egrep; do
6212 for ac_exec_ext
in '' $ac_executable_extensions; do
6213 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6214 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6215 # Check for GNU ac_path_EGREP and select it if it is found.
6216 # Check for GNU $ac_path_EGREP
6217 case `"$ac_path_EGREP" --version 2>&1` in
6219 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6222 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6225 cat "conftest.in" "conftest.in" >"conftest.tmp"
6226 mv "conftest.tmp" "conftest.in"
6227 cp "conftest.in" "conftest.nl"
6228 echo 'EGREP' >> "conftest.nl"
6229 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6230 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6231 ac_count
=`expr $ac_count + 1`
6232 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6233 # Best one so far, save it but keep looking for a better one
6234 ac_cv_path_EGREP
="$ac_path_EGREP"
6235 ac_path_EGREP_max
=$ac_count
6237 # 10*(2^10) chars as input seems more than enough
6238 test $ac_count -gt 10 && break
6240 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6244 $ac_path_EGREP_found && break 3
6254 EGREP
="$ac_cv_path_EGREP"
6255 if test -z "$EGREP"; then
6256 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6257 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6258 { (exit 1); exit 1; }; }
6262 ac_cv_path_EGREP
=$EGREP
6268 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6269 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6270 EGREP
="$ac_cv_path_EGREP"
6273 # Extract the first word of "ldconfig", so it can be a program name with args.
6274 set dummy ldconfig
; ac_word
=$2
6275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6277 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6
6282 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6285 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6286 for as_dir
in /sbin
/usr
/sbin
$PATH
6289 test -z "$as_dir" && as_dir
=.
6290 for ac_exec_ext
in '' $ac_executable_extensions; do
6291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6292 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6304 LDCONFIG
=$ac_cv_path_LDCONFIG
6305 if test -n "$LDCONFIG"; then
6306 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6307 echo "${ECHO_T}$LDCONFIG" >&6; }
6309 { echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6; }
6314 # Find a good install program. We prefer a C program (faster),
6315 # so one script is as good as another. But avoid the broken or
6316 # incompatible versions:
6317 # SysV /etc/install, /usr/sbin/install
6318 # SunOS /usr/etc/install
6319 # IRIX /sbin/install
6321 # AmigaOS /C/install, which installs bootblocks on floppy discs
6322 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6323 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6324 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6325 # OS/2's system install, which has a completely different semantic
6326 # ./install, which can be erroneously created by make from ./install.sh.
6327 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6328 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6329 if test -z "$INSTALL"; then
6330 if test "${ac_cv_path_install+set}" = set; then
6331 echo $ECHO_N "(cached) $ECHO_C" >&6
6333 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6337 test -z "$as_dir" && as_dir
=.
6338 # Account for people who put trailing slashes in PATH elements.
6340 .
/ | .
// |
/cC
/* | \
6341 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6342 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6345 # OSF1 and SCO ODT 3.0 have their own names for install.
6346 # Don't use installbsd from OSF since it installs stuff as root
6348 for ac_prog
in ginstall scoinst
install; do
6349 for ac_exec_ext
in '' $ac_executable_extensions; do
6350 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6351 if test $ac_prog = install &&
6352 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6353 # AIX install. It has an incompatible calling convention.
6355 elif test $ac_prog = install &&
6356 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6357 # program-specific install script used by HP pwplus--don't use.
6360 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6373 if test "${ac_cv_path_install+set}" = set; then
6374 INSTALL
=$ac_cv_path_install
6376 # As a last resort, use the slow shell script. Don't cache a
6377 # value for INSTALL within a source directory, because that will
6378 # break other packages using the cache if that directory is
6379 # removed, or if the value is a relative name.
6380 INSTALL
=$ac_install_sh
6383 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6384 echo "${ECHO_T}$INSTALL" >&6; }
6386 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6387 # It thinks the first close brace ends the variable substitution.
6388 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6390 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6392 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6395 [\\/$
]* | ?
:[\\/]* ) ;;
6396 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6399 for ac_prog
in lclint lint
6401 # Extract the first word of "$ac_prog", so it can be a program name with args.
6402 set dummy
$ac_prog; ac_word
=$2
6403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6405 if test "${ac_cv_prog_LINT+set}" = set; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6408 if test -n "$LINT"; then
6409 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6415 test -z "$as_dir" && as_dir
=.
6416 for ac_exec_ext
in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_LINT
="$ac_prog"
6419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6428 LINT
=$ac_cv_prog_LINT
6429 if test -n "$LINT"; then
6430 { echo "$as_me:$LINENO: result: $LINT" >&5
6431 echo "${ECHO_T}$LINT" >&6; }
6433 { echo "$as_me:$LINENO: result: no" >&5
6434 echo "${ECHO_T}no" >&6; }
6438 test -n "$LINT" && break
6441 if test "$LINT" = "lint"
6443 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6448 for ac_prog
in fontforge
6450 # Extract the first word of "$ac_prog", so it can be a program name with args.
6451 set dummy
$ac_prog; ac_word
=$2
6452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6454 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6455 echo $ECHO_N "(cached) $ECHO_C" >&6
6457 if test -n "$FONTFORGE"; then
6458 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6464 test -z "$as_dir" && as_dir
=.
6465 for ac_exec_ext
in '' $ac_executable_extensions; do
6466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6467 ac_cv_prog_FONTFORGE
="$ac_prog"
6468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6477 FONTFORGE
=$ac_cv_prog_FONTFORGE
6478 if test -n "$FONTFORGE"; then
6479 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6480 echo "${ECHO_T}$FONTFORGE" >&6; }
6482 { echo "$as_me:$LINENO: result: no" >&5
6483 echo "${ECHO_T}no" >&6; }
6487 test -n "$FONTFORGE" && break
6489 test -n "$FONTFORGE" || FONTFORGE
="false"
6491 for ac_prog
in pkg-config
6493 # Extract the first word of "$ac_prog", so it can be a program name with args.
6494 set dummy
$ac_prog; ac_word
=$2
6495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6497 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6498 echo $ECHO_N "(cached) $ECHO_C" >&6
6500 if test -n "$PKG_CONFIG"; then
6501 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6503 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6507 test -z "$as_dir" && as_dir
=.
6508 for ac_exec_ext
in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6520 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6521 if test -n "$PKG_CONFIG"; then
6522 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6523 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6525 { echo "$as_me:$LINENO: result: no" >&5
6526 echo "${ECHO_T}no" >&6; }
6530 test -n "$PKG_CONFIG" && break
6532 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6536 # Extract the first word of "$ac_prog", so it can be a program name with args.
6537 set dummy
$ac_prog; ac_word
=$2
6538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6540 if test "${ac_cv_prog_RSVG+set}" = set; then
6541 echo $ECHO_N "(cached) $ECHO_C" >&6
6543 if test -n "$RSVG"; then
6544 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6546 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6550 test -z "$as_dir" && as_dir
=.
6551 for ac_exec_ext
in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_prog_RSVG
="$ac_prog"
6554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6563 RSVG
=$ac_cv_prog_RSVG
6564 if test -n "$RSVG"; then
6565 { echo "$as_me:$LINENO: result: $RSVG" >&5
6566 echo "${ECHO_T}$RSVG" >&6; }
6568 { echo "$as_me:$LINENO: result: no" >&5
6569 echo "${ECHO_T}no" >&6; }
6573 test -n "$RSVG" && break
6575 test -n "$RSVG" || RSVG
="false"
6577 for ac_prog
in icotool
6579 # Extract the first word of "$ac_prog", so it can be a program name with args.
6580 set dummy
$ac_prog; ac_word
=$2
6581 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6583 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6586 if test -n "$ICOTOOL"; then
6587 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6593 test -z "$as_dir" && as_dir
=.
6594 for ac_exec_ext
in '' $ac_executable_extensions; do
6595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6596 ac_cv_prog_ICOTOOL
="$ac_prog"
6597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6606 ICOTOOL
=$ac_cv_prog_ICOTOOL
6607 if test -n "$ICOTOOL"; then
6608 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6609 echo "${ECHO_T}$ICOTOOL" >&6; }
6611 { echo "$as_me:$LINENO: result: no" >&5
6612 echo "${ECHO_T}no" >&6; }
6616 test -n "$ICOTOOL" && break
6618 test -n "$ICOTOOL" || ICOTOOL
="false"
6621 if test "${enable_maintainer_mode+set}" = set
6623 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6624 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6625 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6630 # Extract the first word of "prelink", so it can be a program name with args.
6631 set dummy prelink
; ac_word
=$2
6632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6634 if test "${ac_cv_path_PRELINK+set}" = set; then
6635 echo $ECHO_N "(cached) $ECHO_C" >&6
6639 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6642 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6643 for as_dir
in /sbin
/usr
/sbin
$PATH
6646 test -z "$as_dir" && as_dir
=.
6647 for ac_exec_ext
in '' $ac_executable_extensions; do
6648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6649 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6657 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6661 PRELINK
=$ac_cv_path_PRELINK
6662 if test -n "$PRELINK"; then
6663 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6664 echo "${ECHO_T}$PRELINK" >&6; }
6666 { echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6; }
6676 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6677 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6678 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6679 echo $ECHO_N "(cached) $ECHO_C" >&6
6681 ac_check_lib_save_LIBS
=$LIBS
6683 cat >conftest.
$ac_ext <<_ACEOF
6686 cat confdefs.h
>>conftest.
$ac_ext
6687 cat >>conftest.
$ac_ext <<_ACEOF
6688 /* end confdefs.h. */
6690 /* Override any GCC internal prototype to avoid an error.
6691 Use char because int might match the return type of a GCC
6692 builtin and then its argument prototype would still apply. */
6696 char i386_set_ldt ();
6700 return i386_set_ldt ();
6705 rm -f conftest.
$ac_objext conftest
$ac_exeext
6706 if { (ac_try
="$ac_link"
6708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6709 *) ac_try_echo=$ac_try;;
6711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6712 (eval "$ac_link") 2>conftest.er1
6714 grep -v '^ *+' conftest.er1 >conftest.err
6716 cat conftest.err >&5
6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6718 (exit $ac_status); } && {
6719 test -z "$ac_c_werror_flag" ||
6720 test ! -s conftest.err
6721 } && test -s conftest$ac_exeext &&
6722 $as_test_x conftest$ac_exeext; then
6723 ac_cv_lib_i386_i386_set_ldt=yes
6725 echo "$as_me: failed program was:" >&5
6726 sed 's/^/| /' conftest.$ac_ext >&5
6728 ac_cv_lib_i386_i386_set_ldt=no
6731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6732 conftest$ac_exeext conftest.$ac_ext
6733 LIBS=$ac_check_lib_save_LIBS
6735 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6736 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6737 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6738 cat >>confdefs.h <<_ACEOF
6739 #define HAVE_LIBI386 1
6747 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6748 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6749 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6750 echo $ECHO_N "(cached) $ECHO_C" >&6
6752 ac_check_lib_save_LIBS=$LIBS
6753 LIBS="-lossaudio $LIBS"
6754 cat >conftest.$ac_ext <<_ACEOF
6757 cat confdefs.h >>conftest.$ac_ext
6758 cat >>conftest.$ac_ext <<_ACEOF
6759 /* end confdefs.h. */
6761 /* Override any GCC internal prototype to avoid an error.
6762 Use char because int might match the return type of a GCC
6763 builtin and then its argument prototype would still apply. */
6771 return _oss_ioctl ();
6776 rm -f conftest.$ac_objext conftest$ac_exeext
6777 if { (ac_try="$ac_link"
6779 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6780 *) ac_try_echo
=$ac_try;;
6782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6783 (eval "$ac_link") 2>conftest.er1
6785 grep -v '^ *+' conftest.er1
>conftest.err
6787 cat conftest.err
>&5
6788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6789 (exit $ac_status); } && {
6790 test -z "$ac_c_werror_flag" ||
6791 test ! -s conftest.err
6792 } && test -s conftest
$ac_exeext &&
6793 $as_test_x conftest
$ac_exeext; then
6794 ac_cv_lib_ossaudio__oss_ioctl
=yes
6796 echo "$as_me: failed program was:" >&5
6797 sed 's/^/| /' conftest.
$ac_ext >&5
6799 ac_cv_lib_ossaudio__oss_ioctl
=no
6802 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6803 conftest
$ac_exeext conftest.
$ac_ext
6804 LIBS
=$ac_check_lib_save_LIBS
6806 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6807 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6808 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6809 cat >>confdefs.h
<<_ACEOF
6810 #define HAVE_LIBOSSAUDIO 1
6813 LIBS
="-lossaudio $LIBS"
6817 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6818 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6819 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6822 ac_check_lib_save_LIBS
=$LIBS
6823 LIBS
="-lpthread $LIBS"
6824 cat >conftest.
$ac_ext <<_ACEOF
6827 cat confdefs.h
>>conftest.
$ac_ext
6828 cat >>conftest.
$ac_ext <<_ACEOF
6829 /* end confdefs.h. */
6831 /* Override any GCC internal prototype to avoid an error.
6832 Use char because int might match the return type of a GCC
6833 builtin and then its argument prototype would still apply. */
6837 char pthread_create ();
6841 return pthread_create ();
6846 rm -f conftest.
$ac_objext conftest
$ac_exeext
6847 if { (ac_try
="$ac_link"
6849 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6850 *) ac_try_echo=$ac_try;;
6852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6853 (eval "$ac_link") 2>conftest.er1
6855 grep -v '^ *+' conftest.er1 >conftest.err
6857 cat conftest.err >&5
6858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6859 (exit $ac_status); } && {
6860 test -z "$ac_c_werror_flag" ||
6861 test ! -s conftest.err
6862 } && test -s conftest$ac_exeext &&
6863 $as_test_x conftest$ac_exeext; then
6864 ac_cv_lib_pthread_pthread_create=yes
6866 echo "$as_me: failed program was:" >&5
6867 sed 's/^/| /' conftest.$ac_ext >&5
6869 ac_cv_lib_pthread_pthread_create=no
6872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6873 conftest$ac_exeext conftest.$ac_ext
6874 LIBS=$ac_check_lib_save_LIBS
6876 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6877 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6878 if test $ac_cv_lib_pthread_pthread_create = yes; then
6879 LIBPTHREAD="-lpthread"
6890 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6891 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6892 if test "${ac_cv_header_stdc+set}" = set; then
6893 echo $ECHO_N "(cached) $ECHO_C" >&6
6895 cat >conftest.$ac_ext <<_ACEOF
6898 cat confdefs.h >>conftest.$ac_ext
6899 cat >>conftest.$ac_ext <<_ACEOF
6900 /* end confdefs.h. */
6914 rm -f conftest.$ac_objext
6915 if { (ac_try="$ac_compile"
6917 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6918 *) ac_try_echo
=$ac_try;;
6920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6921 (eval "$ac_compile") 2>conftest.er1
6923 grep -v '^ *+' conftest.er1
>conftest.err
6925 cat conftest.err
>&5
6926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6927 (exit $ac_status); } && {
6928 test -z "$ac_c_werror_flag" ||
6929 test ! -s conftest.err
6930 } && test -s conftest.
$ac_objext; then
6931 ac_cv_header_stdc
=yes
6933 echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.
$ac_ext >&5
6936 ac_cv_header_stdc
=no
6939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6941 if test $ac_cv_header_stdc = yes; then
6942 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6943 cat >conftest.
$ac_ext <<_ACEOF
6946 cat confdefs.h
>>conftest.
$ac_ext
6947 cat >>conftest.
$ac_ext <<_ACEOF
6948 /* end confdefs.h. */
6952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6953 $EGREP "memchr" >/dev
/null
2>&1; then
6956 ac_cv_header_stdc
=no
6962 if test $ac_cv_header_stdc = yes; then
6963 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6964 cat >conftest.
$ac_ext <<_ACEOF
6967 cat confdefs.h
>>conftest.
$ac_ext
6968 cat >>conftest.
$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6973 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6974 $EGREP "free" >/dev
/null
2>&1; then
6977 ac_cv_header_stdc
=no
6983 if test $ac_cv_header_stdc = yes; then
6984 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6985 if test "$cross_compiling" = yes; then
6988 cat >conftest.
$ac_ext <<_ACEOF
6991 cat confdefs.h
>>conftest.
$ac_ext
6992 cat >>conftest.
$ac_ext <<_ACEOF
6993 /* end confdefs.h. */
6996 #if ((' ' & 0x0FF) == 0x020)
6997 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6998 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7000 # define ISLOWER(c) \
7001 (('a' <= (c) && (c) <= 'i') \
7002 || ('j' <= (c) && (c) <= 'r') \
7003 || ('s' <= (c) && (c) <= 'z'))
7004 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7007 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7012 for (i = 0; i < 256; i++)
7013 if (XOR (islower (i), ISLOWER (i))
7014 || toupper (i) != TOUPPER (i))
7019 rm -f conftest
$ac_exeext
7020 if { (ac_try
="$ac_link"
7022 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7023 *) ac_try_echo=$ac_try;;
7025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7026 (eval "$ac_link") 2>&5
7028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7030 { (case "(($ac_try" in
7031 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7032 *) ac_try_echo
=$ac_try;;
7034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7035 (eval "$ac_try") 2>&5
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7041 echo "$as_me: program exited with status $ac_status" >&5
7042 echo "$as_me: failed program was:" >&5
7043 sed 's/^/| /' conftest.
$ac_ext >&5
7046 ac_cv_header_stdc
=no
7048 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7054 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7055 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7056 if test $ac_cv_header_stdc = yes; then
7058 cat >>confdefs.h
<<\_ACEOF
7059 #define STDC_HEADERS 1
7064 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7074 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7075 inttypes.h stdint.h unistd.h
7077 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7078 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7080 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7083 cat >conftest.
$ac_ext <<_ACEOF
7086 cat confdefs.h
>>conftest.
$ac_ext
7087 cat >>conftest.
$ac_ext <<_ACEOF
7088 /* end confdefs.h. */
7089 $ac_includes_default
7091 #include <$ac_header>
7093 rm -f conftest.
$ac_objext
7094 if { (ac_try
="$ac_compile"
7096 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7097 *) ac_try_echo=$ac_try;;
7099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7100 (eval "$ac_compile") 2>conftest.er1
7102 grep -v '^ *+' conftest.er1 >conftest.err
7104 cat conftest.err >&5
7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7106 (exit $ac_status); } && {
7107 test -z "$ac_c_werror_flag" ||
7108 test ! -s conftest.err
7109 } && test -s conftest.$ac_objext; then
7110 eval "$as_ac_Header=yes"
7112 echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7115 eval "$as_ac_Header=no"
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7120 ac_res=`eval echo '${'$as_ac_Header'}'`
7121 { echo "$as_me:$LINENO: result: $ac_res" >&5
7122 echo "${ECHO_T}$ac_res" >&6; }
7123 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7124 cat >>confdefs.h <<_ACEOF
7125 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7245 AudioUnit/AudioUnit.h \
7247 CoreAudio/CoreAudio.h \
7248 DiskArbitration/DiskArbitration.h \
7261 fontconfig/fontconfig.h \
7287 machine/soundcard.h \
7292 netinet/in_systm.h \
7354 valgrind/memcheck.h \
7358 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7359 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7360 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7361 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7363 echo $ECHO_N "(cached) $ECHO_C" >&6
7365 ac_res=`eval echo '${'$as_ac_Header'}'`
7366 { echo "$as_me:$LINENO: result: $ac_res" >&5
7367 echo "${ECHO_T}$ac_res" >&6; }
7369 # Is the header compilable?
7370 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7371 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7372 cat >conftest.$ac_ext <<_ACEOF
7375 cat confdefs.h >>conftest.$ac_ext
7376 cat >>conftest.$ac_ext <<_ACEOF
7377 /* end confdefs.h. */
7378 $ac_includes_default
7379 #include <$ac_header>
7381 rm -f conftest.$ac_objext
7382 if { (ac_try="$ac_compile"
7384 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7385 *) ac_try_echo
=$ac_try;;
7387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7388 (eval "$ac_compile") 2>conftest.er1
7390 grep -v '^ *+' conftest.er1
>conftest.err
7392 cat conftest.err
>&5
7393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7394 (exit $ac_status); } && {
7395 test -z "$ac_c_werror_flag" ||
7396 test ! -s conftest.err
7397 } && test -s conftest.
$ac_objext; then
7398 ac_header_compiler
=yes
7400 echo "$as_me: failed program was:" >&5
7401 sed 's/^/| /' conftest.
$ac_ext >&5
7403 ac_header_compiler
=no
7406 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7407 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7408 echo "${ECHO_T}$ac_header_compiler" >&6; }
7410 # Is the header present?
7411 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7412 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7413 cat >conftest.
$ac_ext <<_ACEOF
7416 cat confdefs.h
>>conftest.
$ac_ext
7417 cat >>conftest.
$ac_ext <<_ACEOF
7418 /* end confdefs.h. */
7419 #include <$ac_header>
7421 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7423 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7424 *) ac_try_echo=$ac_try;;
7426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7427 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7429 grep -v '^ *+' conftest.er1 >conftest.err
7431 cat conftest.err >&5
7432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7433 (exit $ac_status); } >/dev/null && {
7434 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7435 test ! -s conftest.err
7437 ac_header_preproc=yes
7439 echo "$as_me: failed program was:" >&5
7440 sed 's/^/| /' conftest.$ac_ext >&5
7442 ac_header_preproc=no
7445 rm -f conftest.err conftest.$ac_ext
7446 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7447 echo "${ECHO_T}$ac_header_preproc" >&6; }
7449 # So? What about this header?
7450 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7452 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7453 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7454 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7455 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7456 ac_header_preproc=yes
7459 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7460 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7461 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7462 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7463 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7464 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7465 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7466 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7468 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7470 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7472 ## ------------------------------------ ##
7473 ## Report this to wine-devel@winehq.org ##
7474 ## ------------------------------------ ##
7476 ) | sed "s/^/$as_me: WARNING: /" >&2
7479 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7480 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7481 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7482 echo $ECHO_N "(cached) $ECHO_C" >&6
7484 eval "$as_ac_Header=\$ac_header_preproc"
7486 ac_res=`eval echo '${'$as_ac_Header'}'`
7487 { echo "$as_me:$LINENO: result: $ac_res" >&5
7488 echo "${ECHO_T}$ac_res" >&6; }
7491 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7492 cat >>confdefs.h <<_ACEOF
7493 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7500 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7501 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7502 if test "${ac_cv_header_stat_broken+set}" = set; then
7503 echo $ECHO_N "(cached) $ECHO_C" >&6
7505 cat >conftest.$ac_ext <<_ACEOF
7508 cat confdefs.h >>conftest.$ac_ext
7509 cat >>conftest.$ac_ext <<_ACEOF
7510 /* end confdefs.h. */
7511 #include <sys/types.h>
7512 #include <sys/stat.h>
7514 #if defined S_ISBLK && defined S_IFDIR
7515 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7518 #if defined S_ISBLK && defined S_IFCHR
7519 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7522 #if defined S_ISLNK && defined S_IFREG
7523 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7526 #if defined S_ISSOCK && defined S_IFREG
7527 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7531 rm -f conftest.$ac_objext
7532 if { (ac_try="$ac_compile"
7534 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7535 *) ac_try_echo
=$ac_try;;
7537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7538 (eval "$ac_compile") 2>conftest.er1
7540 grep -v '^ *+' conftest.er1
>conftest.err
7542 cat conftest.err
>&5
7543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7544 (exit $ac_status); } && {
7545 test -z "$ac_c_werror_flag" ||
7546 test ! -s conftest.err
7547 } && test -s conftest.
$ac_objext; then
7548 ac_cv_header_stat_broken
=no
7550 echo "$as_me: failed program was:" >&5
7551 sed 's/^/| /' conftest.
$ac_ext >&5
7553 ac_cv_header_stat_broken
=yes
7556 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7558 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7559 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7560 if test $ac_cv_header_stat_broken = yes; then
7562 cat >>confdefs.h
<<\_ACEOF
7563 #define STAT_MACROS_BROKEN 1
7574 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7576 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7577 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7578 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7579 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7580 echo $ECHO_N "(cached) $ECHO_C" >&6
7582 cat >conftest.
$ac_ext <<_ACEOF
7585 cat confdefs.h
>>conftest.
$ac_ext
7586 cat >>conftest.
$ac_ext <<_ACEOF
7587 /* end confdefs.h. */
7588 #include <sys/types.h>
7589 #ifdef HAVE_SYS_PARAM_H
7590 # include <sys/param.h>
7593 #include <$ac_header>
7595 rm -f conftest.
$ac_objext
7596 if { (ac_try
="$ac_compile"
7598 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7599 *) ac_try_echo=$ac_try;;
7601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7602 (eval "$ac_compile") 2>conftest.er1
7604 grep -v '^ *+' conftest.er1 >conftest.err
7606 cat conftest.err >&5
7607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7608 (exit $ac_status); } && {
7609 test -z "$ac_c_werror_flag" ||
7610 test ! -s conftest.err
7611 } && test -s conftest.$ac_objext; then
7612 eval "$as_ac_Header=yes"
7614 echo "$as_me: failed program was:" >&5
7615 sed 's/^/| /' conftest.$ac_ext >&5
7617 eval "$as_ac_Header=no"
7620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7622 ac_res=`eval echo '${'$as_ac_Header'}'`
7623 { echo "$as_me:$LINENO: result: $ac_res" >&5
7624 echo "${ECHO_T}$ac_res" >&6; }
7625 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7626 cat >>confdefs.h <<_ACEOF
7627 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7654 netinet/if_ether.h \
7662 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7663 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7664 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7665 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7666 echo $ECHO_N "(cached) $ECHO_C" >&6
7668 cat >conftest.$ac_ext <<_ACEOF
7671 cat confdefs.h >>conftest.$ac_ext
7672 cat >>conftest.$ac_ext <<_ACEOF
7673 /* end confdefs.h. */
7674 #include <sys/types.h>
7675 #ifdef HAVE_SYS_SOCKET_H
7676 # include <sys/socket.h>
7678 #ifdef HAVE_SYS_SOCKETVAR_H
7679 # include <sys/socketvar.h>
7681 #ifdef HAVE_NETINET_IN_H
7682 # include <netinet/in.h>
7684 #ifdef HAVE_NETINET_IP_H
7685 # include <netinet/ip.h>
7688 #include <$ac_header>
7690 rm -f conftest.$ac_objext
7691 if { (ac_try="$ac_compile"
7693 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7694 *) ac_try_echo
=$ac_try;;
7696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7697 (eval "$ac_compile") 2>conftest.er1
7699 grep -v '^ *+' conftest.er1
>conftest.err
7701 cat conftest.err
>&5
7702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7703 (exit $ac_status); } && {
7704 test -z "$ac_c_werror_flag" ||
7705 test ! -s conftest.err
7706 } && test -s conftest.
$ac_objext; then
7707 eval "$as_ac_Header=yes"
7709 echo "$as_me: failed program was:" >&5
7710 sed 's/^/| /' conftest.
$ac_ext >&5
7712 eval "$as_ac_Header=no"
7715 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7717 ac_res
=`eval echo '${'$as_ac_Header'}'`
7718 { echo "$as_me:$LINENO: result: $ac_res" >&5
7719 echo "${ECHO_T}$ac_res" >&6; }
7720 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7721 cat >>confdefs.h
<<_ACEOF
7722 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7734 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7736 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7737 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7738 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7739 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7740 echo $ECHO_N "(cached) $ECHO_C" >&6
7742 cat >conftest.
$ac_ext <<_ACEOF
7745 cat confdefs.h
>>conftest.
$ac_ext
7746 cat >>conftest.
$ac_ext <<_ACEOF
7747 /* end confdefs.h. */
7748 #include <sys/types.h>
7752 #ifdef HAVE_SYS_SOCKET_H
7753 # include <sys/socket.h>
7755 #ifdef HAVE_SYS_SOCKETVAR_H
7756 # include <sys/socketvar.h>
7758 #ifdef HAVE_NETINET_IN_H
7759 # include <netinet/in.h>
7761 #ifdef HAVE_NETINET_IP_H
7762 # include <netinet/ip.h>
7764 #ifdef HAVE_NETINET_IP_VAR_H
7765 # include <netinet/ip_var.h>
7767 #ifdef HAVE_NETINET_IP_ICMP_H
7768 # include <netinet/ip_icmp.h>
7770 #ifdef HAVE_NETINET_UDP_H
7771 # include <netinet/udp.h>
7773 #ifdef HAVE_NETINET_TCP_H
7774 # include <netinet/tcp.h>
7777 #include <$ac_header>
7779 rm -f conftest.
$ac_objext
7780 if { (ac_try
="$ac_compile"
7782 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7783 *) ac_try_echo=$ac_try;;
7785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7786 (eval "$ac_compile") 2>conftest.er1
7788 grep -v '^ *+' conftest.er1 >conftest.err
7790 cat conftest.err >&5
7791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7792 (exit $ac_status); } && {
7793 test -z "$ac_c_werror_flag" ||
7794 test ! -s conftest.err
7795 } && test -s conftest.$ac_objext; then
7796 eval "$as_ac_Header=yes"
7798 echo "$as_me: failed program was:" >&5
7799 sed 's/^/| /' conftest.$ac_ext >&5
7801 eval "$as_ac_Header=no"
7804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7806 ac_res=`eval echo '${'$as_ac_Header'}'`
7807 { echo "$as_me:$LINENO: result: $ac_res" >&5
7808 echo "${ECHO_T}$ac_res" >&6; }
7809 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7810 cat >>confdefs.h <<_ACEOF
7811 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7820 for ac_header in linux/ipx.h
7822 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7823 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7824 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7826 echo $ECHO_N "(cached) $ECHO_C" >&6
7828 cat >conftest.$ac_ext <<_ACEOF
7831 cat confdefs.h >>conftest.$ac_ext
7832 cat >>conftest.$ac_ext <<_ACEOF
7833 /* end confdefs.h. */
7834 #include <sys/types.h>
7835 #ifdef HAVE_ASM_TYPES_H
7836 # include <asm/types.h>
7838 #ifdef HAVE_SYS_SOCKET_H
7839 # include <sys/socket.h>
7842 #include <$ac_header>
7844 rm -f conftest.$ac_objext
7845 if { (ac_try="$ac_compile"
7847 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7848 *) ac_try_echo
=$ac_try;;
7850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7851 (eval "$ac_compile") 2>conftest.er1
7853 grep -v '^ *+' conftest.er1
>conftest.err
7855 cat conftest.err
>&5
7856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7857 (exit $ac_status); } && {
7858 test -z "$ac_c_werror_flag" ||
7859 test ! -s conftest.err
7860 } && test -s conftest.
$ac_objext; then
7861 eval "$as_ac_Header=yes"
7863 echo "$as_me: failed program was:" >&5
7864 sed 's/^/| /' conftest.
$ac_ext >&5
7866 eval "$as_ac_Header=no"
7869 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7871 ac_res
=`eval echo '${'$as_ac_Header'}'`
7872 { echo "$as_me:$LINENO: result: $ac_res" >&5
7873 echo "${ECHO_T}$ac_res" >&6; }
7874 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7875 cat >>confdefs.h
<<_ACEOF
7876 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7885 for ac_header
in resolv.h
7887 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7888 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7889 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7890 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7891 echo $ECHO_N "(cached) $ECHO_C" >&6
7893 cat >conftest.
$ac_ext <<_ACEOF
7896 cat confdefs.h
>>conftest.
$ac_ext
7897 cat >>conftest.
$ac_ext <<_ACEOF
7898 /* end confdefs.h. */
7899 #include <sys/types.h>
7900 #ifdef HAVE_SYS_SOCKET_H
7901 # include <sys/socket.h>
7903 #ifdef HAVE_NETINET_IN_H
7904 # include <netinet/in.h>
7906 #ifdef HAVE_ARPA_NAMESER_H
7907 # include <arpa/nameser.h>
7910 #include <$ac_header>
7912 rm -f conftest.
$ac_objext
7913 if { (ac_try
="$ac_compile"
7915 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7916 *) ac_try_echo=$ac_try;;
7918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7919 (eval "$ac_compile") 2>conftest.er1
7921 grep -v '^ *+' conftest.er1 >conftest.err
7923 cat conftest.err >&5
7924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7925 (exit $ac_status); } && {
7926 test -z "$ac_c_werror_flag" ||
7927 test ! -s conftest.err
7928 } && test -s conftest.$ac_objext; then
7929 eval "$as_ac_Header=yes"
7931 echo "$as_me: failed program was:" >&5
7932 sed 's/^/| /' conftest.$ac_ext >&5
7934 eval "$as_ac_Header=no"
7937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7939 ac_res=`eval echo '${'$as_ac_Header'}'`
7940 { echo "$as_me:$LINENO: result: $ac_res" >&5
7941 echo "${ECHO_T}$ac_res" >&6; }
7942 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7943 cat >>confdefs.h <<_ACEOF
7944 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7953 for ac_header in ucontext.h
7955 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7956 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7959 echo $ECHO_N "(cached) $ECHO_C" >&6
7961 cat >conftest.$ac_ext <<_ACEOF
7964 cat confdefs.h >>conftest.$ac_ext
7965 cat >>conftest.$ac_ext <<_ACEOF
7966 /* end confdefs.h. */
7969 #include <$ac_header>
7971 rm -f conftest.$ac_objext
7972 if { (ac_try="$ac_compile"
7974 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7975 *) ac_try_echo
=$ac_try;;
7977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7978 (eval "$ac_compile") 2>conftest.er1
7980 grep -v '^ *+' conftest.er1
>conftest.err
7982 cat conftest.err
>&5
7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984 (exit $ac_status); } && {
7985 test -z "$ac_c_werror_flag" ||
7986 test ! -s conftest.err
7987 } && test -s conftest.
$ac_objext; then
7988 eval "$as_ac_Header=yes"
7990 echo "$as_me: failed program was:" >&5
7991 sed 's/^/| /' conftest.
$ac_ext >&5
7993 eval "$as_ac_Header=no"
7996 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7998 ac_res
=`eval echo '${'$as_ac_Header'}'`
7999 { echo "$as_me:$LINENO: result: $ac_res" >&5
8000 echo "${ECHO_T}$ac_res" >&6; }
8001 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8002 cat >>confdefs.h
<<_ACEOF
8003 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8012 for ac_header
in sys
/thr.h
8014 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8017 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8018 echo $ECHO_N "(cached) $ECHO_C" >&6
8020 cat >conftest.
$ac_ext <<_ACEOF
8023 cat confdefs.h
>>conftest.
$ac_ext
8024 cat >>conftest.
$ac_ext <<_ACEOF
8025 /* end confdefs.h. */
8026 #include <sys/types.h>
8027 #ifdef HAVE_UCONTEXT_H
8028 #include <ucontext.h>
8031 #include <$ac_header>
8033 rm -f conftest.
$ac_objext
8034 if { (ac_try
="$ac_compile"
8036 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8037 *) ac_try_echo=$ac_try;;
8039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8040 (eval "$ac_compile") 2>conftest.er1
8042 grep -v '^ *+' conftest.er1 >conftest.err
8044 cat conftest.err >&5
8045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046 (exit $ac_status); } && {
8047 test -z "$ac_c_werror_flag" ||
8048 test ! -s conftest.err
8049 } && test -s conftest.$ac_objext; then
8050 eval "$as_ac_Header=yes"
8052 echo "$as_me: failed program was:" >&5
8053 sed 's/^/| /' conftest.$ac_ext >&5
8055 eval "$as_ac_Header=no"
8058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8060 ac_res=`eval echo '${'$as_ac_Header'}'`
8061 { echo "$as_me:$LINENO: result: $ac_res" >&5
8062 echo "${ECHO_T}$ac_res" >&6; }
8063 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8064 cat >>confdefs.h <<_ACEOF
8065 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8074 for ac_header in pthread_np.h
8076 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8077 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8078 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8080 echo $ECHO_N "(cached) $ECHO_C" >&6
8082 cat >conftest.$ac_ext <<_ACEOF
8085 cat confdefs.h >>conftest.$ac_ext
8086 cat >>conftest.$ac_ext <<_ACEOF
8087 /* end confdefs.h. */
8088 #ifdef HAVE_PTHREAD_H
8089 #include <pthread.h>
8092 #include <$ac_header>
8094 rm -f conftest.$ac_objext
8095 if { (ac_try="$ac_compile"
8097 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8098 *) ac_try_echo
=$ac_try;;
8100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8101 (eval "$ac_compile") 2>conftest.er1
8103 grep -v '^ *+' conftest.er1
>conftest.err
8105 cat conftest.err
>&5
8106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8107 (exit $ac_status); } && {
8108 test -z "$ac_c_werror_flag" ||
8109 test ! -s conftest.err
8110 } && test -s conftest.
$ac_objext; then
8111 eval "$as_ac_Header=yes"
8113 echo "$as_me: failed program was:" >&5
8114 sed 's/^/| /' conftest.
$ac_ext >&5
8116 eval "$as_ac_Header=no"
8119 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8121 ac_res
=`eval echo '${'$as_ac_Header'}'`
8122 { echo "$as_me:$LINENO: result: $ac_res" >&5
8123 echo "${ECHO_T}$ac_res" >&6; }
8124 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8125 cat >>confdefs.h
<<_ACEOF
8126 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8135 for ac_header
in linux
/videodev.h
8137 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8138 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8139 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8140 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8141 echo $ECHO_N "(cached) $ECHO_C" >&6
8143 cat >conftest.
$ac_ext <<_ACEOF
8146 cat confdefs.h
>>conftest.
$ac_ext
8147 cat >>conftest.
$ac_ext <<_ACEOF
8148 /* end confdefs.h. */
8149 #ifdef HAVE_SYS_TIME_H
8150 #include <sys/time.h>
8152 #include <sys/types.h>
8153 #ifdef HAVE_ASM_TYPES_H
8154 #include <asm/types.h>
8157 #include <$ac_header>
8159 rm -f conftest.
$ac_objext
8160 if { (ac_try
="$ac_compile"
8162 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8163 *) ac_try_echo=$ac_try;;
8165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8166 (eval "$ac_compile") 2>conftest.er1
8168 grep -v '^ *+' conftest.er1 >conftest.err
8170 cat conftest.err >&5
8171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8172 (exit $ac_status); } && {
8173 test -z "$ac_c_werror_flag" ||
8174 test ! -s conftest.err
8175 } && test -s conftest.$ac_objext; then
8176 eval "$as_ac_Header=yes"
8178 echo "$as_me: failed program was:" >&5
8179 sed 's/^/| /' conftest.$ac_ext >&5
8181 eval "$as_ac_Header=no"
8184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8186 ac_res=`eval echo '${'$as_ac_Header'}'`
8187 { echo "$as_me:$LINENO: result: $ac_res" >&5
8188 echo "${ECHO_T}$ac_res" >&6; }
8189 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8190 cat >>confdefs.h <<_ACEOF
8191 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8200 for ac_header in linux/capi.h
8202 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8203 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8204 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8205 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8206 echo $ECHO_N "(cached) $ECHO_C" >&6
8208 cat >conftest.$ac_ext <<_ACEOF
8211 cat confdefs.h >>conftest.$ac_ext
8212 cat >>conftest.$ac_ext <<_ACEOF
8213 /* end confdefs.h. */
8216 #include <$ac_header>
8218 rm -f conftest.$ac_objext
8219 if { (ac_try="$ac_compile"
8221 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8222 *) ac_try_echo
=$ac_try;;
8224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8225 (eval "$ac_compile") 2>conftest.er1
8227 grep -v '^ *+' conftest.er1
>conftest.err
8229 cat conftest.err
>&5
8230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8231 (exit $ac_status); } && {
8232 test -z "$ac_c_werror_flag" ||
8233 test ! -s conftest.err
8234 } && test -s conftest.
$ac_objext; then
8235 eval "$as_ac_Header=yes"
8237 echo "$as_me: failed program was:" >&5
8238 sed 's/^/| /' conftest.
$ac_ext >&5
8240 eval "$as_ac_Header=no"
8243 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8245 ac_res
=`eval echo '${'$as_ac_Header'}'`
8246 { echo "$as_me:$LINENO: result: $ac_res" >&5
8247 echo "${ECHO_T}$ac_res" >&6; }
8248 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8249 cat >>confdefs.h
<<_ACEOF
8250 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8261 DLLFLAGS
="-D_REENTRANT"
8275 # Extract the first word of "ldd", so it can be a program name with args.
8276 set dummy ldd
; ac_word
=$2
8277 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8279 if test "${ac_cv_path_LDD+set}" = set; then
8280 echo $ECHO_N "(cached) $ECHO_C" >&6
8284 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8287 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8288 as_dummy
="/sbin:/usr/sbin:$PATH"
8289 for as_dir
in $as_dummy
8292 test -z "$as_dir" && as_dir
=.
8293 for ac_exec_ext
in '' $ac_executable_extensions; do
8294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8295 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8303 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8308 if test -n "$LDD"; then
8309 { echo "$as_me:$LINENO: result: $LDD" >&5
8310 echo "${ECHO_T}$LDD" >&6; }
8312 { echo "$as_me:$LINENO: result: no" >&5
8313 echo "${ECHO_T}no" >&6; }
8320 if test -n "$ac_tool_prefix"; then
8321 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8322 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8323 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8324 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8325 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8326 echo $ECHO_N "(cached) $ECHO_C" >&6
8328 if test -n "$DLLTOOL"; then
8329 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8331 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8335 test -z "$as_dir" && as_dir
=.
8336 for ac_exec_ext
in '' $ac_executable_extensions; do
8337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8338 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8339 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8348 DLLTOOL
=$ac_cv_prog_DLLTOOL
8349 if test -n "$DLLTOOL"; then
8350 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8351 echo "${ECHO_T}$DLLTOOL" >&6; }
8353 { echo "$as_me:$LINENO: result: no" >&5
8354 echo "${ECHO_T}no" >&6; }
8359 if test -z "$ac_cv_prog_DLLTOOL"; then
8360 ac_ct_DLLTOOL
=$DLLTOOL
8361 # Extract the first word of "dlltool", so it can be a program name with args.
8362 set dummy dlltool
; ac_word
=$2
8363 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8365 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8366 echo $ECHO_N "(cached) $ECHO_C" >&6
8368 if test -n "$ac_ct_DLLTOOL"; then
8369 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8371 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8375 test -z "$as_dir" && as_dir
=.
8376 for ac_exec_ext
in '' $ac_executable_extensions; do
8377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8378 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8379 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8388 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8389 if test -n "$ac_ct_DLLTOOL"; then
8390 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8391 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8393 { echo "$as_me:$LINENO: result: no" >&5
8394 echo "${ECHO_T}no" >&6; }
8397 if test "x$ac_ct_DLLTOOL" = x
; then
8400 case $cross_compiling:$ac_tool_warned in
8402 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8403 whose name does not start with the host triplet. If you think this
8404 configuration is useful to you, please write to autoconf@gnu.org." >&5
8405 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8406 whose name does not start with the host triplet. If you think this
8407 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8408 ac_tool_warned
=yes ;;
8410 DLLTOOL
=$ac_ct_DLLTOOL
8413 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8416 if test -n "$ac_tool_prefix"; then
8417 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8418 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8421 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8422 echo $ECHO_N "(cached) $ECHO_C" >&6
8424 if test -n "$DLLWRAP"; then
8425 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8431 test -z "$as_dir" && as_dir
=.
8432 for ac_exec_ext
in '' $ac_executable_extensions; do
8433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8434 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444 DLLWRAP
=$ac_cv_prog_DLLWRAP
8445 if test -n "$DLLWRAP"; then
8446 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8447 echo "${ECHO_T}$DLLWRAP" >&6; }
8449 { echo "$as_me:$LINENO: result: no" >&5
8450 echo "${ECHO_T}no" >&6; }
8455 if test -z "$ac_cv_prog_DLLWRAP"; then
8456 ac_ct_DLLWRAP
=$DLLWRAP
8457 # Extract the first word of "dllwrap", so it can be a program name with args.
8458 set dummy dllwrap
; ac_word
=$2
8459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8461 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8462 echo $ECHO_N "(cached) $ECHO_C" >&6
8464 if test -n "$ac_ct_DLLWRAP"; then
8465 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8467 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8471 test -z "$as_dir" && as_dir
=.
8472 for ac_exec_ext
in '' $ac_executable_extensions; do
8473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8474 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8475 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8484 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8485 if test -n "$ac_ct_DLLWRAP"; then
8486 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8487 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8489 { echo "$as_me:$LINENO: result: no" >&5
8490 echo "${ECHO_T}no" >&6; }
8493 if test "x$ac_ct_DLLWRAP" = x
; then
8496 case $cross_compiling:$ac_tool_warned in
8498 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8499 whose name does not start with the host triplet. If you think this
8500 configuration is useful to you, please write to autoconf@gnu.org." >&5
8501 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8502 whose name does not start with the host triplet. If you think this
8503 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8504 ac_tool_warned
=yes ;;
8506 DLLWRAP
=$ac_ct_DLLWRAP
8509 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8512 if test -n "$ac_tool_prefix"; then
8513 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8514 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8517 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8518 echo $ECHO_N "(cached) $ECHO_C" >&6
8520 if test -n "$MINGWAR"; then
8521 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8523 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8527 test -z "$as_dir" && as_dir
=.
8528 for ac_exec_ext
in '' $ac_executable_extensions; do
8529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8530 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 MINGWAR
=$ac_cv_prog_MINGWAR
8541 if test -n "$MINGWAR"; then
8542 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8543 echo "${ECHO_T}$MINGWAR" >&6; }
8545 { echo "$as_me:$LINENO: result: no" >&5
8546 echo "${ECHO_T}no" >&6; }
8551 if test -z "$ac_cv_prog_MINGWAR"; then
8552 ac_ct_MINGWAR
=$MINGWAR
8553 # Extract the first word of "ar", so it can be a program name with args.
8554 set dummy
ar; ac_word
=$2
8555 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8557 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8558 echo $ECHO_N "(cached) $ECHO_C" >&6
8560 if test -n "$ac_ct_MINGWAR"; then
8561 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8563 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8567 test -z "$as_dir" && as_dir
=.
8568 for ac_exec_ext
in '' $ac_executable_extensions; do
8569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8570 ac_cv_prog_ac_ct_MINGWAR
="ar"
8571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8580 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8581 if test -n "$ac_ct_MINGWAR"; then
8582 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8583 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8585 { echo "$as_me:$LINENO: result: no" >&5
8586 echo "${ECHO_T}no" >&6; }
8589 if test "x$ac_ct_MINGWAR" = x
; then
8592 case $cross_compiling:$ac_tool_warned in
8594 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8595 whose name does not start with the host triplet. If you think this
8596 configuration is useful to you, please write to autoconf@gnu.org." >&5
8597 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8598 whose name does not start with the host triplet. If you think this
8599 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8600 ac_tool_warned
=yes ;;
8602 MINGWAR
=$ac_ct_MINGWAR
8605 MINGWAR
="$ac_cv_prog_MINGWAR"
8608 if test "$DLLWRAP" = "false"; then
8616 enable_iphlpapi
=${enable_iphlpapi:-no}
8617 enable_kernel32
=${enable_kernel32:-no}
8618 enable_msvcrt
=${enable_msvcrt:-no}
8619 enable_ntdll
=${enable_ntdll:-no}
8620 enable_ws2_32
=${enable_ws2_32:-no}
8621 enable_loader
=${enable_loader:-no}
8622 enable_server
=${enable_server:-no}
8627 DLLFLAGS
="$DLLFLAGS -fPIC"
8628 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8629 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8630 LDSHARED
="\$(CC) -dynamiclib"
8632 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8633 SECURITYLIB
="-framework Security -framework CoreFoundation"
8635 COREFOUNDATIONLIB
="-framework CoreFoundation"
8637 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8639 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8641 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8643 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8646 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8648 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8653 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8655 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8657 CARBONLIB
="-framework Carbon"
8659 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8663 DLLFLAGS
="$DLLFLAGS -fPIC"
8665 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8666 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8667 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8668 echo $ECHO_N "(cached) $ECHO_C" >&6
8670 ac_wine_try_cflags_saved
=$CFLAGS
8671 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8672 cat >conftest.
$ac_ext <<_ACEOF
8675 rm -f conftest.
$ac_objext conftest
$ac_exeext
8676 if { (ac_try
="$ac_link"
8678 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8679 *) ac_try_echo=$ac_try;;
8681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8682 (eval "$ac_link") 2>conftest.er1
8684 grep -v '^ *+' conftest.er1 >conftest.err
8686 cat conftest.err >&5
8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688 (exit $ac_status); } && {
8689 test -z "$ac_c_werror_flag" ||
8690 test ! -s conftest.err
8691 } && test -s conftest$ac_exeext &&
8692 $as_test_x conftest$ac_exeext; then
8693 ac_cv_c_dll_gnuelf="yes"
8695 echo "$as_me: failed program was:" >&5
8696 sed 's/^/| /' conftest.$ac_ext >&5
8698 ac_cv_c_dll_gnuelf="no"
8701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8702 conftest$ac_exeext conftest.$ac_ext
8703 CFLAGS=$ac_wine_try_cflags_saved
8705 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8706 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8707 if test "$ac_cv_c_dll_gnuelf" = "yes"
8709 LDSHARED="\$(CC) -shared"
8710 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8711 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8712 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8713 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8714 echo $ECHO_N "(cached) $ECHO_C" >&6
8716 ac_wine_try_cflags_saved=$CFLAGS
8717 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8718 cat >conftest.$ac_ext <<_ACEOF
8721 cat confdefs.h >>conftest.$ac_ext
8722 cat >>conftest.$ac_ext <<_ACEOF
8723 /* end confdefs.h. */
8733 rm -f conftest.$ac_objext conftest$ac_exeext
8734 if { (ac_try="$ac_link"
8736 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8737 *) ac_try_echo
=$ac_try;;
8739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8740 (eval "$ac_link") 2>conftest.er1
8742 grep -v '^ *+' conftest.er1
>conftest.err
8744 cat conftest.err
>&5
8745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8746 (exit $ac_status); } && {
8747 test -z "$ac_c_werror_flag" ||
8748 test ! -s conftest.err
8749 } && test -s conftest
$ac_exeext &&
8750 $as_test_x conftest
$ac_exeext; then
8751 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8753 echo "$as_me: failed program was:" >&5
8754 sed 's/^/| /' conftest.
$ac_ext >&5
8756 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8759 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8760 conftest
$ac_exeext conftest.
$ac_ext
8761 CFLAGS
=$ac_wine_try_cflags_saved
8763 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8764 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8765 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8766 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8768 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8769 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8770 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8771 echo $ECHO_N "(cached) $ECHO_C" >&6
8773 ac_wine_try_cflags_saved
=$CFLAGS
8774 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8775 cat >conftest.
$ac_ext <<_ACEOF
8778 cat confdefs.h
>>conftest.
$ac_ext
8779 cat >>conftest.
$ac_ext <<_ACEOF
8780 /* end confdefs.h. */
8790 rm -f conftest.
$ac_objext conftest
$ac_exeext
8791 if { (ac_try
="$ac_link"
8793 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8794 *) ac_try_echo=$ac_try;;
8796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8797 (eval "$ac_link") 2>conftest.er1
8799 grep -v '^ *+' conftest.er1 >conftest.err
8801 cat conftest.err >&5
8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8803 (exit $ac_status); } && {
8804 test -z "$ac_c_werror_flag" ||
8805 test ! -s conftest.err
8806 } && test -s conftest$ac_exeext &&
8807 $as_test_x conftest$ac_exeext; then
8808 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8810 echo "$as_me: failed program was:" >&5
8811 sed 's/^/| /' conftest.$ac_ext >&5
8813 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8817 conftest$ac_exeext conftest.$ac_ext
8818 CFLAGS=$ac_wine_try_cflags_saved
8820 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8821 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8822 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8823 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8829 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8830 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8831 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8832 echo $ECHO_N "(cached) $ECHO_C" >&6
8834 ac_wine_try_cflags_saved=$CFLAGS
8835 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8836 cat >conftest.$ac_ext <<_ACEOF
8839 cat confdefs.h >>conftest.$ac_ext
8840 cat >>conftest.$ac_ext <<_ACEOF
8841 /* end confdefs.h. */
8851 rm -f conftest.$ac_objext conftest$ac_exeext
8852 if { (ac_try="$ac_link"
8854 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8855 *) ac_try_echo
=$ac_try;;
8857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8858 (eval "$ac_link") 2>conftest.er1
8860 grep -v '^ *+' conftest.er1
>conftest.err
8862 cat conftest.err
>&5
8863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8864 (exit $ac_status); } && {
8865 test -z "$ac_c_werror_flag" ||
8866 test ! -s conftest.err
8867 } && test -s conftest
$ac_exeext &&
8868 $as_test_x conftest
$ac_exeext; then
8869 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8871 echo "$as_me: failed program was:" >&5
8872 sed 's/^/| /' conftest.
$ac_ext >&5
8874 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8877 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8878 conftest
$ac_exeext conftest.
$ac_ext
8879 CFLAGS
=$ac_wine_try_cflags_saved
8881 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8882 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8883 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8884 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8888 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8889 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8890 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8891 echo $ECHO_N "(cached) $ECHO_C" >&6
8893 ac_wine_try_cflags_saved
=$CFLAGS
8894 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8895 cat >conftest.
$ac_ext <<_ACEOF
8898 cat confdefs.h
>>conftest.
$ac_ext
8899 cat >>conftest.
$ac_ext <<_ACEOF
8900 /* end confdefs.h. */
8910 rm -f conftest.
$ac_objext conftest
$ac_exeext
8911 if { (ac_try
="$ac_link"
8913 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8914 *) ac_try_echo=$ac_try;;
8916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8917 (eval "$ac_link") 2>conftest.er1
8919 grep -v '^ *+' conftest.er1 >conftest.err
8921 cat conftest.err >&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); } && {
8924 test -z "$ac_c_werror_flag" ||
8925 test ! -s conftest.err
8926 } && test -s conftest$ac_exeext &&
8927 $as_test_x conftest$ac_exeext; then
8928 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8930 echo "$as_me: failed program was:" >&5
8931 sed 's/^/| /' conftest.$ac_ext >&5
8933 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8937 conftest$ac_exeext conftest.$ac_ext
8938 CFLAGS=$ac_wine_try_cflags_saved
8940 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8941 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8942 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8943 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8947 echo '{ global: *; };' >conftest.map
8948 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8949 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8950 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8951 echo $ECHO_N "(cached) $ECHO_C" >&6
8953 ac_wine_try_cflags_saved=$CFLAGS
8954 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8955 cat >conftest.$ac_ext <<_ACEOF
8958 cat confdefs.h >>conftest.$ac_ext
8959 cat >>conftest.$ac_ext <<_ACEOF
8960 /* end confdefs.h. */
8970 rm -f conftest.$ac_objext conftest$ac_exeext
8971 if { (ac_try="$ac_link"
8973 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8974 *) ac_try_echo
=$ac_try;;
8976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8977 (eval "$ac_link") 2>conftest.er1
8979 grep -v '^ *+' conftest.er1
>conftest.err
8981 cat conftest.err
>&5
8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8983 (exit $ac_status); } && {
8984 test -z "$ac_c_werror_flag" ||
8985 test ! -s conftest.err
8986 } && test -s conftest
$ac_exeext &&
8987 $as_test_x conftest
$ac_exeext; then
8988 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8990 echo "$as_me: failed program was:" >&5
8991 sed 's/^/| /' conftest.
$ac_ext >&5
8993 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8996 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8997 conftest
$ac_exeext conftest.
$ac_ext
8998 CFLAGS
=$ac_wine_try_cflags_saved
9000 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9001 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9002 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9003 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9008 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9009 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9010 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9011 echo $ECHO_N "(cached) $ECHO_C" >&6
9013 ac_wine_try_cflags_saved
=$CFLAGS
9014 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
9015 cat >conftest.
$ac_ext <<_ACEOF
9018 cat confdefs.h
>>conftest.
$ac_ext
9019 cat >>conftest.
$ac_ext <<_ACEOF
9020 /* end confdefs.h. */
9030 rm -f conftest.
$ac_objext conftest
$ac_exeext
9031 if { (ac_try
="$ac_link"
9033 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9034 *) ac_try_echo=$ac_try;;
9036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9037 (eval "$ac_link") 2>conftest.er1
9039 grep -v '^ *+' conftest.er1 >conftest.err
9041 cat conftest.err >&5
9042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9043 (exit $ac_status); } && {
9044 test -z "$ac_c_werror_flag" ||
9045 test ! -s conftest.err
9046 } && test -s conftest$ac_exeext &&
9047 $as_test_x conftest$ac_exeext; then
9048 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9050 echo "$as_me: failed program was:" >&5
9051 sed 's/^/| /' conftest.$ac_ext >&5
9053 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9057 conftest$ac_exeext conftest.$ac_ext
9058 CFLAGS=$ac_wine_try_cflags_saved
9060 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9061 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9062 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9063 LDEXECFLAGS="-Wl,--export-dynamic"
9068 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9069 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9070 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9072 echo $ECHO_N "(cached) $ECHO_C" >&6
9074 ac_wine_try_cflags_saved=$CFLAGS
9075 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9076 cat >conftest.$ac_ext <<_ACEOF
9079 cat confdefs.h >>conftest.$ac_ext
9080 cat >>conftest.$ac_ext <<_ACEOF
9081 /* end confdefs.h. */
9091 rm -f conftest.$ac_objext conftest$ac_exeext
9092 if { (ac_try="$ac_link"
9094 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9095 *) ac_try_echo
=$ac_try;;
9097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9098 (eval "$ac_link") 2>conftest.er1
9100 grep -v '^ *+' conftest.er1
>conftest.err
9102 cat conftest.err
>&5
9103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104 (exit $ac_status); } && {
9105 test -z "$ac_c_werror_flag" ||
9106 test ! -s conftest.err
9107 } && test -s conftest
$ac_exeext &&
9108 $as_test_x conftest
$ac_exeext; then
9109 eval "$as_ac_var=yes"
9111 echo "$as_me: failed program was:" >&5
9112 sed 's/^/| /' conftest.
$ac_ext >&5
9114 eval "$as_ac_var=no"
9117 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9118 conftest
$ac_exeext conftest.
$ac_ext
9119 CFLAGS
=$ac_wine_try_cflags_saved
9121 ac_res
=`eval echo '${'$as_ac_var'}'`
9122 { echo "$as_me:$LINENO: result: $ac_res" >&5
9123 echo "${ECHO_T}$ac_res" >&6; }
9124 if test `eval echo '${'$as_ac_var'}'` = yes; then
9125 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9126 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9128 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9129 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9130 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9131 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9132 echo $ECHO_N "(cached) $ECHO_C" >&6
9134 ac_wine_try_cflags_saved
=$CFLAGS
9135 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9136 cat >conftest.
$ac_ext <<_ACEOF
9139 cat confdefs.h
>>conftest.
$ac_ext
9140 cat >>conftest.
$ac_ext <<_ACEOF
9141 /* end confdefs.h. */
9151 rm -f conftest.
$ac_objext conftest
$ac_exeext
9152 if { (ac_try
="$ac_link"
9154 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9155 *) ac_try_echo=$ac_try;;
9157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9158 (eval "$ac_link") 2>conftest.er1
9160 grep -v '^ *+' conftest.er1 >conftest.err
9162 cat conftest.err >&5
9163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9164 (exit $ac_status); } && {
9165 test -z "$ac_c_werror_flag" ||
9166 test ! -s conftest.err
9167 } && test -s conftest$ac_exeext &&
9168 $as_test_x conftest$ac_exeext; then
9169 eval "$as_ac_var=yes"
9171 echo "$as_me: failed program was:" >&5
9172 sed 's/^/| /' conftest.$ac_ext >&5
9174 eval "$as_ac_var=no"
9177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9178 conftest$ac_exeext conftest.$ac_ext
9179 CFLAGS=$ac_wine_try_cflags_saved
9181 ac_res=`eval echo '${'$as_ac_var'}'`
9182 { echo "$as_me:$LINENO: result: $ac_res" >&5
9183 echo "${ECHO_T}$ac_res" >&6; }
9184 if test `eval echo '${'$as_ac_var'}'` = yes; then
9185 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9186 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9192 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9193 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9194 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9195 echo $ECHO_N "(cached) $ECHO_C" >&6
9197 ac_wine_try_cflags_saved=$CFLAGS
9198 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9199 cat >conftest.$ac_ext <<_ACEOF
9202 cat confdefs.h >>conftest.$ac_ext
9203 cat >>conftest.$ac_ext <<_ACEOF
9204 /* end confdefs.h. */
9214 rm -f conftest.$ac_objext conftest$ac_exeext
9215 if { (ac_try="$ac_link"
9217 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9218 *) ac_try_echo
=$ac_try;;
9220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9221 (eval "$ac_link") 2>conftest.er1
9223 grep -v '^ *+' conftest.er1
>conftest.err
9225 cat conftest.err
>&5
9226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); } && {
9228 test -z "$ac_c_werror_flag" ||
9229 test ! -s conftest.err
9230 } && test -s conftest
$ac_exeext &&
9231 $as_test_x conftest
$ac_exeext; then
9232 ac_cv_cflags__Wl___enable_new_dtags
=yes
9234 echo "$as_me: failed program was:" >&5
9235 sed 's/^/| /' conftest.
$ac_ext >&5
9237 ac_cv_cflags__Wl___enable_new_dtags
=no
9240 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9241 conftest
$ac_exeext conftest.
$ac_ext
9242 CFLAGS
=$ac_wine_try_cflags_saved
9244 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9245 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9246 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9247 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9252 *i
[3456789]86* | x86_64
)
9253 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9254 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9255 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9256 echo $ECHO_N "(cached) $ECHO_C" >&6
9258 ac_wine_try_cflags_saved
=$CFLAGS
9259 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9260 cat >conftest.
$ac_ext <<_ACEOF
9263 cat confdefs.h
>>conftest.
$ac_ext
9264 cat >>conftest.
$ac_ext <<_ACEOF
9265 /* end confdefs.h. */
9275 rm -f conftest.
$ac_objext conftest
$ac_exeext
9276 if { (ac_try
="$ac_link"
9278 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9279 *) ac_try_echo=$ac_try;;
9281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9282 (eval "$ac_link") 2>conftest.er1
9284 grep -v '^ *+' conftest.er1 >conftest.err
9286 cat conftest.err >&5
9287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9288 (exit $ac_status); } && {
9289 test -z "$ac_c_werror_flag" ||
9290 test ! -s conftest.err
9291 } && test -s conftest$ac_exeext &&
9292 $as_test_x conftest$ac_exeext; then
9293 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9295 echo "$as_me: failed program was:" >&5
9296 sed 's/^/| /' conftest.$ac_ext >&5
9298 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9302 conftest$ac_exeext conftest.$ac_ext
9303 CFLAGS=$ac_wine_try_cflags_saved
9305 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9306 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9307 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9308 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9315 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9316 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9317 if test "${ac_cv_c_dll_unixware+set}" = set; then
9318 echo $ECHO_N "(cached) $ECHO_C" >&6
9320 ac_wine_try_cflags_saved=$CFLAGS
9321 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9322 cat >conftest.$ac_ext <<_ACEOF
9325 rm -f conftest.$ac_objext conftest$ac_exeext
9326 if { (ac_try="$ac_link"
9328 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9329 *) ac_try_echo
=$ac_try;;
9331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9332 (eval "$ac_link") 2>conftest.er1
9334 grep -v '^ *+' conftest.er1
>conftest.err
9336 cat conftest.err
>&5
9337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9338 (exit $ac_status); } && {
9339 test -z "$ac_c_werror_flag" ||
9340 test ! -s conftest.err
9341 } && test -s conftest
$ac_exeext &&
9342 $as_test_x conftest
$ac_exeext; then
9343 ac_cv_c_dll_unixware
="yes"
9345 echo "$as_me: failed program was:" >&5
9346 sed 's/^/| /' conftest.
$ac_ext >&5
9348 ac_cv_c_dll_unixware
="no"
9351 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9352 conftest
$ac_exeext conftest.
$ac_ext
9353 CFLAGS
=$ac_wine_try_cflags_saved
9355 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9356 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9357 if test "$ac_cv_c_dll_unixware" = "yes"
9359 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9360 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9363 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9364 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9365 if test "${ac_cv_c_dll_hpux+set}" = set; then
9366 echo $ECHO_N "(cached) $ECHO_C" >&6
9368 ac_wine_try_cflags_saved
=$CFLAGS
9369 CFLAGS
="$CFLAGS -shared"
9370 cat >conftest.
$ac_ext <<_ACEOF
9373 rm -f conftest.
$ac_objext conftest
$ac_exeext
9374 if { (ac_try
="$ac_link"
9376 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9377 *) ac_try_echo=$ac_try;;
9379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9380 (eval "$ac_link") 2>conftest.er1
9382 grep -v '^ *+' conftest.er1 >conftest.err
9384 cat conftest.err >&5
9385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } && {
9387 test -z "$ac_c_werror_flag" ||
9388 test ! -s conftest.err
9389 } && test -s conftest$ac_exeext &&
9390 $as_test_x conftest$ac_exeext; then
9391 ac_cv_c_dll_hpux="yes"
9393 echo "$as_me: failed program was:" >&5
9394 sed 's/^/| /' conftest.$ac_ext >&5
9396 ac_cv_c_dll_hpux="no"
9399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9400 conftest$ac_exeext conftest.$ac_ext
9401 CFLAGS=$ac_wine_try_cflags_saved
9403 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9404 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9405 if test "$ac_cv_c_dll_hpux" = "yes"
9409 LDDLLFLAGS="-shared -fPIC"
9410 LDSHARED="\$(CC) -shared"
9417 if test "$cross_compiling" = "no"
9419 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9421 # Extract the first word of "$ac_prog", so it can be a program name with args.
9422 set dummy $ac_prog; ac_word=$2
9423 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9425 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9426 echo $ECHO_N "(cached) $ECHO_C" >&6
9428 if test -n "$CROSSCC"; then
9429 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9435 test -z "$as_dir" && as_dir=.
9436 for ac_exec_ext in '' $ac_executable_extensions; do
9437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9438 ac_cv_prog_CROSSCC="$ac_prog"
9439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9448 CROSSCC=$ac_cv_prog_CROSSCC
9449 if test -n "$CROSSCC"; then
9450 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9451 echo "${ECHO_T}$CROSSCC" >&6; }
9453 { echo "$as_me:$LINENO: result: no" >&5
9454 echo "${ECHO_T}no" >&6; }
9458 test -n "$CROSSCC" && break
9460 test -n "$CROSSCC" || CROSSCC="false"
9462 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9464 # Extract the first word of "$ac_prog", so it can be a program name with args.
9465 set dummy $ac_prog; ac_word=$2
9466 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9468 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9469 echo $ECHO_N "(cached) $ECHO_C" >&6
9471 if test -n "$DLLTOOL"; then
9472 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_DLLTOOL="$ac_prog"
9482 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9491 DLLTOOL=$ac_cv_prog_DLLTOOL
9492 if test -n "$DLLTOOL"; then
9493 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9494 echo "${ECHO_T}$DLLTOOL" >&6; }
9496 { echo "$as_me:$LINENO: result: no" >&5
9497 echo "${ECHO_T}no" >&6; }
9501 test -n "$DLLTOOL" && break
9503 test -n "$DLLTOOL" || DLLTOOL="false"
9505 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9507 # Extract the first word of "$ac_prog", so it can be a program name with args.
9508 set dummy $ac_prog; ac_word=$2
9509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9511 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9512 echo $ECHO_N "(cached) $ECHO_C" >&6
9514 if test -n "$CROSSWINDRES"; then
9515 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9521 test -z "$as_dir" && as_dir=.
9522 for ac_exec_ext in '' $ac_executable_extensions; do
9523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9524 ac_cv_prog_CROSSWINDRES="$ac_prog"
9525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9534 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9535 if test -n "$CROSSWINDRES"; then
9536 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9537 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9539 { echo "$as_me:$LINENO: result: no" >&5
9540 echo "${ECHO_T}no" >&6; }
9544 test -n "$CROSSWINDRES" && break
9546 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9548 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9550 # Extract the first word of "$ac_prog", so it can be a program name with args.
9551 set dummy $ac_prog; ac_word=$2
9552 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9554 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9555 echo $ECHO_N "(cached) $ECHO_C" >&6
9557 if test -n "$MINGWAR"; then
9558 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9564 test -z "$as_dir" && as_dir=.
9565 for ac_exec_ext in '' $ac_executable_extensions; do
9566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9567 ac_cv_prog_MINGWAR="$ac_prog"
9568 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9577 MINGWAR=$ac_cv_prog_MINGWAR
9578 if test -n "$MINGWAR"; then
9579 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9580 echo "${ECHO_T}$MINGWAR" >&6; }
9582 { echo "$as_me:$LINENO: result: no" >&5
9583 echo "${ECHO_T}no" >&6; }
9587 test -n "$MINGWAR" && break
9589 test -n "$MINGWAR" || MINGWAR="false"
9591 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9596 enable_winequartz_drv=${enable_winequartz_drv:-no}
9598 if test "$LIBEXT" = "a"; then
9599 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9600 It is currently not possible to build Wine without shared library
9601 (.so) support to allow transparent switch between .so and .dll files.
9602 If you are using Linux, you will need a newer binutils.
9604 echo "$as_me: error: could not find a way to build shared libraries.
9605 It is currently not possible to build Wine without shared library
9606 (.so) support to allow transparent switch between .so and .dll files.
9607 If you are using Linux, you will need a newer binutils.
9609 { (exit 1); exit 1; }; }
9613 if test "$have_x" = "yes"
9616 ac_save_CPPFLAGS="$CPPFLAGS"
9617 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9619 { echo "$as_me:$LINENO: checking for -lX11" >&5
9620 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9621 if test "${ac_cv_lib_soname_X11+set}" = set; then
9622 echo $ECHO_N "(cached) $ECHO_C" >&6
9624 ac_check_soname_save_LIBS=$LIBS
9625 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9626 cat >conftest.$ac_ext <<_ACEOF
9629 cat confdefs.h >>conftest.$ac_ext
9630 cat >>conftest.$ac_ext <<_ACEOF
9631 /* end confdefs.h. */
9633 /* Override any GCC internal prototype to avoid an error.
9634 Use char because int might match the return type of a GCC
9635 builtin and then its argument prototype would still apply. */
9639 char XCreateWindow ();
9643 return XCreateWindow ();
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9651 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9652 *) ac_try_echo
=$ac_try;;
9654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9655 (eval "$ac_link") 2>conftest.er1
9657 grep -v '^ *+' conftest.er1
>conftest.err
9659 cat conftest.err
>&5
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); } && {
9662 test -z "$ac_c_werror_flag" ||
9663 test ! -s conftest.err
9664 } && test -s conftest
$ac_exeext &&
9665 $as_test_x conftest
$ac_exeext; then
9668 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'` ;;
9669 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9672 echo "$as_me: failed program was:" >&5
9673 sed 's/^/| /' conftest.
$ac_ext >&5
9678 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9679 conftest
$ac_exeext conftest.
$ac_ext
9680 LIBS
=$ac_check_soname_save_LIBS
9682 if test "x$ac_cv_lib_soname_X11" = "x"; then
9683 { echo "$as_me:$LINENO: result: not found" >&5
9684 echo "${ECHO_T}not found" >&6; }
9687 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9688 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9690 cat >>confdefs.h
<<_ACEOF
9691 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9697 { echo "$as_me:$LINENO: checking for -lXext" >&5
9698 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9699 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9700 echo $ECHO_N "(cached) $ECHO_C" >&6
9702 ac_check_soname_save_LIBS
=$LIBS
9703 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9704 cat >conftest.
$ac_ext <<_ACEOF
9707 cat confdefs.h
>>conftest.
$ac_ext
9708 cat >>conftest.
$ac_ext <<_ACEOF
9709 /* end confdefs.h. */
9711 /* Override any GCC internal prototype to avoid an error.
9712 Use char because int might match the return type of a GCC
9713 builtin and then its argument prototype would still apply. */
9717 char XextCreateExtension ();
9721 return XextCreateExtension ();
9726 rm -f conftest.
$ac_objext conftest
$ac_exeext
9727 if { (ac_try
="$ac_link"
9729 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9730 *) ac_try_echo=$ac_try;;
9732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9733 (eval "$ac_link") 2>conftest.er1
9735 grep -v '^ *+' conftest.er1 >conftest.err
9737 cat conftest.err >&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && {
9740 test -z "$ac_c_werror_flag" ||
9741 test ! -s conftest.err
9742 } && test -s conftest$ac_exeext &&
9743 $as_test_x conftest$ac_exeext; then
9746 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'` ;;
9747 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9750 echo "$as_me: failed program was:" >&5
9751 sed 's/^/| /' conftest.$ac_ext >&5
9756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9757 conftest$ac_exeext conftest.$ac_ext
9758 LIBS=$ac_check_soname_save_LIBS
9760 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9761 { echo "$as_me:$LINENO: result: not found" >&5
9762 echo "${ECHO_T}not found" >&6; }
9765 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9766 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9768 cat >>confdefs.h <<_ACEOF
9769 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9788 for ac_header in X11/Xlib.h \
9791 X11/Xcursor/Xcursor.h \
9792 X11/extensions/shape.h \
9793 X11/extensions/XInput.h \
9794 X11/extensions/XShm.h \
9795 X11/extensions/Xcomposite.h \
9796 X11/extensions/Xinerama.h \
9797 X11/extensions/Xrandr.h \
9798 X11/extensions/Xrender.h \
9799 X11/extensions/xf86vmode.h
9801 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9805 echo $ECHO_N "(cached) $ECHO_C" >&6
9807 cat >conftest.$ac_ext <<_ACEOF
9810 cat confdefs.h >>conftest.$ac_ext
9811 cat >>conftest.$ac_ext <<_ACEOF
9812 /* end confdefs.h. */
9813 #ifdef HAVE_X11_XLIB_H
9814 # include <X11/Xlib.h>
9816 #ifdef HAVE_X11_XUTIL_H
9817 # include <X11/Xutil.h>
9820 #include <$ac_header>
9822 rm -f conftest.$ac_objext
9823 if { (ac_try="$ac_compile"
9825 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9826 *) ac_try_echo
=$ac_try;;
9828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9829 (eval "$ac_compile") 2>conftest.er1
9831 grep -v '^ *+' conftest.er1
>conftest.err
9833 cat conftest.err
>&5
9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835 (exit $ac_status); } && {
9836 test -z "$ac_c_werror_flag" ||
9837 test ! -s conftest.err
9838 } && test -s conftest.
$ac_objext; then
9839 eval "$as_ac_Header=yes"
9841 echo "$as_me: failed program was:" >&5
9842 sed 's/^/| /' conftest.
$ac_ext >&5
9844 eval "$as_ac_Header=no"
9847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9849 ac_res
=`eval echo '${'$as_ac_Header'}'`
9850 { echo "$as_me:$LINENO: result: $ac_res" >&5
9851 echo "${ECHO_T}$ac_res" >&6; }
9852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9853 cat >>confdefs.h
<<_ACEOF
9854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9862 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9864 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9865 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9866 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9867 echo $ECHO_N "(cached) $ECHO_C" >&6
9869 ac_check_lib_save_LIBS
=$LIBS
9870 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9871 cat >conftest.
$ac_ext <<_ACEOF
9874 cat confdefs.h
>>conftest.
$ac_ext
9875 cat >>conftest.
$ac_ext <<_ACEOF
9876 /* end confdefs.h. */
9878 /* Override any GCC internal prototype to avoid an error.
9879 Use char because int might match the return type of a GCC
9880 builtin and then its argument prototype would still apply. */
9884 char XkbQueryExtension ();
9888 return XkbQueryExtension ();
9893 rm -f conftest.
$ac_objext conftest
$ac_exeext
9894 if { (ac_try
="$ac_link"
9896 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9897 *) ac_try_echo=$ac_try;;
9899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9900 (eval "$ac_link") 2>conftest.er1
9902 grep -v '^ *+' conftest.er1 >conftest.err
9904 cat conftest.err >&5
9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); } && {
9907 test -z "$ac_c_werror_flag" ||
9908 test ! -s conftest.err
9909 } && test -s conftest$ac_exeext &&
9910 $as_test_x conftest$ac_exeext; then
9911 ac_cv_lib_X11_XkbQueryExtension=yes
9913 echo "$as_me: failed program was:" >&5
9914 sed 's/^/| /' conftest.$ac_ext >&5
9916 ac_cv_lib_X11_XkbQueryExtension=no
9919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9920 conftest$ac_exeext conftest.$ac_ext
9921 LIBS=$ac_check_lib_save_LIBS
9923 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9924 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9925 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9927 cat >>confdefs.h <<\_ACEOF
9935 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9937 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9938 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9939 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9940 echo $ECHO_N "(cached) $ECHO_C" >&6
9942 ac_check_soname_save_LIBS=$LIBS
9943 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9944 cat >conftest.$ac_ext <<_ACEOF
9947 cat confdefs.h >>conftest.$ac_ext
9948 cat >>conftest.$ac_ext <<_ACEOF
9949 /* end confdefs.h. */
9951 /* Override any GCC internal prototype to avoid an error.
9952 Use char because int might match the return type of a GCC
9953 builtin and then its argument prototype would still apply. */
9957 char XcursorImageLoadCursor ();
9961 return XcursorImageLoadCursor ();
9966 rm -f conftest.$ac_objext conftest$ac_exeext
9967 if { (ac_try="$ac_link"
9969 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9970 *) ac_try_echo
=$ac_try;;
9972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9973 (eval "$ac_link") 2>conftest.er1
9975 grep -v '^ *+' conftest.er1
>conftest.err
9977 cat conftest.err
>&5
9978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9979 (exit $ac_status); } && {
9980 test -z "$ac_c_werror_flag" ||
9981 test ! -s conftest.err
9982 } && test -s conftest
$ac_exeext &&
9983 $as_test_x conftest
$ac_exeext; then
9986 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'` ;;
9987 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9990 echo "$as_me: failed program was:" >&5
9991 sed 's/^/| /' conftest.
$ac_ext >&5
9996 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9997 conftest
$ac_exeext conftest.
$ac_ext
9998 LIBS
=$ac_check_soname_save_LIBS
10000 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10001 { echo "$as_me:$LINENO: result: not found" >&5
10002 echo "${ECHO_T}not found" >&6; }
10005 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10006 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10008 cat >>confdefs.h
<<_ACEOF
10009 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10016 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10017 case "x$with_xcursor" in
10018 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10020 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10021 This is an error since --with-xcursor was requested." >&5
10022 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10023 This is an error since --with-xcursor was requested." >&2;}
10024 { (exit 1); exit 1; }; } ;;
10029 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10031 { echo "$as_me:$LINENO: checking for -lXi" >&5
10032 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10033 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10034 echo $ECHO_N "(cached) $ECHO_C" >&6
10036 ac_check_soname_save_LIBS
=$LIBS
10037 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10038 cat >conftest.
$ac_ext <<_ACEOF
10041 cat confdefs.h
>>conftest.
$ac_ext
10042 cat >>conftest.
$ac_ext <<_ACEOF
10043 /* end confdefs.h. */
10045 /* Override any GCC internal prototype to avoid an error.
10046 Use char because int might match the return type of a GCC
10047 builtin and then its argument prototype would still apply. */
10051 char XOpenDevice ();
10055 return XOpenDevice ();
10060 rm -f conftest.
$ac_objext conftest
$ac_exeext
10061 if { (ac_try
="$ac_link"
10062 case "(($ac_try" in
10063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10064 *) ac_try_echo=$ac_try;;
10066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10067 (eval "$ac_link") 2>conftest.er1
10069 grep -v '^ *+' conftest.er1 >conftest.err
10071 cat conftest.err >&5
10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073 (exit $ac_status); } && {
10074 test -z "$ac_c_werror_flag" ||
10075 test ! -s conftest.err
10076 } && test -s conftest$ac_exeext &&
10077 $as_test_x conftest$ac_exeext; then
10080 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'` ;;
10081 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10084 echo "$as_me: failed program was:" >&5
10085 sed 's/^/| /' conftest.$ac_ext >&5
10090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10091 conftest$ac_exeext conftest.$ac_ext
10092 LIBS=$ac_check_soname_save_LIBS
10094 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10095 { echo "$as_me:$LINENO: result: not found" >&5
10096 echo "${ECHO_T}not found" >&6; }
10099 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10100 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10102 cat >>confdefs.h <<_ACEOF
10103 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10110 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10111 case "x$with_xinput" in
10112 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10114 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10115 This is an error since --with-xinput was requested." >&5
10116 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10117 This is an error since --with-xinput was requested." >&2;}
10118 { (exit 1); exit 1; }; } ;;
10123 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10125 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10126 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10127 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10128 echo $ECHO_N "(cached) $ECHO_C" >&6
10130 ac_check_lib_save_LIBS=$LIBS
10131 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10132 cat >conftest.$ac_ext <<_ACEOF
10135 cat confdefs.h >>conftest.$ac_ext
10136 cat >>conftest.$ac_ext <<_ACEOF
10137 /* end confdefs.h. */
10139 /* Override any GCC internal prototype to avoid an error.
10140 Use char because int might match the return type of a GCC
10141 builtin and then its argument prototype would still apply. */
10145 char XShmQueryExtension ();
10149 return XShmQueryExtension ();
10154 rm -f conftest.$ac_objext conftest$ac_exeext
10155 if { (ac_try="$ac_link"
10156 case "(($ac_try" in
10157 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10158 *) ac_try_echo
=$ac_try;;
10160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10161 (eval "$ac_link") 2>conftest.er1
10163 grep -v '^ *+' conftest.er1
>conftest.err
10165 cat conftest.err
>&5
10166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10167 (exit $ac_status); } && {
10168 test -z "$ac_c_werror_flag" ||
10169 test ! -s conftest.err
10170 } && test -s conftest
$ac_exeext &&
10171 $as_test_x conftest
$ac_exeext; then
10172 ac_cv_lib_Xext_XShmQueryExtension
=yes
10174 echo "$as_me: failed program was:" >&5
10175 sed 's/^/| /' conftest.
$ac_ext >&5
10177 ac_cv_lib_Xext_XShmQueryExtension
=no
10180 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10181 conftest
$ac_exeext conftest.
$ac_ext
10182 LIBS
=$ac_check_lib_save_LIBS
10184 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10185 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10186 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10188 cat >>confdefs.h
<<\_ACEOF
10189 #define HAVE_LIBXXSHM 1
10195 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10196 case "x$with_xshm" in
10197 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10199 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10200 This is an error since --with-xshm was requested." >&5
10201 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10202 This is an error since --with-xshm was requested." >&2;}
10203 { (exit 1); exit 1; }; } ;;
10208 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10210 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10211 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10212 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10213 echo $ECHO_N "(cached) $ECHO_C" >&6
10215 ac_check_lib_save_LIBS
=$LIBS
10216 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10217 cat >conftest.
$ac_ext <<_ACEOF
10220 cat confdefs.h
>>conftest.
$ac_ext
10221 cat >>conftest.
$ac_ext <<_ACEOF
10222 /* end confdefs.h. */
10224 /* Override any GCC internal prototype to avoid an error.
10225 Use char because int might match the return type of a GCC
10226 builtin and then its argument prototype would still apply. */
10230 char XShapeQueryExtension ();
10234 return XShapeQueryExtension ();
10239 rm -f conftest.
$ac_objext conftest
$ac_exeext
10240 if { (ac_try
="$ac_link"
10241 case "(($ac_try" in
10242 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10243 *) ac_try_echo=$ac_try;;
10245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10246 (eval "$ac_link") 2>conftest.er1
10248 grep -v '^ *+' conftest.er1 >conftest.err
10250 cat conftest.err >&5
10251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10252 (exit $ac_status); } && {
10253 test -z "$ac_c_werror_flag" ||
10254 test ! -s conftest.err
10255 } && test -s conftest$ac_exeext &&
10256 $as_test_x conftest$ac_exeext; then
10257 ac_cv_lib_Xext_XShapeQueryExtension=yes
10259 echo "$as_me: failed program was:" >&5
10260 sed 's/^/| /' conftest.$ac_ext >&5
10262 ac_cv_lib_Xext_XShapeQueryExtension=no
10265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10266 conftest$ac_exeext conftest.$ac_ext
10267 LIBS=$ac_check_lib_save_LIBS
10269 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10270 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10271 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10273 cat >>confdefs.h <<\_ACEOF
10274 #define HAVE_LIBXSHAPE 1
10280 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10281 case "x$with_xshape" in
10282 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10284 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10285 This is an error since --with-xshape was requested." >&5
10286 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10287 This is an error since --with-xshape was requested." >&2;}
10288 { (exit 1); exit 1; }; } ;;
10293 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10295 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10296 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10297 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10298 echo $ECHO_N "(cached) $ECHO_C" >&6
10300 ac_check_soname_save_LIBS=$LIBS
10301 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10302 cat >conftest.$ac_ext <<_ACEOF
10305 cat confdefs.h >>conftest.$ac_ext
10306 cat >>conftest.$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10309 /* Override any GCC internal prototype to avoid an error.
10310 Use char because int might match the return type of a GCC
10311 builtin and then its argument prototype would still apply. */
10315 char XF86VidModeQueryExtension ();
10319 return XF86VidModeQueryExtension ();
10324 rm -f conftest.$ac_objext conftest$ac_exeext
10325 if { (ac_try="$ac_link"
10326 case "(($ac_try" in
10327 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10328 *) ac_try_echo
=$ac_try;;
10330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10331 (eval "$ac_link") 2>conftest.er1
10333 grep -v '^ *+' conftest.er1
>conftest.err
10335 cat conftest.err
>&5
10336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10337 (exit $ac_status); } && {
10338 test -z "$ac_c_werror_flag" ||
10339 test ! -s conftest.err
10340 } && test -s conftest
$ac_exeext &&
10341 $as_test_x conftest
$ac_exeext; then
10344 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'` ;;
10345 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10348 echo "$as_me: failed program was:" >&5
10349 sed 's/^/| /' conftest.
$ac_ext >&5
10354 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10355 conftest
$ac_exeext conftest.
$ac_ext
10356 LIBS
=$ac_check_soname_save_LIBS
10358 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10359 { echo "$as_me:$LINENO: result: not found" >&5
10360 echo "${ECHO_T}not found" >&6; }
10363 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10364 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10366 cat >>confdefs.h
<<_ACEOF
10367 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10374 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10375 case "x$with_xxf86vm" in
10376 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10378 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10379 This is an error since --with-xxf86vm was requested." >&5
10380 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10381 This is an error since --with-xxf86vm was requested." >&2;}
10382 { (exit 1); exit 1; }; } ;;
10387 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"
10389 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10390 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10391 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10392 echo $ECHO_N "(cached) $ECHO_C" >&6
10394 ac_check_soname_save_LIBS
=$LIBS
10395 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10396 cat >conftest.
$ac_ext <<_ACEOF
10399 cat confdefs.h
>>conftest.
$ac_ext
10400 cat >>conftest.
$ac_ext <<_ACEOF
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10409 char XRenderQueryExtension ();
10413 return XRenderQueryExtension ();
10418 rm -f conftest.
$ac_objext conftest
$ac_exeext
10419 if { (ac_try
="$ac_link"
10420 case "(($ac_try" in
10421 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10422 *) ac_try_echo=$ac_try;;
10424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10425 (eval "$ac_link") 2>conftest.er1
10427 grep -v '^ *+' conftest.er1 >conftest.err
10429 cat conftest.err >&5
10430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10431 (exit $ac_status); } && {
10432 test -z "$ac_c_werror_flag" ||
10433 test ! -s conftest.err
10434 } && test -s conftest$ac_exeext &&
10435 $as_test_x conftest$ac_exeext; then
10438 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'` ;;
10439 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10442 echo "$as_me: failed program was:" >&5
10443 sed 's/^/| /' conftest.$ac_ext >&5
10448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10449 conftest$ac_exeext conftest.$ac_ext
10450 LIBS=$ac_check_soname_save_LIBS
10452 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10453 { echo "$as_me:$LINENO: result: not found" >&5
10454 echo "${ECHO_T}not found" >&6; }
10457 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10458 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10460 cat >>confdefs.h <<_ACEOF
10461 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10464 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10465 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10466 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10467 echo $ECHO_N "(cached) $ECHO_C" >&6
10469 ac_check_lib_save_LIBS=$LIBS
10470 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10471 cat >conftest.$ac_ext <<_ACEOF
10474 cat confdefs.h >>conftest.$ac_ext
10475 cat >>conftest.$ac_ext <<_ACEOF
10476 /* end confdefs.h. */
10478 /* Override any GCC internal prototype to avoid an error.
10479 Use char because int might match the return type of a GCC
10480 builtin and then its argument prototype would still apply. */
10484 char XRenderSetPictureTransform ();
10488 return XRenderSetPictureTransform ();
10493 rm -f conftest.$ac_objext conftest$ac_exeext
10494 if { (ac_try="$ac_link"
10495 case "(($ac_try" in
10496 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10497 *) ac_try_echo
=$ac_try;;
10499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10500 (eval "$ac_link") 2>conftest.er1
10502 grep -v '^ *+' conftest.er1
>conftest.err
10504 cat conftest.err
>&5
10505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 (exit $ac_status); } && {
10507 test -z "$ac_c_werror_flag" ||
10508 test ! -s conftest.err
10509 } && test -s conftest
$ac_exeext &&
10510 $as_test_x conftest
$ac_exeext; then
10511 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10513 echo "$as_me: failed program was:" >&5
10514 sed 's/^/| /' conftest.
$ac_ext >&5
10516 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10519 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10520 conftest
$ac_exeext conftest.
$ac_ext
10521 LIBS
=$ac_check_lib_save_LIBS
10523 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10524 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10525 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10527 cat >>confdefs.h
<<\_ACEOF
10528 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10537 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10538 case "x$with_xrender" in
10539 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10541 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10542 This is an error since --with-xrender was requested." >&5
10543 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10544 This is an error since --with-xrender was requested." >&2;}
10545 { (exit 1); exit 1; }; } ;;
10550 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10552 cat >conftest.
$ac_ext <<_ACEOF
10555 cat confdefs.h
>>conftest.
$ac_ext
10556 cat >>conftest.
$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10558 #include <X11/Xlib.h>
10559 #include <X11/extensions/Xrandr.h>
10563 static typeof(XRRSetScreenConfigAndRate) * func;
10568 rm -f conftest.
$ac_objext
10569 if { (ac_try
="$ac_compile"
10570 case "(($ac_try" in
10571 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10572 *) ac_try_echo=$ac_try;;
10574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10575 (eval "$ac_compile") 2>conftest.er1
10577 grep -v '^ *+' conftest.er1 >conftest.err
10579 cat conftest.err >&5
10580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10581 (exit $ac_status); } && {
10582 test -z "$ac_c_werror_flag" ||
10583 test ! -s conftest.err
10584 } && test -s conftest.$ac_objext; then
10585 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10586 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10587 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10588 echo $ECHO_N "(cached) $ECHO_C" >&6
10590 ac_check_soname_save_LIBS=$LIBS
10591 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10592 cat >conftest.$ac_ext <<_ACEOF
10595 cat confdefs.h >>conftest.$ac_ext
10596 cat >>conftest.$ac_ext <<_ACEOF
10597 /* end confdefs.h. */
10599 /* Override any GCC internal prototype to avoid an error.
10600 Use char because int might match the return type of a GCC
10601 builtin and then its argument prototype would still apply. */
10605 char XRRQueryExtension ();
10609 return XRRQueryExtension ();
10614 rm -f conftest.$ac_objext conftest$ac_exeext
10615 if { (ac_try="$ac_link"
10616 case "(($ac_try" in
10617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10618 *) ac_try_echo
=$ac_try;;
10620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10621 (eval "$ac_link") 2>conftest.er1
10623 grep -v '^ *+' conftest.er1
>conftest.err
10625 cat conftest.err
>&5
10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); } && {
10628 test -z "$ac_c_werror_flag" ||
10629 test ! -s conftest.err
10630 } && test -s conftest
$ac_exeext &&
10631 $as_test_x conftest
$ac_exeext; then
10634 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'` ;;
10635 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10638 echo "$as_me: failed program was:" >&5
10639 sed 's/^/| /' conftest.
$ac_ext >&5
10644 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10645 conftest
$ac_exeext conftest.
$ac_ext
10646 LIBS
=$ac_check_soname_save_LIBS
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 { echo "$as_me:$LINENO: result: not found" >&5
10650 echo "${ECHO_T}not found" >&6; }
10653 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10654 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10656 cat >>confdefs.h
<<_ACEOF
10657 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10664 echo "$as_me: failed program was:" >&5
10665 sed 's/^/| /' conftest.
$ac_ext >&5
10670 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10672 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10673 case "x$with_xrandr" in
10674 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10676 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10677 This is an error since --with-xrandr was requested." >&5
10678 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10679 This is an error since --with-xrandr was requested." >&2;}
10680 { (exit 1); exit 1; }; } ;;
10685 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10687 cat >conftest.
$ac_ext <<_ACEOF
10690 cat confdefs.h
>>conftest.
$ac_ext
10691 cat >>conftest.
$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10693 #include <X11/Xlib.h>
10694 #include <X11/extensions/Xinerama.h>
10698 static typeof(XineramaQueryScreens) * func;
10703 rm -f conftest.
$ac_objext
10704 if { (ac_try
="$ac_compile"
10705 case "(($ac_try" in
10706 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10707 *) ac_try_echo=$ac_try;;
10709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10710 (eval "$ac_compile") 2>conftest.er1
10712 grep -v '^ *+' conftest.er1 >conftest.err
10714 cat conftest.err >&5
10715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); } && {
10717 test -z "$ac_c_werror_flag" ||
10718 test ! -s conftest.err
10719 } && test -s conftest.$ac_objext; then
10720 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10721 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10722 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10723 echo $ECHO_N "(cached) $ECHO_C" >&6
10725 ac_check_soname_save_LIBS=$LIBS
10726 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10727 cat >conftest.$ac_ext <<_ACEOF
10730 cat confdefs.h >>conftest.$ac_ext
10731 cat >>conftest.$ac_ext <<_ACEOF
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10740 char XineramaQueryScreens ();
10744 return XineramaQueryScreens ();
10749 rm -f conftest.$ac_objext conftest$ac_exeext
10750 if { (ac_try="$ac_link"
10751 case "(($ac_try" in
10752 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10753 *) ac_try_echo
=$ac_try;;
10755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10756 (eval "$ac_link") 2>conftest.er1
10758 grep -v '^ *+' conftest.er1
>conftest.err
10760 cat conftest.err
>&5
10761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10762 (exit $ac_status); } && {
10763 test -z "$ac_c_werror_flag" ||
10764 test ! -s conftest.err
10765 } && test -s conftest
$ac_exeext &&
10766 $as_test_x conftest
$ac_exeext; then
10769 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'` ;;
10770 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10773 echo "$as_me: failed program was:" >&5
10774 sed 's/^/| /' conftest.
$ac_ext >&5
10779 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10780 conftest
$ac_exeext conftest.
$ac_ext
10781 LIBS
=$ac_check_soname_save_LIBS
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 { echo "$as_me:$LINENO: result: not found" >&5
10785 echo "${ECHO_T}not found" >&6; }
10788 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10789 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10791 cat >>confdefs.h
<<_ACEOF
10792 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10799 echo "$as_me: failed program was:" >&5
10800 sed 's/^/| /' conftest.
$ac_ext >&5
10805 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10807 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10808 case "x$with_xinerama" in
10809 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10811 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10812 This is an error since --with-xinerama was requested." >&5
10813 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10814 This is an error since --with-xinerama was requested." >&2;}
10815 { (exit 1); exit 1; }; } ;;
10820 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10822 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10823 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10824 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10825 echo $ECHO_N "(cached) $ECHO_C" >&6
10827 ac_check_soname_save_LIBS
=$LIBS
10828 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10829 cat >conftest.
$ac_ext <<_ACEOF
10832 cat confdefs.h
>>conftest.
$ac_ext
10833 cat >>conftest.
$ac_ext <<_ACEOF
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10842 char XCompositeRedirectWindow ();
10846 return XCompositeRedirectWindow ();
10851 rm -f conftest.
$ac_objext conftest
$ac_exeext
10852 if { (ac_try
="$ac_link"
10853 case "(($ac_try" in
10854 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10855 *) ac_try_echo=$ac_try;;
10857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10858 (eval "$ac_link") 2>conftest.er1
10860 grep -v '^ *+' conftest.er1 >conftest.err
10862 cat conftest.err >&5
10863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10864 (exit $ac_status); } && {
10865 test -z "$ac_c_werror_flag" ||
10866 test ! -s conftest.err
10867 } && test -s conftest$ac_exeext &&
10868 $as_test_x conftest$ac_exeext; then
10871 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'` ;;
10872 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10875 echo "$as_me: failed program was:" >&5
10876 sed 's/^/| /' conftest.$ac_ext >&5
10881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10882 conftest$ac_exeext conftest.$ac_ext
10883 LIBS=$ac_check_soname_save_LIBS
10885 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10886 { echo "$as_me:$LINENO: result: not found" >&5
10887 echo "${ECHO_T}not found" >&6; }
10890 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10891 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10893 cat >>confdefs.h <<_ACEOF
10894 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10901 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10902 case "x$with_xcomposite" in
10903 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10905 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10906 This is an error since --with-xcomposite was requested." >&5
10907 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10908 This is an error since --with-xcomposite was requested." >&2;}
10909 { (exit 1); exit 1; }; } ;;
10914 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10915 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10916 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10917 echo $ECHO_N "(cached) $ECHO_C" >&6
10919 cat >conftest.$ac_ext <<_ACEOF
10922 cat confdefs.h >>conftest.$ac_ext
10923 cat >>conftest.$ac_ext <<_ACEOF
10924 /* end confdefs.h. */
10925 #ifdef HAVE_X11_XLIB_H
10926 #include <X11/Xlib.h>
10932 static XICCallback ac_aggr;
10933 if (ac_aggr.callback)
10939 rm -f conftest.$ac_objext
10940 if { (ac_try="$ac_compile"
10941 case "(($ac_try" in
10942 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10943 *) ac_try_echo
=$ac_try;;
10945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10946 (eval "$ac_compile") 2>conftest.er1
10948 grep -v '^ *+' conftest.er1
>conftest.err
10950 cat conftest.err
>&5
10951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10952 (exit $ac_status); } && {
10953 test -z "$ac_c_werror_flag" ||
10954 test ! -s conftest.err
10955 } && test -s conftest.
$ac_objext; then
10956 ac_cv_member_XICCallback_callback
=yes
10958 echo "$as_me: failed program was:" >&5
10959 sed 's/^/| /' conftest.
$ac_ext >&5
10961 cat >conftest.
$ac_ext <<_ACEOF
10964 cat confdefs.h
>>conftest.
$ac_ext
10965 cat >>conftest.
$ac_ext <<_ACEOF
10966 /* end confdefs.h. */
10967 #ifdef HAVE_X11_XLIB_H
10968 #include <X11/Xlib.h>
10974 static XICCallback ac_aggr;
10975 if (sizeof ac_aggr.callback)
10981 rm -f conftest.
$ac_objext
10982 if { (ac_try
="$ac_compile"
10983 case "(($ac_try" in
10984 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10988 (eval "$ac_compile") 2>conftest.er1
10990 grep -v '^ *+' conftest.er1 >conftest.err
10992 cat conftest.err >&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } && {
10995 test -z "$ac_c_werror_flag" ||
10996 test ! -s conftest.err
10997 } && test -s conftest.$ac_objext; then
10998 ac_cv_member_XICCallback_callback=yes
11000 echo "$as_me: failed program was:" >&5
11001 sed 's/^/| /' conftest.$ac_ext >&5
11003 ac_cv_member_XICCallback_callback=no
11006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11011 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11012 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11013 if test $ac_cv_member_XICCallback_callback = yes; then
11015 cat >>confdefs.h <<_ACEOF
11016 #define HAVE_XICCALLBACK_CALLBACK 1
11025 if test "x$with_opengl" != "xno"
11031 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11033 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11034 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11037 echo $ECHO_N "(cached) $ECHO_C" >&6
11039 cat >conftest.$ac_ext <<_ACEOF
11042 cat confdefs.h >>conftest.$ac_ext
11043 cat >>conftest.$ac_ext <<_ACEOF
11044 /* end confdefs.h. */
11045 #ifdef HAVE_GL_GLX_H
11046 # include <GL/glx.h>
11049 #include <$ac_header>
11051 rm -f conftest.$ac_objext
11052 if { (ac_try="$ac_compile"
11053 case "(($ac_try" in
11054 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11055 *) ac_try_echo
=$ac_try;;
11057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11058 (eval "$ac_compile") 2>conftest.er1
11060 grep -v '^ *+' conftest.er1
>conftest.err
11062 cat conftest.err
>&5
11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); } && {
11065 test -z "$ac_c_werror_flag" ||
11066 test ! -s conftest.err
11067 } && test -s conftest.
$ac_objext; then
11068 eval "$as_ac_Header=yes"
11070 echo "$as_me: failed program was:" >&5
11071 sed 's/^/| /' conftest.
$ac_ext >&5
11073 eval "$as_ac_Header=no"
11076 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11078 ac_res
=`eval echo '${'$as_ac_Header'}'`
11079 { echo "$as_me:$LINENO: result: $ac_res" >&5
11080 echo "${ECHO_T}$ac_res" >&6; }
11081 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11082 cat >>confdefs.h
<<_ACEOF
11083 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11090 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11092 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11093 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11094 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11095 echo $ECHO_N "(cached) $ECHO_C" >&6
11097 cat >conftest.
$ac_ext <<_ACEOF
11100 cat confdefs.h
>>conftest.
$ac_ext
11101 cat >>conftest.
$ac_ext <<_ACEOF
11102 /* end confdefs.h. */
11107 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11112 rm -f conftest.
$ac_objext
11113 if { (ac_try
="$ac_compile"
11114 case "(($ac_try" in
11115 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11116 *) ac_try_echo=$ac_try;;
11118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11119 (eval "$ac_compile") 2>conftest.er1
11121 grep -v '^ *+' conftest.er1 >conftest.err
11123 cat conftest.err >&5
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); } && {
11126 test -z "$ac_c_werror_flag" ||
11127 test ! -s conftest.err
11128 } && test -s conftest.$ac_objext; then
11129 wine_cv_opengl_header_version_OK="yes"
11131 echo "$as_me: failed program was:" >&5
11132 sed 's/^/| /' conftest.$ac_ext >&5
11134 wine_cv_opengl_header_version_OK="no"
11137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11139 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11140 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11142 if test "$wine_cv_opengl_header_version_OK" = "yes"
11144 { echo "$as_me:$LINENO: checking for -lGL" >&5
11145 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11146 if test "${ac_cv_lib_soname_GL+set}" = set; then
11147 echo $ECHO_N "(cached) $ECHO_C" >&6
11149 ac_check_soname_save_LIBS=$LIBS
11150 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11151 cat >conftest.$ac_ext <<_ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h. */
11158 /* Override any GCC internal prototype to avoid an error.
11159 Use char because int might match the return type of a GCC
11160 builtin and then its argument prototype would still apply. */
11164 char glXCreateContext ();
11168 return glXCreateContext ();
11173 rm -f conftest.$ac_objext conftest$ac_exeext
11174 if { (ac_try="$ac_link"
11175 case "(($ac_try" in
11176 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11177 *) ac_try_echo
=$ac_try;;
11179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11180 (eval "$ac_link") 2>conftest.er1
11182 grep -v '^ *+' conftest.er1
>conftest.err
11184 cat conftest.err
>&5
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); } && {
11187 test -z "$ac_c_werror_flag" ||
11188 test ! -s conftest.err
11189 } && test -s conftest
$ac_exeext &&
11190 $as_test_x conftest
$ac_exeext; then
11193 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'` ;;
11194 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11197 echo "$as_me: failed program was:" >&5
11198 sed 's/^/| /' conftest.
$ac_ext >&5
11203 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11204 conftest
$ac_exeext conftest.
$ac_ext
11205 LIBS
=$ac_check_soname_save_LIBS
11207 if test "x$ac_cv_lib_soname_GL" = "x"; then
11208 { echo "$as_me:$LINENO: result: not found" >&5
11209 echo "${ECHO_T}not found" >&6; }
11210 { echo "$as_me:$LINENO: checking for -lGL" >&5
11211 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11212 if test "${ac_cv_lib_soname_GL+set}" = set; then
11213 echo $ECHO_N "(cached) $ECHO_C" >&6
11215 ac_check_soname_save_LIBS
=$LIBS
11216 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"
11217 cat >conftest.
$ac_ext <<_ACEOF
11220 cat confdefs.h
>>conftest.
$ac_ext
11221 cat >>conftest.
$ac_ext <<_ACEOF
11222 /* end confdefs.h. */
11224 /* Override any GCC internal prototype to avoid an error.
11225 Use char because int might match the return type of a GCC
11226 builtin and then its argument prototype would still apply. */
11230 char glXCreateContext ();
11234 return glXCreateContext ();
11239 rm -f conftest.
$ac_objext conftest
$ac_exeext
11240 if { (ac_try
="$ac_link"
11241 case "(($ac_try" in
11242 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11243 *) ac_try_echo=$ac_try;;
11245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11246 (eval "$ac_link") 2>conftest.er1
11248 grep -v '^ *+' conftest.er1 >conftest.err
11250 cat conftest.err >&5
11251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11252 (exit $ac_status); } && {
11253 test -z "$ac_c_werror_flag" ||
11254 test ! -s conftest.err
11255 } && test -s conftest$ac_exeext &&
11256 $as_test_x conftest$ac_exeext; then
11259 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'` ;;
11260 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11263 echo "$as_me: failed program was:" >&5
11264 sed 's/^/| /' conftest.$ac_ext >&5
11269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11270 conftest$ac_exeext conftest.$ac_ext
11271 LIBS=$ac_check_soname_save_LIBS
11273 if test "x$ac_cv_lib_soname_GL" = "x"; then
11274 { echo "$as_me:$LINENO: result: not found" >&5
11275 echo "${ECHO_T}not found" >&6; }
11276 if test -f /usr/X11R6/lib/libGL.a
11278 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11279 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11281 opengl_msg="No OpenGL library found on this system."
11284 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11285 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11287 cat >>confdefs.h <<_ACEOF
11288 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11291 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"
11293 cat >>confdefs.h <<\_ACEOF
11294 #define HAVE_OPENGL 1
11300 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11301 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11303 cat >>confdefs.h <<_ACEOF
11304 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11309 cat >>confdefs.h <<\_ACEOF
11310 #define HAVE_OPENGL 1
11315 if test "$ac_cv_header_GL_glu_h" = "yes"
11317 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11318 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11319 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11320 echo $ECHO_N "(cached) $ECHO_C" >&6
11322 ac_check_soname_save_LIBS=$LIBS
11323 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11324 cat >conftest.$ac_ext <<_ACEOF
11327 cat confdefs.h >>conftest.$ac_ext
11328 cat >>conftest.$ac_ext <<_ACEOF
11329 /* end confdefs.h. */
11331 /* Override any GCC internal prototype to avoid an error.
11332 Use char because int might match the return type of a GCC
11333 builtin and then its argument prototype would still apply. */
11341 return gluLookAt ();
11346 rm -f conftest.$ac_objext conftest$ac_exeext
11347 if { (ac_try="$ac_link"
11348 case "(($ac_try" in
11349 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11350 *) ac_try_echo
=$ac_try;;
11352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11353 (eval "$ac_link") 2>conftest.er1
11355 grep -v '^ *+' conftest.er1
>conftest.err
11357 cat conftest.err
>&5
11358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11359 (exit $ac_status); } && {
11360 test -z "$ac_c_werror_flag" ||
11361 test ! -s conftest.err
11362 } && test -s conftest
$ac_exeext &&
11363 $as_test_x conftest
$ac_exeext; then
11366 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'` ;;
11367 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11370 echo "$as_me: failed program was:" >&5
11371 sed 's/^/| /' conftest.
$ac_ext >&5
11376 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11377 conftest
$ac_exeext conftest.
$ac_ext
11378 LIBS
=$ac_check_soname_save_LIBS
11380 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11381 { echo "$as_me:$LINENO: result: not found" >&5
11382 echo "${ECHO_T}not found" >&6; }
11385 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11386 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11388 cat >>confdefs.h
<<_ACEOF
11389 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11396 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11397 case "x$with_glu" in
11398 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11400 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11401 This is an error since --with-glu was requested." >&5
11402 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11403 This is an error since --with-glu was requested." >&2;}
11404 { (exit 1); exit 1; }; } ;;
11409 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11412 opengl_msg
="OpenGL development headers not found."
11414 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11415 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11417 enable_opengl32
=${enable_opengl32:-no}
11418 enable_glu32
=${enable_glu32:-no}
11420 if test -n "$opengl_msg"; then
11421 case "x$with_opengl" in
11422 x
) wine_warnings
="$wine_warnings|$opengl_msg
11423 OpenGL and Direct3D won't be supported." ;;
11425 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11426 OpenGL and Direct3D won't be supported.
11427 This is an error since --with-opengl was requested." >&5
11428 echo "$as_me: error: $opengl_msg
11429 OpenGL and Direct3D won't be supported.
11430 This is an error since --with-opengl was requested." >&2;}
11431 { (exit 1); exit 1; }; } ;;
11439 for ac_header
in audio
/audiolib.h
11441 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11442 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11443 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11445 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11446 echo $ECHO_N "(cached) $ECHO_C" >&6
11448 ac_res
=`eval echo '${'$as_ac_Header'}'`
11449 { echo "$as_me:$LINENO: result: $ac_res" >&5
11450 echo "${ECHO_T}$ac_res" >&6; }
11452 # Is the header compilable?
11453 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11454 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11455 cat >conftest.
$ac_ext <<_ACEOF
11458 cat confdefs.h
>>conftest.
$ac_ext
11459 cat >>conftest.
$ac_ext <<_ACEOF
11460 /* end confdefs.h. */
11461 $ac_includes_default
11462 #include <$ac_header>
11464 rm -f conftest.
$ac_objext
11465 if { (ac_try
="$ac_compile"
11466 case "(($ac_try" in
11467 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11468 *) ac_try_echo=$ac_try;;
11470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11471 (eval "$ac_compile") 2>conftest.er1
11473 grep -v '^ *+' conftest.er1 >conftest.err
11475 cat conftest.err >&5
11476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11477 (exit $ac_status); } && {
11478 test -z "$ac_c_werror_flag" ||
11479 test ! -s conftest.err
11480 } && test -s conftest.$ac_objext; then
11481 ac_header_compiler=yes
11483 echo "$as_me: failed program was:" >&5
11484 sed 's/^/| /' conftest.$ac_ext >&5
11486 ac_header_compiler=no
11489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11490 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11491 echo "${ECHO_T}$ac_header_compiler" >&6; }
11493 # Is the header present?
11494 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11495 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11496 cat >conftest.$ac_ext <<_ACEOF
11499 cat confdefs.h >>conftest.$ac_ext
11500 cat >>conftest.$ac_ext <<_ACEOF
11501 /* end confdefs.h. */
11502 #include <$ac_header>
11504 if { (ac_try="$ac_cpp conftest.$ac_ext"
11505 case "(($ac_try" in
11506 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11507 *) ac_try_echo
=$ac_try;;
11509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11510 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11512 grep -v '^ *+' conftest.er1
>conftest.err
11514 cat conftest.err
>&5
11515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11516 (exit $ac_status); } >/dev
/null
&& {
11517 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11518 test ! -s conftest.err
11520 ac_header_preproc
=yes
11522 echo "$as_me: failed program was:" >&5
11523 sed 's/^/| /' conftest.
$ac_ext >&5
11525 ac_header_preproc
=no
11528 rm -f conftest.err conftest.
$ac_ext
11529 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11530 echo "${ECHO_T}$ac_header_preproc" >&6; }
11532 # So? What about this header?
11533 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11535 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11536 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11537 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11538 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11539 ac_header_preproc
=yes
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11543 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11545 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11546 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11547 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11548 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11549 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11551 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11552 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11553 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11555 ## ------------------------------------ ##
11556 ## Report this to wine-devel@winehq.org ##
11557 ## ------------------------------------ ##
11559 ) |
sed "s/^/$as_me: WARNING: /" >&2
11562 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11564 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11565 echo $ECHO_N "(cached) $ECHO_C" >&6
11567 eval "$as_ac_Header=\$ac_header_preproc"
11569 ac_res
=`eval echo '${'$as_ac_Header'}'`
11570 { echo "$as_me:$LINENO: result: $ac_res" >&5
11571 echo "${ECHO_T}$ac_res" >&6; }
11574 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11575 cat >>confdefs.h
<<_ACEOF
11576 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11579 for ac_header
in audio
/soundlib.h
11581 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11582 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11583 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11584 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11585 echo $ECHO_N "(cached) $ECHO_C" >&6
11587 cat >conftest.
$ac_ext <<_ACEOF
11590 cat confdefs.h
>>conftest.
$ac_ext
11591 cat >>conftest.
$ac_ext <<_ACEOF
11592 /* end confdefs.h. */
11593 #include <audio/audiolib.h>
11595 #include <$ac_header>
11597 rm -f conftest.
$ac_objext
11598 if { (ac_try
="$ac_compile"
11599 case "(($ac_try" in
11600 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11601 *) ac_try_echo=$ac_try;;
11603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11604 (eval "$ac_compile") 2>conftest.er1
11606 grep -v '^ *+' conftest.er1 >conftest.err
11608 cat conftest.err >&5
11609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11610 (exit $ac_status); } && {
11611 test -z "$ac_c_werror_flag" ||
11612 test ! -s conftest.err
11613 } && test -s conftest.$ac_objext; then
11614 eval "$as_ac_Header=yes"
11616 echo "$as_me: failed program was:" >&5
11617 sed 's/^/| /' conftest.$ac_ext >&5
11619 eval "$as_ac_Header=no"
11622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11624 ac_res=`eval echo '${'$as_ac_Header'}'`
11625 { echo "$as_me:$LINENO: result: $ac_res" >&5
11626 echo "${ECHO_T}$ac_res" >&6; }
11627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11628 cat >>confdefs.h <<_ACEOF
11629 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11636 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11637 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11638 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11639 echo $ECHO_N "(cached) $ECHO_C" >&6
11641 ac_check_lib_save_LIBS=$LIBS
11642 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11643 cat >conftest.$ac_ext <<_ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11650 /* Override any GCC internal prototype to avoid an error.
11651 Use char because int might match the return type of a GCC
11652 builtin and then its argument prototype would still apply. */
11656 char AuCreateFlow ();
11660 return AuCreateFlow ();
11665 rm -f conftest.$ac_objext conftest$ac_exeext
11666 if { (ac_try="$ac_link"
11667 case "(($ac_try" in
11668 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11669 *) ac_try_echo
=$ac_try;;
11671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11672 (eval "$ac_link") 2>conftest.er1
11674 grep -v '^ *+' conftest.er1
>conftest.err
11676 cat conftest.err
>&5
11677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11678 (exit $ac_status); } && {
11679 test -z "$ac_c_werror_flag" ||
11680 test ! -s conftest.err
11681 } && test -s conftest
$ac_exeext &&
11682 $as_test_x conftest
$ac_exeext; then
11683 ac_cv_lib_audio_AuCreateFlow
=yes
11685 echo "$as_me: failed program was:" >&5
11686 sed 's/^/| /' conftest.
$ac_ext >&5
11688 ac_cv_lib_audio_AuCreateFlow
=no
11691 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11692 conftest
$ac_exeext conftest.
$ac_ext
11693 LIBS
=$ac_check_lib_save_LIBS
11695 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11696 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11697 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11699 cat >>confdefs.h
<<\_ACEOF
11703 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11704 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11705 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11706 echo $ECHO_N "(cached) $ECHO_C" >&6
11708 ac_check_lib_save_LIBS
=$LIBS
11709 LIBS
="-lXau $X_LIBS $LIBS"
11710 cat >conftest.
$ac_ext <<_ACEOF
11713 cat confdefs.h
>>conftest.
$ac_ext
11714 cat >>conftest.
$ac_ext <<_ACEOF
11715 /* end confdefs.h. */
11717 /* Override any GCC internal prototype to avoid an error.
11718 Use char because int might match the return type of a GCC
11719 builtin and then its argument prototype would still apply. */
11723 char XauGetBestAuthByAddr ();
11727 return XauGetBestAuthByAddr ();
11732 rm -f conftest.
$ac_objext conftest
$ac_exeext
11733 if { (ac_try
="$ac_link"
11734 case "(($ac_try" in
11735 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11736 *) ac_try_echo=$ac_try;;
11738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11739 (eval "$ac_link") 2>conftest.er1
11741 grep -v '^ *+' conftest.er1 >conftest.err
11743 cat conftest.err >&5
11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745 (exit $ac_status); } && {
11746 test -z "$ac_c_werror_flag" ||
11747 test ! -s conftest.err
11748 } && test -s conftest$ac_exeext &&
11749 $as_test_x conftest$ac_exeext; then
11750 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11752 echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.$ac_ext >&5
11755 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11759 conftest$ac_exeext conftest.$ac_ext
11760 LIBS=$ac_check_lib_save_LIBS
11762 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11763 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11764 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11765 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11767 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11778 CPPFLAGS="$ac_save_CPPFLAGS"
11783 enable_winex11_drv=${enable_winex11_drv:-no}
11784 enable_opengl32=${enable_opengl32:-no}
11785 enable_glu32=${enable_glu32:-no}
11787 if test "x$XLIB" = "x"; then
11790 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11791 without X support, which probably isn't what you want. You will need to install
11792 development packages of Xlib/Xfree86 at the very least.
11793 Use the --without-x option if you really want this." >&5
11794 echo "$as_me: error: X development files not found. Wine will be built
11795 without X support, which probably isn't what you want. You will need to install
11796 development packages of Xlib/Xfree86 at the very least.
11797 Use the --without-x option if you really want this." >&2;}
11798 { (exit 1); exit 1; }; } ;;
11812 if test "x$with_xml" != "xno"
11814 ac_save_CPPFLAGS="$CPPFLAGS"
11815 if test "$PKG_CONFIG" != "false"
11817 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11818 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11820 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11821 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11823 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11825 for ac_header in libxml/parser.h
11827 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11829 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11830 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11831 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11832 echo $ECHO_N "(cached) $ECHO_C" >&6
11834 ac_res=`eval echo '${'$as_ac_Header'}'`
11835 { echo "$as_me:$LINENO: result: $ac_res" >&5
11836 echo "${ECHO_T}$ac_res" >&6; }
11838 # Is the header compilable?
11839 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11840 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11841 cat >conftest.$ac_ext <<_ACEOF
11844 cat confdefs.h >>conftest.$ac_ext
11845 cat >>conftest.$ac_ext <<_ACEOF
11846 /* end confdefs.h. */
11847 $ac_includes_default
11848 #include <$ac_header>
11850 rm -f conftest.$ac_objext
11851 if { (ac_try="$ac_compile"
11852 case "(($ac_try" in
11853 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11854 *) ac_try_echo
=$ac_try;;
11856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11857 (eval "$ac_compile") 2>conftest.er1
11859 grep -v '^ *+' conftest.er1
>conftest.err
11861 cat conftest.err
>&5
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); } && {
11864 test -z "$ac_c_werror_flag" ||
11865 test ! -s conftest.err
11866 } && test -s conftest.
$ac_objext; then
11867 ac_header_compiler
=yes
11869 echo "$as_me: failed program was:" >&5
11870 sed 's/^/| /' conftest.
$ac_ext >&5
11872 ac_header_compiler
=no
11875 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11876 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11877 echo "${ECHO_T}$ac_header_compiler" >&6; }
11879 # Is the header present?
11880 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11881 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11882 cat >conftest.
$ac_ext <<_ACEOF
11885 cat confdefs.h
>>conftest.
$ac_ext
11886 cat >>conftest.
$ac_ext <<_ACEOF
11887 /* end confdefs.h. */
11888 #include <$ac_header>
11890 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11891 case "(($ac_try" in
11892 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11893 *) ac_try_echo=$ac_try;;
11895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11896 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11898 grep -v '^ *+' conftest.er1 >conftest.err
11900 cat conftest.err >&5
11901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902 (exit $ac_status); } >/dev/null && {
11903 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11904 test ! -s conftest.err
11906 ac_header_preproc=yes
11908 echo "$as_me: failed program was:" >&5
11909 sed 's/^/| /' conftest.$ac_ext >&5
11911 ac_header_preproc=no
11914 rm -f conftest.err conftest.$ac_ext
11915 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11916 echo "${ECHO_T}$ac_header_preproc" >&6; }
11918 # So? What about this header?
11919 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11921 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11922 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11924 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11925 ac_header_preproc=yes
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11929 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11930 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11931 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11932 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11933 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11934 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11935 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11936 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11937 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11938 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11939 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11941 ## ------------------------------------ ##
11942 ## Report this to wine-devel@winehq.org ##
11943 ## ------------------------------------ ##
11945 ) | sed "s/^/$as_me: WARNING: /" >&2
11948 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11950 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11951 echo $ECHO_N "(cached) $ECHO_C" >&6
11953 eval "$as_ac_Header=\$ac_header_preproc"
11955 ac_res=`eval echo '${'$as_ac_Header'}'`
11956 { echo "$as_me:$LINENO: result: $ac_res" >&5
11957 echo "${ECHO_T}$ac_res" >&6; }
11960 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11961 cat >>confdefs.h <<_ACEOF
11962 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11964 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11965 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11966 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11967 echo $ECHO_N "(cached) $ECHO_C" >&6
11969 ac_check_lib_save_LIBS=$LIBS
11970 LIBS="-lxml2 $ac_xml_libs $LIBS"
11971 cat >conftest.$ac_ext <<_ACEOF
11974 cat confdefs.h >>conftest.$ac_ext
11975 cat >>conftest.$ac_ext <<_ACEOF
11976 /* end confdefs.h. */
11978 /* Override any GCC internal prototype to avoid an error.
11979 Use char because int might match the return type of a GCC
11980 builtin and then its argument prototype would still apply. */
11984 char xmlParseMemory ();
11988 return xmlParseMemory ();
11993 rm -f conftest.$ac_objext conftest$ac_exeext
11994 if { (ac_try="$ac_link"
11995 case "(($ac_try" in
11996 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11997 *) ac_try_echo
=$ac_try;;
11999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12000 (eval "$ac_link") 2>conftest.er1
12002 grep -v '^ *+' conftest.er1
>conftest.err
12004 cat conftest.err
>&5
12005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12006 (exit $ac_status); } && {
12007 test -z "$ac_c_werror_flag" ||
12008 test ! -s conftest.err
12009 } && test -s conftest
$ac_exeext &&
12010 $as_test_x conftest
$ac_exeext; then
12011 ac_cv_lib_xml2_xmlParseMemory
=yes
12013 echo "$as_me: failed program was:" >&5
12014 sed 's/^/| /' conftest.
$ac_ext >&5
12016 ac_cv_lib_xml2_xmlParseMemory
=no
12019 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12020 conftest
$ac_exeext conftest.
$ac_ext
12021 LIBS
=$ac_check_lib_save_LIBS
12023 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12024 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12025 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12027 cat >>confdefs.h
<<\_ACEOF
12028 #define HAVE_LIBXML2 1
12031 XML2LIBS
="$ac_xml_libs"
12032 XML2INCL
="$ac_xml_cflags"
12035 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12036 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12037 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12038 echo $ECHO_N "(cached) $ECHO_C" >&6
12040 ac_check_lib_save_LIBS
=$LIBS
12041 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12042 cat >conftest.
$ac_ext <<_ACEOF
12045 cat confdefs.h
>>conftest.
$ac_ext
12046 cat >>conftest.
$ac_ext <<_ACEOF
12047 /* end confdefs.h. */
12049 /* Override any GCC internal prototype to avoid an error.
12050 Use char because int might match the return type of a GCC
12051 builtin and then its argument prototype would still apply. */
12055 char xmlReadMemory ();
12059 return xmlReadMemory ();
12064 rm -f conftest.
$ac_objext conftest
$ac_exeext
12065 if { (ac_try
="$ac_link"
12066 case "(($ac_try" in
12067 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12068 *) ac_try_echo=$ac_try;;
12070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12071 (eval "$ac_link") 2>conftest.er1
12073 grep -v '^ *+' conftest.er1 >conftest.err
12075 cat conftest.err >&5
12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077 (exit $ac_status); } && {
12078 test -z "$ac_c_werror_flag" ||
12079 test ! -s conftest.err
12080 } && test -s conftest$ac_exeext &&
12081 $as_test_x conftest$ac_exeext; then
12082 ac_cv_lib_xml2_xmlReadMemory=yes
12084 echo "$as_me: failed program was:" >&5
12085 sed 's/^/| /' conftest.$ac_ext >&5
12087 ac_cv_lib_xml2_xmlReadMemory=no
12090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12091 conftest$ac_exeext conftest.$ac_ext
12092 LIBS=$ac_check_lib_save_LIBS
12094 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12095 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12096 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12098 cat >>confdefs.h <<\_ACEOF
12099 #define HAVE_XMLREADMEMORY 1
12104 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12105 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12106 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12107 echo $ECHO_N "(cached) $ECHO_C" >&6
12109 ac_check_lib_save_LIBS=$LIBS
12110 LIBS="-lxml2 $ac_xml_libs $LIBS"
12111 cat >conftest.$ac_ext <<_ACEOF
12114 cat confdefs.h >>conftest.$ac_ext
12115 cat >>conftest.$ac_ext <<_ACEOF
12116 /* end confdefs.h. */
12118 /* Override any GCC internal prototype to avoid an error.
12119 Use char because int might match the return type of a GCC
12120 builtin and then its argument prototype would still apply. */
12124 char xmlNewDocPI ();
12128 return xmlNewDocPI ();
12133 rm -f conftest.$ac_objext conftest$ac_exeext
12134 if { (ac_try="$ac_link"
12135 case "(($ac_try" in
12136 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12137 *) ac_try_echo
=$ac_try;;
12139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12140 (eval "$ac_link") 2>conftest.er1
12142 grep -v '^ *+' conftest.er1
>conftest.err
12144 cat conftest.err
>&5
12145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12146 (exit $ac_status); } && {
12147 test -z "$ac_c_werror_flag" ||
12148 test ! -s conftest.err
12149 } && test -s conftest
$ac_exeext &&
12150 $as_test_x conftest
$ac_exeext; then
12151 ac_cv_lib_xml2_xmlNewDocPI
=yes
12153 echo "$as_me: failed program was:" >&5
12154 sed 's/^/| /' conftest.
$ac_ext >&5
12156 ac_cv_lib_xml2_xmlNewDocPI
=no
12159 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12160 conftest
$ac_exeext conftest.
$ac_ext
12161 LIBS
=$ac_check_lib_save_LIBS
12163 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12164 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12165 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12167 cat >>confdefs.h
<<\_ACEOF
12168 #define HAVE_XMLNEWDOCPI 1
12178 CPPFLAGS
="$ac_save_CPPFLAGS"
12180 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12181 case "x$with_xml" in
12182 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12184 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12185 This is an error since --with-xml was requested." >&5
12186 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12187 This is an error since --with-xml was requested." >&2;}
12188 { (exit 1); exit 1; }; } ;;
12193 if test "x$with_xslt" != "xno"
12195 if test "$PKG_CONFIG" != "false"
12197 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12198 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12200 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12201 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12203 ac_save_CPPFLAGS
="$CPPFLAGS"
12204 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12207 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12209 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12210 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12211 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12212 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12213 echo $ECHO_N "(cached) $ECHO_C" >&6
12215 cat >conftest.
$ac_ext <<_ACEOF
12218 cat confdefs.h
>>conftest.
$ac_ext
12219 cat >>conftest.
$ac_ext <<_ACEOF
12220 /* end confdefs.h. */
12221 #ifdef HAVE_LIBXSLT_PATTERN_H
12222 # include <libxslt/pattern.h>
12225 #include <$ac_header>
12227 rm -f conftest.
$ac_objext
12228 if { (ac_try
="$ac_compile"
12229 case "(($ac_try" in
12230 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12231 *) ac_try_echo=$ac_try;;
12233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12234 (eval "$ac_compile") 2>conftest.er1
12236 grep -v '^ *+' conftest.er1 >conftest.err
12238 cat conftest.err >&5
12239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240 (exit $ac_status); } && {
12241 test -z "$ac_c_werror_flag" ||
12242 test ! -s conftest.err
12243 } && test -s conftest.$ac_objext; then
12244 eval "$as_ac_Header=yes"
12246 echo "$as_me: failed program was:" >&5
12247 sed 's/^/| /' conftest.$ac_ext >&5
12249 eval "$as_ac_Header=no"
12252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12254 ac_res=`eval echo '${'$as_ac_Header'}'`
12255 { echo "$as_me:$LINENO: result: $ac_res" >&5
12256 echo "${ECHO_T}$ac_res" >&6; }
12257 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12258 cat >>confdefs.h <<_ACEOF
12259 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12266 CPPFLAGS="$ac_save_CPPFLAGS"
12267 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12269 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12270 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12271 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12272 echo $ECHO_N "(cached) $ECHO_C" >&6
12274 ac_check_lib_save_LIBS=$LIBS
12275 LIBS="-lxslt $ac_xslt_libs $LIBS"
12276 cat >conftest.$ac_ext <<_ACEOF
12279 cat confdefs.h >>conftest.$ac_ext
12280 cat >>conftest.$ac_ext <<_ACEOF
12281 /* end confdefs.h. */
12283 /* Override any GCC internal prototype to avoid an error.
12284 Use char because int might match the return type of a GCC
12285 builtin and then its argument prototype would still apply. */
12289 char xsltCompilePattern ();
12293 return xsltCompilePattern ();
12298 rm -f conftest.$ac_objext conftest$ac_exeext
12299 if { (ac_try="$ac_link"
12300 case "(($ac_try" in
12301 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12302 *) ac_try_echo
=$ac_try;;
12304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12305 (eval "$ac_link") 2>conftest.er1
12307 grep -v '^ *+' conftest.er1
>conftest.err
12309 cat conftest.err
>&5
12310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12311 (exit $ac_status); } && {
12312 test -z "$ac_c_werror_flag" ||
12313 test ! -s conftest.err
12314 } && test -s conftest
$ac_exeext &&
12315 $as_test_x conftest
$ac_exeext; then
12316 ac_cv_lib_xslt_xsltCompilePattern
=yes
12318 echo "$as_me: failed program was:" >&5
12319 sed 's/^/| /' conftest.
$ac_ext >&5
12321 ac_cv_lib_xslt_xsltCompilePattern
=no
12324 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12325 conftest
$ac_exeext conftest.
$ac_ext
12326 LIBS
=$ac_check_lib_save_LIBS
12328 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12329 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12330 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12332 cat >>confdefs.h
<<\_ACEOF
12333 #define HAVE_LIBXSLT 1
12336 XSLTLIBS
="$ac_xslt_libs"
12337 XSLTINCL
="$ac_xslt_cflags"
12338 ac_save_LIBS
="$LIBS"
12339 LIBS
="$LIBS $ac_xslt_libs"
12341 for ac_func
in xsltInit
12343 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12344 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12345 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12346 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12347 echo $ECHO_N "(cached) $ECHO_C" >&6
12349 cat >conftest.
$ac_ext <<_ACEOF
12352 cat confdefs.h
>>conftest.
$ac_ext
12353 cat >>conftest.
$ac_ext <<_ACEOF
12354 /* end confdefs.h. */
12355 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12357 #define $ac_func innocuous_$ac_func
12359 /* System header to define __stub macros and hopefully few prototypes,
12360 which can conflict with char $ac_func (); below.
12361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12362 <limits.h> exists even on freestanding compilers. */
12365 # include <limits.h>
12367 # include <assert.h>
12372 /* Override any GCC internal prototype to avoid an error.
12373 Use char because int might match the return type of a GCC
12374 builtin and then its argument prototype would still apply. */
12379 /* The GNU C library defines this for functions which it implements
12380 to always fail with ENOSYS. Some functions are actually named
12381 something starting with __ and the normal name is an alias. */
12382 #if defined __stub_$ac_func || defined __stub___$ac_func
12389 return $ac_func ();
12394 rm -f conftest.
$ac_objext conftest
$ac_exeext
12395 if { (ac_try
="$ac_link"
12396 case "(($ac_try" in
12397 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12398 *) ac_try_echo=$ac_try;;
12400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12401 (eval "$ac_link") 2>conftest.er1
12403 grep -v '^ *+' conftest.er1 >conftest.err
12405 cat conftest.err >&5
12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12407 (exit $ac_status); } && {
12408 test -z "$ac_c_werror_flag" ||
12409 test ! -s conftest.err
12410 } && test -s conftest$ac_exeext &&
12411 $as_test_x conftest$ac_exeext; then
12412 eval "$as_ac_var=yes"
12414 echo "$as_me: failed program was:" >&5
12415 sed 's/^/| /' conftest.$ac_ext >&5
12417 eval "$as_ac_var=no"
12420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12421 conftest$ac_exeext conftest.$ac_ext
12423 ac_res=`eval echo '${'$as_ac_var'}'`
12424 { echo "$as_me:$LINENO: result: $ac_res" >&5
12425 echo "${ECHO_T}$ac_res" >&6; }
12426 if test `eval echo '${'$as_ac_var'}'` = yes; then
12427 cat >>confdefs.h <<_ACEOF
12428 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12434 LIBS="$ac_save_LIBS"
12439 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12440 case "x$with_xslt" in
12441 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12443 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12444 This is an error since --with-xslt was requested." >&5
12445 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12446 This is an error since --with-xslt was requested." >&2;}
12447 { (exit 1); exit 1; }; } ;;
12454 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12456 ac_save_CPPFLAGS="$CPPFLAGS"
12457 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12458 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12459 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12462 for ac_header in dbus/dbus.h hal/libhal.h
12464 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12466 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12467 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12469 echo $ECHO_N "(cached) $ECHO_C" >&6
12471 ac_res=`eval echo '${'$as_ac_Header'}'`
12472 { echo "$as_me:$LINENO: result: $ac_res" >&5
12473 echo "${ECHO_T}$ac_res" >&6; }
12475 # Is the header compilable?
12476 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12477 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12478 cat >conftest.$ac_ext <<_ACEOF
12481 cat confdefs.h >>conftest.$ac_ext
12482 cat >>conftest.$ac_ext <<_ACEOF
12483 /* end confdefs.h. */
12484 $ac_includes_default
12485 #include <$ac_header>
12487 rm -f conftest.$ac_objext
12488 if { (ac_try="$ac_compile"
12489 case "(($ac_try" in
12490 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12491 *) ac_try_echo
=$ac_try;;
12493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12494 (eval "$ac_compile") 2>conftest.er1
12496 grep -v '^ *+' conftest.er1
>conftest.err
12498 cat conftest.err
>&5
12499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12500 (exit $ac_status); } && {
12501 test -z "$ac_c_werror_flag" ||
12502 test ! -s conftest.err
12503 } && test -s conftest.
$ac_objext; then
12504 ac_header_compiler
=yes
12506 echo "$as_me: failed program was:" >&5
12507 sed 's/^/| /' conftest.
$ac_ext >&5
12509 ac_header_compiler
=no
12512 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12513 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12514 echo "${ECHO_T}$ac_header_compiler" >&6; }
12516 # Is the header present?
12517 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12518 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12519 cat >conftest.
$ac_ext <<_ACEOF
12522 cat confdefs.h
>>conftest.
$ac_ext
12523 cat >>conftest.
$ac_ext <<_ACEOF
12524 /* end confdefs.h. */
12525 #include <$ac_header>
12527 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12528 case "(($ac_try" in
12529 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12530 *) ac_try_echo=$ac_try;;
12532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12533 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12535 grep -v '^ *+' conftest.er1 >conftest.err
12537 cat conftest.err >&5
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } >/dev/null && {
12540 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12541 test ! -s conftest.err
12543 ac_header_preproc=yes
12545 echo "$as_me: failed program was:" >&5
12546 sed 's/^/| /' conftest.$ac_ext >&5
12548 ac_header_preproc=no
12551 rm -f conftest.err conftest.$ac_ext
12552 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12553 echo "${ECHO_T}$ac_header_preproc" >&6; }
12555 # So? What about this header?
12556 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12558 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12559 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12560 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12561 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12562 ac_header_preproc=yes
12565 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12566 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12567 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12568 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12569 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12570 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12571 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12572 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12573 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12574 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12575 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12576 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12578 ## ------------------------------------ ##
12579 ## Report this to wine-devel@winehq.org ##
12580 ## ------------------------------------ ##
12582 ) | sed "s/^/$as_me: WARNING: /" >&2
12585 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12586 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12587 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12588 echo $ECHO_N "(cached) $ECHO_C" >&6
12590 eval "$as_ac_Header=\$ac_header_preproc"
12592 ac_res=`eval echo '${'$as_ac_Header'}'`
12593 { echo "$as_me:$LINENO: result: $ac_res" >&5
12594 echo "${ECHO_T}$ac_res" >&6; }
12597 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12598 cat >>confdefs.h <<_ACEOF
12599 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12606 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12608 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12609 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12610 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12611 echo $ECHO_N "(cached) $ECHO_C" >&6
12613 ac_check_lib_save_LIBS=$LIBS
12614 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12615 cat >conftest.$ac_ext <<_ACEOF
12618 cat confdefs.h >>conftest.$ac_ext
12619 cat >>conftest.$ac_ext <<_ACEOF
12620 /* end confdefs.h. */
12622 /* Override any GCC internal prototype to avoid an error.
12623 Use char because int might match the return type of a GCC
12624 builtin and then its argument prototype would still apply. */
12628 char dbus_connection_close ();
12632 return dbus_connection_close ();
12637 rm -f conftest.$ac_objext conftest$ac_exeext
12638 if { (ac_try="$ac_link"
12639 case "(($ac_try" in
12640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12641 *) ac_try_echo
=$ac_try;;
12643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12644 (eval "$ac_link") 2>conftest.er1
12646 grep -v '^ *+' conftest.er1
>conftest.err
12648 cat conftest.err
>&5
12649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12650 (exit $ac_status); } && {
12651 test -z "$ac_c_werror_flag" ||
12652 test ! -s conftest.err
12653 } && test -s conftest
$ac_exeext &&
12654 $as_test_x conftest
$ac_exeext; then
12655 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12657 echo "$as_me: failed program was:" >&5
12658 sed 's/^/| /' conftest.
$ac_ext >&5
12660 ac_cv_lib_dbus_1_dbus_connection_close
=no
12663 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12664 conftest
$ac_exeext conftest.
$ac_ext
12665 LIBS
=$ac_check_lib_save_LIBS
12667 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12668 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12669 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12670 { echo "$as_me:$LINENO: checking for -lhal" >&5
12671 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12672 if test "${ac_cv_lib_soname_hal+set}" = set; then
12673 echo $ECHO_N "(cached) $ECHO_C" >&6
12675 ac_check_soname_save_LIBS
=$LIBS
12676 LIBS
="-lhal $ac_hal_libs $LIBS"
12677 cat >conftest.
$ac_ext <<_ACEOF
12680 cat confdefs.h
>>conftest.
$ac_ext
12681 cat >>conftest.
$ac_ext <<_ACEOF
12682 /* end confdefs.h. */
12684 /* Override any GCC internal prototype to avoid an error.
12685 Use char because int might match the return type of a GCC
12686 builtin and then its argument prototype would still apply. */
12690 char libhal_ctx_new ();
12694 return libhal_ctx_new ();
12699 rm -f conftest.
$ac_objext conftest
$ac_exeext
12700 if { (ac_try
="$ac_link"
12701 case "(($ac_try" in
12702 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12703 *) ac_try_echo=$ac_try;;
12705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12706 (eval "$ac_link") 2>conftest.er1
12708 grep -v '^ *+' conftest.er1 >conftest.err
12710 cat conftest.err >&5
12711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12712 (exit $ac_status); } && {
12713 test -z "$ac_c_werror_flag" ||
12714 test ! -s conftest.err
12715 } && test -s conftest$ac_exeext &&
12716 $as_test_x conftest$ac_exeext; then
12719 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'` ;;
12720 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12723 echo "$as_me: failed program was:" >&5
12724 sed 's/^/| /' conftest.$ac_ext >&5
12729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12730 conftest$ac_exeext conftest.$ac_ext
12731 LIBS=$ac_check_soname_save_LIBS
12733 if test "x$ac_cv_lib_soname_hal" = "x"; then
12734 { echo "$as_me:$LINENO: result: not found" >&5
12735 echo "${ECHO_T}not found" >&6; }
12738 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12739 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12741 cat >>confdefs.h <<_ACEOF
12742 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12745 HALINCL="$ac_hal_cflags"
12751 CPPFLAGS="$ac_save_CPPFLAGS"
12753 if test "x$ac_cv_lib_soname_hal" = "x"; then
12754 case "x$with_hal" in
12755 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12757 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12758 This is an error since --with-hal was requested." >&5
12759 echo "$as_me: error: libhal development files not found, no dynamic device support.
12760 This is an error since --with-hal was requested." >&2;}
12761 { (exit 1); exit 1; }; } ;;
12766 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12768 ac_save_CPPFLAGS="$CPPFLAGS"
12769 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls
2>/dev
/null
`"
12770 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls
2>/dev
/null
`"
12771 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12772 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12773 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12774 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12775 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12776 echo $ECHO_N "(cached) $ECHO_C" >&6
12778 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12779 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12781 # Is the header compilable?
12782 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12783 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12784 cat >conftest.$ac_ext <<_ACEOF
12787 cat confdefs.h >>conftest.$ac_ext
12788 cat >>conftest.$ac_ext <<_ACEOF
12789 /* end confdefs.h. */
12790 $ac_includes_default
12791 #include <gnutls/gnutls.h>
12793 rm -f conftest.$ac_objext
12794 if { (ac_try="$ac_compile"
12795 case "(($ac_try" in
12796 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12797 *) ac_try_echo
=$ac_try;;
12799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12800 (eval "$ac_compile") 2>conftest.er1
12802 grep -v '^ *+' conftest.er1
>conftest.err
12804 cat conftest.err
>&5
12805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12806 (exit $ac_status); } && {
12807 test -z "$ac_c_werror_flag" ||
12808 test ! -s conftest.err
12809 } && test -s conftest.
$ac_objext; then
12810 ac_header_compiler
=yes
12812 echo "$as_me: failed program was:" >&5
12813 sed 's/^/| /' conftest.
$ac_ext >&5
12815 ac_header_compiler
=no
12818 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12819 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12820 echo "${ECHO_T}$ac_header_compiler" >&6; }
12822 # Is the header present?
12823 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12824 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12825 cat >conftest.
$ac_ext <<_ACEOF
12828 cat confdefs.h
>>conftest.
$ac_ext
12829 cat >>conftest.
$ac_ext <<_ACEOF
12830 /* end confdefs.h. */
12831 #include <gnutls/gnutls.h>
12833 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12834 case "(($ac_try" in
12835 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12836 *) ac_try_echo=$ac_try;;
12838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12839 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12841 grep -v '^ *+' conftest.er1 >conftest.err
12843 cat conftest.err >&5
12844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12845 (exit $ac_status); } >/dev/null && {
12846 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12847 test ! -s conftest.err
12849 ac_header_preproc=yes
12851 echo "$as_me: failed program was:" >&5
12852 sed 's/^/| /' conftest.$ac_ext >&5
12854 ac_header_preproc=no
12857 rm -f conftest.err conftest.$ac_ext
12858 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12859 echo "${ECHO_T}$ac_header_preproc" >&6; }
12861 # So? What about this header?
12862 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12864 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12865 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12866 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12867 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12868 ac_header_preproc=yes
12871 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12872 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12873 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12874 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12875 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12876 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12877 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12878 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12879 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12880 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12881 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12882 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12884 ## ------------------------------------ ##
12885 ## Report this to wine-devel@winehq.org ##
12886 ## ------------------------------------ ##
12888 ) | sed "s/^/$as_me: WARNING: /" >&2
12891 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12892 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12893 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12894 echo $ECHO_N "(cached) $ECHO_C" >&6
12896 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12898 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12899 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12902 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12903 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12904 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12905 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12906 echo $ECHO_N "(cached) $ECHO_C" >&6
12908 ac_check_soname_save_LIBS=$LIBS
12909 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12910 cat >conftest.$ac_ext <<_ACEOF
12913 cat confdefs.h >>conftest.$ac_ext
12914 cat >>conftest.$ac_ext <<_ACEOF
12915 /* end confdefs.h. */
12917 /* Override any GCC internal prototype to avoid an error.
12918 Use char because int might match the return type of a GCC
12919 builtin and then its argument prototype would still apply. */
12923 char gnutls_global_init ();
12927 return gnutls_global_init ();
12932 rm -f conftest.$ac_objext conftest$ac_exeext
12933 if { (ac_try="$ac_link"
12934 case "(($ac_try" in
12935 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12936 *) ac_try_echo
=$ac_try;;
12938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12939 (eval "$ac_link") 2>conftest.er1
12941 grep -v '^ *+' conftest.er1
>conftest.err
12943 cat conftest.err
>&5
12944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12945 (exit $ac_status); } && {
12946 test -z "$ac_c_werror_flag" ||
12947 test ! -s conftest.err
12948 } && test -s conftest
$ac_exeext &&
12949 $as_test_x conftest
$ac_exeext; then
12952 dylib
) ac_cv_lib_soname_gnutls
=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12953 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12956 echo "$as_me: failed program was:" >&5
12957 sed 's/^/| /' conftest.
$ac_ext >&5
12962 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12963 conftest
$ac_exeext conftest.
$ac_ext
12964 LIBS
=$ac_check_soname_save_LIBS
12966 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12967 { echo "$as_me:$LINENO: result: not found" >&5
12968 echo "${ECHO_T}not found" >&6; }
12971 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12972 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12974 cat >>confdefs.h
<<_ACEOF
12975 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12978 GNUTLSINCL
="$ac_gnutls_cflags"
12985 CPPFLAGS
="$ac_save_CPPFLAGS"
12987 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12988 case "x$with_gnutls" in
12989 x
) wine_notices
="$wine_notices|libgnutls development files not found, no schannel support." ;;
12991 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12992 This is an error since --with-gnutls was requested." >&5
12993 echo "$as_me: error: libgnutls development files not found, no schannel support.
12994 This is an error since --with-gnutls was requested." >&2;}
12995 { (exit 1); exit 1; }; } ;;
13001 if test "$ac_cv_header_ncurses_h" = "yes"
13003 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13004 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13005 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13006 echo $ECHO_N "(cached) $ECHO_C" >&6
13008 ac_check_soname_save_LIBS
=$LIBS
13009 LIBS
="-lncurses $LIBS"
13010 cat >conftest.
$ac_ext <<_ACEOF
13013 cat confdefs.h
>>conftest.
$ac_ext
13014 cat >>conftest.
$ac_ext <<_ACEOF
13015 /* end confdefs.h. */
13017 /* Override any GCC internal prototype to avoid an error.
13018 Use char because int might match the return type of a GCC
13019 builtin and then its argument prototype would still apply. */
13032 rm -f conftest.
$ac_objext conftest
$ac_exeext
13033 if { (ac_try
="$ac_link"
13034 case "(($ac_try" in
13035 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13036 *) ac_try_echo=$ac_try;;
13038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13039 (eval "$ac_link") 2>conftest.er1
13041 grep -v '^ *+' conftest.er1 >conftest.err
13043 cat conftest.err >&5
13044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13045 (exit $ac_status); } && {
13046 test -z "$ac_c_werror_flag" ||
13047 test ! -s conftest.err
13048 } && test -s conftest$ac_exeext &&
13049 $as_test_x conftest$ac_exeext; then
13052 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'` ;;
13053 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13056 echo "$as_me: failed program was:" >&5
13057 sed 's/^/| /' conftest.$ac_ext >&5
13062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13063 conftest$ac_exeext conftest.$ac_ext
13064 LIBS=$ac_check_soname_save_LIBS
13066 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13067 { echo "$as_me:$LINENO: result: not found" >&5
13068 echo "${ECHO_T}not found" >&6; }
13071 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13072 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13074 cat >>confdefs.h <<_ACEOF
13075 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13078 CURSESLIBS="-lncurses"
13081 elif test "$ac_cv_header_curses_h" = "yes"
13083 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13084 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13085 if test "${ac_cv_lib_soname_curses+set}" = set; then
13086 echo $ECHO_N "(cached) $ECHO_C" >&6
13088 ac_check_soname_save_LIBS=$LIBS
13089 LIBS="-lcurses $LIBS"
13090 cat >conftest.$ac_ext <<_ACEOF
13093 cat confdefs.h >>conftest.$ac_ext
13094 cat >>conftest.$ac_ext <<_ACEOF
13095 /* end confdefs.h. */
13097 /* Override any GCC internal prototype to avoid an error.
13098 Use char because int might match the return type of a GCC
13099 builtin and then its argument prototype would still apply. */
13112 rm -f conftest.$ac_objext conftest$ac_exeext
13113 if { (ac_try="$ac_link"
13114 case "(($ac_try" in
13115 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13116 *) ac_try_echo
=$ac_try;;
13118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13119 (eval "$ac_link") 2>conftest.er1
13121 grep -v '^ *+' conftest.er1
>conftest.err
13123 cat conftest.err
>&5
13124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); } && {
13126 test -z "$ac_c_werror_flag" ||
13127 test ! -s conftest.err
13128 } && test -s conftest
$ac_exeext &&
13129 $as_test_x conftest
$ac_exeext; then
13132 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'` ;;
13133 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13136 echo "$as_me: failed program was:" >&5
13137 sed 's/^/| /' conftest.
$ac_ext >&5
13142 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13143 conftest
$ac_exeext conftest.
$ac_ext
13144 LIBS
=$ac_check_soname_save_LIBS
13146 if test "x$ac_cv_lib_soname_curses" = "x"; then
13147 { echo "$as_me:$LINENO: result: not found" >&5
13148 echo "${ECHO_T}not found" >&6; }
13151 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13152 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13154 cat >>confdefs.h
<<_ACEOF
13155 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13158 CURSESLIBS
="-lcurses"
13162 ac_save_LIBS
="$LIBS"
13163 LIBS
="$LIBS $CURSESLIBS"
13165 for ac_func
in mousemask
13167 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13168 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13169 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13170 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13171 echo $ECHO_N "(cached) $ECHO_C" >&6
13173 cat >conftest.
$ac_ext <<_ACEOF
13176 cat confdefs.h
>>conftest.
$ac_ext
13177 cat >>conftest.
$ac_ext <<_ACEOF
13178 /* end confdefs.h. */
13179 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13180 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13181 #define $ac_func innocuous_$ac_func
13183 /* System header to define __stub macros and hopefully few prototypes,
13184 which can conflict with char $ac_func (); below.
13185 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13186 <limits.h> exists even on freestanding compilers. */
13189 # include <limits.h>
13191 # include <assert.h>
13196 /* Override any GCC internal prototype to avoid an error.
13197 Use char because int might match the return type of a GCC
13198 builtin and then its argument prototype would still apply. */
13203 /* The GNU C library defines this for functions which it implements
13204 to always fail with ENOSYS. Some functions are actually named
13205 something starting with __ and the normal name is an alias. */
13206 #if defined __stub_$ac_func || defined __stub___$ac_func
13213 return $ac_func ();
13218 rm -f conftest.
$ac_objext conftest
$ac_exeext
13219 if { (ac_try
="$ac_link"
13220 case "(($ac_try" in
13221 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13222 *) ac_try_echo=$ac_try;;
13224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13225 (eval "$ac_link") 2>conftest.er1
13227 grep -v '^ *+' conftest.er1 >conftest.err
13229 cat conftest.err >&5
13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231 (exit $ac_status); } && {
13232 test -z "$ac_c_werror_flag" ||
13233 test ! -s conftest.err
13234 } && test -s conftest$ac_exeext &&
13235 $as_test_x conftest$ac_exeext; then
13236 eval "$as_ac_var=yes"
13238 echo "$as_me: failed program was:" >&5
13239 sed 's/^/| /' conftest.$ac_ext >&5
13241 eval "$as_ac_var=no"
13244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13245 conftest$ac_exeext conftest.$ac_ext
13247 ac_res=`eval echo '${'$as_ac_var'}'`
13248 { echo "$as_me:$LINENO: result: $ac_res" >&5
13249 echo "${ECHO_T}$ac_res" >&6; }
13250 if test `eval echo '${'$as_ac_var'}'` = yes; then
13251 cat >>confdefs.h <<_ACEOF
13252 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13258 LIBS="$ac_save_LIBS"
13259 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13260 case "x$with_curses" in
13261 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13263 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13264 This is an error since --with-curses was requested." >&5
13265 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13266 This is an error since --with-curses was requested." >&2;}
13267 { (exit 1); exit 1; }; } ;;
13272 # Extract the first word of "sane-config", so it can be a program name with args.
13273 set dummy sane-config; ac_word=$2
13274 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13276 if test "${ac_cv_prog_sane_devel+set}" = set; then
13277 echo $ECHO_N "(cached) $ECHO_C" >&6
13279 if test -n "$sane_devel"; then
13280 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13283 for as_dir in $PATH
13286 test -z "$as_dir" && as_dir=.
13287 for ac_exec_ext in '' $ac_executable_extensions; do
13288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13289 ac_cv_prog_sane_devel="sane-config"
13290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13297 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13300 sane_devel=$ac_cv_prog_sane_devel
13301 if test -n "$sane_devel"; then
13302 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13303 echo "${ECHO_T}$sane_devel" >&6; }
13305 { echo "$as_me:$LINENO: result: no" >&5
13306 echo "${ECHO_T}no" >&6; }
13310 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13312 ac_sane_incl="`$sane_devel --cflags`"
13313 ac_sane_libs="`$sane_devel --ldflags`"
13314 ac_save_CPPFLAGS="$CPPFLAGS"
13315 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13316 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13317 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13318 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13319 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13320 echo $ECHO_N "(cached) $ECHO_C" >&6
13322 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13323 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13325 # Is the header compilable?
13326 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13327 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13328 cat >conftest.$ac_ext <<_ACEOF
13331 cat confdefs.h >>conftest.$ac_ext
13332 cat >>conftest.$ac_ext <<_ACEOF
13333 /* end confdefs.h. */
13334 $ac_includes_default
13335 #include <sane/sane.h>
13337 rm -f conftest.$ac_objext
13338 if { (ac_try="$ac_compile"
13339 case "(($ac_try" in
13340 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13341 *) ac_try_echo
=$ac_try;;
13343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13344 (eval "$ac_compile") 2>conftest.er1
13346 grep -v '^ *+' conftest.er1
>conftest.err
13348 cat conftest.err
>&5
13349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13350 (exit $ac_status); } && {
13351 test -z "$ac_c_werror_flag" ||
13352 test ! -s conftest.err
13353 } && test -s conftest.
$ac_objext; then
13354 ac_header_compiler
=yes
13356 echo "$as_me: failed program was:" >&5
13357 sed 's/^/| /' conftest.
$ac_ext >&5
13359 ac_header_compiler
=no
13362 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13363 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13364 echo "${ECHO_T}$ac_header_compiler" >&6; }
13366 # Is the header present?
13367 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13368 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13369 cat >conftest.
$ac_ext <<_ACEOF
13372 cat confdefs.h
>>conftest.
$ac_ext
13373 cat >>conftest.
$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 #include <sane/sane.h>
13377 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13378 case "(($ac_try" in
13379 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13380 *) ac_try_echo=$ac_try;;
13382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13383 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13385 grep -v '^ *+' conftest.er1 >conftest.err
13387 cat conftest.err >&5
13388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13389 (exit $ac_status); } >/dev/null && {
13390 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13391 test ! -s conftest.err
13393 ac_header_preproc=yes
13395 echo "$as_me: failed program was:" >&5
13396 sed 's/^/| /' conftest.$ac_ext >&5
13398 ac_header_preproc=no
13401 rm -f conftest.err conftest.$ac_ext
13402 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13403 echo "${ECHO_T}$ac_header_preproc" >&6; }
13405 # So? What about this header?
13406 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13408 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13409 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13410 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13411 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13412 ac_header_preproc=yes
13415 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13416 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13417 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13418 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13419 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13420 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13421 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13422 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13423 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13424 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13425 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13426 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13428 ## ------------------------------------ ##
13429 ## Report this to wine-devel@winehq.org ##
13430 ## ------------------------------------ ##
13432 ) | sed "s/^/$as_me: WARNING: /" >&2
13435 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13436 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13437 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13438 echo $ECHO_N "(cached) $ECHO_C" >&6
13440 ac_cv_header_sane_sane_h=$ac_header_preproc
13442 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13443 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13446 if test $ac_cv_header_sane_sane_h = yes; then
13447 { echo "$as_me:$LINENO: checking for -lsane" >&5
13448 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13449 if test "${ac_cv_lib_soname_sane+set}" = set; then
13450 echo $ECHO_N "(cached) $ECHO_C" >&6
13452 ac_check_soname_save_LIBS=$LIBS
13453 LIBS="-lsane $ac_sane_libs $LIBS"
13454 cat >conftest.$ac_ext <<_ACEOF
13457 cat confdefs.h >>conftest.$ac_ext
13458 cat >>conftest.$ac_ext <<_ACEOF
13459 /* end confdefs.h. */
13461 /* Override any GCC internal prototype to avoid an error.
13462 Use char because int might match the return type of a GCC
13463 builtin and then its argument prototype would still apply. */
13471 return sane_init ();
13476 rm -f conftest.$ac_objext conftest$ac_exeext
13477 if { (ac_try="$ac_link"
13478 case "(($ac_try" in
13479 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13480 *) ac_try_echo
=$ac_try;;
13482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13483 (eval "$ac_link") 2>conftest.er1
13485 grep -v '^ *+' conftest.er1
>conftest.err
13487 cat conftest.err
>&5
13488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13489 (exit $ac_status); } && {
13490 test -z "$ac_c_werror_flag" ||
13491 test ! -s conftest.err
13492 } && test -s conftest
$ac_exeext &&
13493 $as_test_x conftest
$ac_exeext; then
13496 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'` ;;
13497 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13500 echo "$as_me: failed program was:" >&5
13501 sed 's/^/| /' conftest.
$ac_ext >&5
13506 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13507 conftest
$ac_exeext conftest.
$ac_ext
13508 LIBS
=$ac_check_soname_save_LIBS
13510 if test "x$ac_cv_lib_soname_sane" = "x"; then
13511 { echo "$as_me:$LINENO: result: not found" >&5
13512 echo "${ECHO_T}not found" >&6; }
13515 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13516 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13518 cat >>confdefs.h
<<_ACEOF
13519 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13522 SANEINCL
="$ac_sane_incl"
13529 CPPFLAGS
="$ac_save_CPPFLAGS"
13531 if test "x$ac_cv_lib_soname_sane" = "x"; then
13532 case "x$with_sane" in
13533 x
) wine_notices
="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13535 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13536 This is an error since --with-sane was requested." >&5
13537 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13538 This is an error since --with-sane was requested." >&2;}
13539 { (exit 1); exit 1; }; } ;;
13544 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13545 set dummy gphoto2-config
; ac_word
=$2
13546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13548 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13549 echo $ECHO_N "(cached) $ECHO_C" >&6
13551 if test -n "$gphoto2_devel"; then
13552 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13554 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13555 for as_dir
in $PATH
13558 test -z "$as_dir" && as_dir
=.
13559 for ac_exec_ext
in '' $ac_executable_extensions; do
13560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13561 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13569 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13572 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13573 if test -n "$gphoto2_devel"; then
13574 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13575 echo "${ECHO_T}$gphoto2_devel" >&6; }
13577 { echo "$as_me:$LINENO: result: no" >&5
13578 echo "${ECHO_T}no" >&6; }
13582 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13583 set dummy gphoto2-port-config
; ac_word
=$2
13584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13586 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13587 echo $ECHO_N "(cached) $ECHO_C" >&6
13589 if test -n "$gphoto2port_devel"; then
13590 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13592 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13593 for as_dir
in $PATH
13596 test -z "$as_dir" && as_dir
=.
13597 for ac_exec_ext
in '' $ac_executable_extensions; do
13598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13599 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13607 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13610 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13611 if test -n "$gphoto2port_devel"; then
13612 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13613 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13615 { echo "$as_me:$LINENO: result: no" >&5
13616 echo "${ECHO_T}no" >&6; }
13620 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13622 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13624 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13627 -L/usr
/lib|
-L/usr
/lib64
) ;;
13628 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13631 ac_save_CPPFLAGS
="$CPPFLAGS"
13632 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13633 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13634 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13635 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13636 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13637 echo $ECHO_N "(cached) $ECHO_C" >&6
13639 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13640 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13642 # Is the header compilable?
13643 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13644 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13645 cat >conftest.
$ac_ext <<_ACEOF
13648 cat confdefs.h
>>conftest.
$ac_ext
13649 cat >>conftest.
$ac_ext <<_ACEOF
13650 /* end confdefs.h. */
13651 $ac_includes_default
13652 #include <gphoto2-camera.h>
13654 rm -f conftest.
$ac_objext
13655 if { (ac_try
="$ac_compile"
13656 case "(($ac_try" in
13657 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13658 *) ac_try_echo=$ac_try;;
13660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13661 (eval "$ac_compile") 2>conftest.er1
13663 grep -v '^ *+' conftest.er1 >conftest.err
13665 cat conftest.err >&5
13666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13667 (exit $ac_status); } && {
13668 test -z "$ac_c_werror_flag" ||
13669 test ! -s conftest.err
13670 } && test -s conftest.$ac_objext; then
13671 ac_header_compiler=yes
13673 echo "$as_me: failed program was:" >&5
13674 sed 's/^/| /' conftest.$ac_ext >&5
13676 ac_header_compiler=no
13679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13680 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13681 echo "${ECHO_T}$ac_header_compiler" >&6; }
13683 # Is the header present?
13684 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13685 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13686 cat >conftest.$ac_ext <<_ACEOF
13689 cat confdefs.h >>conftest.$ac_ext
13690 cat >>conftest.$ac_ext <<_ACEOF
13691 /* end confdefs.h. */
13692 #include <gphoto2-camera.h>
13694 if { (ac_try="$ac_cpp conftest.$ac_ext"
13695 case "(($ac_try" in
13696 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13697 *) ac_try_echo
=$ac_try;;
13699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13702 grep -v '^ *+' conftest.er1
>conftest.err
13704 cat conftest.err
>&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } >/dev
/null
&& {
13707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13708 test ! -s conftest.err
13710 ac_header_preproc
=yes
13712 echo "$as_me: failed program was:" >&5
13713 sed 's/^/| /' conftest.
$ac_ext >&5
13715 ac_header_preproc
=no
13718 rm -f conftest.err conftest.
$ac_ext
13719 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13720 echo "${ECHO_T}$ac_header_preproc" >&6; }
13722 # So? What about this header?
13723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13725 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13726 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13727 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13728 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13729 ac_header_preproc
=yes
13732 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13733 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13734 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13735 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13736 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13737 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13738 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13739 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13740 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13741 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13742 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13743 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13745 ## ------------------------------------ ##
13746 ## Report this to wine-devel@winehq.org ##
13747 ## ------------------------------------ ##
13749 ) |
sed "s/^/$as_me: WARNING: /" >&2
13752 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13753 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13754 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13755 echo $ECHO_N "(cached) $ECHO_C" >&6
13757 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13759 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13760 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13763 if test $ac_cv_header_gphoto2_camera_h = yes; then
13764 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13765 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13766 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13767 echo $ECHO_N "(cached) $ECHO_C" >&6
13769 ac_check_lib_save_LIBS
=$LIBS
13770 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13771 cat >conftest.
$ac_ext <<_ACEOF
13774 cat confdefs.h
>>conftest.
$ac_ext
13775 cat >>conftest.
$ac_ext <<_ACEOF
13776 /* end confdefs.h. */
13778 /* Override any GCC internal prototype to avoid an error.
13779 Use char because int might match the return type of a GCC
13780 builtin and then its argument prototype would still apply. */
13784 char gp_camera_new ();
13788 return gp_camera_new ();
13793 rm -f conftest.
$ac_objext conftest
$ac_exeext
13794 if { (ac_try
="$ac_link"
13795 case "(($ac_try" in
13796 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13797 *) ac_try_echo=$ac_try;;
13799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13800 (eval "$ac_link") 2>conftest.er1
13802 grep -v '^ *+' conftest.er1 >conftest.err
13804 cat conftest.err >&5
13805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13806 (exit $ac_status); } && {
13807 test -z "$ac_c_werror_flag" ||
13808 test ! -s conftest.err
13809 } && test -s conftest$ac_exeext &&
13810 $as_test_x conftest$ac_exeext; then
13811 ac_cv_lib_gphoto2_gp_camera_new=yes
13813 echo "$as_me: failed program was:" >&5
13814 sed 's/^/| /' conftest.$ac_ext >&5
13816 ac_cv_lib_gphoto2_gp_camera_new=no
13819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13820 conftest$ac_exeext conftest.$ac_ext
13821 LIBS=$ac_check_lib_save_LIBS
13823 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13824 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13825 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13827 cat >>confdefs.h <<\_ACEOF
13828 #define HAVE_GPHOTO2 1
13831 GPHOTO2LIBS="$ac_gphoto2_libs"
13833 GPHOTO2INCL="$ac_gphoto2_incl"
13840 CPPFLAGS="$ac_save_CPPFLAGS"
13842 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13843 case "x$with_gphoto" in
13844 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13846 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13847 This is an error since --with-gphoto was requested." >&5
13848 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13849 This is an error since --with-gphoto was requested." >&2;}
13850 { (exit 1); exit 1; }; } ;;
13858 if test "$ac_cv_header_resolv_h" = "yes"
13860 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13861 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13862 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13863 echo $ECHO_N "(cached) $ECHO_C" >&6
13865 ac_check_lib_save_LIBS=$LIBS
13866 LIBS="-lresolv $LIBS"
13867 cat >conftest.$ac_ext <<_ACEOF
13870 cat confdefs.h >>conftest.$ac_ext
13871 cat >>conftest.$ac_ext <<_ACEOF
13872 /* end confdefs.h. */
13874 /* Override any GCC internal prototype to avoid an error.
13875 Use char because int might match the return type of a GCC
13876 builtin and then its argument prototype would still apply. */
13884 return res_query ();
13889 rm -f conftest.$ac_objext conftest$ac_exeext
13890 if { (ac_try="$ac_link"
13891 case "(($ac_try" in
13892 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13893 *) ac_try_echo
=$ac_try;;
13895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13896 (eval "$ac_link") 2>conftest.er1
13898 grep -v '^ *+' conftest.er1
>conftest.err
13900 cat conftest.err
>&5
13901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13902 (exit $ac_status); } && {
13903 test -z "$ac_c_werror_flag" ||
13904 test ! -s conftest.err
13905 } && test -s conftest
$ac_exeext &&
13906 $as_test_x conftest
$ac_exeext; then
13907 ac_cv_lib_resolv_res_query
=yes
13909 echo "$as_me: failed program was:" >&5
13910 sed 's/^/| /' conftest.
$ac_ext >&5
13912 ac_cv_lib_resolv_res_query
=no
13915 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13916 conftest
$ac_exeext conftest.
$ac_ext
13917 LIBS
=$ac_check_lib_save_LIBS
13919 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13920 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13921 if test $ac_cv_lib_resolv_res_query = yes; then
13923 cat >>confdefs.h
<<\_ACEOF
13924 #define HAVE_RESOLV 1
13927 RESOLVLIBS
="-lresolv"
13934 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13936 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13937 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13938 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13939 echo $ECHO_N "(cached) $ECHO_C" >&6
13941 ac_check_lib_save_LIBS
=$LIBS
13942 LIBS
="-llcms $LIBS"
13943 cat >conftest.
$ac_ext <<_ACEOF
13946 cat confdefs.h
>>conftest.
$ac_ext
13947 cat >>conftest.
$ac_ext <<_ACEOF
13948 /* end confdefs.h. */
13950 /* Override any GCC internal prototype to avoid an error.
13951 Use char because int might match the return type of a GCC
13952 builtin and then its argument prototype would still apply. */
13956 char cmsOpenProfileFromFile ();
13960 return cmsOpenProfileFromFile ();
13965 rm -f conftest.
$ac_objext conftest
$ac_exeext
13966 if { (ac_try
="$ac_link"
13967 case "(($ac_try" in
13968 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13969 *) ac_try_echo=$ac_try;;
13971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13972 (eval "$ac_link") 2>conftest.er1
13974 grep -v '^ *+' conftest.er1 >conftest.err
13976 cat conftest.err >&5
13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978 (exit $ac_status); } && {
13979 test -z "$ac_c_werror_flag" ||
13980 test ! -s conftest.err
13981 } && test -s conftest$ac_exeext &&
13982 $as_test_x conftest$ac_exeext; then
13983 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13985 echo "$as_me: failed program was:" >&5
13986 sed 's/^/| /' conftest.$ac_ext >&5
13988 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13992 conftest$ac_exeext conftest.$ac_ext
13993 LIBS=$ac_check_lib_save_LIBS
13995 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13996 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13997 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13999 cat >>confdefs.h <<\_ACEOF
14000 #define HAVE_LCMS 1
14007 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14008 case "x$with_cms" in
14009 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
14011 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
14012 This is an error since --with-cms was requested." >&5
14013 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
14014 This is an error since --with-cms was requested." >&2;}
14015 { (exit 1); exit 1; }; } ;;
14020 for ac_prog in freetype-config freetype2-config
14022 # Extract the first word of "$ac_prog", so it can be a program name with args.
14023 set dummy $ac_prog; ac_word=$2
14024 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14026 if test "${ac_cv_prog_ft_devel+set}" = set; then
14027 echo $ECHO_N "(cached) $ECHO_C" >&6
14029 if test -n "$ft_devel"; then
14030 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14033 for as_dir in $PATH
14036 test -z "$as_dir" && as_dir=.
14037 for ac_exec_ext in '' $ac_executable_extensions; do
14038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14039 ac_cv_prog_ft_devel="$ac_prog"
14040 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14049 ft_devel=$ac_cv_prog_ft_devel
14050 if test -n "$ft_devel"; then
14051 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14052 echo "${ECHO_T}$ft_devel" >&6; }
14054 { echo "$as_me:$LINENO: result: no" >&5
14055 echo "${ECHO_T}no" >&6; }
14059 test -n "$ft_devel" && break
14061 test -n "$ft_devel" || ft_devel="false"
14063 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14065 ac_freetype_libs=`$ft_devel --libs`
14066 ac_freetype_incl=`$ft_devel --cflags`
14067 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14068 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14069 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14070 echo $ECHO_N "(cached) $ECHO_C" >&6
14072 ac_check_soname_save_LIBS=$LIBS
14073 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14074 cat >conftest.$ac_ext <<_ACEOF
14077 cat confdefs.h >>conftest.$ac_ext
14078 cat >>conftest.$ac_ext <<_ACEOF
14079 /* end confdefs.h. */
14081 /* Override any GCC internal prototype to avoid an error.
14082 Use char because int might match the return type of a GCC
14083 builtin and then its argument prototype would still apply. */
14087 char FT_Init_FreeType ();
14091 return FT_Init_FreeType ();
14096 rm -f conftest.$ac_objext conftest$ac_exeext
14097 if { (ac_try="$ac_link"
14098 case "(($ac_try" in
14099 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14100 *) ac_try_echo
=$ac_try;;
14102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14103 (eval "$ac_link") 2>conftest.er1
14105 grep -v '^ *+' conftest.er1
>conftest.err
14107 cat conftest.err
>&5
14108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14109 (exit $ac_status); } && {
14110 test -z "$ac_c_werror_flag" ||
14111 test ! -s conftest.err
14112 } && test -s conftest
$ac_exeext &&
14113 $as_test_x conftest
$ac_exeext; then
14116 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'` ;;
14117 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14120 echo "$as_me: failed program was:" >&5
14121 sed 's/^/| /' conftest.
$ac_ext >&5
14126 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14127 conftest
$ac_exeext conftest.
$ac_ext
14128 LIBS
=$ac_check_soname_save_LIBS
14130 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14131 { echo "$as_me:$LINENO: result: not found" >&5
14132 echo "${ECHO_T}not found" >&6; }
14135 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14136 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14138 cat >>confdefs.h
<<_ACEOF
14139 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14145 if test "$ft_lib" = "yes"
14147 ac_save_CPPFLAGS
="$CPPFLAGS"
14148 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14161 for ac_header
in ft2build.h \
14162 freetype
/freetype.h \
14163 freetype
/ftglyph.h \
14164 freetype
/fttypes.h \
14165 freetype
/tttables.h \
14166 freetype
/ftnames.h \
14167 freetype
/ftsnames.h \
14168 freetype
/ttnameid.h \
14169 freetype
/ftoutln.h \
14170 freetype
/ftwinfnt.h \
14171 freetype
/ftmodapi.h \
14172 freetype
/internal
/sfnt.h
14174 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14175 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14176 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14177 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14178 echo $ECHO_N "(cached) $ECHO_C" >&6
14180 cat >conftest.
$ac_ext <<_ACEOF
14183 cat confdefs.h
>>conftest.
$ac_ext
14184 cat >>conftest.
$ac_ext <<_ACEOF
14185 /* end confdefs.h. */
14186 #ifdef HAVE_FT2BUILD_H
14187 # include <ft2build.h>
14190 #include <$ac_header>
14192 rm -f conftest.
$ac_objext
14193 if { (ac_try
="$ac_compile"
14194 case "(($ac_try" in
14195 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14196 *) ac_try_echo=$ac_try;;
14198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14199 (eval "$ac_compile") 2>conftest.er1
14201 grep -v '^ *+' conftest.er1 >conftest.err
14203 cat conftest.err >&5
14204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14205 (exit $ac_status); } && {
14206 test -z "$ac_c_werror_flag" ||
14207 test ! -s conftest.err
14208 } && test -s conftest.$ac_objext; then
14209 eval "$as_ac_Header=yes"
14211 echo "$as_me: failed program was:" >&5
14212 sed 's/^/| /' conftest.$ac_ext >&5
14214 eval "$as_ac_Header=no"
14217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14219 ac_res=`eval echo '${'$as_ac_Header'}'`
14220 { echo "$as_me:$LINENO: result: $ac_res" >&5
14221 echo "${ECHO_T}$ac_res" >&6; }
14222 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14223 cat >>confdefs.h <<_ACEOF
14224 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14231 cat >conftest.$ac_ext <<_ACEOF
14234 cat confdefs.h >>conftest.$ac_ext
14235 cat >>conftest.$ac_ext <<_ACEOF
14236 /* end confdefs.h. */
14237 #include <ft2build.h>
14238 #include <freetype/fttrigon.h>
14240 if { (ac_try="$ac_cpp conftest.$ac_ext"
14241 case "(($ac_try" in
14242 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14243 *) ac_try_echo
=$ac_try;;
14245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14246 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14248 grep -v '^ *+' conftest.er1
>conftest.err
14250 cat conftest.err
>&5
14251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14252 (exit $ac_status); } >/dev
/null
&& {
14253 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14254 test ! -s conftest.err
14257 cat >>confdefs.h
<<\_ACEOF
14258 #define HAVE_FREETYPE_FTTRIGON_H 1
14261 wine_cv_fttrigon
=yes
14263 echo "$as_me: failed program was:" >&5
14264 sed 's/^/| /' conftest.
$ac_ext >&5
14266 wine_cv_fttrigon
=no
14269 rm -f conftest.err conftest.
$ac_ext
14270 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14271 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14272 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14273 echo $ECHO_N "(cached) $ECHO_C" >&6
14275 cat >conftest.
$ac_ext <<_ACEOF
14278 cat confdefs.h
>>conftest.
$ac_ext
14279 cat >>conftest.
$ac_ext <<_ACEOF
14280 /* end confdefs.h. */
14281 #include <freetype/ftmodapi.h>
14283 typedef FT_TrueTypeEngineType ac__type_new_;
14287 if ((ac__type_new_ *) 0)
14289 if (sizeof (ac__type_new_))
14295 rm -f conftest.
$ac_objext
14296 if { (ac_try
="$ac_compile"
14297 case "(($ac_try" in
14298 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14299 *) ac_try_echo=$ac_try;;
14301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14302 (eval "$ac_compile") 2>conftest.er1
14304 grep -v '^ *+' conftest.er1 >conftest.err
14306 cat conftest.err >&5
14307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14308 (exit $ac_status); } && {
14309 test -z "$ac_c_werror_flag" ||
14310 test ! -s conftest.err
14311 } && test -s conftest.$ac_objext; then
14312 ac_cv_type_FT_TrueTypeEngineType=yes
14314 echo "$as_me: failed program was:" >&5
14315 sed 's/^/| /' conftest.$ac_ext >&5
14317 ac_cv_type_FT_TrueTypeEngineType=no
14320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14322 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14323 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14324 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14326 cat >>confdefs.h <<_ACEOF
14327 #define HAVE_FT_TRUETYPEENGINETYPE 1
14333 ac_save_CFLAGS="$CFLAGS"
14334 CFLAGS="$CFLAGS $ac_freetype_libs"
14336 for ac_func in FT_Load_Sfnt_Table
14338 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14339 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14340 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14341 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14342 echo $ECHO_N "(cached) $ECHO_C" >&6
14344 cat >conftest.$ac_ext <<_ACEOF
14347 cat confdefs.h >>conftest.$ac_ext
14348 cat >>conftest.$ac_ext <<_ACEOF
14349 /* end confdefs.h. */
14350 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14352 #define $ac_func innocuous_$ac_func
14354 /* System header to define __stub macros and hopefully few prototypes,
14355 which can conflict with char $ac_func (); below.
14356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14357 <limits.h> exists even on freestanding compilers. */
14360 # include <limits.h>
14362 # include <assert.h>
14367 /* Override any GCC internal prototype to avoid an error.
14368 Use char because int might match the return type of a GCC
14369 builtin and then its argument prototype would still apply. */
14374 /* The GNU C library defines this for functions which it implements
14375 to always fail with ENOSYS. Some functions are actually named
14376 something starting with __ and the normal name is an alias. */
14377 #if defined __stub_$ac_func || defined __stub___$ac_func
14384 return $ac_func ();
14389 rm -f conftest.$ac_objext conftest$ac_exeext
14390 if { (ac_try="$ac_link"
14391 case "(($ac_try" in
14392 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14393 *) ac_try_echo
=$ac_try;;
14395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14396 (eval "$ac_link") 2>conftest.er1
14398 grep -v '^ *+' conftest.er1
>conftest.err
14400 cat conftest.err
>&5
14401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14402 (exit $ac_status); } && {
14403 test -z "$ac_c_werror_flag" ||
14404 test ! -s conftest.err
14405 } && test -s conftest
$ac_exeext &&
14406 $as_test_x conftest
$ac_exeext; then
14407 eval "$as_ac_var=yes"
14409 echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.
$ac_ext >&5
14412 eval "$as_ac_var=no"
14415 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14416 conftest
$ac_exeext conftest.
$ac_ext
14418 ac_res
=`eval echo '${'$as_ac_var'}'`
14419 { echo "$as_me:$LINENO: result: $ac_res" >&5
14420 echo "${ECHO_T}$ac_res" >&6; }
14421 if test `eval echo '${'$as_ac_var'}'` = yes; then
14422 cat >>confdefs.h
<<_ACEOF
14423 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14429 CFLAGS
="$ac_save_CFLAGS"
14430 CPPFLAGS
="$ac_save_CPPFLAGS"
14431 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14434 cat >>confdefs.h
<<\_ACEOF
14435 #define HAVE_FREETYPE 1
14438 FREETYPELIBS
="$ac_freetype_libs"
14440 FREETYPEINCL
="$ac_freetype_incl"
14445 if test "x$FREETYPELIBS" = "x"; then
14446 case "x$with_freetype" in
14448 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14449 Fonts will not be built. Dialog text may be invisible or unaligned.
14450 Use the --without-freetype option if you really want this." >&5
14451 echo "$as_me: error: FreeType development files not found.
14452 Fonts will not be built. Dialog text may be invisible or unaligned.
14453 Use the --without-freetype option if you really want this." >&2;}
14454 { (exit 1); exit 1; }; } ;;
14458 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14460 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14461 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14462 if test "${ac_cv_c_ppdev+set}" = set; then
14463 echo $ECHO_N "(cached) $ECHO_C" >&6
14465 cat >conftest.
$ac_ext <<_ACEOF
14468 cat confdefs.h
>>conftest.
$ac_ext
14469 cat >>conftest.
$ac_ext <<_ACEOF
14470 /* end confdefs.h. */
14471 #include <linux/ppdev.h>
14475 ioctl (1,PPCLAIM,0)
14480 rm -f conftest.
$ac_objext
14481 if { (ac_try
="$ac_compile"
14482 case "(($ac_try" in
14483 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14484 *) ac_try_echo=$ac_try;;
14486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14487 (eval "$ac_compile") 2>conftest.er1
14489 grep -v '^ *+' conftest.er1 >conftest.err
14491 cat conftest.err >&5
14492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14493 (exit $ac_status); } && {
14494 test -z "$ac_c_werror_flag" ||
14495 test ! -s conftest.err
14496 } && test -s conftest.$ac_objext; then
14497 ac_cv_c_ppdev="yes"
14499 echo "$as_me: failed program was:" >&5
14500 sed 's/^/| /' conftest.$ac_ext >&5
14505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14507 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14508 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14509 if test "$ac_cv_c_ppdev" = "yes"
14512 cat >>confdefs.h <<\_ACEOF
14513 #define HAVE_PPDEV 1
14518 { echo "$as_me:$LINENO: checking for va_copy" >&5
14519 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14520 if test "${ac_cv_c_va_copy+set}" = set; then
14521 echo $ECHO_N "(cached) $ECHO_C" >&6
14523 cat >conftest.$ac_ext <<_ACEOF
14526 cat confdefs.h >>conftest.$ac_ext
14527 cat >>conftest.$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14529 #include <stdarg.h>
14533 va_list ap1, ap2; va_copy(ap1,ap2);
14538 rm -f conftest.$ac_objext conftest$ac_exeext
14539 if { (ac_try="$ac_link"
14540 case "(($ac_try" in
14541 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14542 *) ac_try_echo
=$ac_try;;
14544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14545 (eval "$ac_link") 2>conftest.er1
14547 grep -v '^ *+' conftest.er1
>conftest.err
14549 cat conftest.err
>&5
14550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); } && {
14552 test -z "$ac_c_werror_flag" ||
14553 test ! -s conftest.err
14554 } && test -s conftest
$ac_exeext &&
14555 $as_test_x conftest
$ac_exeext; then
14556 ac_cv_c_va_copy
="yes"
14558 echo "$as_me: failed program was:" >&5
14559 sed 's/^/| /' conftest.
$ac_ext >&5
14561 ac_cv_c_va_copy
="no"
14564 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14565 conftest
$ac_exeext conftest.
$ac_ext
14568 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14569 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14570 if test "$ac_cv_c_va_copy" = "yes"
14573 cat >>confdefs.h
<<\_ACEOF
14574 #define HAVE_VA_COPY 1
14578 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14579 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14580 if test "${ac_cv_c___va_copy+set}" = set; then
14581 echo $ECHO_N "(cached) $ECHO_C" >&6
14583 cat >conftest.
$ac_ext <<_ACEOF
14586 cat confdefs.h
>>conftest.
$ac_ext
14587 cat >>conftest.
$ac_ext <<_ACEOF
14588 /* end confdefs.h. */
14589 #include <stdarg.h>
14593 va_list ap1, ap2; __va_copy(ap1,ap2);
14598 rm -f conftest.
$ac_objext conftest
$ac_exeext
14599 if { (ac_try
="$ac_link"
14600 case "(($ac_try" in
14601 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14602 *) ac_try_echo=$ac_try;;
14604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14605 (eval "$ac_link") 2>conftest.er1
14607 grep -v '^ *+' conftest.er1 >conftest.err
14609 cat conftest.err >&5
14610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14611 (exit $ac_status); } && {
14612 test -z "$ac_c_werror_flag" ||
14613 test ! -s conftest.err
14614 } && test -s conftest$ac_exeext &&
14615 $as_test_x conftest$ac_exeext; then
14616 ac_cv_c___va_copy="yes"
14618 echo "$as_me: failed program was:" >&5
14619 sed 's/^/| /' conftest.$ac_ext >&5
14621 ac_cv_c___va_copy="no"
14624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14625 conftest$ac_exeext conftest.$ac_ext
14628 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14629 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14630 if test "$ac_cv_c___va_copy" = "yes"
14633 cat >>confdefs.h <<\_ACEOF
14634 #define HAVE___VA_COPY 1
14639 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14640 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14641 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14642 echo $ECHO_N "(cached) $ECHO_C" >&6
14644 cat >conftest.$ac_ext <<_ACEOF
14647 cat confdefs.h >>conftest.$ac_ext
14648 cat >>conftest.$ac_ext <<_ACEOF
14649 /* end confdefs.h. */
14650 #define _GNU_SOURCE
14651 #include <pthread.h>
14653 typedef pthread_rwlock_t ac__type_new_;
14657 if ((ac__type_new_ *) 0)
14659 if (sizeof (ac__type_new_))
14665 rm -f conftest.$ac_objext
14666 if { (ac_try="$ac_compile"
14667 case "(($ac_try" in
14668 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14669 *) ac_try_echo
=$ac_try;;
14671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14672 (eval "$ac_compile") 2>conftest.er1
14674 grep -v '^ *+' conftest.er1
>conftest.err
14676 cat conftest.err
>&5
14677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14678 (exit $ac_status); } && {
14679 test -z "$ac_c_werror_flag" ||
14680 test ! -s conftest.err
14681 } && test -s conftest.
$ac_objext; then
14682 ac_cv_type_pthread_rwlock_t
=yes
14684 echo "$as_me: failed program was:" >&5
14685 sed 's/^/| /' conftest.
$ac_ext >&5
14687 ac_cv_type_pthread_rwlock_t
=no
14690 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14692 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14693 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14694 if test $ac_cv_type_pthread_rwlock_t = yes; then
14696 cat >>confdefs.h
<<_ACEOF
14697 #define HAVE_PTHREAD_RWLOCK_T 1
14702 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14703 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14704 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14705 echo $ECHO_N "(cached) $ECHO_C" >&6
14707 cat >conftest.
$ac_ext <<_ACEOF
14710 cat confdefs.h
>>conftest.
$ac_ext
14711 cat >>conftest.
$ac_ext <<_ACEOF
14712 /* end confdefs.h. */
14713 #define _GNU_SOURCE
14714 #include <pthread.h>
14716 typedef pthread_rwlockattr_t ac__type_new_;
14720 if ((ac__type_new_ *) 0)
14722 if (sizeof (ac__type_new_))
14728 rm -f conftest.
$ac_objext
14729 if { (ac_try
="$ac_compile"
14730 case "(($ac_try" in
14731 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14732 *) ac_try_echo=$ac_try;;
14734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14735 (eval "$ac_compile") 2>conftest.er1
14737 grep -v '^ *+' conftest.er1 >conftest.err
14739 cat conftest.err >&5
14740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14741 (exit $ac_status); } && {
14742 test -z "$ac_c_werror_flag" ||
14743 test ! -s conftest.err
14744 } && test -s conftest.$ac_objext; then
14745 ac_cv_type_pthread_rwlockattr_t=yes
14747 echo "$as_me: failed program was:" >&5
14748 sed 's/^/| /' conftest.$ac_ext >&5
14750 ac_cv_type_pthread_rwlockattr_t=no
14753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14755 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14756 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14757 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14759 cat >>confdefs.h <<_ACEOF
14760 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14767 ac_wine_check_funcs_save_LIBS="$LIBS"
14768 LIBS="$LIBS $LIBPTHREAD"
14774 pthread_attr_get_np \
14775 pthread_getattr_np \
14776 pthread_get_stackaddr_np \
14777 pthread_get_stacksize_np
14779 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14780 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14781 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14782 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14785 cat >conftest.$ac_ext <<_ACEOF
14788 cat confdefs.h >>conftest.$ac_ext
14789 cat >>conftest.$ac_ext <<_ACEOF
14790 /* end confdefs.h. */
14791 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14792 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14793 #define $ac_func innocuous_$ac_func
14795 /* System header to define __stub macros and hopefully few prototypes,
14796 which can conflict with char $ac_func (); below.
14797 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14798 <limits.h> exists even on freestanding compilers. */
14801 # include <limits.h>
14803 # include <assert.h>
14808 /* Override any GCC internal prototype to avoid an error.
14809 Use char because int might match the return type of a GCC
14810 builtin and then its argument prototype would still apply. */
14815 /* The GNU C library defines this for functions which it implements
14816 to always fail with ENOSYS. Some functions are actually named
14817 something starting with __ and the normal name is an alias. */
14818 #if defined __stub_$ac_func || defined __stub___$ac_func
14825 return $ac_func ();
14830 rm -f conftest.$ac_objext conftest$ac_exeext
14831 if { (ac_try="$ac_link"
14832 case "(($ac_try" in
14833 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14834 *) ac_try_echo
=$ac_try;;
14836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14837 (eval "$ac_link") 2>conftest.er1
14839 grep -v '^ *+' conftest.er1
>conftest.err
14841 cat conftest.err
>&5
14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843 (exit $ac_status); } && {
14844 test -z "$ac_c_werror_flag" ||
14845 test ! -s conftest.err
14846 } && test -s conftest
$ac_exeext &&
14847 $as_test_x conftest
$ac_exeext; then
14848 eval "$as_ac_var=yes"
14850 echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.
$ac_ext >&5
14853 eval "$as_ac_var=no"
14856 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14857 conftest
$ac_exeext conftest.
$ac_ext
14859 ac_res
=`eval echo '${'$as_ac_var'}'`
14860 { echo "$as_me:$LINENO: result: $ac_res" >&5
14861 echo "${ECHO_T}$ac_res" >&6; }
14862 if test `eval echo '${'$as_ac_var'}'` = yes; then
14863 cat >>confdefs.h
<<_ACEOF
14864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14870 LIBS
="$ac_wine_check_funcs_save_LIBS"
14872 # Extract the first word of "esd-config", so it can be a program name with args.
14873 set dummy esd-config
; ac_word
=$2
14874 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14876 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14877 echo $ECHO_N "(cached) $ECHO_C" >&6
14881 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14885 for as_dir
in $PATH
14888 test -z "$as_dir" && as_dir
=.
14889 for ac_exec_ext
in '' $ac_executable_extensions; do
14890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14891 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14902 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14903 if test -n "$ESDCONFIG"; then
14904 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14905 echo "${ECHO_T}$ESDCONFIG" >&6; }
14907 { echo "$as_me:$LINENO: result: no" >&5
14908 echo "${ECHO_T}no" >&6; }
14912 if test "x$with_esd" != xno
-a "x$ESDCONFIG" != x
-a "x$ESDCONFIG" != x
'"$ESDCONFIG"';
14915 for i
in `$ESDCONFIG --cflags`
14918 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14921 ac_esd_libs
=`$ESDCONFIG --libs`
14922 save_CFLAGS
="$CFLAGS"
14923 CFLAGS
="$CFLAGS $ac_esd_incl"
14924 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14925 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14926 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14927 echo $ECHO_N "(cached) $ECHO_C" >&6
14929 ac_check_lib_save_LIBS
=$LIBS
14930 LIBS
="-lesd $ac_esd_libs $LIBS"
14931 cat >conftest.
$ac_ext <<_ACEOF
14934 cat confdefs.h
>>conftest.
$ac_ext
14935 cat >>conftest.
$ac_ext <<_ACEOF
14936 /* end confdefs.h. */
14938 /* Override any GCC internal prototype to avoid an error.
14939 Use char because int might match the return type of a GCC
14940 builtin and then its argument prototype would still apply. */
14944 char esd_open_sound ();
14948 return esd_open_sound ();
14953 rm -f conftest.
$ac_objext conftest
$ac_exeext
14954 if { (ac_try
="$ac_link"
14955 case "(($ac_try" in
14956 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14957 *) ac_try_echo=$ac_try;;
14959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14960 (eval "$ac_link") 2>conftest.er1
14962 grep -v '^ *+' conftest.er1 >conftest.err
14964 cat conftest.err >&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } && {
14967 test -z "$ac_c_werror_flag" ||
14968 test ! -s conftest.err
14969 } && test -s conftest$ac_exeext &&
14970 $as_test_x conftest$ac_exeext; then
14971 ac_cv_lib_esd_esd_open_sound=yes
14973 echo "$as_me: failed program was:" >&5
14974 sed 's/^/| /' conftest.$ac_ext >&5
14976 ac_cv_lib_esd_esd_open_sound=no
14979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14980 conftest$ac_exeext conftest.$ac_ext
14981 LIBS=$ac_check_lib_save_LIBS
14983 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14984 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14985 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14986 ESDINCL="$ac_esd_incl"
14988 ESDLIBS="$ac_esd_libs"
14991 cat >>confdefs.h <<\_ACEOF
14997 CFLAGS="$save_CFLAGS"
15000 if test "x$with_pulse" != "xno"; then
15001 if test "$PKG_CONFIG" != "false"; then
15002 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.7" >&5
15003 echo $ECHO_N "checking for pulseaudio >= 0.9.7... $ECHO_C" >&6; }
15004 if "$PKG_CONFIG" --atleast-version=0.9.7 libpulse; then
15005 have_pulseaudio="yes"
15007 have_pulseaudio="no"
15009 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15010 echo "${ECHO_T}$have_pulseaudio" >&6; }
15011 if test x"$have_pulseaudio" = xyes; then
15012 ac_pulse_libs=`$PKG_CONFIG --libs libpulse
`
15014 cat >>confdefs.h <<\_ACEOF
15015 #define HAVE_PULSEAUDIO 1
15018 PULSELIBS="$ac_pulse_libs"
15026 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15028 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15029 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15030 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15031 echo $ECHO_N "(cached) $ECHO_C" >&6
15033 ac_check_lib_save_LIBS=$LIBS
15034 LIBS="-lasound $LIBS"
15035 cat >conftest.$ac_ext <<_ACEOF
15038 cat confdefs.h >>conftest.$ac_ext
15039 cat >>conftest.$ac_ext <<_ACEOF
15040 /* end confdefs.h. */
15042 /* Override any GCC internal prototype to avoid an error.
15043 Use char because int might match the return type of a GCC
15044 builtin and then its argument prototype would still apply. */
15048 char snd_pcm_hw_params_get_access ();
15052 return snd_pcm_hw_params_get_access ();
15057 rm -f conftest.$ac_objext conftest$ac_exeext
15058 if { (ac_try="$ac_link"
15059 case "(($ac_try" in
15060 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15061 *) ac_try_echo
=$ac_try;;
15063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15064 (eval "$ac_link") 2>conftest.er1
15066 grep -v '^ *+' conftest.er1
>conftest.err
15068 cat conftest.err
>&5
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); } && {
15071 test -z "$ac_c_werror_flag" ||
15072 test ! -s conftest.err
15073 } && test -s conftest
$ac_exeext &&
15074 $as_test_x conftest
$ac_exeext; then
15075 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15077 echo "$as_me: failed program was:" >&5
15078 sed 's/^/| /' conftest.
$ac_ext >&5
15080 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15083 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15084 conftest
$ac_exeext conftest.
$ac_ext
15085 LIBS
=$ac_check_lib_save_LIBS
15087 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15088 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15089 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15090 cat >conftest.
$ac_ext <<_ACEOF
15093 cat confdefs.h
>>conftest.
$ac_ext
15094 cat >>conftest.
$ac_ext <<_ACEOF
15095 /* end confdefs.h. */
15096 #ifdef HAVE_ALSA_ASOUNDLIB_H
15097 #include <alsa/asoundlib.h>
15098 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15099 #include <sys/asoundlib.h>
15104 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15109 rm -f conftest.
$ac_objext
15110 if { (ac_try
="$ac_compile"
15111 case "(($ac_try" in
15112 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15113 *) ac_try_echo=$ac_try;;
15115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15116 (eval "$ac_compile") 2>conftest.er1
15118 grep -v '^ *+' conftest.er1 >conftest.err
15120 cat conftest.err >&5
15121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15122 (exit $ac_status); } && {
15123 test -z "$ac_c_werror_flag" ||
15124 test ! -s conftest.err
15125 } && test -s conftest.$ac_objext; then
15127 cat >>confdefs.h <<\_ACEOF
15128 #define HAVE_ALSA 1
15131 ALSALIBS="-lasound"
15133 echo "$as_me: failed program was:" >&5
15134 sed 's/^/| /' conftest.$ac_ext >&5
15139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15146 if test "$ac_cv_header_libaudioio_h" = "yes"
15148 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15149 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15150 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15153 ac_check_lib_save_LIBS=$LIBS
15154 LIBS="-laudioio $LIBS"
15155 cat >conftest.$ac_ext <<_ACEOF
15158 cat confdefs.h >>conftest.$ac_ext
15159 cat >>conftest.$ac_ext <<_ACEOF
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15168 char AudioIOGetVersion ();
15172 return AudioIOGetVersion ();
15177 rm -f conftest.$ac_objext conftest$ac_exeext
15178 if { (ac_try="$ac_link"
15179 case "(($ac_try" in
15180 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15181 *) ac_try_echo
=$ac_try;;
15183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15184 (eval "$ac_link") 2>conftest.er1
15186 grep -v '^ *+' conftest.er1
>conftest.err
15188 cat conftest.err
>&5
15189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15190 (exit $ac_status); } && {
15191 test -z "$ac_c_werror_flag" ||
15192 test ! -s conftest.err
15193 } && test -s conftest
$ac_exeext &&
15194 $as_test_x conftest
$ac_exeext; then
15195 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15197 echo "$as_me: failed program was:" >&5
15198 sed 's/^/| /' conftest.
$ac_ext >&5
15200 ac_cv_lib_audioio_AudioIOGetVersion
=no
15203 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15204 conftest
$ac_exeext conftest.
$ac_ext
15205 LIBS
=$ac_check_lib_save_LIBS
15207 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15208 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15209 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15210 AUDIOIOLIBS
="-laudioio"
15212 cat >>confdefs.h
<<\_ACEOF
15213 #define HAVE_LIBAUDIOIO 1
15221 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15223 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15224 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15225 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15226 echo $ECHO_N "(cached) $ECHO_C" >&6
15228 ac_check_soname_save_LIBS
=$LIBS
15229 LIBS
="-lcapi20 $LIBS"
15230 cat >conftest.
$ac_ext <<_ACEOF
15233 cat confdefs.h
>>conftest.
$ac_ext
15234 cat >>conftest.
$ac_ext <<_ACEOF
15235 /* end confdefs.h. */
15237 /* Override any GCC internal prototype to avoid an error.
15238 Use char because int might match the return type of a GCC
15239 builtin and then its argument prototype would still apply. */
15243 char capi20_register ();
15247 return capi20_register ();
15252 rm -f conftest.
$ac_objext conftest
$ac_exeext
15253 if { (ac_try
="$ac_link"
15254 case "(($ac_try" in
15255 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15256 *) ac_try_echo=$ac_try;;
15258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15259 (eval "$ac_link") 2>conftest.er1
15261 grep -v '^ *+' conftest.er1 >conftest.err
15263 cat conftest.err >&5
15264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15265 (exit $ac_status); } && {
15266 test -z "$ac_c_werror_flag" ||
15267 test ! -s conftest.err
15268 } && test -s conftest$ac_exeext &&
15269 $as_test_x conftest$ac_exeext; then
15272 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'` ;;
15273 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15276 echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15283 conftest$ac_exeext conftest.$ac_ext
15284 LIBS=$ac_check_soname_save_LIBS
15286 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15287 { echo "$as_me:$LINENO: result: not found" >&5
15288 echo "${ECHO_T}not found" >&6; }
15291 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15292 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15294 cat >>confdefs.h <<_ACEOF
15295 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15302 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15303 case "x$with_capi" in
15304 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15306 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15307 This is an error since --with-capi was requested." >&5
15308 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15309 This is an error since --with-capi was requested." >&2;}
15310 { (exit 1); exit 1; }; } ;;
15317 if test "x$with_cups" != "xno"
15319 ac_save_CPPFLAGS="$CPPFLAGS"
15320 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15321 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15322 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15324 for ac_header in cups/cups.h
15326 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15328 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15331 echo $ECHO_N "(cached) $ECHO_C" >&6
15333 ac_res=`eval echo '${'$as_ac_Header'}'`
15334 { echo "$as_me:$LINENO: result: $ac_res" >&5
15335 echo "${ECHO_T}$ac_res" >&6; }
15337 # Is the header compilable?
15338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15340 cat >conftest.$ac_ext <<_ACEOF
15343 cat confdefs.h >>conftest.$ac_ext
15344 cat >>conftest.$ac_ext <<_ACEOF
15345 /* end confdefs.h. */
15346 $ac_includes_default
15347 #include <$ac_header>
15349 rm -f conftest.$ac_objext
15350 if { (ac_try="$ac_compile"
15351 case "(($ac_try" in
15352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15353 *) ac_try_echo
=$ac_try;;
15355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15356 (eval "$ac_compile") 2>conftest.er1
15358 grep -v '^ *+' conftest.er1
>conftest.err
15360 cat conftest.err
>&5
15361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15362 (exit $ac_status); } && {
15363 test -z "$ac_c_werror_flag" ||
15364 test ! -s conftest.err
15365 } && test -s conftest.
$ac_objext; then
15366 ac_header_compiler
=yes
15368 echo "$as_me: failed program was:" >&5
15369 sed 's/^/| /' conftest.
$ac_ext >&5
15371 ac_header_compiler
=no
15374 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15376 echo "${ECHO_T}$ac_header_compiler" >&6; }
15378 # Is the header present?
15379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15381 cat >conftest.
$ac_ext <<_ACEOF
15384 cat confdefs.h
>>conftest.
$ac_ext
15385 cat >>conftest.
$ac_ext <<_ACEOF
15386 /* end confdefs.h. */
15387 #include <$ac_header>
15389 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15390 case "(($ac_try" in
15391 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15392 *) ac_try_echo=$ac_try;;
15394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15397 grep -v '^ *+' conftest.er1 >conftest.err
15399 cat conftest.err >&5
15400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15401 (exit $ac_status); } >/dev/null && {
15402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15403 test ! -s conftest.err
15405 ac_header_preproc=yes
15407 echo "$as_me: failed program was:" >&5
15408 sed 's/^/| /' conftest.$ac_ext >&5
15410 ac_header_preproc=no
15413 rm -f conftest.err conftest.$ac_ext
15414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15415 echo "${ECHO_T}$ac_header_preproc" >&6; }
15417 # So? What about this header?
15418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15420 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15424 ac_header_preproc=yes
15427 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15429 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15430 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15431 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15433 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15434 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15437 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15440 ## ------------------------------------ ##
15441 ## Report this to wine-devel@winehq.org ##
15442 ## ------------------------------------ ##
15444 ) | sed "s/^/$as_me: WARNING: /" >&2
15447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15450 echo $ECHO_N "(cached) $ECHO_C" >&6
15452 eval "$as_ac_Header=\$ac_header_preproc"
15454 ac_res=`eval echo '${'$as_ac_Header'}'`
15455 { echo "$as_me:$LINENO: result: $ac_res" >&5
15456 echo "${ECHO_T}$ac_res" >&6; }
15459 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15460 cat >>confdefs.h <<_ACEOF
15461 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15463 { echo "$as_me:$LINENO: checking for -lcups" >&5
15464 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15465 if test "${ac_cv_lib_soname_cups+set}" = set; then
15466 echo $ECHO_N "(cached) $ECHO_C" >&6
15468 ac_check_soname_save_LIBS=$LIBS
15469 LIBS="-lcups $ac_cups_libs $LIBS"
15470 cat >conftest.$ac_ext <<_ACEOF
15473 cat confdefs.h >>conftest.$ac_ext
15474 cat >>conftest.$ac_ext <<_ACEOF
15475 /* end confdefs.h. */
15477 /* Override any GCC internal prototype to avoid an error.
15478 Use char because int might match the return type of a GCC
15479 builtin and then its argument prototype would still apply. */
15483 char cupsGetDefault ();
15487 return cupsGetDefault ();
15492 rm -f conftest.$ac_objext conftest$ac_exeext
15493 if { (ac_try="$ac_link"
15494 case "(($ac_try" in
15495 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15496 *) ac_try_echo
=$ac_try;;
15498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15499 (eval "$ac_link") 2>conftest.er1
15501 grep -v '^ *+' conftest.er1
>conftest.err
15503 cat conftest.err
>&5
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); } && {
15506 test -z "$ac_c_werror_flag" ||
15507 test ! -s conftest.err
15508 } && test -s conftest
$ac_exeext &&
15509 $as_test_x conftest
$ac_exeext; then
15512 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'` ;;
15513 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15516 echo "$as_me: failed program was:" >&5
15517 sed 's/^/| /' conftest.
$ac_ext >&5
15522 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15523 conftest
$ac_exeext conftest.
$ac_ext
15524 LIBS
=$ac_check_soname_save_LIBS
15526 if test "x$ac_cv_lib_soname_cups" = "x"; then
15527 { echo "$as_me:$LINENO: result: not found" >&5
15528 echo "${ECHO_T}not found" >&6; }
15531 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15532 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15534 cat >>confdefs.h
<<_ACEOF
15535 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15538 CUPSINCL
="$ac_cups_cflags"
15545 CPPFLAGS
="$ac_save_CPPFLAGS"
15547 if test "x$ac_cv_lib_soname_cups" = "x"; then
15548 case "x$with_cups" in
15549 x
) wine_notices
="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15551 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15552 This is an error since --with-cups was requested." >&5
15553 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15554 This is an error since --with-cups was requested." >&2;}
15555 { (exit 1); exit 1; }; } ;;
15560 if test "$ac_cv_header_jack_jack_h" = "yes"
15562 { echo "$as_me:$LINENO: checking for -ljack" >&5
15563 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15564 if test "${ac_cv_lib_soname_jack+set}" = set; then
15565 echo $ECHO_N "(cached) $ECHO_C" >&6
15567 ac_check_soname_save_LIBS
=$LIBS
15568 LIBS
="-ljack $LIBS"
15569 cat >conftest.
$ac_ext <<_ACEOF
15572 cat confdefs.h
>>conftest.
$ac_ext
15573 cat >>conftest.
$ac_ext <<_ACEOF
15574 /* end confdefs.h. */
15576 /* Override any GCC internal prototype to avoid an error.
15577 Use char because int might match the return type of a GCC
15578 builtin and then its argument prototype would still apply. */
15582 char jack_client_new ();
15586 return jack_client_new ();
15591 rm -f conftest.
$ac_objext conftest
$ac_exeext
15592 if { (ac_try
="$ac_link"
15593 case "(($ac_try" in
15594 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15595 *) ac_try_echo=$ac_try;;
15597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15598 (eval "$ac_link") 2>conftest.er1
15600 grep -v '^ *+' conftest.er1 >conftest.err
15602 cat conftest.err >&5
15603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15604 (exit $ac_status); } && {
15605 test -z "$ac_c_werror_flag" ||
15606 test ! -s conftest.err
15607 } && test -s conftest$ac_exeext &&
15608 $as_test_x conftest$ac_exeext; then
15611 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'` ;;
15612 *) 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'` ;;
15615 echo "$as_me: failed program was:" >&5
15616 sed 's/^/| /' conftest.$ac_ext >&5
15621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15622 conftest$ac_exeext conftest.$ac_ext
15623 LIBS=$ac_check_soname_save_LIBS
15625 if test "x$ac_cv_lib_soname_jack" = "x"; then
15626 { echo "$as_me:$LINENO: result: not found" >&5
15627 echo "${ECHO_T}not found" >&6; }
15630 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15631 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15633 cat >>confdefs.h <<_ACEOF
15634 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15642 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15644 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15645 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15646 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15647 echo $ECHO_N "(cached) $ECHO_C" >&6
15649 ac_check_soname_save_LIBS=$LIBS
15650 LIBS="-lfontconfig $LIBS"
15651 cat >conftest.$ac_ext <<_ACEOF
15654 cat confdefs.h >>conftest.$ac_ext
15655 cat >>conftest.$ac_ext <<_ACEOF
15656 /* end confdefs.h. */
15658 /* Override any GCC internal prototype to avoid an error.
15659 Use char because int might match the return type of a GCC
15660 builtin and then its argument prototype would still apply. */
15673 rm -f conftest.$ac_objext conftest$ac_exeext
15674 if { (ac_try="$ac_link"
15675 case "(($ac_try" in
15676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15677 *) ac_try_echo
=$ac_try;;
15679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15680 (eval "$ac_link") 2>conftest.er1
15682 grep -v '^ *+' conftest.er1
>conftest.err
15684 cat conftest.err
>&5
15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); } && {
15687 test -z "$ac_c_werror_flag" ||
15688 test ! -s conftest.err
15689 } && test -s conftest
$ac_exeext &&
15690 $as_test_x conftest
$ac_exeext; then
15693 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'` ;;
15694 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15697 echo "$as_me: failed program was:" >&5
15698 sed 's/^/| /' conftest.
$ac_ext >&5
15703 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15704 conftest
$ac_exeext conftest.
$ac_ext
15705 LIBS
=$ac_check_soname_save_LIBS
15707 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15708 { echo "$as_me:$LINENO: result: not found" >&5
15709 echo "${ECHO_T}not found" >&6; }
15712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15713 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15715 cat >>confdefs.h
<<_ACEOF
15716 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15722 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15724 ac_save_CPPFLAGS
="$CPPFLAGS"
15725 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15726 $as_unset ac_cv_header_fontconfig_fontconfig_h
15728 for ac_header
in fontconfig
/fontconfig.h
15730 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15731 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15732 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15733 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15734 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15735 echo $ECHO_N "(cached) $ECHO_C" >&6
15737 ac_res
=`eval echo '${'$as_ac_Header'}'`
15738 { echo "$as_me:$LINENO: result: $ac_res" >&5
15739 echo "${ECHO_T}$ac_res" >&6; }
15741 # Is the header compilable?
15742 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15743 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15744 cat >conftest.
$ac_ext <<_ACEOF
15747 cat confdefs.h
>>conftest.
$ac_ext
15748 cat >>conftest.
$ac_ext <<_ACEOF
15749 /* end confdefs.h. */
15750 $ac_includes_default
15751 #include <$ac_header>
15753 rm -f conftest.
$ac_objext
15754 if { (ac_try
="$ac_compile"
15755 case "(($ac_try" in
15756 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15757 *) ac_try_echo=$ac_try;;
15759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15760 (eval "$ac_compile") 2>conftest.er1
15762 grep -v '^ *+' conftest.er1 >conftest.err
15764 cat conftest.err >&5
15765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15766 (exit $ac_status); } && {
15767 test -z "$ac_c_werror_flag" ||
15768 test ! -s conftest.err
15769 } && test -s conftest.$ac_objext; then
15770 ac_header_compiler=yes
15772 echo "$as_me: failed program was:" >&5
15773 sed 's/^/| /' conftest.$ac_ext >&5
15775 ac_header_compiler=no
15778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15779 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15780 echo "${ECHO_T}$ac_header_compiler" >&6; }
15782 # Is the header present?
15783 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15784 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15785 cat >conftest.$ac_ext <<_ACEOF
15788 cat confdefs.h >>conftest.$ac_ext
15789 cat >>conftest.$ac_ext <<_ACEOF
15790 /* end confdefs.h. */
15791 #include <$ac_header>
15793 if { (ac_try="$ac_cpp conftest.$ac_ext"
15794 case "(($ac_try" in
15795 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15796 *) ac_try_echo
=$ac_try;;
15798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15799 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15801 grep -v '^ *+' conftest.er1
>conftest.err
15803 cat conftest.err
>&5
15804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15805 (exit $ac_status); } >/dev
/null
&& {
15806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15807 test ! -s conftest.err
15809 ac_header_preproc
=yes
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.
$ac_ext >&5
15814 ac_header_preproc
=no
15817 rm -f conftest.err conftest.
$ac_ext
15818 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15819 echo "${ECHO_T}$ac_header_preproc" >&6; }
15821 # So? What about this header?
15822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15824 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15825 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15826 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15827 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15828 ac_header_preproc
=yes
15831 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15832 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15833 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15834 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15835 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15836 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15837 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15838 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15839 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15840 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15841 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15842 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15844 ## ------------------------------------ ##
15845 ## Report this to wine-devel@winehq.org ##
15846 ## ------------------------------------ ##
15848 ) |
sed "s/^/$as_me: WARNING: /" >&2
15851 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15852 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15853 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15854 echo $ECHO_N "(cached) $ECHO_C" >&6
15856 eval "$as_ac_Header=\$ac_header_preproc"
15858 ac_res
=`eval echo '${'$as_ac_Header'}'`
15859 { echo "$as_me:$LINENO: result: $ac_res" >&5
15860 echo "${ECHO_T}$ac_res" >&6; }
15863 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15864 cat >>confdefs.h
<<_ACEOF
15865 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15872 CPPFLAGS
="$ac_save_CPPFLAGS"
15873 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15875 FONTCONFIGINCL
="$X_CFLAGS"
15877 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15878 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15879 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15880 echo $ECHO_N "(cached) $ECHO_C" >&6
15882 ac_check_soname_save_LIBS
=$LIBS
15883 LIBS
="-lfontconfig $X_LIBS $LIBS"
15884 cat >conftest.
$ac_ext <<_ACEOF
15887 cat confdefs.h
>>conftest.
$ac_ext
15888 cat >>conftest.
$ac_ext <<_ACEOF
15889 /* end confdefs.h. */
15891 /* Override any GCC internal prototype to avoid an error.
15892 Use char because int might match the return type of a GCC
15893 builtin and then its argument prototype would still apply. */
15906 rm -f conftest.
$ac_objext conftest
$ac_exeext
15907 if { (ac_try
="$ac_link"
15908 case "(($ac_try" in
15909 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15910 *) ac_try_echo=$ac_try;;
15912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15913 (eval "$ac_link") 2>conftest.er1
15915 grep -v '^ *+' conftest.er1 >conftest.err
15917 cat conftest.err >&5
15918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15919 (exit $ac_status); } && {
15920 test -z "$ac_c_werror_flag" ||
15921 test ! -s conftest.err
15922 } && test -s conftest$ac_exeext &&
15923 $as_test_x conftest$ac_exeext; then
15926 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'` ;;
15927 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15930 echo "$as_me: failed program was:" >&5
15931 sed 's/^/| /' conftest.$ac_ext >&5
15936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15937 conftest$ac_exeext conftest.$ac_ext
15938 LIBS=$ac_check_soname_save_LIBS
15940 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15941 { echo "$as_me:$LINENO: result: not found" >&5
15942 echo "${ECHO_T}not found" >&6; }
15945 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15946 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15948 cat >>confdefs.h <<_ACEOF
15949 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15957 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15958 case "x$with_fontconfig" in
15959 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15961 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15962 This is an error since --with-fontconfig was requested." >&5
15963 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15964 This is an error since --with-fontconfig was requested." >&2;}
15965 { (exit 1); exit 1; }; } ;;
15970 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15972 { echo "$as_me:$LINENO: checking for -lssl" >&5
15973 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15974 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15975 echo $ECHO_N "(cached) $ECHO_C" >&6
15977 ac_check_soname_save_LIBS=$LIBS
15979 cat >conftest.$ac_ext <<_ACEOF
15982 cat confdefs.h >>conftest.$ac_ext
15983 cat >>conftest.$ac_ext <<_ACEOF
15984 /* end confdefs.h. */
15986 /* Override any GCC internal prototype to avoid an error.
15987 Use char because int might match the return type of a GCC
15988 builtin and then its argument prototype would still apply. */
15992 char SSL_library_init ();
15996 return SSL_library_init ();
16001 rm -f conftest.$ac_objext conftest$ac_exeext
16002 if { (ac_try="$ac_link"
16003 case "(($ac_try" in
16004 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16005 *) ac_try_echo
=$ac_try;;
16007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16008 (eval "$ac_link") 2>conftest.er1
16010 grep -v '^ *+' conftest.er1
>conftest.err
16012 cat conftest.err
>&5
16013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16014 (exit $ac_status); } && {
16015 test -z "$ac_c_werror_flag" ||
16016 test ! -s conftest.err
16017 } && test -s conftest
$ac_exeext &&
16018 $as_test_x conftest
$ac_exeext; then
16021 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'` ;;
16022 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16025 echo "$as_me: failed program was:" >&5
16026 sed 's/^/| /' conftest.
$ac_ext >&5
16031 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16032 conftest
$ac_exeext conftest.
$ac_ext
16033 LIBS
=$ac_check_soname_save_LIBS
16035 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16036 { echo "$as_me:$LINENO: result: not found" >&5
16037 echo "${ECHO_T}not found" >&6; }
16040 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16041 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16043 cat >>confdefs.h
<<_ACEOF
16044 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16050 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16051 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16052 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16053 echo $ECHO_N "(cached) $ECHO_C" >&6
16055 ac_check_soname_save_LIBS
=$LIBS
16056 LIBS
="-lcrypto $LIBS"
16057 cat >conftest.
$ac_ext <<_ACEOF
16060 cat confdefs.h
>>conftest.
$ac_ext
16061 cat >>conftest.
$ac_ext <<_ACEOF
16062 /* end confdefs.h. */
16064 /* Override any GCC internal prototype to avoid an error.
16065 Use char because int might match the return type of a GCC
16066 builtin and then its argument prototype would still apply. */
16070 char BIO_new_socket ();
16074 return BIO_new_socket ();
16079 rm -f conftest.
$ac_objext conftest
$ac_exeext
16080 if { (ac_try
="$ac_link"
16081 case "(($ac_try" in
16082 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16083 *) ac_try_echo=$ac_try;;
16085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16086 (eval "$ac_link") 2>conftest.er1
16088 grep -v '^ *+' conftest.er1 >conftest.err
16090 cat conftest.err >&5
16091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } && {
16093 test -z "$ac_c_werror_flag" ||
16094 test ! -s conftest.err
16095 } && test -s conftest$ac_exeext &&
16096 $as_test_x conftest$ac_exeext; then
16099 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'` ;;
16100 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16103 echo "$as_me: failed program was:" >&5
16104 sed 's/^/| /' conftest.$ac_ext >&5
16109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16110 conftest$ac_exeext conftest.$ac_ext
16111 LIBS=$ac_check_soname_save_LIBS
16113 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16114 { echo "$as_me:$LINENO: result: not found" >&5
16115 echo "${ECHO_T}not found" >&6; }
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16129 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16130 case "x$with_openssl" in
16131 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16133 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16134 This is an error since --with-openssl was requested." >&5
16135 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16136 This is an error since --with-openssl was requested." >&2;}
16137 { (exit 1); exit 1; }; } ;;
16142 if test "$ac_cv_header_jpeglib_h" = "yes"
16144 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16145 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16146 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16147 echo $ECHO_N "(cached) $ECHO_C" >&6
16149 ac_check_soname_save_LIBS=$LIBS
16150 LIBS="-ljpeg $LIBS"
16151 cat >conftest.$ac_ext <<_ACEOF
16154 cat confdefs.h >>conftest.$ac_ext
16155 cat >>conftest.$ac_ext <<_ACEOF
16156 /* end confdefs.h. */
16158 /* Override any GCC internal prototype to avoid an error.
16159 Use char because int might match the return type of a GCC
16160 builtin and then its argument prototype would still apply. */
16164 char jpeg_start_decompress ();
16168 return jpeg_start_decompress ();
16173 rm -f conftest.$ac_objext conftest$ac_exeext
16174 if { (ac_try="$ac_link"
16175 case "(($ac_try" in
16176 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16177 *) ac_try_echo
=$ac_try;;
16179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16180 (eval "$ac_link") 2>conftest.er1
16182 grep -v '^ *+' conftest.er1
>conftest.err
16184 cat conftest.err
>&5
16185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16186 (exit $ac_status); } && {
16187 test -z "$ac_c_werror_flag" ||
16188 test ! -s conftest.err
16189 } && test -s conftest
$ac_exeext &&
16190 $as_test_x conftest
$ac_exeext; then
16193 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'` ;;
16194 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16197 echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.
$ac_ext >&5
16203 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16204 conftest
$ac_exeext conftest.
$ac_ext
16205 LIBS
=$ac_check_soname_save_LIBS
16207 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16208 { echo "$as_me:$LINENO: result: not found" >&5
16209 echo "${ECHO_T}not found" >&6; }
16212 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16213 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16215 cat >>confdefs.h
<<_ACEOF
16216 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16223 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16224 case "x$with_jpeg" in
16225 x
) wine_warnings
="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16227 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16228 This is an error since --with-jpeg was requested." >&5
16229 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16230 This is an error since --with-jpeg was requested." >&2;}
16231 { (exit 1); exit 1; }; } ;;
16236 if test "$ac_cv_header_png_h" = "yes"
16238 { echo "$as_me:$LINENO: checking for -lpng" >&5
16239 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16240 if test "${ac_cv_lib_soname_png+set}" = set; then
16241 echo $ECHO_N "(cached) $ECHO_C" >&6
16243 ac_check_soname_save_LIBS
=$LIBS
16244 LIBS
="-lpng -lm $LIBS"
16245 cat >conftest.
$ac_ext <<_ACEOF
16248 cat confdefs.h
>>conftest.
$ac_ext
16249 cat >>conftest.
$ac_ext <<_ACEOF
16250 /* end confdefs.h. */
16252 /* Override any GCC internal prototype to avoid an error.
16253 Use char because int might match the return type of a GCC
16254 builtin and then its argument prototype would still apply. */
16258 char png_create_read_struct ();
16262 return png_create_read_struct ();
16267 rm -f conftest.
$ac_objext conftest
$ac_exeext
16268 if { (ac_try
="$ac_link"
16269 case "(($ac_try" in
16270 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16271 *) ac_try_echo=$ac_try;;
16273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16274 (eval "$ac_link") 2>conftest.er1
16276 grep -v '^ *+' conftest.er1 >conftest.err
16278 cat conftest.err >&5
16279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16280 (exit $ac_status); } && {
16281 test -z "$ac_c_werror_flag" ||
16282 test ! -s conftest.err
16283 } && test -s conftest$ac_exeext &&
16284 $as_test_x conftest$ac_exeext; then
16287 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'` ;;
16288 *) 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'` ;;
16291 echo "$as_me: failed program was:" >&5
16292 sed 's/^/| /' conftest.$ac_ext >&5
16297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16298 conftest$ac_exeext conftest.$ac_ext
16299 LIBS=$ac_check_soname_save_LIBS
16301 if test "x$ac_cv_lib_soname_png" = "x"; then
16302 { echo "$as_me:$LINENO: result: not found" >&5
16303 echo "${ECHO_T}not found" >&6; }
16306 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16307 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16309 cat >>confdefs.h <<_ACEOF
16310 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16317 if test "x$ac_cv_lib_soname_png" = "x"; then
16318 case "x$with_png" in
16319 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16321 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16322 This is an error since --with-png was requested." >&5
16323 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16324 This is an error since --with-png was requested." >&2;}
16325 { (exit 1); exit 1; }; } ;;
16330 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16331 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16332 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16333 echo $ECHO_N "(cached) $ECHO_C" >&6
16335 ac_check_soname_save_LIBS=$LIBS
16336 LIBS="-lodbc $LIBS"
16337 cat >conftest.$ac_ext <<_ACEOF
16340 cat confdefs.h >>conftest.$ac_ext
16341 cat >>conftest.$ac_ext <<_ACEOF
16342 /* end confdefs.h. */
16344 /* Override any GCC internal prototype to avoid an error.
16345 Use char because int might match the return type of a GCC
16346 builtin and then its argument prototype would still apply. */
16350 char SQLConnect ();
16354 return SQLConnect ();
16359 rm -f conftest.$ac_objext conftest$ac_exeext
16360 if { (ac_try="$ac_link"
16361 case "(($ac_try" in
16362 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16363 *) ac_try_echo
=$ac_try;;
16365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16366 (eval "$ac_link") 2>conftest.er1
16368 grep -v '^ *+' conftest.er1
>conftest.err
16370 cat conftest.err
>&5
16371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16372 (exit $ac_status); } && {
16373 test -z "$ac_c_werror_flag" ||
16374 test ! -s conftest.err
16375 } && test -s conftest
$ac_exeext &&
16376 $as_test_x conftest
$ac_exeext; then
16379 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'` ;;
16380 *) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16383 echo "$as_me: failed program was:" >&5
16384 sed 's/^/| /' conftest.
$ac_ext >&5
16389 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16390 conftest
$ac_exeext conftest.
$ac_ext
16391 LIBS
=$ac_check_soname_save_LIBS
16393 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16394 { echo "$as_me:$LINENO: result: not found" >&5
16395 echo "${ECHO_T}not found" >&6; }
16396 cat >>confdefs.h
<<_ACEOF
16397 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16401 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16402 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16404 cat >>confdefs.h
<<_ACEOF
16405 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16412 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16413 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16414 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16415 "$ac_cv_header_soundcard_h" != "yes" -a \
16416 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16418 wine_warnings
="$wine_warnings|No sound system was found. Windows applications will be silent."
16424 if test "x${GCC}" = "xyes"
16426 EXTRACFLAGS
="-Wall -pipe"
16428 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16429 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16430 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16431 echo $ECHO_N "(cached) $ECHO_C" >&6
16433 if test "$cross_compiling" = yes; then
16434 ac_cv_c_gcc_strength_bug
="yes"
16436 cat >conftest.
$ac_ext <<_ACEOF
16439 cat confdefs.h
>>conftest.
$ac_ext
16440 cat >>conftest.
$ac_ext <<_ACEOF
16441 /* end confdefs.h. */
16442 int L[4] = {0,1,2,3};
16446 static int Array[3];
16447 unsigned int B = 3;
16449 for(i=0; i<B; i++) Array[i] = i - 3;
16450 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16452 exit( Array[1] != -2 || L[2] != 3)
16457 rm -f conftest
$ac_exeext
16458 if { (ac_try
="$ac_link"
16459 case "(($ac_try" in
16460 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16461 *) ac_try_echo=$ac_try;;
16463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16464 (eval "$ac_link") 2>&5
16466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16467 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16468 { (case "(($ac_try" in
16469 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16470 *) ac_try_echo
=$ac_try;;
16472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16473 (eval "$ac_try") 2>&5
16475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16476 (exit $ac_status); }; }; then
16477 ac_cv_c_gcc_strength_bug
="no"
16479 echo "$as_me: program exited with status $ac_status" >&5
16480 echo "$as_me: failed program was:" >&5
16481 sed 's/^/| /' conftest.
$ac_ext >&5
16483 ( exit $ac_status )
16484 ac_cv_c_gcc_strength_bug
="yes"
16486 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16491 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16492 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16493 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16495 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
16499 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16500 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16501 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16502 echo $ECHO_N "(cached) $ECHO_C" >&6
16504 ac_wine_try_cflags_saved
=$CFLAGS
16505 CFLAGS
="$CFLAGS -fshort-wchar"
16506 cat >conftest.
$ac_ext <<_ACEOF
16509 cat confdefs.h
>>conftest.
$ac_ext
16510 cat >>conftest.
$ac_ext <<_ACEOF
16511 /* end confdefs.h. */
16521 rm -f conftest.
$ac_objext conftest
$ac_exeext
16522 if { (ac_try
="$ac_link"
16523 case "(($ac_try" in
16524 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16525 *) ac_try_echo=$ac_try;;
16527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16528 (eval "$ac_link") 2>conftest.er1
16530 grep -v '^ *+' conftest.er1 >conftest.err
16532 cat conftest.err >&5
16533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); } && {
16535 test -z "$ac_c_werror_flag" ||
16536 test ! -s conftest.err
16537 } && test -s conftest$ac_exeext &&
16538 $as_test_x conftest$ac_exeext; then
16539 ac_cv_cflags__fshort_wchar=yes
16541 echo "$as_me: failed program was:" >&5
16542 sed 's/^/| /' conftest.$ac_ext >&5
16544 ac_cv_cflags__fshort_wchar=no
16547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16548 conftest$ac_exeext conftest.$ac_ext
16549 CFLAGS=$ac_wine_try_cflags_saved
16551 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16552 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16553 if test $ac_cv_cflags__fshort_wchar = yes; then
16555 cat >>confdefs.h <<\_ACEOF
16556 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16561 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16562 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16563 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16564 echo $ECHO_N "(cached) $ECHO_C" >&6
16566 ac_wine_try_cflags_saved=$CFLAGS
16567 CFLAGS="$CFLAGS -fno-builtin"
16568 cat >conftest.$ac_ext <<_ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16583 rm -f conftest.$ac_objext conftest$ac_exeext
16584 if { (ac_try="$ac_link"
16585 case "(($ac_try" in
16586 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16587 *) ac_try_echo
=$ac_try;;
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16590 (eval "$ac_link") 2>conftest.er1
16592 grep -v '^ *+' conftest.er1
>conftest.err
16594 cat conftest.err
>&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest
$ac_exeext &&
16600 $as_test_x conftest
$ac_exeext; then
16601 ac_cv_cflags__fno_builtin
=yes
16603 echo "$as_me: failed program was:" >&5
16604 sed 's/^/| /' conftest.
$ac_ext >&5
16606 ac_cv_cflags__fno_builtin
=no
16609 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16610 conftest
$ac_exeext conftest.
$ac_ext
16611 CFLAGS
=$ac_wine_try_cflags_saved
16613 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16614 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16615 if test $ac_cv_cflags__fno_builtin = yes; then
16616 BUILTINFLAG
="-fno-builtin"
16620 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16621 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16622 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16623 echo $ECHO_N "(cached) $ECHO_C" >&6
16625 ac_wine_try_cflags_saved
=$CFLAGS
16626 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16627 cat >conftest.
$ac_ext <<_ACEOF
16630 cat confdefs.h
>>conftest.
$ac_ext
16631 cat >>conftest.
$ac_ext <<_ACEOF
16632 /* end confdefs.h. */
16642 rm -f conftest.
$ac_objext conftest
$ac_exeext
16643 if { (ac_try
="$ac_link"
16644 case "(($ac_try" in
16645 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16646 *) ac_try_echo=$ac_try;;
16648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16649 (eval "$ac_link") 2>conftest.er1
16651 grep -v '^ *+' conftest.er1 >conftest.err
16653 cat conftest.err >&5
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); } && {
16656 test -z "$ac_c_werror_flag" ||
16657 test ! -s conftest.err
16658 } && test -s conftest$ac_exeext &&
16659 $as_test_x conftest$ac_exeext; then
16660 ac_cv_cflags__fno_strict_aliasing=yes
16662 echo "$as_me: failed program was:" >&5
16663 sed 's/^/| /' conftest.$ac_ext >&5
16665 ac_cv_cflags__fno_strict_aliasing=no
16668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16669 conftest$ac_exeext conftest.$ac_ext
16670 CFLAGS=$ac_wine_try_cflags_saved
16672 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16673 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16674 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16675 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16678 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16679 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16680 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16681 echo $ECHO_N "(cached) $ECHO_C" >&6
16683 ac_wine_try_cflags_saved=$CFLAGS
16684 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16685 cat >conftest.$ac_ext <<_ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h. */
16700 rm -f conftest.$ac_objext conftest$ac_exeext
16701 if { (ac_try="$ac_link"
16702 case "(($ac_try" in
16703 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16704 *) ac_try_echo
=$ac_try;;
16706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16707 (eval "$ac_link") 2>conftest.er1
16709 grep -v '^ *+' conftest.er1
>conftest.err
16711 cat conftest.err
>&5
16712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); } && {
16714 test -z "$ac_c_werror_flag" ||
16715 test ! -s conftest.err
16716 } && test -s conftest
$ac_exeext &&
16717 $as_test_x conftest
$ac_exeext; then
16718 ac_cv_cflags__Wdeclaration_after_statement
=yes
16720 echo "$as_me: failed program was:" >&5
16721 sed 's/^/| /' conftest.
$ac_ext >&5
16723 ac_cv_cflags__Wdeclaration_after_statement
=no
16726 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16727 conftest
$ac_exeext conftest.
$ac_ext
16728 CFLAGS
=$ac_wine_try_cflags_saved
16730 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16731 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16732 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16733 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16736 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16737 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16738 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16739 echo $ECHO_N "(cached) $ECHO_C" >&6
16741 ac_wine_try_cflags_saved
=$CFLAGS
16742 CFLAGS
="$CFLAGS -Wwrite-strings"
16743 cat >conftest.
$ac_ext <<_ACEOF
16746 cat confdefs.h
>>conftest.
$ac_ext
16747 cat >>conftest.
$ac_ext <<_ACEOF
16748 /* end confdefs.h. */
16758 rm -f conftest.
$ac_objext conftest
$ac_exeext
16759 if { (ac_try
="$ac_link"
16760 case "(($ac_try" in
16761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16762 *) ac_try_echo=$ac_try;;
16764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16765 (eval "$ac_link") 2>conftest.er1
16767 grep -v '^ *+' conftest.er1 >conftest.err
16769 cat conftest.err >&5
16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771 (exit $ac_status); } && {
16772 test -z "$ac_c_werror_flag" ||
16773 test ! -s conftest.err
16774 } && test -s conftest$ac_exeext &&
16775 $as_test_x conftest$ac_exeext; then
16776 ac_cv_cflags__Wwrite_strings=yes
16778 echo "$as_me: failed program was:" >&5
16779 sed 's/^/| /' conftest.$ac_ext >&5
16781 ac_cv_cflags__Wwrite_strings=no
16784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16785 conftest$ac_exeext conftest.$ac_ext
16786 CFLAGS=$ac_wine_try_cflags_saved
16788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16789 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16790 if test $ac_cv_cflags__Wwrite_strings = yes; then
16791 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16794 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16795 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16796 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16797 echo $ECHO_N "(cached) $ECHO_C" >&6
16799 ac_wine_try_cflags_saved=$CFLAGS
16800 CFLAGS="$CFLAGS -Wtype-limits"
16801 cat >conftest.$ac_ext <<_ACEOF
16804 cat confdefs.h >>conftest.$ac_ext
16805 cat >>conftest.$ac_ext <<_ACEOF
16806 /* end confdefs.h. */
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16820 *) ac_try_echo
=$ac_try;;
16822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16823 (eval "$ac_link") 2>conftest.er1
16825 grep -v '^ *+' conftest.er1
>conftest.err
16827 cat conftest.err
>&5
16828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16829 (exit $ac_status); } && {
16830 test -z "$ac_c_werror_flag" ||
16831 test ! -s conftest.err
16832 } && test -s conftest
$ac_exeext &&
16833 $as_test_x conftest
$ac_exeext; then
16834 ac_cv_cflags__Wtype_limits
=yes
16836 echo "$as_me: failed program was:" >&5
16837 sed 's/^/| /' conftest.
$ac_ext >&5
16839 ac_cv_cflags__Wtype_limits
=no
16842 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16843 conftest
$ac_exeext conftest.
$ac_ext
16844 CFLAGS
=$ac_wine_try_cflags_saved
16846 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16847 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16848 if test $ac_cv_cflags__Wtype_limits = yes; then
16849 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16853 saved_CFLAGS
="$CFLAGS"
16854 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16855 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16856 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16857 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16858 echo $ECHO_N "(cached) $ECHO_C" >&6
16860 cat >conftest.
$ac_ext <<_ACEOF
16863 cat confdefs.h
>>conftest.
$ac_ext
16864 cat >>conftest.
$ac_ext <<_ACEOF
16865 /* end confdefs.h. */
16866 #include <string.h>
16875 rm -f conftest.
$ac_objext
16876 if { (ac_try
="$ac_compile"
16877 case "(($ac_try" in
16878 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16879 *) ac_try_echo=$ac_try;;
16881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16882 (eval "$ac_compile") 2>conftest.er1
16884 grep -v '^ *+' conftest.er1 >conftest.err
16886 cat conftest.err >&5
16887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16888 (exit $ac_status); } && {
16889 test -z "$ac_c_werror_flag" ||
16890 test ! -s conftest.err
16891 } && test -s conftest.$ac_objext; then
16892 ac_cv_c_string_h_warnings=no
16894 echo "$as_me: failed program was:" >&5
16895 sed 's/^/| /' conftest.$ac_ext >&5
16897 ac_cv_c_string_h_warnings=yes
16900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16902 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16903 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16904 CFLAGS="$saved_CFLAGS"
16905 if test "$ac_cv_c_string_h_warnings" = "no"
16907 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16912 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16913 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16914 if test "${ac_cv_asm_func_def+set}" = set; then
16915 echo $ECHO_N "(cached) $ECHO_C" >&6
16917 cat >conftest.$ac_ext <<_ACEOF
16920 cat confdefs.h >>conftest.$ac_ext
16921 cat >>conftest.$ac_ext <<_ACEOF
16922 /* end confdefs.h. */
16927 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16932 rm -f conftest.$ac_objext conftest$ac_exeext
16933 if { (ac_try="$ac_link"
16934 case "(($ac_try" in
16935 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16936 *) ac_try_echo
=$ac_try;;
16938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16939 (eval "$ac_link") 2>conftest.er1
16941 grep -v '^ *+' conftest.er1
>conftest.err
16943 cat conftest.err
>&5
16944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16945 (exit $ac_status); } && {
16946 test -z "$ac_c_werror_flag" ||
16947 test ! -s conftest.err
16948 } && test -s conftest
$ac_exeext &&
16949 $as_test_x conftest
$ac_exeext; then
16950 ac_cv_asm_func_def
=".def"
16952 echo "$as_me: failed program was:" >&5
16953 sed 's/^/| /' conftest.
$ac_ext >&5
16955 cat >conftest.
$ac_ext <<_ACEOF
16958 cat confdefs.h
>>conftest.
$ac_ext
16959 cat >>conftest.
$ac_ext <<_ACEOF
16960 /* end confdefs.h. */
16965 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16970 rm -f conftest.
$ac_objext conftest
$ac_exeext
16971 if { (ac_try
="$ac_link"
16972 case "(($ac_try" in
16973 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16974 *) ac_try_echo=$ac_try;;
16976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16977 (eval "$ac_link") 2>conftest.er1
16979 grep -v '^ *+' conftest.er1 >conftest.err
16981 cat conftest.err >&5
16982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16983 (exit $ac_status); } && {
16984 test -z "$ac_c_werror_flag" ||
16985 test ! -s conftest.err
16986 } && test -s conftest$ac_exeext &&
16987 $as_test_x conftest$ac_exeext; then
16988 ac_cv_asm_func_def=".type @function"
16990 echo "$as_me: failed program was:" >&5
16991 sed 's/^/| /' conftest.$ac_ext >&5
16993 cat >conftest.$ac_ext <<_ACEOF
16996 cat confdefs.h >>conftest.$ac_ext
16997 cat >>conftest.$ac_ext <<_ACEOF
16998 /* end confdefs.h. */
17003 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17008 rm -f conftest.$ac_objext conftest$ac_exeext
17009 if { (ac_try="$ac_link"
17010 case "(($ac_try" in
17011 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17012 *) ac_try_echo
=$ac_try;;
17014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17015 (eval "$ac_link") 2>conftest.er1
17017 grep -v '^ *+' conftest.er1
>conftest.err
17019 cat conftest.err
>&5
17020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17021 (exit $ac_status); } && {
17022 test -z "$ac_c_werror_flag" ||
17023 test ! -s conftest.err
17024 } && test -s conftest
$ac_exeext &&
17025 $as_test_x conftest
$ac_exeext; then
17026 ac_cv_asm_func_def
=".type 2"
17028 echo "$as_me: failed program was:" >&5
17029 sed 's/^/| /' conftest.
$ac_ext >&5
17031 ac_cv_asm_func_def
="unknown"
17034 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17035 conftest
$ac_exeext conftest.
$ac_ext
17038 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17039 conftest
$ac_exeext conftest.
$ac_ext
17042 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17043 conftest
$ac_exeext conftest.
$ac_ext
17045 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17046 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17050 case "$ac_cv_asm_func_def" in
17052 cat >>confdefs.h
<<\_ACEOF
17053 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17057 cat >>confdefs.h
<<\_ACEOF
17058 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17062 cat >>confdefs.h
<<\_ACEOF
17063 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17067 cat >>confdefs.h
<<\_ACEOF
17068 #define __ASM_FUNC(name) ""
17074 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17075 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17076 if test "${ac_cv_c_extern_prefix+set}" = set; then
17077 echo $ECHO_N "(cached) $ECHO_C" >&6
17079 cat >conftest.
$ac_ext <<_ACEOF
17082 cat confdefs.h
>>conftest.
$ac_ext
17083 cat >>conftest.
$ac_ext <<_ACEOF
17084 /* end confdefs.h. */
17085 extern int ac_test;
17089 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17094 rm -f conftest.
$ac_objext conftest
$ac_exeext
17095 if { (ac_try
="$ac_link"
17096 case "(($ac_try" in
17097 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17098 *) ac_try_echo=$ac_try;;
17100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17101 (eval "$ac_link") 2>conftest.er1
17103 grep -v '^ *+' conftest.er1 >conftest.err
17105 cat conftest.err >&5
17106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17107 (exit $ac_status); } && {
17108 test -z "$ac_c_werror_flag" ||
17109 test ! -s conftest.err
17110 } && test -s conftest$ac_exeext &&
17111 $as_test_x conftest$ac_exeext; then
17112 ac_cv_c_extern_prefix="yes"
17114 echo "$as_me: failed program was:" >&5
17115 sed 's/^/| /' conftest.$ac_ext >&5
17117 ac_cv_c_extern_prefix="no"
17120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17121 conftest$ac_exeext conftest.$ac_ext
17123 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17124 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17128 if test "$ac_cv_c_extern_prefix" = "yes"
17130 cat >>confdefs.h <<\_ACEOF
17131 #define __ASM_NAME(name) "_" name
17135 cat >>confdefs.h <<\_ACEOF
17136 #define __ASM_NAME(name) name
17146 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17150 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17152 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17156 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17164 SOCKETLIBS="-lws2_32"
17169 MAIN_BINARY="wine-pthread"
17173 linux* | k*bsd*-gnu)
17174 MAIN_BINARY="wine-glibc"
17176 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17179 MAIN_BINARY="wine-freebsd"
17181 EXTRA_BINARIES="wine-pthread"
17329 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17330 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17331 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17332 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17333 echo $ECHO_N "(cached) $ECHO_C" >&6
17335 cat >conftest.$ac_ext <<_ACEOF
17338 cat confdefs.h >>conftest.$ac_ext
17339 cat >>conftest.$ac_ext <<_ACEOF
17340 /* end confdefs.h. */
17341 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17342 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17343 #define $ac_func innocuous_$ac_func
17345 /* System header to define __stub macros and hopefully few prototypes,
17346 which can conflict with char $ac_func (); below.
17347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17348 <limits.h> exists even on freestanding compilers. */
17351 # include <limits.h>
17353 # include <assert.h>
17358 /* Override any GCC internal prototype to avoid an error.
17359 Use char because int might match the return type of a GCC
17360 builtin and then its argument prototype would still apply. */
17365 /* The GNU C library defines this for functions which it implements
17366 to always fail with ENOSYS. Some functions are actually named
17367 something starting with __ and the normal name is an alias. */
17368 #if defined __stub_$ac_func || defined __stub___$ac_func
17375 return $ac_func ();
17380 rm -f conftest.$ac_objext conftest$ac_exeext
17381 if { (ac_try="$ac_link"
17382 case "(($ac_try" in
17383 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17384 *) ac_try_echo
=$ac_try;;
17386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17387 (eval "$ac_link") 2>conftest.er1
17389 grep -v '^ *+' conftest.er1
>conftest.err
17391 cat conftest.err
>&5
17392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17393 (exit $ac_status); } && {
17394 test -z "$ac_c_werror_flag" ||
17395 test ! -s conftest.err
17396 } && test -s conftest
$ac_exeext &&
17397 $as_test_x conftest
$ac_exeext; then
17398 eval "$as_ac_var=yes"
17400 echo "$as_me: failed program was:" >&5
17401 sed 's/^/| /' conftest.
$ac_ext >&5
17403 eval "$as_ac_var=no"
17406 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17407 conftest
$ac_exeext conftest.
$ac_ext
17409 ac_res
=`eval echo '${'$as_ac_var'}'`
17410 { echo "$as_me:$LINENO: result: $ac_res" >&5
17411 echo "${ECHO_T}$ac_res" >&6; }
17412 if test `eval echo '${'$as_ac_var'}'` = yes; then
17413 cat >>confdefs.h
<<_ACEOF
17414 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17421 if test "$ac_cv_func_dlopen" = no
17423 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17424 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17425 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17426 echo $ECHO_N "(cached) $ECHO_C" >&6
17428 ac_check_lib_save_LIBS
=$LIBS
17430 cat >conftest.
$ac_ext <<_ACEOF
17433 cat confdefs.h
>>conftest.
$ac_ext
17434 cat >>conftest.
$ac_ext <<_ACEOF
17435 /* end confdefs.h. */
17437 /* Override any GCC internal prototype to avoid an error.
17438 Use char because int might match the return type of a GCC
17439 builtin and then its argument prototype would still apply. */
17452 rm -f conftest.
$ac_objext conftest
$ac_exeext
17453 if { (ac_try
="$ac_link"
17454 case "(($ac_try" in
17455 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17456 *) ac_try_echo=$ac_try;;
17458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17459 (eval "$ac_link") 2>conftest.er1
17461 grep -v '^ *+' conftest.er1 >conftest.err
17463 cat conftest.err >&5
17464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17465 (exit $ac_status); } && {
17466 test -z "$ac_c_werror_flag" ||
17467 test ! -s conftest.err
17468 } && test -s conftest$ac_exeext &&
17469 $as_test_x conftest$ac_exeext; then
17470 ac_cv_lib_dl_dlopen=yes
17472 echo "$as_me: failed program was:" >&5
17473 sed 's/^/| /' conftest.$ac_ext >&5
17475 ac_cv_lib_dl_dlopen=no
17478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17479 conftest$ac_exeext conftest.$ac_ext
17480 LIBS=$ac_check_lib_save_LIBS
17482 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17483 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17484 if test $ac_cv_lib_dl_dlopen = yes; then
17485 cat >>confdefs.h <<\_ACEOF
17486 #define HAVE_DLOPEN 1
17493 ac_wine_check_funcs_save_LIBS="$LIBS"
17494 LIBS="$LIBS $LIBDL"
17496 for ac_func in dladdr
17498 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17499 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17500 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17501 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17502 echo $ECHO_N "(cached) $ECHO_C" >&6
17504 cat >conftest.$ac_ext <<_ACEOF
17507 cat confdefs.h >>conftest.$ac_ext
17508 cat >>conftest.$ac_ext <<_ACEOF
17509 /* end confdefs.h. */
17510 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17512 #define $ac_func innocuous_$ac_func
17514 /* System header to define __stub macros and hopefully few prototypes,
17515 which can conflict with char $ac_func (); below.
17516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17517 <limits.h> exists even on freestanding compilers. */
17520 # include <limits.h>
17522 # include <assert.h>
17527 /* Override any GCC internal prototype to avoid an error.
17528 Use char because int might match the return type of a GCC
17529 builtin and then its argument prototype would still apply. */
17534 /* The GNU C library defines this for functions which it implements
17535 to always fail with ENOSYS. Some functions are actually named
17536 something starting with __ and the normal name is an alias. */
17537 #if defined __stub_$ac_func || defined __stub___$ac_func
17544 return $ac_func ();
17549 rm -f conftest.$ac_objext conftest$ac_exeext
17550 if { (ac_try="$ac_link"
17551 case "(($ac_try" in
17552 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17553 *) ac_try_echo
=$ac_try;;
17555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17556 (eval "$ac_link") 2>conftest.er1
17558 grep -v '^ *+' conftest.er1
>conftest.err
17560 cat conftest.err
>&5
17561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17562 (exit $ac_status); } && {
17563 test -z "$ac_c_werror_flag" ||
17564 test ! -s conftest.err
17565 } && test -s conftest
$ac_exeext &&
17566 $as_test_x conftest
$ac_exeext; then
17567 eval "$as_ac_var=yes"
17569 echo "$as_me: failed program was:" >&5
17570 sed 's/^/| /' conftest.
$ac_ext >&5
17572 eval "$as_ac_var=no"
17575 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17576 conftest
$ac_exeext conftest.
$ac_ext
17578 ac_res
=`eval echo '${'$as_ac_var'}'`
17579 { echo "$as_me:$LINENO: result: $ac_res" >&5
17580 echo "${ECHO_T}$ac_res" >&6; }
17581 if test `eval echo '${'$as_ac_var'}'` = yes; then
17582 cat >>confdefs.h
<<_ACEOF
17583 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17589 LIBS
="$ac_wine_check_funcs_save_LIBS"
17591 if test "$ac_cv_func_poll" = no
17593 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17594 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17595 if test "${ac_cv_lib_poll_poll+set}" = set; then
17596 echo $ECHO_N "(cached) $ECHO_C" >&6
17598 ac_check_lib_save_LIBS
=$LIBS
17599 LIBS
="-lpoll $LIBS"
17600 cat >conftest.
$ac_ext <<_ACEOF
17603 cat confdefs.h
>>conftest.
$ac_ext
17604 cat >>conftest.
$ac_ext <<_ACEOF
17605 /* end confdefs.h. */
17607 /* Override any GCC internal prototype to avoid an error.
17608 Use char because int might match the return type of a GCC
17609 builtin and then its argument prototype would still apply. */
17622 rm -f conftest.
$ac_objext conftest
$ac_exeext
17623 if { (ac_try
="$ac_link"
17624 case "(($ac_try" in
17625 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17626 *) ac_try_echo=$ac_try;;
17628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17629 (eval "$ac_link") 2>conftest.er1
17631 grep -v '^ *+' conftest.er1 >conftest.err
17633 cat conftest.err >&5
17634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17635 (exit $ac_status); } && {
17636 test -z "$ac_c_werror_flag" ||
17637 test ! -s conftest.err
17638 } && test -s conftest$ac_exeext &&
17639 $as_test_x conftest$ac_exeext; then
17640 ac_cv_lib_poll_poll=yes
17642 echo "$as_me: failed program was:" >&5
17643 sed 's/^/| /' conftest.$ac_ext >&5
17645 ac_cv_lib_poll_poll=no
17648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17649 conftest$ac_exeext conftest.$ac_ext
17650 LIBS=$ac_check_lib_save_LIBS
17652 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17653 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17654 if test $ac_cv_lib_poll_poll = yes; then
17655 cat >>confdefs.h <<\_ACEOF
17656 #define HAVE_POLL 1
17664 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17665 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17666 if test "${ac_cv_search_gethostbyname+set}" = set; then
17667 echo $ECHO_N "(cached) $ECHO_C" >&6
17669 ac_func_search_save_LIBS=$LIBS
17670 cat >conftest.$ac_ext <<_ACEOF
17673 cat confdefs.h >>conftest.$ac_ext
17674 cat >>conftest.$ac_ext <<_ACEOF
17675 /* end confdefs.h. */
17677 /* Override any GCC internal prototype to avoid an error.
17678 Use char because int might match the return type of a GCC
17679 builtin and then its argument prototype would still apply. */
17683 char gethostbyname ();
17687 return gethostbyname ();
17692 for ac_lib in '' nsl; do
17693 if test -z "$ac_lib"; then
17694 ac_res="none required"
17697 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17699 rm -f conftest.$ac_objext conftest$ac_exeext
17700 if { (ac_try="$ac_link"
17701 case "(($ac_try" in
17702 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17703 *) ac_try_echo
=$ac_try;;
17705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17706 (eval "$ac_link") 2>conftest.er1
17708 grep -v '^ *+' conftest.er1
>conftest.err
17710 cat conftest.err
>&5
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); } && {
17713 test -z "$ac_c_werror_flag" ||
17714 test ! -s conftest.err
17715 } && test -s conftest
$ac_exeext &&
17716 $as_test_x conftest
$ac_exeext; then
17717 ac_cv_search_gethostbyname
=$ac_res
17719 echo "$as_me: failed program was:" >&5
17720 sed 's/^/| /' conftest.
$ac_ext >&5
17725 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17727 if test "${ac_cv_search_gethostbyname+set}" = set; then
17731 if test "${ac_cv_search_gethostbyname+set}" = set; then
17734 ac_cv_search_gethostbyname
=no
17736 rm conftest.
$ac_ext
17737 LIBS
=$ac_func_search_save_LIBS
17739 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17740 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17741 ac_res
=$ac_cv_search_gethostbyname
17742 if test "$ac_res" != no
; then
17743 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17748 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17749 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17750 if test "${ac_cv_search_connect+set}" = set; then
17751 echo $ECHO_N "(cached) $ECHO_C" >&6
17753 ac_func_search_save_LIBS
=$LIBS
17754 cat >conftest.
$ac_ext <<_ACEOF
17757 cat confdefs.h
>>conftest.
$ac_ext
17758 cat >>conftest.
$ac_ext <<_ACEOF
17759 /* end confdefs.h. */
17761 /* Override any GCC internal prototype to avoid an error.
17762 Use char because int might match the return type of a GCC
17763 builtin and then its argument prototype would still apply. */
17776 for ac_lib
in '' socket
; do
17777 if test -z "$ac_lib"; then
17778 ac_res
="none required"
17781 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17783 rm -f conftest.
$ac_objext conftest
$ac_exeext
17784 if { (ac_try
="$ac_link"
17785 case "(($ac_try" in
17786 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17787 *) ac_try_echo=$ac_try;;
17789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17790 (eval "$ac_link") 2>conftest.er1
17792 grep -v '^ *+' conftest.er1 >conftest.err
17794 cat conftest.err >&5
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); } && {
17797 test -z "$ac_c_werror_flag" ||
17798 test ! -s conftest.err
17799 } && test -s conftest$ac_exeext &&
17800 $as_test_x conftest$ac_exeext; then
17801 ac_cv_search_connect=$ac_res
17803 echo "$as_me: failed program was:" >&5
17804 sed 's/^/| /' conftest.$ac_ext >&5
17809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17811 if test "${ac_cv_search_connect+set}" = set; then
17815 if test "${ac_cv_search_connect+set}" = set; then
17818 ac_cv_search_connect=no
17820 rm conftest.$ac_ext
17821 LIBS=$ac_func_search_save_LIBS
17823 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17824 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17825 ac_res=$ac_cv_search_connect
17826 if test "$ac_res" != no; then
17827 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17832 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17833 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17834 if test "${ac_cv_search_inet_aton+set}" = set; then
17835 echo $ECHO_N "(cached) $ECHO_C" >&6
17837 ac_func_search_save_LIBS=$LIBS
17838 cat >conftest.$ac_ext <<_ACEOF
17841 cat confdefs.h >>conftest.$ac_ext
17842 cat >>conftest.$ac_ext <<_ACEOF
17843 /* end confdefs.h. */
17845 /* Override any GCC internal prototype to avoid an error.
17846 Use char because int might match the return type of a GCC
17847 builtin and then its argument prototype would still apply. */
17855 return inet_aton ();
17860 for ac_lib in '' resolv; do
17861 if test -z "$ac_lib"; then
17862 ac_res="none required"
17865 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17867 rm -f conftest.$ac_objext conftest$ac_exeext
17868 if { (ac_try="$ac_link"
17869 case "(($ac_try" in
17870 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17871 *) ac_try_echo
=$ac_try;;
17873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17874 (eval "$ac_link") 2>conftest.er1
17876 grep -v '^ *+' conftest.er1
>conftest.err
17878 cat conftest.err
>&5
17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17880 (exit $ac_status); } && {
17881 test -z "$ac_c_werror_flag" ||
17882 test ! -s conftest.err
17883 } && test -s conftest
$ac_exeext &&
17884 $as_test_x conftest
$ac_exeext; then
17885 ac_cv_search_inet_aton
=$ac_res
17887 echo "$as_me: failed program was:" >&5
17888 sed 's/^/| /' conftest.
$ac_ext >&5
17893 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17895 if test "${ac_cv_search_inet_aton+set}" = set; then
17899 if test "${ac_cv_search_inet_aton+set}" = set; then
17902 ac_cv_search_inet_aton
=no
17904 rm conftest.
$ac_ext
17905 LIBS
=$ac_func_search_save_LIBS
17907 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17908 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17909 ac_res
=$ac_cv_search_inet_aton
17910 if test "$ac_res" != no
; then
17911 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17935 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17936 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17937 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17938 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17939 echo $ECHO_N "(cached) $ECHO_C" >&6
17941 cat >conftest.
$ac_ext <<_ACEOF
17944 cat confdefs.h
>>conftest.
$ac_ext
17945 cat >>conftest.
$ac_ext <<_ACEOF
17946 /* end confdefs.h. */
17947 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17948 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17949 #define $ac_func innocuous_$ac_func
17951 /* System header to define __stub macros and hopefully few prototypes,
17952 which can conflict with char $ac_func (); below.
17953 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17954 <limits.h> exists even on freestanding compilers. */
17957 # include <limits.h>
17959 # include <assert.h>
17964 /* Override any GCC internal prototype to avoid an error.
17965 Use char because int might match the return type of a GCC
17966 builtin and then its argument prototype would still apply. */
17971 /* The GNU C library defines this for functions which it implements
17972 to always fail with ENOSYS. Some functions are actually named
17973 something starting with __ and the normal name is an alias. */
17974 #if defined __stub_$ac_func || defined __stub___$ac_func
17981 return $ac_func ();
17986 rm -f conftest.
$ac_objext conftest
$ac_exeext
17987 if { (ac_try
="$ac_link"
17988 case "(($ac_try" in
17989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17990 *) ac_try_echo=$ac_try;;
17992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17993 (eval "$ac_link") 2>conftest.er1
17995 grep -v '^ *+' conftest.er1 >conftest.err
17997 cat conftest.err >&5
17998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17999 (exit $ac_status); } && {
18000 test -z "$ac_c_werror_flag" ||
18001 test ! -s conftest.err
18002 } && test -s conftest$ac_exeext &&
18003 $as_test_x conftest$ac_exeext; then
18004 eval "$as_ac_var=yes"
18006 echo "$as_me: failed program was:" >&5
18007 sed 's/^/| /' conftest.$ac_ext >&5
18009 eval "$as_ac_var=no"
18012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18013 conftest$ac_exeext conftest.$ac_ext
18015 ac_res=`eval echo '${'$as_ac_var'}'`
18016 { echo "$as_me:$LINENO: result: $ac_res" >&5
18017 echo "${ECHO_T}$ac_res" >&6; }
18018 if test `eval echo '${'$as_ac_var'}'` = yes; then
18019 cat >>confdefs.h <<_ACEOF
18020 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18029 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18031 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18032 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18033 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18034 echo $ECHO_N "(cached) $ECHO_C" >&6
18036 cat >conftest.$ac_ext <<_ACEOF
18039 cat confdefs.h >>conftest.$ac_ext
18040 cat >>conftest.$ac_ext <<_ACEOF
18041 /* end confdefs.h. */
18044 typedef LDAPSortKey ac__type_new_;
18048 if ((ac__type_new_ *) 0)
18050 if (sizeof (ac__type_new_))
18056 rm -f conftest.$ac_objext
18057 if { (ac_try="$ac_compile"
18058 case "(($ac_try" in
18059 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18060 *) ac_try_echo
=$ac_try;;
18062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18063 (eval "$ac_compile") 2>conftest.er1
18065 grep -v '^ *+' conftest.er1
>conftest.err
18067 cat conftest.err
>&5
18068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18069 (exit $ac_status); } && {
18070 test -z "$ac_c_werror_flag" ||
18071 test ! -s conftest.err
18072 } && test -s conftest.
$ac_objext; then
18073 ac_cv_type_LDAPSortKey
=yes
18075 echo "$as_me: failed program was:" >&5
18076 sed 's/^/| /' conftest.
$ac_ext >&5
18078 ac_cv_type_LDAPSortKey
=no
18081 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18083 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18084 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18085 if test $ac_cv_type_LDAPSortKey = yes; then
18086 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18087 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18088 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18089 echo $ECHO_N "(cached) $ECHO_C" >&6
18091 ac_check_lib_save_LIBS
=$LIBS
18092 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18093 cat >conftest.
$ac_ext <<_ACEOF
18096 cat confdefs.h
>>conftest.
$ac_ext
18097 cat >>conftest.
$ac_ext <<_ACEOF
18098 /* end confdefs.h. */
18100 /* Override any GCC internal prototype to avoid an error.
18101 Use char because int might match the return type of a GCC
18102 builtin and then its argument prototype would still apply. */
18106 char ldap_initialize ();
18110 return ldap_initialize ();
18115 rm -f conftest.
$ac_objext conftest
$ac_exeext
18116 if { (ac_try
="$ac_link"
18117 case "(($ac_try" in
18118 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18119 *) ac_try_echo=$ac_try;;
18121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18122 (eval "$ac_link") 2>conftest.er1
18124 grep -v '^ *+' conftest.er1 >conftest.err
18126 cat conftest.err >&5
18127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18128 (exit $ac_status); } && {
18129 test -z "$ac_c_werror_flag" ||
18130 test ! -s conftest.err
18131 } && test -s conftest$ac_exeext &&
18132 $as_test_x conftest$ac_exeext; then
18133 ac_cv_lib_ldap_r_ldap_initialize=yes
18135 echo "$as_me: failed program was:" >&5
18136 sed 's/^/| /' conftest.$ac_ext >&5
18138 ac_cv_lib_ldap_r_ldap_initialize=no
18141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18142 conftest$ac_exeext conftest.$ac_ext
18143 LIBS=$ac_check_lib_save_LIBS
18145 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18146 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18147 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18148 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18149 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18150 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18151 echo $ECHO_N "(cached) $ECHO_C" >&6
18153 ac_check_lib_save_LIBS=$LIBS
18154 LIBS="-llber $LIBPTHREAD $LIBS"
18155 cat >conftest.$ac_ext <<_ACEOF
18158 cat confdefs.h >>conftest.$ac_ext
18159 cat >>conftest.$ac_ext <<_ACEOF
18160 /* end confdefs.h. */
18162 /* Override any GCC internal prototype to avoid an error.
18163 Use char because int might match the return type of a GCC
18164 builtin and then its argument prototype would still apply. */
18172 return ber_init ();
18177 rm -f conftest.$ac_objext conftest$ac_exeext
18178 if { (ac_try="$ac_link"
18179 case "(($ac_try" in
18180 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18181 *) ac_try_echo
=$ac_try;;
18183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18184 (eval "$ac_link") 2>conftest.er1
18186 grep -v '^ *+' conftest.er1
>conftest.err
18188 cat conftest.err
>&5
18189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18190 (exit $ac_status); } && {
18191 test -z "$ac_c_werror_flag" ||
18192 test ! -s conftest.err
18193 } && test -s conftest
$ac_exeext &&
18194 $as_test_x conftest
$ac_exeext; then
18195 ac_cv_lib_lber_ber_init
=yes
18197 echo "$as_me: failed program was:" >&5
18198 sed 's/^/| /' conftest.
$ac_ext >&5
18200 ac_cv_lib_lber_ber_init
=no
18203 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18204 conftest
$ac_exeext conftest.
$ac_ext
18205 LIBS
=$ac_check_lib_save_LIBS
18207 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18208 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18209 if test $ac_cv_lib_lber_ber_init = yes; then
18211 cat >>confdefs.h
<<\_ACEOF
18212 #define HAVE_LDAP 1
18215 LDAPLIBS
="-lldap_r -llber"
18222 ac_wine_check_funcs_save_LIBS
="$LIBS"
18223 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18233 ldap_count_references \
18234 ldap_first_reference \
18235 ldap_next_reference \
18236 ldap_parse_reference \
18237 ldap_parse_sort_control \
18238 ldap_parse_sortresponse_control \
18239 ldap_parse_vlv_control \
18240 ldap_parse_vlvresponse_control
18242 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18243 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18244 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18245 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18246 echo $ECHO_N "(cached) $ECHO_C" >&6
18248 cat >conftest.
$ac_ext <<_ACEOF
18251 cat confdefs.h
>>conftest.
$ac_ext
18252 cat >>conftest.
$ac_ext <<_ACEOF
18253 /* end confdefs.h. */
18254 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18256 #define $ac_func innocuous_$ac_func
18258 /* System header to define __stub macros and hopefully few prototypes,
18259 which can conflict with char $ac_func (); below.
18260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18261 <limits.h> exists even on freestanding compilers. */
18264 # include <limits.h>
18266 # include <assert.h>
18271 /* Override any GCC internal prototype to avoid an error.
18272 Use char because int might match the return type of a GCC
18273 builtin and then its argument prototype would still apply. */
18278 /* The GNU C library defines this for functions which it implements
18279 to always fail with ENOSYS. Some functions are actually named
18280 something starting with __ and the normal name is an alias. */
18281 #if defined __stub_$ac_func || defined __stub___$ac_func
18288 return $ac_func ();
18293 rm -f conftest.
$ac_objext conftest
$ac_exeext
18294 if { (ac_try
="$ac_link"
18295 case "(($ac_try" in
18296 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18297 *) ac_try_echo=$ac_try;;
18299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18300 (eval "$ac_link") 2>conftest.er1
18302 grep -v '^ *+' conftest.er1 >conftest.err
18304 cat conftest.err >&5
18305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18306 (exit $ac_status); } && {
18307 test -z "$ac_c_werror_flag" ||
18308 test ! -s conftest.err
18309 } && test -s conftest$ac_exeext &&
18310 $as_test_x conftest$ac_exeext; then
18311 eval "$as_ac_var=yes"
18313 echo "$as_me: failed program was:" >&5
18314 sed 's/^/| /' conftest.$ac_ext >&5
18316 eval "$as_ac_var=no"
18319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18320 conftest$ac_exeext conftest.$ac_ext
18322 ac_res=`eval echo '${'$as_ac_var'}'`
18323 { echo "$as_me:$LINENO: result: $ac_res" >&5
18324 echo "${ECHO_T}$ac_res" >&6; }
18325 if test `eval echo '${'$as_ac_var'}'` = yes; then
18326 cat >>confdefs.h <<_ACEOF
18327 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18333 LIBS="$ac_wine_check_funcs_save_LIBS"
18335 if test "x$LDAPLIBS" = "x"; then
18336 case "x$with_ldap" in
18337 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18339 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18340 This is an error since --with-ldap was requested." >&5
18341 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18342 This is an error since --with-ldap was requested." >&2;}
18343 { (exit 1); exit 1; }; } ;;
18349 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18350 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18351 if test "${ac_cv_c_const+set}" = set; then
18352 echo $ECHO_N "(cached) $ECHO_C" >&6
18354 cat >conftest.$ac_ext <<_ACEOF
18357 cat confdefs.h >>conftest.$ac_ext
18358 cat >>conftest.$ac_ext <<_ACEOF
18359 /* end confdefs.h. */
18364 /* FIXME: Include the comments suggested by Paul. */
18365 #ifndef __cplusplus
18366 /* Ultrix mips cc rejects this. */
18367 typedef int charset[2];
18369 /* SunOS 4.1.1 cc rejects this. */
18370 char const *const *pcpcc;
18372 /* NEC SVR4.0.2 mips cc rejects this. */
18373 struct point {int x, y;};
18374 static struct point const zero = {0,0};
18375 /* AIX XL C 1.02.0.0 rejects this.
18376 It does not let you subtract one const X* pointer from another in
18377 an arm of an if-expression whose if-part is not a constant
18379 const char *g = "string";
18380 pcpcc = &g + (g ? g-g : 0);
18381 /* HPUX 7.0 cc rejects these. */
18383 ppc = (char**) pcpcc;
18384 pcpcc = (char const *const *) ppc;
18385 { /* SCO 3.2v4 cc rejects this. */
18387 char const *s = 0 ? (char *) 0 : (char const *) 0;
18392 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18393 int x[] = {25, 17};
18394 const int *foo = &x[0];
18397 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18398 typedef const int *iptr;
18402 { /* AIX XL C 1.02.0.0 rejects this saying
18403 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18404 struct s { int j; const int *ap[3]; };
18405 struct s *b; b->j = 5;
18407 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18408 const int foo = 10;
18409 if (!foo) return 0;
18411 return !cs[0] && !zero.x;
18418 rm -f conftest.$ac_objext
18419 if { (ac_try="$ac_compile"
18420 case "(($ac_try" in
18421 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18422 *) ac_try_echo
=$ac_try;;
18424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18425 (eval "$ac_compile") 2>conftest.er1
18427 grep -v '^ *+' conftest.er1
>conftest.err
18429 cat conftest.err
>&5
18430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18431 (exit $ac_status); } && {
18432 test -z "$ac_c_werror_flag" ||
18433 test ! -s conftest.err
18434 } && test -s conftest.
$ac_objext; then
18437 echo "$as_me: failed program was:" >&5
18438 sed 's/^/| /' conftest.
$ac_ext >&5
18443 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18445 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18446 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18447 if test $ac_cv_c_const = no
; then
18449 cat >>confdefs.h
<<\_ACEOF
18455 { echo "$as_me:$LINENO: checking for inline" >&5
18456 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18457 if test "${ac_cv_c_inline+set}" = set; then
18458 echo $ECHO_N "(cached) $ECHO_C" >&6
18461 for ac_kw
in inline __inline__ __inline
; do
18462 cat >conftest.
$ac_ext <<_ACEOF
18465 cat confdefs.h
>>conftest.
$ac_ext
18466 cat >>conftest.
$ac_ext <<_ACEOF
18467 /* end confdefs.h. */
18468 #ifndef __cplusplus
18470 static $ac_kw foo_t static_foo () {return 0; }
18471 $ac_kw foo_t foo () {return 0; }
18475 rm -f conftest.
$ac_objext
18476 if { (ac_try
="$ac_compile"
18477 case "(($ac_try" in
18478 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18479 *) ac_try_echo=$ac_try;;
18481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18482 (eval "$ac_compile") 2>conftest.er1
18484 grep -v '^ *+' conftest.er1 >conftest.err
18486 cat conftest.err >&5
18487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488 (exit $ac_status); } && {
18489 test -z "$ac_c_werror_flag" ||
18490 test ! -s conftest.err
18491 } && test -s conftest.$ac_objext; then
18492 ac_cv_c_inline=$ac_kw
18494 echo "$as_me: failed program was:" >&5
18495 sed 's/^/| /' conftest.$ac_ext >&5
18500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18501 test "$ac_cv_c_inline" != no && break
18505 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18506 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18509 case $ac_cv_c_inline in
18512 case $ac_cv_c_inline in
18514 *) ac_val=$ac_cv_c_inline;;
18516 cat >>confdefs.h <<_ACEOF
18517 #ifndef __cplusplus
18518 #define inline $ac_val
18524 { echo "$as_me:$LINENO: checking for mode_t" >&5
18525 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18526 if test "${ac_cv_type_mode_t+set}" = set; then
18527 echo $ECHO_N "(cached) $ECHO_C" >&6
18529 cat >conftest.$ac_ext <<_ACEOF
18532 cat confdefs.h >>conftest.$ac_ext
18533 cat >>conftest.$ac_ext <<_ACEOF
18534 /* end confdefs.h. */
18535 $ac_includes_default
18536 typedef mode_t ac__type_new_;
18540 if ((ac__type_new_ *) 0)
18542 if (sizeof (ac__type_new_))
18548 rm -f conftest.$ac_objext
18549 if { (ac_try="$ac_compile"
18550 case "(($ac_try" in
18551 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18552 *) ac_try_echo
=$ac_try;;
18554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18555 (eval "$ac_compile") 2>conftest.er1
18557 grep -v '^ *+' conftest.er1
>conftest.err
18559 cat conftest.err
>&5
18560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18561 (exit $ac_status); } && {
18562 test -z "$ac_c_werror_flag" ||
18563 test ! -s conftest.err
18564 } && test -s conftest.
$ac_objext; then
18565 ac_cv_type_mode_t
=yes
18567 echo "$as_me: failed program was:" >&5
18568 sed 's/^/| /' conftest.
$ac_ext >&5
18570 ac_cv_type_mode_t
=no
18573 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18575 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18576 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18577 if test $ac_cv_type_mode_t = yes; then
18579 cat >>confdefs.h
<<_ACEOF
18580 #define HAVE_MODE_T 1
18585 { echo "$as_me:$LINENO: checking for off_t" >&5
18586 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18587 if test "${ac_cv_type_off_t+set}" = set; then
18588 echo $ECHO_N "(cached) $ECHO_C" >&6
18590 cat >conftest.
$ac_ext <<_ACEOF
18593 cat confdefs.h
>>conftest.
$ac_ext
18594 cat >>conftest.
$ac_ext <<_ACEOF
18595 /* end confdefs.h. */
18596 $ac_includes_default
18597 typedef off_t ac__type_new_;
18601 if ((ac__type_new_ *) 0)
18603 if (sizeof (ac__type_new_))
18609 rm -f conftest.
$ac_objext
18610 if { (ac_try
="$ac_compile"
18611 case "(($ac_try" in
18612 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18613 *) ac_try_echo=$ac_try;;
18615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18616 (eval "$ac_compile") 2>conftest.er1
18618 grep -v '^ *+' conftest.er1 >conftest.err
18620 cat conftest.err >&5
18621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622 (exit $ac_status); } && {
18623 test -z "$ac_c_werror_flag" ||
18624 test ! -s conftest.err
18625 } && test -s conftest.$ac_objext; then
18626 ac_cv_type_off_t=yes
18628 echo "$as_me: failed program was:" >&5
18629 sed 's/^/| /' conftest.$ac_ext >&5
18631 ac_cv_type_off_t=no
18634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18636 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18637 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18638 if test $ac_cv_type_off_t = yes; then
18640 cat >>confdefs.h <<_ACEOF
18641 #define HAVE_OFF_T 1
18646 { echo "$as_me:$LINENO: checking for pid_t" >&5
18647 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18648 if test "${ac_cv_type_pid_t+set}" = set; then
18649 echo $ECHO_N "(cached) $ECHO_C" >&6
18651 cat >conftest.$ac_ext <<_ACEOF
18654 cat confdefs.h >>conftest.$ac_ext
18655 cat >>conftest.$ac_ext <<_ACEOF
18656 /* end confdefs.h. */
18657 $ac_includes_default
18658 typedef pid_t ac__type_new_;
18662 if ((ac__type_new_ *) 0)
18664 if (sizeof (ac__type_new_))
18670 rm -f conftest.$ac_objext
18671 if { (ac_try="$ac_compile"
18672 case "(($ac_try" in
18673 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18674 *) ac_try_echo
=$ac_try;;
18676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18677 (eval "$ac_compile") 2>conftest.er1
18679 grep -v '^ *+' conftest.er1
>conftest.err
18681 cat conftest.err
>&5
18682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18683 (exit $ac_status); } && {
18684 test -z "$ac_c_werror_flag" ||
18685 test ! -s conftest.err
18686 } && test -s conftest.
$ac_objext; then
18687 ac_cv_type_pid_t
=yes
18689 echo "$as_me: failed program was:" >&5
18690 sed 's/^/| /' conftest.
$ac_ext >&5
18692 ac_cv_type_pid_t
=no
18695 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18697 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18698 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18699 if test $ac_cv_type_pid_t = yes; then
18701 cat >>confdefs.h
<<_ACEOF
18702 #define HAVE_PID_T 1
18707 { echo "$as_me:$LINENO: checking for size_t" >&5
18708 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18709 if test "${ac_cv_type_size_t+set}" = set; then
18710 echo $ECHO_N "(cached) $ECHO_C" >&6
18712 cat >conftest.
$ac_ext <<_ACEOF
18715 cat confdefs.h
>>conftest.
$ac_ext
18716 cat >>conftest.
$ac_ext <<_ACEOF
18717 /* end confdefs.h. */
18718 $ac_includes_default
18719 typedef size_t ac__type_new_;
18723 if ((ac__type_new_ *) 0)
18725 if (sizeof (ac__type_new_))
18731 rm -f conftest.
$ac_objext
18732 if { (ac_try
="$ac_compile"
18733 case "(($ac_try" in
18734 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18735 *) ac_try_echo=$ac_try;;
18737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18738 (eval "$ac_compile") 2>conftest.er1
18740 grep -v '^ *+' conftest.er1 >conftest.err
18742 cat conftest.err >&5
18743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18744 (exit $ac_status); } && {
18745 test -z "$ac_c_werror_flag" ||
18746 test ! -s conftest.err
18747 } && test -s conftest.$ac_objext; then
18748 ac_cv_type_size_t=yes
18750 echo "$as_me: failed program was:" >&5
18751 sed 's/^/| /' conftest.$ac_ext >&5
18753 ac_cv_type_size_t=no
18756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18758 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18759 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18760 if test $ac_cv_type_size_t = yes; then
18762 cat >>confdefs.h <<_ACEOF
18763 #define HAVE_SIZE_T 1
18768 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18769 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18770 if test "${ac_cv_type_ssize_t+set}" = set; then
18771 echo $ECHO_N "(cached) $ECHO_C" >&6
18773 cat >conftest.$ac_ext <<_ACEOF
18776 cat confdefs.h >>conftest.$ac_ext
18777 cat >>conftest.$ac_ext <<_ACEOF
18778 /* end confdefs.h. */
18779 $ac_includes_default
18780 typedef ssize_t ac__type_new_;
18784 if ((ac__type_new_ *) 0)
18786 if (sizeof (ac__type_new_))
18792 rm -f conftest.$ac_objext
18793 if { (ac_try="$ac_compile"
18794 case "(($ac_try" in
18795 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18796 *) ac_try_echo
=$ac_try;;
18798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18799 (eval "$ac_compile") 2>conftest.er1
18801 grep -v '^ *+' conftest.er1
>conftest.err
18803 cat conftest.err
>&5
18804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805 (exit $ac_status); } && {
18806 test -z "$ac_c_werror_flag" ||
18807 test ! -s conftest.err
18808 } && test -s conftest.
$ac_objext; then
18809 ac_cv_type_ssize_t
=yes
18811 echo "$as_me: failed program was:" >&5
18812 sed 's/^/| /' conftest.
$ac_ext >&5
18814 ac_cv_type_ssize_t
=no
18817 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18819 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18820 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18821 if test $ac_cv_type_ssize_t = yes; then
18823 cat >>confdefs.h
<<_ACEOF
18824 #define HAVE_SSIZE_T 1
18829 { echo "$as_me:$LINENO: checking for long long" >&5
18830 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18831 if test "${ac_cv_type_long_long+set}" = set; then
18832 echo $ECHO_N "(cached) $ECHO_C" >&6
18834 cat >conftest.
$ac_ext <<_ACEOF
18837 cat confdefs.h
>>conftest.
$ac_ext
18838 cat >>conftest.
$ac_ext <<_ACEOF
18839 /* end confdefs.h. */
18840 $ac_includes_default
18841 typedef long long ac__type_new_;
18845 if ((ac__type_new_ *) 0)
18847 if (sizeof (ac__type_new_))
18853 rm -f conftest.
$ac_objext
18854 if { (ac_try
="$ac_compile"
18855 case "(($ac_try" in
18856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18857 *) ac_try_echo=$ac_try;;
18859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18860 (eval "$ac_compile") 2>conftest.er1
18862 grep -v '^ *+' conftest.er1 >conftest.err
18864 cat conftest.err >&5
18865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18866 (exit $ac_status); } && {
18867 test -z "$ac_c_werror_flag" ||
18868 test ! -s conftest.err
18869 } && test -s conftest.$ac_objext; then
18870 ac_cv_type_long_long=yes
18872 echo "$as_me: failed program was:" >&5
18873 sed 's/^/| /' conftest.$ac_ext >&5
18875 ac_cv_type_long_long=no
18878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18880 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18881 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18882 if test $ac_cv_type_long_long = yes; then
18884 cat >>confdefs.h <<_ACEOF
18885 #define HAVE_LONG_LONG 1
18890 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18891 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18892 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18893 echo $ECHO_N "(cached) $ECHO_C" >&6
18895 cat >conftest.$ac_ext <<_ACEOF
18898 cat confdefs.h >>conftest.$ac_ext
18899 cat >>conftest.$ac_ext <<_ACEOF
18900 /* end confdefs.h. */
18901 $ac_includes_default
18902 typedef fsblkcnt_t ac__type_new_;
18906 if ((ac__type_new_ *) 0)
18908 if (sizeof (ac__type_new_))
18914 rm -f conftest.$ac_objext
18915 if { (ac_try="$ac_compile"
18916 case "(($ac_try" in
18917 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18918 *) ac_try_echo
=$ac_try;;
18920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18921 (eval "$ac_compile") 2>conftest.er1
18923 grep -v '^ *+' conftest.er1
>conftest.err
18925 cat conftest.err
>&5
18926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); } && {
18928 test -z "$ac_c_werror_flag" ||
18929 test ! -s conftest.err
18930 } && test -s conftest.
$ac_objext; then
18931 ac_cv_type_fsblkcnt_t
=yes
18933 echo "$as_me: failed program was:" >&5
18934 sed 's/^/| /' conftest.
$ac_ext >&5
18936 ac_cv_type_fsblkcnt_t
=no
18939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18941 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18942 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18943 if test $ac_cv_type_fsblkcnt_t = yes; then
18945 cat >>confdefs.h
<<_ACEOF
18946 #define HAVE_FSBLKCNT_T 1
18951 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18952 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18953 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18954 echo $ECHO_N "(cached) $ECHO_C" >&6
18956 cat >conftest.
$ac_ext <<_ACEOF
18959 cat confdefs.h
>>conftest.
$ac_ext
18960 cat >>conftest.
$ac_ext <<_ACEOF
18961 /* end confdefs.h. */
18962 $ac_includes_default
18963 typedef fsfilcnt_t ac__type_new_;
18967 if ((ac__type_new_ *) 0)
18969 if (sizeof (ac__type_new_))
18975 rm -f conftest.
$ac_objext
18976 if { (ac_try
="$ac_compile"
18977 case "(($ac_try" in
18978 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18979 *) ac_try_echo=$ac_try;;
18981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18982 (eval "$ac_compile") 2>conftest.er1
18984 grep -v '^ *+' conftest.er1 >conftest.err
18986 cat conftest.err >&5
18987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18988 (exit $ac_status); } && {
18989 test -z "$ac_c_werror_flag" ||
18990 test ! -s conftest.err
18991 } && test -s conftest.$ac_objext; then
18992 ac_cv_type_fsfilcnt_t=yes
18994 echo "$as_me: failed program was:" >&5
18995 sed 's/^/| /' conftest.$ac_ext >&5
18997 ac_cv_type_fsfilcnt_t=no
19000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19002 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19003 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19004 if test $ac_cv_type_fsfilcnt_t = yes; then
19006 cat >>confdefs.h <<_ACEOF
19007 #define HAVE_FSFILCNT_T 1
19013 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19014 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19015 if test "${ac_cv_type_sigset_t+set}" = set; then
19016 echo $ECHO_N "(cached) $ECHO_C" >&6
19018 cat >conftest.$ac_ext <<_ACEOF
19021 cat confdefs.h >>conftest.$ac_ext
19022 cat >>conftest.$ac_ext <<_ACEOF
19023 /* end confdefs.h. */
19024 #include <sys/types.h>
19025 #include <signal.h>
19027 typedef sigset_t ac__type_new_;
19031 if ((ac__type_new_ *) 0)
19033 if (sizeof (ac__type_new_))
19039 rm -f conftest.$ac_objext
19040 if { (ac_try="$ac_compile"
19041 case "(($ac_try" in
19042 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19043 *) ac_try_echo
=$ac_try;;
19045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19046 (eval "$ac_compile") 2>conftest.er1
19048 grep -v '^ *+' conftest.er1
>conftest.err
19050 cat conftest.err
>&5
19051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052 (exit $ac_status); } && {
19053 test -z "$ac_c_werror_flag" ||
19054 test ! -s conftest.err
19055 } && test -s conftest.
$ac_objext; then
19056 ac_cv_type_sigset_t
=yes
19058 echo "$as_me: failed program was:" >&5
19059 sed 's/^/| /' conftest.
$ac_ext >&5
19061 ac_cv_type_sigset_t
=no
19064 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19066 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19067 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19068 if test $ac_cv_type_sigset_t = yes; then
19070 cat >>confdefs.h
<<_ACEOF
19071 #define HAVE_SIGSET_T 1
19077 { echo "$as_me:$LINENO: checking for request_sense" >&5
19078 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19079 if test "${ac_cv_type_request_sense+set}" = set; then
19080 echo $ECHO_N "(cached) $ECHO_C" >&6
19082 cat >conftest.
$ac_ext <<_ACEOF
19085 cat confdefs.h
>>conftest.
$ac_ext
19086 cat >>conftest.
$ac_ext <<_ACEOF
19087 /* end confdefs.h. */
19088 #include <linux/cdrom.h>
19090 typedef request_sense ac__type_new_;
19094 if ((ac__type_new_ *) 0)
19096 if (sizeof (ac__type_new_))
19102 rm -f conftest.
$ac_objext
19103 if { (ac_try
="$ac_compile"
19104 case "(($ac_try" in
19105 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19106 *) ac_try_echo=$ac_try;;
19108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19109 (eval "$ac_compile") 2>conftest.er1
19111 grep -v '^ *+' conftest.er1 >conftest.err
19113 cat conftest.err >&5
19114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115 (exit $ac_status); } && {
19116 test -z "$ac_c_werror_flag" ||
19117 test ! -s conftest.err
19118 } && test -s conftest.$ac_objext; then
19119 ac_cv_type_request_sense=yes
19121 echo "$as_me: failed program was:" >&5
19122 sed 's/^/| /' conftest.$ac_ext >&5
19124 ac_cv_type_request_sense=no
19127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19129 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19130 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19131 if test $ac_cv_type_request_sense = yes; then
19133 cat >>confdefs.h <<_ACEOF
19134 #define HAVE_REQUEST_SENSE 1
19141 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19142 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19143 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19144 echo $ECHO_N "(cached) $ECHO_C" >&6
19146 cat >conftest.$ac_ext <<_ACEOF
19149 cat confdefs.h >>conftest.$ac_ext
19150 cat >>conftest.$ac_ext <<_ACEOF
19151 /* end confdefs.h. */
19152 #ifdef HAVE_LINUX_INPUT_H
19153 #include <linux/input.h>
19159 static struct ff_effect ac_aggr;
19160 if (ac_aggr.direction)
19166 rm -f conftest.$ac_objext
19167 if { (ac_try="$ac_compile"
19168 case "(($ac_try" in
19169 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19170 *) ac_try_echo
=$ac_try;;
19172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19173 (eval "$ac_compile") 2>conftest.er1
19175 grep -v '^ *+' conftest.er1
>conftest.err
19177 cat conftest.err
>&5
19178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); } && {
19180 test -z "$ac_c_werror_flag" ||
19181 test ! -s conftest.err
19182 } && test -s conftest.
$ac_objext; then
19183 ac_cv_member_struct_ff_effect_direction
=yes
19185 echo "$as_me: failed program was:" >&5
19186 sed 's/^/| /' conftest.
$ac_ext >&5
19188 cat >conftest.
$ac_ext <<_ACEOF
19191 cat confdefs.h
>>conftest.
$ac_ext
19192 cat >>conftest.
$ac_ext <<_ACEOF
19193 /* end confdefs.h. */
19194 #ifdef HAVE_LINUX_INPUT_H
19195 #include <linux/input.h>
19201 static struct ff_effect ac_aggr;
19202 if (sizeof ac_aggr.direction)
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_ff_effect_direction=yes
19227 echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.$ac_ext >&5
19230 ac_cv_member_struct_ff_effect_direction=no
19233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19238 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19239 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19240 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19242 cat >>confdefs.h <<_ACEOF
19243 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19250 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19251 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19252 if test "${wine_cv_have_sigaddset+set}" = set; then
19253 echo $ECHO_N "(cached) $ECHO_C" >&6
19255 cat >conftest.$ac_ext <<_ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h. */
19261 #include <signal.h>
19265 sigset_t set; sigaddset(&set,SIGTERM);
19270 rm -f conftest.$ac_objext conftest$ac_exeext
19271 if { (ac_try="$ac_link"
19272 case "(($ac_try" in
19273 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19274 *) ac_try_echo
=$ac_try;;
19276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19277 (eval "$ac_link") 2>conftest.er1
19279 grep -v '^ *+' conftest.er1
>conftest.err
19281 cat conftest.err
>&5
19282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283 (exit $ac_status); } && {
19284 test -z "$ac_c_werror_flag" ||
19285 test ! -s conftest.err
19286 } && test -s conftest
$ac_exeext &&
19287 $as_test_x conftest
$ac_exeext; then
19288 wine_cv_have_sigaddset
=yes
19290 echo "$as_me: failed program was:" >&5
19291 sed 's/^/| /' conftest.
$ac_ext >&5
19293 wine_cv_have_sigaddset
=no
19296 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19297 conftest
$ac_exeext conftest.
$ac_ext
19299 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19300 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19301 if test "$wine_cv_have_sigaddset" = "yes"
19304 cat >>confdefs.h
<<\_ACEOF
19305 #define HAVE_SIGADDSET 1
19311 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19312 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19313 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19314 echo $ECHO_N "(cached) $ECHO_C" >&6
19316 cat >conftest.
$ac_ext <<_ACEOF
19319 cat confdefs.h
>>conftest.
$ac_ext
19320 cat >>conftest.
$ac_ext <<_ACEOF
19321 /* end confdefs.h. */
19329 struct hostent *result;
19336 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19337 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19343 rm -f conftest.
$ac_objext conftest
$ac_exeext
19344 if { (ac_try
="$ac_link"
19345 case "(($ac_try" in
19346 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19347 *) ac_try_echo=$ac_try;;
19349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19350 (eval "$ac_link") 2>conftest.er1
19352 grep -v '^ *+' conftest.er1 >conftest.err
19354 cat conftest.err >&5
19355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19356 (exit $ac_status); } && {
19357 test -z "$ac_c_werror_flag" ||
19358 test ! -s conftest.err
19359 } && test -s conftest$ac_exeext &&
19360 $as_test_x conftest$ac_exeext; then
19361 wine_cv_linux_gethostbyname_r_6=yes
19363 echo "$as_me: failed program was:" >&5
19364 sed 's/^/| /' conftest.$ac_ext >&5
19366 wine_cv_linux_gethostbyname_r_6=no
19370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19371 conftest$ac_exeext conftest.$ac_ext
19374 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19375 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19376 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19379 cat >>confdefs.h <<\_ACEOF
19380 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19385 if test "$ac_cv_header_linux_joystick_h" = "yes"
19387 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19388 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19389 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19390 echo $ECHO_N "(cached) $ECHO_C" >&6
19392 cat >conftest.$ac_ext <<_ACEOF
19395 cat confdefs.h >>conftest.$ac_ext
19396 cat >>conftest.$ac_ext <<_ACEOF
19397 /* end confdefs.h. */
19399 #include <sys/ioctl.h>
19400 #include <sys/types.h>
19401 #include <linux/joystick.h>
19403 struct js_event blub;
19404 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19405 #error "no 2.2 header"
19416 rm -f conftest.$ac_objext
19417 if { (ac_try="$ac_compile"
19418 case "(($ac_try" in
19419 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19420 *) ac_try_echo
=$ac_try;;
19422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19423 (eval "$ac_compile") 2>conftest.er1
19425 grep -v '^ *+' conftest.er1
>conftest.err
19427 cat conftest.err
>&5
19428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19429 (exit $ac_status); } && {
19430 test -z "$ac_c_werror_flag" ||
19431 test ! -s conftest.err
19432 } && test -s conftest.
$ac_objext; then
19433 wine_cv_linux_joystick_22_api
=yes
19435 echo "$as_me: failed program was:" >&5
19436 sed 's/^/| /' conftest.
$ac_ext >&5
19438 wine_cv_linux_joystick_22_api
=no
19441 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19444 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19445 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19446 if test "$wine_cv_linux_joystick_22_api" = "yes"
19449 cat >>confdefs.h
<<\_ACEOF
19450 #define HAVE_LINUX_22_JOYSTICK_API 1
19457 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19458 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19459 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19460 echo $ECHO_N "(cached) $ECHO_C" >&6
19462 cat >conftest.
$ac_ext <<_ACEOF
19465 cat confdefs.h
>>conftest.
$ac_ext
19466 cat >>conftest.
$ac_ext <<_ACEOF
19467 /* end confdefs.h. */
19468 #include <sys/types.h>
19469 #ifdef HAVE_SYS_PARAM_H
19470 # include <sys/param.h>
19472 #ifdef HAVE_SYS_MOUNT_H
19473 # include <sys/mount.h>
19475 #ifdef HAVE_SYS_VFS_H
19476 # include <sys/vfs.h>
19478 #ifdef HAVE_SYS_STATFS_H
19479 # include <sys/statfs.h>
19485 static struct statfs ac_aggr;
19486 if (ac_aggr.f_bfree)
19492 rm -f conftest.
$ac_objext
19493 if { (ac_try
="$ac_compile"
19494 case "(($ac_try" in
19495 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19496 *) ac_try_echo=$ac_try;;
19498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19499 (eval "$ac_compile") 2>conftest.er1
19501 grep -v '^ *+' conftest.er1 >conftest.err
19503 cat conftest.err >&5
19504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19505 (exit $ac_status); } && {
19506 test -z "$ac_c_werror_flag" ||
19507 test ! -s conftest.err
19508 } && test -s conftest.$ac_objext; then
19509 ac_cv_member_struct_statfs_f_bfree=yes
19511 echo "$as_me: failed program was:" >&5
19512 sed 's/^/| /' conftest.$ac_ext >&5
19514 cat >conftest.$ac_ext <<_ACEOF
19517 cat confdefs.h >>conftest.$ac_ext
19518 cat >>conftest.$ac_ext <<_ACEOF
19519 /* end confdefs.h. */
19520 #include <sys/types.h>
19521 #ifdef HAVE_SYS_PARAM_H
19522 # include <sys/param.h>
19524 #ifdef HAVE_SYS_MOUNT_H
19525 # include <sys/mount.h>
19527 #ifdef HAVE_SYS_VFS_H
19528 # include <sys/vfs.h>
19530 #ifdef HAVE_SYS_STATFS_H
19531 # include <sys/statfs.h>
19537 static struct statfs ac_aggr;
19538 if (sizeof ac_aggr.f_bfree)
19544 rm -f conftest.$ac_objext
19545 if { (ac_try="$ac_compile"
19546 case "(($ac_try" in
19547 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19548 *) ac_try_echo
=$ac_try;;
19550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19551 (eval "$ac_compile") 2>conftest.er1
19553 grep -v '^ *+' conftest.er1
>conftest.err
19555 cat conftest.err
>&5
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && {
19558 test -z "$ac_c_werror_flag" ||
19559 test ! -s conftest.err
19560 } && test -s conftest.
$ac_objext; then
19561 ac_cv_member_struct_statfs_f_bfree
=yes
19563 echo "$as_me: failed program was:" >&5
19564 sed 's/^/| /' conftest.
$ac_ext >&5
19566 ac_cv_member_struct_statfs_f_bfree
=no
19569 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19572 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19574 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19575 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19576 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19578 cat >>confdefs.h
<<_ACEOF
19579 #define HAVE_STRUCT_STATFS_F_BFREE 1
19584 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19585 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19586 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19587 echo $ECHO_N "(cached) $ECHO_C" >&6
19589 cat >conftest.
$ac_ext <<_ACEOF
19592 cat confdefs.h
>>conftest.
$ac_ext
19593 cat >>conftest.
$ac_ext <<_ACEOF
19594 /* end confdefs.h. */
19595 #include <sys/types.h>
19596 #ifdef HAVE_SYS_PARAM_H
19597 # include <sys/param.h>
19599 #ifdef HAVE_SYS_MOUNT_H
19600 # include <sys/mount.h>
19602 #ifdef HAVE_SYS_VFS_H
19603 # include <sys/vfs.h>
19605 #ifdef HAVE_SYS_STATFS_H
19606 # include <sys/statfs.h>
19612 static struct statfs ac_aggr;
19613 if (ac_aggr.f_bavail)
19619 rm -f conftest.
$ac_objext
19620 if { (ac_try
="$ac_compile"
19621 case "(($ac_try" in
19622 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19623 *) ac_try_echo=$ac_try;;
19625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19626 (eval "$ac_compile") 2>conftest.er1
19628 grep -v '^ *+' conftest.er1 >conftest.err
19630 cat conftest.err >&5
19631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19632 (exit $ac_status); } && {
19633 test -z "$ac_c_werror_flag" ||
19634 test ! -s conftest.err
19635 } && test -s conftest.$ac_objext; then
19636 ac_cv_member_struct_statfs_f_bavail=yes
19638 echo "$as_me: failed program was:" >&5
19639 sed 's/^/| /' conftest.$ac_ext >&5
19641 cat >conftest.$ac_ext <<_ACEOF
19644 cat confdefs.h >>conftest.$ac_ext
19645 cat >>conftest.$ac_ext <<_ACEOF
19646 /* end confdefs.h. */
19647 #include <sys/types.h>
19648 #ifdef HAVE_SYS_PARAM_H
19649 # include <sys/param.h>
19651 #ifdef HAVE_SYS_MOUNT_H
19652 # include <sys/mount.h>
19654 #ifdef HAVE_SYS_VFS_H
19655 # include <sys/vfs.h>
19657 #ifdef HAVE_SYS_STATFS_H
19658 # include <sys/statfs.h>
19664 static struct statfs ac_aggr;
19665 if (sizeof ac_aggr.f_bavail)
19671 rm -f conftest.$ac_objext
19672 if { (ac_try="$ac_compile"
19673 case "(($ac_try" in
19674 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19675 *) ac_try_echo
=$ac_try;;
19677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19678 (eval "$ac_compile") 2>conftest.er1
19680 grep -v '^ *+' conftest.er1
>conftest.err
19682 cat conftest.err
>&5
19683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19684 (exit $ac_status); } && {
19685 test -z "$ac_c_werror_flag" ||
19686 test ! -s conftest.err
19687 } && test -s conftest.
$ac_objext; then
19688 ac_cv_member_struct_statfs_f_bavail
=yes
19690 echo "$as_me: failed program was:" >&5
19691 sed 's/^/| /' conftest.
$ac_ext >&5
19693 ac_cv_member_struct_statfs_f_bavail
=no
19696 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19699 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19701 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19702 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19703 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19705 cat >>confdefs.h
<<_ACEOF
19706 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19711 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19712 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19713 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19714 echo $ECHO_N "(cached) $ECHO_C" >&6
19716 cat >conftest.
$ac_ext <<_ACEOF
19719 cat confdefs.h
>>conftest.
$ac_ext
19720 cat >>conftest.
$ac_ext <<_ACEOF
19721 /* end confdefs.h. */
19722 #include <sys/types.h>
19723 #ifdef HAVE_SYS_PARAM_H
19724 # include <sys/param.h>
19726 #ifdef HAVE_SYS_MOUNT_H
19727 # include <sys/mount.h>
19729 #ifdef HAVE_SYS_VFS_H
19730 # include <sys/vfs.h>
19732 #ifdef HAVE_SYS_STATFS_H
19733 # include <sys/statfs.h>
19739 static struct statfs ac_aggr;
19740 if (ac_aggr.f_frsize)
19746 rm -f conftest.
$ac_objext
19747 if { (ac_try
="$ac_compile"
19748 case "(($ac_try" in
19749 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19750 *) ac_try_echo=$ac_try;;
19752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19753 (eval "$ac_compile") 2>conftest.er1
19755 grep -v '^ *+' conftest.er1 >conftest.err
19757 cat conftest.err >&5
19758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19759 (exit $ac_status); } && {
19760 test -z "$ac_c_werror_flag" ||
19761 test ! -s conftest.err
19762 } && test -s conftest.$ac_objext; then
19763 ac_cv_member_struct_statfs_f_frsize=yes
19765 echo "$as_me: failed program was:" >&5
19766 sed 's/^/| /' conftest.$ac_ext >&5
19768 cat >conftest.$ac_ext <<_ACEOF
19771 cat confdefs.h >>conftest.$ac_ext
19772 cat >>conftest.$ac_ext <<_ACEOF
19773 /* end confdefs.h. */
19774 #include <sys/types.h>
19775 #ifdef HAVE_SYS_PARAM_H
19776 # include <sys/param.h>
19778 #ifdef HAVE_SYS_MOUNT_H
19779 # include <sys/mount.h>
19781 #ifdef HAVE_SYS_VFS_H
19782 # include <sys/vfs.h>
19784 #ifdef HAVE_SYS_STATFS_H
19785 # include <sys/statfs.h>
19791 static struct statfs ac_aggr;
19792 if (sizeof ac_aggr.f_frsize)
19798 rm -f conftest.$ac_objext
19799 if { (ac_try="$ac_compile"
19800 case "(($ac_try" in
19801 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19802 *) ac_try_echo
=$ac_try;;
19804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19805 (eval "$ac_compile") 2>conftest.er1
19807 grep -v '^ *+' conftest.er1
>conftest.err
19809 cat conftest.err
>&5
19810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19811 (exit $ac_status); } && {
19812 test -z "$ac_c_werror_flag" ||
19813 test ! -s conftest.err
19814 } && test -s conftest.
$ac_objext; then
19815 ac_cv_member_struct_statfs_f_frsize
=yes
19817 echo "$as_me: failed program was:" >&5
19818 sed 's/^/| /' conftest.
$ac_ext >&5
19820 ac_cv_member_struct_statfs_f_frsize
=no
19823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19826 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19828 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19829 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19830 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19832 cat >>confdefs.h
<<_ACEOF
19833 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19838 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19839 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19840 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19841 echo $ECHO_N "(cached) $ECHO_C" >&6
19843 cat >conftest.
$ac_ext <<_ACEOF
19846 cat confdefs.h
>>conftest.
$ac_ext
19847 cat >>conftest.
$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 #include <sys/types.h>
19850 #ifdef HAVE_SYS_PARAM_H
19851 # include <sys/param.h>
19853 #ifdef HAVE_SYS_MOUNT_H
19854 # include <sys/mount.h>
19856 #ifdef HAVE_SYS_VFS_H
19857 # include <sys/vfs.h>
19859 #ifdef HAVE_SYS_STATFS_H
19860 # include <sys/statfs.h>
19866 static struct statfs ac_aggr;
19867 if (ac_aggr.f_ffree)
19873 rm -f conftest.
$ac_objext
19874 if { (ac_try
="$ac_compile"
19875 case "(($ac_try" in
19876 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19877 *) ac_try_echo=$ac_try;;
19879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19880 (eval "$ac_compile") 2>conftest.er1
19882 grep -v '^ *+' conftest.er1 >conftest.err
19884 cat conftest.err >&5
19885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19886 (exit $ac_status); } && {
19887 test -z "$ac_c_werror_flag" ||
19888 test ! -s conftest.err
19889 } && test -s conftest.$ac_objext; then
19890 ac_cv_member_struct_statfs_f_ffree=yes
19892 echo "$as_me: failed program was:" >&5
19893 sed 's/^/| /' conftest.$ac_ext >&5
19895 cat >conftest.$ac_ext <<_ACEOF
19898 cat confdefs.h >>conftest.$ac_ext
19899 cat >>conftest.$ac_ext <<_ACEOF
19900 /* end confdefs.h. */
19901 #include <sys/types.h>
19902 #ifdef HAVE_SYS_PARAM_H
19903 # include <sys/param.h>
19905 #ifdef HAVE_SYS_MOUNT_H
19906 # include <sys/mount.h>
19908 #ifdef HAVE_SYS_VFS_H
19909 # include <sys/vfs.h>
19911 #ifdef HAVE_SYS_STATFS_H
19912 # include <sys/statfs.h>
19918 static struct statfs ac_aggr;
19919 if (sizeof ac_aggr.f_ffree)
19925 rm -f conftest.$ac_objext
19926 if { (ac_try="$ac_compile"
19927 case "(($ac_try" in
19928 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19929 *) ac_try_echo
=$ac_try;;
19931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19932 (eval "$ac_compile") 2>conftest.er1
19934 grep -v '^ *+' conftest.er1
>conftest.err
19936 cat conftest.err
>&5
19937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19938 (exit $ac_status); } && {
19939 test -z "$ac_c_werror_flag" ||
19940 test ! -s conftest.err
19941 } && test -s conftest.
$ac_objext; then
19942 ac_cv_member_struct_statfs_f_ffree
=yes
19944 echo "$as_me: failed program was:" >&5
19945 sed 's/^/| /' conftest.
$ac_ext >&5
19947 ac_cv_member_struct_statfs_f_ffree
=no
19950 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19953 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19955 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19956 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19957 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19959 cat >>confdefs.h
<<_ACEOF
19960 #define HAVE_STRUCT_STATFS_F_FFREE 1
19965 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19966 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19967 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19968 echo $ECHO_N "(cached) $ECHO_C" >&6
19970 cat >conftest.
$ac_ext <<_ACEOF
19973 cat confdefs.h
>>conftest.
$ac_ext
19974 cat >>conftest.
$ac_ext <<_ACEOF
19975 /* end confdefs.h. */
19976 #include <sys/types.h>
19977 #ifdef HAVE_SYS_PARAM_H
19978 # include <sys/param.h>
19980 #ifdef HAVE_SYS_MOUNT_H
19981 # include <sys/mount.h>
19983 #ifdef HAVE_SYS_VFS_H
19984 # include <sys/vfs.h>
19986 #ifdef HAVE_SYS_STATFS_H
19987 # include <sys/statfs.h>
19993 static struct statfs ac_aggr;
19994 if (ac_aggr.f_favail)
20000 rm -f conftest.
$ac_objext
20001 if { (ac_try
="$ac_compile"
20002 case "(($ac_try" in
20003 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20004 *) ac_try_echo=$ac_try;;
20006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20007 (eval "$ac_compile") 2>conftest.er1
20009 grep -v '^ *+' conftest.er1 >conftest.err
20011 cat conftest.err >&5
20012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20013 (exit $ac_status); } && {
20014 test -z "$ac_c_werror_flag" ||
20015 test ! -s conftest.err
20016 } && test -s conftest.$ac_objext; then
20017 ac_cv_member_struct_statfs_f_favail=yes
20019 echo "$as_me: failed program was:" >&5
20020 sed 's/^/| /' conftest.$ac_ext >&5
20022 cat >conftest.$ac_ext <<_ACEOF
20025 cat confdefs.h >>conftest.$ac_ext
20026 cat >>conftest.$ac_ext <<_ACEOF
20027 /* end confdefs.h. */
20028 #include <sys/types.h>
20029 #ifdef HAVE_SYS_PARAM_H
20030 # include <sys/param.h>
20032 #ifdef HAVE_SYS_MOUNT_H
20033 # include <sys/mount.h>
20035 #ifdef HAVE_SYS_VFS_H
20036 # include <sys/vfs.h>
20038 #ifdef HAVE_SYS_STATFS_H
20039 # include <sys/statfs.h>
20045 static struct statfs ac_aggr;
20046 if (sizeof ac_aggr.f_favail)
20052 rm -f conftest.$ac_objext
20053 if { (ac_try="$ac_compile"
20054 case "(($ac_try" in
20055 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20056 *) ac_try_echo
=$ac_try;;
20058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20059 (eval "$ac_compile") 2>conftest.er1
20061 grep -v '^ *+' conftest.er1
>conftest.err
20063 cat conftest.err
>&5
20064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20065 (exit $ac_status); } && {
20066 test -z "$ac_c_werror_flag" ||
20067 test ! -s conftest.err
20068 } && test -s conftest.
$ac_objext; then
20069 ac_cv_member_struct_statfs_f_favail
=yes
20071 echo "$as_me: failed program was:" >&5
20072 sed 's/^/| /' conftest.
$ac_ext >&5
20074 ac_cv_member_struct_statfs_f_favail
=no
20077 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20080 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20082 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20083 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20084 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20086 cat >>confdefs.h
<<_ACEOF
20087 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20092 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20093 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20094 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20095 echo $ECHO_N "(cached) $ECHO_C" >&6
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_PARAM_H
20105 # include <sys/param.h>
20107 #ifdef HAVE_SYS_MOUNT_H
20108 # include <sys/mount.h>
20110 #ifdef HAVE_SYS_VFS_H
20111 # include <sys/vfs.h>
20113 #ifdef HAVE_SYS_STATFS_H
20114 # include <sys/statfs.h>
20120 static struct statfs ac_aggr;
20121 if (ac_aggr.f_namelen)
20127 rm -f conftest.
$ac_objext
20128 if { (ac_try
="$ac_compile"
20129 case "(($ac_try" in
20130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20131 *) ac_try_echo=$ac_try;;
20133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20134 (eval "$ac_compile") 2>conftest.er1
20136 grep -v '^ *+' conftest.er1 >conftest.err
20138 cat conftest.err >&5
20139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20140 (exit $ac_status); } && {
20141 test -z "$ac_c_werror_flag" ||
20142 test ! -s conftest.err
20143 } && test -s conftest.$ac_objext; then
20144 ac_cv_member_struct_statfs_f_namelen=yes
20146 echo "$as_me: failed program was:" >&5
20147 sed 's/^/| /' conftest.$ac_ext >&5
20149 cat >conftest.$ac_ext <<_ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 #include <sys/types.h>
20156 #ifdef HAVE_SYS_PARAM_H
20157 # include <sys/param.h>
20159 #ifdef HAVE_SYS_MOUNT_H
20160 # include <sys/mount.h>
20162 #ifdef HAVE_SYS_VFS_H
20163 # include <sys/vfs.h>
20165 #ifdef HAVE_SYS_STATFS_H
20166 # include <sys/statfs.h>
20172 static struct statfs ac_aggr;
20173 if (sizeof ac_aggr.f_namelen)
20179 rm -f conftest.$ac_objext
20180 if { (ac_try="$ac_compile"
20181 case "(($ac_try" in
20182 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20183 *) ac_try_echo
=$ac_try;;
20185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20186 (eval "$ac_compile") 2>conftest.er1
20188 grep -v '^ *+' conftest.er1
>conftest.err
20190 cat conftest.err
>&5
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); } && {
20193 test -z "$ac_c_werror_flag" ||
20194 test ! -s conftest.err
20195 } && test -s conftest.
$ac_objext; then
20196 ac_cv_member_struct_statfs_f_namelen
=yes
20198 echo "$as_me: failed program was:" >&5
20199 sed 's/^/| /' conftest.
$ac_ext >&5
20201 ac_cv_member_struct_statfs_f_namelen
=no
20204 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20207 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20209 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20210 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20211 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20213 cat >>confdefs.h
<<_ACEOF
20214 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20221 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20222 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20223 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20224 echo $ECHO_N "(cached) $ECHO_C" >&6
20226 cat >conftest.
$ac_ext <<_ACEOF
20229 cat confdefs.h
>>conftest.
$ac_ext
20230 cat >>conftest.
$ac_ext <<_ACEOF
20231 /* end confdefs.h. */
20232 #ifdef HAVE_SYS_STATVFS_H
20233 #include <sys/statvfs.h>
20239 static struct statvfs ac_aggr;
20240 if (ac_aggr.f_blocks)
20246 rm -f conftest.
$ac_objext
20247 if { (ac_try
="$ac_compile"
20248 case "(($ac_try" in
20249 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20250 *) ac_try_echo=$ac_try;;
20252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20253 (eval "$ac_compile") 2>conftest.er1
20255 grep -v '^ *+' conftest.er1 >conftest.err
20257 cat conftest.err >&5
20258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259 (exit $ac_status); } && {
20260 test -z "$ac_c_werror_flag" ||
20261 test ! -s conftest.err
20262 } && test -s conftest.$ac_objext; then
20263 ac_cv_member_struct_statvfs_f_blocks=yes
20265 echo "$as_me: failed program was:" >&5
20266 sed 's/^/| /' conftest.$ac_ext >&5
20268 cat >conftest.$ac_ext <<_ACEOF
20271 cat confdefs.h >>conftest.$ac_ext
20272 cat >>conftest.$ac_ext <<_ACEOF
20273 /* end confdefs.h. */
20274 #ifdef HAVE_SYS_STATVFS_H
20275 #include <sys/statvfs.h>
20281 static struct statvfs ac_aggr;
20282 if (sizeof ac_aggr.f_blocks)
20288 rm -f conftest.$ac_objext
20289 if { (ac_try="$ac_compile"
20290 case "(($ac_try" in
20291 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20292 *) ac_try_echo
=$ac_try;;
20294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20295 (eval "$ac_compile") 2>conftest.er1
20297 grep -v '^ *+' conftest.er1
>conftest.err
20299 cat conftest.err
>&5
20300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20301 (exit $ac_status); } && {
20302 test -z "$ac_c_werror_flag" ||
20303 test ! -s conftest.err
20304 } && test -s conftest.
$ac_objext; then
20305 ac_cv_member_struct_statvfs_f_blocks
=yes
20307 echo "$as_me: failed program was:" >&5
20308 sed 's/^/| /' conftest.
$ac_ext >&5
20310 ac_cv_member_struct_statvfs_f_blocks
=no
20313 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20316 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20318 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20319 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20320 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20322 cat >>confdefs.h
<<_ACEOF
20323 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20330 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20331 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20332 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20333 echo $ECHO_N "(cached) $ECHO_C" >&6
20335 cat >conftest.
$ac_ext <<_ACEOF
20338 cat confdefs.h
>>conftest.
$ac_ext
20339 cat >>conftest.
$ac_ext <<_ACEOF
20340 /* end confdefs.h. */
20341 #include <sys/types.h>
20342 #ifdef HAVE_SYS_SOCKET_H
20343 # include <sys/socket.h>
20345 #ifdef HAVE_SYS_UN_H
20346 # include <sys/un.h>
20352 static struct msghdr ac_aggr;
20353 if (ac_aggr.msg_accrights)
20359 rm -f conftest.
$ac_objext
20360 if { (ac_try
="$ac_compile"
20361 case "(($ac_try" in
20362 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20363 *) ac_try_echo=$ac_try;;
20365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20366 (eval "$ac_compile") 2>conftest.er1
20368 grep -v '^ *+' conftest.er1 >conftest.err
20370 cat conftest.err >&5
20371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20372 (exit $ac_status); } && {
20373 test -z "$ac_c_werror_flag" ||
20374 test ! -s conftest.err
20375 } && test -s conftest.$ac_objext; then
20376 ac_cv_member_struct_msghdr_msg_accrights=yes
20378 echo "$as_me: failed program was:" >&5
20379 sed 's/^/| /' conftest.$ac_ext >&5
20381 cat >conftest.$ac_ext <<_ACEOF
20384 cat confdefs.h >>conftest.$ac_ext
20385 cat >>conftest.$ac_ext <<_ACEOF
20386 /* end confdefs.h. */
20387 #include <sys/types.h>
20388 #ifdef HAVE_SYS_SOCKET_H
20389 # include <sys/socket.h>
20391 #ifdef HAVE_SYS_UN_H
20392 # include <sys/un.h>
20398 static struct msghdr ac_aggr;
20399 if (sizeof ac_aggr.msg_accrights)
20405 rm -f conftest.$ac_objext
20406 if { (ac_try="$ac_compile"
20407 case "(($ac_try" in
20408 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20409 *) ac_try_echo
=$ac_try;;
20411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20412 (eval "$ac_compile") 2>conftest.er1
20414 grep -v '^ *+' conftest.er1
>conftest.err
20416 cat conftest.err
>&5
20417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418 (exit $ac_status); } && {
20419 test -z "$ac_c_werror_flag" ||
20420 test ! -s conftest.err
20421 } && test -s conftest.
$ac_objext; then
20422 ac_cv_member_struct_msghdr_msg_accrights
=yes
20424 echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.
$ac_ext >&5
20427 ac_cv_member_struct_msghdr_msg_accrights
=no
20430 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20433 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20435 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20436 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20437 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20439 cat >>confdefs.h
<<_ACEOF
20440 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20445 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20446 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20447 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20448 echo $ECHO_N "(cached) $ECHO_C" >&6
20450 cat >conftest.
$ac_ext <<_ACEOF
20453 cat confdefs.h
>>conftest.
$ac_ext
20454 cat >>conftest.
$ac_ext <<_ACEOF
20455 /* end confdefs.h. */
20456 #include <sys/types.h>
20457 #ifdef HAVE_SYS_SOCKET_H
20458 # include <sys/socket.h>
20460 #ifdef HAVE_SYS_UN_H
20461 # include <sys/un.h>
20467 static struct sockaddr ac_aggr;
20468 if (ac_aggr.sa_len)
20474 rm -f conftest.
$ac_objext
20475 if { (ac_try
="$ac_compile"
20476 case "(($ac_try" in
20477 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20478 *) ac_try_echo=$ac_try;;
20480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20481 (eval "$ac_compile") 2>conftest.er1
20483 grep -v '^ *+' conftest.er1 >conftest.err
20485 cat conftest.err >&5
20486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20487 (exit $ac_status); } && {
20488 test -z "$ac_c_werror_flag" ||
20489 test ! -s conftest.err
20490 } && test -s conftest.$ac_objext; then
20491 ac_cv_member_struct_sockaddr_sa_len=yes
20493 echo "$as_me: failed program was:" >&5
20494 sed 's/^/| /' conftest.$ac_ext >&5
20496 cat >conftest.$ac_ext <<_ACEOF
20499 cat confdefs.h >>conftest.$ac_ext
20500 cat >>conftest.$ac_ext <<_ACEOF
20501 /* end confdefs.h. */
20502 #include <sys/types.h>
20503 #ifdef HAVE_SYS_SOCKET_H
20504 # include <sys/socket.h>
20506 #ifdef HAVE_SYS_UN_H
20507 # include <sys/un.h>
20513 static struct sockaddr ac_aggr;
20514 if (sizeof ac_aggr.sa_len)
20520 rm -f conftest.$ac_objext
20521 if { (ac_try="$ac_compile"
20522 case "(($ac_try" in
20523 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20524 *) ac_try_echo
=$ac_try;;
20526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20527 (eval "$ac_compile") 2>conftest.er1
20529 grep -v '^ *+' conftest.er1
>conftest.err
20531 cat conftest.err
>&5
20532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20533 (exit $ac_status); } && {
20534 test -z "$ac_c_werror_flag" ||
20535 test ! -s conftest.err
20536 } && test -s conftest.
$ac_objext; then
20537 ac_cv_member_struct_sockaddr_sa_len
=yes
20539 echo "$as_me: failed program was:" >&5
20540 sed 's/^/| /' conftest.
$ac_ext >&5
20542 ac_cv_member_struct_sockaddr_sa_len
=no
20545 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20548 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20551 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20552 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20554 cat >>confdefs.h
<<_ACEOF
20555 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20560 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20561 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20562 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20563 echo $ECHO_N "(cached) $ECHO_C" >&6
20565 cat >conftest.
$ac_ext <<_ACEOF
20568 cat confdefs.h
>>conftest.
$ac_ext
20569 cat >>conftest.
$ac_ext <<_ACEOF
20570 /* end confdefs.h. */
20571 #include <sys/types.h>
20572 #ifdef HAVE_SYS_SOCKET_H
20573 # include <sys/socket.h>
20575 #ifdef HAVE_SYS_UN_H
20576 # include <sys/un.h>
20582 static struct sockaddr_un ac_aggr;
20583 if (ac_aggr.sun_len)
20589 rm -f conftest.
$ac_objext
20590 if { (ac_try
="$ac_compile"
20591 case "(($ac_try" in
20592 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20593 *) ac_try_echo=$ac_try;;
20595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20596 (eval "$ac_compile") 2>conftest.er1
20598 grep -v '^ *+' conftest.er1 >conftest.err
20600 cat conftest.err >&5
20601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20602 (exit $ac_status); } && {
20603 test -z "$ac_c_werror_flag" ||
20604 test ! -s conftest.err
20605 } && test -s conftest.$ac_objext; then
20606 ac_cv_member_struct_sockaddr_un_sun_len=yes
20608 echo "$as_me: failed program was:" >&5
20609 sed 's/^/| /' conftest.$ac_ext >&5
20611 cat >conftest.$ac_ext <<_ACEOF
20614 cat confdefs.h >>conftest.$ac_ext
20615 cat >>conftest.$ac_ext <<_ACEOF
20616 /* end confdefs.h. */
20617 #include <sys/types.h>
20618 #ifdef HAVE_SYS_SOCKET_H
20619 # include <sys/socket.h>
20621 #ifdef HAVE_SYS_UN_H
20622 # include <sys/un.h>
20628 static struct sockaddr_un ac_aggr;
20629 if (sizeof ac_aggr.sun_len)
20635 rm -f conftest.$ac_objext
20636 if { (ac_try="$ac_compile"
20637 case "(($ac_try" in
20638 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20639 *) ac_try_echo
=$ac_try;;
20641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20642 (eval "$ac_compile") 2>conftest.er1
20644 grep -v '^ *+' conftest.er1
>conftest.err
20646 cat conftest.err
>&5
20647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20648 (exit $ac_status); } && {
20649 test -z "$ac_c_werror_flag" ||
20650 test ! -s conftest.err
20651 } && test -s conftest.
$ac_objext; then
20652 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20654 echo "$as_me: failed program was:" >&5
20655 sed 's/^/| /' conftest.
$ac_ext >&5
20657 ac_cv_member_struct_sockaddr_un_sun_len
=no
20660 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20666 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20667 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20669 cat >>confdefs.h
<<_ACEOF
20670 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20677 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20678 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20679 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20680 echo $ECHO_N "(cached) $ECHO_C" >&6
20682 cat >conftest.
$ac_ext <<_ACEOF
20685 cat confdefs.h
>>conftest.
$ac_ext
20686 cat >>conftest.
$ac_ext <<_ACEOF
20687 /* end confdefs.h. */
20688 #include <sys/types.h>
20689 #ifdef HAVE_SCSI_SG_H
20690 #include <scsi/sg.h>
20696 static scsireq_t ac_aggr;
20703 rm -f conftest.
$ac_objext
20704 if { (ac_try
="$ac_compile"
20705 case "(($ac_try" in
20706 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20707 *) ac_try_echo=$ac_try;;
20709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20710 (eval "$ac_compile") 2>conftest.er1
20712 grep -v '^ *+' conftest.er1 >conftest.err
20714 cat conftest.err >&5
20715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20716 (exit $ac_status); } && {
20717 test -z "$ac_c_werror_flag" ||
20718 test ! -s conftest.err
20719 } && test -s conftest.$ac_objext; then
20720 ac_cv_member_scsireq_t_cmd=yes
20722 echo "$as_me: failed program was:" >&5
20723 sed 's/^/| /' conftest.$ac_ext >&5
20725 cat >conftest.$ac_ext <<_ACEOF
20728 cat confdefs.h >>conftest.$ac_ext
20729 cat >>conftest.$ac_ext <<_ACEOF
20730 /* end confdefs.h. */
20731 #include <sys/types.h>
20732 #ifdef HAVE_SCSI_SG_H
20733 #include <scsi/sg.h>
20739 static scsireq_t ac_aggr;
20740 if (sizeof ac_aggr.cmd)
20746 rm -f conftest.$ac_objext
20747 if { (ac_try="$ac_compile"
20748 case "(($ac_try" in
20749 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20750 *) ac_try_echo
=$ac_try;;
20752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20753 (eval "$ac_compile") 2>conftest.er1
20755 grep -v '^ *+' conftest.er1
>conftest.err
20757 cat conftest.err
>&5
20758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20759 (exit $ac_status); } && {
20760 test -z "$ac_c_werror_flag" ||
20761 test ! -s conftest.err
20762 } && test -s conftest.
$ac_objext; then
20763 ac_cv_member_scsireq_t_cmd
=yes
20765 echo "$as_me: failed program was:" >&5
20766 sed 's/^/| /' conftest.
$ac_ext >&5
20768 ac_cv_member_scsireq_t_cmd
=no
20771 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20774 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20776 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20777 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20778 if test $ac_cv_member_scsireq_t_cmd = yes; then
20780 cat >>confdefs.h
<<_ACEOF
20781 #define HAVE_SCSIREQ_T_CMD 1
20786 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20787 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20788 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20789 echo $ECHO_N "(cached) $ECHO_C" >&6
20791 cat >conftest.
$ac_ext <<_ACEOF
20794 cat confdefs.h
>>conftest.
$ac_ext
20795 cat >>conftest.
$ac_ext <<_ACEOF
20796 /* end confdefs.h. */
20797 #include <sys/types.h>
20798 #ifdef HAVE_SCSI_SG_H
20799 #include <scsi/sg.h>
20805 static sg_io_hdr_t ac_aggr;
20806 if (ac_aggr.interface_id)
20812 rm -f conftest.
$ac_objext
20813 if { (ac_try
="$ac_compile"
20814 case "(($ac_try" in
20815 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20816 *) ac_try_echo=$ac_try;;
20818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20819 (eval "$ac_compile") 2>conftest.er1
20821 grep -v '^ *+' conftest.er1 >conftest.err
20823 cat conftest.err >&5
20824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825 (exit $ac_status); } && {
20826 test -z "$ac_c_werror_flag" ||
20827 test ! -s conftest.err
20828 } && test -s conftest.$ac_objext; then
20829 ac_cv_member_sg_io_hdr_t_interface_id=yes
20831 echo "$as_me: failed program was:" >&5
20832 sed 's/^/| /' conftest.$ac_ext >&5
20834 cat >conftest.$ac_ext <<_ACEOF
20837 cat confdefs.h >>conftest.$ac_ext
20838 cat >>conftest.$ac_ext <<_ACEOF
20839 /* end confdefs.h. */
20840 #include <sys/types.h>
20841 #ifdef HAVE_SCSI_SG_H
20842 #include <scsi/sg.h>
20848 static sg_io_hdr_t ac_aggr;
20849 if (sizeof ac_aggr.interface_id)
20855 rm -f conftest.$ac_objext
20856 if { (ac_try="$ac_compile"
20857 case "(($ac_try" in
20858 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20859 *) ac_try_echo
=$ac_try;;
20861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20862 (eval "$ac_compile") 2>conftest.er1
20864 grep -v '^ *+' conftest.er1
>conftest.err
20866 cat conftest.err
>&5
20867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20868 (exit $ac_status); } && {
20869 test -z "$ac_c_werror_flag" ||
20870 test ! -s conftest.err
20871 } && test -s conftest.
$ac_objext; then
20872 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20874 echo "$as_me: failed program was:" >&5
20875 sed 's/^/| /' conftest.
$ac_ext >&5
20877 ac_cv_member_sg_io_hdr_t_interface_id
=no
20880 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20883 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20885 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20886 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20887 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20889 cat >>confdefs.h
<<_ACEOF
20890 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20897 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20898 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20899 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20900 echo $ECHO_N "(cached) $ECHO_C" >&6
20902 cat >conftest.
$ac_ext <<_ACEOF
20905 cat confdefs.h
>>conftest.
$ac_ext
20906 cat >>conftest.
$ac_ext <<_ACEOF
20907 /* end confdefs.h. */
20908 #include <signal.h>
20913 static siginfo_t ac_aggr;
20920 rm -f conftest.
$ac_objext
20921 if { (ac_try
="$ac_compile"
20922 case "(($ac_try" in
20923 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20924 *) ac_try_echo=$ac_try;;
20926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20929 grep -v '^ *+' conftest.er1 >conftest.err
20931 cat conftest.err >&5
20932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20937 ac_cv_member_siginfo_t_si_fd=yes
20939 echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 cat >conftest.$ac_ext <<_ACEOF
20945 cat confdefs.h >>conftest.$ac_ext
20946 cat >>conftest.$ac_ext <<_ACEOF
20947 /* end confdefs.h. */
20948 #include <signal.h>
20953 static siginfo_t ac_aggr;
20954 if (sizeof ac_aggr.si_fd)
20960 rm -f conftest.$ac_objext
20961 if { (ac_try="$ac_compile"
20962 case "(($ac_try" in
20963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20964 *) ac_try_echo
=$ac_try;;
20966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20967 (eval "$ac_compile") 2>conftest.er1
20969 grep -v '^ *+' conftest.er1
>conftest.err
20971 cat conftest.err
>&5
20972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20973 (exit $ac_status); } && {
20974 test -z "$ac_c_werror_flag" ||
20975 test ! -s conftest.err
20976 } && test -s conftest.
$ac_objext; then
20977 ac_cv_member_siginfo_t_si_fd
=yes
20979 echo "$as_me: failed program was:" >&5
20980 sed 's/^/| /' conftest.
$ac_ext >&5
20982 ac_cv_member_siginfo_t_si_fd
=no
20985 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20988 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20990 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20991 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20992 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20994 cat >>confdefs.h
<<_ACEOF
20995 #define HAVE_SIGINFO_T_SI_FD 1
21002 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21003 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21004 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21005 echo $ECHO_N "(cached) $ECHO_C" >&6
21007 cat >conftest.
$ac_ext <<_ACEOF
21010 cat confdefs.h
>>conftest.
$ac_ext
21011 cat >>conftest.
$ac_ext <<_ACEOF
21012 /* end confdefs.h. */
21013 #include <sys/types.h>
21014 #ifdef HAVE_SYS_MTIO_H
21015 #include <sys/mtio.h>
21021 static struct mtget ac_aggr;
21022 if (ac_aggr.mt_blksiz)
21028 rm -f conftest.
$ac_objext
21029 if { (ac_try
="$ac_compile"
21030 case "(($ac_try" in
21031 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21032 *) ac_try_echo=$ac_try;;
21034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21035 (eval "$ac_compile") 2>conftest.er1
21037 grep -v '^ *+' conftest.er1 >conftest.err
21039 cat conftest.err >&5
21040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21041 (exit $ac_status); } && {
21042 test -z "$ac_c_werror_flag" ||
21043 test ! -s conftest.err
21044 } && test -s conftest.$ac_objext; then
21045 ac_cv_member_struct_mtget_mt_blksiz=yes
21047 echo "$as_me: failed program was:" >&5
21048 sed 's/^/| /' conftest.$ac_ext >&5
21050 cat >conftest.$ac_ext <<_ACEOF
21053 cat confdefs.h >>conftest.$ac_ext
21054 cat >>conftest.$ac_ext <<_ACEOF
21055 /* end confdefs.h. */
21056 #include <sys/types.h>
21057 #ifdef HAVE_SYS_MTIO_H
21058 #include <sys/mtio.h>
21064 static struct mtget ac_aggr;
21065 if (sizeof ac_aggr.mt_blksiz)
21071 rm -f conftest.$ac_objext
21072 if { (ac_try="$ac_compile"
21073 case "(($ac_try" in
21074 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21075 *) ac_try_echo
=$ac_try;;
21077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21078 (eval "$ac_compile") 2>conftest.er1
21080 grep -v '^ *+' conftest.er1
>conftest.err
21082 cat conftest.err
>&5
21083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084 (exit $ac_status); } && {
21085 test -z "$ac_c_werror_flag" ||
21086 test ! -s conftest.err
21087 } && test -s conftest.
$ac_objext; then
21088 ac_cv_member_struct_mtget_mt_blksiz
=yes
21090 echo "$as_me: failed program was:" >&5
21091 sed 's/^/| /' conftest.
$ac_ext >&5
21093 ac_cv_member_struct_mtget_mt_blksiz
=no
21096 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21099 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21101 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21102 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21103 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21105 cat >>confdefs.h
<<_ACEOF
21106 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21111 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21112 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21113 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21114 echo $ECHO_N "(cached) $ECHO_C" >&6
21116 cat >conftest.
$ac_ext <<_ACEOF
21119 cat confdefs.h
>>conftest.
$ac_ext
21120 cat >>conftest.
$ac_ext <<_ACEOF
21121 /* end confdefs.h. */
21122 #include <sys/types.h>
21123 #ifdef HAVE_SYS_MTIO_H
21124 #include <sys/mtio.h>
21130 static struct mtget ac_aggr;
21131 if (ac_aggr.mt_gstat)
21137 rm -f conftest.
$ac_objext
21138 if { (ac_try
="$ac_compile"
21139 case "(($ac_try" in
21140 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21141 *) ac_try_echo=$ac_try;;
21143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21144 (eval "$ac_compile") 2>conftest.er1
21146 grep -v '^ *+' conftest.er1 >conftest.err
21148 cat conftest.err >&5
21149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21150 (exit $ac_status); } && {
21151 test -z "$ac_c_werror_flag" ||
21152 test ! -s conftest.err
21153 } && test -s conftest.$ac_objext; then
21154 ac_cv_member_struct_mtget_mt_gstat=yes
21156 echo "$as_me: failed program was:" >&5
21157 sed 's/^/| /' conftest.$ac_ext >&5
21159 cat >conftest.$ac_ext <<_ACEOF
21162 cat confdefs.h >>conftest.$ac_ext
21163 cat >>conftest.$ac_ext <<_ACEOF
21164 /* end confdefs.h. */
21165 #include <sys/types.h>
21166 #ifdef HAVE_SYS_MTIO_H
21167 #include <sys/mtio.h>
21173 static struct mtget ac_aggr;
21174 if (sizeof ac_aggr.mt_gstat)
21180 rm -f conftest.$ac_objext
21181 if { (ac_try="$ac_compile"
21182 case "(($ac_try" in
21183 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21184 *) ac_try_echo
=$ac_try;;
21186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21187 (eval "$ac_compile") 2>conftest.er1
21189 grep -v '^ *+' conftest.er1
>conftest.err
21191 cat conftest.err
>&5
21192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21193 (exit $ac_status); } && {
21194 test -z "$ac_c_werror_flag" ||
21195 test ! -s conftest.err
21196 } && test -s conftest.
$ac_objext; then
21197 ac_cv_member_struct_mtget_mt_gstat
=yes
21199 echo "$as_me: failed program was:" >&5
21200 sed 's/^/| /' conftest.
$ac_ext >&5
21202 ac_cv_member_struct_mtget_mt_gstat
=no
21205 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21208 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21210 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21211 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21212 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21214 cat >>confdefs.h
<<_ACEOF
21215 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21220 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21221 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21222 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21223 echo $ECHO_N "(cached) $ECHO_C" >&6
21225 cat >conftest.
$ac_ext <<_ACEOF
21228 cat confdefs.h
>>conftest.
$ac_ext
21229 cat >>conftest.
$ac_ext <<_ACEOF
21230 /* end confdefs.h. */
21231 #include <sys/types.h>
21232 #ifdef HAVE_SYS_MTIO_H
21233 #include <sys/mtio.h>
21239 static struct mtget ac_aggr;
21240 if (ac_aggr.mt_blkno)
21246 rm -f conftest.
$ac_objext
21247 if { (ac_try
="$ac_compile"
21248 case "(($ac_try" in
21249 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21250 *) ac_try_echo=$ac_try;;
21252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21253 (eval "$ac_compile") 2>conftest.er1
21255 grep -v '^ *+' conftest.er1 >conftest.err
21257 cat conftest.err >&5
21258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259 (exit $ac_status); } && {
21260 test -z "$ac_c_werror_flag" ||
21261 test ! -s conftest.err
21262 } && test -s conftest.$ac_objext; then
21263 ac_cv_member_struct_mtget_mt_blkno=yes
21265 echo "$as_me: failed program was:" >&5
21266 sed 's/^/| /' conftest.$ac_ext >&5
21268 cat >conftest.$ac_ext <<_ACEOF
21271 cat confdefs.h >>conftest.$ac_ext
21272 cat >>conftest.$ac_ext <<_ACEOF
21273 /* end confdefs.h. */
21274 #include <sys/types.h>
21275 #ifdef HAVE_SYS_MTIO_H
21276 #include <sys/mtio.h>
21282 static struct mtget ac_aggr;
21283 if (sizeof ac_aggr.mt_blkno)
21289 rm -f conftest.$ac_objext
21290 if { (ac_try="$ac_compile"
21291 case "(($ac_try" in
21292 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21293 *) ac_try_echo
=$ac_try;;
21295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21296 (eval "$ac_compile") 2>conftest.er1
21298 grep -v '^ *+' conftest.er1
>conftest.err
21300 cat conftest.err
>&5
21301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21302 (exit $ac_status); } && {
21303 test -z "$ac_c_werror_flag" ||
21304 test ! -s conftest.err
21305 } && test -s conftest.
$ac_objext; then
21306 ac_cv_member_struct_mtget_mt_blkno
=yes
21308 echo "$as_me: failed program was:" >&5
21309 sed 's/^/| /' conftest.
$ac_ext >&5
21311 ac_cv_member_struct_mtget_mt_blkno
=no
21314 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21317 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21319 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21320 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21321 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21323 cat >>confdefs.h
<<_ACEOF
21324 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21331 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21332 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21333 if test "${ac_cv_member_struct_option_name+set}" = set; then
21334 echo $ECHO_N "(cached) $ECHO_C" >&6
21336 cat >conftest.
$ac_ext <<_ACEOF
21339 cat confdefs.h
>>conftest.
$ac_ext
21340 cat >>conftest.
$ac_ext <<_ACEOF
21341 /* end confdefs.h. */
21342 #ifdef HAVE_GETOPT_H
21343 #include <getopt.h>
21349 static struct option ac_aggr;
21356 rm -f conftest.
$ac_objext
21357 if { (ac_try
="$ac_compile"
21358 case "(($ac_try" in
21359 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21360 *) ac_try_echo=$ac_try;;
21362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21363 (eval "$ac_compile") 2>conftest.er1
21365 grep -v '^ *+' conftest.er1 >conftest.err
21367 cat conftest.err >&5
21368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369 (exit $ac_status); } && {
21370 test -z "$ac_c_werror_flag" ||
21371 test ! -s conftest.err
21372 } && test -s conftest.$ac_objext; then
21373 ac_cv_member_struct_option_name=yes
21375 echo "$as_me: failed program was:" >&5
21376 sed 's/^/| /' conftest.$ac_ext >&5
21378 cat >conftest.$ac_ext <<_ACEOF
21381 cat confdefs.h >>conftest.$ac_ext
21382 cat >>conftest.$ac_ext <<_ACEOF
21383 /* end confdefs.h. */
21384 #ifdef HAVE_GETOPT_H
21385 #include <getopt.h>
21391 static struct option ac_aggr;
21392 if (sizeof ac_aggr.name)
21398 rm -f conftest.$ac_objext
21399 if { (ac_try="$ac_compile"
21400 case "(($ac_try" in
21401 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21402 *) ac_try_echo
=$ac_try;;
21404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21405 (eval "$ac_compile") 2>conftest.er1
21407 grep -v '^ *+' conftest.er1
>conftest.err
21409 cat conftest.err
>&5
21410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21411 (exit $ac_status); } && {
21412 test -z "$ac_c_werror_flag" ||
21413 test ! -s conftest.err
21414 } && test -s conftest.
$ac_objext; then
21415 ac_cv_member_struct_option_name
=yes
21417 echo "$as_me: failed program was:" >&5
21418 sed 's/^/| /' conftest.
$ac_ext >&5
21420 ac_cv_member_struct_option_name
=no
21423 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21426 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21428 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21429 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21430 if test $ac_cv_member_struct_option_name = yes; then
21432 cat >>confdefs.h
<<_ACEOF
21433 #define HAVE_STRUCT_OPTION_NAME 1
21440 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21441 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21442 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21443 echo $ECHO_N "(cached) $ECHO_C" >&6
21445 cat >conftest.
$ac_ext <<_ACEOF
21448 cat confdefs.h
>>conftest.
$ac_ext
21449 cat >>conftest.
$ac_ext <<_ACEOF
21450 /* end confdefs.h. */
21451 $ac_includes_default
21455 static struct stat ac_aggr;
21456 if (ac_aggr.st_blocks)
21462 rm -f conftest.
$ac_objext
21463 if { (ac_try
="$ac_compile"
21464 case "(($ac_try" in
21465 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21466 *) ac_try_echo=$ac_try;;
21468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21469 (eval "$ac_compile") 2>conftest.er1
21471 grep -v '^ *+' conftest.er1 >conftest.err
21473 cat conftest.err >&5
21474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21475 (exit $ac_status); } && {
21476 test -z "$ac_c_werror_flag" ||
21477 test ! -s conftest.err
21478 } && test -s conftest.$ac_objext; then
21479 ac_cv_member_struct_stat_st_blocks=yes
21481 echo "$as_me: failed program was:" >&5
21482 sed 's/^/| /' conftest.$ac_ext >&5
21484 cat >conftest.$ac_ext <<_ACEOF
21487 cat confdefs.h >>conftest.$ac_ext
21488 cat >>conftest.$ac_ext <<_ACEOF
21489 /* end confdefs.h. */
21490 $ac_includes_default
21494 static struct stat ac_aggr;
21495 if (sizeof ac_aggr.st_blocks)
21501 rm -f conftest.$ac_objext
21502 if { (ac_try="$ac_compile"
21503 case "(($ac_try" in
21504 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21505 *) ac_try_echo
=$ac_try;;
21507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21508 (eval "$ac_compile") 2>conftest.er1
21510 grep -v '^ *+' conftest.er1
>conftest.err
21512 cat conftest.err
>&5
21513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); } && {
21515 test -z "$ac_c_werror_flag" ||
21516 test ! -s conftest.err
21517 } && test -s conftest.
$ac_objext; then
21518 ac_cv_member_struct_stat_st_blocks
=yes
21520 echo "$as_me: failed program was:" >&5
21521 sed 's/^/| /' conftest.
$ac_ext >&5
21523 ac_cv_member_struct_stat_st_blocks
=no
21526 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21529 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21531 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21532 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21533 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21535 cat >>confdefs.h
<<_ACEOF
21536 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21541 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21542 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21543 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21544 echo $ECHO_N "(cached) $ECHO_C" >&6
21546 cat >conftest.
$ac_ext <<_ACEOF
21549 cat confdefs.h
>>conftest.
$ac_ext
21550 cat >>conftest.
$ac_ext <<_ACEOF
21551 /* end confdefs.h. */
21552 $ac_includes_default
21556 static struct stat ac_aggr;
21557 if (ac_aggr.st_mtim)
21563 rm -f conftest.
$ac_objext
21564 if { (ac_try
="$ac_compile"
21565 case "(($ac_try" in
21566 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21567 *) ac_try_echo=$ac_try;;
21569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21570 (eval "$ac_compile") 2>conftest.er1
21572 grep -v '^ *+' conftest.er1 >conftest.err
21574 cat conftest.err >&5
21575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21576 (exit $ac_status); } && {
21577 test -z "$ac_c_werror_flag" ||
21578 test ! -s conftest.err
21579 } && test -s conftest.$ac_objext; then
21580 ac_cv_member_struct_stat_st_mtim=yes
21582 echo "$as_me: failed program was:" >&5
21583 sed 's/^/| /' conftest.$ac_ext >&5
21585 cat >conftest.$ac_ext <<_ACEOF
21588 cat confdefs.h >>conftest.$ac_ext
21589 cat >>conftest.$ac_ext <<_ACEOF
21590 /* end confdefs.h. */
21591 $ac_includes_default
21595 static struct stat ac_aggr;
21596 if (sizeof ac_aggr.st_mtim)
21602 rm -f conftest.$ac_objext
21603 if { (ac_try="$ac_compile"
21604 case "(($ac_try" in
21605 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21606 *) ac_try_echo
=$ac_try;;
21608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21609 (eval "$ac_compile") 2>conftest.er1
21611 grep -v '^ *+' conftest.er1
>conftest.err
21613 cat conftest.err
>&5
21614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } && {
21616 test -z "$ac_c_werror_flag" ||
21617 test ! -s conftest.err
21618 } && test -s conftest.
$ac_objext; then
21619 ac_cv_member_struct_stat_st_mtim
=yes
21621 echo "$as_me: failed program was:" >&5
21622 sed 's/^/| /' conftest.
$ac_ext >&5
21624 ac_cv_member_struct_stat_st_mtim
=no
21627 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21632 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21633 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21634 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21636 cat >>confdefs.h
<<_ACEOF
21637 #define HAVE_STRUCT_STAT_ST_MTIM 1
21642 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21643 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21644 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21645 echo $ECHO_N "(cached) $ECHO_C" >&6
21647 cat >conftest.
$ac_ext <<_ACEOF
21650 cat confdefs.h
>>conftest.
$ac_ext
21651 cat >>conftest.
$ac_ext <<_ACEOF
21652 /* end confdefs.h. */
21653 $ac_includes_default
21657 static struct stat ac_aggr;
21658 if (ac_aggr.st_ctim)
21664 rm -f conftest.
$ac_objext
21665 if { (ac_try
="$ac_compile"
21666 case "(($ac_try" in
21667 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21668 *) ac_try_echo=$ac_try;;
21670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21671 (eval "$ac_compile") 2>conftest.er1
21673 grep -v '^ *+' conftest.er1 >conftest.err
21675 cat conftest.err >&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } && {
21678 test -z "$ac_c_werror_flag" ||
21679 test ! -s conftest.err
21680 } && test -s conftest.$ac_objext; then
21681 ac_cv_member_struct_stat_st_ctim=yes
21683 echo "$as_me: failed program was:" >&5
21684 sed 's/^/| /' conftest.$ac_ext >&5
21686 cat >conftest.$ac_ext <<_ACEOF
21689 cat confdefs.h >>conftest.$ac_ext
21690 cat >>conftest.$ac_ext <<_ACEOF
21691 /* end confdefs.h. */
21692 $ac_includes_default
21696 static struct stat ac_aggr;
21697 if (sizeof ac_aggr.st_ctim)
21703 rm -f conftest.$ac_objext
21704 if { (ac_try="$ac_compile"
21705 case "(($ac_try" in
21706 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21707 *) ac_try_echo
=$ac_try;;
21709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21710 (eval "$ac_compile") 2>conftest.er1
21712 grep -v '^ *+' conftest.er1
>conftest.err
21714 cat conftest.err
>&5
21715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21716 (exit $ac_status); } && {
21717 test -z "$ac_c_werror_flag" ||
21718 test ! -s conftest.err
21719 } && test -s conftest.
$ac_objext; then
21720 ac_cv_member_struct_stat_st_ctim
=yes
21722 echo "$as_me: failed program was:" >&5
21723 sed 's/^/| /' conftest.
$ac_ext >&5
21725 ac_cv_member_struct_stat_st_ctim
=no
21728 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21731 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21733 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21734 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21735 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21737 cat >>confdefs.h
<<_ACEOF
21738 #define HAVE_STRUCT_STAT_ST_CTIM 1
21743 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21744 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21745 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21746 echo $ECHO_N "(cached) $ECHO_C" >&6
21748 cat >conftest.
$ac_ext <<_ACEOF
21751 cat confdefs.h
>>conftest.
$ac_ext
21752 cat >>conftest.
$ac_ext <<_ACEOF
21753 /* end confdefs.h. */
21754 $ac_includes_default
21758 static struct stat ac_aggr;
21759 if (ac_aggr.st_atim)
21765 rm -f conftest.
$ac_objext
21766 if { (ac_try
="$ac_compile"
21767 case "(($ac_try" in
21768 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21769 *) ac_try_echo=$ac_try;;
21771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21772 (eval "$ac_compile") 2>conftest.er1
21774 grep -v '^ *+' conftest.er1 >conftest.err
21776 cat conftest.err >&5
21777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21778 (exit $ac_status); } && {
21779 test -z "$ac_c_werror_flag" ||
21780 test ! -s conftest.err
21781 } && test -s conftest.$ac_objext; then
21782 ac_cv_member_struct_stat_st_atim=yes
21784 echo "$as_me: failed program was:" >&5
21785 sed 's/^/| /' conftest.$ac_ext >&5
21787 cat >conftest.$ac_ext <<_ACEOF
21790 cat confdefs.h >>conftest.$ac_ext
21791 cat >>conftest.$ac_ext <<_ACEOF
21792 /* end confdefs.h. */
21793 $ac_includes_default
21797 static struct stat ac_aggr;
21798 if (sizeof ac_aggr.st_atim)
21804 rm -f conftest.$ac_objext
21805 if { (ac_try="$ac_compile"
21806 case "(($ac_try" in
21807 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21808 *) ac_try_echo
=$ac_try;;
21810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21811 (eval "$ac_compile") 2>conftest.er1
21813 grep -v '^ *+' conftest.er1
>conftest.err
21815 cat conftest.err
>&5
21816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21817 (exit $ac_status); } && {
21818 test -z "$ac_c_werror_flag" ||
21819 test ! -s conftest.err
21820 } && test -s conftest.
$ac_objext; then
21821 ac_cv_member_struct_stat_st_atim
=yes
21823 echo "$as_me: failed program was:" >&5
21824 sed 's/^/| /' conftest.
$ac_ext >&5
21826 ac_cv_member_struct_stat_st_atim
=no
21829 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21832 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21834 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21835 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21836 if test $ac_cv_member_struct_stat_st_atim = yes; then
21838 cat >>confdefs.h
<<_ACEOF
21839 #define HAVE_STRUCT_STAT_ST_ATIM 1
21846 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21847 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21848 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21849 echo $ECHO_N "(cached) $ECHO_C" >&6
21851 cat >conftest.
$ac_ext <<_ACEOF
21854 cat confdefs.h
>>conftest.
$ac_ext
21855 cat >>conftest.
$ac_ext <<_ACEOF
21856 /* end confdefs.h. */
21857 #ifdef HAVE_SYS_TYPES_H
21858 #include <sys/types.h>
21860 #ifdef HAVE_NETINET_IN_H
21861 #include <netinet/in.h>
21867 static struct sockaddr_in6 ac_aggr;
21868 if (ac_aggr.sin6_scope_id)
21874 rm -f conftest.
$ac_objext
21875 if { (ac_try
="$ac_compile"
21876 case "(($ac_try" in
21877 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21878 *) ac_try_echo=$ac_try;;
21880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21881 (eval "$ac_compile") 2>conftest.er1
21883 grep -v '^ *+' conftest.er1 >conftest.err
21885 cat conftest.err >&5
21886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21887 (exit $ac_status); } && {
21888 test -z "$ac_c_werror_flag" ||
21889 test ! -s conftest.err
21890 } && test -s conftest.$ac_objext; then
21891 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21893 echo "$as_me: failed program was:" >&5
21894 sed 's/^/| /' conftest.$ac_ext >&5
21896 cat >conftest.$ac_ext <<_ACEOF
21899 cat confdefs.h >>conftest.$ac_ext
21900 cat >>conftest.$ac_ext <<_ACEOF
21901 /* end confdefs.h. */
21902 #ifdef HAVE_SYS_TYPES_H
21903 #include <sys/types.h>
21905 #ifdef HAVE_NETINET_IN_H
21906 #include <netinet/in.h>
21912 static struct sockaddr_in6 ac_aggr;
21913 if (sizeof ac_aggr.sin6_scope_id)
21919 rm -f conftest.$ac_objext
21920 if { (ac_try="$ac_compile"
21921 case "(($ac_try" in
21922 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21923 *) ac_try_echo
=$ac_try;;
21925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21926 (eval "$ac_compile") 2>conftest.er1
21928 grep -v '^ *+' conftest.er1
>conftest.err
21930 cat conftest.err
>&5
21931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21932 (exit $ac_status); } && {
21933 test -z "$ac_c_werror_flag" ||
21934 test ! -s conftest.err
21935 } && test -s conftest.
$ac_objext; then
21936 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21938 echo "$as_me: failed program was:" >&5
21939 sed 's/^/| /' conftest.
$ac_ext >&5
21941 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
21944 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21947 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21949 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21950 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21951 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21953 cat >>confdefs.h
<<_ACEOF
21954 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21961 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21962 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21963 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21964 echo $ECHO_N "(cached) $ECHO_C" >&6
21966 cat >conftest.
$ac_ext <<_ACEOF
21969 cat confdefs.h
>>conftest.
$ac_ext
21970 cat >>conftest.
$ac_ext <<_ACEOF
21971 /* end confdefs.h. */
21972 #ifdef HAVE_SYS_TYPES_H
21973 #include <sys/types.h>
21975 #ifdef HAVE_NETINET_IN_H
21976 # include <netinet/in.h>
21978 #ifdef HAVE_ARPA_NAMESER_H
21979 # include <arpa/nameser.h>
21985 static ns_msg ac_aggr;
21986 if (ac_aggr._msg_ptr)
21992 rm -f conftest.
$ac_objext
21993 if { (ac_try
="$ac_compile"
21994 case "(($ac_try" in
21995 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21996 *) ac_try_echo=$ac_try;;
21998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21999 (eval "$ac_compile") 2>conftest.er1
22001 grep -v '^ *+' conftest.er1 >conftest.err
22003 cat conftest.err >&5
22004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005 (exit $ac_status); } && {
22006 test -z "$ac_c_werror_flag" ||
22007 test ! -s conftest.err
22008 } && test -s conftest.$ac_objext; then
22009 ac_cv_member_ns_msg__msg_ptr=yes
22011 echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.$ac_ext >&5
22014 cat >conftest.$ac_ext <<_ACEOF
22017 cat confdefs.h >>conftest.$ac_ext
22018 cat >>conftest.$ac_ext <<_ACEOF
22019 /* end confdefs.h. */
22020 #ifdef HAVE_SYS_TYPES_H
22021 #include <sys/types.h>
22023 #ifdef HAVE_NETINET_IN_H
22024 # include <netinet/in.h>
22026 #ifdef HAVE_ARPA_NAMESER_H
22027 # include <arpa/nameser.h>
22033 static ns_msg ac_aggr;
22034 if (sizeof ac_aggr._msg_ptr)
22040 rm -f conftest.$ac_objext
22041 if { (ac_try="$ac_compile"
22042 case "(($ac_try" in
22043 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22044 *) ac_try_echo
=$ac_try;;
22046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22047 (eval "$ac_compile") 2>conftest.er1
22049 grep -v '^ *+' conftest.er1
>conftest.err
22051 cat conftest.err
>&5
22052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22053 (exit $ac_status); } && {
22054 test -z "$ac_c_werror_flag" ||
22055 test ! -s conftest.err
22056 } && test -s conftest.
$ac_objext; then
22057 ac_cv_member_ns_msg__msg_ptr
=yes
22059 echo "$as_me: failed program was:" >&5
22060 sed 's/^/| /' conftest.
$ac_ext >&5
22062 ac_cv_member_ns_msg__msg_ptr
=no
22065 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22068 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22070 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22071 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22072 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22074 cat >>confdefs.h
<<_ACEOF
22075 #define HAVE_NS_MSG__MSG_PTR 1
22082 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22083 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22084 if test "${ac_cv_have_timezone+set}" = set; then
22085 echo $ECHO_N "(cached) $ECHO_C" >&6
22087 cat >conftest.
$ac_ext <<_ACEOF
22090 cat confdefs.h
>>conftest.
$ac_ext
22091 cat >>conftest.
$ac_ext <<_ACEOF
22092 /* end confdefs.h. */
22102 rm -f conftest.
$ac_objext conftest
$ac_exeext
22103 if { (ac_try
="$ac_link"
22104 case "(($ac_try" in
22105 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22106 *) ac_try_echo=$ac_try;;
22108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22109 (eval "$ac_link") 2>conftest.er1
22111 grep -v '^ *+' conftest.er1 >conftest.err
22113 cat conftest.err >&5
22114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22115 (exit $ac_status); } && {
22116 test -z "$ac_c_werror_flag" ||
22117 test ! -s conftest.err
22118 } && test -s conftest$ac_exeext &&
22119 $as_test_x conftest$ac_exeext; then
22120 ac_cv_have_timezone="yes"
22122 echo "$as_me: failed program was:" >&5
22123 sed 's/^/| /' conftest.$ac_ext >&5
22125 ac_cv_have_timezone="no"
22128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22129 conftest$ac_exeext conftest.$ac_ext
22131 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22132 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22133 if test "$ac_cv_have_timezone" = "yes"
22136 cat >>confdefs.h <<\_ACEOF
22137 #define HAVE_TIMEZONE 1
22141 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22142 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22143 if test "${ac_cv_have_daylight+set}" = set; then
22144 echo $ECHO_N "(cached) $ECHO_C" >&6
22146 cat >conftest.$ac_ext <<_ACEOF
22149 cat confdefs.h >>conftest.$ac_ext
22150 cat >>conftest.$ac_ext <<_ACEOF
22151 /* end confdefs.h. */
22161 rm -f conftest.$ac_objext conftest$ac_exeext
22162 if { (ac_try="$ac_link"
22163 case "(($ac_try" in
22164 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22165 *) ac_try_echo
=$ac_try;;
22167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22168 (eval "$ac_link") 2>conftest.er1
22170 grep -v '^ *+' conftest.er1
>conftest.err
22172 cat conftest.err
>&5
22173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22174 (exit $ac_status); } && {
22175 test -z "$ac_c_werror_flag" ||
22176 test ! -s conftest.err
22177 } && test -s conftest
$ac_exeext &&
22178 $as_test_x conftest
$ac_exeext; then
22179 ac_cv_have_daylight
="yes"
22181 echo "$as_me: failed program was:" >&5
22182 sed 's/^/| /' conftest.
$ac_ext >&5
22184 ac_cv_have_daylight
="no"
22187 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22188 conftest
$ac_exeext conftest.
$ac_ext
22190 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22191 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22192 if test "$ac_cv_have_daylight" = "yes"
22195 cat >>confdefs.h
<<\_ACEOF
22196 #define HAVE_DAYLIGHT 1
22201 { echo "$as_me:$LINENO: checking for isinf" >&5
22202 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22203 if test "${ac_cv_have_isinf+set}" = set; then
22204 echo $ECHO_N "(cached) $ECHO_C" >&6
22206 cat >conftest.
$ac_ext <<_ACEOF
22209 cat confdefs.h
>>conftest.
$ac_ext
22210 cat >>conftest.
$ac_ext <<_ACEOF
22211 /* end confdefs.h. */
22216 float f = 0.0; int i=isinf(f)
22221 rm -f conftest.
$ac_objext conftest
$ac_exeext
22222 if { (ac_try
="$ac_link"
22223 case "(($ac_try" in
22224 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22225 *) ac_try_echo=$ac_try;;
22227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22228 (eval "$ac_link") 2>conftest.er1
22230 grep -v '^ *+' conftest.er1 >conftest.err
22232 cat conftest.err >&5
22233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22234 (exit $ac_status); } && {
22235 test -z "$ac_c_werror_flag" ||
22236 test ! -s conftest.err
22237 } && test -s conftest$ac_exeext &&
22238 $as_test_x conftest$ac_exeext; then
22239 ac_cv_have_isinf="yes"
22241 echo "$as_me: failed program was:" >&5
22242 sed 's/^/| /' conftest.$ac_ext >&5
22244 ac_cv_have_isinf="no"
22247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22248 conftest$ac_exeext conftest.$ac_ext
22250 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22251 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22252 if test "$ac_cv_have_isinf" = "yes"
22255 cat >>confdefs.h <<\_ACEOF
22256 #define HAVE_ISINF 1
22263 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22264 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22265 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22266 echo $ECHO_N "(cached) $ECHO_C" >&6
22268 cat >conftest.$ac_ext <<_ACEOF
22271 cat confdefs.h >>conftest.$ac_ext
22272 cat >>conftest.$ac_ext <<_ACEOF
22273 /* end confdefs.h. */
22278 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22279 $EGREP "yes" >/dev/null 2>&1; then
22280 ac_cv_cpp_def___i386__=yes
22282 ac_cv_cpp_def___i386__=no
22287 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22288 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22289 if test $ac_cv_cpp_def___i386__ = yes; then
22290 CFLAGS="$CFLAGS -D__i386__"
22291 LINTFLAGS="$LINTFLAGS -D__i386__"
22294 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22295 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22296 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22297 echo $ECHO_N "(cached) $ECHO_C" >&6
22299 cat >conftest.$ac_ext <<_ACEOF
22302 cat confdefs.h >>conftest.$ac_ext
22303 cat >>conftest.$ac_ext <<_ACEOF
22304 /* end confdefs.h. */
22309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22310 $EGREP "yes" >/dev/null 2>&1; then
22311 ac_cv_cpp_def___x86_64__=yes
22313 ac_cv_cpp_def___x86_64__=no
22318 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22319 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22320 if test $ac_cv_cpp_def___x86_64__ = yes; then
22321 CFLAGS="$CFLAGS -D__x86_64__"
22322 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22325 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22326 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22327 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22328 echo $ECHO_N "(cached) $ECHO_C" >&6
22330 cat >conftest.$ac_ext <<_ACEOF
22333 cat confdefs.h >>conftest.$ac_ext
22334 cat >>conftest.$ac_ext <<_ACEOF
22335 /* end confdefs.h. */
22340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22341 $EGREP "yes" >/dev/null 2>&1; then
22342 ac_cv_cpp_def___ALPHA__=yes
22344 ac_cv_cpp_def___ALPHA__=no
22349 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22350 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22351 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22352 CFLAGS="$CFLAGS -D__ALPHA__"
22353 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22356 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22357 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22358 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22359 echo $ECHO_N "(cached) $ECHO_C" >&6
22361 cat >conftest.$ac_ext <<_ACEOF
22364 cat confdefs.h >>conftest.$ac_ext
22365 cat >>conftest.$ac_ext <<_ACEOF
22366 /* end confdefs.h. */
22371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22372 $EGREP "yes" >/dev/null 2>&1; then
22373 ac_cv_cpp_def___sparc__=yes
22375 ac_cv_cpp_def___sparc__=no
22380 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22381 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22382 if test $ac_cv_cpp_def___sparc__ = yes; then
22383 CFLAGS="$CFLAGS -D__sparc__"
22384 LINTFLAGS="$LINTFLAGS -D__sparc__"
22387 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22388 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22389 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22390 echo $ECHO_N "(cached) $ECHO_C" >&6
22392 cat >conftest.$ac_ext <<_ACEOF
22395 cat confdefs.h >>conftest.$ac_ext
22396 cat >>conftest.$ac_ext <<_ACEOF
22397 /* end confdefs.h. */
22398 #ifndef __powerpc__
22402 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22403 $EGREP "yes" >/dev/null 2>&1; then
22404 ac_cv_cpp_def___powerpc__=yes
22406 ac_cv_cpp_def___powerpc__=no
22411 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22412 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22413 if test $ac_cv_cpp_def___powerpc__ = yes; then
22414 CFLAGS="$CFLAGS -D__powerpc__"
22415 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22420 case $host_vendor in
22421 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22422 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22423 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22424 echo $ECHO_N "(cached) $ECHO_C" >&6
22426 cat >conftest.$ac_ext <<_ACEOF
22429 cat confdefs.h >>conftest.$ac_ext
22430 cat >>conftest.$ac_ext <<_ACEOF
22431 /* end confdefs.h. */
22436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22437 $EGREP "yes" >/dev/null 2>&1; then
22438 ac_cv_cpp_def___sun__=yes
22440 ac_cv_cpp_def___sun__=no
22445 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22446 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22447 if test $ac_cv_cpp_def___sun__ = yes; then
22448 CFLAGS="$CFLAGS -D__sun__"
22449 LINTFLAGS="$LINTFLAGS -D__sun__"
22455 DEPENDENCIES="### Dependencies:
22460 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22462 \$(OBJS): \$(IDL_GEN_HEADERS)
22463 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22464 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22465 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22466 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22473 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22484 ALL_PROGRAM_DIRS=""
22486 ALL_PROGRAM_INSTALL_DIRS=""
22488 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22494 ac_config_commands="$ac_config_commands include/stamp-h"
22497 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22499 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22501 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22503 ac_config_commands="$ac_config_commands dlls/user32/resources"
22505 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22507 ac_config_commands="$ac_config_commands include/wine"
22510 ALL_MAKERULES="$ALL_MAKERULES \\
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 Make.rules: Make.rules.in"
22514 MAKE_RULES=Make.rules
22515 ac_config_files="$ac_config_files Make.rules"
22517 ALL_MAKERULES="$ALL_MAKERULES \\
22518 dlls/Makedll.rules"
22519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22520 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22521 MAKE_DLL_RULES=dlls/Makedll.rules
22522 ac_config_files="$ac_config_files dlls/Makedll.rules"
22524 ALL_MAKERULES="$ALL_MAKERULES \\
22525 dlls/Makeimplib.rules"
22526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22527 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22528 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22529 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22531 ALL_MAKERULES="$ALL_MAKERULES \\
22532 dlls/Maketest.rules"
22533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22534 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22535 MAKE_TEST_RULES=dlls/Maketest.rules
22536 ac_config_files="$ac_config_files dlls/Maketest.rules"
22538 ALL_MAKERULES="$ALL_MAKERULES \\
22539 programs/Makeprog.rules"
22540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22541 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22542 MAKE_PROG_RULES=programs/Makeprog.rules
22543 ac_config_files="$ac_config_files programs/Makeprog.rules"
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 Makefile: Makefile.in Make.rules"
22550 ac_config_files="$ac_config_files Makefile"
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22554 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22557 dlls/Makefile: dlls/Makefile.in Make.rules"
22558 ac_config_files="$ac_config_files dlls/Makefile"
22560 ALL_MAKEFILES="$ALL_MAKEFILES \\
22561 dlls/acledit/Makefile"
22562 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22565 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22566 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22568 ALL_MAKEFILES="$ALL_MAKEFILES \\
22569 dlls/activeds/Makefile"
22570 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22574 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577 dlls/actxprxy/Makefile"
22578 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22581 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22582 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22584 ALL_MAKEFILES="$ALL_MAKEFILES \\
22585 dlls/adsiid/Makefile"
22586 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22589 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22590 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22592 ALL_MAKEFILES="$ALL_MAKEFILES \\
22593 dlls/advapi32/Makefile"
22594 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601 dlls/advapi32/tests/Makefile"
22602 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22605 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22606 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22608 ALL_MAKEFILES="$ALL_MAKEFILES \\
22609 dlls/advpack/Makefile"
22610 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22613 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22614 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22616 ALL_MAKEFILES="$ALL_MAKEFILES \\
22617 dlls/advpack/tests/Makefile"
22618 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22622 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625 dlls/amstream/Makefile"
22626 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22629 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22630 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22632 ALL_MAKEFILES="$ALL_MAKEFILES \\
22633 dlls/appwiz.cpl/Makefile"
22634 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22637 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22638 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22640 ALL_MAKEFILES="$ALL_MAKEFILES \\
22642 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22646 ac_config_files="$ac_config_files dlls/atl/Makefile"
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649 dlls/avicap32/Makefile"
22650 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22653 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22654 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22656 ALL_MAKEFILES="$ALL_MAKEFILES \\
22657 dlls/avifil32/Makefile"
22658 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22662 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22664 ALL_MAKEFILES="$ALL_MAKEFILES \\
22665 dlls/browseui/Makefile"
22666 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/browseui/tests/Makefile"
22674 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22678 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681 dlls/cabinet/Makefile"
22682 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689 dlls/cabinet/tests/Makefile"
22690 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22694 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/capi2032/Makefile"
22698 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705 dlls/cards/Makefile"
22706 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22710 ac_config_files="$ac_config_files dlls/cards/Makefile"
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713 dlls/cfgmgr32/Makefile"
22714 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/clusapi/Makefile"
22722 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22726 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729 dlls/comcat/Makefile"
22730 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737 dlls/comcat/tests/Makefile"
22738 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22742 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/comctl32/Makefile"
22746 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22750 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753 dlls/comctl32/tests/Makefile"
22754 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22758 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761 dlls/comdlg32/Makefile"
22762 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/comdlg32/tests/Makefile"
22770 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22774 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777 dlls/compstui/Makefile"
22778 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22782 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785 dlls/credui/Makefile"
22786 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/credui/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/credui/tests/Makefile"
22794 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22798 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801 dlls/crtdll/Makefile"
22802 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22806 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809 dlls/crypt32/Makefile"
22810 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22814 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/crypt32/tests/Makefile"
22818 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22822 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825 dlls/cryptdlg/Makefile"
22826 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833 dlls/cryptdll/Makefile"
22834 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/cryptnet/Makefile"
22842 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22846 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849 dlls/cryptnet/tests/Makefile"
22850 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22854 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857 dlls/cryptui/Makefile"
22858 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/ctapi32/Makefile"
22866 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22870 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873 dlls/ctl3d32/Makefile"
22874 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22878 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881 dlls/d3d10/Makefile"
22882 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22886 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/d3d8/Makefile"
22890 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22894 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897 dlls/d3d8/tests/Makefile"
22898 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22902 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905 dlls/d3d9/Makefile"
22906 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22910 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/d3d9/tests/Makefile"
22914 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22918 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921 dlls/d3dim/Makefile"
22922 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22926 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929 dlls/d3drm/Makefile"
22930 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/d3drm/tests/Makefile"
22938 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22942 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945 dlls/d3dx8/Makefile"
22946 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953 dlls/d3dx8/tests/Makefile"
22954 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22958 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/d3dx9_24/Makefile"
22962 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22966 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969 dlls/d3dx9_25/Makefile"
22970 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22974 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977 dlls/d3dx9_26/Makefile"
22978 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/d3dx9_27/Makefile"
22986 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22990 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993 dlls/d3dx9_28/Makefile"
22994 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001 dlls/d3dx9_29/Makefile"
23002 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/d3dx9_30/Makefile"
23010 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017 dlls/d3dx9_31/Makefile"
23018 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23022 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025 dlls/d3dx9_32/Makefile"
23026 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/d3dx9_33/Makefile"
23034 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23038 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041 dlls/d3dx9_34/Makefile"
23042 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23046 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049 dlls/d3dx9_35/Makefile"
23050 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/d3dx9_36/Makefile"
23058 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23062 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/d3dx9_36/tests/Makefile"
23066 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23070 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/d3dx9_37/Makefile"
23074 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23078 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/d3dxof/Makefile"
23082 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/d3dxof/tests/Makefile"
23090 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23094 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/dbghelp/Makefile"
23098 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/dciman32/Makefile"
23106 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23110 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/ddraw/Makefile"
23114 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/ddraw/tests/Makefile"
23122 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23126 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/ddrawex/Makefile"
23130 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/devenum/Makefile"
23138 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/dinput/Makefile"
23146 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/dinput/tests/Makefile"
23154 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23158 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/dinput8/Makefile"
23162 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/dmband/Makefile"
23170 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/dmcompos/Makefile"
23178 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/dmime/Makefile"
23186 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/dmloader/Makefile"
23194 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/dmscript/Makefile"
23202 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23206 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/dmstyle/Makefile"
23210 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/dmsynth/Makefile"
23218 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23222 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/dmusic/Makefile"
23226 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23230 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/dmusic32/Makefile"
23234 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/dnsapi/Makefile"
23242 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/dnsapi/tests/Makefile"
23250 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23254 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/dplay/Makefile"
23258 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/dplayx/Makefile"
23266 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23270 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/dplayx/tests/Makefile"
23274 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23278 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/dpnaddr/Makefile"
23282 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23286 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/dpnet/Makefile"
23290 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/dpnhpast/Makefile"
23298 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23302 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/dpnlobby/Makefile"
23306 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/dpwsockx/Makefile"
23314 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/dsound/Makefile"
23322 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23326 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/dsound/tests/Makefile"
23330 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23334 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/dssenh/Makefile"
23338 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23342 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/dswave/Makefile"
23346 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23350 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/dwmapi/Makefile"
23354 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23358 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/dxdiagn/Makefile"
23362 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/dxerr8/Makefile"
23370 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23374 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/dxerr9/Makefile"
23378 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23382 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/dxguid/Makefile"
23386 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23390 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/faultrep/Makefile"
23394 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23398 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/fusion/Makefile"
23402 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23406 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/fusion/tests/Makefile"
23410 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23414 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/gdi32/Makefile"
23418 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23422 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425 dlls/gdi32/tests/Makefile"
23426 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23430 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/gdiplus/Makefile"
23434 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/gdiplus/tests/Makefile"
23442 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23446 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/glu32/Makefile"
23450 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23454 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/gphoto2.ds/Makefile"
23458 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/gpkcsp/Makefile"
23466 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23470 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23478 ac_config_files="$ac_config_files dlls/hal/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/hhctrl.ocx/Makefile"
23482 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/hid/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/hlink/Makefile"
23498 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/hlink/tests/Makefile"
23506 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23510 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/hnetcfg/Makefile"
23514 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/iccvid/Makefile"
23522 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23526 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/icmp/Makefile"
23530 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/ifsmgr.vxd/Makefile"
23538 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23542 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/imaadp32.acm/Makefile"
23546 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/imagehlp/Makefile"
23554 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23558 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/imm32/Makefile"
23562 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/imm32/tests/Makefile"
23570 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23574 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/inetcomm/Makefile"
23578 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/inetcomm/tests/Makefile"
23586 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23590 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/inetmib1/Makefile"
23594 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/inetmib1/tests/Makefile"
23602 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23606 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/infosoft/Makefile"
23610 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23614 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/infosoft/tests/Makefile"
23618 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23622 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/initpki/Makefile"
23626 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/inkobj/Makefile"
23634 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23638 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/inseng/Makefile"
23642 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/iphlpapi/Makefile"
23650 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23654 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/iphlpapi/tests/Makefile"
23658 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23662 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/itircl/Makefile"
23666 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23670 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/itss/Makefile"
23674 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/itss/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/itss/tests/Makefile"
23682 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23686 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/jscript/Makefile"
23690 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/jscript/tests/Makefile"
23698 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23702 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/kernel32/Makefile"
23706 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/kernel32/tests/Makefile"
23714 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23718 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/localspl/Makefile"
23722 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/localspl/tests/Makefile"
23730 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23734 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/localui/Makefile"
23738 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/localui/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/localui/tests/Makefile"
23746 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23750 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/lz32/Makefile"
23754 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23758 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/lz32/tests/Makefile"
23762 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23766 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/mapi32/Makefile"
23770 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/mapi32/tests/Makefile"
23778 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23782 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/mciavi32/Makefile"
23786 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23790 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/mcicda/Makefile"
23794 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/mciseq/Makefile"
23802 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/mciwave/Makefile"
23810 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817 dlls/midimap/Makefile"
23818 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/mlang/Makefile"
23826 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/mlang/tests/Makefile"
23834 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23838 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/mmdevldr.vxd/Makefile"
23842 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/monodebg.vxd/Makefile"
23850 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23854 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/mountmgr.sys/Makefile"
23858 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23870 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/mprapi/Makefile"
23874 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/msacm32.drv/Makefile"
23882 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23886 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/msacm32/Makefile"
23890 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/msacm32/tests/Makefile"
23898 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23902 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/msadp32.acm/Makefile"
23906 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/mscat32/Makefile"
23914 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/mscms/Makefile"
23922 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/mscms/tests/Makefile"
23930 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23934 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/mscoree/Makefile"
23938 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/msdmo/Makefile"
23946 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/msftedit/Makefile"
23954 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23958 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/msg711.acm/Makefile"
23962 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/mshtml.tlb/Makefile"
23970 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/mshtml/Makefile"
23978 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/mshtml/tests/Makefile"
23986 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23990 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/msi/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/msi/tests/Makefile"
24002 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24006 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/msimg32/Makefile"
24010 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/msimtf/Makefile"
24018 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/msisip/Makefile"
24026 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24030 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/msisys.ocx/Makefile"
24034 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/msnet32/Makefile"
24042 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/msrle32/Makefile"
24050 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/mssip32/Makefile"
24058 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24062 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/mstask/Makefile"
24066 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/mstask/tests/Makefile"
24074 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24078 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/msvcirt/Makefile"
24082 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/msvcr71/Makefile"
24090 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/msvcrt/Makefile"
24098 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/msvcrt/tests/Makefile"
24106 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24110 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/msvcrt20/Makefile"
24114 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/msvcrt40/Makefile"
24122 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/msvcrtd/Makefile"
24130 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/msvcrtd/tests/Makefile"
24138 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24142 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/msvfw32/Makefile"
24146 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/msvidc32/Makefile"
24154 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/mswsock/Makefile"
24162 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/msxml3/Makefile"
24170 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/msxml3/tests/Makefile"
24178 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24182 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/nddeapi/Makefile"
24186 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/netapi32/Makefile"
24194 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/netapi32/tests/Makefile"
24202 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24206 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/newdev/Makefile"
24210 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/ntdll/Makefile"
24218 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/ntdll/tests/Makefile"
24226 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24230 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/ntdsapi/Makefile"
24234 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/ntdsapi/tests/Makefile"
24242 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24246 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/ntoskrnl.exe/Makefile"
24250 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/ntprint/Makefile"
24258 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24262 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/ntprint/tests/Makefile"
24266 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24270 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/objsel/Makefile"
24274 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/odbc32/Makefile"
24282 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/odbccp32/Makefile"
24290 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24294 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/odbccp32/tests/Makefile"
24298 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24302 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/ole32/Makefile"
24306 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/ole32/tests/Makefile"
24314 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24318 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/oleacc/Makefile"
24322 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/oleaut32/Makefile"
24330 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/oleaut32/tests/Makefile"
24338 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24342 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/olecli32/Makefile"
24346 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/oledlg/Makefile"
24354 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/olepro32/Makefile"
24362 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/olesvr32/Makefile"
24370 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/olethk32/Makefile"
24378 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/opengl32/Makefile"
24386 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/opengl32/tests/Makefile"
24394 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24398 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/pdh/tests/Makefile"
24410 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24414 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/powrprof/Makefile"
24418 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/printui/Makefile"
24426 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/printui/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/propsys/Makefile"
24434 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/psapi/Makefile"
24442 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/psapi/tests/Makefile"
24450 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/pstorec/Makefile"
24458 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/qcap/Makefile"
24466 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/qedit/Makefile"
24474 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24478 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/qedit/tests/Makefile"
24482 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24486 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/qmgr/Makefile"
24490 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/qmgr/tests/Makefile"
24498 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24502 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/qmgrprxy/Makefile"
24506 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/quartz/Makefile"
24514 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/quartz/tests/Makefile"
24522 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/query/Makefile"
24530 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/query/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/rasapi32/Makefile"
24538 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/rasapi32/tests/Makefile"
24546 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24550 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/resutils/Makefile"
24554 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/riched20/Makefile"
24562 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/riched20/tests/Makefile"
24570 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24574 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/riched32/Makefile"
24578 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/riched32/tests/Makefile"
24586 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24590 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/rpcrt4/Makefile"
24594 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/rpcrt4/tests/Makefile"
24602 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24606 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/rsabase/Makefile"
24610 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/rsaenh/Makefile"
24618 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/rsaenh/tests/Makefile"
24626 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24630 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/sane.ds/Makefile"
24634 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/sccbase/Makefile"
24642 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/schannel/Makefile"
24650 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/schannel/tests/Makefile"
24658 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/secur32/Makefile"
24666 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/secur32/tests/Makefile"
24674 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/security/Makefile"
24682 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/security/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/sensapi/Makefile"
24690 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/serialui/Makefile"
24698 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/serialui/tests/Makefile"
24706 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24710 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/setupapi/Makefile"
24714 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/setupapi/tests/Makefile"
24722 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24726 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/sfc_os/Makefile"
24738 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/shdoclc/Makefile"
24746 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/shdocvw/Makefile"
24754 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/shdocvw/tests/Makefile"
24762 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/shell32/Makefile"
24770 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/shell32/tests/Makefile"
24778 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24782 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/shfolder/Makefile"
24786 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/shlwapi/Makefile"
24794 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/shlwapi/tests/Makefile"
24802 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24806 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/slbcsp/Makefile"
24810 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/slc/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/snmpapi/Makefile"
24826 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/snmpapi/tests/Makefile"
24834 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24838 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/softpub/Makefile"
24842 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/spoolss/Makefile"
24850 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/spoolss/tests/Makefile"
24858 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24862 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/stdole2.tlb/Makefile"
24866 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/stdole32.tlb/Makefile"
24874 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/sti/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/strmiids/Makefile"
24890 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24894 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/svrapi/Makefile"
24898 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/tapi32/Makefile"
24914 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/twain_32/Makefile"
24922 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/unicows/Makefile"
24930 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/url/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/urlmon/Makefile"
24946 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/urlmon/tests/Makefile"
24954 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/user32/Makefile"
24962 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/user32/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/user32/tests/Makefile"
24970 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/userenv/Makefile"
24978 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/userenv/tests/Makefile"
24986 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24990 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/usp10/Makefile"
24994 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/usp10/tests/Makefile"
25002 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25006 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/uuid/Makefile"
25010 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25014 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/uxtheme/Makefile"
25018 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/uxtheme/tests/Makefile"
25026 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25030 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/vdhcp.vxd/Makefile"
25034 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/vdmdbg/Makefile"
25042 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/version/Makefile"
25050 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/version/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/version/tests/Makefile"
25058 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25062 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/vmm.vxd/Makefile"
25066 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/vnbt.vxd/Makefile"
25074 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/vnetbios.vxd/Makefile"
25082 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/vtdapi.vxd/Makefile"
25090 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/vwin32.vxd/Makefile"
25098 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/w32skrnl/Makefile"
25106 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/winealsa.drv/Makefile"
25114 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/wineaudioio.drv/Makefile"
25122 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/winecoreaudio.drv/Makefile"
25130 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/winecrt0/Makefile"
25138 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25142 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/wined3d/Makefile"
25146 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/winedos/Makefile"
25154 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/wineesd.drv/Makefile"
25162 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/winejack.drv/Makefile"
25170 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/winejoystick.drv/Makefile"
25178 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/winemp3.acm/Makefile"
25186 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/winenas.drv/Makefile"
25194 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/wineoss.drv/Makefile"
25202 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/wineps.drv/Makefile"
25210 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/winepulse.drv/Makefile"
25218 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/winequartz.drv/Makefile"
25226 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/winex11.drv/Makefile"
25234 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/wing32/Makefile"
25242 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/winhttp/Makefile"
25250 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/winhttp/tests/Makefile"
25258 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25262 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/wininet/Makefile"
25266 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/wininet/tests/Makefile"
25274 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25278 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/winmm/Makefile"
25282 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/winmm/tests/Makefile"
25290 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25294 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/winnls32/Makefile"
25298 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/winscard/Makefile"
25306 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/winspool.drv/Makefile"
25314 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/winspool.drv/tests/Makefile"
25322 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25323 winspool.drv/tests"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25326 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/wintab32/Makefile"
25330 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/wintrust/Makefile"
25338 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/wintrust/tests/Makefile"
25346 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25350 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/wldap32/Makefile"
25354 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/wnaspi32/Makefile"
25370 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/wow32/Makefile"
25378 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/ws2_32/Makefile"
25386 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/ws2_32/tests/Makefile"
25394 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25398 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/wsock32/Makefile"
25402 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/wtsapi32/Makefile"
25410 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 documentation/Makefile"
25418 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 documentation/Makefile: documentation/Makefile.in Make.rules"
25422 ac_config_files="$ac_config_files documentation/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 fonts/Makefile: fonts/Makefile.in Make.rules"
25430 ac_config_files="$ac_config_files fonts/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 include/Makefile: include/Makefile.in Make.rules"
25438 ac_config_files="$ac_config_files include/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 libs/Makefile: libs/Makefile.in Make.rules"
25446 ac_config_files="$ac_config_files libs/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 libs/port/Makefile"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25453 ac_config_files="$ac_config_files libs/port/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 libs/wine/Makefile"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25460 ac_config_files="$ac_config_files libs/wine/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25467 ac_config_files="$ac_config_files libs/wpp/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 loader/Makefile: loader/Makefile.in Make.rules"
25475 ac_config_files="$ac_config_files loader/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 programs/Makefile: programs/Makefile.in Make.rules"
25483 ac_config_files="$ac_config_files programs/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 programs/clock/Makefile"
25487 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25488 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25492 ac_config_files="$ac_config_files programs/clock/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 programs/cmd/Makefile"
25496 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25497 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25501 ac_config_files="$ac_config_files programs/cmd/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 programs/cmdlgtst/Makefile"
25505 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25509 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 programs/control/Makefile"
25513 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25514 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25518 ac_config_files="$ac_config_files programs/control/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 programs/eject/Makefile"
25522 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25523 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25527 ac_config_files="$ac_config_files programs/eject/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 programs/expand/Makefile"
25531 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25532 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25536 ac_config_files="$ac_config_files programs/expand/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 programs/explorer/Makefile"
25540 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25541 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/explorer/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 programs/hh/Makefile"
25549 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25554 ac_config_files="$ac_config_files programs/hh/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 programs/icinfo/Makefile"
25558 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25559 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25563 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 programs/iexplore/Makefile"
25567 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25568 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25572 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 programs/msiexec/Makefile"
25576 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25577 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25578 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25582 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 programs/net/Makefile"
25586 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25587 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25591 ac_config_files="$ac_config_files programs/net/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 programs/notepad/Makefile"
25595 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25596 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25597 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25601 ac_config_files="$ac_config_files programs/notepad/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 programs/oleview/Makefile"
25605 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25606 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25610 ac_config_files="$ac_config_files programs/oleview/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 programs/progman/Makefile"
25614 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25615 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25616 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25620 ac_config_files="$ac_config_files programs/progman/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 programs/reg/Makefile"
25624 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25625 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25629 ac_config_files="$ac_config_files programs/reg/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 programs/regedit/Makefile"
25633 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25634 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25635 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25639 ac_config_files="$ac_config_files programs/regedit/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 programs/regsvr32/Makefile"
25643 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25644 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25645 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25649 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 programs/rpcss/Makefile"
25653 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25654 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25658 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 programs/rundll32/Makefile"
25662 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25663 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25667 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 programs/secedit/Makefile"
25671 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25672 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25676 ac_config_files="$ac_config_files programs/secedit/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 programs/services/Makefile"
25680 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25681 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25685 ac_config_files="$ac_config_files programs/services/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 programs/spoolsv/Makefile"
25689 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25690 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25694 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 programs/start/Makefile"
25698 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25699 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25703 ac_config_files="$ac_config_files programs/start/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 programs/svchost/Makefile"
25707 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25708 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25712 ac_config_files="$ac_config_files programs/svchost/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 programs/taskmgr/Makefile"
25716 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25717 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25721 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 programs/uninstaller/Makefile"
25725 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25726 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25727 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25731 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 programs/view/Makefile"
25735 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25739 ac_config_files="$ac_config_files programs/view/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 programs/wineboot/Makefile"
25743 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25744 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25745 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25749 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 programs/winebrowser/Makefile"
25753 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25754 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25755 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25759 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 programs/winecfg/Makefile"
25763 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25764 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25765 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25769 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 programs/wineconsole/Makefile"
25773 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25774 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25775 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25779 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 programs/winedbg/Makefile"
25783 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25784 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25785 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25789 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 programs/winedevice/Makefile"
25793 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25794 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25798 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 programs/winefile/Makefile"
25802 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25803 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25804 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25808 ac_config_files="$ac_config_files programs/winefile/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 programs/winemenubuilder/Makefile"
25812 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25813 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25817 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 programs/winemine/Makefile"
25821 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25822 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25823 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25827 ac_config_files="$ac_config_files programs/winemine/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 programs/winepath/Makefile"
25831 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25832 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25833 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25837 ac_config_files="$ac_config_files programs/winepath/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 programs/winetest/Makefile"
25841 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25845 ac_config_files="$ac_config_files programs/winetest/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 programs/winevdm/Makefile"
25849 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25850 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25854 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 programs/winhlp32/Makefile"
25858 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25859 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25863 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 programs/winver/Makefile"
25867 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25868 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25872 ac_config_files="$ac_config_files programs/winver/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 programs/wordpad/Makefile"
25876 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25877 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25881 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 programs/write/Makefile"
25885 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25886 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25890 ac_config_files="$ac_config_files programs/write/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 programs/xcopy/Makefile"
25894 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25895 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25899 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 server/Makefile: server/Makefile.in Make.rules"
25907 ac_config_files="$ac_config_files server/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 tools/Makefile: tools/Makefile.in Make.rules"
25915 ac_config_files="$ac_config_files tools/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 tools/widl/Makefile"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25922 ac_config_files="$ac_config_files tools/widl/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 tools/winebuild/Makefile"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25929 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 tools/winedump/Makefile"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25936 ac_config_files="$ac_config_files tools/winedump/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 tools/winegcc/Makefile"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25943 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 tools/wmc/Makefile"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25950 ac_config_files="$ac_config_files tools/wmc/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 tools/wrc/Makefile"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25957 ac_config_files="$ac_config_files tools/wrc/Makefile"
25960 if test "x$enable_tests" == "xno"
25967 ALL_WINETEST_DEPENDS="# Test binaries"
25969 for dir in $ALL_TEST_DIRS
25971 if test "$dir" != "\\"
25973 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25974 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25975 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25976 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25980 cat >confcache <<\_ACEOF
25981 # This file is a shell script that caches the results of configure
25982 # tests run on this system so they can be shared between configure
25983 # scripts and configure runs, see configure's option --config-cache.
25984 # It is not useful on other systems. If it contains results you don't
25985 # want to keep, you may remove or edit it.
25987 # config.status only pays attention to the cache file if you give it
25988 # the --recheck option to rerun configure.
25990 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
25991 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25992 # following values.
25996 # The following way of writing the cache mishandles newlines in values,
25997 # but we know of no workaround that is simple, portable, and efficient.
25998 # So, we kill variables containing newlines.
25999 # Ultrix sh set writes to stderr and can't be redirected directly,
26000 # and sets the high bit in the cache file unless we assign to the vars.
26002 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26003 eval ac_val
=\$
$ac_var
26007 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26008 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26011 _ | IFS | as_nl
) ;; #(
26012 *) $as_unset $ac_var ;;
26018 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26019 *${as_nl}ac_space
=\
*)
26020 # `set' does not quote correctly, so add quotes (double-quote
26021 # substitution turns \\\\ into \\, and sed turns \\ into \).
26024 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26027 # `set' quotes correctly as required by POSIX, so do not add quotes.
26028 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26037 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26039 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26041 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
26042 if test -w "$cache_file"; then
26043 test "x$cache_file" != "x/dev/null" &&
26044 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26045 echo "$as_me: updating cache $cache_file" >&6;}
26046 cat confcache
>$cache_file
26048 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26049 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26054 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
26055 # Let make expand exec_prefix.
26056 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
26058 DEFS
=-DHAVE_CONFIG_H
26062 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
26063 # 1. Remove the extension, and $U if already installed.
26064 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
26065 ac_i
=`echo "$ac_i" | sed "$ac_script"`
26066 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26067 # will be set to the directory where LIBOBJS objects are built.
26068 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26069 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26071 LIBOBJS
=$ac_libobjs
26073 LTLIBOBJS
=$ac_ltlibobjs
26077 : ${CONFIG_STATUS=./config.status}
26078 ac_clean_files_save
=$ac_clean_files
26079 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
26080 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26081 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26082 cat >$CONFIG_STATUS <<_ACEOF
26084 # Generated by $as_me.
26085 # Run this file to recreate the current configuration.
26086 # Compiler output produced by configure, useful for debugging
26087 # configure, is in config.log if it exists.
26090 ac_cs_recheck=false
26092 SHELL=\${CONFIG_SHELL-$SHELL}
26095 cat >>$CONFIG_STATUS <<\_ACEOF
26096 ## --------------------- ##
26097 ## M4sh Initialization. ##
26098 ## --------------------- ##
26100 # Be more Bourne compatible
26101 DUALCASE
=1; export DUALCASE
# for MKS sh
26102 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
26105 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26106 # is contrary to our usage. Disable this feature.
26107 alias -g '${1+"$@"}'='"$@"'
26108 setopt NO_GLOB_SUBST
26110 case `(set -o) 2>/dev/null` in
26111 *posix
*) set -o posix
;;
26120 # Avoid depending upon Character Ranges.
26121 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
26122 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26123 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
26124 as_cr_digits
='0123456789'
26125 as_cr_alnum
=$as_cr_Letters$as_cr_digits
26127 # The user is always right.
26128 if test "${PATH_SEPARATOR+set}" != set; then
26129 echo "#! /bin/sh" >conf$$.sh
26130 echo "exit 0" >>conf$$.sh
26132 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
26140 # Support unset when possible.
26141 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
26149 # We need space, tab and new line, in precisely that order. Quoting is
26150 # there to prevent editors from complaining about space-tab.
26151 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26152 # splitting by setting IFS to empty value.)
26157 # Find who we are. Look in the path if we contain no directory separator.
26159 *[\\/]* ) as_myself
=$0 ;;
26160 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26161 for as_dir
in $PATH
26164 test -z "$as_dir" && as_dir
=.
26165 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
26171 # We did not find ourselves, most probably we were run as `sh COMMAND'
26172 # in which case we are not to be found in the path.
26173 if test "x$as_myself" = x
; then
26176 if test ! -f "$as_myself"; then
26177 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26178 { (exit 1); exit 1; }
26181 # Work around bugs in pre-3.0 UWIN ksh.
26182 for as_var
in ENV MAIL MAILPATH
26183 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26191 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26192 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26193 LC_TELEPHONE LC_TIME
26195 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26196 eval $as_var=C
; export $as_var
26198 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26202 # Required to use basename.
26203 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26204 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26210 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26211 as_basename
=basename
26217 # Name of the executable.
26218 as_me
=`$as_basename -- "$0" ||
26219 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26220 X"$0" : 'X\(//\)$' \| \
26221 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26223 sed '/^.*\/\([^/][^/]*\)\/*$/{
26242 as_lineno_1
=$LINENO
26243 as_lineno_2
=$LINENO
26244 test "x$as_lineno_1" != "x$as_lineno_2" &&
26245 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
26247 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26248 # uniformly replaced by the line number. The first 'sed' inserts a
26249 # line-number line after each line using $LINENO; the second 'sed'
26250 # does the real work. The second script uses 'N' to pair each
26251 # line-number line with the line containing $LINENO, and appends
26252 # trailing '-' during substitution so that $LINENO is not a special
26253 # case at line end.
26254 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26255 # scripts with optimization help from Paolo Bonzini. Blame Lee
26256 # E. McMahon (1931-1989) for sed's syntax. :-)
26268 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26271 ' >$as_me.lineno
&&
26272 chmod +x
"$as_me.lineno" ||
26273 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26274 { (exit 1); exit 1; }; }
26276 # Don't try to exec as it changes $[0], causing all sort of problems
26277 # (the dirname of $[0] is not the place where we might find the
26278 # original and so on. Autoconf is especially sensitive to this).
26279 .
"./$as_me.lineno"
26280 # Exit status is that of the last command.
26285 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
26291 ECHO_C
= ECHO_N
= ECHO_T
=
26292 case `echo -n x` in
26294 case `echo 'x\c'` in
26295 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
26302 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26303 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26309 rm -f conf$$ conf$$.exe conf$$.
file
26310 if test -d conf$$.dir
; then
26311 rm -f conf$$.dir
/conf$$.
file
26317 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26319 # ... but there are two gotchas:
26320 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26321 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26322 # In both cases, we have to default to `cp -p'.
26323 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26325 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26330 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26331 rmdir conf$$.dir
2>/dev
/null
26333 if mkdir
-p .
2>/dev
/null
; then
26336 test -d .
/-p && rmdir .
/-p
26340 if test -x / >/dev
/null
2>&1; then
26341 as_test_x
='test -x'
26343 if ls -dL / >/dev
/null
2>&1; then
26350 if test -d "$1"; then
26356 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26357 ???[sx]*):;;*)false;;esac;fi
26361 as_executable_p
=$as_test_x
26363 # Sed expression to map a string onto a valid CPP name.
26364 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26366 # Sed expression to map a string onto a valid variable name.
26367 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26372 # Save the log message, to keep $[0] and so on meaningful, and to
26373 # report actual input values of CONFIG_FILES etc. instead of their
26374 # values after options handling.
26376 This file was extended by Wine $as_me 1.1.5, which was
26377 generated by GNU Autoconf 2.61. Invocation command line was
26379 CONFIG_FILES = $CONFIG_FILES
26380 CONFIG_HEADERS = $CONFIG_HEADERS
26381 CONFIG_LINKS = $CONFIG_LINKS
26382 CONFIG_COMMANDS = $CONFIG_COMMANDS
26385 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26390 cat >>$CONFIG_STATUS <<_ACEOF
26391 # Files that config.status was made for.
26392 config_files="$ac_config_files"
26393 config_headers="$ac_config_headers"
26394 config_commands="$ac_config_commands"
26398 cat >>$CONFIG_STATUS <<\_ACEOF
26400 \`$as_me' instantiates files from templates according to the
26401 current configuration.
26403 Usage: $0 [OPTIONS] [FILE]...
26405 -h, --help print this help, then exit
26406 -V, --version print version number and configuration settings, then exit
26407 -q, --quiet do not print progress messages
26408 -d, --debug don't remove temporary files
26409 --recheck update $as_me by reconfiguring in the same conditions
26410 --file=FILE[:TEMPLATE]
26411 instantiate the configuration file FILE
26412 --header=FILE[:TEMPLATE]
26413 instantiate the configuration header FILE
26415 Configuration files:
26418 Configuration headers:
26421 Configuration commands:
26424 Report bugs to <bug-autoconf@gnu.org>."
26427 cat >>$CONFIG_STATUS <<_ACEOF
26429 Wine config.status 1.1.5
26430 configured by $0, generated by GNU Autoconf 2.61,
26431 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26433 Copyright (C) 2006 Free Software Foundation, Inc.
26434 This config.status script is free software; the Free Software Foundation
26435 gives unlimited permission to copy, distribute and modify it."
26442 cat >>$CONFIG_STATUS <<\_ACEOF
26443 # If no file are specified by the user, then we need to provide default
26444 # value. By we need to know if files were specified by the user.
26450 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26451 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26462 # Handling of the options.
26463 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26465 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26466 echo "$ac_cs_version"; exit ;;
26467 --debug |
--debu |
--deb |
--de |
--d |
-d )
26469 --file |
--fil |
--fi |
--f )
26471 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26472 ac_need_defaults
=false
;;
26473 --header |
--heade |
--head |
--hea )
26475 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26476 ac_need_defaults
=false
;;
26478 # Conflict between --help and --header
26479 { echo "$as_me: error: ambiguous option: $1
26480 Try \`$0 --help' for more information." >&2
26481 { (exit 1); exit 1; }; };;
26482 --help |
--hel |
-h )
26483 echo "$ac_cs_usage"; exit ;;
26484 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26485 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26488 # This is an error.
26489 -*) { echo "$as_me: error: unrecognized option: $1
26490 Try \`$0 --help' for more information." >&2
26491 { (exit 1); exit 1; }; } ;;
26493 *) ac_config_targets
="$ac_config_targets $1"
26494 ac_need_defaults
=false
;;
26500 ac_configure_extra_args
=
26502 if $ac_cs_silent; then
26504 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26508 cat >>$CONFIG_STATUS <<_ACEOF
26509 if \$ac_cs_recheck; then
26510 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26511 CONFIG_SHELL=$SHELL
26512 export CONFIG_SHELL
26513 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26517 cat >>$CONFIG_STATUS <<\_ACEOF
26521 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26522 ## Running $as_me. ##
26528 cat >>$CONFIG_STATUS <<_ACEOF
26531 cat >>$CONFIG_STATUS <<\_ACEOF
26533 # Handling of arguments.
26534 for ac_config_target
in $ac_config_targets
26536 case $ac_config_target in
26537 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26538 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26539 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26540 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26541 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26542 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26543 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26544 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26545 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26546 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26547 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26548 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26549 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26550 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26551 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26552 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26553 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26554 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26555 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26556 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26557 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26558 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26559 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26560 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26561 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26562 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26563 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26564 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26565 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26566 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26567 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26568 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26569 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26570 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26571 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26572 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26573 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26574 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26575 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26576 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26577 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26578 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26579 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26580 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26581 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26582 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26583 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26584 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26585 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26586 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26587 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26588 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26589 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26590 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26591 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26592 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26593 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26594 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26595 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26596 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26597 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26598 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26599 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26600 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26601 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26602 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26603 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26604 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26605 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26606 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26607 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26608 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26609 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26610 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26611 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26612 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26613 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26614 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26615 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26616 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26617 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26618 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26619 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26620 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26621 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26622 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26623 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26624 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26625 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26626 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26627 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26628 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26629 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26630 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26631 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26632 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26633 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26634 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26635 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26636 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26637 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26638 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26639 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26640 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26641 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26642 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26643 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26644 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26645 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26646 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26647 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26648 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26649 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26650 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26651 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26652 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26653 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26654 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26655 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26656 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26657 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26658 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26659 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26660 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26661 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26662 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26663 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26664 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26665 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26666 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26667 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26668 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26669 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26670 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26671 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26672 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26673 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26674 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26675 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26676 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26677 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26678 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26679 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26680 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26681 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26682 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26683 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26684 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26685 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26686 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26687 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26688 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26689 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26690 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26691 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26692 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26693 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26694 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26695 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26696 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26697 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26698 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26699 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26700 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26701 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26702 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26703 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26704 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26705 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26706 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26707 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26708 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26709 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26710 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26711 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26712 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26713 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26714 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26715 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26716 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26717 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26718 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26719 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26720 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26721 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26722 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26723 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26724 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26725 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26726 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26727 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26728 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26729 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26730 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26731 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26732 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26733 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26734 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26735 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26736 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26737 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26738 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26739 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26740 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26741 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26742 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26743 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26744 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26745 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26746 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26747 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26748 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26749 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26750 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26751 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26752 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26753 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26754 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26755 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26756 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26757 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26758 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26759 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26760 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26761 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26762 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26763 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26764 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26765 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26766 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26767 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26768 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26769 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26770 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26771 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26772 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26773 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26774 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26775 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26776 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26777 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26778 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26779 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26780 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26781 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26782 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26783 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26784 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26785 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26786 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26787 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26788 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26789 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26790 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26791 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26792 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26793 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26794 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26795 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26796 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26797 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26798 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26799 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26800 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26801 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26802 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26803 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26804 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26805 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26806 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26807 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26808 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26809 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26810 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26811 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26812 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26813 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26814 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26815 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26816 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26817 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26818 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26819 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26820 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26821 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26822 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26823 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26824 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26825 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26826 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26827 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26828 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26829 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26830 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26831 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26832 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26833 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26834 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26835 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26836 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26837 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26838 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26839 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26840 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26841 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26842 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26843 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26844 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26845 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26846 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26847 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26848 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26849 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26850 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26851 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26852 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26853 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26854 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26855 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26856 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26857 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26858 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26859 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26860 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26861 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26862 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26863 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26864 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26865 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26866 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26867 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26868 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26869 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26870 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26871 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26872 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26873 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26874 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26875 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26876 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26877 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26878 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26879 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26880 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26881 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26882 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26883 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26884 "dlls/winepulse.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
26885 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26886 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26887 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26888 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26889 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26890 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26891 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26892 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26893 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26894 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26895 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26896 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26897 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26898 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26899 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26900 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26901 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26902 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26903 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26904 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26905 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26906 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26907 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26908 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26909 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26910 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26911 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26912 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26913 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26914 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26915 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26916 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26917 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26918 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26919 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26920 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26921 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26922 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26923 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26924 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26925 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26926 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26927 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26928 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26929 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26930 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26931 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26932 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26933 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26934 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26935 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26936 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26937 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26938 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26939 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26940 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26941 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26942 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26943 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26944 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26945 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26946 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26947 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26948 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26949 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26950 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26951 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26952 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26953 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26954 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26955 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26956 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26957 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26958 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26959 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26960 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26961 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26962 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26963 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26964 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26965 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26966 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26967 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26968 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26969 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26970 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26972 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26973 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26974 { (exit 1); exit 1; }; };;
26979 # If the user did not use the arguments to specify the items to instantiate,
26980 # then the envvar interface is used. Set only those that are not.
26981 # We use the long form for the default assignment because of an extremely
26982 # bizarre bug on SunOS 4.1.3.
26983 if $ac_need_defaults; then
26984 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26985 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26986 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26989 # Have a temporary directory for convenience. Make it in the build tree
26990 # simply because there is no reason against having it here, and in addition,
26991 # creating and moving files from /tmp can sometimes cause problems.
26992 # Hook for its removal unless debugging.
26993 # Note that there is a small window in which the directory will not be cleaned:
26994 # after its creation but before its name has been assigned to `$tmp'.
26998 trap 'exit_status=$?
26999 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27001 trap '{ (exit 1); exit 1; }' 1 2 13 15
27003 # Create a (secure) tmp directory for tmp files.
27006 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27007 test -n "$tmp" && test -d "$tmp"
27010 tmp
=.
/conf$$
-$RANDOM
27011 (umask 077 && mkdir
"$tmp")
27014 echo "$me: cannot create a temporary directory in ." >&2
27015 { (exit 1); exit 1; }
27019 # Set up the sed scripts for CONFIG_FILES section.
27022 # No need to generate the scripts if there are no CONFIG_FILES.
27023 # This happens for instance when ./config.status config.h
27024 if test -n "$CONFIG_FILES"; then
27028 # Create sed commands to just substitute file output variables.
27030 # Remaining file output variables are in a fragment that also has non-file
27036 for ac_last_try
in false false false false false
:; do
27037 cat >conf$
$subs.
sed <<_ACEOF
27038 SHELL!$SHELL$ac_delim
27039 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27040 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27041 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27042 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27043 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27044 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27045 exec_prefix!$exec_prefix$ac_delim
27046 prefix!$prefix$ac_delim
27047 program_transform_name!$program_transform_name$ac_delim
27048 bindir!$bindir$ac_delim
27049 sbindir!$sbindir$ac_delim
27050 libexecdir!$libexecdir$ac_delim
27051 datarootdir!$datarootdir$ac_delim
27052 datadir!$datadir$ac_delim
27053 sysconfdir!$sysconfdir$ac_delim
27054 sharedstatedir!$sharedstatedir$ac_delim
27055 localstatedir!$localstatedir$ac_delim
27056 includedir!$includedir$ac_delim
27057 oldincludedir!$oldincludedir$ac_delim
27058 docdir!$docdir$ac_delim
27059 infodir!$infodir$ac_delim
27060 htmldir!$htmldir$ac_delim
27061 dvidir!$dvidir$ac_delim
27062 pdfdir!$pdfdir$ac_delim
27063 psdir!$psdir$ac_delim
27064 libdir!$libdir$ac_delim
27065 localedir!$localedir$ac_delim
27066 mandir!$mandir$ac_delim
27067 DEFS!$DEFS$ac_delim
27068 ECHO_C!$ECHO_C$ac_delim
27069 ECHO_N!$ECHO_N$ac_delim
27070 ECHO_T!$ECHO_T$ac_delim
27071 LIBS!$LIBS$ac_delim
27072 build_alias!$build_alias$ac_delim
27073 host_alias!$host_alias$ac_delim
27074 target_alias!$target_alias$ac_delim
27075 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27076 build!$build$ac_delim
27077 build_cpu!$build_cpu$ac_delim
27078 build_vendor!$build_vendor$ac_delim
27079 build_os!$build_os$ac_delim
27080 host!$host$ac_delim
27081 host_cpu!$host_cpu$ac_delim
27082 host_vendor!$host_vendor$ac_delim
27083 host_os!$host_os$ac_delim
27084 WIN16_FILES!$WIN16_FILES$ac_delim
27085 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27086 WINETEST!$WINETEST$ac_delim
27087 SET_MAKE!$SET_MAKE$ac_delim
27089 CFLAGS!$CFLAGS$ac_delim
27090 LDFLAGS!$LDFLAGS$ac_delim
27091 CPPFLAGS!$CPPFLAGS$ac_delim
27092 ac_ct_CC!$ac_ct_CC$ac_delim
27093 EXEEXT!$EXEEXT$ac_delim
27094 OBJEXT!$OBJEXT$ac_delim
27096 CXXFLAGS!$CXXFLAGS$ac_delim
27097 ac_ct_CXX!$ac_ct_CXX$ac_delim
27098 CPPBIN!$CPPBIN$ac_delim
27099 TOOLSDIR!$TOOLSDIR$ac_delim
27100 XMKMF!$XMKMF$ac_delim
27102 X_CFLAGS!$X_CFLAGS$ac_delim
27103 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27104 X_LIBS!$X_LIBS$ac_delim
27105 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27106 FLEX!$FLEX$ac_delim
27107 BISON!$BISON$ac_delim
27109 ac_ct_AS!$ac_ct_AS$ac_delim
27111 ac_ct_LD!$ac_ct_LD$ac_delim
27113 ac_ct_NM!$ac_ct_NM$ac_delim
27115 ac_ct_AR!$ac_ct_AR$ac_delim
27116 ARFLAGS!$ARFLAGS$ac_delim
27117 RANLIB!$RANLIB$ac_delim
27118 STRIP!$STRIP$ac_delim
27119 WINDRES!$WINDRES$ac_delim
27122 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27124 elif $ac_last_try; then
27125 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27126 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27127 { (exit 1); exit 1; }; }
27129 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27133 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27134 if test -n "$ac_eof"; then
27135 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27136 ac_eof
=`expr $ac_eof + 1`
27139 cat >>$CONFIG_STATUS <<_ACEOF
27140 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27141 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27142 /^[ ]*@MAKE_RULES@[ ]*$/{
27146 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27150 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27151 r $MAKE_IMPLIB_RULES
27154 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27158 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27164 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27165 s/^/s,@/; s/!/@,|#_!!_#|/
27168 s/'"$ac_delim"'$/,g/; t
27170 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27171 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27172 rm -f conf$
$subs.
sed
27173 cat >>$CONFIG_STATUS <<_ACEOF
27179 for ac_last_try
in false false false false false
:; do
27180 cat >conf$
$subs.
sed <<_ACEOF
27181 LN_S!$LN_S$ac_delim
27183 GREP!$GREP$ac_delim
27184 EGREP!$EGREP$ac_delim
27185 LDCONFIG!$LDCONFIG$ac_delim
27186 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27187 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27188 INSTALL_DATA!$INSTALL_DATA$ac_delim
27189 LINT!$LINT$ac_delim
27190 LINTFLAGS!$LINTFLAGS$ac_delim
27191 FONTFORGE!$FONTFORGE$ac_delim
27192 PKG_CONFIG!$PKG_CONFIG$ac_delim
27193 RSVG!$RSVG$ac_delim
27194 ICOTOOL!$ICOTOOL$ac_delim
27195 PRELINK!$PRELINK$ac_delim
27196 LIBPTHREAD!$LIBPTHREAD$ac_delim
27197 XLIB!$XLIB$ac_delim
27198 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27199 DLLEXT!$DLLEXT$ac_delim
27200 DLLFLAGS!$DLLFLAGS$ac_delim
27201 LDSHARED!$LDSHARED$ac_delim
27202 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27203 LIBEXT!$LIBEXT$ac_delim
27204 IMPLIBEXT!$IMPLIBEXT$ac_delim
27205 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27206 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27208 DLLTOOL!$DLLTOOL$ac_delim
27209 DLLWRAP!$DLLWRAP$ac_delim
27210 MINGWAR!$MINGWAR$ac_delim
27211 SECURITYLIB!$SECURITYLIB$ac_delim
27212 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27213 IOKITLIB!$IOKITLIB$ac_delim
27214 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27215 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27216 COREAUDIO!$COREAUDIO$ac_delim
27217 CARBONLIB!$CARBONLIB$ac_delim
27218 CROSSTEST!$CROSSTEST$ac_delim
27219 CROSSCC!$CROSSCC$ac_delim
27220 CROSSWINDRES!$CROSSWINDRES$ac_delim
27221 NASLIBS!$NASLIBS$ac_delim
27222 XML2LIBS!$XML2LIBS$ac_delim
27223 XML2INCL!$XML2INCL$ac_delim
27224 XSLTLIBS!$XSLTLIBS$ac_delim
27225 XSLTINCL!$XSLTINCL$ac_delim
27226 HALINCL!$HALINCL$ac_delim
27227 GNUTLSINCL!$GNUTLSINCL$ac_delim
27228 sane_devel!$sane_devel$ac_delim
27229 SANEINCL!$SANEINCL$ac_delim
27230 gphoto2_devel!$gphoto2_devel$ac_delim
27231 gphoto2port_devel!$gphoto2port_devel$ac_delim
27232 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27233 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27234 RESOLVLIBS!$RESOLVLIBS$ac_delim
27235 LCMSLIBS!$LCMSLIBS$ac_delim
27236 ft_devel!$ft_devel$ac_delim
27237 FREETYPELIBS!$FREETYPELIBS$ac_delim
27238 FREETYPEINCL!$FREETYPEINCL$ac_delim
27239 ESDCONFIG!$ESDCONFIG$ac_delim
27240 ESDINCL!$ESDINCL$ac_delim
27241 ESDLIBS!$ESDLIBS$ac_delim
27242 PULSELIBS!$PULSELIBS$ac_delim
27243 ALSALIBS!$ALSALIBS$ac_delim
27244 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27245 CUPSINCL!$CUPSINCL$ac_delim
27246 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27247 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27248 BUILTINFLAG!$BUILTINFLAG$ac_delim
27249 LDPATH!$LDPATH$ac_delim
27250 CRTLIBS!$CRTLIBS$ac_delim
27251 SOCKETLIBS!$SOCKETLIBS$ac_delim
27252 MAIN_BINARY!$MAIN_BINARY$ac_delim
27253 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27254 LIBDL!$LIBDL$ac_delim
27255 LIBPOLL!$LIBPOLL$ac_delim
27256 LDAPLIBS!$LDAPLIBS$ac_delim
27257 DEPENDENCIES!$DEPENDENCIES$ac_delim
27258 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27259 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27260 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27261 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27262 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27263 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27264 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27265 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27266 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27267 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27268 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27269 LIBOBJS!$LIBOBJS$ac_delim
27270 LTLIBOBJS!$LTLIBOBJS$ac_delim
27273 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
27275 elif $ac_last_try; then
27276 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27277 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27278 { (exit 1); exit 1; }; }
27280 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27284 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27285 if test -n "$ac_eof"; then
27286 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27287 ac_eof
=`expr $ac_eof + 1`
27290 cat >>$CONFIG_STATUS <<_ACEOF
27291 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27292 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27295 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27296 s/^/s,@/; s/!/@,|#_!!_#|/
27299 s/'"$ac_delim"'$/,g/; t
27301 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27302 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27303 rm -f conf$
$subs.
sed
27304 cat >>$CONFIG_STATUS <<_ACEOF
27311 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27312 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27313 # trailing colons and then remove the whole line if VPATH becomes empty
27314 # (actually we leave an empty line to preserve line numbers).
27315 if test "x$srcdir" = x.
; then
27316 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27317 s/:*\$(srcdir):*/:/
27318 s/:*\${srcdir}:*/:/
27320 s/^\([^=]*=[ ]*\):*/\1/
27326 cat >>$CONFIG_STATUS <<\_ACEOF
27327 fi # test -n "$CONFIG_FILES"
27330 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27333 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27335 case $ac_mode$ac_tag in
27337 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27338 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27339 { (exit 1); exit 1; }; };;
27340 :[FH
]-) ac_tag
=-:-;;
27341 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27358 -) ac_f
="$tmp/stdin";;
27359 *) # Look for the file first in the build tree, then in the source tree
27360 # (if the path is not absolute). The absolute path cannot be DOS-style,
27361 # because $ac_f cannot contain `:'.
27365 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27367 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27368 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27369 { (exit 1); exit 1; }; };;
27371 ac_file_inputs
="$ac_file_inputs $ac_f"
27374 # Let's still pretend it is `configure' which instantiates (i.e., don't
27375 # use $as_me), people would be surprised to read:
27376 # /* config.h. Generated by config.status. */
27377 configure_input
="Generated from "`IFS=:
27378 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27379 if test x
"$ac_file" != x-
; then
27380 configure_input
="$ac_file. $configure_input"
27381 { echo "$as_me:$LINENO: creating $ac_file" >&5
27382 echo "$as_me: creating $ac_file" >&6;}
27386 *:-:* |
*:-) cat >"$tmp/stdin";;
27391 ac_dir
=`$as_dirname -- "$ac_file" ||
27392 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27393 X"$ac_file" : 'X\(//\)[^/]' \| \
27394 X"$ac_file" : 'X\(//\)$' \| \
27395 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27397 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27401 /^X\(\/\/\)[^/].*/{
27416 -*) as_dir
=.
/$as_dir;;
27418 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27422 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27423 *) as_qdir
=$as_dir;;
27425 as_dirs
="'$as_qdir' $as_dirs"
27426 as_dir
=`$as_dirname -- "$as_dir" ||
27427 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27428 X"$as_dir" : 'X\(//\)[^/]' \| \
27429 X"$as_dir" : 'X\(//\)$' \| \
27430 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27432 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27436 /^X\(\/\/\)[^/].*/{
27449 test -d "$as_dir" && break
27451 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27452 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27453 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27454 { (exit 1); exit 1; }; }; }
27458 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27460 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27461 # A ".." for each directory in $ac_dir_suffix.
27462 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27463 case $ac_top_builddir_sub in
27464 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27465 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27468 ac_abs_top_builddir
=$ac_pwd
27469 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27470 # for backward compatibility:
27471 ac_top_builddir
=$ac_top_build_prefix
27474 .
) # We are building in place.
27476 ac_top_srcdir
=$ac_top_builddir_sub
27477 ac_abs_top_srcdir
=$ac_pwd ;;
27478 [\\/]* | ?
:[\\/]* ) # Absolute name.
27479 ac_srcdir
=$srcdir$ac_dir_suffix;
27480 ac_top_srcdir
=$srcdir
27481 ac_abs_top_srcdir
=$srcdir ;;
27482 *) # Relative name.
27483 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27484 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27485 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27487 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27497 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27498 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27502 cat >>$CONFIG_STATUS <<\_ACEOF
27503 # If the template does not know about datarootdir, expand it.
27504 # FIXME: This hack should be removed a few years after 2.60.
27505 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27507 case `sed -n '/datarootdir/ {
27516 ' $ac_file_inputs` in
27517 *datarootdir
*) ac_datarootdir_seen
=yes;;
27518 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27519 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27520 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27522 cat >>$CONFIG_STATUS <<_ACEOF
27523 ac_datarootdir_hack='
27524 s&@datadir@&$datadir&g
27525 s&@docdir@&$docdir&g
27526 s&@infodir@&$infodir&g
27527 s&@localedir@&$localedir&g
27528 s&@mandir@&$mandir&g
27529 s&\\\${datarootdir}&$datarootdir&g' ;;
27533 # Neutralize VPATH when `$srcdir' = `.'.
27534 # Shell code in configure.ac might set extrasub.
27535 # FIXME: do we really want to maintain this feature?
27536 cat >>$CONFIG_STATUS <<_ACEOF
27540 cat >>$CONFIG_STATUS <<\_ACEOF
27542 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27543 s
&@configure_input@
&$configure_input&;t t
27544 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27545 s
&@srcdir@
&$ac_srcdir&;t t
27546 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27547 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27548 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27549 s
&@builddir@
&$ac_builddir&;t t
27550 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27551 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27552 s
&@INSTALL@
&$ac_INSTALL&;t t
27553 $ac_datarootdir_hack
27554 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27556 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27557 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27558 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27559 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27560 which seems to be undefined. Please make sure it is defined." >&5
27561 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27562 which seems to be undefined. Please make sure it is defined." >&2;}
27566 -) cat "$tmp/out"; rm -f "$tmp/out";;
27567 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27576 # Transform confdefs.h into a sed script `conftest.defines', that
27577 # substitutes the proper values into config.h.in to produce config.h.
27578 rm -f conftest.defines conftest.
tail
27579 # First, append a space to every undef/define line, to ease matching.
27580 echo 's/$/ /' >conftest.defines
27581 # Then, protect against being on the right side of a sed subst, or in
27582 # an unquoted here document, in config.status. If some macros were
27583 # called several times there might be several #defines for the same
27584 # symbol, which is useless. But do not sort them, since the last
27585 # AC_DEFINE must be honored.
27586 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27587 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27588 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27589 # PARAMS is the parameter list in the macro definition--in most cases, it's
27590 # just an empty string.
27591 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27592 ac_dB
='\\)[ (].*,\\1define\\2'
27600 s/^[ ]*#[ ]*define[ ][ ]*//
27605 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27606 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27607 ' >>conftest.defines
27609 # Remove the space that was appended to ease matching.
27610 # Then replace #undef with comments. This is necessary, for
27611 # example, in the case of _POSIX_SOURCE, which is predefined and required
27612 # on some systems where configure will not decide to define it.
27613 # (The regexp can be short, since the line contains either #define or #undef.)
27615 s,^[ #]*u.*,/* & */,' >>conftest.defines
27617 # Break up conftest.defines:
27618 ac_max_sed_lines
=50
27620 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27621 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27622 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27624 ac_in
='$ac_file_inputs'
27625 ac_out
='"$tmp/out1"'
27626 ac_nxt
='"$tmp/out2"'
27630 # Write a here document:
27631 cat >>$CONFIG_STATUS <<_ACEOF
27632 # First, check the format of the line:
27633 cat >"\$tmp/defines.sed" <<\\CEOF
27634 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27635 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27639 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27641 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27642 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27643 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27644 grep . conftest.
tail >/dev
/null ||
break
27645 rm -f conftest.defines
27646 mv conftest.
tail conftest.defines
27648 rm -f conftest.defines conftest.
tail
27650 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27651 cat >>$CONFIG_STATUS <<\_ACEOF
27652 if test x
"$ac_file" != x-
; then
27653 echo "/* $configure_input */" >"$tmp/config.h"
27654 cat "$ac_result" >>"$tmp/config.h"
27655 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27656 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27657 echo "$as_me: $ac_file is unchanged" >&6;}
27660 mv "$tmp/config.h" $ac_file
27663 echo "/* $configure_input */"
27669 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27670 echo "$as_me: executing $ac_file commands" >&6;}
27675 case $ac_file$ac_mode in
27676 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27677 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27678 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27679 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27680 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27681 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27682 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27683 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27684 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27685 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27686 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27687 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27688 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27694 { (exit 0); exit 0; }
27696 chmod +x
$CONFIG_STATUS
27697 ac_clean_files
=$ac_clean_files_save
27700 # configure is writing to config.log, and then calls config.status.
27701 # config.status does its own redirection, appending to config.log.
27702 # Unfortunately, on DOS this fails, as config.log is still kept open
27703 # by configure, so config.status won't be able to write to it; its
27704 # output is simply discarded. So we exec the FD to /dev/null,
27705 # effectively closing config.log, so it can be properly (re)opened and
27706 # appended to by config.status. When coming back to configure, we
27707 # need to make the FD available again.
27708 if test "$no_create" != yes; then
27710 ac_config_status_args
=
27711 test "$silent" = yes &&
27712 ac_config_status_args
="$ac_config_status_args --quiet"
27714 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27716 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27717 # would make configure fail if this is the last instruction.
27718 $ac_cs_success ||
{ (exit 1); exit 1; }
27722 if test "$no_create" = "yes"
27729 if test "x$wine_notices != "x
; then
27731 for msg
in $wine_notices; do
27732 if test -n "$msg"; then
27733 { echo "$as_me:$LINENO: $msg" >&5
27734 echo "$as_me: $msg" >&6;}
27738 for msg
in $wine_warnings; do
27739 if test -n "$msg"; then
27741 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27742 echo "$as_me: WARNING: $msg" >&2;}
27748 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.