2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.6.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in
26 *posix
*) set -o posix
;;
35 # Avoid depending upon Character Ranges.
36 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits
='0123456789'
40 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
47 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
55 # Support unset when possible.
56 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
72 # Find who we are. Look in the path if we contain no directory separator.
74 *[\\/]* ) as_myself
=$0 ;;
75 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
79 test -z "$as_dir" && as_dir
=.
80 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x
; then
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var
in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
110 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C
; export $as_var
113 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
117 # Required to use basename.
118 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
125 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
132 # Name of the executable.
133 as_me
=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 if test "x$CONFIG_SHELL" = x
; then
157 if (eval ":") 2>/dev
/null
; then
163 if test $as_have_required = yes && (eval ":
173 as_func_ret_success () {
176 as_func_ret_failure () {
181 if as_func_success; then
185 echo as_func_success failed.
188 if as_func_failure; then
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev
/null
; then
223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
224 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
227 test -z "$as_dir" && as_dir
=.
230 for as_base
in sh bash ksh sh5
; do
231 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
238 for as_shell
in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
250 case `(set -o) 2>/dev/null` in
251 *posix
*) set -o posix
;;
260 CONFIG_SHELL
=$as_shell
262 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
271 case `(set -o) 2>/dev/null` in
272 *posix
*) set -o posix
;;
288 as_func_ret_success
() {
291 as_func_ret_failure
() {
296 if as_func_success
; then
300 echo as_func_success failed.
303 if as_func_failure
; then
305 echo as_func_failure succeeded.
308 if as_func_ret_success
; then
312 echo as_func_ret_success failed.
315 if as_func_ret_failure
; then
317 echo as_func_ret_failure succeeded.
320 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
324 echo positional parameters were not saved.
327 test $exitcode = 0) ||
{ (exit 1); exit 1; }
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
344 if test "x$CONFIG_SHELL" != x
; then
345 for as_var
in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no
; then
354 echo This
script requires a shell
more modern than all the
355 echo shells that I found on your system. Please
install a
356 echo modern shell
, or manually run the
script under such a
357 echo shell
if you
do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
377 as_func_ret_success () {
380 as_func_ret_failure () {
385 if as_func_success; then
389 echo as_func_success failed.
392 if as_func_failure; then
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
413 echo positional parameters were not saved.
416 test \$exitcode = 0") ||
{
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system
,
419 echo including any error possibly output before this
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
455 chmod +x
"$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
463 # Exit status is that of the last command.
468 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
474 ECHO_C
= ECHO_N
= ECHO_T
=
478 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
485 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
492 rm -f conf$$ conf$$.exe conf$$.
file
493 if test -d conf$$.dir
; then
494 rm -f conf$$.dir
/conf$$.
file
500 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
508 elif ln conf$$.
file conf$$
2>/dev
/null
; then
513 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
514 rmdir conf$$.dir
2>/dev
/null
516 if mkdir
-p .
2>/dev
/null
; then
519 test -d .
/-p && rmdir .
/-p
523 if test -x / >/dev
/null
2>&1; then
526 if ls -dL / >/dev
/null
2>&1; then
533 if test -d "$1"; then
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
544 as_executable_p
=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev
/null
6>&1
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
564 ac_default_prefix
=/usr
/local
566 ac_config_libobj_dir
=.
572 SHELL
=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
576 PACKAGE_TARNAME
='wine'
577 PACKAGE_VERSION
='1.1.6'
578 PACKAGE_STRING
='Wine 1.1.6'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
595 # ifdef HAVE_STDLIB_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
627 program_transform_name
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
788 ac_subst_files
='MAKE_RULES
793 ac_precious_vars
='build_alias
808 # Initialize some variables set by options.
810 ac_init_version
=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
820 program_transform_name
=s
,x
,x
,
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir
='${exec_prefix}/bin'
835 sbindir
='${exec_prefix}/sbin'
836 libexecdir
='${exec_prefix}/libexec'
837 datarootdir
='${prefix}/share'
838 datadir
='${datarootdir}'
839 sysconfdir
='${prefix}/etc'
840 sharedstatedir
='${prefix}/com'
841 localstatedir
='${prefix}/var'
842 includedir
='${prefix}/include'
843 oldincludedir
='/usr/include'
844 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir
='${datarootdir}/info'
850 libdir
='${exec_prefix}/lib'
851 localedir
='${datarootdir}/locale'
852 mandir
='${datarootdir}/man'
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\
$ac_option
866 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
876 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
878 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
881 -build |
--build |
--buil |
--bui |
--bu)
882 ac_prev
=build_alias
;;
883 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
884 build_alias
=$ac_optarg ;;
886 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
887 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
888 ac_prev
=cache_file
;;
889 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
890 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
891 cache_file
=$ac_optarg ;;
894 cache_file
=config.cache
;;
896 -datadir |
--datadir |
--datadi |
--datad)
898 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
899 datadir
=$ac_optarg ;;
901 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
902 |
--dataroo |
--dataro |
--datar)
903 ac_prev
=datarootdir
;;
904 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
905 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
906 datarootdir
=$ac_optarg ;;
908 -disable-* |
--disable-*)
909 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_
$ac_feature=no
;;
917 -docdir |
--docdir |
--docdi |
--doc |
--do)
919 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
922 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
924 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
927 -enable-* |
--enable-*)
928 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_
$ac_feature=\
$ac_optarg ;;
936 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
937 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
938 |
--exec |
--exe |
--ex)
939 ac_prev
=exec_prefix
;;
940 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
941 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
942 |
--exec=* |
--exe=* |
--ex=*)
943 exec_prefix
=$ac_optarg ;;
945 -gas |
--gas |
--ga |
--g)
946 # Obsolete; use --with-gas.
949 -help |
--help |
--hel |
--he |
-h)
951 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
952 ac_init_help
=recursive
;;
953 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
954 ac_init_help
=short
;;
956 -host |
--host |
--hos |
--ho)
957 ac_prev
=host_alias
;;
958 -host=* |
--host=* |
--hos=* |
--ho=*)
959 host_alias
=$ac_optarg ;;
961 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
963 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
965 htmldir
=$ac_optarg ;;
967 -includedir |
--includedir |
--includedi |
--included |
--include \
968 |
--includ |
--inclu |
--incl |
--inc)
969 ac_prev
=includedir
;;
970 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
971 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
972 includedir
=$ac_optarg ;;
974 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
976 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
977 infodir
=$ac_optarg ;;
979 -libdir |
--libdir |
--libdi |
--libd)
981 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
984 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
985 |
--libexe |
--libex |
--libe)
986 ac_prev
=libexecdir
;;
987 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
988 |
--libexe=* |
--libex=* |
--libe=*)
989 libexecdir
=$ac_optarg ;;
991 -localedir |
--localedir |
--localedi |
--localed |
--locale)
993 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
994 localedir
=$ac_optarg ;;
996 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
997 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
998 ac_prev
=localstatedir
;;
999 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1000 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1001 localstatedir
=$ac_optarg ;;
1003 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1005 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1006 mandir
=$ac_optarg ;;
1008 -nfp |
--nfp |
--nf)
1009 # Obsolete; use --without-fp.
1012 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1013 |
--no-cr |
--no-c |
-n)
1016 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1017 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1020 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1021 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1022 |
--oldin |
--oldi |
--old |
--ol |
--o)
1023 ac_prev
=oldincludedir
;;
1024 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1025 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1026 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1027 oldincludedir
=$ac_optarg ;;
1029 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1031 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1032 prefix
=$ac_optarg ;;
1034 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1035 |
--program-pre |
--program-pr |
--program-p)
1036 ac_prev
=program_prefix
;;
1037 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1038 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1039 program_prefix
=$ac_optarg ;;
1041 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1042 |
--program-suf |
--program-su |
--program-s)
1043 ac_prev
=program_suffix
;;
1044 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1045 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1046 program_suffix
=$ac_optarg ;;
1048 -program-transform-name |
--program-transform-name \
1049 |
--program-transform-nam |
--program-transform-na \
1050 |
--program-transform-n |
--program-transform- \
1051 |
--program-transform |
--program-transfor \
1052 |
--program-transfo |
--program-transf \
1053 |
--program-trans |
--program-tran \
1054 |
--progr-tra |
--program-tr |
--program-t)
1055 ac_prev
=program_transform_name
;;
1056 -program-transform-name=* |
--program-transform-name=* \
1057 |
--program-transform-nam=* |
--program-transform-na=* \
1058 |
--program-transform-n=* |
--program-transform-=* \
1059 |
--program-transform=* |
--program-transfor=* \
1060 |
--program-transfo=* |
--program-transf=* \
1061 |
--program-trans=* |
--program-tran=* \
1062 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1063 program_transform_name
=$ac_optarg ;;
1065 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1067 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1068 pdfdir
=$ac_optarg ;;
1070 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1072 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1075 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1076 |
-silent |
--silent |
--silen |
--sile |
--sil)
1079 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1081 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1083 sbindir
=$ac_optarg ;;
1085 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1086 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1087 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1089 ac_prev
=sharedstatedir
;;
1090 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1091 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1092 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1094 sharedstatedir
=$ac_optarg ;;
1096 -site |
--site |
--sit)
1098 -site=* |
--site=* |
--sit=*)
1101 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1103 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1104 srcdir
=$ac_optarg ;;
1106 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1107 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1108 ac_prev
=sysconfdir
;;
1109 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1110 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1111 sysconfdir
=$ac_optarg ;;
1113 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1114 ac_prev
=target_alias
;;
1115 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1116 target_alias
=$ac_optarg ;;
1118 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1121 -version |
--version |
--versio |
--versi |
--vers |
-V)
1122 ac_init_version
=: ;;
1125 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_
$ac_package=\
$ac_optarg ;;
1133 -without-* |
--without-*)
1134 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_
$ac_package=no
;;
1143 # Obsolete; use --with-x.
1146 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1147 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1148 ac_prev
=x_includes
;;
1149 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1150 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1151 x_includes
=$ac_optarg ;;
1153 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1154 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1155 ac_prev
=x_libraries
;;
1156 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1157 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1158 x_libraries
=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1166 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\
$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1185 if test -n "$ac_prev"; then
1186 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val
=\$
$ac_var
1199 [\\/$
]* | ?
:[\\/]* ) continue;;
1200 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1211 target
=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x
; then
1215 if test "x$build_alias" = x
; then
1216 cross_compiling
=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1225 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1227 test "$silent" = yes && exec 6>/dev
/null
1230 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di
=`ls -di .` &&
1232 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted
=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir
=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1272 ac_srcdir_defaulted
=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1292 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 for ac_var
in $ac_precious_vars; do
1295 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1297 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1308 \`configure' configures Wine 1.1.6 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1366 --x-includes=DIR X include files are
in DIR
1367 --x-libraries=DIR X library files are
in DIR
1370 --build=BUILD configure
for building on BUILD
[guessed
]
1371 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive
) echo "Configuration of Wine 1.1.6:";;
1382 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1383 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 Use these variables to override the choices made by `configure' or to
help
1444 it to
find libraries and programs with nonstandard names
/locations.
1446 Report bugs to
<wine-devel@winehq.org
>.
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1454 test -d "$ac_dir" ||
continue
1458 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1460 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1465 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1468 ac_abs_top_builddir
=$ac_pwd
1469 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir
=$ac_top_build_prefix
1474 .
) # We are building in place.
1476 ac_top_srcdir
=$ac_top_builddir_sub
1477 ac_abs_top_srcdir
=$ac_pwd ;;
1478 [\\/]* | ?
:[\\/]* ) # Absolute name.
1479 ac_srcdir
=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir
=$srcdir
1481 ac_abs_top_srcdir
=$srcdir ;;
1483 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1487 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1500 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1507 Wine configure
1.1.6
1508 generated by GNU Autoconf
2.61
1510 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1512 This configure
script is free software
; the Free Software Foundation
1513 gives unlimited permission to copy
, distribute and modify it.
1517 cat >config.log
<<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.6, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1557 test -z "$as_dir" && as_dir
=.
1558 echo "PATH: $as_dir"
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_must_keep_next
=false
1588 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1589 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1590 |
-silent |
--silent |
--silen |
--sile |
--sil)
1593 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1596 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true
; then
1600 ac_must_keep_next
=false
# Got value, back to normal.
1603 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1604 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1605 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1606 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1611 -* ) ac_must_keep_next
=true
;;
1614 ac_configure_args
="$ac_configure_args '$ac_arg'"
1619 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1620 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1679 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1681 echo "$ac_var='\''$ac_val'\''"
1685 if test -n "$ac_subst_files"; then
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1692 for ac_var
in $ac_subst_files
1694 eval ac_val
=\$
$ac_var
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1698 echo "$ac_var='\''$ac_val'\''"
1703 if test -s confdefs.h; then
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1721 for ac_signal
in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest
* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h
<<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 cat >>confdefs.h
<<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 cat >>confdefs.h
<<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 cat >>confdefs.h
<<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 cat >>confdefs.h
<<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x
"$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE
; then
1761 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1763 set x
"$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1784 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1785 *) .
"./$cache_file";;
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1794 # Check that the precious variables saved in the cache have kept the same
1796 ac_cache_corrupted
=false
1797 for ac_var
in $ac_precious_vars; do
1798 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1799 eval ac_new_set
=\
$ac_env_${ac_var}_set
1800 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1801 eval ac_new_val
=\
$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted
=: ;;
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted
=:
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1826 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg
=$ac_var=$ac_new_val ;;
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1868 ac_cpp
='$CPP $CPPFLAGS'
1869 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1875 ac_config_headers
="$ac_config_headers include/config.h"
1878 for ac_dir
in tools
"$srcdir"/tools
; do
1879 if test -f "$ac_dir/install-sh"; then
1881 ac_install_sh
="$ac_aux_dir/install-sh -c"
1883 elif test -f "$ac_dir/install.sh"; then
1885 ac_install_sh
="$ac_aux_dir/install.sh -c"
1887 elif test -f "$ac_dir/shtool"; then
1889 ac_install_sh
="$ac_aux_dir/shtool install -c"
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval
=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval
=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval
=$enable_maintainer_mode;
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval
=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval
=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004 withval
=$with_gnutls;
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040 withval
=$with_opengl;
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052 withval
=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h
=no
; ac_cv_header_sys_soundcard_h
=no
; ac_cv_header_machine_soundcard_h
=no
; fi
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137 withval
=$with_wine_tools;
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2143 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145 { (exit 1); exit 1; }; }
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2152 ac_build_alias
=$build_alias
2153 test "x$ac_build_alias" = x
&&
2154 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x
&&
2156 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158 { (exit 1); exit 1; }; }
2159 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162 { (exit 1); exit 1; }; }
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171 { (exit 1); exit 1; }; };;
2174 ac_save_IFS
=$IFS; IFS
='-'
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2184 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2192 if test "x$host_alias" = x
; then
2193 ac_cv_host
=$ac_cv_build
2195 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198 { (exit 1); exit 1; }; }
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208 { (exit 1); exit 1; }; };;
2211 ac_save_IFS
=$IFS; IFS
='-'
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2221 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2226 if test "x$enable_win64" != "xyes"
2228 test -n "$CC" || CC
="gcc -m32"
2229 test -n "$CXX"|| CXX
="g++ -m32"
2230 test -n "$LD" || LD
="ld -m elf_i386"
2231 test -n "$AS" || AS
="as --32"
2239 if test "x$enable_win16" != "xno"
2246 WIN16_FILES
="\$(WIN16_FILES)"
2248 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2250 if test "x$enable_win16" != "xyes"
2258 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2259 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2260 You need to run 'make distclean' in the source tree first." >&5
2261 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2262 You need to run 'make distclean' in the source tree first." >&2;}
2263 { (exit 1); exit 1; }; }
2268 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2269 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2270 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2271 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2272 echo $ECHO_N "(cached) $ECHO_C" >&6
2274 cat >conftest.
make <<\_ACEOF
2277 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2279 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2280 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2282 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2284 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2288 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2289 { echo "$as_me:$LINENO: result: yes" >&5
2290 echo "${ECHO_T}yes" >&6; }
2293 { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2295 SET_MAKE
="MAKE=${MAKE-make}"
2299 ac_cpp
='$CPP $CPPFLAGS'
2300 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2301 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2302 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2303 if test -n "$ac_tool_prefix"; then
2304 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2305 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2308 if test "${ac_cv_prog_CC+set}" = set; then
2309 echo $ECHO_N "(cached) $ECHO_C" >&6
2311 if test -n "$CC"; then
2312 ac_cv_prog_CC
="$CC" # Let the user override the test.
2314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2318 test -z "$as_dir" && as_dir
=.
2319 for ac_exec_ext
in '' $ac_executable_extensions; do
2320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2321 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2332 if test -n "$CC"; then
2333 { echo "$as_me:$LINENO: result: $CC" >&5
2334 echo "${ECHO_T}$CC" >&6; }
2336 { echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6; }
2342 if test -z "$ac_cv_prog_CC"; then
2344 # Extract the first word of "gcc", so it can be a program name with args.
2345 set dummy gcc
; ac_word
=$2
2346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2348 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2349 echo $ECHO_N "(cached) $ECHO_C" >&6
2351 if test -n "$ac_ct_CC"; then
2352 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2354 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2358 test -z "$as_dir" && as_dir
=.
2359 for ac_exec_ext
in '' $ac_executable_extensions; do
2360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2361 ac_cv_prog_ac_ct_CC
="gcc"
2362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2371 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2372 if test -n "$ac_ct_CC"; then
2373 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2374 echo "${ECHO_T}$ac_ct_CC" >&6; }
2376 { echo "$as_me:$LINENO: result: no" >&5
2377 echo "${ECHO_T}no" >&6; }
2380 if test "x$ac_ct_CC" = x
; then
2383 case $cross_compiling:$ac_tool_warned in
2385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2386 whose name does not start with the host triplet. If you think this
2387 configuration is useful to you, please write to autoconf@gnu.org." >&5
2388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2389 whose name does not start with the host triplet. If you think this
2390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2391 ac_tool_warned
=yes ;;
2399 if test -z "$CC"; then
2400 if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2405 if test "${ac_cv_prog_CC+set}" = set; then
2406 echo $ECHO_N "(cached) $ECHO_C" >&6
2408 if test -n "$CC"; then
2409 ac_cv_prog_CC
="$CC" # Let the user override the test.
2411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2415 test -z "$as_dir" && as_dir
=.
2416 for ac_exec_ext
in '' $ac_executable_extensions; do
2417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2418 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2429 if test -n "$CC"; then
2430 { echo "$as_me:$LINENO: result: $CC" >&5
2431 echo "${ECHO_T}$CC" >&6; }
2433 { echo "$as_me:$LINENO: result: no" >&5
2434 echo "${ECHO_T}no" >&6; }
2440 if test -z "$CC"; then
2441 # Extract the first word of "cc", so it can be a program name with args.
2442 set dummy cc
; ac_word
=$2
2443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445 if test "${ac_cv_prog_CC+set}" = set; then
2446 echo $ECHO_N "(cached) $ECHO_C" >&6
2448 if test -n "$CC"; then
2449 ac_cv_prog_CC
="$CC" # Let the user override the test.
2452 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2456 test -z "$as_dir" && as_dir
=.
2457 for ac_exec_ext
in '' $ac_executable_extensions; do
2458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2459 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2460 ac_prog_rejected
=yes
2464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2471 if test $ac_prog_rejected = yes; then
2472 # We found a bogon in the path, so make sure we never use it.
2473 set dummy
$ac_cv_prog_CC
2475 if test $# != 0; then
2476 # We chose a different compiler from the bogus one.
2477 # However, it has the same basename, so the bogon will be chosen
2478 # first if we set CC to just the basename; use the full file name.
2480 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2486 if test -n "$CC"; then
2487 { echo "$as_me:$LINENO: result: $CC" >&5
2488 echo "${ECHO_T}$CC" >&6; }
2490 { echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6; }
2496 if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 for ac_prog
in cl.exe
2500 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then
2505 echo $ECHO_N "(cached) $ECHO_C" >&6
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC
="$CC" # Let the user override the test.
2510 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2514 test -z "$as_dir" && as_dir
=.
2515 for ac_exec_ext
in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 if test -n "$CC"; then
2529 { echo "$as_me:$LINENO: result: $CC" >&5
2530 echo "${ECHO_T}$CC" >&6; }
2532 { echo "$as_me:$LINENO: result: no" >&5
2533 echo "${ECHO_T}no" >&6; }
2537 test -n "$CC" && break
2540 if test -z "$CC"; then
2542 for ac_prog
in cl.exe
2544 # Extract the first word of "$ac_prog", so it can be a program name with args.
2545 set dummy
$ac_prog; ac_word
=$2
2546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2548 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2549 echo $ECHO_N "(cached) $ECHO_C" >&6
2551 if test -n "$ac_ct_CC"; then
2552 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2554 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2558 test -z "$as_dir" && as_dir
=.
2559 for ac_exec_ext
in '' $ac_executable_extensions; do
2560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2561 ac_cv_prog_ac_ct_CC
="$ac_prog"
2562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2571 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2572 if test -n "$ac_ct_CC"; then
2573 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2574 echo "${ECHO_T}$ac_ct_CC" >&6; }
2576 { echo "$as_me:$LINENO: result: no" >&5
2577 echo "${ECHO_T}no" >&6; }
2581 test -n "$ac_ct_CC" && break
2584 if test "x$ac_ct_CC" = x
; then
2587 case $cross_compiling:$ac_tool_warned in
2589 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2590 whose name does not start with the host triplet. If you think this
2591 configuration is useful to you, please write to autoconf@gnu.org." >&5
2592 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2593 whose name does not start with the host triplet. If you think this
2594 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2595 ac_tool_warned
=yes ;;
2604 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2605 See \`config.log' for more details." >&5
2606 echo "$as_me: error: no acceptable C compiler found in \$PATH
2607 See \`config.log' for more details." >&2;}
2608 { (exit 1); exit 1; }; }
2610 # Provide some information about the compiler.
2611 echo "$as_me:$LINENO: checking for C compiler version" >&5
2612 ac_compiler
=`set X $ac_compile; echo $2`
2613 { (ac_try
="$ac_compiler --version >&5"
2615 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler --version >&5") 2>&5
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -v >&5"
2625 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2626 *) ac_try_echo
=$ac_try;;
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -v >&5") 2>&5
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2633 { (ac_try
="$ac_compiler -V >&5"
2635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2636 *) ac_try_echo=$ac_try;;
2638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2639 (eval "$ac_compiler -V >&5") 2>&5
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }
2644 cat >conftest.$ac_ext <<_ACEOF
2647 cat confdefs.h >>conftest.$ac_ext
2648 cat >>conftest.$ac_ext <<_ACEOF
2649 /* end confdefs.h. */
2659 ac_clean_files_save=$ac_clean_files
2660 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2661 # Try to create an executable without -o first, disregard a.out.
2662 # It will help us diagnose broken compilers, and finding out an intuition
2664 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2665 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2666 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2668 # List of possible output files, starting from the most likely.
2669 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2670 # only as a last resort. b.out is created by i960 compilers.
2671 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2673 # The IRIX 6 linker writes into existing files which may not be
2674 # executable, retaining their permissions. Remove them first so a
2675 # subsequent execution test works.
2677 for ac_file in $ac_files
2680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2681 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2686 if { (ac_try="$ac_link_default"
2688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2689 *) ac_try_echo=$ac_try;;
2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2692 (eval "$ac_link_default") 2>&5
2694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2695 (exit $ac_status); }; then
2696 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2697 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2698 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2699 # so that the user can short-circuit this test for compilers unknown to
2701 for ac_file
in $ac_files ''
2703 test -f "$ac_file" ||
continue
2705 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2708 # We found the default executable, but exeext='' is most
2712 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2714 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716 # We set ac_cv_exeext here because the later test for it is not
2717 # safe: cross compilers may not add the suffix if given an `-o'
2718 # argument, so we may need to know it at that point already.
2719 # Even if this section looks crufty: it has the advantage of
2726 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2732 { echo "$as_me:$LINENO: result: $ac_file" >&5
2733 echo "${ECHO_T}$ac_file" >&6; }
2734 if test -z "$ac_file"; then
2735 echo "$as_me: failed program was:" >&5
2736 sed 's/^/| /' conftest.
$ac_ext >&5
2738 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2739 See \`config.log' for more details." >&5
2740 echo "$as_me: error: C compiler cannot create executables
2741 See \`config.log' for more details." >&2;}
2742 { (exit 77); exit 77; }; }
2745 ac_exeext
=$ac_cv_exeext
2747 # Check that the compiler produces executables we can run. If not, either
2748 # the compiler is broken, or we cross compile.
2749 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2750 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2751 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2752 # If not cross compiling, check that we can run a simple program.
2753 if test "$cross_compiling" != yes; then
2754 if { ac_try
='./$ac_file'
2755 { (case "(($ac_try" in
2756 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2757 *) ac_try_echo=$ac_try;;
2759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2760 (eval "$ac_try") 2>&5
2762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763 (exit $ac_status); }; }; then
2766 if test "$cross_compiling" = maybe; then
2769 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2770 If you meant to cross compile, use \`--host'.
2771 See \`config.log' for more details.
" >&5
2772 echo "$as_me: error
: cannot run C compiled programs.
2773 If you meant to cross compile
, use \
`--host'.
2774 See \`config.log
' for more details." >&2;}
2775 { (exit 1); exit 1; }; }
2779 { echo "$as_me:$LINENO: result: yes" >&5
2780 echo "${ECHO_T}yes" >&6; }
2782 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2783 ac_clean_files=$ac_clean_files_save
2784 # Check that the compiler produces executables we can run. If not, either
2785 # the compiler is broken, or we cross compile.
2786 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2787 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2788 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2789 echo "${ECHO_T}$cross_compiling" >&6; }
2791 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2792 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2793 if { (ac_try="$ac_link"
2795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796 *) ac_try_echo=$ac_try;;
2798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2799 (eval "$ac_link") 2>&5
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; then
2803 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2804 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2805 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2807 for ac_file
in conftest.exe conftest conftest.
*; do
2808 test -f "$ac_file" ||
continue
2810 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2811 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2817 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2818 See \`config.log' for more details." >&5
2819 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2820 See \`config.log' for more details." >&2;}
2821 { (exit 1); exit 1; }; }
2824 rm -f conftest
$ac_cv_exeext
2825 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2826 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2828 rm -f conftest.
$ac_ext
2829 EXEEXT
=$ac_cv_exeext
2831 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2832 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2833 if test "${ac_cv_objext+set}" = set; then
2834 echo $ECHO_N "(cached) $ECHO_C" >&6
2836 cat >conftest.
$ac_ext <<_ACEOF
2839 cat confdefs.h
>>conftest.
$ac_ext
2840 cat >>conftest.
$ac_ext <<_ACEOF
2841 /* end confdefs.h. */
2851 rm -f conftest.o conftest.obj
2852 if { (ac_try
="$ac_compile"
2854 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2858 (eval "$ac_compile") 2>&5
2860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861 (exit $ac_status); }; then
2862 for ac_file in conftest.o conftest.obj conftest.*; do
2863 test -f "$ac_file" || continue;
2865 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2866 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2871 echo "$as_me: failed program was:" >&5
2872 sed 's/^/| /' conftest.$ac_ext >&5
2874 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2875 See \`config.log
' for more details." >&5
2876 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2877 See \`config.log' for more details.
" >&2;}
2878 { (exit 1); exit 1; }; }
2881 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2883 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2884 echo "${ECHO_T}$ac_cv_objext" >&6; }
2885 OBJEXT=$ac_cv_objext
2887 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2888 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2889 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2890 echo $ECHO_N "(cached
) $ECHO_C" >&6
2892 cat >conftest.$ac_ext <<_ACEOF
2895 cat confdefs.h >>conftest.$ac_ext
2896 cat >>conftest.$ac_ext <<_ACEOF
2897 /* end confdefs.h. */
2910 rm -f conftest.$ac_objext
2911 if { (ac_try="$ac_compile"
2913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914 *) ac_try_echo=$ac_try;;
2916 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2917 (eval "$ac_compile") 2>conftest.er1
2919 grep -v '^ *+' conftest.er1 >conftest.err
2921 cat conftest.err >&5
2922 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2923 (exit $ac_status); } && {
2924 test -z "$ac_c_werror_flag" ||
2925 test ! -s conftest.err
2926 } && test -s conftest.$ac_objext; then
2929 echo "$as_me: failed program was
:" >&5
2930 sed 's/^/| /' conftest.$ac_ext >&5
2935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2936 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2939 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2940 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2941 GCC=`test $ac_compiler_gnu = yes && echo yes`
2942 ac_test_CFLAGS=${CFLAGS+set}
2943 ac_save_CFLAGS=$CFLAGS
2944 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2945 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2946 if test "${ac_cv_prog_cc_g+set}" = set; then
2947 echo $ECHO_N "(cached
) $ECHO_C" >&6
2949 ac_save_c_werror_flag=$ac_c_werror_flag
2950 ac_c_werror_flag=yes
2953 cat >conftest.$ac_ext <<_ACEOF
2956 cat confdefs.h >>conftest.$ac_ext
2957 cat >>conftest.$ac_ext <<_ACEOF
2958 /* end confdefs.h. */
2968 rm -f conftest.$ac_objext
2969 if { (ac_try="$ac_compile"
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2974 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2975 (eval "$ac_compile") 2>conftest.er1
2977 grep -v '^ *+' conftest.er1 >conftest.err
2979 cat conftest.err >&5
2980 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2981 (exit $ac_status); } && {
2982 test -z "$ac_c_werror_flag" ||
2983 test ! -s conftest.err
2984 } && test -s conftest.$ac_objext; then
2987 echo "$as_me: failed program was
:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2991 cat >conftest.$ac_ext <<_ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h. */
3006 rm -f conftest.$ac_objext
3007 if { (ac_try="$ac_compile"
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3012 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3013 (eval "$ac_compile") 2>conftest.er1
3015 grep -v '^ *+' conftest.er1 >conftest.err
3017 cat conftest.err >&5
3018 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3019 (exit $ac_status); } && {
3020 test -z "$ac_c_werror_flag" ||
3021 test ! -s conftest.err
3022 } && test -s conftest.$ac_objext; then
3025 echo "$as_me: failed program was
:" >&5
3026 sed 's/^/| /' conftest.$ac_ext >&5
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3030 cat >conftest.$ac_ext <<_ACEOF
3033 cat confdefs.h >>conftest.$ac_ext
3034 cat >>conftest.$ac_ext <<_ACEOF
3035 /* end confdefs.h. */
3045 rm -f conftest.$ac_objext
3046 if { (ac_try="$ac_compile"
3048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3049 *) ac_try_echo=$ac_try;;
3051 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3052 (eval "$ac_compile") 2>conftest.er1
3054 grep -v '^ *+' conftest.er1 >conftest.err
3056 cat conftest.err >&5
3057 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3058 (exit $ac_status); } && {
3059 test -z "$ac_c_werror_flag" ||
3060 test ! -s conftest.err
3061 } && test -s conftest.$ac_objext; then
3064 echo "$as_me: failed program was
:" >&5
3065 sed 's/^/| /' conftest.$ac_ext >&5
3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077 ac_c_werror_flag=$ac_save_c_werror_flag
3079 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3080 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3081 if test "$ac_test_CFLAGS" = set; then
3082 CFLAGS=$ac_save_CFLAGS
3083 elif test $ac_cv_prog_cc_g = yes; then
3084 if test "$GCC" = yes; then
3090 if test "$GCC" = yes; then
3096 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3097 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3098 if test "${ac_cv_prog_cc_c89+set}" = set; then
3099 echo $ECHO_N "(cached
) $ECHO_C" >&6
3101 ac_cv_prog_cc_c89=no
3103 cat >conftest.$ac_ext <<_ACEOF
3106 cat confdefs.h >>conftest.$ac_ext
3107 cat >>conftest.$ac_ext <<_ACEOF
3108 /* end confdefs.h. */
3111 #include <sys/types.h>
3112 #include <sys/stat.h>
3113 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3114 struct buf { int x; };
3115 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3116 static char *e (p, i)
3122 static char *f (char * (*g) (char **, int), char **p, ...)
3127 s = g (p, va_arg (v,int));
3132 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3133 function prototypes and stuff, but not '\xHH' hex character constants.
3134 These don't provoke an error unfortunately, instead are silently treated
3135 as 'x'. The following induces an error, until -std is added to get
3136 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3137 array size at least. It's necessary to write '\x00'==0 to get something
3138 that's true only with -std. */
3139 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3141 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3142 inside strings and character constants. */
3144 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3146 int test (int i, double x);
3147 struct s1 {int (*f) (int a);};
3148 struct s2 {int (*f) (double a);};
3149 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3155 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3160 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3161 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3163 CC="$ac_save_CC $ac_arg"
3164 rm -f conftest.$ac_objext
3165 if { (ac_try="$ac_compile"
3167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3168 *) ac_try_echo=$ac_try;;
3170 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3171 (eval "$ac_compile") 2>conftest.er1
3173 grep -v '^ *+' conftest.er1 >conftest.err
3175 cat conftest.err >&5
3176 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3177 (exit $ac_status); } && {
3178 test -z "$ac_c_werror_flag" ||
3179 test ! -s conftest.err
3180 } && test -s conftest.$ac_objext; then
3181 ac_cv_prog_cc_c89=$ac_arg
3183 echo "$as_me: failed program was
:" >&5
3184 sed 's/^/| /' conftest.$ac_ext >&5
3189 rm -f core conftest.err conftest.$ac_objext
3190 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3192 rm -f conftest.$ac_ext
3197 case "x
$ac_cv_prog_cc_c89" in
3199 { echo "$as_me:$LINENO: result
: none needed
" >&5
3200 echo "${ECHO_T}none needed
" >&6; } ;;
3202 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3203 echo "${ECHO_T}unsupported
" >&6; } ;;
3205 CC="$CC $ac_cv_prog_cc_c89"
3206 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3207 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3212 ac_cpp='$CPP $CPPFLAGS'
3213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3218 ac_cpp='$CXXCPP $CPPFLAGS'
3219 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222 if test -z "$CXX"; then
3223 if test -n "$CCC"; then
3226 if test -n "$ac_tool_prefix"; then
3227 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3229 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3230 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3231 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3232 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3233 if test "${ac_cv_prog_CXX+set}" = set; then
3234 echo $ECHO_N "(cached
) $ECHO_C" >&6
3236 if test -n "$CXX"; then
3237 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3243 test -z "$as_dir" && as_dir=.
3244 for ac_exec_ext in '' $ac_executable_extensions; do
3245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3247 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3257 if test -n "$CXX"; then
3258 { echo "$as_me:$LINENO: result
: $CXX" >&5
3259 echo "${ECHO_T}$CXX" >&6; }
3261 { echo "$as_me:$LINENO: result
: no
" >&5
3262 echo "${ECHO_T}no
" >&6; }
3266 test -n "$CXX" && break
3269 if test -z "$CXX"; then
3271 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3273 # Extract the first word of "$ac_prog", so it can be a program name with args.
3274 set dummy $ac_prog; ac_word=$2
3275 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3276 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3278 echo $ECHO_N "(cached
) $ECHO_C" >&6
3280 if test -n "$ac_ct_CXX"; then
3281 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3287 test -z "$as_dir" && as_dir=.
3288 for ac_exec_ext in '' $ac_executable_extensions; do
3289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3290 ac_cv_prog_ac_ct_CXX="$ac_prog"
3291 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3300 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3301 if test -n "$ac_ct_CXX"; then
3302 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3303 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3305 { echo "$as_me:$LINENO: result
: no
" >&5
3306 echo "${ECHO_T}no
" >&6; }
3310 test -n "$ac_ct_CXX" && break
3313 if test "x
$ac_ct_CXX" = x; then
3316 case $cross_compiling:$ac_tool_warned in
3318 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3319 whose name does not start with the
host triplet. If you think this
3320 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3321 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3322 whose name does not start with the
host triplet. If you think this
3323 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3324 ac_tool_warned=yes ;;
3332 # Provide some information about the compiler.
3333 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3334 ac_compiler=`set X $ac_compile; echo $2`
3335 { (ac_try="$ac_compiler --version >&5"
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3340 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler --version >&5") 2>&5
3343 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -v >&5"
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3350 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -v >&5") 2>&5
3353 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3354 (exit $ac_status); }
3355 { (ac_try="$ac_compiler -V >&5"
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3360 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_compiler -V >&5") 2>&5
3363 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3364 (exit $ac_status); }
3366 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3367 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3368 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3369 echo $ECHO_N "(cached
) $ECHO_C" >&6
3371 cat >conftest.$ac_ext <<_ACEOF
3374 cat confdefs.h >>conftest.$ac_ext
3375 cat >>conftest.$ac_ext <<_ACEOF
3376 /* end confdefs.h. */
3389 rm -f conftest.$ac_objext
3390 if { (ac_try="$ac_compile"
3392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3393 *) ac_try_echo=$ac_try;;
3395 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3396 (eval "$ac_compile") 2>conftest.er1
3398 grep -v '^ *+' conftest.er1 >conftest.err
3400 cat conftest.err >&5
3401 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3402 (exit $ac_status); } && {
3403 test -z "$ac_cxx_werror_flag" ||
3404 test ! -s conftest.err
3405 } && test -s conftest.$ac_objext; then
3408 echo "$as_me: failed program was
:" >&5
3409 sed 's/^/| /' conftest.$ac_ext >&5
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3418 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3419 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3420 GXX=`test $ac_compiler_gnu = yes && echo yes`
3421 ac_test_CXXFLAGS=${CXXFLAGS+set}
3422 ac_save_CXXFLAGS=$CXXFLAGS
3423 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3424 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3425 if test "${ac_cv_prog_cxx_g+set}" = set; then
3426 echo $ECHO_N "(cached
) $ECHO_C" >&6
3428 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3429 ac_cxx_werror_flag=yes
3432 cat >conftest.$ac_ext <<_ACEOF
3435 cat confdefs.h >>conftest.$ac_ext
3436 cat >>conftest.$ac_ext <<_ACEOF
3437 /* end confdefs.h. */
3447 rm -f conftest.$ac_objext
3448 if { (ac_try="$ac_compile"
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451 *) ac_try_echo=$ac_try;;
3453 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3454 (eval "$ac_compile") 2>conftest.er1
3456 grep -v '^ *+' conftest.er1 >conftest.err
3458 cat conftest.err >&5
3459 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3460 (exit $ac_status); } && {
3461 test -z "$ac_cxx_werror_flag" ||
3462 test ! -s conftest.err
3463 } && test -s conftest.$ac_objext; then
3464 ac_cv_prog_cxx_g=yes
3466 echo "$as_me: failed program was
:" >&5
3467 sed 's/^/| /' conftest.$ac_ext >&5
3470 cat >conftest.$ac_ext <<_ACEOF
3473 cat confdefs.h >>conftest.$ac_ext
3474 cat >>conftest.$ac_ext <<_ACEOF
3475 /* end confdefs.h. */
3485 rm -f conftest.$ac_objext
3486 if { (ac_try="$ac_compile"
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3491 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3492 (eval "$ac_compile") 2>conftest.er1
3494 grep -v '^ *+' conftest.er1 >conftest.err
3496 cat conftest.err >&5
3497 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3498 (exit $ac_status); } && {
3499 test -z "$ac_cxx_werror_flag" ||
3500 test ! -s conftest.err
3501 } && test -s conftest.$ac_objext; then
3504 echo "$as_me: failed program was
:" >&5
3505 sed 's/^/| /' conftest.$ac_ext >&5
3507 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3509 cat >conftest.$ac_ext <<_ACEOF
3512 cat confdefs.h >>conftest.$ac_ext
3513 cat >>conftest.$ac_ext <<_ACEOF
3514 /* end confdefs.h. */
3524 rm -f conftest.$ac_objext
3525 if { (ac_try="$ac_compile"
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3530 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3531 (eval "$ac_compile") 2>conftest.er1
3533 grep -v '^ *+' conftest.er1 >conftest.err
3535 cat conftest.err >&5
3536 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3537 (exit $ac_status); } && {
3538 test -z "$ac_cxx_werror_flag" ||
3539 test ! -s conftest.err
3540 } && test -s conftest.$ac_objext; then
3541 ac_cv_prog_cxx_g=yes
3543 echo "$as_me: failed program was
:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3558 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3559 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3560 if test "$ac_test_CXXFLAGS" = set; then
3561 CXXFLAGS=$ac_save_CXXFLAGS
3562 elif test $ac_cv_prog_cxx_g = yes; then
3563 if test "$GXX" = yes; then
3569 if test "$GXX" = yes; then
3576 ac_cpp='$CPP $CPPFLAGS'
3577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3581 if test -n "$ac_tool_prefix"; then
3582 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3583 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3584 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3586 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3587 echo $ECHO_N "(cached
) $ECHO_C" >&6
3589 if test -n "$CPPBIN"; then
3590 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3596 test -z "$as_dir" && as_dir=.
3597 for ac_exec_ext in '' $ac_executable_extensions; do
3598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3599 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3609 CPPBIN=$ac_cv_prog_CPPBIN
3610 if test -n "$CPPBIN"; then
3611 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3612 echo "${ECHO_T}$CPPBIN" >&6; }
3614 { echo "$as_me:$LINENO: result
: no
" >&5
3615 echo "${ECHO_T}no
" >&6; }
3620 if test -z "$ac_cv_prog_CPPBIN"; then
3621 ac_ct_CPPBIN=$CPPBIN
3622 # Extract the first word of "cpp
", so it can be a program name with args.
3623 set dummy cpp; ac_word=$2
3624 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3625 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3626 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3627 echo $ECHO_N "(cached
) $ECHO_C" >&6
3629 if test -n "$ac_ct_CPPBIN"; then
3630 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3639 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3640 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3649 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3650 if test -n "$ac_ct_CPPBIN"; then
3651 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3652 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3654 { echo "$as_me:$LINENO: result
: no
" >&5
3655 echo "${ECHO_T}no
" >&6; }
3658 if test "x
$ac_ct_CPPBIN" = x; then
3661 case $cross_compiling:$ac_tool_warned in
3663 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3664 whose name does not start with the
host triplet. If you think this
3665 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3666 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3667 whose name does not start with the
host triplet. If you think this
3668 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3669 ac_tool_warned=yes ;;
3671 CPPBIN=$ac_ct_CPPBIN
3674 CPPBIN="$ac_cv_prog_CPPBIN"
3678 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3679 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3680 if test "${wine_cv_toolsdir+set}" = set; then
3681 echo $ECHO_N "(cached
) $ECHO_C" >&6
3683 if test -z "$with_wine_tools"; then
3684 if test "$cross_compiling" = "yes"; then
3685 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3686 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3687 { (exit 1); exit 1; }; }
3689 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3691 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3692 case $with_wine_tools in
3693 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3694 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3697 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3698 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3699 { (exit 1); exit 1; }; }
3702 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3703 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3704 TOOLSDIR=$wine_cv_toolsdir
3709 ac_cpp='$CPP $CPPFLAGS'
3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3713 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3714 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3715 # On Suns, sometimes $CPP names a directory.
3716 if test -n "$CPP" && test -d "$CPP"; then
3719 if test -z "$CPP"; then
3720 if test "${ac_cv_prog_CPP+set}" = set; then
3721 echo $ECHO_N "(cached
) $ECHO_C" >&6
3723 # Double quotes because CPP needs to be expanded
3724 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3727 for ac_c_preproc_warn_flag in '' yes
3729 # Use a header file that comes with gcc, so configuring glibc
3730 # with a fresh cross-compiler works.
3731 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3732 # <limits.h> exists even on freestanding compilers.
3733 # On the NeXT, cc -E runs the code through the compiler's parser,
3734 # not just through cpp. "Syntax error
" is here to catch this case.
3735 cat >conftest.$ac_ext <<_ACEOF
3738 cat confdefs.h >>conftest.$ac_ext
3739 cat >>conftest.$ac_ext <<_ACEOF
3740 /* end confdefs.h. */
3742 # include <limits.h>
3744 # include <assert.h>
3748 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751 *) ac_try_echo=$ac_try;;
3753 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3754 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3756 grep -v '^ *+' conftest.er1 >conftest.err
3758 cat conftest.err >&5
3759 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3760 (exit $ac_status); } >/dev/null && {
3761 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3762 test ! -s conftest.err
3766 echo "$as_me: failed program was
:" >&5
3767 sed 's/^/| /' conftest.$ac_ext >&5
3769 # Broken: fails on valid input.
3773 rm -f conftest.err conftest.$ac_ext
3775 # OK, works on sane cases. Now check whether nonexistent headers
3776 # can be detected and how.
3777 cat >conftest.$ac_ext <<_ACEOF
3780 cat confdefs.h >>conftest.$ac_ext
3781 cat >>conftest.$ac_ext <<_ACEOF
3782 /* end confdefs.h. */
3783 #include <ac_nonexistent.h>
3785 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788 *) ac_try_echo=$ac_try;;
3790 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3791 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3793 grep -v '^ *+' conftest.er1 >conftest.err
3795 cat conftest.err >&5
3796 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3797 (exit $ac_status); } >/dev/null && {
3798 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3799 test ! -s conftest.err
3801 # Broken: success on invalid input.
3804 echo "$as_me: failed program was
:" >&5
3805 sed 's/^/| /' conftest.$ac_ext >&5
3807 # Passes both tests.
3812 rm -f conftest.err conftest.$ac_ext
3815 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3816 rm -f conftest.err conftest.$ac_ext
3817 if $ac_preproc_ok; then
3829 { echo "$as_me:$LINENO: result
: $CPP" >&5
3830 echo "${ECHO_T}$CPP" >&6; }
3832 for ac_c_preproc_warn_flag in '' yes
3834 # Use a header file that comes with gcc, so configuring glibc
3835 # with a fresh cross-compiler works.
3836 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3837 # <limits.h> exists even on freestanding compilers.
3838 # On the NeXT, cc -E runs the code through the compiler's parser,
3839 # not just through cpp. "Syntax error
" is here to catch this case.
3840 cat >conftest.$ac_ext <<_ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3847 # include <limits.h>
3849 # include <assert.h>
3853 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3856 *) ac_try_echo=$ac_try;;
3858 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3859 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3861 grep -v '^ *+' conftest.er1 >conftest.err
3863 cat conftest.err >&5
3864 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3865 (exit $ac_status); } >/dev/null && {
3866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3867 test ! -s conftest.err
3871 echo "$as_me: failed program was
:" >&5
3872 sed 's/^/| /' conftest.$ac_ext >&5
3874 # Broken: fails on valid input.
3878 rm -f conftest.err conftest.$ac_ext
3880 # OK, works on sane cases. Now check whether nonexistent headers
3881 # can be detected and how.
3882 cat >conftest.$ac_ext <<_ACEOF
3885 cat confdefs.h >>conftest.$ac_ext
3886 cat >>conftest.$ac_ext <<_ACEOF
3887 /* end confdefs.h. */
3888 #include <ac_nonexistent.h>
3890 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3893 *) ac_try_echo=$ac_try;;
3895 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3896 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3898 grep -v '^ *+' conftest.er1 >conftest.err
3900 cat conftest.err >&5
3901 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3902 (exit $ac_status); } >/dev/null && {
3903 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3904 test ! -s conftest.err
3906 # Broken: success on invalid input.
3909 echo "$as_me: failed program was
:" >&5
3910 sed 's/^/| /' conftest.$ac_ext >&5
3912 # Passes both tests.
3917 rm -f conftest.err conftest.$ac_ext
3920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3921 rm -f conftest.err conftest.$ac_ext
3922 if $ac_preproc_ok; then
3925 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3926 See \
`config.log' for more details." >&5
3927 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3928 See \`config.log
' for more details." >&2;}
3929 { (exit 1); exit 1; }; }
3933 ac_cpp='$CPP $CPPFLAGS'
3934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3935 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3939 { echo "$as_me:$LINENO: checking for X" >&5
3940 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3943 # Check whether --with-x was given.
3944 if test "${with_x+set}" = set; then
3948 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3949 if test "x$with_x" = xno; then
3950 # The user explicitly disabled X.
3953 case $x_includes,$x_libraries in #(
3954 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3955 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3956 { (exit 1); exit 1; }; };; #(
3957 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3958 echo $ECHO_N "(cached) $ECHO_C" >&6
3960 # One or both of the vars are not set, and there is no cached value.
3961 ac_x_includes=no ac_x_libraries=no
3962 rm -f -r conftest.dir
3963 if mkdir conftest.dir; then
3965 cat >Imakefile <<'_ACEOF'
3967 @echo incroot='${INCROOT}'
3969 @echo usrlibdir='${USRLIBDIR}'
3971 @echo libdir='${LIBDIR}'
3973 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3974 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3975 for ac_var in incroot usrlibdir libdir; do
3976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3979 for ac_extension in a so sl; do
3980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3982 ac_im_usrlibdir=$ac_im_libdir; break
3985 # Screen out bogus values from the imake configuration. They are
3986 # bogus both because they are the default anyway, and because
3987 # using them would break gcc on systems where it needs fixed includes.
3988 case $ac_im_incroot in
3989 /usr/include) ac_x_includes= ;;
3990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3992 case $ac_im_usrlibdir in
3994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3998 rm -f -r conftest.dir
4001 # Standard set of common directories for X headers.
4002 # Check X11 before X11Rn because it is often a symlink to the current release.
4014 /usr
/local
/X11
/include
4015 /usr
/local
/X11R
6/include
4016 /usr
/local
/X11R
5/include
4017 /usr
/local
/X11R
4/include
4019 /usr
/local
/include
/X11
4020 /usr
/local
/include
/X11R6
4021 /usr
/local
/include
/X11R5
4022 /usr
/local
/include
/X11R4
4026 /usr
/XFree86
/include
/X11
4030 /usr
/unsupported
/include
4032 /usr
/local
/x11r
5/include
4033 /usr
/lpp
/Xamples
/include
4035 /usr
/openwin
/include
4036 /usr
/openwin
/share
/include
'
4038 if test "$ac_x_includes" = no; then
4039 # Guess where to find include files, by looking for Xlib.h.
4040 # First, try using that file with no special directory specified.
4041 cat >conftest.$ac_ext <<_ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h. */
4047 #include <X11/Xlib.h>
4049 if { (ac_try="$ac_cpp conftest.$ac_ext"
4051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4052 *) ac_try_echo=$ac_try;;
4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4055 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4057 grep -v '^
*+' conftest.er1 >conftest.err
4059 cat conftest.err >&5
4060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4061 (exit $ac_status); } >/dev/null && {
4062 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4063 test ! -s conftest.err
4065 # We can compile using X headers with no special include directory.
4068 echo "$as_me: failed program was:" >&5
4069 sed 's
/^
/|
/' conftest.$ac_ext >&5
4071 for ac_dir in $ac_x_header_dirs; do
4072 if test -r "$ac_dir/X11/Xlib.h"; then
4073 ac_x_includes=$ac_dir
4079 rm -f conftest.err conftest.$ac_ext
4080 fi # $ac_x_includes = no
4082 if test "$ac_x_libraries" = no; then
4083 # Check for the libraries.
4084 # See if we find them without any special options.
4085 # Don't add to
$LIBS permanently.
4088 cat >conftest.
$ac_ext <<_ACEOF
4091 cat confdefs.h
>>conftest.
$ac_ext
4092 cat >>conftest.
$ac_ext <<_ACEOF
4093 /* end confdefs.h. */
4094 #include <X11/Xlib.h>
4103 rm -f conftest.
$ac_objext conftest
$ac_exeext
4104 if { (ac_try
="$ac_link"
4106 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4107 *) ac_try_echo=$ac_try;;
4109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4110 (eval "$ac_link") 2>conftest.er1
4112 grep -v '^ *+' conftest.er1 >conftest.err
4114 cat conftest.err >&5
4115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116 (exit $ac_status); } && {
4117 test -z "$ac_c_werror_flag" ||
4118 test ! -s conftest.err
4119 } && test -s conftest$ac_exeext &&
4120 $as_test_x conftest$ac_exeext; then
4122 # We can link X programs with no special library path.
4125 echo "$as_me: failed program was:" >&5
4126 sed 's/^/| /' conftest.$ac_ext >&5
4129 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4131 # Don't even attempt the hair of trying to link an X program!
4132 for ac_extension in a so sl; do
4133 if test -r "$ac_dir/libX11.$ac_extension"; then
4134 ac_x_libraries=$ac_dir
4141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4142 conftest$ac_exeext conftest.$ac_ext
4143 fi # $ac_x_libraries = no
4145 case $ac_x_includes,$ac_x_libraries in #(
4147 # Didn't find X, or a directory has "'" in its name.
4148 ac_cv_have_x="have_x=no";; #(
4150 # Record where we found X for the cache.
4151 ac_cv_have_x="have_x=yes\
4152 ac_x_includes='$ac_x_includes'\
4153 ac_x_libraries='$ac_x_libraries'"
4159 eval "$ac_cv_have_x"
4162 if test "$have_x" != yes; then
4163 { echo "$as_me:$LINENO: result: $have_x" >&5
4164 echo "${ECHO_T}$have_x" >&6; }
4167 # If each of the values was on the command line, it overrides each guess.
4168 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4169 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4170 # Update the cache value to reflect the command line values.
4171 ac_cv_have_x="have_x=yes\
4172 ac_x_includes='$x_includes'\
4173 ac_x_libraries='$x_libraries'"
4174 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4175 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4178 if test "$no_x" = yes; then
4179 # Not all programs may use this symbol, but it does not hurt to define it.
4181 cat >>confdefs.h <<\_ACEOF
4182 #define X_DISPLAY_MISSING 1
4185 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4187 if test -n "$x_includes"; then
4188 X_CFLAGS="$X_CFLAGS -I$x_includes"
4191 # It would also be nice to do this for all -L options, not just this one.
4192 if test -n "$x_libraries"; then
4193 X_LIBS="$X_LIBS -L$x_libraries"
4194 # For Solaris; some versions of Sun CC require a space after -R and
4195 # others require no space. Words are not sufficient . . . .
4196 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4197 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4198 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4199 ac_xsave_c_werror_flag=$ac_c_werror_flag
4200 ac_c_werror_flag=yes
4201 cat >conftest.$ac_ext <<_ACEOF
4204 cat confdefs.h >>conftest.$ac_ext
4205 cat >>conftest.$ac_ext <<_ACEOF
4206 /* end confdefs.h. */
4216 rm -f conftest.$ac_objext conftest$ac_exeext
4217 if { (ac_try="$ac_link"
4219 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4220 *) ac_try_echo
=$ac_try;;
4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4223 (eval "$ac_link") 2>conftest.er1
4225 grep -v '^ *+' conftest.er1
>conftest.err
4227 cat conftest.err
>&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); } && {
4230 test -z "$ac_c_werror_flag" ||
4231 test ! -s conftest.err
4232 } && test -s conftest
$ac_exeext &&
4233 $as_test_x conftest
$ac_exeext; then
4234 { echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6; }
4236 X_LIBS
="$X_LIBS -R$x_libraries"
4238 echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.
$ac_ext >&5
4241 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4242 cat >conftest.
$ac_ext <<_ACEOF
4245 cat confdefs.h
>>conftest.
$ac_ext
4246 cat >>conftest.
$ac_ext <<_ACEOF
4247 /* end confdefs.h. */
4257 rm -f conftest.
$ac_objext conftest
$ac_exeext
4258 if { (ac_try
="$ac_link"
4260 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;;
4263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264 (eval "$ac_link") 2>conftest.er1
4266 grep -v '^ *+' conftest.er1 >conftest.err
4268 cat conftest.err >&5
4269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270 (exit $ac_status); } && {
4271 test -z "$ac_c_werror_flag" ||
4272 test ! -s conftest.err
4273 } && test -s conftest$ac_exeext &&
4274 $as_test_x conftest$ac_exeext; then
4275 { echo "$as_me:$LINENO: result: yes" >&5
4276 echo "${ECHO_T}yes" >&6; }
4277 X_LIBS="$X_LIBS -R $x_libraries"
4279 echo "$as_me: failed program was:" >&5
4280 sed 's/^/| /' conftest.$ac_ext >&5
4282 { echo "$as_me:$LINENO: result: neither works" >&5
4283 echo "${ECHO_T}neither works" >&6; }
4286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4287 conftest$ac_exeext conftest.$ac_ext
4290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4291 conftest$ac_exeext conftest.$ac_ext
4292 ac_c_werror_flag=$ac_xsave_c_werror_flag
4296 # Check for system-dependent libraries X programs must link with.
4297 # Do this before checking for the system-independent R6 libraries
4298 # (-lICE), since we may need -lsocket or whatever for X linking.
4300 if test "$ISC" = yes; then
4301 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4303 # Martyn Johnson says this is needed for Ultrix, if the X
4304 # libraries were built with DECnet support. And Karl Berry says
4305 # the Alpha needs dnet_stub (dnet does not exist).
4306 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4307 cat >conftest.$ac_ext <<_ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h. */
4314 /* Override any GCC internal prototype to avoid an error.
4315 Use char because int might match the return type of a GCC
4316 builtin and then its argument prototype would still apply. */
4320 char XOpenDisplay ();
4324 return XOpenDisplay ();
4329 rm -f conftest.$ac_objext conftest$ac_exeext
4330 if { (ac_try="$ac_link"
4332 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4333 *) ac_try_echo
=$ac_try;;
4335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4336 (eval "$ac_link") 2>conftest.er1
4338 grep -v '^ *+' conftest.er1
>conftest.err
4340 cat conftest.err
>&5
4341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4342 (exit $ac_status); } && {
4343 test -z "$ac_c_werror_flag" ||
4344 test ! -s conftest.err
4345 } && test -s conftest
$ac_exeext &&
4346 $as_test_x conftest
$ac_exeext; then
4349 echo "$as_me: failed program was:" >&5
4350 sed 's/^/| /' conftest.
$ac_ext >&5
4352 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4353 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4354 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4355 echo $ECHO_N "(cached) $ECHO_C" >&6
4357 ac_check_lib_save_LIBS
=$LIBS
4359 cat >conftest.
$ac_ext <<_ACEOF
4362 cat confdefs.h
>>conftest.
$ac_ext
4363 cat >>conftest.
$ac_ext <<_ACEOF
4364 /* end confdefs.h. */
4366 /* Override any GCC internal prototype to avoid an error.
4367 Use char because int might match the return type of a GCC
4368 builtin and then its argument prototype would still apply. */
4376 return dnet_ntoa ();
4381 rm -f conftest.
$ac_objext conftest
$ac_exeext
4382 if { (ac_try
="$ac_link"
4384 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4385 *) ac_try_echo=$ac_try;;
4387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4388 (eval "$ac_link") 2>conftest.er1
4390 grep -v '^ *+' conftest.er1 >conftest.err
4392 cat conftest.err >&5
4393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4394 (exit $ac_status); } && {
4395 test -z "$ac_c_werror_flag" ||
4396 test ! -s conftest.err
4397 } && test -s conftest$ac_exeext &&
4398 $as_test_x conftest$ac_exeext; then
4399 ac_cv_lib_dnet_dnet_ntoa=yes
4401 echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.$ac_ext >&5
4404 ac_cv_lib_dnet_dnet_ntoa=no
4407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4408 conftest$ac_exeext conftest.$ac_ext
4409 LIBS=$ac_check_lib_save_LIBS
4411 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4412 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4413 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4414 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4417 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4418 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4419 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4420 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4421 echo $ECHO_N "(cached) $ECHO_C" >&6
4423 ac_check_lib_save_LIBS=$LIBS
4424 LIBS="-ldnet_stub $LIBS"
4425 cat >conftest.$ac_ext <<_ACEOF
4428 cat confdefs.h >>conftest.$ac_ext
4429 cat >>conftest.$ac_ext <<_ACEOF
4430 /* end confdefs.h. */
4432 /* Override any GCC internal prototype to avoid an error.
4433 Use char because int might match the return type of a GCC
4434 builtin and then its argument prototype would still apply. */
4442 return dnet_ntoa ();
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4450 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4451 *) ac_try_echo
=$ac_try;;
4453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4454 (eval "$ac_link") 2>conftest.er1
4456 grep -v '^ *+' conftest.er1
>conftest.err
4458 cat conftest.err
>&5
4459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4460 (exit $ac_status); } && {
4461 test -z "$ac_c_werror_flag" ||
4462 test ! -s conftest.err
4463 } && test -s conftest
$ac_exeext &&
4464 $as_test_x conftest
$ac_exeext; then
4465 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4467 echo "$as_me: failed program was:" >&5
4468 sed 's/^/| /' conftest.
$ac_ext >&5
4470 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4473 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4474 conftest
$ac_exeext conftest.
$ac_ext
4475 LIBS
=$ac_check_lib_save_LIBS
4477 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4478 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4479 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4480 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4486 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4487 conftest
$ac_exeext conftest.
$ac_ext
4488 LIBS
="$ac_xsave_LIBS"
4490 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4491 # to get the SysV transport functions.
4492 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4494 # The nsl library prevents programs from opening the X display
4495 # on Irix 5.2, according to T.E. Dickey.
4496 # The functions gethostbyname, getservbyname, and inet_addr are
4497 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4498 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4499 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4500 if test "${ac_cv_func_gethostbyname+set}" = set; then
4501 echo $ECHO_N "(cached) $ECHO_C" >&6
4503 cat >conftest.
$ac_ext <<_ACEOF
4506 cat confdefs.h
>>conftest.
$ac_ext
4507 cat >>conftest.
$ac_ext <<_ACEOF
4508 /* end confdefs.h. */
4509 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4510 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4511 #define gethostbyname innocuous_gethostbyname
4513 /* System header to define __stub macros and hopefully few prototypes,
4514 which can conflict with char gethostbyname (); below.
4515 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 <limits.h> exists even on freestanding compilers. */
4519 # include <limits.h>
4521 # include <assert.h>
4524 #undef gethostbyname
4526 /* Override any GCC internal prototype to avoid an error.
4527 Use char because int might match the return type of a GCC
4528 builtin and then its argument prototype would still apply. */
4532 char gethostbyname ();
4533 /* The GNU C library defines this for functions which it implements
4534 to always fail with ENOSYS. Some functions are actually named
4535 something starting with __ and the normal name is an alias. */
4536 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4543 return gethostbyname ();
4548 rm -f conftest.
$ac_objext conftest
$ac_exeext
4549 if { (ac_try
="$ac_link"
4551 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4552 *) ac_try_echo=$ac_try;;
4554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4555 (eval "$ac_link") 2>conftest.er1
4557 grep -v '^ *+' conftest.er1 >conftest.err
4559 cat conftest.err >&5
4560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4561 (exit $ac_status); } && {
4562 test -z "$ac_c_werror_flag" ||
4563 test ! -s conftest.err
4564 } && test -s conftest$ac_exeext &&
4565 $as_test_x conftest$ac_exeext; then
4566 ac_cv_func_gethostbyname=yes
4568 echo "$as_me: failed program was:" >&5
4569 sed 's/^/| /' conftest.$ac_ext >&5
4571 ac_cv_func_gethostbyname=no
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575 conftest$ac_exeext conftest.$ac_ext
4577 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4578 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4580 if test $ac_cv_func_gethostbyname = no; then
4581 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4582 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4583 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4584 echo $ECHO_N "(cached) $ECHO_C" >&6
4586 ac_check_lib_save_LIBS=$LIBS
4588 cat >conftest.$ac_ext <<_ACEOF
4591 cat confdefs.h >>conftest.$ac_ext
4592 cat >>conftest.$ac_ext <<_ACEOF
4593 /* end confdefs.h. */
4595 /* Override any GCC internal prototype to avoid an error.
4596 Use char because int might match the return type of a GCC
4597 builtin and then its argument prototype would still apply. */
4601 char gethostbyname ();
4605 return gethostbyname ();
4610 rm -f conftest.$ac_objext conftest$ac_exeext
4611 if { (ac_try="$ac_link"
4613 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4614 *) ac_try_echo
=$ac_try;;
4616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4617 (eval "$ac_link") 2>conftest.er1
4619 grep -v '^ *+' conftest.er1
>conftest.err
4621 cat conftest.err
>&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); } && {
4624 test -z "$ac_c_werror_flag" ||
4625 test ! -s conftest.err
4626 } && test -s conftest
$ac_exeext &&
4627 $as_test_x conftest
$ac_exeext; then
4628 ac_cv_lib_nsl_gethostbyname
=yes
4630 echo "$as_me: failed program was:" >&5
4631 sed 's/^/| /' conftest.
$ac_ext >&5
4633 ac_cv_lib_nsl_gethostbyname
=no
4636 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4637 conftest
$ac_exeext conftest.
$ac_ext
4638 LIBS
=$ac_check_lib_save_LIBS
4640 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4641 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4642 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4643 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4646 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4647 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4648 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4649 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4652 ac_check_lib_save_LIBS
=$LIBS
4654 cat >conftest.
$ac_ext <<_ACEOF
4657 cat confdefs.h
>>conftest.
$ac_ext
4658 cat >>conftest.
$ac_ext <<_ACEOF
4659 /* end confdefs.h. */
4661 /* Override any GCC internal prototype to avoid an error.
4662 Use char because int might match the return type of a GCC
4663 builtin and then its argument prototype would still apply. */
4667 char gethostbyname ();
4671 return gethostbyname ();
4676 rm -f conftest.
$ac_objext conftest
$ac_exeext
4677 if { (ac_try
="$ac_link"
4679 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4680 *) ac_try_echo=$ac_try;;
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4683 (eval "$ac_link") 2>conftest.er1
4685 grep -v '^ *+' conftest.er1 >conftest.err
4687 cat conftest.err >&5
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); } && {
4690 test -z "$ac_c_werror_flag" ||
4691 test ! -s conftest.err
4692 } && test -s conftest$ac_exeext &&
4693 $as_test_x conftest$ac_exeext; then
4694 ac_cv_lib_bsd_gethostbyname=yes
4696 echo "$as_me: failed program was:" >&5
4697 sed 's/^/| /' conftest.$ac_ext >&5
4699 ac_cv_lib_bsd_gethostbyname=no
4702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4703 conftest$ac_exeext conftest.$ac_ext
4704 LIBS=$ac_check_lib_save_LIBS
4706 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4707 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4708 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4709 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4715 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4716 # socket/setsockopt and other routines are undefined under SCO ODT
4717 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4718 # on later versions), says Simon Leinen: it contains gethostby*
4719 # variants that don't use the name server (or something). -lsocket
4720 # must be given before -lnsl if both are needed. We assume that
4721 # if connect needs -lnsl, so does gethostbyname.
4722 { echo "$as_me:$LINENO: checking for connect" >&5
4723 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4724 if test "${ac_cv_func_connect+set}" = set; then
4725 echo $ECHO_N "(cached) $ECHO_C" >&6
4727 cat >conftest.$ac_ext <<_ACEOF
4730 cat confdefs.h >>conftest.$ac_ext
4731 cat >>conftest.$ac_ext <<_ACEOF
4732 /* end confdefs.h. */
4733 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4734 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4735 #define connect innocuous_connect
4737 /* System header to define __stub macros and hopefully few prototypes,
4738 which can conflict with char connect (); below.
4739 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4740 <limits.h> exists even on freestanding compilers. */
4743 # include <limits.h>
4745 # include <assert.h>
4750 /* Override any GCC internal prototype to avoid an error.
4751 Use char because int might match the return type of a GCC
4752 builtin and then its argument prototype would still apply. */
4757 /* The GNU C library defines this for functions which it implements
4758 to always fail with ENOSYS. Some functions are actually named
4759 something starting with __ and the normal name is an alias. */
4760 #if defined __stub_connect || defined __stub___connect
4772 rm -f conftest.$ac_objext conftest$ac_exeext
4773 if { (ac_try="$ac_link"
4775 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4776 *) ac_try_echo
=$ac_try;;
4778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4779 (eval "$ac_link") 2>conftest.er1
4781 grep -v '^ *+' conftest.er1
>conftest.err
4783 cat conftest.err
>&5
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); } && {
4786 test -z "$ac_c_werror_flag" ||
4787 test ! -s conftest.err
4788 } && test -s conftest
$ac_exeext &&
4789 $as_test_x conftest
$ac_exeext; then
4790 ac_cv_func_connect
=yes
4792 echo "$as_me: failed program was:" >&5
4793 sed 's/^/| /' conftest.
$ac_ext >&5
4795 ac_cv_func_connect
=no
4798 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4799 conftest
$ac_exeext conftest.
$ac_ext
4801 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4802 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4804 if test $ac_cv_func_connect = no
; then
4805 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4806 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4807 if test "${ac_cv_lib_socket_connect+set}" = set; then
4808 echo $ECHO_N "(cached) $ECHO_C" >&6
4810 ac_check_lib_save_LIBS
=$LIBS
4811 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4812 cat >conftest.
$ac_ext <<_ACEOF
4815 cat confdefs.h
>>conftest.
$ac_ext
4816 cat >>conftest.
$ac_ext <<_ACEOF
4817 /* end confdefs.h. */
4819 /* Override any GCC internal prototype to avoid an error.
4820 Use char because int might match the return type of a GCC
4821 builtin and then its argument prototype would still apply. */
4834 rm -f conftest.
$ac_objext conftest
$ac_exeext
4835 if { (ac_try
="$ac_link"
4837 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4838 *) ac_try_echo=$ac_try;;
4840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4841 (eval "$ac_link") 2>conftest.er1
4843 grep -v '^ *+' conftest.er1 >conftest.err
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } && {
4848 test -z "$ac_c_werror_flag" ||
4849 test ! -s conftest.err
4850 } && test -s conftest$ac_exeext &&
4851 $as_test_x conftest$ac_exeext; then
4852 ac_cv_lib_socket_connect=yes
4854 echo "$as_me: failed program was:" >&5
4855 sed 's/^/| /' conftest.$ac_ext >&5
4857 ac_cv_lib_socket_connect=no
4860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4861 conftest$ac_exeext conftest.$ac_ext
4862 LIBS=$ac_check_lib_save_LIBS
4864 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4865 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4866 if test $ac_cv_lib_socket_connect = yes; then
4867 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4872 # Guillermo Gomez says -lposix is necessary on A/UX.
4873 { echo "$as_me:$LINENO: checking for remove" >&5
4874 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4875 if test "${ac_cv_func_remove+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4878 cat >conftest.$ac_ext <<_ACEOF
4881 cat confdefs.h >>conftest.$ac_ext
4882 cat >>conftest.$ac_ext <<_ACEOF
4883 /* end confdefs.h. */
4884 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4886 #define remove innocuous_remove
4888 /* System header to define __stub macros and hopefully few prototypes,
4889 which can conflict with char remove (); below.
4890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4891 <limits.h> exists even on freestanding compilers. */
4894 # include <limits.h>
4896 # include <assert.h>
4901 /* Override any GCC internal prototype to avoid an error.
4902 Use char because int might match the return type of a GCC
4903 builtin and then its argument prototype would still apply. */
4908 /* The GNU C library defines this for functions which it implements
4909 to always fail with ENOSYS. Some functions are actually named
4910 something starting with __ and the normal name is an alias. */
4911 #if defined __stub_remove || defined __stub___remove
4923 rm -f conftest.$ac_objext conftest$ac_exeext
4924 if { (ac_try="$ac_link"
4926 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4927 *) ac_try_echo
=$ac_try;;
4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930 (eval "$ac_link") 2>conftest.er1
4932 grep -v '^ *+' conftest.er1
>conftest.err
4934 cat conftest.err
>&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); } && {
4937 test -z "$ac_c_werror_flag" ||
4938 test ! -s conftest.err
4939 } && test -s conftest
$ac_exeext &&
4940 $as_test_x conftest
$ac_exeext; then
4941 ac_cv_func_remove
=yes
4943 echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.
$ac_ext >&5
4946 ac_cv_func_remove
=no
4949 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4950 conftest
$ac_exeext conftest.
$ac_ext
4952 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4953 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4955 if test $ac_cv_func_remove = no
; then
4956 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4957 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4958 if test "${ac_cv_lib_posix_remove+set}" = set; then
4959 echo $ECHO_N "(cached) $ECHO_C" >&6
4961 ac_check_lib_save_LIBS
=$LIBS
4962 LIBS
="-lposix $LIBS"
4963 cat >conftest.
$ac_ext <<_ACEOF
4966 cat confdefs.h
>>conftest.
$ac_ext
4967 cat >>conftest.
$ac_ext <<_ACEOF
4968 /* end confdefs.h. */
4970 /* Override any GCC internal prototype to avoid an error.
4971 Use char because int might match the return type of a GCC
4972 builtin and then its argument prototype would still apply. */
4985 rm -f conftest.
$ac_objext conftest
$ac_exeext
4986 if { (ac_try
="$ac_link"
4988 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4989 *) ac_try_echo=$ac_try;;
4991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4992 (eval "$ac_link") 2>conftest.er1
4994 grep -v '^ *+' conftest.er1 >conftest.err
4996 cat conftest.err >&5
4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998 (exit $ac_status); } && {
4999 test -z "$ac_c_werror_flag" ||
5000 test ! -s conftest.err
5001 } && test -s conftest$ac_exeext &&
5002 $as_test_x conftest$ac_exeext; then
5003 ac_cv_lib_posix_remove=yes
5005 echo "$as_me: failed program was:" >&5
5006 sed 's/^/| /' conftest.$ac_ext >&5
5008 ac_cv_lib_posix_remove=no
5011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5012 conftest$ac_exeext conftest.$ac_ext
5013 LIBS=$ac_check_lib_save_LIBS
5015 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5016 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5017 if test $ac_cv_lib_posix_remove = yes; then
5018 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5023 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5024 { echo "$as_me:$LINENO: checking for shmat" >&5
5025 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5026 if test "${ac_cv_func_shmat+set}" = set; then
5027 echo $ECHO_N "(cached) $ECHO_C" >&6
5029 cat >conftest.$ac_ext <<_ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h. */
5035 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5037 #define shmat innocuous_shmat
5039 /* System header to define __stub macros and hopefully few prototypes,
5040 which can conflict with char shmat (); below.
5041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5042 <limits.h> exists even on freestanding compilers. */
5045 # include <limits.h>
5047 # include <assert.h>
5052 /* Override any GCC internal prototype to avoid an error.
5053 Use char because int might match the return type of a GCC
5054 builtin and then its argument prototype would still apply. */
5059 /* The GNU C library defines this for functions which it implements
5060 to always fail with ENOSYS. Some functions are actually named
5061 something starting with __ and the normal name is an alias. */
5062 #if defined __stub_shmat || defined __stub___shmat
5074 rm -f conftest.$ac_objext conftest$ac_exeext
5075 if { (ac_try="$ac_link"
5077 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5078 *) ac_try_echo
=$ac_try;;
5080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5081 (eval "$ac_link") 2>conftest.er1
5083 grep -v '^ *+' conftest.er1
>conftest.err
5085 cat conftest.err
>&5
5086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5087 (exit $ac_status); } && {
5088 test -z "$ac_c_werror_flag" ||
5089 test ! -s conftest.err
5090 } && test -s conftest
$ac_exeext &&
5091 $as_test_x conftest
$ac_exeext; then
5092 ac_cv_func_shmat
=yes
5094 echo "$as_me: failed program was:" >&5
5095 sed 's/^/| /' conftest.
$ac_ext >&5
5100 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5101 conftest
$ac_exeext conftest.
$ac_ext
5103 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5104 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5106 if test $ac_cv_func_shmat = no
; then
5107 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5108 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5109 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5110 echo $ECHO_N "(cached) $ECHO_C" >&6
5112 ac_check_lib_save_LIBS
=$LIBS
5114 cat >conftest.
$ac_ext <<_ACEOF
5117 cat confdefs.h
>>conftest.
$ac_ext
5118 cat >>conftest.
$ac_ext <<_ACEOF
5119 /* end confdefs.h. */
5121 /* Override any GCC internal prototype to avoid an error.
5122 Use char because int might match the return type of a GCC
5123 builtin and then its argument prototype would still apply. */
5136 rm -f conftest.
$ac_objext conftest
$ac_exeext
5137 if { (ac_try
="$ac_link"
5139 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5140 *) ac_try_echo=$ac_try;;
5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5143 (eval "$ac_link") 2>conftest.er1
5145 grep -v '^ *+' conftest.er1 >conftest.err
5147 cat conftest.err >&5
5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149 (exit $ac_status); } && {
5150 test -z "$ac_c_werror_flag" ||
5151 test ! -s conftest.err
5152 } && test -s conftest$ac_exeext &&
5153 $as_test_x conftest$ac_exeext; then
5154 ac_cv_lib_ipc_shmat=yes
5156 echo "$as_me: failed program was:" >&5
5157 sed 's/^/| /' conftest.$ac_ext >&5
5159 ac_cv_lib_ipc_shmat=no
5162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5163 conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5166 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5167 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5168 if test $ac_cv_lib_ipc_shmat = yes; then
5169 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5175 # Check for libraries that X11R6 Xt/Xaw programs need.
5176 ac_save_LDFLAGS=$LDFLAGS
5177 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5178 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5179 # check for ICE first), but we must link in the order -lSM -lICE or
5180 # we get undefined symbols. So assume we have SM if we have ICE.
5181 # These have to be linked with before -lX11, unlike the other
5182 # libraries we check for below, so use a different variable.
5183 # John Interrante, Karl Berry
5184 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5185 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5186 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6
5189 ac_check_lib_save_LIBS=$LIBS
5190 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5191 cat >conftest.$ac_ext <<_ACEOF
5194 cat confdefs.h >>conftest.$ac_ext
5195 cat >>conftest.$ac_ext <<_ACEOF
5196 /* end confdefs.h. */
5198 /* Override any GCC internal prototype to avoid an error.
5199 Use char because int might match the return type of a GCC
5200 builtin and then its argument prototype would still apply. */
5204 char IceConnectionNumber ();
5208 return IceConnectionNumber ();
5213 rm -f conftest.$ac_objext conftest$ac_exeext
5214 if { (ac_try="$ac_link"
5216 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5217 *) ac_try_echo
=$ac_try;;
5219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5220 (eval "$ac_link") 2>conftest.er1
5222 grep -v '^ *+' conftest.er1
>conftest.err
5224 cat conftest.err
>&5
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); } && {
5227 test -z "$ac_c_werror_flag" ||
5228 test ! -s conftest.err
5229 } && test -s conftest
$ac_exeext &&
5230 $as_test_x conftest
$ac_exeext; then
5231 ac_cv_lib_ICE_IceConnectionNumber
=yes
5233 echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.
$ac_ext >&5
5236 ac_cv_lib_ICE_IceConnectionNumber
=no
5239 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5240 conftest
$ac_exeext conftest.
$ac_ext
5241 LIBS
=$ac_check_lib_save_LIBS
5243 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5244 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5245 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5246 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5249 LDFLAGS
=$ac_save_LDFLAGS
5256 # Extract the first word of "$ac_prog", so it can be a program name with args.
5257 set dummy
$ac_prog; ac_word
=$2
5258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5260 if test "${ac_cv_prog_FLEX+set}" = set; then
5261 echo $ECHO_N "(cached) $ECHO_C" >&6
5263 if test -n "$FLEX"; then
5264 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5270 test -z "$as_dir" && as_dir
=.
5271 for ac_exec_ext
in '' $ac_executable_extensions; do
5272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5273 ac_cv_prog_FLEX
="$ac_prog"
5274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5283 FLEX
=$ac_cv_prog_FLEX
5284 if test -n "$FLEX"; then
5285 { echo "$as_me:$LINENO: result: $FLEX" >&5
5286 echo "${ECHO_T}$FLEX" >&6; }
5288 { echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6; }
5293 test -n "$FLEX" && break
5295 test -n "$FLEX" || FLEX
="none"
5297 if test "$FLEX" = "none"
5299 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5300 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5301 { (exit 1); exit 1; }; }
5304 for ac_prog
in bison
5306 # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy
$ac_prog; ac_word
=$2
5308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5310 if test "${ac_cv_prog_BISON+set}" = set; then
5311 echo $ECHO_N "(cached) $ECHO_C" >&6
5313 if test -n "$BISON"; then
5314 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5320 test -z "$as_dir" && as_dir
=.
5321 for ac_exec_ext
in '' $ac_executable_extensions; do
5322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5323 ac_cv_prog_BISON
="$ac_prog"
5324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 BISON
=$ac_cv_prog_BISON
5334 if test -n "$BISON"; then
5335 { echo "$as_me:$LINENO: result: $BISON" >&5
5336 echo "${ECHO_T}$BISON" >&6; }
5338 { echo "$as_me:$LINENO: result: no" >&5
5339 echo "${ECHO_T}no" >&6; }
5343 test -n "$BISON" && break
5345 test -n "$BISON" || BISON
="none"
5347 if test "$BISON" = "none"
5349 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5350 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5351 { (exit 1); exit 1; }; }
5354 if test -n "$ac_tool_prefix"; then
5355 for ac_prog
in gas as
5357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5358 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5361 if test "${ac_cv_prog_AS+set}" = set; then
5362 echo $ECHO_N "(cached) $ECHO_C" >&6
5364 if test -n "$AS"; then
5365 ac_cv_prog_AS
="$AS" # Let the user override the test.
5367 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5371 test -z "$as_dir" && as_dir
=.
5372 for ac_exec_ext
in '' $ac_executable_extensions; do
5373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5374 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5385 if test -n "$AS"; then
5386 { echo "$as_me:$LINENO: result: $AS" >&5
5387 echo "${ECHO_T}$AS" >&6; }
5389 { echo "$as_me:$LINENO: result: no" >&5
5390 echo "${ECHO_T}no" >&6; }
5394 test -n "$AS" && break
5397 if test -z "$AS"; then
5399 for ac_prog
in gas as
5401 # Extract the first word of "$ac_prog", so it can be a program name with args.
5402 set dummy
$ac_prog; ac_word
=$2
5403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5405 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5406 echo $ECHO_N "(cached) $ECHO_C" >&6
5408 if test -n "$ac_ct_AS"; then
5409 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5415 test -z "$as_dir" && as_dir
=.
5416 for ac_exec_ext
in '' $ac_executable_extensions; do
5417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5418 ac_cv_prog_ac_ct_AS
="$ac_prog"
5419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5429 if test -n "$ac_ct_AS"; then
5430 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5431 echo "${ECHO_T}$ac_ct_AS" >&6; }
5433 { echo "$as_me:$LINENO: result: no" >&5
5434 echo "${ECHO_T}no" >&6; }
5438 test -n "$ac_ct_AS" && break
5441 if test "x$ac_ct_AS" = x
; then
5444 case $cross_compiling:$ac_tool_warned in
5446 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5447 whose name does not start with the host triplet. If you think this
5448 configuration is useful to you, please write to autoconf@gnu.org." >&5
5449 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5450 whose name does not start with the host triplet. If you think this
5451 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5452 ac_tool_warned
=yes ;;
5458 if test -n "$ac_tool_prefix"; then
5459 for ac_prog
in ld gld
5461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5462 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5465 if test "${ac_cv_prog_LD+set}" = set; then
5466 echo $ECHO_N "(cached) $ECHO_C" >&6
5468 if test -n "$LD"; then
5469 ac_cv_prog_LD
="$LD" # Let the user override the test.
5471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5475 test -z "$as_dir" && as_dir
=.
5476 for ac_exec_ext
in '' $ac_executable_extensions; do
5477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5478 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5489 if test -n "$LD"; then
5490 { echo "$as_me:$LINENO: result: $LD" >&5
5491 echo "${ECHO_T}$LD" >&6; }
5493 { echo "$as_me:$LINENO: result: no" >&5
5494 echo "${ECHO_T}no" >&6; }
5498 test -n "$LD" && break
5501 if test -z "$LD"; then
5503 for ac_prog
in ld gld
5505 # Extract the first word of "$ac_prog", so it can be a program name with args.
5506 set dummy
$ac_prog; ac_word
=$2
5507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5509 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5510 echo $ECHO_N "(cached) $ECHO_C" >&6
5512 if test -n "$ac_ct_LD"; then
5513 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5519 test -z "$as_dir" && as_dir
=.
5520 for ac_exec_ext
in '' $ac_executable_extensions; do
5521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5522 ac_cv_prog_ac_ct_LD
="$ac_prog"
5523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5533 if test -n "$ac_ct_LD"; then
5534 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5535 echo "${ECHO_T}$ac_ct_LD" >&6; }
5537 { echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6; }
5542 test -n "$ac_ct_LD" && break
5545 if test "x$ac_ct_LD" = x
; then
5548 case $cross_compiling:$ac_tool_warned in
5550 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5551 whose name does not start with the host triplet. If you think this
5552 configuration is useful to you, please write to autoconf@gnu.org." >&5
5553 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5554 whose name does not start with the host triplet. If you think this
5555 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5556 ac_tool_warned
=yes ;;
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog
in nm gnm
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5569 if test "${ac_cv_prog_NM+set}" = set; then
5570 echo $ECHO_N "(cached) $ECHO_C" >&6
5572 if test -n "$NM"; then
5573 ac_cv_prog_NM
="$NM" # Let the user override the test.
5575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5579 test -z "$as_dir" && as_dir
=.
5580 for ac_exec_ext
in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5593 if test -n "$NM"; then
5594 { echo "$as_me:$LINENO: result: $NM" >&5
5595 echo "${ECHO_T}$NM" >&6; }
5597 { echo "$as_me:$LINENO: result: no" >&5
5598 echo "${ECHO_T}no" >&6; }
5602 test -n "$NM" && break
5605 if test -z "$NM"; then
5607 for ac_prog
in nm gnm
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy
$ac_prog; ac_word
=$2
5611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5613 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5614 echo $ECHO_N "(cached) $ECHO_C" >&6
5616 if test -n "$ac_ct_NM"; then
5617 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5619 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5623 test -z "$as_dir" && as_dir
=.
5624 for ac_exec_ext
in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626 ac_cv_prog_ac_ct_NM
="$ac_prog"
5627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5636 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5637 if test -n "$ac_ct_NM"; then
5638 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5639 echo "${ECHO_T}$ac_ct_NM" >&6; }
5641 { echo "$as_me:$LINENO: result: no" >&5
5642 echo "${ECHO_T}no" >&6; }
5646 test -n "$ac_ct_NM" && break
5649 if test "x$ac_ct_NM" = x
; then
5652 case $cross_compiling:$ac_tool_warned in
5654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5655 whose name does not start with the host triplet. If you think this
5656 configuration is useful to you, please write to autoconf@gnu.org." >&5
5657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5658 whose name does not start with the host triplet. If you think this
5659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5660 ac_tool_warned
=yes ;;
5666 if test -n "$ac_tool_prefix"; then
5667 for ac_prog
in ar gar
5669 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5670 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5671 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5673 if test "${ac_cv_prog_AR+set}" = set; then
5674 echo $ECHO_N "(cached) $ECHO_C" >&6
5676 if test -n "$AR"; then
5677 ac_cv_prog_AR
="$AR" # Let the user override the test.
5679 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5683 test -z "$as_dir" && as_dir
=.
5684 for ac_exec_ext
in '' $ac_executable_extensions; do
5685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5686 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5697 if test -n "$AR"; then
5698 { echo "$as_me:$LINENO: result: $AR" >&5
5699 echo "${ECHO_T}$AR" >&6; }
5701 { echo "$as_me:$LINENO: result: no" >&5
5702 echo "${ECHO_T}no" >&6; }
5706 test -n "$AR" && break
5709 if test -z "$AR"; then
5711 for ac_prog
in ar gar
5713 # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy
$ac_prog; ac_word
=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5720 if test -n "$ac_ct_AR"; then
5721 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5727 test -z "$as_dir" && as_dir
=.
5728 for ac_exec_ext
in '' $ac_executable_extensions; do
5729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5730 ac_cv_prog_ac_ct_AR
="$ac_prog"
5731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5741 if test -n "$ac_ct_AR"; then
5742 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5743 echo "${ECHO_T}$ac_ct_AR" >&6; }
5745 { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5750 test -n "$ac_ct_AR" && break
5753 if test "x$ac_ct_AR" = x
; then
5756 case $cross_compiling:$ac_tool_warned in
5758 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5759 whose name does not start with the host triplet. If you think this
5760 configuration is useful to you, please write to autoconf@gnu.org." >&5
5761 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5762 whose name does not start with the host triplet. If you think this
5763 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5764 ac_tool_warned
=yes ;;
5772 if test -n "$ac_tool_prefix"; then
5773 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5774 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5775 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5777 if test "${ac_cv_prog_RANLIB+set}" = set; then
5778 echo $ECHO_N "(cached) $ECHO_C" >&6
5780 if test -n "$RANLIB"; then
5781 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5787 test -z "$as_dir" && as_dir
=.
5788 for ac_exec_ext
in '' $ac_executable_extensions; do
5789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5790 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5800 RANLIB
=$ac_cv_prog_RANLIB
5801 if test -n "$RANLIB"; then
5802 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5803 echo "${ECHO_T}$RANLIB" >&6; }
5805 { echo "$as_me:$LINENO: result: no" >&5
5806 echo "${ECHO_T}no" >&6; }
5811 if test -z "$ac_cv_prog_RANLIB"; then
5812 ac_ct_RANLIB
=$RANLIB
5813 # Extract the first word of "ranlib", so it can be a program name with args.
5814 set dummy ranlib
; ac_word
=$2
5815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5817 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5818 echo $ECHO_N "(cached) $ECHO_C" >&6
5820 if test -n "$ac_ct_RANLIB"; then
5821 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5827 test -z "$as_dir" && as_dir
=.
5828 for ac_exec_ext
in '' $ac_executable_extensions; do
5829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5830 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5841 if test -n "$ac_ct_RANLIB"; then
5842 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5843 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5845 { echo "$as_me:$LINENO: result: no" >&5
5846 echo "${ECHO_T}no" >&6; }
5849 if test "x$ac_ct_RANLIB" = x
; then
5852 case $cross_compiling:$ac_tool_warned in
5854 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet. If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&5
5857 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5858 whose name does not start with the host triplet. If you think this
5859 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5860 ac_tool_warned
=yes ;;
5862 RANLIB
=$ac_ct_RANLIB
5865 RANLIB
="$ac_cv_prog_RANLIB"
5868 if test -n "$ac_tool_prefix"; then
5869 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5870 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5871 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5873 if test "${ac_cv_prog_STRIP+set}" = set; then
5874 echo $ECHO_N "(cached) $ECHO_C" >&6
5876 if test -n "$STRIP"; then
5877 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5879 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5883 test -z "$as_dir" && as_dir
=.
5884 for ac_exec_ext
in '' $ac_executable_extensions; do
5885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5886 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 STRIP
=$ac_cv_prog_STRIP
5897 if test -n "$STRIP"; then
5898 { echo "$as_me:$LINENO: result: $STRIP" >&5
5899 echo "${ECHO_T}$STRIP" >&6; }
5901 { echo "$as_me:$LINENO: result: no" >&5
5902 echo "${ECHO_T}no" >&6; }
5907 if test -z "$ac_cv_prog_STRIP"; then
5909 # Extract the first word of "strip", so it can be a program name with args.
5910 set dummy strip
; ac_word
=$2
5911 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5913 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5914 echo $ECHO_N "(cached) $ECHO_C" >&6
5916 if test -n "$ac_ct_STRIP"; then
5917 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5923 test -z "$as_dir" && as_dir
=.
5924 for ac_exec_ext
in '' $ac_executable_extensions; do
5925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5926 ac_cv_prog_ac_ct_STRIP
="strip"
5927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5937 if test -n "$ac_ct_STRIP"; then
5938 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5939 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5941 { echo "$as_me:$LINENO: result: no" >&5
5942 echo "${ECHO_T}no" >&6; }
5945 if test "x$ac_ct_STRIP" = x
; then
5948 case $cross_compiling:$ac_tool_warned in
5950 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet. If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&5
5953 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5954 whose name does not start with the host triplet. If you think this
5955 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5956 ac_tool_warned
=yes ;;
5961 STRIP
="$ac_cv_prog_STRIP"
5964 if test -n "$ac_tool_prefix"; then
5965 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5966 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5969 if test "${ac_cv_prog_WINDRES+set}" = set; then
5970 echo $ECHO_N "(cached) $ECHO_C" >&6
5972 if test -n "$WINDRES"; then
5973 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5975 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5979 test -z "$as_dir" && as_dir
=.
5980 for ac_exec_ext
in '' $ac_executable_extensions; do
5981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5982 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 WINDRES
=$ac_cv_prog_WINDRES
5993 if test -n "$WINDRES"; then
5994 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5995 echo "${ECHO_T}$WINDRES" >&6; }
5997 { echo "$as_me:$LINENO: result: no" >&5
5998 echo "${ECHO_T}no" >&6; }
6003 if test -z "$ac_cv_prog_WINDRES"; then
6004 ac_ct_WINDRES
=$WINDRES
6005 # Extract the first word of "windres", so it can be a program name with args.
6006 set dummy windres
; ac_word
=$2
6007 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6009 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6010 echo $ECHO_N "(cached) $ECHO_C" >&6
6012 if test -n "$ac_ct_WINDRES"; then
6013 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6015 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6019 test -z "$as_dir" && as_dir
=.
6020 for ac_exec_ext
in '' $ac_executable_extensions; do
6021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6022 ac_cv_prog_ac_ct_WINDRES
="windres"
6023 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6033 if test -n "$ac_ct_WINDRES"; then
6034 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6035 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6037 { echo "$as_me:$LINENO: result: no" >&5
6038 echo "${ECHO_T}no" >&6; }
6041 if test "x$ac_ct_WINDRES" = x
; then
6044 case $cross_compiling:$ac_tool_warned in
6046 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet. If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&5
6049 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6050 whose name does not start with the host triplet. If you think this
6051 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6052 ac_tool_warned
=yes ;;
6054 WINDRES
=$ac_ct_WINDRES
6057 WINDRES
="$ac_cv_prog_WINDRES"
6060 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6061 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6063 if test "$LN_S" = "ln -s"; then
6064 { echo "$as_me:$LINENO: result: yes" >&5
6065 echo "${ECHO_T}yes" >&6; }
6067 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6068 echo "${ECHO_T}no, using $LN_S" >&6; }
6071 { echo "$as_me:$LINENO: checking whether ln works" >&5
6072 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6073 rm -f conf$$ conf$$.
file
6075 if ln conf$$.
file conf$$
2>/dev
/null
; then
6078 { echo "$as_me:$LINENO: result: yes" >&5
6079 echo "${ECHO_T}yes" >&6; }
6083 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6084 echo "${ECHO_T}no, using $LN" >&6; }
6086 rm -f conf$$ conf$$.
file
6087 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6088 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6089 if test "${ac_cv_path_GREP+set}" = set; then
6090 echo $ECHO_N "(cached) $ECHO_C" >&6
6092 # Extract the first word of "grep ggrep" to use in msg output
6093 if test -z "$GREP"; then
6094 set dummy
grep ggrep
; ac_prog_name
=$2
6095 if test "${ac_cv_path_GREP+set}" = set; then
6096 echo $ECHO_N "(cached) $ECHO_C" >&6
6098 ac_path_GREP_found
=false
6099 # Loop through the user's path and test for each of PROGNAME-LIST
6100 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6101 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6104 test -z "$as_dir" && as_dir
=.
6105 for ac_prog
in grep ggrep
; do
6106 for ac_exec_ext
in '' $ac_executable_extensions; do
6107 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6108 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6109 # Check for GNU ac_path_GREP and select it if it is found.
6110 # Check for GNU $ac_path_GREP
6111 case `"$ac_path_GREP" --version 2>&1` in
6113 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6116 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6119 cat "conftest.in" "conftest.in" >"conftest.tmp"
6120 mv "conftest.tmp" "conftest.in"
6121 cp "conftest.in" "conftest.nl"
6122 echo 'GREP' >> "conftest.nl"
6123 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6124 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6125 ac_count
=`expr $ac_count + 1`
6126 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6127 # Best one so far, save it but keep looking for a better one
6128 ac_cv_path_GREP
="$ac_path_GREP"
6129 ac_path_GREP_max
=$ac_count
6131 # 10*(2^10) chars as input seems more than enough
6132 test $ac_count -gt 10 && break
6134 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6138 $ac_path_GREP_found && break 3
6148 GREP
="$ac_cv_path_GREP"
6149 if test -z "$GREP"; then
6150 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6151 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6152 { (exit 1); exit 1; }; }
6156 ac_cv_path_GREP
=$GREP
6161 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6162 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6163 GREP
="$ac_cv_path_GREP"
6166 { echo "$as_me:$LINENO: checking for egrep" >&5
6167 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6172 then ac_cv_path_EGREP
="$GREP -E"
6174 # Extract the first word of "egrep" to use in msg output
6175 if test -z "$EGREP"; then
6176 set dummy
egrep; ac_prog_name
=$2
6177 if test "${ac_cv_path_EGREP+set}" = set; then
6178 echo $ECHO_N "(cached) $ECHO_C" >&6
6180 ac_path_EGREP_found
=false
6181 # Loop through the user's path and test for each of PROGNAME-LIST
6182 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6183 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6186 test -z "$as_dir" && as_dir
=.
6187 for ac_prog
in egrep; do
6188 for ac_exec_ext
in '' $ac_executable_extensions; do
6189 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6190 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6191 # Check for GNU ac_path_EGREP and select it if it is found.
6192 # Check for GNU $ac_path_EGREP
6193 case `"$ac_path_EGREP" --version 2>&1` in
6195 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6198 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6201 cat "conftest.in" "conftest.in" >"conftest.tmp"
6202 mv "conftest.tmp" "conftest.in"
6203 cp "conftest.in" "conftest.nl"
6204 echo 'EGREP' >> "conftest.nl"
6205 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6206 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6207 ac_count
=`expr $ac_count + 1`
6208 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6209 # Best one so far, save it but keep looking for a better one
6210 ac_cv_path_EGREP
="$ac_path_EGREP"
6211 ac_path_EGREP_max
=$ac_count
6213 # 10*(2^10) chars as input seems more than enough
6214 test $ac_count -gt 10 && break
6216 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6220 $ac_path_EGREP_found && break 3
6230 EGREP
="$ac_cv_path_EGREP"
6231 if test -z "$EGREP"; then
6232 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6233 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6234 { (exit 1); exit 1; }; }
6238 ac_cv_path_EGREP
=$EGREP
6244 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6245 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6246 EGREP
="$ac_cv_path_EGREP"
6249 # Extract the first word of "ldconfig", so it can be a program name with args.
6250 set dummy ldconfig
; ac_word
=$2
6251 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6253 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6254 echo $ECHO_N "(cached) $ECHO_C" >&6
6258 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6261 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6262 for as_dir
in /sbin
/usr
/sbin
$PATH
6265 test -z "$as_dir" && as_dir
=.
6266 for ac_exec_ext
in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6276 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6280 LDCONFIG
=$ac_cv_path_LDCONFIG
6281 if test -n "$LDCONFIG"; then
6282 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6283 echo "${ECHO_T}$LDCONFIG" >&6; }
6285 { echo "$as_me:$LINENO: result: no" >&5
6286 echo "${ECHO_T}no" >&6; }
6290 # Find a good install program. We prefer a C program (faster),
6291 # so one script is as good as another. But avoid the broken or
6292 # incompatible versions:
6293 # SysV /etc/install, /usr/sbin/install
6294 # SunOS /usr/etc/install
6295 # IRIX /sbin/install
6297 # AmigaOS /C/install, which installs bootblocks on floppy discs
6298 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6299 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6300 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6301 # OS/2's system install, which has a completely different semantic
6302 # ./install, which can be erroneously created by make from ./install.sh.
6303 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6304 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6305 if test -z "$INSTALL"; then
6306 if test "${ac_cv_path_install+set}" = set; then
6307 echo $ECHO_N "(cached) $ECHO_C" >&6
6309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6313 test -z "$as_dir" && as_dir
=.
6314 # Account for people who put trailing slashes in PATH elements.
6316 .
/ | .
// |
/cC
/* | \
6317 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6318 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6321 # OSF1 and SCO ODT 3.0 have their own names for install.
6322 # Don't use installbsd from OSF since it installs stuff as root
6324 for ac_prog
in ginstall scoinst
install; do
6325 for ac_exec_ext
in '' $ac_executable_extensions; do
6326 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6327 if test $ac_prog = install &&
6328 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6329 # AIX install. It has an incompatible calling convention.
6331 elif test $ac_prog = install &&
6332 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6333 # program-specific install script used by HP pwplus--don't use.
6336 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6349 if test "${ac_cv_path_install+set}" = set; then
6350 INSTALL
=$ac_cv_path_install
6352 # As a last resort, use the slow shell script. Don't cache a
6353 # value for INSTALL within a source directory, because that will
6354 # break other packages using the cache if that directory is
6355 # removed, or if the value is a relative name.
6356 INSTALL
=$ac_install_sh
6359 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6360 echo "${ECHO_T}$INSTALL" >&6; }
6362 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6363 # It thinks the first close brace ends the variable substitution.
6364 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6366 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6368 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6371 [\\/$
]* | ?
:[\\/]* ) ;;
6372 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6375 for ac_prog
in lclint lint
6377 # Extract the first word of "$ac_prog", so it can be a program name with args.
6378 set dummy
$ac_prog; ac_word
=$2
6379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6381 if test "${ac_cv_prog_LINT+set}" = set; then
6382 echo $ECHO_N "(cached) $ECHO_C" >&6
6384 if test -n "$LINT"; then
6385 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6387 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6391 test -z "$as_dir" && as_dir
=.
6392 for ac_exec_ext
in '' $ac_executable_extensions; do
6393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394 ac_cv_prog_LINT
="$ac_prog"
6395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 LINT
=$ac_cv_prog_LINT
6405 if test -n "$LINT"; then
6406 { echo "$as_me:$LINENO: result: $LINT" >&5
6407 echo "${ECHO_T}$LINT" >&6; }
6409 { echo "$as_me:$LINENO: result: no" >&5
6410 echo "${ECHO_T}no" >&6; }
6414 test -n "$LINT" && break
6417 if test "$LINT" = "lint"
6419 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6424 for ac_prog
in fontforge
6426 # Extract the first word of "$ac_prog", so it can be a program name with args.
6427 set dummy
$ac_prog; ac_word
=$2
6428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6430 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6433 if test -n "$FONTFORGE"; then
6434 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6440 test -z "$as_dir" && as_dir
=.
6441 for ac_exec_ext
in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_FONTFORGE
="$ac_prog"
6444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 FONTFORGE
=$ac_cv_prog_FONTFORGE
6454 if test -n "$FONTFORGE"; then
6455 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6456 echo "${ECHO_T}$FONTFORGE" >&6; }
6458 { echo "$as_me:$LINENO: result: no" >&5
6459 echo "${ECHO_T}no" >&6; }
6463 test -n "$FONTFORGE" && break
6465 test -n "$FONTFORGE" || FONTFORGE
="false"
6467 for ac_prog
in pkg-config
6469 # Extract the first word of "$ac_prog", so it can be a program name with args.
6470 set dummy
$ac_prog; ac_word
=$2
6471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6473 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6476 if test -n "$PKG_CONFIG"; then
6477 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6483 test -z "$as_dir" && as_dir
=.
6484 for ac_exec_ext
in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6497 if test -n "$PKG_CONFIG"; then
6498 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6499 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6501 { echo "$as_me:$LINENO: result: no" >&5
6502 echo "${ECHO_T}no" >&6; }
6506 test -n "$PKG_CONFIG" && break
6508 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6512 # Extract the first word of "$ac_prog", so it can be a program name with args.
6513 set dummy
$ac_prog; ac_word
=$2
6514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6516 if test "${ac_cv_prog_RSVG+set}" = set; then
6517 echo $ECHO_N "(cached) $ECHO_C" >&6
6519 if test -n "$RSVG"; then
6520 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6526 test -z "$as_dir" && as_dir
=.
6527 for ac_exec_ext
in '' $ac_executable_extensions; do
6528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6529 ac_cv_prog_RSVG
="$ac_prog"
6530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6539 RSVG
=$ac_cv_prog_RSVG
6540 if test -n "$RSVG"; then
6541 { echo "$as_me:$LINENO: result: $RSVG" >&5
6542 echo "${ECHO_T}$RSVG" >&6; }
6544 { echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6; }
6549 test -n "$RSVG" && break
6551 test -n "$RSVG" || RSVG
="false"
6553 for ac_prog
in icotool
6555 # Extract the first word of "$ac_prog", so it can be a program name with args.
6556 set dummy
$ac_prog; ac_word
=$2
6557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6559 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6562 if test -n "$ICOTOOL"; then
6563 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6565 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6569 test -z "$as_dir" && as_dir
=.
6570 for ac_exec_ext
in '' $ac_executable_extensions; do
6571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6572 ac_cv_prog_ICOTOOL
="$ac_prog"
6573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 ICOTOOL
=$ac_cv_prog_ICOTOOL
6583 if test -n "$ICOTOOL"; then
6584 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6585 echo "${ECHO_T}$ICOTOOL" >&6; }
6587 { echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6; }
6592 test -n "$ICOTOOL" && break
6594 test -n "$ICOTOOL" || ICOTOOL
="false"
6597 if test "${enable_maintainer_mode+set}" = set
6599 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6600 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6601 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6606 # Extract the first word of "prelink", so it can be a program name with args.
6607 set dummy prelink
; ac_word
=$2
6608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6610 if test "${ac_cv_path_PRELINK+set}" = set; then
6611 echo $ECHO_N "(cached) $ECHO_C" >&6
6615 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6618 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6619 for as_dir
in /sbin
/usr
/sbin
$PATH
6622 test -z "$as_dir" && as_dir
=.
6623 for ac_exec_ext
in '' $ac_executable_extensions; do
6624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6625 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6633 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6637 PRELINK
=$ac_cv_path_PRELINK
6638 if test -n "$PRELINK"; then
6639 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6640 echo "${ECHO_T}$PRELINK" >&6; }
6642 { echo "$as_me:$LINENO: result: no" >&5
6643 echo "${ECHO_T}no" >&6; }
6652 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6653 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6654 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6655 echo $ECHO_N "(cached) $ECHO_C" >&6
6657 ac_check_lib_save_LIBS
=$LIBS
6659 cat >conftest.
$ac_ext <<_ACEOF
6662 cat confdefs.h
>>conftest.
$ac_ext
6663 cat >>conftest.
$ac_ext <<_ACEOF
6664 /* end confdefs.h. */
6666 /* Override any GCC internal prototype to avoid an error.
6667 Use char because int might match the return type of a GCC
6668 builtin and then its argument prototype would still apply. */
6672 char i386_set_ldt ();
6676 return i386_set_ldt ();
6681 rm -f conftest.
$ac_objext conftest
$ac_exeext
6682 if { (ac_try
="$ac_link"
6684 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6688 (eval "$ac_link") 2>conftest.er1
6690 grep -v '^ *+' conftest.er1 >conftest.err
6692 cat conftest.err >&5
6693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694 (exit $ac_status); } && {
6695 test -z "$ac_c_werror_flag" ||
6696 test ! -s conftest.err
6697 } && test -s conftest$ac_exeext &&
6698 $as_test_x conftest$ac_exeext; then
6699 ac_cv_lib_i386_i386_set_ldt=yes
6701 echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 ac_cv_lib_i386_i386_set_ldt=no
6707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6708 conftest$ac_exeext conftest.$ac_ext
6709 LIBS=$ac_check_lib_save_LIBS
6711 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6712 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6713 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6714 cat >>confdefs.h <<_ACEOF
6715 #define HAVE_LIBI386 1
6723 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6724 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6725 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6726 echo $ECHO_N "(cached) $ECHO_C" >&6
6728 ac_check_lib_save_LIBS=$LIBS
6729 LIBS="-lossaudio $LIBS"
6730 cat >conftest.$ac_ext <<_ACEOF
6733 cat confdefs.h >>conftest.$ac_ext
6734 cat >>conftest.$ac_ext <<_ACEOF
6735 /* end confdefs.h. */
6737 /* Override any GCC internal prototype to avoid an error.
6738 Use char because int might match the return type of a GCC
6739 builtin and then its argument prototype would still apply. */
6747 return _oss_ioctl ();
6752 rm -f conftest.$ac_objext conftest$ac_exeext
6753 if { (ac_try="$ac_link"
6755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6756 *) ac_try_echo
=$ac_try;;
6758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6759 (eval "$ac_link") 2>conftest.er1
6761 grep -v '^ *+' conftest.er1
>conftest.err
6763 cat conftest.err
>&5
6764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765 (exit $ac_status); } && {
6766 test -z "$ac_c_werror_flag" ||
6767 test ! -s conftest.err
6768 } && test -s conftest
$ac_exeext &&
6769 $as_test_x conftest
$ac_exeext; then
6770 ac_cv_lib_ossaudio__oss_ioctl
=yes
6772 echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.
$ac_ext >&5
6775 ac_cv_lib_ossaudio__oss_ioctl
=no
6778 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6779 conftest
$ac_exeext conftest.
$ac_ext
6780 LIBS
=$ac_check_lib_save_LIBS
6782 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6783 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6784 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6785 cat >>confdefs.h
<<_ACEOF
6786 #define HAVE_LIBOSSAUDIO 1
6789 LIBS
="-lossaudio $LIBS"
6793 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6794 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6795 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6796 echo $ECHO_N "(cached) $ECHO_C" >&6
6798 ac_check_lib_save_LIBS
=$LIBS
6799 LIBS
="-lpthread $LIBS"
6800 cat >conftest.
$ac_ext <<_ACEOF
6803 cat confdefs.h
>>conftest.
$ac_ext
6804 cat >>conftest.
$ac_ext <<_ACEOF
6805 /* end confdefs.h. */
6807 /* Override any GCC internal prototype to avoid an error.
6808 Use char because int might match the return type of a GCC
6809 builtin and then its argument prototype would still apply. */
6813 char pthread_create ();
6817 return pthread_create ();
6822 rm -f conftest.
$ac_objext conftest
$ac_exeext
6823 if { (ac_try
="$ac_link"
6825 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6826 *) ac_try_echo=$ac_try;;
6828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6829 (eval "$ac_link") 2>conftest.er1
6831 grep -v '^ *+' conftest.er1 >conftest.err
6833 cat conftest.err >&5
6834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6835 (exit $ac_status); } && {
6836 test -z "$ac_c_werror_flag" ||
6837 test ! -s conftest.err
6838 } && test -s conftest$ac_exeext &&
6839 $as_test_x conftest$ac_exeext; then
6840 ac_cv_lib_pthread_pthread_create=yes
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 ac_cv_lib_pthread_pthread_create=no
6848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6849 conftest$ac_exeext conftest.$ac_ext
6850 LIBS=$ac_check_lib_save_LIBS
6852 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6853 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6854 if test $ac_cv_lib_pthread_pthread_create = yes; then
6855 LIBPTHREAD="-lpthread"
6866 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6867 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6868 if test "${ac_cv_header_stdc+set}" = set; then
6869 echo $ECHO_N "(cached) $ECHO_C" >&6
6871 cat >conftest.$ac_ext <<_ACEOF
6874 cat confdefs.h >>conftest.$ac_ext
6875 cat >>conftest.$ac_ext <<_ACEOF
6876 /* end confdefs.h. */
6890 rm -f conftest.$ac_objext
6891 if { (ac_try="$ac_compile"
6893 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6894 *) ac_try_echo
=$ac_try;;
6896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6897 (eval "$ac_compile") 2>conftest.er1
6899 grep -v '^ *+' conftest.er1
>conftest.err
6901 cat conftest.err
>&5
6902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6903 (exit $ac_status); } && {
6904 test -z "$ac_c_werror_flag" ||
6905 test ! -s conftest.err
6906 } && test -s conftest.
$ac_objext; then
6907 ac_cv_header_stdc
=yes
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.
$ac_ext >&5
6912 ac_cv_header_stdc
=no
6915 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6917 if test $ac_cv_header_stdc = yes; then
6918 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919 cat >conftest.
$ac_ext <<_ACEOF
6922 cat confdefs.h
>>conftest.
$ac_ext
6923 cat >>conftest.
$ac_ext <<_ACEOF
6924 /* end confdefs.h. */
6928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929 $EGREP "memchr" >/dev
/null
2>&1; then
6932 ac_cv_header_stdc
=no
6938 if test $ac_cv_header_stdc = yes; then
6939 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940 cat >conftest.
$ac_ext <<_ACEOF
6943 cat confdefs.h
>>conftest.
$ac_ext
6944 cat >>conftest.
$ac_ext <<_ACEOF
6945 /* end confdefs.h. */
6949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950 $EGREP "free" >/dev
/null
2>&1; then
6953 ac_cv_header_stdc
=no
6959 if test $ac_cv_header_stdc = yes; then
6960 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961 if test "$cross_compiling" = yes; then
6964 cat >conftest.
$ac_ext <<_ACEOF
6967 cat confdefs.h
>>conftest.
$ac_ext
6968 cat >>conftest.
$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6972 #if ((' ' & 0x0FF) == 0x020)
6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6976 # define ISLOWER(c) \
6977 (('a' <= (c) && (c) <= 'i') \
6978 || ('j' <= (c) && (c) <= 'r') \
6979 || ('s' <= (c) && (c) <= 'z'))
6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6988 for (i = 0; i < 256; i++)
6989 if (XOR (islower (i), ISLOWER (i))
6990 || toupper (i) != TOUPPER (i))
6995 rm -f conftest
$ac_exeext
6996 if { (ac_try
="$ac_link"
6998 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_link") 2>&5
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7006 { (case "(($ac_try" in
7007 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7008 *) ac_try_echo
=$ac_try;;
7010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7011 (eval "$ac_try") 2>&5
7013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014 (exit $ac_status); }; }; then
7017 echo "$as_me: program exited with status $ac_status" >&5
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.
$ac_ext >&5
7022 ac_cv_header_stdc
=no
7024 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7030 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7031 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7032 if test $ac_cv_header_stdc = yes; then
7034 cat >>confdefs.h
<<\_ACEOF
7035 #define STDC_HEADERS 1
7040 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7050 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7051 inttypes.h stdint.h unistd.h
7053 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7056 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057 echo $ECHO_N "(cached) $ECHO_C" >&6
7059 cat >conftest.
$ac_ext <<_ACEOF
7062 cat confdefs.h
>>conftest.
$ac_ext
7063 cat >>conftest.
$ac_ext <<_ACEOF
7064 /* end confdefs.h. */
7065 $ac_includes_default
7067 #include <$ac_header>
7069 rm -f conftest.
$ac_objext
7070 if { (ac_try
="$ac_compile"
7072 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7073 *) ac_try_echo=$ac_try;;
7075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076 (eval "$ac_compile") 2>conftest.er1
7078 grep -v '^ *+' conftest.er1 >conftest.err
7080 cat conftest.err >&5
7081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 (exit $ac_status); } && {
7083 test -z "$ac_c_werror_flag" ||
7084 test ! -s conftest.err
7085 } && test -s conftest.$ac_objext; then
7086 eval "$as_ac_Header=yes"
7088 echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.$ac_ext >&5
7091 eval "$as_ac_Header=no"
7094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 ac_res=`eval echo '${'$as_ac_Header'}'`
7097 { echo "$as_me:$LINENO: result: $ac_res" >&5
7098 echo "${ECHO_T}$ac_res" >&6; }
7099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7100 cat >>confdefs.h <<_ACEOF
7101 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7222 AudioUnit/AudioUnit.h \
7224 CoreAudio/CoreAudio.h \
7225 DiskArbitration/DiskArbitration.h \
7239 fontconfig/fontconfig.h \
7265 machine/soundcard.h \
7270 netinet/in_systm.h \
7332 valgrind/memcheck.h \
7336 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7338 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7339 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7341 echo $ECHO_N "(cached) $ECHO_C" >&6
7343 ac_res=`eval echo '${'$as_ac_Header'}'`
7344 { echo "$as_me:$LINENO: result: $ac_res" >&5
7345 echo "${ECHO_T}$ac_res" >&6; }
7347 # Is the header compilable?
7348 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7349 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7350 cat >conftest.$ac_ext <<_ACEOF
7353 cat confdefs.h >>conftest.$ac_ext
7354 cat >>conftest.$ac_ext <<_ACEOF
7355 /* end confdefs.h. */
7356 $ac_includes_default
7357 #include <$ac_header>
7359 rm -f conftest.$ac_objext
7360 if { (ac_try="$ac_compile"
7362 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7363 *) ac_try_echo
=$ac_try;;
7365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7366 (eval "$ac_compile") 2>conftest.er1
7368 grep -v '^ *+' conftest.er1
>conftest.err
7370 cat conftest.err
>&5
7371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7372 (exit $ac_status); } && {
7373 test -z "$ac_c_werror_flag" ||
7374 test ! -s conftest.err
7375 } && test -s conftest.
$ac_objext; then
7376 ac_header_compiler
=yes
7378 echo "$as_me: failed program was:" >&5
7379 sed 's/^/| /' conftest.
$ac_ext >&5
7381 ac_header_compiler
=no
7384 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7385 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7386 echo "${ECHO_T}$ac_header_compiler" >&6; }
7388 # Is the header present?
7389 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7390 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7391 cat >conftest.
$ac_ext <<_ACEOF
7394 cat confdefs.h
>>conftest.
$ac_ext
7395 cat >>conftest.
$ac_ext <<_ACEOF
7396 /* end confdefs.h. */
7397 #include <$ac_header>
7399 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7401 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7402 *) ac_try_echo=$ac_try;;
7404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7405 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7407 grep -v '^ *+' conftest.er1 >conftest.err
7409 cat conftest.err >&5
7410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7411 (exit $ac_status); } >/dev/null && {
7412 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7413 test ! -s conftest.err
7415 ac_header_preproc=yes
7417 echo "$as_me: failed program was:" >&5
7418 sed 's/^/| /' conftest.$ac_ext >&5
7420 ac_header_preproc=no
7423 rm -f conftest.err conftest.$ac_ext
7424 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7425 echo "${ECHO_T}$ac_header_preproc" >&6; }
7427 # So? What about this header?
7428 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7431 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7433 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7434 ac_header_preproc=yes
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7438 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7440 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7442 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7444 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7446 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7448 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7450 ## ------------------------------------ ##
7451 ## Report this to wine-devel@winehq.org ##
7452 ## ------------------------------------ ##
7454 ) | sed "s/^/$as_me: WARNING: /" >&2
7457 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7460 echo $ECHO_N "(cached) $ECHO_C" >&6
7462 eval "$as_ac_Header=\$ac_header_preproc"
7464 ac_res=`eval echo '${'$as_ac_Header'}'`
7465 { echo "$as_me:$LINENO: result: $ac_res" >&5
7466 echo "${ECHO_T}$ac_res" >&6; }
7469 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7470 cat >>confdefs.h <<_ACEOF
7471 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7478 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7479 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7480 if test "${ac_cv_header_stat_broken+set}" = set; then
7481 echo $ECHO_N "(cached) $ECHO_C" >&6
7483 cat >conftest.$ac_ext <<_ACEOF
7486 cat confdefs.h >>conftest.$ac_ext
7487 cat >>conftest.$ac_ext <<_ACEOF
7488 /* end confdefs.h. */
7489 #include <sys/types.h>
7490 #include <sys/stat.h>
7492 #if defined S_ISBLK && defined S_IFDIR
7493 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7496 #if defined S_ISBLK && defined S_IFCHR
7497 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7500 #if defined S_ISLNK && defined S_IFREG
7501 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7504 #if defined S_ISSOCK && defined S_IFREG
7505 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7509 rm -f conftest.$ac_objext
7510 if { (ac_try="$ac_compile"
7512 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7513 *) ac_try_echo
=$ac_try;;
7515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7516 (eval "$ac_compile") 2>conftest.er1
7518 grep -v '^ *+' conftest.er1
>conftest.err
7520 cat conftest.err
>&5
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); } && {
7523 test -z "$ac_c_werror_flag" ||
7524 test ! -s conftest.err
7525 } && test -s conftest.
$ac_objext; then
7526 ac_cv_header_stat_broken
=no
7528 echo "$as_me: failed program was:" >&5
7529 sed 's/^/| /' conftest.
$ac_ext >&5
7531 ac_cv_header_stat_broken
=yes
7534 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7536 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7537 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7538 if test $ac_cv_header_stat_broken = yes; then
7540 cat >>confdefs.h
<<\_ACEOF
7541 #define STAT_MACROS_BROKEN 1
7552 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7554 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7555 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7556 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7557 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7558 echo $ECHO_N "(cached) $ECHO_C" >&6
7560 cat >conftest.
$ac_ext <<_ACEOF
7563 cat confdefs.h
>>conftest.
$ac_ext
7564 cat >>conftest.
$ac_ext <<_ACEOF
7565 /* end confdefs.h. */
7566 #include <sys/types.h>
7567 #ifdef HAVE_SYS_PARAM_H
7568 # include <sys/param.h>
7571 #include <$ac_header>
7573 rm -f conftest.
$ac_objext
7574 if { (ac_try
="$ac_compile"
7576 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7577 *) ac_try_echo=$ac_try;;
7579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7580 (eval "$ac_compile") 2>conftest.er1
7582 grep -v '^ *+' conftest.er1 >conftest.err
7584 cat conftest.err >&5
7585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7586 (exit $ac_status); } && {
7587 test -z "$ac_c_werror_flag" ||
7588 test ! -s conftest.err
7589 } && test -s conftest.$ac_objext; then
7590 eval "$as_ac_Header=yes"
7592 echo "$as_me: failed program was:" >&5
7593 sed 's/^/| /' conftest.$ac_ext >&5
7595 eval "$as_ac_Header=no"
7598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7600 ac_res=`eval echo '${'$as_ac_Header'}'`
7601 { echo "$as_me:$LINENO: result: $ac_res" >&5
7602 echo "${ECHO_T}$ac_res" >&6; }
7603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7604 cat >>confdefs.h <<_ACEOF
7605 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7632 netinet/if_ether.h \
7640 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7641 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7642 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7644 echo $ECHO_N "(cached) $ECHO_C" >&6
7646 cat >conftest.$ac_ext <<_ACEOF
7649 cat confdefs.h >>conftest.$ac_ext
7650 cat >>conftest.$ac_ext <<_ACEOF
7651 /* end confdefs.h. */
7652 #include <sys/types.h>
7653 #ifdef HAVE_SYS_SOCKET_H
7654 # include <sys/socket.h>
7656 #ifdef HAVE_SYS_SOCKETVAR_H
7657 # include <sys/socketvar.h>
7659 #ifdef HAVE_NETINET_IN_H
7660 # include <netinet/in.h>
7662 #ifdef HAVE_NETINET_IP_H
7663 # include <netinet/ip.h>
7666 #include <$ac_header>
7668 rm -f conftest.$ac_objext
7669 if { (ac_try="$ac_compile"
7671 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7672 *) ac_try_echo
=$ac_try;;
7674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7675 (eval "$ac_compile") 2>conftest.er1
7677 grep -v '^ *+' conftest.er1
>conftest.err
7679 cat conftest.err
>&5
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); } && {
7682 test -z "$ac_c_werror_flag" ||
7683 test ! -s conftest.err
7684 } && test -s conftest.
$ac_objext; then
7685 eval "$as_ac_Header=yes"
7687 echo "$as_me: failed program was:" >&5
7688 sed 's/^/| /' conftest.
$ac_ext >&5
7690 eval "$as_ac_Header=no"
7693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7695 ac_res
=`eval echo '${'$as_ac_Header'}'`
7696 { echo "$as_me:$LINENO: result: $ac_res" >&5
7697 echo "${ECHO_T}$ac_res" >&6; }
7698 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7699 cat >>confdefs.h
<<_ACEOF
7700 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7712 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7714 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7715 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7716 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7717 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7718 echo $ECHO_N "(cached) $ECHO_C" >&6
7720 cat >conftest.
$ac_ext <<_ACEOF
7723 cat confdefs.h
>>conftest.
$ac_ext
7724 cat >>conftest.
$ac_ext <<_ACEOF
7725 /* end confdefs.h. */
7726 #include <sys/types.h>
7730 #ifdef HAVE_SYS_SOCKET_H
7731 # include <sys/socket.h>
7733 #ifdef HAVE_SYS_SOCKETVAR_H
7734 # include <sys/socketvar.h>
7736 #ifdef HAVE_NETINET_IN_H
7737 # include <netinet/in.h>
7739 #ifdef HAVE_NETINET_IP_H
7740 # include <netinet/ip.h>
7742 #ifdef HAVE_NETINET_IP_VAR_H
7743 # include <netinet/ip_var.h>
7745 #ifdef HAVE_NETINET_IP_ICMP_H
7746 # include <netinet/ip_icmp.h>
7748 #ifdef HAVE_NETINET_UDP_H
7749 # include <netinet/udp.h>
7751 #ifdef HAVE_NETINET_TCP_H
7752 # include <netinet/tcp.h>
7755 #include <$ac_header>
7757 rm -f conftest.
$ac_objext
7758 if { (ac_try
="$ac_compile"
7760 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7761 *) ac_try_echo=$ac_try;;
7763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7764 (eval "$ac_compile") 2>conftest.er1
7766 grep -v '^ *+' conftest.er1 >conftest.err
7768 cat conftest.err >&5
7769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 (exit $ac_status); } && {
7771 test -z "$ac_c_werror_flag" ||
7772 test ! -s conftest.err
7773 } && test -s conftest.$ac_objext; then
7774 eval "$as_ac_Header=yes"
7776 echo "$as_me: failed program was:" >&5
7777 sed 's/^/| /' conftest.$ac_ext >&5
7779 eval "$as_ac_Header=no"
7782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7784 ac_res=`eval echo '${'$as_ac_Header'}'`
7785 { echo "$as_me:$LINENO: result: $ac_res" >&5
7786 echo "${ECHO_T}$ac_res" >&6; }
7787 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7788 cat >>confdefs.h <<_ACEOF
7789 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7798 for ac_header in linux/ipx.h
7800 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7801 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7802 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7804 echo $ECHO_N "(cached) $ECHO_C" >&6
7806 cat >conftest.$ac_ext <<_ACEOF
7809 cat confdefs.h >>conftest.$ac_ext
7810 cat >>conftest.$ac_ext <<_ACEOF
7811 /* end confdefs.h. */
7812 #include <sys/types.h>
7813 #ifdef HAVE_ASM_TYPES_H
7814 # include <asm/types.h>
7816 #ifdef HAVE_SYS_SOCKET_H
7817 # include <sys/socket.h>
7820 #include <$ac_header>
7822 rm -f conftest.$ac_objext
7823 if { (ac_try="$ac_compile"
7825 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7826 *) ac_try_echo
=$ac_try;;
7828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7829 (eval "$ac_compile") 2>conftest.er1
7831 grep -v '^ *+' conftest.er1
>conftest.err
7833 cat conftest.err
>&5
7834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835 (exit $ac_status); } && {
7836 test -z "$ac_c_werror_flag" ||
7837 test ! -s conftest.err
7838 } && test -s conftest.
$ac_objext; then
7839 eval "$as_ac_Header=yes"
7841 echo "$as_me: failed program was:" >&5
7842 sed 's/^/| /' conftest.
$ac_ext >&5
7844 eval "$as_ac_Header=no"
7847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7849 ac_res
=`eval echo '${'$as_ac_Header'}'`
7850 { echo "$as_me:$LINENO: result: $ac_res" >&5
7851 echo "${ECHO_T}$ac_res" >&6; }
7852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7853 cat >>confdefs.h
<<_ACEOF
7854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7863 for ac_header
in resolv.h
7865 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7866 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7867 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7868 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7869 echo $ECHO_N "(cached) $ECHO_C" >&6
7871 cat >conftest.
$ac_ext <<_ACEOF
7874 cat confdefs.h
>>conftest.
$ac_ext
7875 cat >>conftest.
$ac_ext <<_ACEOF
7876 /* end confdefs.h. */
7877 #include <sys/types.h>
7878 #ifdef HAVE_SYS_SOCKET_H
7879 # include <sys/socket.h>
7881 #ifdef HAVE_NETINET_IN_H
7882 # include <netinet/in.h>
7884 #ifdef HAVE_ARPA_NAMESER_H
7885 # include <arpa/nameser.h>
7888 #include <$ac_header>
7890 rm -f conftest.
$ac_objext
7891 if { (ac_try
="$ac_compile"
7893 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7894 *) ac_try_echo=$ac_try;;
7896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7897 (eval "$ac_compile") 2>conftest.er1
7899 grep -v '^ *+' conftest.er1 >conftest.err
7901 cat conftest.err >&5
7902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && {
7904 test -z "$ac_c_werror_flag" ||
7905 test ! -s conftest.err
7906 } && test -s conftest.$ac_objext; then
7907 eval "$as_ac_Header=yes"
7909 echo "$as_me: failed program was:" >&5
7910 sed 's/^/| /' conftest.$ac_ext >&5
7912 eval "$as_ac_Header=no"
7915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7917 ac_res=`eval echo '${'$as_ac_Header'}'`
7918 { echo "$as_me:$LINENO: result: $ac_res" >&5
7919 echo "${ECHO_T}$ac_res" >&6; }
7920 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7921 cat >>confdefs.h <<_ACEOF
7922 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7931 for ac_header in ucontext.h
7933 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7934 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7937 echo $ECHO_N "(cached) $ECHO_C" >&6
7939 cat >conftest.$ac_ext <<_ACEOF
7942 cat confdefs.h >>conftest.$ac_ext
7943 cat >>conftest.$ac_ext <<_ACEOF
7944 /* end confdefs.h. */
7947 #include <$ac_header>
7949 rm -f conftest.$ac_objext
7950 if { (ac_try="$ac_compile"
7952 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7953 *) ac_try_echo
=$ac_try;;
7955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7956 (eval "$ac_compile") 2>conftest.er1
7958 grep -v '^ *+' conftest.er1
>conftest.err
7960 cat conftest.err
>&5
7961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962 (exit $ac_status); } && {
7963 test -z "$ac_c_werror_flag" ||
7964 test ! -s conftest.err
7965 } && test -s conftest.
$ac_objext; then
7966 eval "$as_ac_Header=yes"
7968 echo "$as_me: failed program was:" >&5
7969 sed 's/^/| /' conftest.
$ac_ext >&5
7971 eval "$as_ac_Header=no"
7974 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7976 ac_res
=`eval echo '${'$as_ac_Header'}'`
7977 { echo "$as_me:$LINENO: result: $ac_res" >&5
7978 echo "${ECHO_T}$ac_res" >&6; }
7979 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7980 cat >>confdefs.h
<<_ACEOF
7981 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7990 for ac_header
in sys
/thr.h
7992 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7993 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7994 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7995 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7996 echo $ECHO_N "(cached) $ECHO_C" >&6
7998 cat >conftest.
$ac_ext <<_ACEOF
8001 cat confdefs.h
>>conftest.
$ac_ext
8002 cat >>conftest.
$ac_ext <<_ACEOF
8003 /* end confdefs.h. */
8004 #include <sys/types.h>
8005 #ifdef HAVE_UCONTEXT_H
8006 #include <ucontext.h>
8009 #include <$ac_header>
8011 rm -f conftest.
$ac_objext
8012 if { (ac_try
="$ac_compile"
8014 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8015 *) ac_try_echo=$ac_try;;
8017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8018 (eval "$ac_compile") 2>conftest.er1
8020 grep -v '^ *+' conftest.er1 >conftest.err
8022 cat conftest.err >&5
8023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8024 (exit $ac_status); } && {
8025 test -z "$ac_c_werror_flag" ||
8026 test ! -s conftest.err
8027 } && test -s conftest.$ac_objext; then
8028 eval "$as_ac_Header=yes"
8030 echo "$as_me: failed program was:" >&5
8031 sed 's/^/| /' conftest.$ac_ext >&5
8033 eval "$as_ac_Header=no"
8036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8038 ac_res=`eval echo '${'$as_ac_Header'}'`
8039 { echo "$as_me:$LINENO: result: $ac_res" >&5
8040 echo "${ECHO_T}$ac_res" >&6; }
8041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8042 cat >>confdefs.h <<_ACEOF
8043 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8052 for ac_header in pthread_np.h
8054 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8058 echo $ECHO_N "(cached) $ECHO_C" >&6
8060 cat >conftest.$ac_ext <<_ACEOF
8063 cat confdefs.h >>conftest.$ac_ext
8064 cat >>conftest.$ac_ext <<_ACEOF
8065 /* end confdefs.h. */
8066 #ifdef HAVE_PTHREAD_H
8067 #include <pthread.h>
8070 #include <$ac_header>
8072 rm -f conftest.$ac_objext
8073 if { (ac_try="$ac_compile"
8075 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8076 *) ac_try_echo
=$ac_try;;
8078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8079 (eval "$ac_compile") 2>conftest.er1
8081 grep -v '^ *+' conftest.er1
>conftest.err
8083 cat conftest.err
>&5
8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 (exit $ac_status); } && {
8086 test -z "$ac_c_werror_flag" ||
8087 test ! -s conftest.err
8088 } && test -s conftest.
$ac_objext; then
8089 eval "$as_ac_Header=yes"
8091 echo "$as_me: failed program was:" >&5
8092 sed 's/^/| /' conftest.
$ac_ext >&5
8094 eval "$as_ac_Header=no"
8097 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8099 ac_res
=`eval echo '${'$as_ac_Header'}'`
8100 { echo "$as_me:$LINENO: result: $ac_res" >&5
8101 echo "${ECHO_T}$ac_res" >&6; }
8102 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8103 cat >>confdefs.h
<<_ACEOF
8104 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8113 for ac_header
in linux
/videodev.h
8115 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8116 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8117 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8118 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8119 echo $ECHO_N "(cached) $ECHO_C" >&6
8121 cat >conftest.
$ac_ext <<_ACEOF
8124 cat confdefs.h
>>conftest.
$ac_ext
8125 cat >>conftest.
$ac_ext <<_ACEOF
8126 /* end confdefs.h. */
8127 #ifdef HAVE_SYS_TIME_H
8128 #include <sys/time.h>
8130 #include <sys/types.h>
8131 #ifdef HAVE_ASM_TYPES_H
8132 #include <asm/types.h>
8135 #include <$ac_header>
8137 rm -f conftest.
$ac_objext
8138 if { (ac_try
="$ac_compile"
8140 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8141 *) ac_try_echo=$ac_try;;
8143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8144 (eval "$ac_compile") 2>conftest.er1
8146 grep -v '^ *+' conftest.er1 >conftest.err
8148 cat conftest.err >&5
8149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8150 (exit $ac_status); } && {
8151 test -z "$ac_c_werror_flag" ||
8152 test ! -s conftest.err
8153 } && test -s conftest.$ac_objext; then
8154 eval "$as_ac_Header=yes"
8156 echo "$as_me: failed program was:" >&5
8157 sed 's/^/| /' conftest.$ac_ext >&5
8159 eval "$as_ac_Header=no"
8162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8164 ac_res=`eval echo '${'$as_ac_Header'}'`
8165 { echo "$as_me:$LINENO: result: $ac_res" >&5
8166 echo "${ECHO_T}$ac_res" >&6; }
8167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8168 cat >>confdefs.h <<_ACEOF
8169 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8178 for ac_header in linux/capi.h
8180 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8181 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8182 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8184 echo $ECHO_N "(cached) $ECHO_C" >&6
8186 cat >conftest.$ac_ext <<_ACEOF
8189 cat confdefs.h >>conftest.$ac_ext
8190 cat >>conftest.$ac_ext <<_ACEOF
8191 /* end confdefs.h. */
8194 #include <$ac_header>
8196 rm -f conftest.$ac_objext
8197 if { (ac_try="$ac_compile"
8199 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8200 *) ac_try_echo
=$ac_try;;
8202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8203 (eval "$ac_compile") 2>conftest.er1
8205 grep -v '^ *+' conftest.er1
>conftest.err
8207 cat conftest.err
>&5
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 (exit $ac_status); } && {
8210 test -z "$ac_c_werror_flag" ||
8211 test ! -s conftest.err
8212 } && test -s conftest.
$ac_objext; then
8213 eval "$as_ac_Header=yes"
8215 echo "$as_me: failed program was:" >&5
8216 sed 's/^/| /' conftest.
$ac_ext >&5
8218 eval "$as_ac_Header=no"
8221 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8223 ac_res
=`eval echo '${'$as_ac_Header'}'`
8224 { echo "$as_me:$LINENO: result: $ac_res" >&5
8225 echo "${ECHO_T}$ac_res" >&6; }
8226 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8227 cat >>confdefs.h
<<_ACEOF
8228 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8239 DLLFLAGS
="-D_REENTRANT"
8253 # Extract the first word of "ldd", so it can be a program name with args.
8254 set dummy ldd
; ac_word
=$2
8255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8257 if test "${ac_cv_path_LDD+set}" = set; then
8258 echo $ECHO_N "(cached) $ECHO_C" >&6
8262 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8265 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8266 as_dummy
="/sbin:/usr/sbin:$PATH"
8267 for as_dir
in $as_dummy
8270 test -z "$as_dir" && as_dir
=.
8271 for ac_exec_ext
in '' $ac_executable_extensions; do
8272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8273 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8286 if test -n "$LDD"; then
8287 { echo "$as_me:$LINENO: result: $LDD" >&5
8288 echo "${ECHO_T}$LDD" >&6; }
8290 { echo "$as_me:$LINENO: result: no" >&5
8291 echo "${ECHO_T}no" >&6; }
8298 if test -n "$ac_tool_prefix"; then
8299 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8300 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8301 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8303 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8304 echo $ECHO_N "(cached) $ECHO_C" >&6
8306 if test -n "$DLLTOOL"; then
8307 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8313 test -z "$as_dir" && as_dir
=.
8314 for ac_exec_ext
in '' $ac_executable_extensions; do
8315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8316 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8326 DLLTOOL
=$ac_cv_prog_DLLTOOL
8327 if test -n "$DLLTOOL"; then
8328 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8329 echo "${ECHO_T}$DLLTOOL" >&6; }
8331 { echo "$as_me:$LINENO: result: no" >&5
8332 echo "${ECHO_T}no" >&6; }
8337 if test -z "$ac_cv_prog_DLLTOOL"; then
8338 ac_ct_DLLTOOL
=$DLLTOOL
8339 # Extract the first word of "dlltool", so it can be a program name with args.
8340 set dummy dlltool
; ac_word
=$2
8341 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8343 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8344 echo $ECHO_N "(cached) $ECHO_C" >&6
8346 if test -n "$ac_ct_DLLTOOL"; then
8347 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8349 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8353 test -z "$as_dir" && as_dir
=.
8354 for ac_exec_ext
in '' $ac_executable_extensions; do
8355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8356 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8366 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8367 if test -n "$ac_ct_DLLTOOL"; then
8368 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8369 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8371 { echo "$as_me:$LINENO: result: no" >&5
8372 echo "${ECHO_T}no" >&6; }
8375 if test "x$ac_ct_DLLTOOL" = x
; then
8378 case $cross_compiling:$ac_tool_warned in
8380 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8381 whose name does not start with the host triplet. If you think this
8382 configuration is useful to you, please write to autoconf@gnu.org." >&5
8383 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8384 whose name does not start with the host triplet. If you think this
8385 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8386 ac_tool_warned
=yes ;;
8388 DLLTOOL
=$ac_ct_DLLTOOL
8391 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8394 if test -n "$ac_tool_prefix"; then
8395 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8396 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8397 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8399 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8400 echo $ECHO_N "(cached) $ECHO_C" >&6
8402 if test -n "$DLLWRAP"; then
8403 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8405 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8409 test -z "$as_dir" && as_dir
=.
8410 for ac_exec_ext
in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8422 DLLWRAP
=$ac_cv_prog_DLLWRAP
8423 if test -n "$DLLWRAP"; then
8424 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8425 echo "${ECHO_T}$DLLWRAP" >&6; }
8427 { echo "$as_me:$LINENO: result: no" >&5
8428 echo "${ECHO_T}no" >&6; }
8433 if test -z "$ac_cv_prog_DLLWRAP"; then
8434 ac_ct_DLLWRAP
=$DLLWRAP
8435 # Extract the first word of "dllwrap", so it can be a program name with args.
8436 set dummy dllwrap
; ac_word
=$2
8437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8439 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8440 echo $ECHO_N "(cached) $ECHO_C" >&6
8442 if test -n "$ac_ct_DLLWRAP"; then
8443 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8445 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8449 test -z "$as_dir" && as_dir
=.
8450 for ac_exec_ext
in '' $ac_executable_extensions; do
8451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8452 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8462 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8463 if test -n "$ac_ct_DLLWRAP"; then
8464 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8465 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8467 { echo "$as_me:$LINENO: result: no" >&5
8468 echo "${ECHO_T}no" >&6; }
8471 if test "x$ac_ct_DLLWRAP" = x
; then
8474 case $cross_compiling:$ac_tool_warned in
8476 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8477 whose name does not start with the host triplet. If you think this
8478 configuration is useful to you, please write to autoconf@gnu.org." >&5
8479 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8480 whose name does not start with the host triplet. If you think this
8481 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8482 ac_tool_warned
=yes ;;
8484 DLLWRAP
=$ac_ct_DLLWRAP
8487 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8490 if test -n "$ac_tool_prefix"; then
8491 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8492 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8495 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8496 echo $ECHO_N "(cached) $ECHO_C" >&6
8498 if test -n "$MINGWAR"; then
8499 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8501 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8505 test -z "$as_dir" && as_dir
=.
8506 for ac_exec_ext
in '' $ac_executable_extensions; do
8507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8508 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8518 MINGWAR
=$ac_cv_prog_MINGWAR
8519 if test -n "$MINGWAR"; then
8520 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8521 echo "${ECHO_T}$MINGWAR" >&6; }
8523 { echo "$as_me:$LINENO: result: no" >&5
8524 echo "${ECHO_T}no" >&6; }
8529 if test -z "$ac_cv_prog_MINGWAR"; then
8530 ac_ct_MINGWAR
=$MINGWAR
8531 # Extract the first word of "ar", so it can be a program name with args.
8532 set dummy
ar; ac_word
=$2
8533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8535 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8536 echo $ECHO_N "(cached) $ECHO_C" >&6
8538 if test -n "$ac_ct_MINGWAR"; then
8539 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8541 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8545 test -z "$as_dir" && as_dir
=.
8546 for ac_exec_ext
in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_prog_ac_ct_MINGWAR
="ar"
8549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8558 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8559 if test -n "$ac_ct_MINGWAR"; then
8560 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8561 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8563 { echo "$as_me:$LINENO: result: no" >&5
8564 echo "${ECHO_T}no" >&6; }
8567 if test "x$ac_ct_MINGWAR" = x
; then
8570 case $cross_compiling:$ac_tool_warned in
8572 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8573 whose name does not start with the host triplet. If you think this
8574 configuration is useful to you, please write to autoconf@gnu.org." >&5
8575 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8576 whose name does not start with the host triplet. If you think this
8577 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8578 ac_tool_warned
=yes ;;
8580 MINGWAR
=$ac_ct_MINGWAR
8583 MINGWAR
="$ac_cv_prog_MINGWAR"
8586 if test "$DLLWRAP" = "false"; then
8594 enable_iphlpapi
=${enable_iphlpapi:-no}
8595 enable_kernel32
=${enable_kernel32:-no}
8596 enable_msvcrt
=${enable_msvcrt:-no}
8597 enable_ntdll
=${enable_ntdll:-no}
8598 enable_ws2_32
=${enable_ws2_32:-no}
8599 enable_loader
=${enable_loader:-no}
8600 enable_server
=${enable_server:-no}
8605 DLLFLAGS
="$DLLFLAGS -fPIC"
8606 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8607 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8608 LDSHARED
="\$(CC) -dynamiclib"
8610 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8611 SECURITYLIB
="-framework Security -framework CoreFoundation"
8613 COREFOUNDATIONLIB
="-framework CoreFoundation"
8615 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8617 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8619 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8621 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8624 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8626 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8631 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8633 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8635 CARBONLIB
="-framework Carbon"
8637 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8641 DLLFLAGS
="$DLLFLAGS -fPIC"
8643 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8644 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8645 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8646 echo $ECHO_N "(cached) $ECHO_C" >&6
8648 ac_wine_try_cflags_saved
=$CFLAGS
8649 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8650 cat >conftest.
$ac_ext <<_ACEOF
8653 rm -f conftest.
$ac_objext conftest
$ac_exeext
8654 if { (ac_try
="$ac_link"
8656 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8657 *) ac_try_echo=$ac_try;;
8659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8660 (eval "$ac_link") 2>conftest.er1
8662 grep -v '^ *+' conftest.er1 >conftest.err
8664 cat conftest.err >&5
8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666 (exit $ac_status); } && {
8667 test -z "$ac_c_werror_flag" ||
8668 test ! -s conftest.err
8669 } && test -s conftest$ac_exeext &&
8670 $as_test_x conftest$ac_exeext; then
8671 ac_cv_c_dll_gnuelf="yes"
8673 echo "$as_me: failed program was:" >&5
8674 sed 's/^/| /' conftest.$ac_ext >&5
8676 ac_cv_c_dll_gnuelf="no"
8679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8680 conftest$ac_exeext conftest.$ac_ext
8681 CFLAGS=$ac_wine_try_cflags_saved
8683 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8684 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8685 if test "$ac_cv_c_dll_gnuelf" = "yes"
8687 LDSHARED="\$(CC) -shared"
8688 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8689 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8690 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8691 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8692 echo $ECHO_N "(cached) $ECHO_C" >&6
8694 ac_wine_try_cflags_saved=$CFLAGS
8695 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8696 cat >conftest.$ac_ext <<_ACEOF
8699 cat confdefs.h >>conftest.$ac_ext
8700 cat >>conftest.$ac_ext <<_ACEOF
8701 /* end confdefs.h. */
8711 rm -f conftest.$ac_objext conftest$ac_exeext
8712 if { (ac_try="$ac_link"
8714 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8715 *) ac_try_echo
=$ac_try;;
8717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8718 (eval "$ac_link") 2>conftest.er1
8720 grep -v '^ *+' conftest.er1
>conftest.err
8722 cat conftest.err
>&5
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); } && {
8725 test -z "$ac_c_werror_flag" ||
8726 test ! -s conftest.err
8727 } && test -s conftest
$ac_exeext &&
8728 $as_test_x conftest
$ac_exeext; then
8729 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8731 echo "$as_me: failed program was:" >&5
8732 sed 's/^/| /' conftest.
$ac_ext >&5
8734 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8737 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8738 conftest
$ac_exeext conftest.
$ac_ext
8739 CFLAGS
=$ac_wine_try_cflags_saved
8741 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8742 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8743 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8744 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8746 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8747 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8748 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8749 echo $ECHO_N "(cached) $ECHO_C" >&6
8751 ac_wine_try_cflags_saved
=$CFLAGS
8752 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8753 cat >conftest.
$ac_ext <<_ACEOF
8756 cat confdefs.h
>>conftest.
$ac_ext
8757 cat >>conftest.
$ac_ext <<_ACEOF
8758 /* end confdefs.h. */
8768 rm -f conftest.
$ac_objext conftest
$ac_exeext
8769 if { (ac_try
="$ac_link"
8771 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8772 *) ac_try_echo=$ac_try;;
8774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8775 (eval "$ac_link") 2>conftest.er1
8777 grep -v '^ *+' conftest.er1 >conftest.err
8779 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } && {
8782 test -z "$ac_c_werror_flag" ||
8783 test ! -s conftest.err
8784 } && test -s conftest$ac_exeext &&
8785 $as_test_x conftest$ac_exeext; then
8786 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8788 echo "$as_me: failed program was:" >&5
8789 sed 's/^/| /' conftest.$ac_ext >&5
8791 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8795 conftest$ac_exeext conftest.$ac_ext
8796 CFLAGS=$ac_wine_try_cflags_saved
8798 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8799 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8800 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8801 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8807 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8808 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8809 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8810 echo $ECHO_N "(cached) $ECHO_C" >&6
8812 ac_wine_try_cflags_saved=$CFLAGS
8813 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8814 cat >conftest.$ac_ext <<_ACEOF
8817 cat confdefs.h >>conftest.$ac_ext
8818 cat >>conftest.$ac_ext <<_ACEOF
8819 /* end confdefs.h. */
8829 rm -f conftest.$ac_objext conftest$ac_exeext
8830 if { (ac_try="$ac_link"
8832 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8833 *) ac_try_echo
=$ac_try;;
8835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8836 (eval "$ac_link") 2>conftest.er1
8838 grep -v '^ *+' conftest.er1
>conftest.err
8840 cat conftest.err
>&5
8841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8842 (exit $ac_status); } && {
8843 test -z "$ac_c_werror_flag" ||
8844 test ! -s conftest.err
8845 } && test -s conftest
$ac_exeext &&
8846 $as_test_x conftest
$ac_exeext; then
8847 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8849 echo "$as_me: failed program was:" >&5
8850 sed 's/^/| /' conftest.
$ac_ext >&5
8852 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8855 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8856 conftest
$ac_exeext conftest.
$ac_ext
8857 CFLAGS
=$ac_wine_try_cflags_saved
8859 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8860 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8861 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8862 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8866 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8867 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8868 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8869 echo $ECHO_N "(cached) $ECHO_C" >&6
8871 ac_wine_try_cflags_saved
=$CFLAGS
8872 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8873 cat >conftest.
$ac_ext <<_ACEOF
8876 cat confdefs.h
>>conftest.
$ac_ext
8877 cat >>conftest.
$ac_ext <<_ACEOF
8878 /* end confdefs.h. */
8888 rm -f conftest.
$ac_objext conftest
$ac_exeext
8889 if { (ac_try
="$ac_link"
8891 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8892 *) ac_try_echo=$ac_try;;
8894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8895 (eval "$ac_link") 2>conftest.er1
8897 grep -v '^ *+' conftest.er1 >conftest.err
8899 cat conftest.err >&5
8900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901 (exit $ac_status); } && {
8902 test -z "$ac_c_werror_flag" ||
8903 test ! -s conftest.err
8904 } && test -s conftest$ac_exeext &&
8905 $as_test_x conftest$ac_exeext; then
8906 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8908 echo "$as_me: failed program was:" >&5
8909 sed 's/^/| /' conftest.$ac_ext >&5
8911 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8915 conftest$ac_exeext conftest.$ac_ext
8916 CFLAGS=$ac_wine_try_cflags_saved
8918 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8919 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8920 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8921 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8925 echo '{ global: *; };' >conftest.map
8926 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8927 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8928 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8929 echo $ECHO_N "(cached) $ECHO_C" >&6
8931 ac_wine_try_cflags_saved=$CFLAGS
8932 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8933 cat >conftest.$ac_ext <<_ACEOF
8936 cat confdefs.h >>conftest.$ac_ext
8937 cat >>conftest.$ac_ext <<_ACEOF
8938 /* end confdefs.h. */
8948 rm -f conftest.$ac_objext conftest$ac_exeext
8949 if { (ac_try="$ac_link"
8951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8952 *) ac_try_echo
=$ac_try;;
8954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8955 (eval "$ac_link") 2>conftest.er1
8957 grep -v '^ *+' conftest.er1
>conftest.err
8959 cat conftest.err
>&5
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); } && {
8962 test -z "$ac_c_werror_flag" ||
8963 test ! -s conftest.err
8964 } && test -s conftest
$ac_exeext &&
8965 $as_test_x conftest
$ac_exeext; then
8966 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8968 echo "$as_me: failed program was:" >&5
8969 sed 's/^/| /' conftest.
$ac_ext >&5
8971 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8974 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8975 conftest
$ac_exeext conftest.
$ac_ext
8976 CFLAGS
=$ac_wine_try_cflags_saved
8978 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8979 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8980 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8981 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8986 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8987 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8988 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8989 echo $ECHO_N "(cached) $ECHO_C" >&6
8991 ac_wine_try_cflags_saved
=$CFLAGS
8992 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8993 cat >conftest.
$ac_ext <<_ACEOF
8996 cat confdefs.h
>>conftest.
$ac_ext
8997 cat >>conftest.
$ac_ext <<_ACEOF
8998 /* end confdefs.h. */
9008 rm -f conftest.
$ac_objext conftest
$ac_exeext
9009 if { (ac_try
="$ac_link"
9011 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9012 *) ac_try_echo=$ac_try;;
9014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9015 (eval "$ac_link") 2>conftest.er1
9017 grep -v '^ *+' conftest.er1 >conftest.err
9019 cat conftest.err >&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } && {
9022 test -z "$ac_c_werror_flag" ||
9023 test ! -s conftest.err
9024 } && test -s conftest$ac_exeext &&
9025 $as_test_x conftest$ac_exeext; then
9026 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9028 echo "$as_me: failed program was:" >&5
9029 sed 's/^/| /' conftest.$ac_ext >&5
9031 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9038 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9039 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9040 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9041 LDEXECFLAGS="-Wl,--export-dynamic"
9046 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9047 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9048 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9049 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9050 echo $ECHO_N "(cached) $ECHO_C" >&6
9052 ac_wine_try_cflags_saved=$CFLAGS
9053 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9054 cat >conftest.$ac_ext <<_ACEOF
9057 cat confdefs.h >>conftest.$ac_ext
9058 cat >>conftest.$ac_ext <<_ACEOF
9059 /* end confdefs.h. */
9069 rm -f conftest.$ac_objext conftest$ac_exeext
9070 if { (ac_try="$ac_link"
9072 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9073 *) ac_try_echo
=$ac_try;;
9075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9076 (eval "$ac_link") 2>conftest.er1
9078 grep -v '^ *+' conftest.er1
>conftest.err
9080 cat conftest.err
>&5
9081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082 (exit $ac_status); } && {
9083 test -z "$ac_c_werror_flag" ||
9084 test ! -s conftest.err
9085 } && test -s conftest
$ac_exeext &&
9086 $as_test_x conftest
$ac_exeext; then
9087 eval "$as_ac_var=yes"
9089 echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.
$ac_ext >&5
9092 eval "$as_ac_var=no"
9095 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9096 conftest
$ac_exeext conftest.
$ac_ext
9097 CFLAGS
=$ac_wine_try_cflags_saved
9099 ac_res
=`eval echo '${'$as_ac_var'}'`
9100 { echo "$as_me:$LINENO: result: $ac_res" >&5
9101 echo "${ECHO_T}$ac_res" >&6; }
9102 if test `eval echo '${'$as_ac_var'}'` = yes; then
9103 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9104 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9106 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9107 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9108 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9109 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9110 echo $ECHO_N "(cached) $ECHO_C" >&6
9112 ac_wine_try_cflags_saved
=$CFLAGS
9113 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9114 cat >conftest.
$ac_ext <<_ACEOF
9117 cat confdefs.h
>>conftest.
$ac_ext
9118 cat >>conftest.
$ac_ext <<_ACEOF
9119 /* end confdefs.h. */
9129 rm -f conftest.
$ac_objext conftest
$ac_exeext
9130 if { (ac_try
="$ac_link"
9132 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9133 *) ac_try_echo=$ac_try;;
9135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9136 (eval "$ac_link") 2>conftest.er1
9138 grep -v '^ *+' conftest.er1 >conftest.err
9140 cat conftest.err >&5
9141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142 (exit $ac_status); } && {
9143 test -z "$ac_c_werror_flag" ||
9144 test ! -s conftest.err
9145 } && test -s conftest$ac_exeext &&
9146 $as_test_x conftest$ac_exeext; then
9147 eval "$as_ac_var=yes"
9149 echo "$as_me: failed program was:" >&5
9150 sed 's/^/| /' conftest.$ac_ext >&5
9152 eval "$as_ac_var=no"
9155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9156 conftest$ac_exeext conftest.$ac_ext
9157 CFLAGS=$ac_wine_try_cflags_saved
9159 ac_res=`eval echo '${'$as_ac_var'}'`
9160 { echo "$as_me:$LINENO: result: $ac_res" >&5
9161 echo "${ECHO_T}$ac_res" >&6; }
9162 if test `eval echo '${'$as_ac_var'}'` = yes; then
9163 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9164 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9170 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9171 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9172 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9173 echo $ECHO_N "(cached) $ECHO_C" >&6
9175 ac_wine_try_cflags_saved=$CFLAGS
9176 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9177 cat >conftest.$ac_ext <<_ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h. */
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9195 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9196 *) ac_try_echo
=$ac_try;;
9198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9199 (eval "$ac_link") 2>conftest.er1
9201 grep -v '^ *+' conftest.er1
>conftest.err
9203 cat conftest.err
>&5
9204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205 (exit $ac_status); } && {
9206 test -z "$ac_c_werror_flag" ||
9207 test ! -s conftest.err
9208 } && test -s conftest
$ac_exeext &&
9209 $as_test_x conftest
$ac_exeext; then
9210 ac_cv_cflags__Wl___enable_new_dtags
=yes
9212 echo "$as_me: failed program was:" >&5
9213 sed 's/^/| /' conftest.
$ac_ext >&5
9215 ac_cv_cflags__Wl___enable_new_dtags
=no
9218 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9219 conftest
$ac_exeext conftest.
$ac_ext
9220 CFLAGS
=$ac_wine_try_cflags_saved
9222 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9223 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9224 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9225 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9230 *i
[3456789]86* | x86_64
)
9231 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9232 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9233 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9234 echo $ECHO_N "(cached) $ECHO_C" >&6
9236 ac_wine_try_cflags_saved
=$CFLAGS
9237 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9238 cat >conftest.
$ac_ext <<_ACEOF
9241 cat confdefs.h
>>conftest.
$ac_ext
9242 cat >>conftest.
$ac_ext <<_ACEOF
9243 /* end confdefs.h. */
9253 rm -f conftest.
$ac_objext conftest
$ac_exeext
9254 if { (ac_try
="$ac_link"
9256 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9257 *) ac_try_echo=$ac_try;;
9259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9260 (eval "$ac_link") 2>conftest.er1
9262 grep -v '^ *+' conftest.er1 >conftest.err
9264 cat conftest.err >&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); } && {
9267 test -z "$ac_c_werror_flag" ||
9268 test ! -s conftest.err
9269 } && test -s conftest$ac_exeext &&
9270 $as_test_x conftest$ac_exeext; then
9271 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9273 echo "$as_me: failed program was:" >&5
9274 sed 's/^/| /' conftest.$ac_ext >&5
9276 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9280 conftest$ac_exeext conftest.$ac_ext
9281 CFLAGS=$ac_wine_try_cflags_saved
9283 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9284 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9285 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9286 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9293 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9294 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9295 if test "${ac_cv_c_dll_unixware+set}" = set; then
9296 echo $ECHO_N "(cached) $ECHO_C" >&6
9298 ac_wine_try_cflags_saved=$CFLAGS
9299 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9300 cat >conftest.$ac_ext <<_ACEOF
9303 rm -f conftest.$ac_objext conftest$ac_exeext
9304 if { (ac_try="$ac_link"
9306 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9307 *) ac_try_echo
=$ac_try;;
9309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9310 (eval "$ac_link") 2>conftest.er1
9312 grep -v '^ *+' conftest.er1
>conftest.err
9314 cat conftest.err
>&5
9315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9316 (exit $ac_status); } && {
9317 test -z "$ac_c_werror_flag" ||
9318 test ! -s conftest.err
9319 } && test -s conftest
$ac_exeext &&
9320 $as_test_x conftest
$ac_exeext; then
9321 ac_cv_c_dll_unixware
="yes"
9323 echo "$as_me: failed program was:" >&5
9324 sed 's/^/| /' conftest.
$ac_ext >&5
9326 ac_cv_c_dll_unixware
="no"
9329 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9330 conftest
$ac_exeext conftest.
$ac_ext
9331 CFLAGS
=$ac_wine_try_cflags_saved
9333 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9334 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9335 if test "$ac_cv_c_dll_unixware" = "yes"
9337 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9338 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9341 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9342 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9343 if test "${ac_cv_c_dll_hpux+set}" = set; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
9346 ac_wine_try_cflags_saved
=$CFLAGS
9347 CFLAGS
="$CFLAGS -shared"
9348 cat >conftest.
$ac_ext <<_ACEOF
9351 rm -f conftest.
$ac_objext conftest
$ac_exeext
9352 if { (ac_try
="$ac_link"
9354 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9355 *) ac_try_echo=$ac_try;;
9357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9358 (eval "$ac_link") 2>conftest.er1
9360 grep -v '^ *+' conftest.er1 >conftest.err
9362 cat conftest.err >&5
9363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364 (exit $ac_status); } && {
9365 test -z "$ac_c_werror_flag" ||
9366 test ! -s conftest.err
9367 } && test -s conftest$ac_exeext &&
9368 $as_test_x conftest$ac_exeext; then
9369 ac_cv_c_dll_hpux="yes"
9371 echo "$as_me: failed program was:" >&5
9372 sed 's/^/| /' conftest.$ac_ext >&5
9374 ac_cv_c_dll_hpux="no"
9377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9378 conftest$ac_exeext conftest.$ac_ext
9379 CFLAGS=$ac_wine_try_cflags_saved
9381 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9382 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9383 if test "$ac_cv_c_dll_hpux" = "yes"
9387 LDDLLFLAGS="-shared -fPIC"
9388 LDSHARED="\$(CC) -shared"
9395 enable_winequartz_drv=${enable_winequartz_drv:-no}
9397 if test "$LIBEXT" = "a"; then
9398 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9399 It is currently not possible to build Wine without shared library
9400 (.so) support to allow transparent switch between .so and .dll files.
9401 If you are using Linux, you will need a newer binutils.
9403 echo "$as_me: error: could not find a way to build shared libraries.
9404 It is currently not possible to build Wine without shared library
9405 (.so) support to allow transparent switch between .so and .dll files.
9406 If you are using Linux, you will need a newer binutils.
9408 { (exit 1); exit 1; }; }
9411 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9413 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
9415 # Extract the first word of "$ac_prog", so it can be a program name with args.
9416 set dummy $ac_prog; ac_word=$2
9417 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9419 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9420 echo $ECHO_N "(cached) $ECHO_C" >&6
9422 if test -n "$CROSSCC"; then
9423 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9429 test -z "$as_dir" && as_dir=.
9430 for ac_exec_ext in '' $ac_executable_extensions; do
9431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9432 ac_cv_prog_CROSSCC="$ac_prog"
9433 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9442 CROSSCC=$ac_cv_prog_CROSSCC
9443 if test -n "$CROSSCC"; then
9444 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9445 echo "${ECHO_T}$CROSSCC" >&6; }
9447 { echo "$as_me:$LINENO: result: no" >&5
9448 echo "${ECHO_T}no" >&6; }
9452 test -n "$CROSSCC" && break
9454 test -n "$CROSSCC" || CROSSCC="false"
9456 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
9458 # Extract the first word of "$ac_prog", so it can be a program name with args.
9459 set dummy $ac_prog; ac_word=$2
9460 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9462 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9463 echo $ECHO_N "(cached) $ECHO_C" >&6
9465 if test -n "$DLLTOOL"; then
9466 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9472 test -z "$as_dir" && as_dir=.
9473 for ac_exec_ext in '' $ac_executable_extensions; do
9474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9475 ac_cv_prog_DLLTOOL="$ac_prog"
9476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9485 DLLTOOL=$ac_cv_prog_DLLTOOL
9486 if test -n "$DLLTOOL"; then
9487 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9488 echo "${ECHO_T}$DLLTOOL" >&6; }
9490 { echo "$as_me:$LINENO: result: no" >&5
9491 echo "${ECHO_T}no" >&6; }
9495 test -n "$DLLTOOL" && break
9497 test -n "$DLLTOOL" || DLLTOOL="false"
9499 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
9501 # Extract the first word of "$ac_prog", so it can be a program name with args.
9502 set dummy $ac_prog; ac_word=$2
9503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9505 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9506 echo $ECHO_N "(cached) $ECHO_C" >&6
9508 if test -n "$CROSSWINDRES"; then
9509 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9515 test -z "$as_dir" && as_dir=.
9516 for ac_exec_ext in '' $ac_executable_extensions; do
9517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9518 ac_cv_prog_CROSSWINDRES="$ac_prog"
9519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9528 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9529 if test -n "$CROSSWINDRES"; then
9530 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9531 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9533 { echo "$as_me:$LINENO: result: no" >&5
9534 echo "${ECHO_T}no" >&6; }
9538 test -n "$CROSSWINDRES" && break
9540 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9542 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
9544 # Extract the first word of "$ac_prog", so it can be a program name with args.
9545 set dummy $ac_prog; ac_word=$2
9546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9548 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9549 echo $ECHO_N "(cached) $ECHO_C" >&6
9551 if test -n "$MINGWAR"; then
9552 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9558 test -z "$as_dir" && as_dir=.
9559 for ac_exec_ext in '' $ac_executable_extensions; do
9560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9561 ac_cv_prog_MINGWAR="$ac_prog"
9562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9571 MINGWAR=$ac_cv_prog_MINGWAR
9572 if test -n "$MINGWAR"; then
9573 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9574 echo "${ECHO_T}$MINGWAR" >&6; }
9576 { echo "$as_me:$LINENO: result: no" >&5
9577 echo "${ECHO_T}no" >&6; }
9581 test -n "$MINGWAR" && break
9583 test -n "$MINGWAR" || MINGWAR="false"
9585 if test "$CROSSCC" != "false"
9587 CROSSTEST="\$(CROSSTEST)"
9593 if test "$have_x" = "yes"
9596 ac_save_CPPFLAGS="$CPPFLAGS"
9597 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9599 { echo "$as_me:$LINENO: checking for -lX11" >&5
9600 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9601 if test "${ac_cv_lib_soname_X11+set}" = set; then
9602 echo $ECHO_N "(cached) $ECHO_C" >&6
9604 ac_check_soname_save_LIBS=$LIBS
9605 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9606 cat >conftest.$ac_ext <<_ACEOF
9609 cat confdefs.h >>conftest.$ac_ext
9610 cat >>conftest.$ac_ext <<_ACEOF
9611 /* end confdefs.h. */
9613 /* Override any GCC internal prototype to avoid an error.
9614 Use char because int might match the return type of a GCC
9615 builtin and then its argument prototype would still apply. */
9619 char XCreateWindow ();
9623 return XCreateWindow ();
9628 rm -f conftest.$ac_objext conftest$ac_exeext
9629 if { (ac_try="$ac_link"
9631 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9632 *) ac_try_echo
=$ac_try;;
9634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9635 (eval "$ac_link") 2>conftest.er1
9637 grep -v '^ *+' conftest.er1
>conftest.err
9639 cat conftest.err
>&5
9640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9641 (exit $ac_status); } && {
9642 test -z "$ac_c_werror_flag" ||
9643 test ! -s conftest.err
9644 } && test -s conftest
$ac_exeext &&
9645 $as_test_x conftest
$ac_exeext; then
9648 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'` ;;
9649 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9652 echo "$as_me: failed program was:" >&5
9653 sed 's/^/| /' conftest.
$ac_ext >&5
9658 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9659 conftest
$ac_exeext conftest.
$ac_ext
9660 LIBS
=$ac_check_soname_save_LIBS
9662 if test "x$ac_cv_lib_soname_X11" = "x"; then
9663 { echo "$as_me:$LINENO: result: not found" >&5
9664 echo "${ECHO_T}not found" >&6; }
9667 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9668 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9670 cat >>confdefs.h
<<_ACEOF
9671 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9677 { echo "$as_me:$LINENO: checking for -lXext" >&5
9678 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9679 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9680 echo $ECHO_N "(cached) $ECHO_C" >&6
9682 ac_check_soname_save_LIBS
=$LIBS
9683 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9684 cat >conftest.
$ac_ext <<_ACEOF
9687 cat confdefs.h
>>conftest.
$ac_ext
9688 cat >>conftest.
$ac_ext <<_ACEOF
9689 /* end confdefs.h. */
9691 /* Override any GCC internal prototype to avoid an error.
9692 Use char because int might match the return type of a GCC
9693 builtin and then its argument prototype would still apply. */
9697 char XextCreateExtension ();
9701 return XextCreateExtension ();
9706 rm -f conftest.
$ac_objext conftest
$ac_exeext
9707 if { (ac_try
="$ac_link"
9709 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9710 *) ac_try_echo=$ac_try;;
9712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9713 (eval "$ac_link") 2>conftest.er1
9715 grep -v '^ *+' conftest.er1 >conftest.err
9717 cat conftest.err >&5
9718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9719 (exit $ac_status); } && {
9720 test -z "$ac_c_werror_flag" ||
9721 test ! -s conftest.err
9722 } && test -s conftest$ac_exeext &&
9723 $as_test_x conftest$ac_exeext; then
9726 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'` ;;
9727 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9730 echo "$as_me: failed program was:" >&5
9731 sed 's/^/| /' conftest.$ac_ext >&5
9736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9737 conftest$ac_exeext conftest.$ac_ext
9738 LIBS=$ac_check_soname_save_LIBS
9740 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9741 { echo "$as_me:$LINENO: result: not found" >&5
9742 echo "${ECHO_T}not found" >&6; }
9745 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9746 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9748 cat >>confdefs.h <<_ACEOF
9749 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9768 for ac_header in X11/Xlib.h \
9771 X11/Xcursor/Xcursor.h \
9772 X11/extensions/shape.h \
9773 X11/extensions/XInput.h \
9774 X11/extensions/XShm.h \
9775 X11/extensions/Xcomposite.h \
9776 X11/extensions/Xinerama.h \
9777 X11/extensions/Xrandr.h \
9778 X11/extensions/Xrender.h \
9779 X11/extensions/xf86vmode.h
9781 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9782 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9785 echo $ECHO_N "(cached) $ECHO_C" >&6
9787 cat >conftest.$ac_ext <<_ACEOF
9790 cat confdefs.h >>conftest.$ac_ext
9791 cat >>conftest.$ac_ext <<_ACEOF
9792 /* end confdefs.h. */
9793 #ifdef HAVE_X11_XLIB_H
9794 # include <X11/Xlib.h>
9796 #ifdef HAVE_X11_XUTIL_H
9797 # include <X11/Xutil.h>
9800 #include <$ac_header>
9802 rm -f conftest.$ac_objext
9803 if { (ac_try="$ac_compile"
9805 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9806 *) ac_try_echo
=$ac_try;;
9808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9809 (eval "$ac_compile") 2>conftest.er1
9811 grep -v '^ *+' conftest.er1
>conftest.err
9813 cat conftest.err
>&5
9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9815 (exit $ac_status); } && {
9816 test -z "$ac_c_werror_flag" ||
9817 test ! -s conftest.err
9818 } && test -s conftest.
$ac_objext; then
9819 eval "$as_ac_Header=yes"
9821 echo "$as_me: failed program was:" >&5
9822 sed 's/^/| /' conftest.
$ac_ext >&5
9824 eval "$as_ac_Header=no"
9827 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9829 ac_res
=`eval echo '${'$as_ac_Header'}'`
9830 { echo "$as_me:$LINENO: result: $ac_res" >&5
9831 echo "${ECHO_T}$ac_res" >&6; }
9832 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9833 cat >>confdefs.h
<<_ACEOF
9834 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9842 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9844 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9845 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9846 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9847 echo $ECHO_N "(cached) $ECHO_C" >&6
9849 ac_check_lib_save_LIBS
=$LIBS
9850 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9851 cat >conftest.
$ac_ext <<_ACEOF
9854 cat confdefs.h
>>conftest.
$ac_ext
9855 cat >>conftest.
$ac_ext <<_ACEOF
9856 /* end confdefs.h. */
9858 /* Override any GCC internal prototype to avoid an error.
9859 Use char because int might match the return type of a GCC
9860 builtin and then its argument prototype would still apply. */
9864 char XkbQueryExtension ();
9868 return XkbQueryExtension ();
9873 rm -f conftest.
$ac_objext conftest
$ac_exeext
9874 if { (ac_try
="$ac_link"
9876 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9877 *) ac_try_echo=$ac_try;;
9879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9880 (eval "$ac_link") 2>conftest.er1
9882 grep -v '^ *+' conftest.er1 >conftest.err
9884 cat conftest.err >&5
9885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9886 (exit $ac_status); } && {
9887 test -z "$ac_c_werror_flag" ||
9888 test ! -s conftest.err
9889 } && test -s conftest$ac_exeext &&
9890 $as_test_x conftest$ac_exeext; then
9891 ac_cv_lib_X11_XkbQueryExtension=yes
9893 echo "$as_me: failed program was:" >&5
9894 sed 's/^/| /' conftest.$ac_ext >&5
9896 ac_cv_lib_X11_XkbQueryExtension=no
9899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9900 conftest$ac_exeext conftest.$ac_ext
9901 LIBS=$ac_check_lib_save_LIBS
9903 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9904 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9905 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9907 cat >>confdefs.h <<\_ACEOF
9915 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9917 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9918 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9919 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9920 echo $ECHO_N "(cached) $ECHO_C" >&6
9922 ac_check_soname_save_LIBS=$LIBS
9923 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9924 cat >conftest.$ac_ext <<_ACEOF
9927 cat confdefs.h >>conftest.$ac_ext
9928 cat >>conftest.$ac_ext <<_ACEOF
9929 /* end confdefs.h. */
9931 /* Override any GCC internal prototype to avoid an error.
9932 Use char because int might match the return type of a GCC
9933 builtin and then its argument prototype would still apply. */
9937 char XcursorImageLoadCursor ();
9941 return XcursorImageLoadCursor ();
9946 rm -f conftest.$ac_objext conftest$ac_exeext
9947 if { (ac_try="$ac_link"
9949 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9950 *) ac_try_echo
=$ac_try;;
9952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9953 (eval "$ac_link") 2>conftest.er1
9955 grep -v '^ *+' conftest.er1
>conftest.err
9957 cat conftest.err
>&5
9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959 (exit $ac_status); } && {
9960 test -z "$ac_c_werror_flag" ||
9961 test ! -s conftest.err
9962 } && test -s conftest
$ac_exeext &&
9963 $as_test_x conftest
$ac_exeext; then
9966 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'` ;;
9967 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9970 echo "$as_me: failed program was:" >&5
9971 sed 's/^/| /' conftest.
$ac_ext >&5
9976 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9977 conftest
$ac_exeext conftest.
$ac_ext
9978 LIBS
=$ac_check_soname_save_LIBS
9980 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9981 { echo "$as_me:$LINENO: result: not found" >&5
9982 echo "${ECHO_T}not found" >&6; }
9985 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9986 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9988 cat >>confdefs.h
<<_ACEOF
9989 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9996 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9997 case "x$with_xcursor" in
9998 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10000 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10001 This is an error since --with-xcursor was requested." >&5
10002 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10003 This is an error since --with-xcursor was requested." >&2;}
10004 { (exit 1); exit 1; }; } ;;
10009 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10011 { echo "$as_me:$LINENO: checking for -lXi" >&5
10012 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10013 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10014 echo $ECHO_N "(cached) $ECHO_C" >&6
10016 ac_check_soname_save_LIBS
=$LIBS
10017 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10018 cat >conftest.
$ac_ext <<_ACEOF
10021 cat confdefs.h
>>conftest.
$ac_ext
10022 cat >>conftest.
$ac_ext <<_ACEOF
10023 /* end confdefs.h. */
10025 /* Override any GCC internal prototype to avoid an error.
10026 Use char because int might match the return type of a GCC
10027 builtin and then its argument prototype would still apply. */
10031 char XOpenDevice ();
10035 return XOpenDevice ();
10040 rm -f conftest.
$ac_objext conftest
$ac_exeext
10041 if { (ac_try
="$ac_link"
10042 case "(($ac_try" in
10043 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10044 *) ac_try_echo=$ac_try;;
10046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10047 (eval "$ac_link") 2>conftest.er1
10049 grep -v '^ *+' conftest.er1 >conftest.err
10051 cat conftest.err >&5
10052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053 (exit $ac_status); } && {
10054 test -z "$ac_c_werror_flag" ||
10055 test ! -s conftest.err
10056 } && test -s conftest$ac_exeext &&
10057 $as_test_x conftest$ac_exeext; then
10060 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'` ;;
10061 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10064 echo "$as_me: failed program was:" >&5
10065 sed 's/^/| /' conftest.$ac_ext >&5
10070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10071 conftest$ac_exeext conftest.$ac_ext
10072 LIBS=$ac_check_soname_save_LIBS
10074 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10075 { echo "$as_me:$LINENO: result: not found" >&5
10076 echo "${ECHO_T}not found" >&6; }
10079 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10080 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10082 cat >>confdefs.h <<_ACEOF
10083 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10090 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10091 case "x$with_xinput" in
10092 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10094 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10095 This is an error since --with-xinput was requested." >&5
10096 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10097 This is an error since --with-xinput was requested." >&2;}
10098 { (exit 1); exit 1; }; } ;;
10103 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10105 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10106 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10107 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10108 echo $ECHO_N "(cached) $ECHO_C" >&6
10110 ac_check_lib_save_LIBS=$LIBS
10111 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10112 cat >conftest.$ac_ext <<_ACEOF
10115 cat confdefs.h >>conftest.$ac_ext
10116 cat >>conftest.$ac_ext <<_ACEOF
10117 /* end confdefs.h. */
10119 /* Override any GCC internal prototype to avoid an error.
10120 Use char because int might match the return type of a GCC
10121 builtin and then its argument prototype would still apply. */
10125 char XShmQueryExtension ();
10129 return XShmQueryExtension ();
10134 rm -f conftest.$ac_objext conftest$ac_exeext
10135 if { (ac_try="$ac_link"
10136 case "(($ac_try" in
10137 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10138 *) ac_try_echo
=$ac_try;;
10140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10141 (eval "$ac_link") 2>conftest.er1
10143 grep -v '^ *+' conftest.er1
>conftest.err
10145 cat conftest.err
>&5
10146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10147 (exit $ac_status); } && {
10148 test -z "$ac_c_werror_flag" ||
10149 test ! -s conftest.err
10150 } && test -s conftest
$ac_exeext &&
10151 $as_test_x conftest
$ac_exeext; then
10152 ac_cv_lib_Xext_XShmQueryExtension
=yes
10154 echo "$as_me: failed program was:" >&5
10155 sed 's/^/| /' conftest.
$ac_ext >&5
10157 ac_cv_lib_Xext_XShmQueryExtension
=no
10160 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10161 conftest
$ac_exeext conftest.
$ac_ext
10162 LIBS
=$ac_check_lib_save_LIBS
10164 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10165 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10166 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10168 cat >>confdefs.h
<<\_ACEOF
10169 #define HAVE_LIBXXSHM 1
10175 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10176 case "x$with_xshm" in
10177 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10179 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10180 This is an error since --with-xshm was requested." >&5
10181 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10182 This is an error since --with-xshm was requested." >&2;}
10183 { (exit 1); exit 1; }; } ;;
10188 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10190 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10191 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10192 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10193 echo $ECHO_N "(cached) $ECHO_C" >&6
10195 ac_check_lib_save_LIBS
=$LIBS
10196 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10197 cat >conftest.
$ac_ext <<_ACEOF
10200 cat confdefs.h
>>conftest.
$ac_ext
10201 cat >>conftest.
$ac_ext <<_ACEOF
10202 /* end confdefs.h. */
10204 /* Override any GCC internal prototype to avoid an error.
10205 Use char because int might match the return type of a GCC
10206 builtin and then its argument prototype would still apply. */
10210 char XShapeQueryExtension ();
10214 return XShapeQueryExtension ();
10219 rm -f conftest.
$ac_objext conftest
$ac_exeext
10220 if { (ac_try
="$ac_link"
10221 case "(($ac_try" in
10222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10223 *) ac_try_echo=$ac_try;;
10225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10226 (eval "$ac_link") 2>conftest.er1
10228 grep -v '^ *+' conftest.er1 >conftest.err
10230 cat conftest.err >&5
10231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10232 (exit $ac_status); } && {
10233 test -z "$ac_c_werror_flag" ||
10234 test ! -s conftest.err
10235 } && test -s conftest$ac_exeext &&
10236 $as_test_x conftest$ac_exeext; then
10237 ac_cv_lib_Xext_XShapeQueryExtension=yes
10239 echo "$as_me: failed program was:" >&5
10240 sed 's/^/| /' conftest.$ac_ext >&5
10242 ac_cv_lib_Xext_XShapeQueryExtension=no
10245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10246 conftest$ac_exeext conftest.$ac_ext
10247 LIBS=$ac_check_lib_save_LIBS
10249 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10250 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10251 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10253 cat >>confdefs.h <<\_ACEOF
10254 #define HAVE_LIBXSHAPE 1
10260 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10261 case "x$with_xshape" in
10262 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10264 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10265 This is an error since --with-xshape was requested." >&5
10266 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10267 This is an error since --with-xshape was requested." >&2;}
10268 { (exit 1); exit 1; }; } ;;
10273 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10275 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10276 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10277 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10278 echo $ECHO_N "(cached) $ECHO_C" >&6
10280 ac_check_soname_save_LIBS=$LIBS
10281 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10282 cat >conftest.$ac_ext <<_ACEOF
10285 cat confdefs.h >>conftest.$ac_ext
10286 cat >>conftest.$ac_ext <<_ACEOF
10287 /* end confdefs.h. */
10289 /* Override any GCC internal prototype to avoid an error.
10290 Use char because int might match the return type of a GCC
10291 builtin and then its argument prototype would still apply. */
10295 char XF86VidModeQueryExtension ();
10299 return XF86VidModeQueryExtension ();
10304 rm -f conftest.$ac_objext conftest$ac_exeext
10305 if { (ac_try="$ac_link"
10306 case "(($ac_try" in
10307 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10308 *) ac_try_echo
=$ac_try;;
10310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10311 (eval "$ac_link") 2>conftest.er1
10313 grep -v '^ *+' conftest.er1
>conftest.err
10315 cat conftest.err
>&5
10316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10317 (exit $ac_status); } && {
10318 test -z "$ac_c_werror_flag" ||
10319 test ! -s conftest.err
10320 } && test -s conftest
$ac_exeext &&
10321 $as_test_x conftest
$ac_exeext; then
10324 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'` ;;
10325 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10328 echo "$as_me: failed program was:" >&5
10329 sed 's/^/| /' conftest.
$ac_ext >&5
10334 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10335 conftest
$ac_exeext conftest.
$ac_ext
10336 LIBS
=$ac_check_soname_save_LIBS
10338 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10339 { echo "$as_me:$LINENO: result: not found" >&5
10340 echo "${ECHO_T}not found" >&6; }
10343 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10344 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10346 cat >>confdefs.h
<<_ACEOF
10347 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10354 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10355 case "x$with_xxf86vm" in
10356 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10358 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10359 This is an error since --with-xxf86vm was requested." >&5
10360 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10361 This is an error since --with-xxf86vm was requested." >&2;}
10362 { (exit 1); exit 1; }; } ;;
10367 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"
10369 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10370 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10371 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10372 echo $ECHO_N "(cached) $ECHO_C" >&6
10374 ac_check_soname_save_LIBS
=$LIBS
10375 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10376 cat >conftest.
$ac_ext <<_ACEOF
10379 cat confdefs.h
>>conftest.
$ac_ext
10380 cat >>conftest.
$ac_ext <<_ACEOF
10381 /* end confdefs.h. */
10383 /* Override any GCC internal prototype to avoid an error.
10384 Use char because int might match the return type of a GCC
10385 builtin and then its argument prototype would still apply. */
10389 char XRenderQueryExtension ();
10393 return XRenderQueryExtension ();
10398 rm -f conftest.
$ac_objext conftest
$ac_exeext
10399 if { (ac_try
="$ac_link"
10400 case "(($ac_try" in
10401 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10402 *) ac_try_echo=$ac_try;;
10404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10405 (eval "$ac_link") 2>conftest.er1
10407 grep -v '^ *+' conftest.er1 >conftest.err
10409 cat conftest.err >&5
10410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411 (exit $ac_status); } && {
10412 test -z "$ac_c_werror_flag" ||
10413 test ! -s conftest.err
10414 } && test -s conftest$ac_exeext &&
10415 $as_test_x conftest$ac_exeext; then
10418 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'` ;;
10419 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10422 echo "$as_me: failed program was:" >&5
10423 sed 's/^/| /' conftest.$ac_ext >&5
10428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10429 conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_soname_save_LIBS
10432 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10433 { echo "$as_me:$LINENO: result: not found" >&5
10434 echo "${ECHO_T}not found" >&6; }
10437 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10438 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10440 cat >>confdefs.h <<_ACEOF
10441 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10444 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10445 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10446 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10447 echo $ECHO_N "(cached) $ECHO_C" >&6
10449 ac_check_lib_save_LIBS=$LIBS
10450 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10451 cat >conftest.$ac_ext <<_ACEOF
10454 cat confdefs.h >>conftest.$ac_ext
10455 cat >>conftest.$ac_ext <<_ACEOF
10456 /* end confdefs.h. */
10458 /* Override any GCC internal prototype to avoid an error.
10459 Use char because int might match the return type of a GCC
10460 builtin and then its argument prototype would still apply. */
10464 char XRenderSetPictureTransform ();
10468 return XRenderSetPictureTransform ();
10473 rm -f conftest.$ac_objext conftest$ac_exeext
10474 if { (ac_try="$ac_link"
10475 case "(($ac_try" in
10476 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10477 *) ac_try_echo
=$ac_try;;
10479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10480 (eval "$ac_link") 2>conftest.er1
10482 grep -v '^ *+' conftest.er1
>conftest.err
10484 cat conftest.err
>&5
10485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10486 (exit $ac_status); } && {
10487 test -z "$ac_c_werror_flag" ||
10488 test ! -s conftest.err
10489 } && test -s conftest
$ac_exeext &&
10490 $as_test_x conftest
$ac_exeext; then
10491 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10493 echo "$as_me: failed program was:" >&5
10494 sed 's/^/| /' conftest.
$ac_ext >&5
10496 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10499 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10500 conftest
$ac_exeext conftest.
$ac_ext
10501 LIBS
=$ac_check_lib_save_LIBS
10503 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10504 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10505 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10507 cat >>confdefs.h
<<\_ACEOF
10508 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10517 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10518 case "x$with_xrender" in
10519 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10521 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10522 This is an error since --with-xrender was requested." >&5
10523 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10524 This is an error since --with-xrender was requested." >&2;}
10525 { (exit 1); exit 1; }; } ;;
10530 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10532 cat >conftest.
$ac_ext <<_ACEOF
10535 cat confdefs.h
>>conftest.
$ac_ext
10536 cat >>conftest.
$ac_ext <<_ACEOF
10537 /* end confdefs.h. */
10538 #include <X11/Xlib.h>
10539 #include <X11/extensions/Xrandr.h>
10543 static typeof(XRRSetScreenConfigAndRate) * func;
10548 rm -f conftest.
$ac_objext
10549 if { (ac_try
="$ac_compile"
10550 case "(($ac_try" in
10551 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10552 *) ac_try_echo=$ac_try;;
10554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10555 (eval "$ac_compile") 2>conftest.er1
10557 grep -v '^ *+' conftest.er1 >conftest.err
10559 cat conftest.err >&5
10560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); } && {
10562 test -z "$ac_c_werror_flag" ||
10563 test ! -s conftest.err
10564 } && test -s conftest.$ac_objext; then
10565 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10566 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10567 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10568 echo $ECHO_N "(cached) $ECHO_C" >&6
10570 ac_check_soname_save_LIBS=$LIBS
10571 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10572 cat >conftest.$ac_ext <<_ACEOF
10575 cat confdefs.h >>conftest.$ac_ext
10576 cat >>conftest.$ac_ext <<_ACEOF
10577 /* end confdefs.h. */
10579 /* Override any GCC internal prototype to avoid an error.
10580 Use char because int might match the return type of a GCC
10581 builtin and then its argument prototype would still apply. */
10585 char XRRQueryExtension ();
10589 return XRRQueryExtension ();
10594 rm -f conftest.$ac_objext conftest$ac_exeext
10595 if { (ac_try="$ac_link"
10596 case "(($ac_try" in
10597 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10598 *) ac_try_echo
=$ac_try;;
10600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10601 (eval "$ac_link") 2>conftest.er1
10603 grep -v '^ *+' conftest.er1
>conftest.err
10605 cat conftest.err
>&5
10606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607 (exit $ac_status); } && {
10608 test -z "$ac_c_werror_flag" ||
10609 test ! -s conftest.err
10610 } && test -s conftest
$ac_exeext &&
10611 $as_test_x conftest
$ac_exeext; then
10614 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'` ;;
10615 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10618 echo "$as_me: failed program was:" >&5
10619 sed 's/^/| /' conftest.
$ac_ext >&5
10624 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10625 conftest
$ac_exeext conftest.
$ac_ext
10626 LIBS
=$ac_check_soname_save_LIBS
10628 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10629 { echo "$as_me:$LINENO: result: not found" >&5
10630 echo "${ECHO_T}not found" >&6; }
10633 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10634 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10636 cat >>confdefs.h
<<_ACEOF
10637 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10644 echo "$as_me: failed program was:" >&5
10645 sed 's/^/| /' conftest.
$ac_ext >&5
10650 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10652 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10653 case "x$with_xrandr" in
10654 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10656 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10657 This is an error since --with-xrandr was requested." >&5
10658 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10659 This is an error since --with-xrandr was requested." >&2;}
10660 { (exit 1); exit 1; }; } ;;
10665 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10667 cat >conftest.
$ac_ext <<_ACEOF
10670 cat confdefs.h
>>conftest.
$ac_ext
10671 cat >>conftest.
$ac_ext <<_ACEOF
10672 /* end confdefs.h. */
10673 #include <X11/Xlib.h>
10674 #include <X11/extensions/Xinerama.h>
10678 static typeof(XineramaQueryScreens) * func;
10683 rm -f conftest.
$ac_objext
10684 if { (ac_try
="$ac_compile"
10685 case "(($ac_try" in
10686 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10687 *) ac_try_echo=$ac_try;;
10689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10690 (eval "$ac_compile") 2>conftest.er1
10692 grep -v '^ *+' conftest.er1 >conftest.err
10694 cat conftest.err >&5
10695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10696 (exit $ac_status); } && {
10697 test -z "$ac_c_werror_flag" ||
10698 test ! -s conftest.err
10699 } && test -s conftest.$ac_objext; then
10700 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10701 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10702 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10703 echo $ECHO_N "(cached) $ECHO_C" >&6
10705 ac_check_soname_save_LIBS=$LIBS
10706 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10707 cat >conftest.$ac_ext <<_ACEOF
10710 cat confdefs.h >>conftest.$ac_ext
10711 cat >>conftest.$ac_ext <<_ACEOF
10712 /* end confdefs.h. */
10714 /* Override any GCC internal prototype to avoid an error.
10715 Use char because int might match the return type of a GCC
10716 builtin and then its argument prototype would still apply. */
10720 char XineramaQueryScreens ();
10724 return XineramaQueryScreens ();
10729 rm -f conftest.$ac_objext conftest$ac_exeext
10730 if { (ac_try="$ac_link"
10731 case "(($ac_try" in
10732 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10733 *) ac_try_echo
=$ac_try;;
10735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10736 (eval "$ac_link") 2>conftest.er1
10738 grep -v '^ *+' conftest.er1
>conftest.err
10740 cat conftest.err
>&5
10741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10742 (exit $ac_status); } && {
10743 test -z "$ac_c_werror_flag" ||
10744 test ! -s conftest.err
10745 } && test -s conftest
$ac_exeext &&
10746 $as_test_x conftest
$ac_exeext; then
10749 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'` ;;
10750 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10753 echo "$as_me: failed program was:" >&5
10754 sed 's/^/| /' conftest.
$ac_ext >&5
10759 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10760 conftest
$ac_exeext conftest.
$ac_ext
10761 LIBS
=$ac_check_soname_save_LIBS
10763 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10764 { echo "$as_me:$LINENO: result: not found" >&5
10765 echo "${ECHO_T}not found" >&6; }
10768 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10769 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10771 cat >>confdefs.h
<<_ACEOF
10772 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10779 echo "$as_me: failed program was:" >&5
10780 sed 's/^/| /' conftest.
$ac_ext >&5
10785 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10787 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10788 case "x$with_xinerama" in
10789 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10791 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10792 This is an error since --with-xinerama was requested." >&5
10793 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10794 This is an error since --with-xinerama was requested." >&2;}
10795 { (exit 1); exit 1; }; } ;;
10800 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10802 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10803 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10804 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10805 echo $ECHO_N "(cached) $ECHO_C" >&6
10807 ac_check_soname_save_LIBS
=$LIBS
10808 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10809 cat >conftest.
$ac_ext <<_ACEOF
10812 cat confdefs.h
>>conftest.
$ac_ext
10813 cat >>conftest.
$ac_ext <<_ACEOF
10814 /* end confdefs.h. */
10816 /* Override any GCC internal prototype to avoid an error.
10817 Use char because int might match the return type of a GCC
10818 builtin and then its argument prototype would still apply. */
10822 char XCompositeRedirectWindow ();
10826 return XCompositeRedirectWindow ();
10831 rm -f conftest.
$ac_objext conftest
$ac_exeext
10832 if { (ac_try
="$ac_link"
10833 case "(($ac_try" in
10834 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10835 *) ac_try_echo=$ac_try;;
10837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10838 (eval "$ac_link") 2>conftest.er1
10840 grep -v '^ *+' conftest.er1 >conftest.err
10842 cat conftest.err >&5
10843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10844 (exit $ac_status); } && {
10845 test -z "$ac_c_werror_flag" ||
10846 test ! -s conftest.err
10847 } && test -s conftest$ac_exeext &&
10848 $as_test_x conftest$ac_exeext; then
10851 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'` ;;
10852 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10855 echo "$as_me: failed program was:" >&5
10856 sed 's/^/| /' conftest.$ac_ext >&5
10861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10862 conftest$ac_exeext conftest.$ac_ext
10863 LIBS=$ac_check_soname_save_LIBS
10865 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10866 { echo "$as_me:$LINENO: result: not found" >&5
10867 echo "${ECHO_T}not found" >&6; }
10870 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10871 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10873 cat >>confdefs.h <<_ACEOF
10874 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10881 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10882 case "x$with_xcomposite" in
10883 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10885 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10886 This is an error since --with-xcomposite was requested." >&5
10887 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10888 This is an error since --with-xcomposite was requested." >&2;}
10889 { (exit 1); exit 1; }; } ;;
10894 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10895 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10896 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10897 echo $ECHO_N "(cached) $ECHO_C" >&6
10899 cat >conftest.$ac_ext <<_ACEOF
10902 cat confdefs.h >>conftest.$ac_ext
10903 cat >>conftest.$ac_ext <<_ACEOF
10904 /* end confdefs.h. */
10905 #ifdef HAVE_X11_XLIB_H
10906 #include <X11/Xlib.h>
10912 static XICCallback ac_aggr;
10913 if (ac_aggr.callback)
10919 rm -f conftest.$ac_objext
10920 if { (ac_try="$ac_compile"
10921 case "(($ac_try" in
10922 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10923 *) ac_try_echo
=$ac_try;;
10925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10926 (eval "$ac_compile") 2>conftest.er1
10928 grep -v '^ *+' conftest.er1
>conftest.err
10930 cat conftest.err
>&5
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); } && {
10933 test -z "$ac_c_werror_flag" ||
10934 test ! -s conftest.err
10935 } && test -s conftest.
$ac_objext; then
10936 ac_cv_member_XICCallback_callback
=yes
10938 echo "$as_me: failed program was:" >&5
10939 sed 's/^/| /' conftest.
$ac_ext >&5
10941 cat >conftest.
$ac_ext <<_ACEOF
10944 cat confdefs.h
>>conftest.
$ac_ext
10945 cat >>conftest.
$ac_ext <<_ACEOF
10946 /* end confdefs.h. */
10947 #ifdef HAVE_X11_XLIB_H
10948 #include <X11/Xlib.h>
10954 static XICCallback ac_aggr;
10955 if (sizeof ac_aggr.callback)
10961 rm -f conftest.
$ac_objext
10962 if { (ac_try
="$ac_compile"
10963 case "(($ac_try" in
10964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10965 *) ac_try_echo=$ac_try;;
10967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10968 (eval "$ac_compile") 2>conftest.er1
10970 grep -v '^ *+' conftest.er1 >conftest.err
10972 cat conftest.err >&5
10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974 (exit $ac_status); } && {
10975 test -z "$ac_c_werror_flag" ||
10976 test ! -s conftest.err
10977 } && test -s conftest.$ac_objext; then
10978 ac_cv_member_XICCallback_callback=yes
10980 echo "$as_me: failed program was:" >&5
10981 sed 's/^/| /' conftest.$ac_ext >&5
10983 ac_cv_member_XICCallback_callback=no
10986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10991 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10992 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10993 if test $ac_cv_member_XICCallback_callback = yes; then
10995 cat >>confdefs.h <<_ACEOF
10996 #define HAVE_XICCALLBACK_CALLBACK 1
11005 if test "x$with_opengl" != "xno"
11011 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11013 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11014 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11017 echo $ECHO_N "(cached) $ECHO_C" >&6
11019 cat >conftest.$ac_ext <<_ACEOF
11022 cat confdefs.h >>conftest.$ac_ext
11023 cat >>conftest.$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11025 #ifdef HAVE_GL_GLX_H
11026 # include <GL/glx.h>
11029 #include <$ac_header>
11031 rm -f conftest.$ac_objext
11032 if { (ac_try="$ac_compile"
11033 case "(($ac_try" in
11034 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11035 *) ac_try_echo
=$ac_try;;
11037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11038 (eval "$ac_compile") 2>conftest.er1
11040 grep -v '^ *+' conftest.er1
>conftest.err
11042 cat conftest.err
>&5
11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11044 (exit $ac_status); } && {
11045 test -z "$ac_c_werror_flag" ||
11046 test ! -s conftest.err
11047 } && test -s conftest.
$ac_objext; then
11048 eval "$as_ac_Header=yes"
11050 echo "$as_me: failed program was:" >&5
11051 sed 's/^/| /' conftest.
$ac_ext >&5
11053 eval "$as_ac_Header=no"
11056 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11058 ac_res
=`eval echo '${'$as_ac_Header'}'`
11059 { echo "$as_me:$LINENO: result: $ac_res" >&5
11060 echo "${ECHO_T}$ac_res" >&6; }
11061 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11062 cat >>confdefs.h
<<_ACEOF
11063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11070 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11072 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11073 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11074 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11075 echo $ECHO_N "(cached) $ECHO_C" >&6
11077 cat >conftest.
$ac_ext <<_ACEOF
11080 cat confdefs.h
>>conftest.
$ac_ext
11081 cat >>conftest.
$ac_ext <<_ACEOF
11082 /* end confdefs.h. */
11087 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11092 rm -f conftest.
$ac_objext
11093 if { (ac_try
="$ac_compile"
11094 case "(($ac_try" in
11095 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11096 *) ac_try_echo=$ac_try;;
11098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11099 (eval "$ac_compile") 2>conftest.er1
11101 grep -v '^ *+' conftest.er1 >conftest.err
11103 cat conftest.err >&5
11104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105 (exit $ac_status); } && {
11106 test -z "$ac_c_werror_flag" ||
11107 test ! -s conftest.err
11108 } && test -s conftest.$ac_objext; then
11109 wine_cv_opengl_header_version_OK="yes"
11111 echo "$as_me: failed program was:" >&5
11112 sed 's/^/| /' conftest.$ac_ext >&5
11114 wine_cv_opengl_header_version_OK="no"
11117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11119 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11120 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11122 if test "$wine_cv_opengl_header_version_OK" = "yes"
11124 { echo "$as_me:$LINENO: checking for -lGL" >&5
11125 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11126 if test "${ac_cv_lib_soname_GL+set}" = set; then
11127 echo $ECHO_N "(cached) $ECHO_C" >&6
11129 ac_check_soname_save_LIBS=$LIBS
11130 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11131 cat >conftest.$ac_ext <<_ACEOF
11134 cat confdefs.h >>conftest.$ac_ext
11135 cat >>conftest.$ac_ext <<_ACEOF
11136 /* end confdefs.h. */
11138 /* Override any GCC internal prototype to avoid an error.
11139 Use char because int might match the return type of a GCC
11140 builtin and then its argument prototype would still apply. */
11144 char glXCreateContext ();
11148 return glXCreateContext ();
11153 rm -f conftest.$ac_objext conftest$ac_exeext
11154 if { (ac_try="$ac_link"
11155 case "(($ac_try" in
11156 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11157 *) ac_try_echo
=$ac_try;;
11159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11160 (eval "$ac_link") 2>conftest.er1
11162 grep -v '^ *+' conftest.er1
>conftest.err
11164 cat conftest.err
>&5
11165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11166 (exit $ac_status); } && {
11167 test -z "$ac_c_werror_flag" ||
11168 test ! -s conftest.err
11169 } && test -s conftest
$ac_exeext &&
11170 $as_test_x conftest
$ac_exeext; then
11173 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'` ;;
11174 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11177 echo "$as_me: failed program was:" >&5
11178 sed 's/^/| /' conftest.
$ac_ext >&5
11183 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11184 conftest
$ac_exeext conftest.
$ac_ext
11185 LIBS
=$ac_check_soname_save_LIBS
11187 if test "x$ac_cv_lib_soname_GL" = "x"; then
11188 { echo "$as_me:$LINENO: result: not found" >&5
11189 echo "${ECHO_T}not found" >&6; }
11190 { echo "$as_me:$LINENO: checking for -lGL" >&5
11191 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11192 if test "${ac_cv_lib_soname_GL+set}" = set; then
11193 echo $ECHO_N "(cached) $ECHO_C" >&6
11195 ac_check_soname_save_LIBS
=$LIBS
11196 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"
11197 cat >conftest.
$ac_ext <<_ACEOF
11200 cat confdefs.h
>>conftest.
$ac_ext
11201 cat >>conftest.
$ac_ext <<_ACEOF
11202 /* end confdefs.h. */
11204 /* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
11210 char glXCreateContext ();
11214 return glXCreateContext ();
11219 rm -f conftest.
$ac_objext conftest
$ac_exeext
11220 if { (ac_try
="$ac_link"
11221 case "(($ac_try" in
11222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11223 *) ac_try_echo=$ac_try;;
11225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11226 (eval "$ac_link") 2>conftest.er1
11228 grep -v '^ *+' conftest.er1 >conftest.err
11230 cat conftest.err >&5
11231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232 (exit $ac_status); } && {
11233 test -z "$ac_c_werror_flag" ||
11234 test ! -s conftest.err
11235 } && test -s conftest$ac_exeext &&
11236 $as_test_x conftest$ac_exeext; then
11239 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'` ;;
11240 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11243 echo "$as_me: failed program was:" >&5
11244 sed 's/^/| /' conftest.$ac_ext >&5
11249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11250 conftest$ac_exeext conftest.$ac_ext
11251 LIBS=$ac_check_soname_save_LIBS
11253 if test "x$ac_cv_lib_soname_GL" = "x"; then
11254 { echo "$as_me:$LINENO: result: not found" >&5
11255 echo "${ECHO_T}not found" >&6; }
11256 if test -f /usr/X11R6/lib/libGL.a
11258 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11259 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11261 opengl_msg="No OpenGL library found on this system."
11264 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11265 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11267 cat >>confdefs.h <<_ACEOF
11268 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11271 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"
11273 cat >>confdefs.h <<\_ACEOF
11274 #define HAVE_OPENGL 1
11280 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11281 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11283 cat >>confdefs.h <<_ACEOF
11284 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11289 cat >>confdefs.h <<\_ACEOF
11290 #define HAVE_OPENGL 1
11295 if test "$ac_cv_header_GL_glu_h" = "yes"
11297 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11298 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11299 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11300 echo $ECHO_N "(cached) $ECHO_C" >&6
11302 ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11304 cat >conftest.$ac_ext <<_ACEOF
11307 cat confdefs.h >>conftest.$ac_ext
11308 cat >>conftest.$ac_ext <<_ACEOF
11309 /* end confdefs.h. */
11311 /* Override any GCC internal prototype to avoid an error.
11312 Use char because int might match the return type of a GCC
11313 builtin and then its argument prototype would still apply. */
11321 return gluLookAt ();
11326 rm -f conftest.$ac_objext conftest$ac_exeext
11327 if { (ac_try="$ac_link"
11328 case "(($ac_try" in
11329 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11330 *) ac_try_echo
=$ac_try;;
11332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11333 (eval "$ac_link") 2>conftest.er1
11335 grep -v '^ *+' conftest.er1
>conftest.err
11337 cat conftest.err
>&5
11338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11339 (exit $ac_status); } && {
11340 test -z "$ac_c_werror_flag" ||
11341 test ! -s conftest.err
11342 } && test -s conftest
$ac_exeext &&
11343 $as_test_x conftest
$ac_exeext; then
11346 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'` ;;
11347 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11350 echo "$as_me: failed program was:" >&5
11351 sed 's/^/| /' conftest.
$ac_ext >&5
11356 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11357 conftest
$ac_exeext conftest.
$ac_ext
11358 LIBS
=$ac_check_soname_save_LIBS
11360 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11361 { echo "$as_me:$LINENO: result: not found" >&5
11362 echo "${ECHO_T}not found" >&6; }
11365 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11366 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11368 cat >>confdefs.h
<<_ACEOF
11369 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11376 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11377 case "x$with_glu" in
11378 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11380 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11381 This is an error since --with-glu was requested." >&5
11382 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11383 This is an error since --with-glu was requested." >&2;}
11384 { (exit 1); exit 1; }; } ;;
11389 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11392 opengl_msg
="OpenGL development headers not found."
11394 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11395 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11397 enable_opengl32
=${enable_opengl32:-no}
11398 enable_glu32
=${enable_glu32:-no}
11400 if test -n "$opengl_msg"; then
11401 case "x$with_opengl" in
11402 x
) wine_warnings
="$wine_warnings|$opengl_msg
11403 OpenGL and Direct3D won't be supported." ;;
11405 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11406 OpenGL and Direct3D won't be supported.
11407 This is an error since --with-opengl was requested." >&5
11408 echo "$as_me: error: $opengl_msg
11409 OpenGL and Direct3D won't be supported.
11410 This is an error since --with-opengl was requested." >&2;}
11411 { (exit 1); exit 1; }; } ;;
11419 for ac_header
in audio
/audiolib.h
11421 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11422 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11423 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11424 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11425 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11426 echo $ECHO_N "(cached) $ECHO_C" >&6
11428 ac_res
=`eval echo '${'$as_ac_Header'}'`
11429 { echo "$as_me:$LINENO: result: $ac_res" >&5
11430 echo "${ECHO_T}$ac_res" >&6; }
11432 # Is the header compilable?
11433 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11434 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11435 cat >conftest.
$ac_ext <<_ACEOF
11438 cat confdefs.h
>>conftest.
$ac_ext
11439 cat >>conftest.
$ac_ext <<_ACEOF
11440 /* end confdefs.h. */
11441 $ac_includes_default
11442 #include <$ac_header>
11444 rm -f conftest.
$ac_objext
11445 if { (ac_try
="$ac_compile"
11446 case "(($ac_try" in
11447 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11448 *) ac_try_echo=$ac_try;;
11450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11451 (eval "$ac_compile") 2>conftest.er1
11453 grep -v '^ *+' conftest.er1 >conftest.err
11455 cat conftest.err >&5
11456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11457 (exit $ac_status); } && {
11458 test -z "$ac_c_werror_flag" ||
11459 test ! -s conftest.err
11460 } && test -s conftest.$ac_objext; then
11461 ac_header_compiler=yes
11463 echo "$as_me: failed program was:" >&5
11464 sed 's/^/| /' conftest.$ac_ext >&5
11466 ac_header_compiler=no
11469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11470 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11471 echo "${ECHO_T}$ac_header_compiler" >&6; }
11473 # Is the header present?
11474 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11475 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11476 cat >conftest.$ac_ext <<_ACEOF
11479 cat confdefs.h >>conftest.$ac_ext
11480 cat >>conftest.$ac_ext <<_ACEOF
11481 /* end confdefs.h. */
11482 #include <$ac_header>
11484 if { (ac_try="$ac_cpp conftest.$ac_ext"
11485 case "(($ac_try" in
11486 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11487 *) ac_try_echo
=$ac_try;;
11489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11490 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11492 grep -v '^ *+' conftest.er1
>conftest.err
11494 cat conftest.err
>&5
11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); } >/dev
/null
&& {
11497 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11498 test ! -s conftest.err
11500 ac_header_preproc
=yes
11502 echo "$as_me: failed program was:" >&5
11503 sed 's/^/| /' conftest.
$ac_ext >&5
11505 ac_header_preproc
=no
11508 rm -f conftest.err conftest.
$ac_ext
11509 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11510 echo "${ECHO_T}$ac_header_preproc" >&6; }
11512 # So? What about this header?
11513 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11515 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11516 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11518 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11519 ac_header_preproc
=yes
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11523 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11525 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11527 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11529 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11531 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11532 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11533 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11535 ## ------------------------------------ ##
11536 ## Report this to wine-devel@winehq.org ##
11537 ## ------------------------------------ ##
11539 ) |
sed "s/^/$as_me: WARNING: /" >&2
11542 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11543 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11544 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11545 echo $ECHO_N "(cached) $ECHO_C" >&6
11547 eval "$as_ac_Header=\$ac_header_preproc"
11549 ac_res
=`eval echo '${'$as_ac_Header'}'`
11550 { echo "$as_me:$LINENO: result: $ac_res" >&5
11551 echo "${ECHO_T}$ac_res" >&6; }
11554 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11555 cat >>confdefs.h
<<_ACEOF
11556 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11559 for ac_header
in audio
/soundlib.h
11561 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
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 cat >conftest.
$ac_ext <<_ACEOF
11570 cat confdefs.h
>>conftest.
$ac_ext
11571 cat >>conftest.
$ac_ext <<_ACEOF
11572 /* end confdefs.h. */
11573 #include <audio/audiolib.h>
11575 #include <$ac_header>
11577 rm -f conftest.
$ac_objext
11578 if { (ac_try
="$ac_compile"
11579 case "(($ac_try" in
11580 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11581 *) ac_try_echo=$ac_try;;
11583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11584 (eval "$ac_compile") 2>conftest.er1
11586 grep -v '^ *+' conftest.er1 >conftest.err
11588 cat conftest.err >&5
11589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11590 (exit $ac_status); } && {
11591 test -z "$ac_c_werror_flag" ||
11592 test ! -s conftest.err
11593 } && test -s conftest.$ac_objext; then
11594 eval "$as_ac_Header=yes"
11596 echo "$as_me: failed program was:" >&5
11597 sed 's/^/| /' conftest.$ac_ext >&5
11599 eval "$as_ac_Header=no"
11602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11604 ac_res=`eval echo '${'$as_ac_Header'}'`
11605 { echo "$as_me:$LINENO: result: $ac_res" >&5
11606 echo "${ECHO_T}$ac_res" >&6; }
11607 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11608 cat >>confdefs.h <<_ACEOF
11609 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11616 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11617 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11618 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11619 echo $ECHO_N "(cached) $ECHO_C" >&6
11621 ac_check_lib_save_LIBS=$LIBS
11622 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11623 cat >conftest.$ac_ext <<_ACEOF
11626 cat confdefs.h >>conftest.$ac_ext
11627 cat >>conftest.$ac_ext <<_ACEOF
11628 /* end confdefs.h. */
11630 /* Override any GCC internal prototype to avoid an error.
11631 Use char because int might match the return type of a GCC
11632 builtin and then its argument prototype would still apply. */
11636 char AuCreateFlow ();
11640 return AuCreateFlow ();
11645 rm -f conftest.$ac_objext conftest$ac_exeext
11646 if { (ac_try="$ac_link"
11647 case "(($ac_try" in
11648 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11649 *) ac_try_echo
=$ac_try;;
11651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11652 (eval "$ac_link") 2>conftest.er1
11654 grep -v '^ *+' conftest.er1
>conftest.err
11656 cat conftest.err
>&5
11657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11658 (exit $ac_status); } && {
11659 test -z "$ac_c_werror_flag" ||
11660 test ! -s conftest.err
11661 } && test -s conftest
$ac_exeext &&
11662 $as_test_x conftest
$ac_exeext; then
11663 ac_cv_lib_audio_AuCreateFlow
=yes
11665 echo "$as_me: failed program was:" >&5
11666 sed 's/^/| /' conftest.
$ac_ext >&5
11668 ac_cv_lib_audio_AuCreateFlow
=no
11671 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11672 conftest
$ac_exeext conftest.
$ac_ext
11673 LIBS
=$ac_check_lib_save_LIBS
11675 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11676 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11677 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11679 cat >>confdefs.h
<<\_ACEOF
11683 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11684 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11685 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11686 echo $ECHO_N "(cached) $ECHO_C" >&6
11688 ac_check_lib_save_LIBS
=$LIBS
11689 LIBS
="-lXau $X_LIBS $LIBS"
11690 cat >conftest.
$ac_ext <<_ACEOF
11693 cat confdefs.h
>>conftest.
$ac_ext
11694 cat >>conftest.
$ac_ext <<_ACEOF
11695 /* end confdefs.h. */
11697 /* Override any GCC internal prototype to avoid an error.
11698 Use char because int might match the return type of a GCC
11699 builtin and then its argument prototype would still apply. */
11703 char XauGetBestAuthByAddr ();
11707 return XauGetBestAuthByAddr ();
11712 rm -f conftest.
$ac_objext conftest
$ac_exeext
11713 if { (ac_try
="$ac_link"
11714 case "(($ac_try" in
11715 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11716 *) ac_try_echo=$ac_try;;
11718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11719 (eval "$ac_link") 2>conftest.er1
11721 grep -v '^ *+' conftest.er1 >conftest.err
11723 cat conftest.err >&5
11724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11725 (exit $ac_status); } && {
11726 test -z "$ac_c_werror_flag" ||
11727 test ! -s conftest.err
11728 } && test -s conftest$ac_exeext &&
11729 $as_test_x conftest$ac_exeext; then
11730 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11732 echo "$as_me: failed program was:" >&5
11733 sed 's/^/| /' conftest.$ac_ext >&5
11735 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11739 conftest$ac_exeext conftest.$ac_ext
11740 LIBS=$ac_check_lib_save_LIBS
11742 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11743 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11744 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11745 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11747 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11758 CPPFLAGS="$ac_save_CPPFLAGS"
11763 enable_winex11_drv=${enable_winex11_drv:-no}
11764 enable_opengl32=${enable_opengl32:-no}
11765 enable_glu32=${enable_glu32:-no}
11767 if test "x$XLIB" = "x"; then
11770 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11771 without X support, which probably isn't what you want. You will need to install
11772 development packages of Xlib/Xfree86 at the very least.
11773 Use the --without-x option if you really want this." >&5
11774 echo "$as_me: error: X development files not found. Wine will be built
11775 without X support, which probably isn't what you want. You will need to install
11776 development packages of Xlib/Xfree86 at the very least.
11777 Use the --without-x option if you really want this." >&2;}
11778 { (exit 1); exit 1; }; } ;;
11792 if test "x$with_xml" != "xno"
11794 ac_save_CPPFLAGS="$CPPFLAGS"
11795 if test "$PKG_CONFIG" != "false"
11797 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11798 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11800 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11801 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11803 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11805 for ac_header in libxml/parser.h
11807 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11809 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11812 echo $ECHO_N "(cached) $ECHO_C" >&6
11814 ac_res=`eval echo '${'$as_ac_Header'}'`
11815 { echo "$as_me:$LINENO: result: $ac_res" >&5
11816 echo "${ECHO_T}$ac_res" >&6; }
11818 # Is the header compilable?
11819 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11820 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11821 cat >conftest.$ac_ext <<_ACEOF
11824 cat confdefs.h >>conftest.$ac_ext
11825 cat >>conftest.$ac_ext <<_ACEOF
11826 /* end confdefs.h. */
11827 $ac_includes_default
11828 #include <$ac_header>
11830 rm -f conftest.$ac_objext
11831 if { (ac_try="$ac_compile"
11832 case "(($ac_try" in
11833 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11834 *) ac_try_echo
=$ac_try;;
11836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11837 (eval "$ac_compile") 2>conftest.er1
11839 grep -v '^ *+' conftest.er1
>conftest.err
11841 cat conftest.err
>&5
11842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11843 (exit $ac_status); } && {
11844 test -z "$ac_c_werror_flag" ||
11845 test ! -s conftest.err
11846 } && test -s conftest.
$ac_objext; then
11847 ac_header_compiler
=yes
11849 echo "$as_me: failed program was:" >&5
11850 sed 's/^/| /' conftest.
$ac_ext >&5
11852 ac_header_compiler
=no
11855 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11856 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11857 echo "${ECHO_T}$ac_header_compiler" >&6; }
11859 # Is the header present?
11860 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11861 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11862 cat >conftest.
$ac_ext <<_ACEOF
11865 cat confdefs.h
>>conftest.
$ac_ext
11866 cat >>conftest.
$ac_ext <<_ACEOF
11867 /* end confdefs.h. */
11868 #include <$ac_header>
11870 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11871 case "(($ac_try" in
11872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11873 *) ac_try_echo=$ac_try;;
11875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11876 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11878 grep -v '^ *+' conftest.er1 >conftest.err
11880 cat conftest.err >&5
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); } >/dev/null && {
11883 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11884 test ! -s conftest.err
11886 ac_header_preproc=yes
11888 echo "$as_me: failed program was:" >&5
11889 sed 's/^/| /' conftest.$ac_ext >&5
11891 ac_header_preproc=no
11894 rm -f conftest.err conftest.$ac_ext
11895 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11896 echo "${ECHO_T}$ac_header_preproc" >&6; }
11898 # So? What about this header?
11899 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11901 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11902 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11904 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11905 ac_header_preproc=yes
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11909 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11911 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11913 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11915 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11917 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11918 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11919 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11921 ## ------------------------------------ ##
11922 ## Report this to wine-devel@winehq.org ##
11923 ## ------------------------------------ ##
11925 ) | sed "s/^/$as_me: WARNING: /" >&2
11928 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11929 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11930 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11931 echo $ECHO_N "(cached) $ECHO_C" >&6
11933 eval "$as_ac_Header=\$ac_header_preproc"
11935 ac_res=`eval echo '${'$as_ac_Header'}'`
11936 { echo "$as_me:$LINENO: result: $ac_res" >&5
11937 echo "${ECHO_T}$ac_res" >&6; }
11940 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11941 cat >>confdefs.h <<_ACEOF
11942 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11944 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11945 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11946 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11947 echo $ECHO_N "(cached) $ECHO_C" >&6
11949 ac_check_lib_save_LIBS=$LIBS
11950 LIBS="-lxml2 $ac_xml_libs $LIBS"
11951 cat >conftest.$ac_ext <<_ACEOF
11954 cat confdefs.h >>conftest.$ac_ext
11955 cat >>conftest.$ac_ext <<_ACEOF
11956 /* end confdefs.h. */
11958 /* Override any GCC internal prototype to avoid an error.
11959 Use char because int might match the return type of a GCC
11960 builtin and then its argument prototype would still apply. */
11964 char xmlParseMemory ();
11968 return xmlParseMemory ();
11973 rm -f conftest.$ac_objext conftest$ac_exeext
11974 if { (ac_try="$ac_link"
11975 case "(($ac_try" in
11976 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11977 *) ac_try_echo
=$ac_try;;
11979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11980 (eval "$ac_link") 2>conftest.er1
11982 grep -v '^ *+' conftest.er1
>conftest.err
11984 cat conftest.err
>&5
11985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11986 (exit $ac_status); } && {
11987 test -z "$ac_c_werror_flag" ||
11988 test ! -s conftest.err
11989 } && test -s conftest
$ac_exeext &&
11990 $as_test_x conftest
$ac_exeext; then
11991 ac_cv_lib_xml2_xmlParseMemory
=yes
11993 echo "$as_me: failed program was:" >&5
11994 sed 's/^/| /' conftest.
$ac_ext >&5
11996 ac_cv_lib_xml2_xmlParseMemory
=no
11999 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12000 conftest
$ac_exeext conftest.
$ac_ext
12001 LIBS
=$ac_check_lib_save_LIBS
12003 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12004 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12005 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12007 cat >>confdefs.h
<<\_ACEOF
12008 #define HAVE_LIBXML2 1
12011 XML2LIBS
="$ac_xml_libs"
12012 XML2INCL
="$ac_xml_cflags"
12015 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12016 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12017 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12018 echo $ECHO_N "(cached) $ECHO_C" >&6
12020 ac_check_lib_save_LIBS
=$LIBS
12021 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12022 cat >conftest.
$ac_ext <<_ACEOF
12025 cat confdefs.h
>>conftest.
$ac_ext
12026 cat >>conftest.
$ac_ext <<_ACEOF
12027 /* end confdefs.h. */
12029 /* Override any GCC internal prototype to avoid an error.
12030 Use char because int might match the return type of a GCC
12031 builtin and then its argument prototype would still apply. */
12035 char xmlReadMemory ();
12039 return xmlReadMemory ();
12044 rm -f conftest.
$ac_objext conftest
$ac_exeext
12045 if { (ac_try
="$ac_link"
12046 case "(($ac_try" in
12047 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12048 *) ac_try_echo=$ac_try;;
12050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12051 (eval "$ac_link") 2>conftest.er1
12053 grep -v '^ *+' conftest.er1 >conftest.err
12055 cat conftest.err >&5
12056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057 (exit $ac_status); } && {
12058 test -z "$ac_c_werror_flag" ||
12059 test ! -s conftest.err
12060 } && test -s conftest$ac_exeext &&
12061 $as_test_x conftest$ac_exeext; then
12062 ac_cv_lib_xml2_xmlReadMemory=yes
12064 echo "$as_me: failed program was:" >&5
12065 sed 's/^/| /' conftest.$ac_ext >&5
12067 ac_cv_lib_xml2_xmlReadMemory=no
12070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12071 conftest$ac_exeext conftest.$ac_ext
12072 LIBS=$ac_check_lib_save_LIBS
12074 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12075 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12076 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12078 cat >>confdefs.h <<\_ACEOF
12079 #define HAVE_XMLREADMEMORY 1
12084 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12085 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12086 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12087 echo $ECHO_N "(cached) $ECHO_C" >&6
12089 ac_check_lib_save_LIBS=$LIBS
12090 LIBS="-lxml2 $ac_xml_libs $LIBS"
12091 cat >conftest.$ac_ext <<_ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12098 /* Override any GCC internal prototype to avoid an error.
12099 Use char because int might match the return type of a GCC
12100 builtin and then its argument prototype would still apply. */
12104 char xmlNewDocPI ();
12108 return xmlNewDocPI ();
12113 rm -f conftest.$ac_objext conftest$ac_exeext
12114 if { (ac_try="$ac_link"
12115 case "(($ac_try" in
12116 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12117 *) ac_try_echo
=$ac_try;;
12119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12120 (eval "$ac_link") 2>conftest.er1
12122 grep -v '^ *+' conftest.er1
>conftest.err
12124 cat conftest.err
>&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } && {
12127 test -z "$ac_c_werror_flag" ||
12128 test ! -s conftest.err
12129 } && test -s conftest
$ac_exeext &&
12130 $as_test_x conftest
$ac_exeext; then
12131 ac_cv_lib_xml2_xmlNewDocPI
=yes
12133 echo "$as_me: failed program was:" >&5
12134 sed 's/^/| /' conftest.
$ac_ext >&5
12136 ac_cv_lib_xml2_xmlNewDocPI
=no
12139 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12140 conftest
$ac_exeext conftest.
$ac_ext
12141 LIBS
=$ac_check_lib_save_LIBS
12143 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12144 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12145 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12147 cat >>confdefs.h
<<\_ACEOF
12148 #define HAVE_XMLNEWDOCPI 1
12158 CPPFLAGS
="$ac_save_CPPFLAGS"
12160 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12161 case "x$with_xml" in
12162 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12164 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12165 This is an error since --with-xml was requested." >&5
12166 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12167 This is an error since --with-xml was requested." >&2;}
12168 { (exit 1); exit 1; }; } ;;
12173 if test "x$with_xslt" != "xno"
12175 if test "$PKG_CONFIG" != "false"
12177 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12178 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12180 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12181 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12183 ac_save_CPPFLAGS
="$CPPFLAGS"
12184 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12187 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12189 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12190 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12191 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12192 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12193 echo $ECHO_N "(cached) $ECHO_C" >&6
12195 cat >conftest.
$ac_ext <<_ACEOF
12198 cat confdefs.h
>>conftest.
$ac_ext
12199 cat >>conftest.
$ac_ext <<_ACEOF
12200 /* end confdefs.h. */
12201 #ifdef HAVE_LIBXSLT_PATTERN_H
12202 # include <libxslt/pattern.h>
12205 #include <$ac_header>
12207 rm -f conftest.
$ac_objext
12208 if { (ac_try
="$ac_compile"
12209 case "(($ac_try" in
12210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12211 *) ac_try_echo=$ac_try;;
12213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12214 (eval "$ac_compile") 2>conftest.er1
12216 grep -v '^ *+' conftest.er1 >conftest.err
12218 cat conftest.err >&5
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); } && {
12221 test -z "$ac_c_werror_flag" ||
12222 test ! -s conftest.err
12223 } && test -s conftest.$ac_objext; then
12224 eval "$as_ac_Header=yes"
12226 echo "$as_me: failed program was:" >&5
12227 sed 's/^/| /' conftest.$ac_ext >&5
12229 eval "$as_ac_Header=no"
12232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12234 ac_res=`eval echo '${'$as_ac_Header'}'`
12235 { echo "$as_me:$LINENO: result: $ac_res" >&5
12236 echo "${ECHO_T}$ac_res" >&6; }
12237 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12238 cat >>confdefs.h <<_ACEOF
12239 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12246 CPPFLAGS="$ac_save_CPPFLAGS"
12247 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12249 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12250 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12251 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12252 echo $ECHO_N "(cached) $ECHO_C" >&6
12254 ac_check_lib_save_LIBS=$LIBS
12255 LIBS="-lxslt $ac_xslt_libs $LIBS"
12256 cat >conftest.$ac_ext <<_ACEOF
12259 cat confdefs.h >>conftest.$ac_ext
12260 cat >>conftest.$ac_ext <<_ACEOF
12261 /* end confdefs.h. */
12263 /* Override any GCC internal prototype to avoid an error.
12264 Use char because int might match the return type of a GCC
12265 builtin and then its argument prototype would still apply. */
12269 char xsltCompilePattern ();
12273 return xsltCompilePattern ();
12278 rm -f conftest.$ac_objext conftest$ac_exeext
12279 if { (ac_try="$ac_link"
12280 case "(($ac_try" in
12281 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12282 *) ac_try_echo
=$ac_try;;
12284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12285 (eval "$ac_link") 2>conftest.er1
12287 grep -v '^ *+' conftest.er1
>conftest.err
12289 cat conftest.err
>&5
12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest
$ac_exeext &&
12295 $as_test_x conftest
$ac_exeext; then
12296 ac_cv_lib_xslt_xsltCompilePattern
=yes
12298 echo "$as_me: failed program was:" >&5
12299 sed 's/^/| /' conftest.
$ac_ext >&5
12301 ac_cv_lib_xslt_xsltCompilePattern
=no
12304 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12305 conftest
$ac_exeext conftest.
$ac_ext
12306 LIBS
=$ac_check_lib_save_LIBS
12308 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12309 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12310 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12312 cat >>confdefs.h
<<\_ACEOF
12313 #define HAVE_LIBXSLT 1
12316 XSLTLIBS
="$ac_xslt_libs"
12317 XSLTINCL
="$ac_xslt_cflags"
12318 ac_save_LIBS
="$LIBS"
12319 LIBS
="$LIBS $ac_xslt_libs"
12321 for ac_func
in xsltInit
12323 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12324 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12325 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12326 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12327 echo $ECHO_N "(cached) $ECHO_C" >&6
12329 cat >conftest.
$ac_ext <<_ACEOF
12332 cat confdefs.h
>>conftest.
$ac_ext
12333 cat >>conftest.
$ac_ext <<_ACEOF
12334 /* end confdefs.h. */
12335 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12336 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12337 #define $ac_func innocuous_$ac_func
12339 /* System header to define __stub macros and hopefully few prototypes,
12340 which can conflict with char $ac_func (); below.
12341 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12342 <limits.h> exists even on freestanding compilers. */
12345 # include <limits.h>
12347 # include <assert.h>
12352 /* Override any GCC internal prototype to avoid an error.
12353 Use char because int might match the return type of a GCC
12354 builtin and then its argument prototype would still apply. */
12359 /* The GNU C library defines this for functions which it implements
12360 to always fail with ENOSYS. Some functions are actually named
12361 something starting with __ and the normal name is an alias. */
12362 #if defined __stub_$ac_func || defined __stub___$ac_func
12369 return $ac_func ();
12374 rm -f conftest.
$ac_objext conftest
$ac_exeext
12375 if { (ac_try
="$ac_link"
12376 case "(($ac_try" in
12377 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12378 *) ac_try_echo=$ac_try;;
12380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12381 (eval "$ac_link") 2>conftest.er1
12383 grep -v '^ *+' conftest.er1 >conftest.err
12385 cat conftest.err >&5
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); } && {
12388 test -z "$ac_c_werror_flag" ||
12389 test ! -s conftest.err
12390 } && test -s conftest$ac_exeext &&
12391 $as_test_x conftest$ac_exeext; then
12392 eval "$as_ac_var=yes"
12394 echo "$as_me: failed program was:" >&5
12395 sed 's/^/| /' conftest.$ac_ext >&5
12397 eval "$as_ac_var=no"
12400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12401 conftest$ac_exeext conftest.$ac_ext
12403 ac_res=`eval echo '${'$as_ac_var'}'`
12404 { echo "$as_me:$LINENO: result: $ac_res" >&5
12405 echo "${ECHO_T}$ac_res" >&6; }
12406 if test `eval echo '${'$as_ac_var'}'` = yes; then
12407 cat >>confdefs.h <<_ACEOF
12408 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12414 LIBS="$ac_save_LIBS"
12419 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12420 case "x$with_xslt" in
12421 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12423 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12424 This is an error since --with-xslt was requested." >&5
12425 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12426 This is an error since --with-xslt was requested." >&2;}
12427 { (exit 1); exit 1; }; } ;;
12434 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12436 ac_save_CPPFLAGS="$CPPFLAGS"
12437 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12438 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12439 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12442 for ac_header in dbus/dbus.h hal/libhal.h
12444 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12449 echo $ECHO_N "(cached) $ECHO_C" >&6
12451 ac_res=`eval echo '${'$as_ac_Header'}'`
12452 { echo "$as_me:$LINENO: result: $ac_res" >&5
12453 echo "${ECHO_T}$ac_res" >&6; }
12455 # Is the header compilable?
12456 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12457 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12458 cat >conftest.$ac_ext <<_ACEOF
12461 cat confdefs.h >>conftest.$ac_ext
12462 cat >>conftest.$ac_ext <<_ACEOF
12463 /* end confdefs.h. */
12464 $ac_includes_default
12465 #include <$ac_header>
12467 rm -f conftest.$ac_objext
12468 if { (ac_try="$ac_compile"
12469 case "(($ac_try" in
12470 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12471 *) ac_try_echo
=$ac_try;;
12473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12474 (eval "$ac_compile") 2>conftest.er1
12476 grep -v '^ *+' conftest.er1
>conftest.err
12478 cat conftest.err
>&5
12479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12480 (exit $ac_status); } && {
12481 test -z "$ac_c_werror_flag" ||
12482 test ! -s conftest.err
12483 } && test -s conftest.
$ac_objext; then
12484 ac_header_compiler
=yes
12486 echo "$as_me: failed program was:" >&5
12487 sed 's/^/| /' conftest.
$ac_ext >&5
12489 ac_header_compiler
=no
12492 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12493 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12494 echo "${ECHO_T}$ac_header_compiler" >&6; }
12496 # Is the header present?
12497 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12498 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12499 cat >conftest.
$ac_ext <<_ACEOF
12502 cat confdefs.h
>>conftest.
$ac_ext
12503 cat >>conftest.
$ac_ext <<_ACEOF
12504 /* end confdefs.h. */
12505 #include <$ac_header>
12507 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12508 case "(($ac_try" in
12509 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12510 *) ac_try_echo=$ac_try;;
12512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12515 grep -v '^ *+' conftest.er1 >conftest.err
12517 cat conftest.err >&5
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } >/dev/null && {
12520 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12521 test ! -s conftest.err
12523 ac_header_preproc=yes
12525 echo "$as_me: failed program was:" >&5
12526 sed 's/^/| /' conftest.$ac_ext >&5
12528 ac_header_preproc=no
12531 rm -f conftest.err conftest.$ac_ext
12532 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12533 echo "${ECHO_T}$ac_header_preproc" >&6; }
12535 # So? What about this header?
12536 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12538 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12539 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12541 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12542 ac_header_preproc=yes
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12546 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12548 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12550 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12552 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12554 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12555 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12556 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12558 ## ------------------------------------ ##
12559 ## Report this to wine-devel@winehq.org ##
12560 ## ------------------------------------ ##
12562 ) | sed "s/^/$as_me: WARNING: /" >&2
12565 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12568 echo $ECHO_N "(cached) $ECHO_C" >&6
12570 eval "$as_ac_Header=\$ac_header_preproc"
12572 ac_res=`eval echo '${'$as_ac_Header'}'`
12573 { echo "$as_me:$LINENO: result: $ac_res" >&5
12574 echo "${ECHO_T}$ac_res" >&6; }
12577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12578 cat >>confdefs.h <<_ACEOF
12579 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12586 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12588 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12589 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12590 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12591 echo $ECHO_N "(cached) $ECHO_C" >&6
12593 ac_check_lib_save_LIBS=$LIBS
12594 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12608 char dbus_connection_close ();
12612 return dbus_connection_close ();
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12621 *) ac_try_echo
=$ac_try;;
12623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12624 (eval "$ac_link") 2>conftest.er1
12626 grep -v '^ *+' conftest.er1
>conftest.err
12628 cat conftest.err
>&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); } && {
12631 test -z "$ac_c_werror_flag" ||
12632 test ! -s conftest.err
12633 } && test -s conftest
$ac_exeext &&
12634 $as_test_x conftest
$ac_exeext; then
12635 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12637 echo "$as_me: failed program was:" >&5
12638 sed 's/^/| /' conftest.
$ac_ext >&5
12640 ac_cv_lib_dbus_1_dbus_connection_close
=no
12643 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12644 conftest
$ac_exeext conftest.
$ac_ext
12645 LIBS
=$ac_check_lib_save_LIBS
12647 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12648 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12649 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12650 { echo "$as_me:$LINENO: checking for -lhal" >&5
12651 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12652 if test "${ac_cv_lib_soname_hal+set}" = set; then
12653 echo $ECHO_N "(cached) $ECHO_C" >&6
12655 ac_check_soname_save_LIBS
=$LIBS
12656 LIBS
="-lhal $ac_hal_libs $LIBS"
12657 cat >conftest.
$ac_ext <<_ACEOF
12660 cat confdefs.h
>>conftest.
$ac_ext
12661 cat >>conftest.
$ac_ext <<_ACEOF
12662 /* end confdefs.h. */
12664 /* Override any GCC internal prototype to avoid an error.
12665 Use char because int might match the return type of a GCC
12666 builtin and then its argument prototype would still apply. */
12670 char libhal_ctx_new ();
12674 return libhal_ctx_new ();
12679 rm -f conftest.
$ac_objext conftest
$ac_exeext
12680 if { (ac_try
="$ac_link"
12681 case "(($ac_try" in
12682 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12683 *) ac_try_echo=$ac_try;;
12685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12686 (eval "$ac_link") 2>conftest.er1
12688 grep -v '^ *+' conftest.er1 >conftest.err
12690 cat conftest.err >&5
12691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12692 (exit $ac_status); } && {
12693 test -z "$ac_c_werror_flag" ||
12694 test ! -s conftest.err
12695 } && test -s conftest$ac_exeext &&
12696 $as_test_x conftest$ac_exeext; then
12699 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'` ;;
12700 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12703 echo "$as_me: failed program was:" >&5
12704 sed 's/^/| /' conftest.$ac_ext >&5
12709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12710 conftest$ac_exeext conftest.$ac_ext
12711 LIBS=$ac_check_soname_save_LIBS
12713 if test "x$ac_cv_lib_soname_hal" = "x"; then
12714 { echo "$as_me:$LINENO: result: not found" >&5
12715 echo "${ECHO_T}not found" >&6; }
12718 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12719 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12721 cat >>confdefs.h <<_ACEOF
12722 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12725 HALINCL="$ac_hal_cflags"
12731 CPPFLAGS="$ac_save_CPPFLAGS"
12733 if test "x$ac_cv_lib_soname_hal" = "x"; then
12734 case "x$with_hal" in
12735 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12737 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12738 This is an error since --with-hal was requested." >&5
12739 echo "$as_me: error: libhal development files not found, no dynamic device support.
12740 This is an error since --with-hal was requested." >&2;}
12741 { (exit 1); exit 1; }; } ;;
12746 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12748 ac_save_CPPFLAGS="$CPPFLAGS"
12749 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls
2>/dev
/null
`"
12750 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls
2>/dev
/null
`"
12751 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12752 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12753 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12754 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12755 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12756 echo $ECHO_N "(cached) $ECHO_C" >&6
12758 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12759 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12761 # Is the header compilable?
12762 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12763 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12764 cat >conftest.$ac_ext <<_ACEOF
12767 cat confdefs.h >>conftest.$ac_ext
12768 cat >>conftest.$ac_ext <<_ACEOF
12769 /* end confdefs.h. */
12770 $ac_includes_default
12771 #include <gnutls/gnutls.h>
12773 rm -f conftest.$ac_objext
12774 if { (ac_try="$ac_compile"
12775 case "(($ac_try" in
12776 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12777 *) ac_try_echo
=$ac_try;;
12779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12780 (eval "$ac_compile") 2>conftest.er1
12782 grep -v '^ *+' conftest.er1
>conftest.err
12784 cat conftest.err
>&5
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); } && {
12787 test -z "$ac_c_werror_flag" ||
12788 test ! -s conftest.err
12789 } && test -s conftest.
$ac_objext; then
12790 ac_header_compiler
=yes
12792 echo "$as_me: failed program was:" >&5
12793 sed 's/^/| /' conftest.
$ac_ext >&5
12795 ac_header_compiler
=no
12798 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12799 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12800 echo "${ECHO_T}$ac_header_compiler" >&6; }
12802 # Is the header present?
12803 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12804 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12805 cat >conftest.
$ac_ext <<_ACEOF
12808 cat confdefs.h
>>conftest.
$ac_ext
12809 cat >>conftest.
$ac_ext <<_ACEOF
12810 /* end confdefs.h. */
12811 #include <gnutls/gnutls.h>
12813 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12814 case "(($ac_try" in
12815 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12816 *) ac_try_echo=$ac_try;;
12818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12819 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12821 grep -v '^ *+' conftest.er1 >conftest.err
12823 cat conftest.err >&5
12824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12825 (exit $ac_status); } >/dev/null && {
12826 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12827 test ! -s conftest.err
12829 ac_header_preproc=yes
12831 echo "$as_me: failed program was:" >&5
12832 sed 's/^/| /' conftest.$ac_ext >&5
12834 ac_header_preproc=no
12837 rm -f conftest.err conftest.$ac_ext
12838 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12839 echo "${ECHO_T}$ac_header_preproc" >&6; }
12841 # So? What about this header?
12842 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12844 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12845 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12846 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12847 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12848 ac_header_preproc=yes
12851 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12853 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12857 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12858 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12859 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12860 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12861 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12862 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12864 ## ------------------------------------ ##
12865 ## Report this to wine-devel@winehq.org ##
12866 ## ------------------------------------ ##
12868 ) | sed "s/^/$as_me: WARNING: /" >&2
12871 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12872 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12873 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12874 echo $ECHO_N "(cached) $ECHO_C" >&6
12876 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12878 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12879 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12882 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12883 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12884 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12885 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12886 echo $ECHO_N "(cached) $ECHO_C" >&6
12888 ac_check_soname_save_LIBS=$LIBS
12889 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12890 cat >conftest.$ac_ext <<_ACEOF
12893 cat confdefs.h >>conftest.$ac_ext
12894 cat >>conftest.$ac_ext <<_ACEOF
12895 /* end confdefs.h. */
12897 /* Override any GCC internal prototype to avoid an error.
12898 Use char because int might match the return type of a GCC
12899 builtin and then its argument prototype would still apply. */
12903 char gnutls_global_init ();
12907 return gnutls_global_init ();
12912 rm -f conftest.$ac_objext conftest$ac_exeext
12913 if { (ac_try="$ac_link"
12914 case "(($ac_try" in
12915 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12916 *) ac_try_echo
=$ac_try;;
12918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12919 (eval "$ac_link") 2>conftest.er1
12921 grep -v '^ *+' conftest.er1
>conftest.err
12923 cat conftest.err
>&5
12924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12925 (exit $ac_status); } && {
12926 test -z "$ac_c_werror_flag" ||
12927 test ! -s conftest.err
12928 } && test -s conftest
$ac_exeext &&
12929 $as_test_x conftest
$ac_exeext; then
12932 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'` ;;
12933 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12936 echo "$as_me: failed program was:" >&5
12937 sed 's/^/| /' conftest.
$ac_ext >&5
12942 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12943 conftest
$ac_exeext conftest.
$ac_ext
12944 LIBS
=$ac_check_soname_save_LIBS
12946 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12947 { echo "$as_me:$LINENO: result: not found" >&5
12948 echo "${ECHO_T}not found" >&6; }
12951 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12952 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12954 cat >>confdefs.h
<<_ACEOF
12955 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12958 GNUTLSINCL
="$ac_gnutls_cflags"
12965 CPPFLAGS
="$ac_save_CPPFLAGS"
12967 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12968 case "x$with_gnutls" in
12969 x
) wine_notices
="$wine_notices|libgnutls development files not found, no schannel support." ;;
12971 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12972 This is an error since --with-gnutls was requested." >&5
12973 echo "$as_me: error: libgnutls development files not found, no schannel support.
12974 This is an error since --with-gnutls was requested." >&2;}
12975 { (exit 1); exit 1; }; } ;;
12981 if test "$ac_cv_header_ncurses_h" = "yes"
12983 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12984 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12985 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12986 echo $ECHO_N "(cached) $ECHO_C" >&6
12988 ac_check_soname_save_LIBS
=$LIBS
12989 LIBS
="-lncurses $LIBS"
12990 cat >conftest.
$ac_ext <<_ACEOF
12993 cat confdefs.h
>>conftest.
$ac_ext
12994 cat >>conftest.
$ac_ext <<_ACEOF
12995 /* end confdefs.h. */
12997 /* Override any GCC internal prototype to avoid an error.
12998 Use char because int might match the return type of a GCC
12999 builtin and then its argument prototype would still apply. */
13012 rm -f conftest.
$ac_objext conftest
$ac_exeext
13013 if { (ac_try
="$ac_link"
13014 case "(($ac_try" in
13015 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13016 *) ac_try_echo=$ac_try;;
13018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13019 (eval "$ac_link") 2>conftest.er1
13021 grep -v '^ *+' conftest.er1 >conftest.err
13023 cat conftest.err >&5
13024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13025 (exit $ac_status); } && {
13026 test -z "$ac_c_werror_flag" ||
13027 test ! -s conftest.err
13028 } && test -s conftest$ac_exeext &&
13029 $as_test_x conftest$ac_exeext; then
13032 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'` ;;
13033 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13036 echo "$as_me: failed program was:" >&5
13037 sed 's/^/| /' conftest.$ac_ext >&5
13042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13043 conftest$ac_exeext conftest.$ac_ext
13044 LIBS=$ac_check_soname_save_LIBS
13046 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13047 { echo "$as_me:$LINENO: result: not found" >&5
13048 echo "${ECHO_T}not found" >&6; }
13051 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13052 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13054 cat >>confdefs.h <<_ACEOF
13055 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13058 CURSESLIBS="-lncurses"
13061 elif test "$ac_cv_header_curses_h" = "yes"
13063 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13064 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13065 if test "${ac_cv_lib_soname_curses+set}" = set; then
13066 echo $ECHO_N "(cached) $ECHO_C" >&6
13068 ac_check_soname_save_LIBS=$LIBS
13069 LIBS="-lcurses $LIBS"
13070 cat >conftest.$ac_ext <<_ACEOF
13073 cat confdefs.h >>conftest.$ac_ext
13074 cat >>conftest.$ac_ext <<_ACEOF
13075 /* end confdefs.h. */
13077 /* Override any GCC internal prototype to avoid an error.
13078 Use char because int might match the return type of a GCC
13079 builtin and then its argument prototype would still apply. */
13092 rm -f conftest.$ac_objext conftest$ac_exeext
13093 if { (ac_try="$ac_link"
13094 case "(($ac_try" in
13095 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13096 *) ac_try_echo
=$ac_try;;
13098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13099 (eval "$ac_link") 2>conftest.er1
13101 grep -v '^ *+' conftest.er1
>conftest.err
13103 cat conftest.err
>&5
13104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13105 (exit $ac_status); } && {
13106 test -z "$ac_c_werror_flag" ||
13107 test ! -s conftest.err
13108 } && test -s conftest
$ac_exeext &&
13109 $as_test_x conftest
$ac_exeext; then
13112 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'` ;;
13113 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13116 echo "$as_me: failed program was:" >&5
13117 sed 's/^/| /' conftest.
$ac_ext >&5
13122 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13123 conftest
$ac_exeext conftest.
$ac_ext
13124 LIBS
=$ac_check_soname_save_LIBS
13126 if test "x$ac_cv_lib_soname_curses" = "x"; then
13127 { echo "$as_me:$LINENO: result: not found" >&5
13128 echo "${ECHO_T}not found" >&6; }
13131 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13132 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13134 cat >>confdefs.h
<<_ACEOF
13135 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13138 CURSESLIBS
="-lcurses"
13142 ac_save_LIBS
="$LIBS"
13143 LIBS
="$LIBS $CURSESLIBS"
13145 for ac_func
in mousemask
13147 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13148 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13149 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13150 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13151 echo $ECHO_N "(cached) $ECHO_C" >&6
13153 cat >conftest.
$ac_ext <<_ACEOF
13156 cat confdefs.h
>>conftest.
$ac_ext
13157 cat >>conftest.
$ac_ext <<_ACEOF
13158 /* end confdefs.h. */
13159 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13160 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13161 #define $ac_func innocuous_$ac_func
13163 /* System header to define __stub macros and hopefully few prototypes,
13164 which can conflict with char $ac_func (); below.
13165 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13166 <limits.h> exists even on freestanding compilers. */
13169 # include <limits.h>
13171 # include <assert.h>
13176 /* Override any GCC internal prototype to avoid an error.
13177 Use char because int might match the return type of a GCC
13178 builtin and then its argument prototype would still apply. */
13183 /* The GNU C library defines this for functions which it implements
13184 to always fail with ENOSYS. Some functions are actually named
13185 something starting with __ and the normal name is an alias. */
13186 #if defined __stub_$ac_func || defined __stub___$ac_func
13193 return $ac_func ();
13198 rm -f conftest.
$ac_objext conftest
$ac_exeext
13199 if { (ac_try
="$ac_link"
13200 case "(($ac_try" in
13201 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13202 *) ac_try_echo=$ac_try;;
13204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13205 (eval "$ac_link") 2>conftest.er1
13207 grep -v '^ *+' conftest.er1 >conftest.err
13209 cat conftest.err >&5
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); } && {
13212 test -z "$ac_c_werror_flag" ||
13213 test ! -s conftest.err
13214 } && test -s conftest$ac_exeext &&
13215 $as_test_x conftest$ac_exeext; then
13216 eval "$as_ac_var=yes"
13218 echo "$as_me: failed program was:" >&5
13219 sed 's/^/| /' conftest.$ac_ext >&5
13221 eval "$as_ac_var=no"
13224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13225 conftest$ac_exeext conftest.$ac_ext
13227 ac_res=`eval echo '${'$as_ac_var'}'`
13228 { echo "$as_me:$LINENO: result: $ac_res" >&5
13229 echo "${ECHO_T}$ac_res" >&6; }
13230 if test `eval echo '${'$as_ac_var'}'` = yes; then
13231 cat >>confdefs.h <<_ACEOF
13232 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13238 LIBS="$ac_save_LIBS"
13239 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13240 case "x$with_curses" in
13241 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13243 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13244 This is an error since --with-curses was requested." >&5
13245 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13246 This is an error since --with-curses was requested." >&2;}
13247 { (exit 1); exit 1; }; } ;;
13252 # Extract the first word of "sane-config", so it can be a program name with args.
13253 set dummy sane-config; ac_word=$2
13254 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13255 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13256 if test "${ac_cv_prog_sane_devel+set}" = set; then
13257 echo $ECHO_N "(cached) $ECHO_C" >&6
13259 if test -n "$sane_devel"; then
13260 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13263 for as_dir in $PATH
13266 test -z "$as_dir" && as_dir=.
13267 for ac_exec_ext in '' $ac_executable_extensions; do
13268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13269 ac_cv_prog_sane_devel="sane-config"
13270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13277 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13280 sane_devel=$ac_cv_prog_sane_devel
13281 if test -n "$sane_devel"; then
13282 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13283 echo "${ECHO_T}$sane_devel" >&6; }
13285 { echo "$as_me:$LINENO: result: no" >&5
13286 echo "${ECHO_T}no" >&6; }
13290 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13292 ac_sane_incl="`$sane_devel --cflags`"
13293 ac_sane_libs="`$sane_devel --ldflags`"
13294 ac_save_CPPFLAGS="$CPPFLAGS"
13295 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13296 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13297 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13298 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13299 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13300 echo $ECHO_N "(cached) $ECHO_C" >&6
13302 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13303 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13305 # Is the header compilable?
13306 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13307 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13308 cat >conftest.$ac_ext <<_ACEOF
13311 cat confdefs.h >>conftest.$ac_ext
13312 cat >>conftest.$ac_ext <<_ACEOF
13313 /* end confdefs.h. */
13314 $ac_includes_default
13315 #include <sane/sane.h>
13317 rm -f conftest.$ac_objext
13318 if { (ac_try="$ac_compile"
13319 case "(($ac_try" in
13320 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13321 *) ac_try_echo
=$ac_try;;
13323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13324 (eval "$ac_compile") 2>conftest.er1
13326 grep -v '^ *+' conftest.er1
>conftest.err
13328 cat conftest.err
>&5
13329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13330 (exit $ac_status); } && {
13331 test -z "$ac_c_werror_flag" ||
13332 test ! -s conftest.err
13333 } && test -s conftest.
$ac_objext; then
13334 ac_header_compiler
=yes
13336 echo "$as_me: failed program was:" >&5
13337 sed 's/^/| /' conftest.
$ac_ext >&5
13339 ac_header_compiler
=no
13342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13343 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13344 echo "${ECHO_T}$ac_header_compiler" >&6; }
13346 # Is the header present?
13347 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13348 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13349 cat >conftest.
$ac_ext <<_ACEOF
13352 cat confdefs.h
>>conftest.
$ac_ext
13353 cat >>conftest.
$ac_ext <<_ACEOF
13354 /* end confdefs.h. */
13355 #include <sane/sane.h>
13357 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13358 case "(($ac_try" in
13359 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13360 *) ac_try_echo=$ac_try;;
13362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13363 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13365 grep -v '^ *+' conftest.er1 >conftest.err
13367 cat conftest.err >&5
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); } >/dev/null && {
13370 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13371 test ! -s conftest.err
13373 ac_header_preproc=yes
13375 echo "$as_me: failed program was:" >&5
13376 sed 's/^/| /' conftest.$ac_ext >&5
13378 ac_header_preproc=no
13381 rm -f conftest.err conftest.$ac_ext
13382 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13383 echo "${ECHO_T}$ac_header_preproc" >&6; }
13385 # So? What about this header?
13386 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13388 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13389 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13390 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13391 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13392 ac_header_preproc=yes
13395 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13396 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13397 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13398 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13399 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13400 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13401 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13402 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13403 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13404 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13405 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13406 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13408 ## ------------------------------------ ##
13409 ## Report this to wine-devel@winehq.org ##
13410 ## ------------------------------------ ##
13412 ) | sed "s/^/$as_me: WARNING: /" >&2
13415 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13416 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13417 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13418 echo $ECHO_N "(cached) $ECHO_C" >&6
13420 ac_cv_header_sane_sane_h=$ac_header_preproc
13422 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13423 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13426 if test $ac_cv_header_sane_sane_h = yes; then
13427 { echo "$as_me:$LINENO: checking for -lsane" >&5
13428 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13429 if test "${ac_cv_lib_soname_sane+set}" = set; then
13430 echo $ECHO_N "(cached) $ECHO_C" >&6
13432 ac_check_soname_save_LIBS=$LIBS
13433 LIBS="-lsane $ac_sane_libs $LIBS"
13434 cat >conftest.$ac_ext <<_ACEOF
13437 cat confdefs.h >>conftest.$ac_ext
13438 cat >>conftest.$ac_ext <<_ACEOF
13439 /* end confdefs.h. */
13441 /* Override any GCC internal prototype to avoid an error.
13442 Use char because int might match the return type of a GCC
13443 builtin and then its argument prototype would still apply. */
13451 return sane_init ();
13456 rm -f conftest.$ac_objext conftest$ac_exeext
13457 if { (ac_try="$ac_link"
13458 case "(($ac_try" in
13459 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13460 *) ac_try_echo
=$ac_try;;
13462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13463 (eval "$ac_link") 2>conftest.er1
13465 grep -v '^ *+' conftest.er1
>conftest.err
13467 cat conftest.err
>&5
13468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13469 (exit $ac_status); } && {
13470 test -z "$ac_c_werror_flag" ||
13471 test ! -s conftest.err
13472 } && test -s conftest
$ac_exeext &&
13473 $as_test_x conftest
$ac_exeext; then
13476 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'` ;;
13477 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13480 echo "$as_me: failed program was:" >&5
13481 sed 's/^/| /' conftest.
$ac_ext >&5
13486 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13487 conftest
$ac_exeext conftest.
$ac_ext
13488 LIBS
=$ac_check_soname_save_LIBS
13490 if test "x$ac_cv_lib_soname_sane" = "x"; then
13491 { echo "$as_me:$LINENO: result: not found" >&5
13492 echo "${ECHO_T}not found" >&6; }
13495 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13496 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13498 cat >>confdefs.h
<<_ACEOF
13499 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13502 SANEINCL
="$ac_sane_incl"
13509 CPPFLAGS
="$ac_save_CPPFLAGS"
13511 if test "x$ac_cv_lib_soname_sane" = "x"; then
13512 case "x$with_sane" in
13513 x
) wine_notices
="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13515 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13516 This is an error since --with-sane was requested." >&5
13517 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13518 This is an error since --with-sane was requested." >&2;}
13519 { (exit 1); exit 1; }; } ;;
13524 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13525 set dummy gphoto2-config
; ac_word
=$2
13526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13528 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13529 echo $ECHO_N "(cached) $ECHO_C" >&6
13531 if test -n "$gphoto2_devel"; then
13532 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13535 for as_dir
in $PATH
13538 test -z "$as_dir" && as_dir
=.
13539 for ac_exec_ext
in '' $ac_executable_extensions; do
13540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13541 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13549 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13552 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13553 if test -n "$gphoto2_devel"; then
13554 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13555 echo "${ECHO_T}$gphoto2_devel" >&6; }
13557 { echo "$as_me:$LINENO: result: no" >&5
13558 echo "${ECHO_T}no" >&6; }
13562 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13563 set dummy gphoto2-port-config
; ac_word
=$2
13564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13566 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13567 echo $ECHO_N "(cached) $ECHO_C" >&6
13569 if test -n "$gphoto2port_devel"; then
13570 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13573 for as_dir
in $PATH
13576 test -z "$as_dir" && as_dir
=.
13577 for ac_exec_ext
in '' $ac_executable_extensions; do
13578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13579 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13587 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13590 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13591 if test -n "$gphoto2port_devel"; then
13592 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13593 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13595 { echo "$as_me:$LINENO: result: no" >&5
13596 echo "${ECHO_T}no" >&6; }
13600 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13602 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13604 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13607 -L/usr
/lib|
-L/usr
/lib64
) ;;
13608 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13611 ac_save_CPPFLAGS
="$CPPFLAGS"
13612 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13613 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13614 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13615 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13616 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13617 echo $ECHO_N "(cached) $ECHO_C" >&6
13619 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13620 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13622 # Is the header compilable?
13623 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13624 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13625 cat >conftest.
$ac_ext <<_ACEOF
13628 cat confdefs.h
>>conftest.
$ac_ext
13629 cat >>conftest.
$ac_ext <<_ACEOF
13630 /* end confdefs.h. */
13631 $ac_includes_default
13632 #include <gphoto2-camera.h>
13634 rm -f conftest.
$ac_objext
13635 if { (ac_try
="$ac_compile"
13636 case "(($ac_try" in
13637 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13638 *) ac_try_echo=$ac_try;;
13640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13641 (eval "$ac_compile") 2>conftest.er1
13643 grep -v '^ *+' conftest.er1 >conftest.err
13645 cat conftest.err >&5
13646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13647 (exit $ac_status); } && {
13648 test -z "$ac_c_werror_flag" ||
13649 test ! -s conftest.err
13650 } && test -s conftest.$ac_objext; then
13651 ac_header_compiler=yes
13653 echo "$as_me: failed program was:" >&5
13654 sed 's/^/| /' conftest.$ac_ext >&5
13656 ac_header_compiler=no
13659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13660 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13661 echo "${ECHO_T}$ac_header_compiler" >&6; }
13663 # Is the header present?
13664 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13665 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13666 cat >conftest.$ac_ext <<_ACEOF
13669 cat confdefs.h >>conftest.$ac_ext
13670 cat >>conftest.$ac_ext <<_ACEOF
13671 /* end confdefs.h. */
13672 #include <gphoto2-camera.h>
13674 if { (ac_try="$ac_cpp conftest.$ac_ext"
13675 case "(($ac_try" in
13676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13677 *) ac_try_echo
=$ac_try;;
13679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13680 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13682 grep -v '^ *+' conftest.er1
>conftest.err
13684 cat conftest.err
>&5
13685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); } >/dev
/null
&& {
13687 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13688 test ! -s conftest.err
13690 ac_header_preproc
=yes
13692 echo "$as_me: failed program was:" >&5
13693 sed 's/^/| /' conftest.
$ac_ext >&5
13695 ac_header_preproc
=no
13698 rm -f conftest.err conftest.
$ac_ext
13699 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13700 echo "${ECHO_T}$ac_header_preproc" >&6; }
13702 # So? What about this header?
13703 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13705 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13706 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13707 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13708 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13709 ac_header_preproc
=yes
13712 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13714 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13716 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13718 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13719 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13720 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13721 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13722 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13723 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13725 ## ------------------------------------ ##
13726 ## Report this to wine-devel@winehq.org ##
13727 ## ------------------------------------ ##
13729 ) |
sed "s/^/$as_me: WARNING: /" >&2
13732 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13733 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13734 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13735 echo $ECHO_N "(cached) $ECHO_C" >&6
13737 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13739 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13740 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13743 if test $ac_cv_header_gphoto2_camera_h = yes; then
13744 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13745 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13746 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13747 echo $ECHO_N "(cached) $ECHO_C" >&6
13749 ac_check_lib_save_LIBS
=$LIBS
13750 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13751 cat >conftest.
$ac_ext <<_ACEOF
13754 cat confdefs.h
>>conftest.
$ac_ext
13755 cat >>conftest.
$ac_ext <<_ACEOF
13756 /* end confdefs.h. */
13758 /* Override any GCC internal prototype to avoid an error.
13759 Use char because int might match the return type of a GCC
13760 builtin and then its argument prototype would still apply. */
13764 char gp_camera_new ();
13768 return gp_camera_new ();
13773 rm -f conftest.
$ac_objext conftest
$ac_exeext
13774 if { (ac_try
="$ac_link"
13775 case "(($ac_try" in
13776 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13777 *) ac_try_echo=$ac_try;;
13779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13780 (eval "$ac_link") 2>conftest.er1
13782 grep -v '^ *+' conftest.er1 >conftest.err
13784 cat conftest.err >&5
13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); } && {
13787 test -z "$ac_c_werror_flag" ||
13788 test ! -s conftest.err
13789 } && test -s conftest$ac_exeext &&
13790 $as_test_x conftest$ac_exeext; then
13791 ac_cv_lib_gphoto2_gp_camera_new=yes
13793 echo "$as_me: failed program was:" >&5
13794 sed 's/^/| /' conftest.$ac_ext >&5
13796 ac_cv_lib_gphoto2_gp_camera_new=no
13799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13800 conftest$ac_exeext conftest.$ac_ext
13801 LIBS=$ac_check_lib_save_LIBS
13803 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13804 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13805 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13807 cat >>confdefs.h <<\_ACEOF
13808 #define HAVE_GPHOTO2 1
13811 GPHOTO2LIBS="$ac_gphoto2_libs"
13813 GPHOTO2INCL="$ac_gphoto2_incl"
13820 CPPFLAGS="$ac_save_CPPFLAGS"
13822 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13823 case "x$with_gphoto" in
13824 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13826 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13827 This is an error since --with-gphoto was requested." >&5
13828 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13829 This is an error since --with-gphoto was requested." >&2;}
13830 { (exit 1); exit 1; }; } ;;
13838 if test "$ac_cv_header_resolv_h" = "yes"
13840 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13841 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13842 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13845 ac_check_lib_save_LIBS=$LIBS
13846 LIBS="-lresolv $LIBS"
13847 cat >conftest.$ac_ext <<_ACEOF
13850 cat confdefs.h >>conftest.$ac_ext
13851 cat >>conftest.$ac_ext <<_ACEOF
13852 /* end confdefs.h. */
13854 /* Override any GCC internal prototype to avoid an error.
13855 Use char because int might match the return type of a GCC
13856 builtin and then its argument prototype would still apply. */
13864 return res_query ();
13869 rm -f conftest.$ac_objext conftest$ac_exeext
13870 if { (ac_try="$ac_link"
13871 case "(($ac_try" in
13872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13873 *) ac_try_echo
=$ac_try;;
13875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13876 (eval "$ac_link") 2>conftest.er1
13878 grep -v '^ *+' conftest.er1
>conftest.err
13880 cat conftest.err
>&5
13881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13882 (exit $ac_status); } && {
13883 test -z "$ac_c_werror_flag" ||
13884 test ! -s conftest.err
13885 } && test -s conftest
$ac_exeext &&
13886 $as_test_x conftest
$ac_exeext; then
13887 ac_cv_lib_resolv_res_query
=yes
13889 echo "$as_me: failed program was:" >&5
13890 sed 's/^/| /' conftest.
$ac_ext >&5
13892 ac_cv_lib_resolv_res_query
=no
13895 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13896 conftest
$ac_exeext conftest.
$ac_ext
13897 LIBS
=$ac_check_lib_save_LIBS
13899 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13900 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13901 if test $ac_cv_lib_resolv_res_query = yes; then
13903 cat >>confdefs.h
<<\_ACEOF
13904 #define HAVE_RESOLV 1
13907 RESOLVLIBS
="-lresolv"
13914 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13916 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13917 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13918 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13919 echo $ECHO_N "(cached) $ECHO_C" >&6
13921 ac_check_lib_save_LIBS
=$LIBS
13922 LIBS
="-llcms $LIBS"
13923 cat >conftest.
$ac_ext <<_ACEOF
13926 cat confdefs.h
>>conftest.
$ac_ext
13927 cat >>conftest.
$ac_ext <<_ACEOF
13928 /* end confdefs.h. */
13930 /* Override any GCC internal prototype to avoid an error.
13931 Use char because int might match the return type of a GCC
13932 builtin and then its argument prototype would still apply. */
13936 char cmsOpenProfileFromFile ();
13940 return cmsOpenProfileFromFile ();
13945 rm -f conftest.
$ac_objext conftest
$ac_exeext
13946 if { (ac_try
="$ac_link"
13947 case "(($ac_try" in
13948 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13949 *) ac_try_echo=$ac_try;;
13951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13952 (eval "$ac_link") 2>conftest.er1
13954 grep -v '^ *+' conftest.er1 >conftest.err
13956 cat conftest.err >&5
13957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13958 (exit $ac_status); } && {
13959 test -z "$ac_c_werror_flag" ||
13960 test ! -s conftest.err
13961 } && test -s conftest$ac_exeext &&
13962 $as_test_x conftest$ac_exeext; then
13963 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13965 echo "$as_me: failed program was:" >&5
13966 sed 's/^/| /' conftest.$ac_ext >&5
13968 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13972 conftest$ac_exeext conftest.$ac_ext
13973 LIBS=$ac_check_lib_save_LIBS
13975 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13976 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13977 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13979 cat >>confdefs.h <<\_ACEOF
13980 #define HAVE_LCMS 1
13987 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13988 case "x$with_cms" in
13989 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13991 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13992 This is an error since --with-cms was requested." >&5
13993 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13994 This is an error since --with-cms was requested." >&2;}
13995 { (exit 1); exit 1; }; } ;;
14000 for ac_prog in freetype-config freetype2-config
14002 # Extract the first word of "$ac_prog", so it can be a program name with args.
14003 set dummy $ac_prog; ac_word=$2
14004 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14005 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14006 if test "${ac_cv_prog_ft_devel+set}" = set; then
14007 echo $ECHO_N "(cached) $ECHO_C" >&6
14009 if test -n "$ft_devel"; then
14010 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14013 for as_dir in $PATH
14016 test -z "$as_dir" && as_dir=.
14017 for ac_exec_ext in '' $ac_executable_extensions; do
14018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14019 ac_cv_prog_ft_devel="$ac_prog"
14020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14029 ft_devel=$ac_cv_prog_ft_devel
14030 if test -n "$ft_devel"; then
14031 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14032 echo "${ECHO_T}$ft_devel" >&6; }
14034 { echo "$as_me:$LINENO: result: no" >&5
14035 echo "${ECHO_T}no" >&6; }
14039 test -n "$ft_devel" && break
14041 test -n "$ft_devel" || ft_devel="false"
14043 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14045 ac_freetype_libs=`$ft_devel --libs`
14046 ac_freetype_incl=`$ft_devel --cflags`
14047 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14048 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14049 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14050 echo $ECHO_N "(cached) $ECHO_C" >&6
14052 ac_check_soname_save_LIBS=$LIBS
14053 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14054 cat >conftest.$ac_ext <<_ACEOF
14057 cat confdefs.h >>conftest.$ac_ext
14058 cat >>conftest.$ac_ext <<_ACEOF
14059 /* end confdefs.h. */
14061 /* Override any GCC internal prototype to avoid an error.
14062 Use char because int might match the return type of a GCC
14063 builtin and then its argument prototype would still apply. */
14067 char FT_Init_FreeType ();
14071 return FT_Init_FreeType ();
14076 rm -f conftest.$ac_objext conftest$ac_exeext
14077 if { (ac_try="$ac_link"
14078 case "(($ac_try" in
14079 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14080 *) ac_try_echo
=$ac_try;;
14082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14083 (eval "$ac_link") 2>conftest.er1
14085 grep -v '^ *+' conftest.er1
>conftest.err
14087 cat conftest.err
>&5
14088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14089 (exit $ac_status); } && {
14090 test -z "$ac_c_werror_flag" ||
14091 test ! -s conftest.err
14092 } && test -s conftest
$ac_exeext &&
14093 $as_test_x conftest
$ac_exeext; then
14096 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'` ;;
14097 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14100 echo "$as_me: failed program was:" >&5
14101 sed 's/^/| /' conftest.
$ac_ext >&5
14106 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14107 conftest
$ac_exeext conftest.
$ac_ext
14108 LIBS
=$ac_check_soname_save_LIBS
14110 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14111 { echo "$as_me:$LINENO: result: not found" >&5
14112 echo "${ECHO_T}not found" >&6; }
14115 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14116 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14118 cat >>confdefs.h
<<_ACEOF
14119 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14125 if test "$ft_lib" = "yes"
14127 ac_save_CPPFLAGS
="$CPPFLAGS"
14128 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14141 for ac_header
in ft2build.h \
14142 freetype
/freetype.h \
14143 freetype
/ftglyph.h \
14144 freetype
/fttypes.h \
14145 freetype
/tttables.h \
14146 freetype
/ftnames.h \
14147 freetype
/ftsnames.h \
14148 freetype
/ttnameid.h \
14149 freetype
/ftoutln.h \
14150 freetype
/ftwinfnt.h \
14151 freetype
/ftmodapi.h \
14152 freetype
/internal
/sfnt.h
14154 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14155 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14157 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14158 echo $ECHO_N "(cached) $ECHO_C" >&6
14160 cat >conftest.
$ac_ext <<_ACEOF
14163 cat confdefs.h
>>conftest.
$ac_ext
14164 cat >>conftest.
$ac_ext <<_ACEOF
14165 /* end confdefs.h. */
14166 #ifdef HAVE_FT2BUILD_H
14167 # include <ft2build.h>
14170 #include <$ac_header>
14172 rm -f conftest.
$ac_objext
14173 if { (ac_try
="$ac_compile"
14174 case "(($ac_try" in
14175 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14176 *) ac_try_echo=$ac_try;;
14178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14179 (eval "$ac_compile") 2>conftest.er1
14181 grep -v '^ *+' conftest.er1 >conftest.err
14183 cat conftest.err >&5
14184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14185 (exit $ac_status); } && {
14186 test -z "$ac_c_werror_flag" ||
14187 test ! -s conftest.err
14188 } && test -s conftest.$ac_objext; then
14189 eval "$as_ac_Header=yes"
14191 echo "$as_me: failed program was:" >&5
14192 sed 's/^/| /' conftest.$ac_ext >&5
14194 eval "$as_ac_Header=no"
14197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14199 ac_res=`eval echo '${'$as_ac_Header'}'`
14200 { echo "$as_me:$LINENO: result: $ac_res" >&5
14201 echo "${ECHO_T}$ac_res" >&6; }
14202 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14203 cat >>confdefs.h <<_ACEOF
14204 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14211 cat >conftest.$ac_ext <<_ACEOF
14214 cat confdefs.h >>conftest.$ac_ext
14215 cat >>conftest.$ac_ext <<_ACEOF
14216 /* end confdefs.h. */
14217 #include <ft2build.h>
14218 #include <freetype/fttrigon.h>
14220 if { (ac_try="$ac_cpp conftest.$ac_ext"
14221 case "(($ac_try" in
14222 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14223 *) ac_try_echo
=$ac_try;;
14225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14226 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14228 grep -v '^ *+' conftest.er1
>conftest.err
14230 cat conftest.err
>&5
14231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14232 (exit $ac_status); } >/dev
/null
&& {
14233 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14234 test ! -s conftest.err
14237 cat >>confdefs.h
<<\_ACEOF
14238 #define HAVE_FREETYPE_FTTRIGON_H 1
14241 wine_cv_fttrigon
=yes
14243 echo "$as_me: failed program was:" >&5
14244 sed 's/^/| /' conftest.
$ac_ext >&5
14246 wine_cv_fttrigon
=no
14249 rm -f conftest.err conftest.
$ac_ext
14250 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14251 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14252 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14253 echo $ECHO_N "(cached) $ECHO_C" >&6
14255 cat >conftest.
$ac_ext <<_ACEOF
14258 cat confdefs.h
>>conftest.
$ac_ext
14259 cat >>conftest.
$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14261 #include <freetype/ftmodapi.h>
14263 typedef FT_TrueTypeEngineType ac__type_new_;
14267 if ((ac__type_new_ *) 0)
14269 if (sizeof (ac__type_new_))
14275 rm -f conftest.
$ac_objext
14276 if { (ac_try
="$ac_compile"
14277 case "(($ac_try" in
14278 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14279 *) ac_try_echo=$ac_try;;
14281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14282 (eval "$ac_compile") 2>conftest.er1
14284 grep -v '^ *+' conftest.er1 >conftest.err
14286 cat conftest.err >&5
14287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14288 (exit $ac_status); } && {
14289 test -z "$ac_c_werror_flag" ||
14290 test ! -s conftest.err
14291 } && test -s conftest.$ac_objext; then
14292 ac_cv_type_FT_TrueTypeEngineType=yes
14294 echo "$as_me: failed program was:" >&5
14295 sed 's/^/| /' conftest.$ac_ext >&5
14297 ac_cv_type_FT_TrueTypeEngineType=no
14300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14302 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14303 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14304 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14306 cat >>confdefs.h <<_ACEOF
14307 #define HAVE_FT_TRUETYPEENGINETYPE 1
14313 ac_save_CFLAGS="$CFLAGS"
14314 CFLAGS="$CFLAGS $ac_freetype_libs"
14316 for ac_func in FT_Load_Sfnt_Table
14318 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14319 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14321 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14322 echo $ECHO_N "(cached) $ECHO_C" >&6
14324 cat >conftest.$ac_ext <<_ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h. */
14330 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14332 #define $ac_func innocuous_$ac_func
14334 /* System header to define __stub macros and hopefully few prototypes,
14335 which can conflict with char $ac_func (); below.
14336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14337 <limits.h> exists even on freestanding compilers. */
14340 # include <limits.h>
14342 # include <assert.h>
14347 /* Override any GCC internal prototype to avoid an error.
14348 Use char because int might match the return type of a GCC
14349 builtin and then its argument prototype would still apply. */
14354 /* The GNU C library defines this for functions which it implements
14355 to always fail with ENOSYS. Some functions are actually named
14356 something starting with __ and the normal name is an alias. */
14357 #if defined __stub_$ac_func || defined __stub___$ac_func
14364 return $ac_func ();
14369 rm -f conftest.$ac_objext conftest$ac_exeext
14370 if { (ac_try="$ac_link"
14371 case "(($ac_try" in
14372 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14373 *) ac_try_echo
=$ac_try;;
14375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14376 (eval "$ac_link") 2>conftest.er1
14378 grep -v '^ *+' conftest.er1
>conftest.err
14380 cat conftest.err
>&5
14381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14382 (exit $ac_status); } && {
14383 test -z "$ac_c_werror_flag" ||
14384 test ! -s conftest.err
14385 } && test -s conftest
$ac_exeext &&
14386 $as_test_x conftest
$ac_exeext; then
14387 eval "$as_ac_var=yes"
14389 echo "$as_me: failed program was:" >&5
14390 sed 's/^/| /' conftest.
$ac_ext >&5
14392 eval "$as_ac_var=no"
14395 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14396 conftest
$ac_exeext conftest.
$ac_ext
14398 ac_res
=`eval echo '${'$as_ac_var'}'`
14399 { echo "$as_me:$LINENO: result: $ac_res" >&5
14400 echo "${ECHO_T}$ac_res" >&6; }
14401 if test `eval echo '${'$as_ac_var'}'` = yes; then
14402 cat >>confdefs.h
<<_ACEOF
14403 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14409 CFLAGS
="$ac_save_CFLAGS"
14410 CPPFLAGS
="$ac_save_CPPFLAGS"
14411 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14414 cat >>confdefs.h
<<\_ACEOF
14415 #define HAVE_FREETYPE 1
14418 FREETYPELIBS
="$ac_freetype_libs"
14420 FREETYPEINCL
="$ac_freetype_incl"
14425 if test "x$FREETYPELIBS" = "x"; then
14426 case "x$with_freetype" in
14428 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14429 Fonts will not be built. Dialog text may be invisible or unaligned.
14430 Use the --without-freetype option if you really want this." >&5
14431 echo "$as_me: error: FreeType development files not found.
14432 Fonts will not be built. Dialog text may be invisible or unaligned.
14433 Use the --without-freetype option if you really want this." >&2;}
14434 { (exit 1); exit 1; }; } ;;
14438 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14440 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14441 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14442 if test "${ac_cv_c_ppdev+set}" = set; then
14443 echo $ECHO_N "(cached) $ECHO_C" >&6
14445 cat >conftest.
$ac_ext <<_ACEOF
14448 cat confdefs.h
>>conftest.
$ac_ext
14449 cat >>conftest.
$ac_ext <<_ACEOF
14450 /* end confdefs.h. */
14451 #include <linux/ppdev.h>
14455 ioctl (1,PPCLAIM,0)
14460 rm -f conftest.
$ac_objext
14461 if { (ac_try
="$ac_compile"
14462 case "(($ac_try" in
14463 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14464 *) ac_try_echo=$ac_try;;
14466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14467 (eval "$ac_compile") 2>conftest.er1
14469 grep -v '^ *+' conftest.er1 >conftest.err
14471 cat conftest.err >&5
14472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14473 (exit $ac_status); } && {
14474 test -z "$ac_c_werror_flag" ||
14475 test ! -s conftest.err
14476 } && test -s conftest.$ac_objext; then
14477 ac_cv_c_ppdev="yes"
14479 echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.$ac_ext >&5
14485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14487 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14488 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14489 if test "$ac_cv_c_ppdev" = "yes"
14492 cat >>confdefs.h <<\_ACEOF
14493 #define HAVE_PPDEV 1
14498 { echo "$as_me:$LINENO: checking for va_copy" >&5
14499 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14500 if test "${ac_cv_c_va_copy+set}" = set; then
14501 echo $ECHO_N "(cached) $ECHO_C" >&6
14503 cat >conftest.$ac_ext <<_ACEOF
14506 cat confdefs.h >>conftest.$ac_ext
14507 cat >>conftest.$ac_ext <<_ACEOF
14508 /* end confdefs.h. */
14509 #include <stdarg.h>
14513 va_list ap1, ap2; va_copy(ap1,ap2);
14518 rm -f conftest.$ac_objext conftest$ac_exeext
14519 if { (ac_try="$ac_link"
14520 case "(($ac_try" in
14521 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14522 *) ac_try_echo
=$ac_try;;
14524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14525 (eval "$ac_link") 2>conftest.er1
14527 grep -v '^ *+' conftest.er1
>conftest.err
14529 cat conftest.err
>&5
14530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14531 (exit $ac_status); } && {
14532 test -z "$ac_c_werror_flag" ||
14533 test ! -s conftest.err
14534 } && test -s conftest
$ac_exeext &&
14535 $as_test_x conftest
$ac_exeext; then
14536 ac_cv_c_va_copy
="yes"
14538 echo "$as_me: failed program was:" >&5
14539 sed 's/^/| /' conftest.
$ac_ext >&5
14541 ac_cv_c_va_copy
="no"
14544 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14545 conftest
$ac_exeext conftest.
$ac_ext
14548 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14549 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14550 if test "$ac_cv_c_va_copy" = "yes"
14553 cat >>confdefs.h
<<\_ACEOF
14554 #define HAVE_VA_COPY 1
14558 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14559 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14560 if test "${ac_cv_c___va_copy+set}" = set; then
14561 echo $ECHO_N "(cached) $ECHO_C" >&6
14563 cat >conftest.
$ac_ext <<_ACEOF
14566 cat confdefs.h
>>conftest.
$ac_ext
14567 cat >>conftest.
$ac_ext <<_ACEOF
14568 /* end confdefs.h. */
14569 #include <stdarg.h>
14573 va_list ap1, ap2; __va_copy(ap1,ap2);
14578 rm -f conftest.
$ac_objext conftest
$ac_exeext
14579 if { (ac_try
="$ac_link"
14580 case "(($ac_try" in
14581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14582 *) ac_try_echo=$ac_try;;
14584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14585 (eval "$ac_link") 2>conftest.er1
14587 grep -v '^ *+' conftest.er1 >conftest.err
14589 cat conftest.err >&5
14590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14591 (exit $ac_status); } && {
14592 test -z "$ac_c_werror_flag" ||
14593 test ! -s conftest.err
14594 } && test -s conftest$ac_exeext &&
14595 $as_test_x conftest$ac_exeext; then
14596 ac_cv_c___va_copy="yes"
14598 echo "$as_me: failed program was:" >&5
14599 sed 's/^/| /' conftest.$ac_ext >&5
14601 ac_cv_c___va_copy="no"
14604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14605 conftest$ac_exeext conftest.$ac_ext
14608 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14609 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14610 if test "$ac_cv_c___va_copy" = "yes"
14613 cat >>confdefs.h <<\_ACEOF
14614 #define HAVE___VA_COPY 1
14619 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14620 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14621 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14622 echo $ECHO_N "(cached) $ECHO_C" >&6
14624 cat >conftest.$ac_ext <<_ACEOF
14627 cat confdefs.h >>conftest.$ac_ext
14628 cat >>conftest.$ac_ext <<_ACEOF
14629 /* end confdefs.h. */
14630 #define _GNU_SOURCE
14631 #include <pthread.h>
14633 typedef pthread_rwlock_t ac__type_new_;
14637 if ((ac__type_new_ *) 0)
14639 if (sizeof (ac__type_new_))
14645 rm -f conftest.$ac_objext
14646 if { (ac_try="$ac_compile"
14647 case "(($ac_try" in
14648 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14649 *) ac_try_echo
=$ac_try;;
14651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14652 (eval "$ac_compile") 2>conftest.er1
14654 grep -v '^ *+' conftest.er1
>conftest.err
14656 cat conftest.err
>&5
14657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14658 (exit $ac_status); } && {
14659 test -z "$ac_c_werror_flag" ||
14660 test ! -s conftest.err
14661 } && test -s conftest.
$ac_objext; then
14662 ac_cv_type_pthread_rwlock_t
=yes
14664 echo "$as_me: failed program was:" >&5
14665 sed 's/^/| /' conftest.
$ac_ext >&5
14667 ac_cv_type_pthread_rwlock_t
=no
14670 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14672 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14673 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14674 if test $ac_cv_type_pthread_rwlock_t = yes; then
14676 cat >>confdefs.h
<<_ACEOF
14677 #define HAVE_PTHREAD_RWLOCK_T 1
14682 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14683 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14684 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14685 echo $ECHO_N "(cached) $ECHO_C" >&6
14687 cat >conftest.
$ac_ext <<_ACEOF
14690 cat confdefs.h
>>conftest.
$ac_ext
14691 cat >>conftest.
$ac_ext <<_ACEOF
14692 /* end confdefs.h. */
14693 #define _GNU_SOURCE
14694 #include <pthread.h>
14696 typedef pthread_rwlockattr_t ac__type_new_;
14700 if ((ac__type_new_ *) 0)
14702 if (sizeof (ac__type_new_))
14708 rm -f conftest.
$ac_objext
14709 if { (ac_try
="$ac_compile"
14710 case "(($ac_try" in
14711 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14712 *) ac_try_echo=$ac_try;;
14714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14715 (eval "$ac_compile") 2>conftest.er1
14717 grep -v '^ *+' conftest.er1 >conftest.err
14719 cat conftest.err >&5
14720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14721 (exit $ac_status); } && {
14722 test -z "$ac_c_werror_flag" ||
14723 test ! -s conftest.err
14724 } && test -s conftest.$ac_objext; then
14725 ac_cv_type_pthread_rwlockattr_t=yes
14727 echo "$as_me: failed program was:" >&5
14728 sed 's/^/| /' conftest.$ac_ext >&5
14730 ac_cv_type_pthread_rwlockattr_t=no
14733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14735 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14736 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14737 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14739 cat >>confdefs.h <<_ACEOF
14740 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14747 ac_wine_check_funcs_save_LIBS="$LIBS"
14748 LIBS="$LIBS $LIBPTHREAD"
14754 pthread_attr_get_np \
14755 pthread_getattr_np \
14756 pthread_get_stackaddr_np \
14757 pthread_get_stacksize_np
14759 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14760 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14761 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14762 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14763 echo $ECHO_N "(cached) $ECHO_C" >&6
14765 cat >conftest.$ac_ext <<_ACEOF
14768 cat confdefs.h >>conftest.$ac_ext
14769 cat >>conftest.$ac_ext <<_ACEOF
14770 /* end confdefs.h. */
14771 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14773 #define $ac_func innocuous_$ac_func
14775 /* System header to define __stub macros and hopefully few prototypes,
14776 which can conflict with char $ac_func (); below.
14777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14778 <limits.h> exists even on freestanding compilers. */
14781 # include <limits.h>
14783 # include <assert.h>
14788 /* Override any GCC internal prototype to avoid an error.
14789 Use char because int might match the return type of a GCC
14790 builtin and then its argument prototype would still apply. */
14795 /* The GNU C library defines this for functions which it implements
14796 to always fail with ENOSYS. Some functions are actually named
14797 something starting with __ and the normal name is an alias. */
14798 #if defined __stub_$ac_func || defined __stub___$ac_func
14805 return $ac_func ();
14810 rm -f conftest.$ac_objext conftest$ac_exeext
14811 if { (ac_try="$ac_link"
14812 case "(($ac_try" in
14813 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14814 *) ac_try_echo
=$ac_try;;
14816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14817 (eval "$ac_link") 2>conftest.er1
14819 grep -v '^ *+' conftest.er1
>conftest.err
14821 cat conftest.err
>&5
14822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14823 (exit $ac_status); } && {
14824 test -z "$ac_c_werror_flag" ||
14825 test ! -s conftest.err
14826 } && test -s conftest
$ac_exeext &&
14827 $as_test_x conftest
$ac_exeext; then
14828 eval "$as_ac_var=yes"
14830 echo "$as_me: failed program was:" >&5
14831 sed 's/^/| /' conftest.
$ac_ext >&5
14833 eval "$as_ac_var=no"
14836 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14837 conftest
$ac_exeext conftest.
$ac_ext
14839 ac_res
=`eval echo '${'$as_ac_var'}'`
14840 { echo "$as_me:$LINENO: result: $ac_res" >&5
14841 echo "${ECHO_T}$ac_res" >&6; }
14842 if test `eval echo '${'$as_ac_var'}'` = yes; then
14843 cat >>confdefs.h
<<_ACEOF
14844 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14850 LIBS
="$ac_wine_check_funcs_save_LIBS"
14852 # Extract the first word of "esd-config", so it can be a program name with args.
14853 set dummy esd-config
; ac_word
=$2
14854 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14856 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14857 echo $ECHO_N "(cached) $ECHO_C" >&6
14861 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14864 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14865 for as_dir
in $PATH
14868 test -z "$as_dir" && as_dir
=.
14869 for ac_exec_ext
in '' $ac_executable_extensions; do
14870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14871 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14872 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14882 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14883 if test -n "$ESDCONFIG"; then
14884 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14885 echo "${ECHO_T}$ESDCONFIG" >&6; }
14887 { echo "$as_me:$LINENO: result: no" >&5
14888 echo "${ECHO_T}no" >&6; }
14892 if test "x$with_esd" != xno
-a "x$ESDCONFIG" != x
-a "x$ESDCONFIG" != x
'"$ESDCONFIG"';
14895 for i
in `$ESDCONFIG --cflags`
14898 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14901 ac_esd_libs
=`$ESDCONFIG --libs`
14902 save_CFLAGS
="$CFLAGS"
14903 CFLAGS
="$CFLAGS $ac_esd_incl"
14904 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14905 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14906 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14907 echo $ECHO_N "(cached) $ECHO_C" >&6
14909 ac_check_lib_save_LIBS
=$LIBS
14910 LIBS
="-lesd $ac_esd_libs $LIBS"
14911 cat >conftest.
$ac_ext <<_ACEOF
14914 cat confdefs.h
>>conftest.
$ac_ext
14915 cat >>conftest.
$ac_ext <<_ACEOF
14916 /* end confdefs.h. */
14918 /* Override any GCC internal prototype to avoid an error.
14919 Use char because int might match the return type of a GCC
14920 builtin and then its argument prototype would still apply. */
14924 char esd_open_sound ();
14928 return esd_open_sound ();
14933 rm -f conftest.
$ac_objext conftest
$ac_exeext
14934 if { (ac_try
="$ac_link"
14935 case "(($ac_try" in
14936 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14937 *) ac_try_echo=$ac_try;;
14939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14940 (eval "$ac_link") 2>conftest.er1
14942 grep -v '^ *+' conftest.er1 >conftest.err
14944 cat conftest.err >&5
14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14946 (exit $ac_status); } && {
14947 test -z "$ac_c_werror_flag" ||
14948 test ! -s conftest.err
14949 } && test -s conftest$ac_exeext &&
14950 $as_test_x conftest$ac_exeext; then
14951 ac_cv_lib_esd_esd_open_sound=yes
14953 echo "$as_me: failed program was:" >&5
14954 sed 's/^/| /' conftest.$ac_ext >&5
14956 ac_cv_lib_esd_esd_open_sound=no
14959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14960 conftest$ac_exeext conftest.$ac_ext
14961 LIBS=$ac_check_lib_save_LIBS
14963 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14964 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14965 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14966 ESDINCL="$ac_esd_incl"
14968 ESDLIBS="$ac_esd_libs"
14971 cat >>confdefs.h <<\_ACEOF
14977 CFLAGS="$save_CFLAGS"
14982 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14984 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14985 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14986 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14987 echo $ECHO_N "(cached) $ECHO_C" >&6
14989 ac_check_lib_save_LIBS=$LIBS
14990 LIBS="-lasound $LIBS"
14991 cat >conftest.$ac_ext <<_ACEOF
14994 cat confdefs.h >>conftest.$ac_ext
14995 cat >>conftest.$ac_ext <<_ACEOF
14996 /* end confdefs.h. */
14998 /* Override any GCC internal prototype to avoid an error.
14999 Use char because int might match the return type of a GCC
15000 builtin and then its argument prototype would still apply. */
15004 char snd_pcm_hw_params_get_access ();
15008 return snd_pcm_hw_params_get_access ();
15013 rm -f conftest.$ac_objext conftest$ac_exeext
15014 if { (ac_try="$ac_link"
15015 case "(($ac_try" in
15016 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15017 *) ac_try_echo
=$ac_try;;
15019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15020 (eval "$ac_link") 2>conftest.er1
15022 grep -v '^ *+' conftest.er1
>conftest.err
15024 cat conftest.err
>&5
15025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15026 (exit $ac_status); } && {
15027 test -z "$ac_c_werror_flag" ||
15028 test ! -s conftest.err
15029 } && test -s conftest
$ac_exeext &&
15030 $as_test_x conftest
$ac_exeext; then
15031 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15033 echo "$as_me: failed program was:" >&5
15034 sed 's/^/| /' conftest.
$ac_ext >&5
15036 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15039 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15040 conftest
$ac_exeext conftest.
$ac_ext
15041 LIBS
=$ac_check_lib_save_LIBS
15043 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15044 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15045 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15046 cat >conftest.
$ac_ext <<_ACEOF
15049 cat confdefs.h
>>conftest.
$ac_ext
15050 cat >>conftest.
$ac_ext <<_ACEOF
15051 /* end confdefs.h. */
15052 #ifdef HAVE_ALSA_ASOUNDLIB_H
15053 #include <alsa/asoundlib.h>
15054 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15055 #include <sys/asoundlib.h>
15060 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15065 rm -f conftest.
$ac_objext
15066 if { (ac_try
="$ac_compile"
15067 case "(($ac_try" in
15068 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15069 *) ac_try_echo=$ac_try;;
15071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15072 (eval "$ac_compile") 2>conftest.er1
15074 grep -v '^ *+' conftest.er1 >conftest.err
15076 cat conftest.err >&5
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); } && {
15079 test -z "$ac_c_werror_flag" ||
15080 test ! -s conftest.err
15081 } && test -s conftest.$ac_objext; then
15083 cat >>confdefs.h <<\_ACEOF
15084 #define HAVE_ALSA 1
15087 ALSALIBS="-lasound"
15089 echo "$as_me: failed program was:" >&5
15090 sed 's/^/| /' conftest.$ac_ext >&5
15095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15102 if test "$ac_cv_header_libaudioio_h" = "yes"
15104 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15105 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15106 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15107 echo $ECHO_N "(cached) $ECHO_C" >&6
15109 ac_check_lib_save_LIBS=$LIBS
15110 LIBS="-laudioio $LIBS"
15111 cat >conftest.$ac_ext <<_ACEOF
15114 cat confdefs.h >>conftest.$ac_ext
15115 cat >>conftest.$ac_ext <<_ACEOF
15116 /* end confdefs.h. */
15118 /* Override any GCC internal prototype to avoid an error.
15119 Use char because int might match the return type of a GCC
15120 builtin and then its argument prototype would still apply. */
15124 char AudioIOGetVersion ();
15128 return AudioIOGetVersion ();
15133 rm -f conftest.$ac_objext conftest$ac_exeext
15134 if { (ac_try="$ac_link"
15135 case "(($ac_try" in
15136 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15137 *) ac_try_echo
=$ac_try;;
15139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15140 (eval "$ac_link") 2>conftest.er1
15142 grep -v '^ *+' conftest.er1
>conftest.err
15144 cat conftest.err
>&5
15145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15146 (exit $ac_status); } && {
15147 test -z "$ac_c_werror_flag" ||
15148 test ! -s conftest.err
15149 } && test -s conftest
$ac_exeext &&
15150 $as_test_x conftest
$ac_exeext; then
15151 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15153 echo "$as_me: failed program was:" >&5
15154 sed 's/^/| /' conftest.
$ac_ext >&5
15156 ac_cv_lib_audioio_AudioIOGetVersion
=no
15159 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15160 conftest
$ac_exeext conftest.
$ac_ext
15161 LIBS
=$ac_check_lib_save_LIBS
15163 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15164 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15165 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15166 AUDIOIOLIBS
="-laudioio"
15168 cat >>confdefs.h
<<\_ACEOF
15169 #define HAVE_LIBAUDIOIO 1
15177 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15179 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15180 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15181 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6
15184 ac_check_soname_save_LIBS
=$LIBS
15185 LIBS
="-lcapi20 $LIBS"
15186 cat >conftest.
$ac_ext <<_ACEOF
15189 cat confdefs.h
>>conftest.
$ac_ext
15190 cat >>conftest.
$ac_ext <<_ACEOF
15191 /* end confdefs.h. */
15193 /* Override any GCC internal prototype to avoid an error.
15194 Use char because int might match the return type of a GCC
15195 builtin and then its argument prototype would still apply. */
15199 char capi20_register ();
15203 return capi20_register ();
15208 rm -f conftest.
$ac_objext conftest
$ac_exeext
15209 if { (ac_try
="$ac_link"
15210 case "(($ac_try" in
15211 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15212 *) ac_try_echo=$ac_try;;
15214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15215 (eval "$ac_link") 2>conftest.er1
15217 grep -v '^ *+' conftest.er1 >conftest.err
15219 cat conftest.err >&5
15220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15221 (exit $ac_status); } && {
15222 test -z "$ac_c_werror_flag" ||
15223 test ! -s conftest.err
15224 } && test -s conftest$ac_exeext &&
15225 $as_test_x conftest$ac_exeext; then
15228 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'` ;;
15229 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15232 echo "$as_me: failed program was:" >&5
15233 sed 's/^/| /' conftest.$ac_ext >&5
15238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15239 conftest$ac_exeext conftest.$ac_ext
15240 LIBS=$ac_check_soname_save_LIBS
15242 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15243 { echo "$as_me:$LINENO: result: not found" >&5
15244 echo "${ECHO_T}not found" >&6; }
15247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15248 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15250 cat >>confdefs.h <<_ACEOF
15251 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15258 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15259 case "x$with_capi" in
15260 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15262 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15263 This is an error since --with-capi was requested." >&5
15264 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15265 This is an error since --with-capi was requested." >&2;}
15266 { (exit 1); exit 1; }; } ;;
15273 if test "x$with_cups" != "xno"
15275 ac_save_CPPFLAGS="$CPPFLAGS"
15276 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15277 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15278 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15280 for ac_header in cups/cups.h
15282 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15283 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15284 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15286 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15287 echo $ECHO_N "(cached) $ECHO_C" >&6
15289 ac_res=`eval echo '${'$as_ac_Header'}'`
15290 { echo "$as_me:$LINENO: result: $ac_res" >&5
15291 echo "${ECHO_T}$ac_res" >&6; }
15293 # Is the header compilable?
15294 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15295 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15296 cat >conftest.$ac_ext <<_ACEOF
15299 cat confdefs.h >>conftest.$ac_ext
15300 cat >>conftest.$ac_ext <<_ACEOF
15301 /* end confdefs.h. */
15302 $ac_includes_default
15303 #include <$ac_header>
15305 rm -f conftest.$ac_objext
15306 if { (ac_try="$ac_compile"
15307 case "(($ac_try" in
15308 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15309 *) ac_try_echo
=$ac_try;;
15311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15312 (eval "$ac_compile") 2>conftest.er1
15314 grep -v '^ *+' conftest.er1
>conftest.err
15316 cat conftest.err
>&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && {
15319 test -z "$ac_c_werror_flag" ||
15320 test ! -s conftest.err
15321 } && test -s conftest.
$ac_objext; then
15322 ac_header_compiler
=yes
15324 echo "$as_me: failed program was:" >&5
15325 sed 's/^/| /' conftest.
$ac_ext >&5
15327 ac_header_compiler
=no
15330 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15331 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15332 echo "${ECHO_T}$ac_header_compiler" >&6; }
15334 # Is the header present?
15335 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15336 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15337 cat >conftest.
$ac_ext <<_ACEOF
15340 cat confdefs.h
>>conftest.
$ac_ext
15341 cat >>conftest.
$ac_ext <<_ACEOF
15342 /* end confdefs.h. */
15343 #include <$ac_header>
15345 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15346 case "(($ac_try" in
15347 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15348 *) ac_try_echo=$ac_try;;
15350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15351 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15353 grep -v '^ *+' conftest.er1 >conftest.err
15355 cat conftest.err >&5
15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357 (exit $ac_status); } >/dev/null && {
15358 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15359 test ! -s conftest.err
15361 ac_header_preproc=yes
15363 echo "$as_me: failed program was:" >&5
15364 sed 's/^/| /' conftest.$ac_ext >&5
15366 ac_header_preproc=no
15369 rm -f conftest.err conftest.$ac_ext
15370 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15371 echo "${ECHO_T}$ac_header_preproc" >&6; }
15373 # So? What about this header?
15374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15376 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15377 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15378 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15379 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15380 ac_header_preproc=yes
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15384 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15386 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15388 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15389 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15390 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15392 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15393 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15394 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15396 ## ------------------------------------ ##
15397 ## Report this to wine-devel@winehq.org ##
15398 ## ------------------------------------ ##
15400 ) | sed "s/^/$as_me: WARNING: /" >&2
15403 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15404 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15406 echo $ECHO_N "(cached) $ECHO_C" >&6
15408 eval "$as_ac_Header=\$ac_header_preproc"
15410 ac_res=`eval echo '${'$as_ac_Header'}'`
15411 { echo "$as_me:$LINENO: result: $ac_res" >&5
15412 echo "${ECHO_T}$ac_res" >&6; }
15415 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15416 cat >>confdefs.h <<_ACEOF
15417 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15419 { echo "$as_me:$LINENO: checking for -lcups" >&5
15420 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15421 if test "${ac_cv_lib_soname_cups+set}" = set; then
15422 echo $ECHO_N "(cached) $ECHO_C" >&6
15424 ac_check_soname_save_LIBS=$LIBS
15425 LIBS="-lcups $ac_cups_libs $LIBS"
15426 cat >conftest.$ac_ext <<_ACEOF
15429 cat confdefs.h >>conftest.$ac_ext
15430 cat >>conftest.$ac_ext <<_ACEOF
15431 /* end confdefs.h. */
15433 /* Override any GCC internal prototype to avoid an error.
15434 Use char because int might match the return type of a GCC
15435 builtin and then its argument prototype would still apply. */
15439 char cupsGetDefault ();
15443 return cupsGetDefault ();
15448 rm -f conftest.$ac_objext conftest$ac_exeext
15449 if { (ac_try="$ac_link"
15450 case "(($ac_try" in
15451 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15452 *) ac_try_echo
=$ac_try;;
15454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15455 (eval "$ac_link") 2>conftest.er1
15457 grep -v '^ *+' conftest.er1
>conftest.err
15459 cat conftest.err
>&5
15460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15461 (exit $ac_status); } && {
15462 test -z "$ac_c_werror_flag" ||
15463 test ! -s conftest.err
15464 } && test -s conftest
$ac_exeext &&
15465 $as_test_x conftest
$ac_exeext; then
15468 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'` ;;
15469 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15472 echo "$as_me: failed program was:" >&5
15473 sed 's/^/| /' conftest.
$ac_ext >&5
15478 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15479 conftest
$ac_exeext conftest.
$ac_ext
15480 LIBS
=$ac_check_soname_save_LIBS
15482 if test "x$ac_cv_lib_soname_cups" = "x"; then
15483 { echo "$as_me:$LINENO: result: not found" >&5
15484 echo "${ECHO_T}not found" >&6; }
15487 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15488 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15490 cat >>confdefs.h
<<_ACEOF
15491 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15494 CUPSINCL
="$ac_cups_cflags"
15501 CPPFLAGS
="$ac_save_CPPFLAGS"
15503 if test "x$ac_cv_lib_soname_cups" = "x"; then
15504 case "x$with_cups" in
15505 x
) wine_notices
="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15507 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15508 This is an error since --with-cups was requested." >&5
15509 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15510 This is an error since --with-cups was requested." >&2;}
15511 { (exit 1); exit 1; }; } ;;
15516 if test "$ac_cv_header_jack_jack_h" = "yes"
15518 { echo "$as_me:$LINENO: checking for -ljack" >&5
15519 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15520 if test "${ac_cv_lib_soname_jack+set}" = set; then
15521 echo $ECHO_N "(cached) $ECHO_C" >&6
15523 ac_check_soname_save_LIBS
=$LIBS
15524 LIBS
="-ljack $LIBS"
15525 cat >conftest.
$ac_ext <<_ACEOF
15528 cat confdefs.h
>>conftest.
$ac_ext
15529 cat >>conftest.
$ac_ext <<_ACEOF
15530 /* end confdefs.h. */
15532 /* Override any GCC internal prototype to avoid an error.
15533 Use char because int might match the return type of a GCC
15534 builtin and then its argument prototype would still apply. */
15538 char jack_client_new ();
15542 return jack_client_new ();
15547 rm -f conftest.
$ac_objext conftest
$ac_exeext
15548 if { (ac_try
="$ac_link"
15549 case "(($ac_try" in
15550 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15551 *) ac_try_echo=$ac_try;;
15553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15554 (eval "$ac_link") 2>conftest.er1
15556 grep -v '^ *+' conftest.er1 >conftest.err
15558 cat conftest.err >&5
15559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15560 (exit $ac_status); } && {
15561 test -z "$ac_c_werror_flag" ||
15562 test ! -s conftest.err
15563 } && test -s conftest$ac_exeext &&
15564 $as_test_x conftest$ac_exeext; then
15567 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'` ;;
15568 *) 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'` ;;
15571 echo "$as_me: failed program was:" >&5
15572 sed 's/^/| /' conftest.$ac_ext >&5
15577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15578 conftest$ac_exeext conftest.$ac_ext
15579 LIBS=$ac_check_soname_save_LIBS
15581 if test "x$ac_cv_lib_soname_jack" = "x"; then
15582 { echo "$as_me:$LINENO: result: not found" >&5
15583 echo "${ECHO_T}not found" >&6; }
15586 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15587 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15589 cat >>confdefs.h <<_ACEOF
15590 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15598 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15600 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15601 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15602 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15603 echo $ECHO_N "(cached) $ECHO_C" >&6
15605 ac_check_soname_save_LIBS=$LIBS
15606 LIBS="-lfontconfig $LIBS"
15607 cat >conftest.$ac_ext <<_ACEOF
15610 cat confdefs.h >>conftest.$ac_ext
15611 cat >>conftest.$ac_ext <<_ACEOF
15612 /* end confdefs.h. */
15614 /* Override any GCC internal prototype to avoid an error.
15615 Use char because int might match the return type of a GCC
15616 builtin and then its argument prototype would still apply. */
15629 rm -f conftest.$ac_objext conftest$ac_exeext
15630 if { (ac_try="$ac_link"
15631 case "(($ac_try" in
15632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15633 *) ac_try_echo
=$ac_try;;
15635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15636 (eval "$ac_link") 2>conftest.er1
15638 grep -v '^ *+' conftest.er1
>conftest.err
15640 cat conftest.err
>&5
15641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15642 (exit $ac_status); } && {
15643 test -z "$ac_c_werror_flag" ||
15644 test ! -s conftest.err
15645 } && test -s conftest
$ac_exeext &&
15646 $as_test_x conftest
$ac_exeext; then
15649 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'` ;;
15650 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15653 echo "$as_me: failed program was:" >&5
15654 sed 's/^/| /' conftest.
$ac_ext >&5
15659 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15660 conftest
$ac_exeext conftest.
$ac_ext
15661 LIBS
=$ac_check_soname_save_LIBS
15663 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15664 { echo "$as_me:$LINENO: result: not found" >&5
15665 echo "${ECHO_T}not found" >&6; }
15668 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15669 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15671 cat >>confdefs.h
<<_ACEOF
15672 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15678 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15680 ac_save_CPPFLAGS
="$CPPFLAGS"
15681 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15682 $as_unset ac_cv_header_fontconfig_fontconfig_h
15684 for ac_header
in fontconfig
/fontconfig.h
15686 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15687 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15688 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15689 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15690 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15691 echo $ECHO_N "(cached) $ECHO_C" >&6
15693 ac_res
=`eval echo '${'$as_ac_Header'}'`
15694 { echo "$as_me:$LINENO: result: $ac_res" >&5
15695 echo "${ECHO_T}$ac_res" >&6; }
15697 # Is the header compilable?
15698 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15699 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15700 cat >conftest.
$ac_ext <<_ACEOF
15703 cat confdefs.h
>>conftest.
$ac_ext
15704 cat >>conftest.
$ac_ext <<_ACEOF
15705 /* end confdefs.h. */
15706 $ac_includes_default
15707 #include <$ac_header>
15709 rm -f conftest.
$ac_objext
15710 if { (ac_try
="$ac_compile"
15711 case "(($ac_try" in
15712 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15713 *) ac_try_echo=$ac_try;;
15715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15716 (eval "$ac_compile") 2>conftest.er1
15718 grep -v '^ *+' conftest.er1 >conftest.err
15720 cat conftest.err >&5
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); } && {
15723 test -z "$ac_c_werror_flag" ||
15724 test ! -s conftest.err
15725 } && test -s conftest.$ac_objext; then
15726 ac_header_compiler=yes
15728 echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.$ac_ext >&5
15731 ac_header_compiler=no
15734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15735 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15736 echo "${ECHO_T}$ac_header_compiler" >&6; }
15738 # Is the header present?
15739 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15740 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15741 cat >conftest.$ac_ext <<_ACEOF
15744 cat confdefs.h >>conftest.$ac_ext
15745 cat >>conftest.$ac_ext <<_ACEOF
15746 /* end confdefs.h. */
15747 #include <$ac_header>
15749 if { (ac_try="$ac_cpp conftest.$ac_ext"
15750 case "(($ac_try" in
15751 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15752 *) ac_try_echo
=$ac_try;;
15754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15755 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15757 grep -v '^ *+' conftest.er1
>conftest.err
15759 cat conftest.err
>&5
15760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); } >/dev
/null
&& {
15762 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15763 test ! -s conftest.err
15765 ac_header_preproc
=yes
15767 echo "$as_me: failed program was:" >&5
15768 sed 's/^/| /' conftest.
$ac_ext >&5
15770 ac_header_preproc
=no
15773 rm -f conftest.err conftest.
$ac_ext
15774 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15775 echo "${ECHO_T}$ac_header_preproc" >&6; }
15777 # So? What about this header?
15778 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15780 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15781 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15783 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15784 ac_header_preproc
=yes
15787 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15788 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15789 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15790 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15792 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15794 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15796 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15797 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15798 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15800 ## ------------------------------------ ##
15801 ## Report this to wine-devel@winehq.org ##
15802 ## ------------------------------------ ##
15804 ) |
sed "s/^/$as_me: WARNING: /" >&2
15807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15809 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15810 echo $ECHO_N "(cached) $ECHO_C" >&6
15812 eval "$as_ac_Header=\$ac_header_preproc"
15814 ac_res
=`eval echo '${'$as_ac_Header'}'`
15815 { echo "$as_me:$LINENO: result: $ac_res" >&5
15816 echo "${ECHO_T}$ac_res" >&6; }
15819 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15820 cat >>confdefs.h
<<_ACEOF
15821 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15828 CPPFLAGS
="$ac_save_CPPFLAGS"
15829 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15831 FONTCONFIGINCL
="$X_CFLAGS"
15833 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15834 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15835 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15836 echo $ECHO_N "(cached) $ECHO_C" >&6
15838 ac_check_soname_save_LIBS
=$LIBS
15839 LIBS
="-lfontconfig $X_LIBS $LIBS"
15840 cat >conftest.
$ac_ext <<_ACEOF
15843 cat confdefs.h
>>conftest.
$ac_ext
15844 cat >>conftest.
$ac_ext <<_ACEOF
15845 /* end confdefs.h. */
15847 /* Override any GCC internal prototype to avoid an error.
15848 Use char because int might match the return type of a GCC
15849 builtin and then its argument prototype would still apply. */
15862 rm -f conftest.
$ac_objext conftest
$ac_exeext
15863 if { (ac_try
="$ac_link"
15864 case "(($ac_try" in
15865 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15866 *) ac_try_echo=$ac_try;;
15868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15869 (eval "$ac_link") 2>conftest.er1
15871 grep -v '^ *+' conftest.er1 >conftest.err
15873 cat conftest.err >&5
15874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15875 (exit $ac_status); } && {
15876 test -z "$ac_c_werror_flag" ||
15877 test ! -s conftest.err
15878 } && test -s conftest$ac_exeext &&
15879 $as_test_x conftest$ac_exeext; then
15882 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'` ;;
15883 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15886 echo "$as_me: failed program was:" >&5
15887 sed 's/^/| /' conftest.$ac_ext >&5
15892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15893 conftest$ac_exeext conftest.$ac_ext
15894 LIBS=$ac_check_soname_save_LIBS
15896 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15897 { echo "$as_me:$LINENO: result: not found" >&5
15898 echo "${ECHO_T}not found" >&6; }
15901 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15902 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15904 cat >>confdefs.h <<_ACEOF
15905 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15913 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15914 case "x$with_fontconfig" in
15915 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15917 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15918 This is an error since --with-fontconfig was requested." >&5
15919 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15920 This is an error since --with-fontconfig was requested." >&2;}
15921 { (exit 1); exit 1; }; } ;;
15926 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15928 { echo "$as_me:$LINENO: checking for -lssl" >&5
15929 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15930 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15931 echo $ECHO_N "(cached) $ECHO_C" >&6
15933 ac_check_soname_save_LIBS=$LIBS
15935 cat >conftest.$ac_ext <<_ACEOF
15938 cat confdefs.h >>conftest.$ac_ext
15939 cat >>conftest.$ac_ext <<_ACEOF
15940 /* end confdefs.h. */
15942 /* Override any GCC internal prototype to avoid an error.
15943 Use char because int might match the return type of a GCC
15944 builtin and then its argument prototype would still apply. */
15948 char SSL_library_init ();
15952 return SSL_library_init ();
15957 rm -f conftest.$ac_objext conftest$ac_exeext
15958 if { (ac_try="$ac_link"
15959 case "(($ac_try" in
15960 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15961 *) ac_try_echo
=$ac_try;;
15963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15964 (eval "$ac_link") 2>conftest.er1
15966 grep -v '^ *+' conftest.er1
>conftest.err
15968 cat conftest.err
>&5
15969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15970 (exit $ac_status); } && {
15971 test -z "$ac_c_werror_flag" ||
15972 test ! -s conftest.err
15973 } && test -s conftest
$ac_exeext &&
15974 $as_test_x conftest
$ac_exeext; then
15977 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'` ;;
15978 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15981 echo "$as_me: failed program was:" >&5
15982 sed 's/^/| /' conftest.
$ac_ext >&5
15987 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15988 conftest
$ac_exeext conftest.
$ac_ext
15989 LIBS
=$ac_check_soname_save_LIBS
15991 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15992 { echo "$as_me:$LINENO: result: not found" >&5
15993 echo "${ECHO_T}not found" >&6; }
15996 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15997 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15999 cat >>confdefs.h
<<_ACEOF
16000 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16006 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16007 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16008 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16009 echo $ECHO_N "(cached) $ECHO_C" >&6
16011 ac_check_soname_save_LIBS
=$LIBS
16012 LIBS
="-lcrypto $LIBS"
16013 cat >conftest.
$ac_ext <<_ACEOF
16016 cat confdefs.h
>>conftest.
$ac_ext
16017 cat >>conftest.
$ac_ext <<_ACEOF
16018 /* end confdefs.h. */
16020 /* Override any GCC internal prototype to avoid an error.
16021 Use char because int might match the return type of a GCC
16022 builtin and then its argument prototype would still apply. */
16026 char BIO_new_socket ();
16030 return BIO_new_socket ();
16035 rm -f conftest.
$ac_objext conftest
$ac_exeext
16036 if { (ac_try
="$ac_link"
16037 case "(($ac_try" in
16038 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16039 *) ac_try_echo=$ac_try;;
16041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16042 (eval "$ac_link") 2>conftest.er1
16044 grep -v '^ *+' conftest.er1 >conftest.err
16046 cat conftest.err >&5
16047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16048 (exit $ac_status); } && {
16049 test -z "$ac_c_werror_flag" ||
16050 test ! -s conftest.err
16051 } && test -s conftest$ac_exeext &&
16052 $as_test_x conftest$ac_exeext; then
16055 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'` ;;
16056 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16059 echo "$as_me: failed program was:" >&5
16060 sed 's/^/| /' conftest.$ac_ext >&5
16065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16066 conftest$ac_exeext conftest.$ac_ext
16067 LIBS=$ac_check_soname_save_LIBS
16069 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16070 { echo "$as_me:$LINENO: result: not found" >&5
16071 echo "${ECHO_T}not found" >&6; }
16074 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16075 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16077 cat >>confdefs.h <<_ACEOF
16078 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16085 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16086 case "x$with_openssl" in
16087 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16089 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16090 This is an error since --with-openssl was requested." >&5
16091 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16092 This is an error since --with-openssl was requested." >&2;}
16093 { (exit 1); exit 1; }; } ;;
16098 if test "$ac_cv_header_jpeglib_h" = "yes"
16100 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16101 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16102 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16103 echo $ECHO_N "(cached) $ECHO_C" >&6
16105 ac_check_soname_save_LIBS=$LIBS
16106 LIBS="-ljpeg $LIBS"
16107 cat >conftest.$ac_ext <<_ACEOF
16110 cat confdefs.h >>conftest.$ac_ext
16111 cat >>conftest.$ac_ext <<_ACEOF
16112 /* end confdefs.h. */
16114 /* Override any GCC internal prototype to avoid an error.
16115 Use char because int might match the return type of a GCC
16116 builtin and then its argument prototype would still apply. */
16120 char jpeg_start_decompress ();
16124 return jpeg_start_decompress ();
16129 rm -f conftest.$ac_objext conftest$ac_exeext
16130 if { (ac_try="$ac_link"
16131 case "(($ac_try" in
16132 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16133 *) ac_try_echo
=$ac_try;;
16135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16136 (eval "$ac_link") 2>conftest.er1
16138 grep -v '^ *+' conftest.er1
>conftest.err
16140 cat conftest.err
>&5
16141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); } && {
16143 test -z "$ac_c_werror_flag" ||
16144 test ! -s conftest.err
16145 } && test -s conftest
$ac_exeext &&
16146 $as_test_x conftest
$ac_exeext; then
16149 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'` ;;
16150 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16153 echo "$as_me: failed program was:" >&5
16154 sed 's/^/| /' conftest.
$ac_ext >&5
16159 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16160 conftest
$ac_exeext conftest.
$ac_ext
16161 LIBS
=$ac_check_soname_save_LIBS
16163 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16164 { echo "$as_me:$LINENO: result: not found" >&5
16165 echo "${ECHO_T}not found" >&6; }
16168 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16169 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16171 cat >>confdefs.h
<<_ACEOF
16172 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16179 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16180 case "x$with_jpeg" in
16181 x
) wine_warnings
="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16183 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16184 This is an error since --with-jpeg was requested." >&5
16185 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16186 This is an error since --with-jpeg was requested." >&2;}
16187 { (exit 1); exit 1; }; } ;;
16192 if test "$ac_cv_header_png_h" = "yes"
16194 { echo "$as_me:$LINENO: checking for -lpng" >&5
16195 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16196 if test "${ac_cv_lib_soname_png+set}" = set; then
16197 echo $ECHO_N "(cached) $ECHO_C" >&6
16199 ac_check_soname_save_LIBS
=$LIBS
16200 LIBS
="-lpng -lm $LIBS"
16201 cat >conftest.
$ac_ext <<_ACEOF
16204 cat confdefs.h
>>conftest.
$ac_ext
16205 cat >>conftest.
$ac_ext <<_ACEOF
16206 /* end confdefs.h. */
16208 /* Override any GCC internal prototype to avoid an error.
16209 Use char because int might match the return type of a GCC
16210 builtin and then its argument prototype would still apply. */
16214 char png_create_read_struct ();
16218 return png_create_read_struct ();
16223 rm -f conftest.
$ac_objext conftest
$ac_exeext
16224 if { (ac_try
="$ac_link"
16225 case "(($ac_try" in
16226 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16227 *) ac_try_echo=$ac_try;;
16229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16230 (eval "$ac_link") 2>conftest.er1
16232 grep -v '^ *+' conftest.er1 >conftest.err
16234 cat conftest.err >&5
16235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16236 (exit $ac_status); } && {
16237 test -z "$ac_c_werror_flag" ||
16238 test ! -s conftest.err
16239 } && test -s conftest$ac_exeext &&
16240 $as_test_x conftest$ac_exeext; then
16243 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'` ;;
16244 *) 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'` ;;
16247 echo "$as_me: failed program was:" >&5
16248 sed 's/^/| /' conftest.$ac_ext >&5
16253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16254 conftest$ac_exeext conftest.$ac_ext
16255 LIBS=$ac_check_soname_save_LIBS
16257 if test "x$ac_cv_lib_soname_png" = "x"; then
16258 { echo "$as_me:$LINENO: result: not found" >&5
16259 echo "${ECHO_T}not found" >&6; }
16262 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16263 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16265 cat >>confdefs.h <<_ACEOF
16266 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16273 if test "x$ac_cv_lib_soname_png" = "x"; then
16274 case "x$with_png" in
16275 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16277 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16278 This is an error since --with-png was requested." >&5
16279 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16280 This is an error since --with-png was requested." >&2;}
16281 { (exit 1); exit 1; }; } ;;
16286 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16287 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16288 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16289 echo $ECHO_N "(cached) $ECHO_C" >&6
16291 ac_check_soname_save_LIBS=$LIBS
16292 LIBS="-lodbc $LIBS"
16293 cat >conftest.$ac_ext <<_ACEOF
16296 cat confdefs.h >>conftest.$ac_ext
16297 cat >>conftest.$ac_ext <<_ACEOF
16298 /* end confdefs.h. */
16300 /* Override any GCC internal prototype to avoid an error.
16301 Use char because int might match the return type of a GCC
16302 builtin and then its argument prototype would still apply. */
16306 char SQLConnect ();
16310 return SQLConnect ();
16315 rm -f conftest.$ac_objext conftest$ac_exeext
16316 if { (ac_try="$ac_link"
16317 case "(($ac_try" in
16318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16319 *) ac_try_echo
=$ac_try;;
16321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16322 (eval "$ac_link") 2>conftest.er1
16324 grep -v '^ *+' conftest.er1
>conftest.err
16326 cat conftest.err
>&5
16327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16328 (exit $ac_status); } && {
16329 test -z "$ac_c_werror_flag" ||
16330 test ! -s conftest.err
16331 } && test -s conftest
$ac_exeext &&
16332 $as_test_x conftest
$ac_exeext; then
16335 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'` ;;
16336 *) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16339 echo "$as_me: failed program was:" >&5
16340 sed 's/^/| /' conftest.
$ac_ext >&5
16345 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16346 conftest
$ac_exeext conftest.
$ac_ext
16347 LIBS
=$ac_check_soname_save_LIBS
16349 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16350 { echo "$as_me:$LINENO: result: not found" >&5
16351 echo "${ECHO_T}not found" >&6; }
16352 cat >>confdefs.h
<<_ACEOF
16353 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16357 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16358 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16360 cat >>confdefs.h
<<_ACEOF
16361 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16368 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16369 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16370 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16371 "$ac_cv_header_soundcard_h" != "yes" -a \
16372 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16374 wine_warnings
="$wine_warnings|No sound system was found. Windows applications will be silent."
16380 if test "x${GCC}" = "xyes"
16382 EXTRACFLAGS
="-Wall -pipe"
16384 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16385 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16386 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16387 echo $ECHO_N "(cached) $ECHO_C" >&6
16389 if test "$cross_compiling" = yes; then
16390 ac_cv_c_gcc_strength_bug
="yes"
16392 cat >conftest.
$ac_ext <<_ACEOF
16395 cat confdefs.h
>>conftest.
$ac_ext
16396 cat >>conftest.
$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16398 int L[4] = {0,1,2,3};
16402 static int Array[3];
16403 unsigned int B = 3;
16405 for(i=0; i<B; i++) Array[i] = i - 3;
16406 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16408 exit( Array[1] != -2 || L[2] != 3)
16413 rm -f conftest
$ac_exeext
16414 if { (ac_try
="$ac_link"
16415 case "(($ac_try" in
16416 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16417 *) ac_try_echo=$ac_try;;
16419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16420 (eval "$ac_link") 2>&5
16422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16423 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16424 { (case "(($ac_try" in
16425 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16426 *) ac_try_echo
=$ac_try;;
16428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16429 (eval "$ac_try") 2>&5
16431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16432 (exit $ac_status); }; }; then
16433 ac_cv_c_gcc_strength_bug
="no"
16435 echo "$as_me: program exited with status $ac_status" >&5
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.
$ac_ext >&5
16439 ( exit $ac_status )
16440 ac_cv_c_gcc_strength_bug
="yes"
16442 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16447 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16448 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16449 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16451 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
16455 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16456 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16457 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16458 echo $ECHO_N "(cached) $ECHO_C" >&6
16460 ac_wine_try_cflags_saved
=$CFLAGS
16461 CFLAGS
="$CFLAGS -fshort-wchar"
16462 cat >conftest.
$ac_ext <<_ACEOF
16465 cat confdefs.h
>>conftest.
$ac_ext
16466 cat >>conftest.
$ac_ext <<_ACEOF
16467 /* end confdefs.h. */
16477 rm -f conftest.
$ac_objext conftest
$ac_exeext
16478 if { (ac_try
="$ac_link"
16479 case "(($ac_try" in
16480 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16481 *) ac_try_echo=$ac_try;;
16483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16484 (eval "$ac_link") 2>conftest.er1
16486 grep -v '^ *+' conftest.er1 >conftest.err
16488 cat conftest.err >&5
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); } && {
16491 test -z "$ac_c_werror_flag" ||
16492 test ! -s conftest.err
16493 } && test -s conftest$ac_exeext &&
16494 $as_test_x conftest$ac_exeext; then
16495 ac_cv_cflags__fshort_wchar=yes
16497 echo "$as_me: failed program was:" >&5
16498 sed 's/^/| /' conftest.$ac_ext >&5
16500 ac_cv_cflags__fshort_wchar=no
16503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16504 conftest$ac_exeext conftest.$ac_ext
16505 CFLAGS=$ac_wine_try_cflags_saved
16507 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16508 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16509 if test $ac_cv_cflags__fshort_wchar = yes; then
16511 cat >>confdefs.h <<\_ACEOF
16512 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16517 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16518 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16519 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16520 echo $ECHO_N "(cached) $ECHO_C" >&6
16522 ac_wine_try_cflags_saved=$CFLAGS
16523 CFLAGS="$CFLAGS -fno-builtin"
16524 cat >conftest.$ac_ext <<_ACEOF
16527 cat confdefs.h >>conftest.$ac_ext
16528 cat >>conftest.$ac_ext <<_ACEOF
16529 /* end confdefs.h. */
16539 rm -f conftest.$ac_objext conftest$ac_exeext
16540 if { (ac_try="$ac_link"
16541 case "(($ac_try" in
16542 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16543 *) ac_try_echo
=$ac_try;;
16545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16546 (eval "$ac_link") 2>conftest.er1
16548 grep -v '^ *+' conftest.er1
>conftest.err
16550 cat conftest.err
>&5
16551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552 (exit $ac_status); } && {
16553 test -z "$ac_c_werror_flag" ||
16554 test ! -s conftest.err
16555 } && test -s conftest
$ac_exeext &&
16556 $as_test_x conftest
$ac_exeext; then
16557 ac_cv_cflags__fno_builtin
=yes
16559 echo "$as_me: failed program was:" >&5
16560 sed 's/^/| /' conftest.
$ac_ext >&5
16562 ac_cv_cflags__fno_builtin
=no
16565 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16566 conftest
$ac_exeext conftest.
$ac_ext
16567 CFLAGS
=$ac_wine_try_cflags_saved
16569 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16570 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16571 if test $ac_cv_cflags__fno_builtin = yes; then
16572 BUILTINFLAG
="-fno-builtin"
16576 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16577 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16578 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16579 echo $ECHO_N "(cached) $ECHO_C" >&6
16581 ac_wine_try_cflags_saved
=$CFLAGS
16582 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16583 cat >conftest.
$ac_ext <<_ACEOF
16586 cat confdefs.h
>>conftest.
$ac_ext
16587 cat >>conftest.
$ac_ext <<_ACEOF
16588 /* end confdefs.h. */
16598 rm -f conftest.
$ac_objext conftest
$ac_exeext
16599 if { (ac_try
="$ac_link"
16600 case "(($ac_try" in
16601 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16602 *) ac_try_echo=$ac_try;;
16604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16605 (eval "$ac_link") 2>conftest.er1
16607 grep -v '^ *+' conftest.er1 >conftest.err
16609 cat conftest.err >&5
16610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611 (exit $ac_status); } && {
16612 test -z "$ac_c_werror_flag" ||
16613 test ! -s conftest.err
16614 } && test -s conftest$ac_exeext &&
16615 $as_test_x conftest$ac_exeext; then
16616 ac_cv_cflags__fno_strict_aliasing=yes
16618 echo "$as_me: failed program was:" >&5
16619 sed 's/^/| /' conftest.$ac_ext >&5
16621 ac_cv_cflags__fno_strict_aliasing=no
16624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16625 conftest$ac_exeext conftest.$ac_ext
16626 CFLAGS=$ac_wine_try_cflags_saved
16628 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16629 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16630 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16631 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16634 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16635 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16636 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16639 ac_wine_try_cflags_saved=$CFLAGS
16640 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16641 cat >conftest.$ac_ext <<_ACEOF
16644 cat confdefs.h >>conftest.$ac_ext
16645 cat >>conftest.$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16656 rm -f conftest.$ac_objext conftest$ac_exeext
16657 if { (ac_try="$ac_link"
16658 case "(($ac_try" in
16659 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16660 *) ac_try_echo
=$ac_try;;
16662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16663 (eval "$ac_link") 2>conftest.er1
16665 grep -v '^ *+' conftest.er1
>conftest.err
16667 cat conftest.err
>&5
16668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); } && {
16670 test -z "$ac_c_werror_flag" ||
16671 test ! -s conftest.err
16672 } && test -s conftest
$ac_exeext &&
16673 $as_test_x conftest
$ac_exeext; then
16674 ac_cv_cflags__Wdeclaration_after_statement
=yes
16676 echo "$as_me: failed program was:" >&5
16677 sed 's/^/| /' conftest.
$ac_ext >&5
16679 ac_cv_cflags__Wdeclaration_after_statement
=no
16682 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16683 conftest
$ac_exeext conftest.
$ac_ext
16684 CFLAGS
=$ac_wine_try_cflags_saved
16686 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16687 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16688 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16689 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16692 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16693 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16694 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16695 echo $ECHO_N "(cached) $ECHO_C" >&6
16697 ac_wine_try_cflags_saved
=$CFLAGS
16698 CFLAGS
="$CFLAGS -Wwrite-strings"
16699 cat >conftest.
$ac_ext <<_ACEOF
16702 cat confdefs.h
>>conftest.
$ac_ext
16703 cat >>conftest.
$ac_ext <<_ACEOF
16704 /* end confdefs.h. */
16714 rm -f conftest.
$ac_objext conftest
$ac_exeext
16715 if { (ac_try
="$ac_link"
16716 case "(($ac_try" in
16717 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16718 *) ac_try_echo=$ac_try;;
16720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16721 (eval "$ac_link") 2>conftest.er1
16723 grep -v '^ *+' conftest.er1 >conftest.err
16725 cat conftest.err >&5
16726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16727 (exit $ac_status); } && {
16728 test -z "$ac_c_werror_flag" ||
16729 test ! -s conftest.err
16730 } && test -s conftest$ac_exeext &&
16731 $as_test_x conftest$ac_exeext; then
16732 ac_cv_cflags__Wwrite_strings=yes
16734 echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.$ac_ext >&5
16737 ac_cv_cflags__Wwrite_strings=no
16740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16741 conftest$ac_exeext conftest.$ac_ext
16742 CFLAGS=$ac_wine_try_cflags_saved
16744 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16745 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16746 if test $ac_cv_cflags__Wwrite_strings = yes; then
16747 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16750 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16751 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16752 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16753 echo $ECHO_N "(cached) $ECHO_C" >&6
16755 ac_wine_try_cflags_saved=$CFLAGS
16756 CFLAGS="$CFLAGS -Wtype-limits"
16757 cat >conftest.$ac_ext <<_ACEOF
16760 cat confdefs.h >>conftest.$ac_ext
16761 cat >>conftest.$ac_ext <<_ACEOF
16762 /* end confdefs.h. */
16772 rm -f conftest.$ac_objext conftest$ac_exeext
16773 if { (ac_try="$ac_link"
16774 case "(($ac_try" in
16775 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16776 *) ac_try_echo
=$ac_try;;
16778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16779 (eval "$ac_link") 2>conftest.er1
16781 grep -v '^ *+' conftest.er1
>conftest.err
16783 cat conftest.err
>&5
16784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16785 (exit $ac_status); } && {
16786 test -z "$ac_c_werror_flag" ||
16787 test ! -s conftest.err
16788 } && test -s conftest
$ac_exeext &&
16789 $as_test_x conftest
$ac_exeext; then
16790 ac_cv_cflags__Wtype_limits
=yes
16792 echo "$as_me: failed program was:" >&5
16793 sed 's/^/| /' conftest.
$ac_ext >&5
16795 ac_cv_cflags__Wtype_limits
=no
16798 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16799 conftest
$ac_exeext conftest.
$ac_ext
16800 CFLAGS
=$ac_wine_try_cflags_saved
16802 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16803 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16804 if test $ac_cv_cflags__Wtype_limits = yes; then
16805 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16809 saved_CFLAGS
="$CFLAGS"
16810 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16811 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16812 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16813 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16814 echo $ECHO_N "(cached) $ECHO_C" >&6
16816 cat >conftest.
$ac_ext <<_ACEOF
16819 cat confdefs.h
>>conftest.
$ac_ext
16820 cat >>conftest.
$ac_ext <<_ACEOF
16821 /* end confdefs.h. */
16822 #include <string.h>
16831 rm -f conftest.
$ac_objext
16832 if { (ac_try
="$ac_compile"
16833 case "(($ac_try" in
16834 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16835 *) ac_try_echo=$ac_try;;
16837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16838 (eval "$ac_compile") 2>conftest.er1
16840 grep -v '^ *+' conftest.er1 >conftest.err
16842 cat conftest.err >&5
16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); } && {
16845 test -z "$ac_c_werror_flag" ||
16846 test ! -s conftest.err
16847 } && test -s conftest.$ac_objext; then
16848 ac_cv_c_string_h_warnings=no
16850 echo "$as_me: failed program was:" >&5
16851 sed 's/^/| /' conftest.$ac_ext >&5
16853 ac_cv_c_string_h_warnings=yes
16856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16858 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16859 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16860 CFLAGS="$saved_CFLAGS"
16861 if test "$ac_cv_c_string_h_warnings" = "no"
16863 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16868 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16869 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16870 if test "${ac_cv_asm_func_def+set}" = set; then
16871 echo $ECHO_N "(cached) $ECHO_C" >&6
16873 cat >conftest.$ac_ext <<_ACEOF
16876 cat confdefs.h >>conftest.$ac_ext
16877 cat >>conftest.$ac_ext <<_ACEOF
16878 /* end confdefs.h. */
16883 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16888 rm -f conftest.$ac_objext conftest$ac_exeext
16889 if { (ac_try="$ac_link"
16890 case "(($ac_try" in
16891 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16892 *) ac_try_echo
=$ac_try;;
16894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16895 (eval "$ac_link") 2>conftest.er1
16897 grep -v '^ *+' conftest.er1
>conftest.err
16899 cat conftest.err
>&5
16900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901 (exit $ac_status); } && {
16902 test -z "$ac_c_werror_flag" ||
16903 test ! -s conftest.err
16904 } && test -s conftest
$ac_exeext &&
16905 $as_test_x conftest
$ac_exeext; then
16906 ac_cv_asm_func_def
=".def"
16908 echo "$as_me: failed program was:" >&5
16909 sed 's/^/| /' conftest.
$ac_ext >&5
16911 cat >conftest.
$ac_ext <<_ACEOF
16914 cat confdefs.h
>>conftest.
$ac_ext
16915 cat >>conftest.
$ac_ext <<_ACEOF
16916 /* end confdefs.h. */
16921 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16926 rm -f conftest.
$ac_objext conftest
$ac_exeext
16927 if { (ac_try
="$ac_link"
16928 case "(($ac_try" in
16929 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16930 *) ac_try_echo=$ac_try;;
16932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16933 (eval "$ac_link") 2>conftest.er1
16935 grep -v '^ *+' conftest.er1 >conftest.err
16937 cat conftest.err >&5
16938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16939 (exit $ac_status); } && {
16940 test -z "$ac_c_werror_flag" ||
16941 test ! -s conftest.err
16942 } && test -s conftest$ac_exeext &&
16943 $as_test_x conftest$ac_exeext; then
16944 ac_cv_asm_func_def=".type @function"
16946 echo "$as_me: failed program was:" >&5
16947 sed 's/^/| /' conftest.$ac_ext >&5
16949 cat >conftest.$ac_ext <<_ACEOF
16952 cat confdefs.h >>conftest.$ac_ext
16953 cat >>conftest.$ac_ext <<_ACEOF
16954 /* end confdefs.h. */
16959 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16964 rm -f conftest.$ac_objext conftest$ac_exeext
16965 if { (ac_try="$ac_link"
16966 case "(($ac_try" in
16967 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16968 *) ac_try_echo
=$ac_try;;
16970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16971 (eval "$ac_link") 2>conftest.er1
16973 grep -v '^ *+' conftest.er1
>conftest.err
16975 cat conftest.err
>&5
16976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16977 (exit $ac_status); } && {
16978 test -z "$ac_c_werror_flag" ||
16979 test ! -s conftest.err
16980 } && test -s conftest
$ac_exeext &&
16981 $as_test_x conftest
$ac_exeext; then
16982 ac_cv_asm_func_def
=".type 2"
16984 echo "$as_me: failed program was:" >&5
16985 sed 's/^/| /' conftest.
$ac_ext >&5
16987 ac_cv_asm_func_def
="unknown"
16990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16991 conftest
$ac_exeext conftest.
$ac_ext
16994 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16995 conftest
$ac_exeext conftest.
$ac_ext
16998 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16999 conftest
$ac_exeext conftest.
$ac_ext
17001 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17002 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17006 case "$ac_cv_asm_func_def" in
17008 cat >>confdefs.h
<<\_ACEOF
17009 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17013 cat >>confdefs.h
<<\_ACEOF
17014 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17018 cat >>confdefs.h
<<\_ACEOF
17019 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17023 cat >>confdefs.h
<<\_ACEOF
17024 #define __ASM_FUNC(name) ""
17030 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17031 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17032 if test "${ac_cv_c_extern_prefix+set}" = set; then
17033 echo $ECHO_N "(cached) $ECHO_C" >&6
17035 cat >conftest.
$ac_ext <<_ACEOF
17038 cat confdefs.h
>>conftest.
$ac_ext
17039 cat >>conftest.
$ac_ext <<_ACEOF
17040 /* end confdefs.h. */
17041 extern int ac_test;
17045 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17050 rm -f conftest.
$ac_objext conftest
$ac_exeext
17051 if { (ac_try
="$ac_link"
17052 case "(($ac_try" in
17053 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17054 *) ac_try_echo=$ac_try;;
17056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17057 (eval "$ac_link") 2>conftest.er1
17059 grep -v '^ *+' conftest.er1 >conftest.err
17061 cat conftest.err >&5
17062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063 (exit $ac_status); } && {
17064 test -z "$ac_c_werror_flag" ||
17065 test ! -s conftest.err
17066 } && test -s conftest$ac_exeext &&
17067 $as_test_x conftest$ac_exeext; then
17068 ac_cv_c_extern_prefix="yes"
17070 echo "$as_me: failed program was:" >&5
17071 sed 's/^/| /' conftest.$ac_ext >&5
17073 ac_cv_c_extern_prefix="no"
17076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17077 conftest$ac_exeext conftest.$ac_ext
17079 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17080 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17084 if test "$ac_cv_c_extern_prefix" = "yes"
17086 cat >>confdefs.h <<\_ACEOF
17087 #define __ASM_NAME(name) "_" name
17091 cat >>confdefs.h <<\_ACEOF
17092 #define __ASM_NAME(name) name
17102 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17106 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17108 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17112 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17120 SOCKETLIBS="-lws2_32"
17125 MAIN_BINARY="wine-pthread"
17129 linux* | k*bsd*-gnu)
17130 MAIN_BINARY="wine-glibc"
17132 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17135 MAIN_BINARY="wine-freebsd"
17137 EXTRA_BINARIES="wine-pthread"
17287 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17288 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17289 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17290 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17291 echo $ECHO_N "(cached) $ECHO_C" >&6
17293 cat >conftest.$ac_ext <<_ACEOF
17296 cat confdefs.h >>conftest.$ac_ext
17297 cat >>conftest.$ac_ext <<_ACEOF
17298 /* end confdefs.h. */
17299 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17301 #define $ac_func innocuous_$ac_func
17303 /* System header to define __stub macros and hopefully few prototypes,
17304 which can conflict with char $ac_func (); below.
17305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17306 <limits.h> exists even on freestanding compilers. */
17309 # include <limits.h>
17311 # include <assert.h>
17316 /* Override any GCC internal prototype to avoid an error.
17317 Use char because int might match the return type of a GCC
17318 builtin and then its argument prototype would still apply. */
17323 /* The GNU C library defines this for functions which it implements
17324 to always fail with ENOSYS. Some functions are actually named
17325 something starting with __ and the normal name is an alias. */
17326 #if defined __stub_$ac_func || defined __stub___$ac_func
17333 return $ac_func ();
17338 rm -f conftest.$ac_objext conftest$ac_exeext
17339 if { (ac_try="$ac_link"
17340 case "(($ac_try" in
17341 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17342 *) ac_try_echo
=$ac_try;;
17344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17345 (eval "$ac_link") 2>conftest.er1
17347 grep -v '^ *+' conftest.er1
>conftest.err
17349 cat conftest.err
>&5
17350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17351 (exit $ac_status); } && {
17352 test -z "$ac_c_werror_flag" ||
17353 test ! -s conftest.err
17354 } && test -s conftest
$ac_exeext &&
17355 $as_test_x conftest
$ac_exeext; then
17356 eval "$as_ac_var=yes"
17358 echo "$as_me: failed program was:" >&5
17359 sed 's/^/| /' conftest.
$ac_ext >&5
17361 eval "$as_ac_var=no"
17364 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17365 conftest
$ac_exeext conftest.
$ac_ext
17367 ac_res
=`eval echo '${'$as_ac_var'}'`
17368 { echo "$as_me:$LINENO: result: $ac_res" >&5
17369 echo "${ECHO_T}$ac_res" >&6; }
17370 if test `eval echo '${'$as_ac_var'}'` = yes; then
17371 cat >>confdefs.h
<<_ACEOF
17372 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17379 if test "$ac_cv_func_dlopen" = no
17381 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17382 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17383 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17384 echo $ECHO_N "(cached) $ECHO_C" >&6
17386 ac_check_lib_save_LIBS
=$LIBS
17388 cat >conftest.
$ac_ext <<_ACEOF
17391 cat confdefs.h
>>conftest.
$ac_ext
17392 cat >>conftest.
$ac_ext <<_ACEOF
17393 /* end confdefs.h. */
17395 /* Override any GCC internal prototype to avoid an error.
17396 Use char because int might match the return type of a GCC
17397 builtin and then its argument prototype would still apply. */
17410 rm -f conftest.
$ac_objext conftest
$ac_exeext
17411 if { (ac_try
="$ac_link"
17412 case "(($ac_try" in
17413 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17414 *) ac_try_echo=$ac_try;;
17416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17417 (eval "$ac_link") 2>conftest.er1
17419 grep -v '^ *+' conftest.er1 >conftest.err
17421 cat conftest.err >&5
17422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext &&
17427 $as_test_x conftest$ac_exeext; then
17428 ac_cv_lib_dl_dlopen=yes
17430 echo "$as_me: failed program was:" >&5
17431 sed 's/^/| /' conftest.$ac_ext >&5
17433 ac_cv_lib_dl_dlopen=no
17436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17437 conftest$ac_exeext conftest.$ac_ext
17438 LIBS=$ac_check_lib_save_LIBS
17440 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17441 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17442 if test $ac_cv_lib_dl_dlopen = yes; then
17443 cat >>confdefs.h <<\_ACEOF
17444 #define HAVE_DLOPEN 1
17451 ac_wine_check_funcs_save_LIBS="$LIBS"
17452 LIBS="$LIBS $LIBDL"
17454 for ac_func in dladdr
17456 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17457 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17458 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17459 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17460 echo $ECHO_N "(cached) $ECHO_C" >&6
17462 cat >conftest.$ac_ext <<_ACEOF
17465 cat confdefs.h >>conftest.$ac_ext
17466 cat >>conftest.$ac_ext <<_ACEOF
17467 /* end confdefs.h. */
17468 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17469 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17470 #define $ac_func innocuous_$ac_func
17472 /* System header to define __stub macros and hopefully few prototypes,
17473 which can conflict with char $ac_func (); below.
17474 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17475 <limits.h> exists even on freestanding compilers. */
17478 # include <limits.h>
17480 # include <assert.h>
17485 /* Override any GCC internal prototype to avoid an error.
17486 Use char because int might match the return type of a GCC
17487 builtin and then its argument prototype would still apply. */
17492 /* The GNU C library defines this for functions which it implements
17493 to always fail with ENOSYS. Some functions are actually named
17494 something starting with __ and the normal name is an alias. */
17495 #if defined __stub_$ac_func || defined __stub___$ac_func
17502 return $ac_func ();
17507 rm -f conftest.$ac_objext conftest$ac_exeext
17508 if { (ac_try="$ac_link"
17509 case "(($ac_try" in
17510 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17511 *) ac_try_echo
=$ac_try;;
17513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17514 (eval "$ac_link") 2>conftest.er1
17516 grep -v '^ *+' conftest.er1
>conftest.err
17518 cat conftest.err
>&5
17519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17520 (exit $ac_status); } && {
17521 test -z "$ac_c_werror_flag" ||
17522 test ! -s conftest.err
17523 } && test -s conftest
$ac_exeext &&
17524 $as_test_x conftest
$ac_exeext; then
17525 eval "$as_ac_var=yes"
17527 echo "$as_me: failed program was:" >&5
17528 sed 's/^/| /' conftest.
$ac_ext >&5
17530 eval "$as_ac_var=no"
17533 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17534 conftest
$ac_exeext conftest.
$ac_ext
17536 ac_res
=`eval echo '${'$as_ac_var'}'`
17537 { echo "$as_me:$LINENO: result: $ac_res" >&5
17538 echo "${ECHO_T}$ac_res" >&6; }
17539 if test `eval echo '${'$as_ac_var'}'` = yes; then
17540 cat >>confdefs.h
<<_ACEOF
17541 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17547 LIBS
="$ac_wine_check_funcs_save_LIBS"
17549 if test "$ac_cv_func_poll" = no
17551 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17552 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17553 if test "${ac_cv_lib_poll_poll+set}" = set; then
17554 echo $ECHO_N "(cached) $ECHO_C" >&6
17556 ac_check_lib_save_LIBS
=$LIBS
17557 LIBS
="-lpoll $LIBS"
17558 cat >conftest.
$ac_ext <<_ACEOF
17561 cat confdefs.h
>>conftest.
$ac_ext
17562 cat >>conftest.
$ac_ext <<_ACEOF
17563 /* end confdefs.h. */
17565 /* Override any GCC internal prototype to avoid an error.
17566 Use char because int might match the return type of a GCC
17567 builtin and then its argument prototype would still apply. */
17580 rm -f conftest.
$ac_objext conftest
$ac_exeext
17581 if { (ac_try
="$ac_link"
17582 case "(($ac_try" in
17583 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17584 *) ac_try_echo=$ac_try;;
17586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17587 (eval "$ac_link") 2>conftest.er1
17589 grep -v '^ *+' conftest.er1 >conftest.err
17591 cat conftest.err >&5
17592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17593 (exit $ac_status); } && {
17594 test -z "$ac_c_werror_flag" ||
17595 test ! -s conftest.err
17596 } && test -s conftest$ac_exeext &&
17597 $as_test_x conftest$ac_exeext; then
17598 ac_cv_lib_poll_poll=yes
17600 echo "$as_me: failed program was:" >&5
17601 sed 's/^/| /' conftest.$ac_ext >&5
17603 ac_cv_lib_poll_poll=no
17606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17607 conftest$ac_exeext conftest.$ac_ext
17608 LIBS=$ac_check_lib_save_LIBS
17610 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17611 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17612 if test $ac_cv_lib_poll_poll = yes; then
17613 cat >>confdefs.h <<\_ACEOF
17614 #define HAVE_POLL 1
17622 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17623 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17624 if test "${ac_cv_search_gethostbyname+set}" = set; then
17625 echo $ECHO_N "(cached) $ECHO_C" >&6
17627 ac_func_search_save_LIBS=$LIBS
17628 cat >conftest.$ac_ext <<_ACEOF
17631 cat confdefs.h >>conftest.$ac_ext
17632 cat >>conftest.$ac_ext <<_ACEOF
17633 /* end confdefs.h. */
17635 /* Override any GCC internal prototype to avoid an error.
17636 Use char because int might match the return type of a GCC
17637 builtin and then its argument prototype would still apply. */
17641 char gethostbyname ();
17645 return gethostbyname ();
17650 for ac_lib in '' nsl; do
17651 if test -z "$ac_lib"; then
17652 ac_res="none required"
17655 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17657 rm -f conftest.$ac_objext conftest$ac_exeext
17658 if { (ac_try="$ac_link"
17659 case "(($ac_try" in
17660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17661 *) ac_try_echo
=$ac_try;;
17663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17664 (eval "$ac_link") 2>conftest.er1
17666 grep -v '^ *+' conftest.er1
>conftest.err
17668 cat conftest.err
>&5
17669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17670 (exit $ac_status); } && {
17671 test -z "$ac_c_werror_flag" ||
17672 test ! -s conftest.err
17673 } && test -s conftest
$ac_exeext &&
17674 $as_test_x conftest
$ac_exeext; then
17675 ac_cv_search_gethostbyname
=$ac_res
17677 echo "$as_me: failed program was:" >&5
17678 sed 's/^/| /' conftest.
$ac_ext >&5
17683 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17685 if test "${ac_cv_search_gethostbyname+set}" = set; then
17689 if test "${ac_cv_search_gethostbyname+set}" = set; then
17692 ac_cv_search_gethostbyname
=no
17694 rm conftest.
$ac_ext
17695 LIBS
=$ac_func_search_save_LIBS
17697 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17698 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17699 ac_res
=$ac_cv_search_gethostbyname
17700 if test "$ac_res" != no
; then
17701 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17706 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17707 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17708 if test "${ac_cv_search_connect+set}" = set; then
17709 echo $ECHO_N "(cached) $ECHO_C" >&6
17711 ac_func_search_save_LIBS
=$LIBS
17712 cat >conftest.
$ac_ext <<_ACEOF
17715 cat confdefs.h
>>conftest.
$ac_ext
17716 cat >>conftest.
$ac_ext <<_ACEOF
17717 /* end confdefs.h. */
17719 /* Override any GCC internal prototype to avoid an error.
17720 Use char because int might match the return type of a GCC
17721 builtin and then its argument prototype would still apply. */
17734 for ac_lib
in '' socket
; do
17735 if test -z "$ac_lib"; then
17736 ac_res
="none required"
17739 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17741 rm -f conftest.
$ac_objext conftest
$ac_exeext
17742 if { (ac_try
="$ac_link"
17743 case "(($ac_try" in
17744 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17745 *) ac_try_echo=$ac_try;;
17747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17748 (eval "$ac_link") 2>conftest.er1
17750 grep -v '^ *+' conftest.er1 >conftest.err
17752 cat conftest.err >&5
17753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17754 (exit $ac_status); } && {
17755 test -z "$ac_c_werror_flag" ||
17756 test ! -s conftest.err
17757 } && test -s conftest$ac_exeext &&
17758 $as_test_x conftest$ac_exeext; then
17759 ac_cv_search_connect=$ac_res
17761 echo "$as_me: failed program was:" >&5
17762 sed 's/^/| /' conftest.$ac_ext >&5
17767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17769 if test "${ac_cv_search_connect+set}" = set; then
17773 if test "${ac_cv_search_connect+set}" = set; then
17776 ac_cv_search_connect=no
17778 rm conftest.$ac_ext
17779 LIBS=$ac_func_search_save_LIBS
17781 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17782 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17783 ac_res=$ac_cv_search_connect
17784 if test "$ac_res" != no; then
17785 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17790 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17791 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17792 if test "${ac_cv_search_inet_aton+set}" = set; then
17793 echo $ECHO_N "(cached) $ECHO_C" >&6
17795 ac_func_search_save_LIBS=$LIBS
17796 cat >conftest.$ac_ext <<_ACEOF
17799 cat confdefs.h >>conftest.$ac_ext
17800 cat >>conftest.$ac_ext <<_ACEOF
17801 /* end confdefs.h. */
17803 /* Override any GCC internal prototype to avoid an error.
17804 Use char because int might match the return type of a GCC
17805 builtin and then its argument prototype would still apply. */
17813 return inet_aton ();
17818 for ac_lib in '' resolv; do
17819 if test -z "$ac_lib"; then
17820 ac_res="none required"
17823 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17825 rm -f conftest.$ac_objext conftest$ac_exeext
17826 if { (ac_try="$ac_link"
17827 case "(($ac_try" in
17828 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17829 *) ac_try_echo
=$ac_try;;
17831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17832 (eval "$ac_link") 2>conftest.er1
17834 grep -v '^ *+' conftest.er1
>conftest.err
17836 cat conftest.err
>&5
17837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17838 (exit $ac_status); } && {
17839 test -z "$ac_c_werror_flag" ||
17840 test ! -s conftest.err
17841 } && test -s conftest
$ac_exeext &&
17842 $as_test_x conftest
$ac_exeext; then
17843 ac_cv_search_inet_aton
=$ac_res
17845 echo "$as_me: failed program was:" >&5
17846 sed 's/^/| /' conftest.
$ac_ext >&5
17851 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17853 if test "${ac_cv_search_inet_aton+set}" = set; then
17857 if test "${ac_cv_search_inet_aton+set}" = set; then
17860 ac_cv_search_inet_aton
=no
17862 rm conftest.
$ac_ext
17863 LIBS
=$ac_func_search_save_LIBS
17865 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17866 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17867 ac_res
=$ac_cv_search_inet_aton
17868 if test "$ac_res" != no
; then
17869 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17893 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17894 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17895 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17896 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17897 echo $ECHO_N "(cached) $ECHO_C" >&6
17899 cat >conftest.
$ac_ext <<_ACEOF
17902 cat confdefs.h
>>conftest.
$ac_ext
17903 cat >>conftest.
$ac_ext <<_ACEOF
17904 /* end confdefs.h. */
17905 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17907 #define $ac_func innocuous_$ac_func
17909 /* System header to define __stub macros and hopefully few prototypes,
17910 which can conflict with char $ac_func (); below.
17911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17912 <limits.h> exists even on freestanding compilers. */
17915 # include <limits.h>
17917 # include <assert.h>
17922 /* Override any GCC internal prototype to avoid an error.
17923 Use char because int might match the return type of a GCC
17924 builtin and then its argument prototype would still apply. */
17929 /* The GNU C library defines this for functions which it implements
17930 to always fail with ENOSYS. Some functions are actually named
17931 something starting with __ and the normal name is an alias. */
17932 #if defined __stub_$ac_func || defined __stub___$ac_func
17939 return $ac_func ();
17944 rm -f conftest.
$ac_objext conftest
$ac_exeext
17945 if { (ac_try
="$ac_link"
17946 case "(($ac_try" in
17947 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17948 *) ac_try_echo=$ac_try;;
17950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17951 (eval "$ac_link") 2>conftest.er1
17953 grep -v '^ *+' conftest.er1 >conftest.err
17955 cat conftest.err >&5
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); } && {
17958 test -z "$ac_c_werror_flag" ||
17959 test ! -s conftest.err
17960 } && test -s conftest$ac_exeext &&
17961 $as_test_x conftest$ac_exeext; then
17962 eval "$as_ac_var=yes"
17964 echo "$as_me: failed program was:" >&5
17965 sed 's/^/| /' conftest.$ac_ext >&5
17967 eval "$as_ac_var=no"
17970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17971 conftest$ac_exeext conftest.$ac_ext
17973 ac_res=`eval echo '${'$as_ac_var'}'`
17974 { echo "$as_me:$LINENO: result: $ac_res" >&5
17975 echo "${ECHO_T}$ac_res" >&6; }
17976 if test `eval echo '${'$as_ac_var'}'` = yes; then
17977 cat >>confdefs.h <<_ACEOF
17978 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17987 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17989 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17990 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17991 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17992 echo $ECHO_N "(cached) $ECHO_C" >&6
17994 cat >conftest.$ac_ext <<_ACEOF
17997 cat confdefs.h >>conftest.$ac_ext
17998 cat >>conftest.$ac_ext <<_ACEOF
17999 /* end confdefs.h. */
18002 typedef LDAPSortKey ac__type_new_;
18006 if ((ac__type_new_ *) 0)
18008 if (sizeof (ac__type_new_))
18014 rm -f conftest.$ac_objext
18015 if { (ac_try="$ac_compile"
18016 case "(($ac_try" in
18017 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18018 *) ac_try_echo
=$ac_try;;
18020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18021 (eval "$ac_compile") 2>conftest.er1
18023 grep -v '^ *+' conftest.er1
>conftest.err
18025 cat conftest.err
>&5
18026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18027 (exit $ac_status); } && {
18028 test -z "$ac_c_werror_flag" ||
18029 test ! -s conftest.err
18030 } && test -s conftest.
$ac_objext; then
18031 ac_cv_type_LDAPSortKey
=yes
18033 echo "$as_me: failed program was:" >&5
18034 sed 's/^/| /' conftest.
$ac_ext >&5
18036 ac_cv_type_LDAPSortKey
=no
18039 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18041 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18042 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18043 if test $ac_cv_type_LDAPSortKey = yes; then
18044 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18045 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18046 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18047 echo $ECHO_N "(cached) $ECHO_C" >&6
18049 ac_check_lib_save_LIBS
=$LIBS
18050 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18051 cat >conftest.
$ac_ext <<_ACEOF
18054 cat confdefs.h
>>conftest.
$ac_ext
18055 cat >>conftest.
$ac_ext <<_ACEOF
18056 /* end confdefs.h. */
18058 /* Override any GCC internal prototype to avoid an error.
18059 Use char because int might match the return type of a GCC
18060 builtin and then its argument prototype would still apply. */
18064 char ldap_initialize ();
18068 return ldap_initialize ();
18073 rm -f conftest.
$ac_objext conftest
$ac_exeext
18074 if { (ac_try
="$ac_link"
18075 case "(($ac_try" in
18076 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18077 *) ac_try_echo=$ac_try;;
18079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18080 (eval "$ac_link") 2>conftest.er1
18082 grep -v '^ *+' conftest.er1 >conftest.err
18084 cat conftest.err >&5
18085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18086 (exit $ac_status); } && {
18087 test -z "$ac_c_werror_flag" ||
18088 test ! -s conftest.err
18089 } && test -s conftest$ac_exeext &&
18090 $as_test_x conftest$ac_exeext; then
18091 ac_cv_lib_ldap_r_ldap_initialize=yes
18093 echo "$as_me: failed program was:" >&5
18094 sed 's/^/| /' conftest.$ac_ext >&5
18096 ac_cv_lib_ldap_r_ldap_initialize=no
18099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18100 conftest$ac_exeext conftest.$ac_ext
18101 LIBS=$ac_check_lib_save_LIBS
18103 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18104 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18105 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18106 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18107 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18108 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18109 echo $ECHO_N "(cached) $ECHO_C" >&6
18111 ac_check_lib_save_LIBS=$LIBS
18112 LIBS="-llber $LIBPTHREAD $LIBS"
18113 cat >conftest.$ac_ext <<_ACEOF
18116 cat confdefs.h >>conftest.$ac_ext
18117 cat >>conftest.$ac_ext <<_ACEOF
18118 /* end confdefs.h. */
18120 /* Override any GCC internal prototype to avoid an error.
18121 Use char because int might match the return type of a GCC
18122 builtin and then its argument prototype would still apply. */
18130 return ber_init ();
18135 rm -f conftest.$ac_objext conftest$ac_exeext
18136 if { (ac_try="$ac_link"
18137 case "(($ac_try" in
18138 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18139 *) ac_try_echo
=$ac_try;;
18141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18142 (eval "$ac_link") 2>conftest.er1
18144 grep -v '^ *+' conftest.er1
>conftest.err
18146 cat conftest.err
>&5
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && {
18149 test -z "$ac_c_werror_flag" ||
18150 test ! -s conftest.err
18151 } && test -s conftest
$ac_exeext &&
18152 $as_test_x conftest
$ac_exeext; then
18153 ac_cv_lib_lber_ber_init
=yes
18155 echo "$as_me: failed program was:" >&5
18156 sed 's/^/| /' conftest.
$ac_ext >&5
18158 ac_cv_lib_lber_ber_init
=no
18161 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18162 conftest
$ac_exeext conftest.
$ac_ext
18163 LIBS
=$ac_check_lib_save_LIBS
18165 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18166 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18167 if test $ac_cv_lib_lber_ber_init = yes; then
18169 cat >>confdefs.h
<<\_ACEOF
18170 #define HAVE_LDAP 1
18173 LDAPLIBS
="-lldap_r -llber"
18180 ac_wine_check_funcs_save_LIBS
="$LIBS"
18181 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18191 ldap_count_references \
18192 ldap_first_reference \
18193 ldap_next_reference \
18194 ldap_parse_reference \
18195 ldap_parse_sort_control \
18196 ldap_parse_sortresponse_control \
18197 ldap_parse_vlv_control \
18198 ldap_parse_vlvresponse_control
18200 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18201 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18202 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18203 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18204 echo $ECHO_N "(cached) $ECHO_C" >&6
18206 cat >conftest.
$ac_ext <<_ACEOF
18209 cat confdefs.h
>>conftest.
$ac_ext
18210 cat >>conftest.
$ac_ext <<_ACEOF
18211 /* end confdefs.h. */
18212 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18213 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18214 #define $ac_func innocuous_$ac_func
18216 /* System header to define __stub macros and hopefully few prototypes,
18217 which can conflict with char $ac_func (); below.
18218 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18219 <limits.h> exists even on freestanding compilers. */
18222 # include <limits.h>
18224 # include <assert.h>
18229 /* Override any GCC internal prototype to avoid an error.
18230 Use char because int might match the return type of a GCC
18231 builtin and then its argument prototype would still apply. */
18236 /* The GNU C library defines this for functions which it implements
18237 to always fail with ENOSYS. Some functions are actually named
18238 something starting with __ and the normal name is an alias. */
18239 #if defined __stub_$ac_func || defined __stub___$ac_func
18246 return $ac_func ();
18251 rm -f conftest.
$ac_objext conftest
$ac_exeext
18252 if { (ac_try
="$ac_link"
18253 case "(($ac_try" in
18254 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18255 *) ac_try_echo=$ac_try;;
18257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18258 (eval "$ac_link") 2>conftest.er1
18260 grep -v '^ *+' conftest.er1 >conftest.err
18262 cat conftest.err >&5
18263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18264 (exit $ac_status); } && {
18265 test -z "$ac_c_werror_flag" ||
18266 test ! -s conftest.err
18267 } && test -s conftest$ac_exeext &&
18268 $as_test_x conftest$ac_exeext; then
18269 eval "$as_ac_var=yes"
18271 echo "$as_me: failed program was:" >&5
18272 sed 's/^/| /' conftest.$ac_ext >&5
18274 eval "$as_ac_var=no"
18277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18278 conftest$ac_exeext conftest.$ac_ext
18280 ac_res=`eval echo '${'$as_ac_var'}'`
18281 { echo "$as_me:$LINENO: result: $ac_res" >&5
18282 echo "${ECHO_T}$ac_res" >&6; }
18283 if test `eval echo '${'$as_ac_var'}'` = yes; then
18284 cat >>confdefs.h <<_ACEOF
18285 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18291 LIBS="$ac_wine_check_funcs_save_LIBS"
18293 if test "x$LDAPLIBS" = "x"; then
18294 case "x$with_ldap" in
18295 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18297 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18298 This is an error since --with-ldap was requested." >&5
18299 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18300 This is an error since --with-ldap was requested." >&2;}
18301 { (exit 1); exit 1; }; } ;;
18307 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18308 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18309 if test "${ac_cv_c_const+set}" = set; then
18310 echo $ECHO_N "(cached) $ECHO_C" >&6
18312 cat >conftest.$ac_ext <<_ACEOF
18315 cat confdefs.h >>conftest.$ac_ext
18316 cat >>conftest.$ac_ext <<_ACEOF
18317 /* end confdefs.h. */
18322 /* FIXME: Include the comments suggested by Paul. */
18323 #ifndef __cplusplus
18324 /* Ultrix mips cc rejects this. */
18325 typedef int charset[2];
18327 /* SunOS 4.1.1 cc rejects this. */
18328 char const *const *pcpcc;
18330 /* NEC SVR4.0.2 mips cc rejects this. */
18331 struct point {int x, y;};
18332 static struct point const zero = {0,0};
18333 /* AIX XL C 1.02.0.0 rejects this.
18334 It does not let you subtract one const X* pointer from another in
18335 an arm of an if-expression whose if-part is not a constant
18337 const char *g = "string";
18338 pcpcc = &g + (g ? g-g : 0);
18339 /* HPUX 7.0 cc rejects these. */
18341 ppc = (char**) pcpcc;
18342 pcpcc = (char const *const *) ppc;
18343 { /* SCO 3.2v4 cc rejects this. */
18345 char const *s = 0 ? (char *) 0 : (char const *) 0;
18350 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18351 int x[] = {25, 17};
18352 const int *foo = &x[0];
18355 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18356 typedef const int *iptr;
18360 { /* AIX XL C 1.02.0.0 rejects this saying
18361 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18362 struct s { int j; const int *ap[3]; };
18363 struct s *b; b->j = 5;
18365 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18366 const int foo = 10;
18367 if (!foo) return 0;
18369 return !cs[0] && !zero.x;
18376 rm -f conftest.$ac_objext
18377 if { (ac_try="$ac_compile"
18378 case "(($ac_try" in
18379 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18380 *) ac_try_echo
=$ac_try;;
18382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18383 (eval "$ac_compile") 2>conftest.er1
18385 grep -v '^ *+' conftest.er1
>conftest.err
18387 cat conftest.err
>&5
18388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); } && {
18390 test -z "$ac_c_werror_flag" ||
18391 test ! -s conftest.err
18392 } && test -s conftest.
$ac_objext; then
18395 echo "$as_me: failed program was:" >&5
18396 sed 's/^/| /' conftest.
$ac_ext >&5
18401 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18403 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18404 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18405 if test $ac_cv_c_const = no
; then
18407 cat >>confdefs.h
<<\_ACEOF
18413 { echo "$as_me:$LINENO: checking for inline" >&5
18414 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18415 if test "${ac_cv_c_inline+set}" = set; then
18416 echo $ECHO_N "(cached) $ECHO_C" >&6
18419 for ac_kw
in inline __inline__ __inline
; do
18420 cat >conftest.
$ac_ext <<_ACEOF
18423 cat confdefs.h
>>conftest.
$ac_ext
18424 cat >>conftest.
$ac_ext <<_ACEOF
18425 /* end confdefs.h. */
18426 #ifndef __cplusplus
18428 static $ac_kw foo_t static_foo () {return 0; }
18429 $ac_kw foo_t foo () {return 0; }
18433 rm -f conftest.
$ac_objext
18434 if { (ac_try
="$ac_compile"
18435 case "(($ac_try" in
18436 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18437 *) ac_try_echo=$ac_try;;
18439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18440 (eval "$ac_compile") 2>conftest.er1
18442 grep -v '^ *+' conftest.er1 >conftest.err
18444 cat conftest.err >&5
18445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18446 (exit $ac_status); } && {
18447 test -z "$ac_c_werror_flag" ||
18448 test ! -s conftest.err
18449 } && test -s conftest.$ac_objext; then
18450 ac_cv_c_inline=$ac_kw
18452 echo "$as_me: failed program was:" >&5
18453 sed 's/^/| /' conftest.$ac_ext >&5
18458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18459 test "$ac_cv_c_inline" != no && break
18463 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18464 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18467 case $ac_cv_c_inline in
18470 case $ac_cv_c_inline in
18472 *) ac_val=$ac_cv_c_inline;;
18474 cat >>confdefs.h <<_ACEOF
18475 #ifndef __cplusplus
18476 #define inline $ac_val
18482 { echo "$as_me:$LINENO: checking for mode_t" >&5
18483 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18484 if test "${ac_cv_type_mode_t+set}" = set; then
18485 echo $ECHO_N "(cached) $ECHO_C" >&6
18487 cat >conftest.$ac_ext <<_ACEOF
18490 cat confdefs.h >>conftest.$ac_ext
18491 cat >>conftest.$ac_ext <<_ACEOF
18492 /* end confdefs.h. */
18493 $ac_includes_default
18494 typedef mode_t ac__type_new_;
18498 if ((ac__type_new_ *) 0)
18500 if (sizeof (ac__type_new_))
18506 rm -f conftest.$ac_objext
18507 if { (ac_try="$ac_compile"
18508 case "(($ac_try" in
18509 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18510 *) ac_try_echo
=$ac_try;;
18512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18513 (eval "$ac_compile") 2>conftest.er1
18515 grep -v '^ *+' conftest.er1
>conftest.err
18517 cat conftest.err
>&5
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); } && {
18520 test -z "$ac_c_werror_flag" ||
18521 test ! -s conftest.err
18522 } && test -s conftest.
$ac_objext; then
18523 ac_cv_type_mode_t
=yes
18525 echo "$as_me: failed program was:" >&5
18526 sed 's/^/| /' conftest.
$ac_ext >&5
18528 ac_cv_type_mode_t
=no
18531 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18533 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18534 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18535 if test $ac_cv_type_mode_t = yes; then
18537 cat >>confdefs.h
<<_ACEOF
18538 #define HAVE_MODE_T 1
18543 { echo "$as_me:$LINENO: checking for off_t" >&5
18544 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18545 if test "${ac_cv_type_off_t+set}" = set; then
18546 echo $ECHO_N "(cached) $ECHO_C" >&6
18548 cat >conftest.
$ac_ext <<_ACEOF
18551 cat confdefs.h
>>conftest.
$ac_ext
18552 cat >>conftest.
$ac_ext <<_ACEOF
18553 /* end confdefs.h. */
18554 $ac_includes_default
18555 typedef off_t ac__type_new_;
18559 if ((ac__type_new_ *) 0)
18561 if (sizeof (ac__type_new_))
18567 rm -f conftest.
$ac_objext
18568 if { (ac_try
="$ac_compile"
18569 case "(($ac_try" in
18570 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18571 *) ac_try_echo=$ac_try;;
18573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18574 (eval "$ac_compile") 2>conftest.er1
18576 grep -v '^ *+' conftest.er1 >conftest.err
18578 cat conftest.err >&5
18579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18580 (exit $ac_status); } && {
18581 test -z "$ac_c_werror_flag" ||
18582 test ! -s conftest.err
18583 } && test -s conftest.$ac_objext; then
18584 ac_cv_type_off_t=yes
18586 echo "$as_me: failed program was:" >&5
18587 sed 's/^/| /' conftest.$ac_ext >&5
18589 ac_cv_type_off_t=no
18592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18594 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18595 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18596 if test $ac_cv_type_off_t = yes; then
18598 cat >>confdefs.h <<_ACEOF
18599 #define HAVE_OFF_T 1
18604 { echo "$as_me:$LINENO: checking for pid_t" >&5
18605 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18606 if test "${ac_cv_type_pid_t+set}" = set; then
18607 echo $ECHO_N "(cached) $ECHO_C" >&6
18609 cat >conftest.$ac_ext <<_ACEOF
18612 cat confdefs.h >>conftest.$ac_ext
18613 cat >>conftest.$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18615 $ac_includes_default
18616 typedef pid_t ac__type_new_;
18620 if ((ac__type_new_ *) 0)
18622 if (sizeof (ac__type_new_))
18628 rm -f conftest.$ac_objext
18629 if { (ac_try="$ac_compile"
18630 case "(($ac_try" in
18631 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18632 *) ac_try_echo
=$ac_try;;
18634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18635 (eval "$ac_compile") 2>conftest.er1
18637 grep -v '^ *+' conftest.er1
>conftest.err
18639 cat conftest.err
>&5
18640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18641 (exit $ac_status); } && {
18642 test -z "$ac_c_werror_flag" ||
18643 test ! -s conftest.err
18644 } && test -s conftest.
$ac_objext; then
18645 ac_cv_type_pid_t
=yes
18647 echo "$as_me: failed program was:" >&5
18648 sed 's/^/| /' conftest.
$ac_ext >&5
18650 ac_cv_type_pid_t
=no
18653 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18655 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18656 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18657 if test $ac_cv_type_pid_t = yes; then
18659 cat >>confdefs.h
<<_ACEOF
18660 #define HAVE_PID_T 1
18665 { echo "$as_me:$LINENO: checking for size_t" >&5
18666 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18667 if test "${ac_cv_type_size_t+set}" = set; then
18668 echo $ECHO_N "(cached) $ECHO_C" >&6
18670 cat >conftest.
$ac_ext <<_ACEOF
18673 cat confdefs.h
>>conftest.
$ac_ext
18674 cat >>conftest.
$ac_ext <<_ACEOF
18675 /* end confdefs.h. */
18676 $ac_includes_default
18677 typedef size_t ac__type_new_;
18681 if ((ac__type_new_ *) 0)
18683 if (sizeof (ac__type_new_))
18689 rm -f conftest.
$ac_objext
18690 if { (ac_try
="$ac_compile"
18691 case "(($ac_try" in
18692 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18693 *) ac_try_echo=$ac_try;;
18695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18696 (eval "$ac_compile") 2>conftest.er1
18698 grep -v '^ *+' conftest.er1 >conftest.err
18700 cat conftest.err >&5
18701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18702 (exit $ac_status); } && {
18703 test -z "$ac_c_werror_flag" ||
18704 test ! -s conftest.err
18705 } && test -s conftest.$ac_objext; then
18706 ac_cv_type_size_t=yes
18708 echo "$as_me: failed program was:" >&5
18709 sed 's/^/| /' conftest.$ac_ext >&5
18711 ac_cv_type_size_t=no
18714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18716 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18717 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18718 if test $ac_cv_type_size_t = yes; then
18720 cat >>confdefs.h <<_ACEOF
18721 #define HAVE_SIZE_T 1
18726 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18727 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18728 if test "${ac_cv_type_ssize_t+set}" = set; then
18729 echo $ECHO_N "(cached) $ECHO_C" >&6
18731 cat >conftest.$ac_ext <<_ACEOF
18734 cat confdefs.h >>conftest.$ac_ext
18735 cat >>conftest.$ac_ext <<_ACEOF
18736 /* end confdefs.h. */
18737 $ac_includes_default
18738 typedef ssize_t ac__type_new_;
18742 if ((ac__type_new_ *) 0)
18744 if (sizeof (ac__type_new_))
18750 rm -f conftest.$ac_objext
18751 if { (ac_try="$ac_compile"
18752 case "(($ac_try" in
18753 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18754 *) ac_try_echo
=$ac_try;;
18756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18757 (eval "$ac_compile") 2>conftest.er1
18759 grep -v '^ *+' conftest.er1
>conftest.err
18761 cat conftest.err
>&5
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); } && {
18764 test -z "$ac_c_werror_flag" ||
18765 test ! -s conftest.err
18766 } && test -s conftest.
$ac_objext; then
18767 ac_cv_type_ssize_t
=yes
18769 echo "$as_me: failed program was:" >&5
18770 sed 's/^/| /' conftest.
$ac_ext >&5
18772 ac_cv_type_ssize_t
=no
18775 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18777 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18778 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18779 if test $ac_cv_type_ssize_t = yes; then
18781 cat >>confdefs.h
<<_ACEOF
18782 #define HAVE_SSIZE_T 1
18787 { echo "$as_me:$LINENO: checking for long long" >&5
18788 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18789 if test "${ac_cv_type_long_long+set}" = set; then
18790 echo $ECHO_N "(cached) $ECHO_C" >&6
18792 cat >conftest.
$ac_ext <<_ACEOF
18795 cat confdefs.h
>>conftest.
$ac_ext
18796 cat >>conftest.
$ac_ext <<_ACEOF
18797 /* end confdefs.h. */
18798 $ac_includes_default
18799 typedef long long ac__type_new_;
18803 if ((ac__type_new_ *) 0)
18805 if (sizeof (ac__type_new_))
18811 rm -f conftest.
$ac_objext
18812 if { (ac_try
="$ac_compile"
18813 case "(($ac_try" in
18814 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18815 *) ac_try_echo=$ac_try;;
18817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18818 (eval "$ac_compile") 2>conftest.er1
18820 grep -v '^ *+' conftest.er1 >conftest.err
18822 cat conftest.err >&5
18823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18824 (exit $ac_status); } && {
18825 test -z "$ac_c_werror_flag" ||
18826 test ! -s conftest.err
18827 } && test -s conftest.$ac_objext; then
18828 ac_cv_type_long_long=yes
18830 echo "$as_me: failed program was:" >&5
18831 sed 's/^/| /' conftest.$ac_ext >&5
18833 ac_cv_type_long_long=no
18836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18838 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18839 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18840 if test $ac_cv_type_long_long = yes; then
18842 cat >>confdefs.h <<_ACEOF
18843 #define HAVE_LONG_LONG 1
18848 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18849 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18850 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18851 echo $ECHO_N "(cached) $ECHO_C" >&6
18853 cat >conftest.$ac_ext <<_ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 $ac_includes_default
18860 typedef fsblkcnt_t ac__type_new_;
18864 if ((ac__type_new_ *) 0)
18866 if (sizeof (ac__type_new_))
18872 rm -f conftest.$ac_objext
18873 if { (ac_try="$ac_compile"
18874 case "(($ac_try" in
18875 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18876 *) ac_try_echo
=$ac_try;;
18878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18879 (eval "$ac_compile") 2>conftest.er1
18881 grep -v '^ *+' conftest.er1
>conftest.err
18883 cat conftest.err
>&5
18884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18885 (exit $ac_status); } && {
18886 test -z "$ac_c_werror_flag" ||
18887 test ! -s conftest.err
18888 } && test -s conftest.
$ac_objext; then
18889 ac_cv_type_fsblkcnt_t
=yes
18891 echo "$as_me: failed program was:" >&5
18892 sed 's/^/| /' conftest.
$ac_ext >&5
18894 ac_cv_type_fsblkcnt_t
=no
18897 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18899 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18900 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18901 if test $ac_cv_type_fsblkcnt_t = yes; then
18903 cat >>confdefs.h
<<_ACEOF
18904 #define HAVE_FSBLKCNT_T 1
18909 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18910 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18911 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18912 echo $ECHO_N "(cached) $ECHO_C" >&6
18914 cat >conftest.
$ac_ext <<_ACEOF
18917 cat confdefs.h
>>conftest.
$ac_ext
18918 cat >>conftest.
$ac_ext <<_ACEOF
18919 /* end confdefs.h. */
18920 $ac_includes_default
18921 typedef fsfilcnt_t ac__type_new_;
18925 if ((ac__type_new_ *) 0)
18927 if (sizeof (ac__type_new_))
18933 rm -f conftest.
$ac_objext
18934 if { (ac_try
="$ac_compile"
18935 case "(($ac_try" in
18936 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18937 *) ac_try_echo=$ac_try;;
18939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18940 (eval "$ac_compile") 2>conftest.er1
18942 grep -v '^ *+' conftest.er1 >conftest.err
18944 cat conftest.err >&5
18945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18946 (exit $ac_status); } && {
18947 test -z "$ac_c_werror_flag" ||
18948 test ! -s conftest.err
18949 } && test -s conftest.$ac_objext; then
18950 ac_cv_type_fsfilcnt_t=yes
18952 echo "$as_me: failed program was:" >&5
18953 sed 's/^/| /' conftest.$ac_ext >&5
18955 ac_cv_type_fsfilcnt_t=no
18958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18960 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18961 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18962 if test $ac_cv_type_fsfilcnt_t = yes; then
18964 cat >>confdefs.h <<_ACEOF
18965 #define HAVE_FSFILCNT_T 1
18971 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18972 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18973 if test "${ac_cv_type_sigset_t+set}" = set; then
18974 echo $ECHO_N "(cached) $ECHO_C" >&6
18976 cat >conftest.$ac_ext <<_ACEOF
18979 cat confdefs.h >>conftest.$ac_ext
18980 cat >>conftest.$ac_ext <<_ACEOF
18981 /* end confdefs.h. */
18982 #include <sys/types.h>
18983 #include <signal.h>
18985 typedef sigset_t ac__type_new_;
18989 if ((ac__type_new_ *) 0)
18991 if (sizeof (ac__type_new_))
18997 rm -f conftest.$ac_objext
18998 if { (ac_try="$ac_compile"
18999 case "(($ac_try" in
19000 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19001 *) ac_try_echo
=$ac_try;;
19003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19004 (eval "$ac_compile") 2>conftest.er1
19006 grep -v '^ *+' conftest.er1
>conftest.err
19008 cat conftest.err
>&5
19009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19010 (exit $ac_status); } && {
19011 test -z "$ac_c_werror_flag" ||
19012 test ! -s conftest.err
19013 } && test -s conftest.
$ac_objext; then
19014 ac_cv_type_sigset_t
=yes
19016 echo "$as_me: failed program was:" >&5
19017 sed 's/^/| /' conftest.
$ac_ext >&5
19019 ac_cv_type_sigset_t
=no
19022 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19024 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19025 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19026 if test $ac_cv_type_sigset_t = yes; then
19028 cat >>confdefs.h
<<_ACEOF
19029 #define HAVE_SIGSET_T 1
19035 { echo "$as_me:$LINENO: checking for request_sense" >&5
19036 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19037 if test "${ac_cv_type_request_sense+set}" = set; then
19038 echo $ECHO_N "(cached) $ECHO_C" >&6
19040 cat >conftest.
$ac_ext <<_ACEOF
19043 cat confdefs.h
>>conftest.
$ac_ext
19044 cat >>conftest.
$ac_ext <<_ACEOF
19045 /* end confdefs.h. */
19046 #include <linux/cdrom.h>
19048 typedef request_sense ac__type_new_;
19052 if ((ac__type_new_ *) 0)
19054 if (sizeof (ac__type_new_))
19060 rm -f conftest.
$ac_objext
19061 if { (ac_try
="$ac_compile"
19062 case "(($ac_try" in
19063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19064 *) ac_try_echo=$ac_try;;
19066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19067 (eval "$ac_compile") 2>conftest.er1
19069 grep -v '^ *+' conftest.er1 >conftest.err
19071 cat conftest.err >&5
19072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19073 (exit $ac_status); } && {
19074 test -z "$ac_c_werror_flag" ||
19075 test ! -s conftest.err
19076 } && test -s conftest.$ac_objext; then
19077 ac_cv_type_request_sense=yes
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.$ac_ext >&5
19082 ac_cv_type_request_sense=no
19085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19087 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19088 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19089 if test $ac_cv_type_request_sense = yes; then
19091 cat >>confdefs.h <<_ACEOF
19092 #define HAVE_REQUEST_SENSE 1
19099 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19100 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19101 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19102 echo $ECHO_N "(cached) $ECHO_C" >&6
19104 cat >conftest.$ac_ext <<_ACEOF
19107 cat confdefs.h >>conftest.$ac_ext
19108 cat >>conftest.$ac_ext <<_ACEOF
19109 /* end confdefs.h. */
19110 #ifdef HAVE_LINUX_INPUT_H
19111 #include <linux/input.h>
19117 static struct ff_effect ac_aggr;
19118 if (ac_aggr.direction)
19124 rm -f conftest.$ac_objext
19125 if { (ac_try="$ac_compile"
19126 case "(($ac_try" in
19127 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19128 *) ac_try_echo
=$ac_try;;
19130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19131 (eval "$ac_compile") 2>conftest.er1
19133 grep -v '^ *+' conftest.er1
>conftest.err
19135 cat conftest.err
>&5
19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); } && {
19138 test -z "$ac_c_werror_flag" ||
19139 test ! -s conftest.err
19140 } && test -s conftest.
$ac_objext; then
19141 ac_cv_member_struct_ff_effect_direction
=yes
19143 echo "$as_me: failed program was:" >&5
19144 sed 's/^/| /' conftest.
$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_ff_effect_direction=no
19191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19196 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19197 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19198 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19200 cat >>confdefs.h <<_ACEOF
19201 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19208 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19209 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19210 if test "${wine_cv_have_sigaddset+set}" = set; then
19211 echo $ECHO_N "(cached) $ECHO_C" >&6
19213 cat >conftest.$ac_ext <<_ACEOF
19216 cat confdefs.h >>conftest.$ac_ext
19217 cat >>conftest.$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19219 #include <signal.h>
19223 sigset_t set; sigaddset(&set,SIGTERM);
19228 rm -f conftest.$ac_objext conftest$ac_exeext
19229 if { (ac_try="$ac_link"
19230 case "(($ac_try" in
19231 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19232 *) ac_try_echo
=$ac_try;;
19234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19235 (eval "$ac_link") 2>conftest.er1
19237 grep -v '^ *+' conftest.er1
>conftest.err
19239 cat conftest.err
>&5
19240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19241 (exit $ac_status); } && {
19242 test -z "$ac_c_werror_flag" ||
19243 test ! -s conftest.err
19244 } && test -s conftest
$ac_exeext &&
19245 $as_test_x conftest
$ac_exeext; then
19246 wine_cv_have_sigaddset
=yes
19248 echo "$as_me: failed program was:" >&5
19249 sed 's/^/| /' conftest.
$ac_ext >&5
19251 wine_cv_have_sigaddset
=no
19254 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19255 conftest
$ac_exeext conftest.
$ac_ext
19257 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19258 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19259 if test "$wine_cv_have_sigaddset" = "yes"
19262 cat >>confdefs.h
<<\_ACEOF
19263 #define HAVE_SIGADDSET 1
19269 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19270 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19271 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19272 echo $ECHO_N "(cached) $ECHO_C" >&6
19274 cat >conftest.
$ac_ext <<_ACEOF
19277 cat confdefs.h
>>conftest.
$ac_ext
19278 cat >>conftest.
$ac_ext <<_ACEOF
19279 /* end confdefs.h. */
19287 struct hostent *result;
19294 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19295 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19301 rm -f conftest.
$ac_objext conftest
$ac_exeext
19302 if { (ac_try
="$ac_link"
19303 case "(($ac_try" in
19304 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19305 *) ac_try_echo=$ac_try;;
19307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19308 (eval "$ac_link") 2>conftest.er1
19310 grep -v '^ *+' conftest.er1 >conftest.err
19312 cat conftest.err >&5
19313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19314 (exit $ac_status); } && {
19315 test -z "$ac_c_werror_flag" ||
19316 test ! -s conftest.err
19317 } && test -s conftest$ac_exeext &&
19318 $as_test_x conftest$ac_exeext; then
19319 wine_cv_linux_gethostbyname_r_6=yes
19321 echo "$as_me: failed program was:" >&5
19322 sed 's/^/| /' conftest.$ac_ext >&5
19324 wine_cv_linux_gethostbyname_r_6=no
19328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19329 conftest$ac_exeext conftest.$ac_ext
19332 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19333 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19334 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19337 cat >>confdefs.h <<\_ACEOF
19338 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19343 if test "$ac_cv_header_linux_joystick_h" = "yes"
19345 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19346 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19347 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19348 echo $ECHO_N "(cached) $ECHO_C" >&6
19350 cat >conftest.$ac_ext <<_ACEOF
19353 cat confdefs.h >>conftest.$ac_ext
19354 cat >>conftest.$ac_ext <<_ACEOF
19355 /* end confdefs.h. */
19357 #include <sys/ioctl.h>
19358 #include <sys/types.h>
19359 #include <linux/joystick.h>
19361 struct js_event blub;
19362 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19363 #error "no 2.2 header"
19374 rm -f conftest.$ac_objext
19375 if { (ac_try="$ac_compile"
19376 case "(($ac_try" in
19377 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19378 *) ac_try_echo
=$ac_try;;
19380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19381 (eval "$ac_compile") 2>conftest.er1
19383 grep -v '^ *+' conftest.er1
>conftest.err
19385 cat conftest.err
>&5
19386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387 (exit $ac_status); } && {
19388 test -z "$ac_c_werror_flag" ||
19389 test ! -s conftest.err
19390 } && test -s conftest.
$ac_objext; then
19391 wine_cv_linux_joystick_22_api
=yes
19393 echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.
$ac_ext >&5
19396 wine_cv_linux_joystick_22_api
=no
19399 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19402 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19403 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19404 if test "$wine_cv_linux_joystick_22_api" = "yes"
19407 cat >>confdefs.h
<<\_ACEOF
19408 #define HAVE_LINUX_22_JOYSTICK_API 1
19415 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19416 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19417 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19418 echo $ECHO_N "(cached) $ECHO_C" >&6
19420 cat >conftest.
$ac_ext <<_ACEOF
19423 cat confdefs.h
>>conftest.
$ac_ext
19424 cat >>conftest.
$ac_ext <<_ACEOF
19425 /* end confdefs.h. */
19426 #include <sys/types.h>
19427 #ifdef HAVE_SYS_PARAM_H
19428 # include <sys/param.h>
19430 #ifdef HAVE_SYS_MOUNT_H
19431 # include <sys/mount.h>
19433 #ifdef HAVE_SYS_VFS_H
19434 # include <sys/vfs.h>
19436 #ifdef HAVE_SYS_STATFS_H
19437 # include <sys/statfs.h>
19443 static struct statfs ac_aggr;
19444 if (ac_aggr.f_bfree)
19450 rm -f conftest.
$ac_objext
19451 if { (ac_try
="$ac_compile"
19452 case "(($ac_try" in
19453 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19454 *) ac_try_echo=$ac_try;;
19456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19457 (eval "$ac_compile") 2>conftest.er1
19459 grep -v '^ *+' conftest.er1 >conftest.err
19461 cat conftest.err >&5
19462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19463 (exit $ac_status); } && {
19464 test -z "$ac_c_werror_flag" ||
19465 test ! -s conftest.err
19466 } && test -s conftest.$ac_objext; then
19467 ac_cv_member_struct_statfs_f_bfree=yes
19469 echo "$as_me: failed program was:" >&5
19470 sed 's/^/| /' conftest.$ac_ext >&5
19472 cat >conftest.$ac_ext <<_ACEOF
19475 cat confdefs.h >>conftest.$ac_ext
19476 cat >>conftest.$ac_ext <<_ACEOF
19477 /* end confdefs.h. */
19478 #include <sys/types.h>
19479 #ifdef HAVE_SYS_PARAM_H
19480 # include <sys/param.h>
19482 #ifdef HAVE_SYS_MOUNT_H
19483 # include <sys/mount.h>
19485 #ifdef HAVE_SYS_VFS_H
19486 # include <sys/vfs.h>
19488 #ifdef HAVE_SYS_STATFS_H
19489 # include <sys/statfs.h>
19495 static struct statfs ac_aggr;
19496 if (sizeof ac_aggr.f_bfree)
19502 rm -f conftest.$ac_objext
19503 if { (ac_try="$ac_compile"
19504 case "(($ac_try" in
19505 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19506 *) ac_try_echo
=$ac_try;;
19508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19509 (eval "$ac_compile") 2>conftest.er1
19511 grep -v '^ *+' conftest.er1
>conftest.err
19513 cat conftest.err
>&5
19514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19515 (exit $ac_status); } && {
19516 test -z "$ac_c_werror_flag" ||
19517 test ! -s conftest.err
19518 } && test -s conftest.
$ac_objext; then
19519 ac_cv_member_struct_statfs_f_bfree
=yes
19521 echo "$as_me: failed program was:" >&5
19522 sed 's/^/| /' conftest.
$ac_ext >&5
19524 ac_cv_member_struct_statfs_f_bfree
=no
19527 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19530 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19532 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19533 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19534 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19536 cat >>confdefs.h
<<_ACEOF
19537 #define HAVE_STRUCT_STATFS_F_BFREE 1
19542 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19543 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19544 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19545 echo $ECHO_N "(cached) $ECHO_C" >&6
19547 cat >conftest.
$ac_ext <<_ACEOF
19550 cat confdefs.h
>>conftest.
$ac_ext
19551 cat >>conftest.
$ac_ext <<_ACEOF
19552 /* end confdefs.h. */
19553 #include <sys/types.h>
19554 #ifdef HAVE_SYS_PARAM_H
19555 # include <sys/param.h>
19557 #ifdef HAVE_SYS_MOUNT_H
19558 # include <sys/mount.h>
19560 #ifdef HAVE_SYS_VFS_H
19561 # include <sys/vfs.h>
19563 #ifdef HAVE_SYS_STATFS_H
19564 # include <sys/statfs.h>
19570 static struct statfs ac_aggr;
19571 if (ac_aggr.f_bavail)
19577 rm -f conftest.
$ac_objext
19578 if { (ac_try
="$ac_compile"
19579 case "(($ac_try" in
19580 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19581 *) ac_try_echo=$ac_try;;
19583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19584 (eval "$ac_compile") 2>conftest.er1
19586 grep -v '^ *+' conftest.er1 >conftest.err
19588 cat conftest.err >&5
19589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19590 (exit $ac_status); } && {
19591 test -z "$ac_c_werror_flag" ||
19592 test ! -s conftest.err
19593 } && test -s conftest.$ac_objext; then
19594 ac_cv_member_struct_statfs_f_bavail=yes
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19599 cat >conftest.$ac_ext <<_ACEOF
19602 cat confdefs.h >>conftest.$ac_ext
19603 cat >>conftest.$ac_ext <<_ACEOF
19604 /* end confdefs.h. */
19605 #include <sys/types.h>
19606 #ifdef HAVE_SYS_PARAM_H
19607 # include <sys/param.h>
19609 #ifdef HAVE_SYS_MOUNT_H
19610 # include <sys/mount.h>
19612 #ifdef HAVE_SYS_VFS_H
19613 # include <sys/vfs.h>
19615 #ifdef HAVE_SYS_STATFS_H
19616 # include <sys/statfs.h>
19622 static struct statfs ac_aggr;
19623 if (sizeof ac_aggr.f_bavail)
19629 rm -f conftest.$ac_objext
19630 if { (ac_try="$ac_compile"
19631 case "(($ac_try" in
19632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19633 *) ac_try_echo
=$ac_try;;
19635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19636 (eval "$ac_compile") 2>conftest.er1
19638 grep -v '^ *+' conftest.er1
>conftest.err
19640 cat conftest.err
>&5
19641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19642 (exit $ac_status); } && {
19643 test -z "$ac_c_werror_flag" ||
19644 test ! -s conftest.err
19645 } && test -s conftest.
$ac_objext; then
19646 ac_cv_member_struct_statfs_f_bavail
=yes
19648 echo "$as_me: failed program was:" >&5
19649 sed 's/^/| /' conftest.
$ac_ext >&5
19651 ac_cv_member_struct_statfs_f_bavail
=no
19654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19657 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19659 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19660 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19661 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19663 cat >>confdefs.h
<<_ACEOF
19664 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19669 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19670 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19671 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19672 echo $ECHO_N "(cached) $ECHO_C" >&6
19674 cat >conftest.
$ac_ext <<_ACEOF
19677 cat confdefs.h
>>conftest.
$ac_ext
19678 cat >>conftest.
$ac_ext <<_ACEOF
19679 /* end confdefs.h. */
19680 #include <sys/types.h>
19681 #ifdef HAVE_SYS_PARAM_H
19682 # include <sys/param.h>
19684 #ifdef HAVE_SYS_MOUNT_H
19685 # include <sys/mount.h>
19687 #ifdef HAVE_SYS_VFS_H
19688 # include <sys/vfs.h>
19690 #ifdef HAVE_SYS_STATFS_H
19691 # include <sys/statfs.h>
19697 static struct statfs ac_aggr;
19698 if (ac_aggr.f_frsize)
19704 rm -f conftest.
$ac_objext
19705 if { (ac_try
="$ac_compile"
19706 case "(($ac_try" in
19707 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19708 *) ac_try_echo=$ac_try;;
19710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19713 grep -v '^ *+' conftest.er1 >conftest.err
19715 cat conftest.err >&5
19716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19721 ac_cv_member_struct_statfs_f_frsize=yes
19723 echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.$ac_ext >&5
19726 cat >conftest.$ac_ext <<_ACEOF
19729 cat confdefs.h >>conftest.$ac_ext
19730 cat >>conftest.$ac_ext <<_ACEOF
19731 /* end confdefs.h. */
19732 #include <sys/types.h>
19733 #ifdef HAVE_SYS_PARAM_H
19734 # include <sys/param.h>
19736 #ifdef HAVE_SYS_MOUNT_H
19737 # include <sys/mount.h>
19739 #ifdef HAVE_SYS_VFS_H
19740 # include <sys/vfs.h>
19742 #ifdef HAVE_SYS_STATFS_H
19743 # include <sys/statfs.h>
19749 static struct statfs ac_aggr;
19750 if (sizeof ac_aggr.f_frsize)
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19760 *) ac_try_echo
=$ac_try;;
19762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19763 (eval "$ac_compile") 2>conftest.er1
19765 grep -v '^ *+' conftest.er1
>conftest.err
19767 cat conftest.err
>&5
19768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); } && {
19770 test -z "$ac_c_werror_flag" ||
19771 test ! -s conftest.err
19772 } && test -s conftest.
$ac_objext; then
19773 ac_cv_member_struct_statfs_f_frsize
=yes
19775 echo "$as_me: failed program was:" >&5
19776 sed 's/^/| /' conftest.
$ac_ext >&5
19778 ac_cv_member_struct_statfs_f_frsize
=no
19781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19784 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19787 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19788 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19790 cat >>confdefs.h
<<_ACEOF
19791 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19796 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19797 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19798 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19799 echo $ECHO_N "(cached) $ECHO_C" >&6
19801 cat >conftest.
$ac_ext <<_ACEOF
19804 cat confdefs.h
>>conftest.
$ac_ext
19805 cat >>conftest.
$ac_ext <<_ACEOF
19806 /* end confdefs.h. */
19807 #include <sys/types.h>
19808 #ifdef HAVE_SYS_PARAM_H
19809 # include <sys/param.h>
19811 #ifdef HAVE_SYS_MOUNT_H
19812 # include <sys/mount.h>
19814 #ifdef HAVE_SYS_VFS_H
19815 # include <sys/vfs.h>
19817 #ifdef HAVE_SYS_STATFS_H
19818 # include <sys/statfs.h>
19824 static struct statfs ac_aggr;
19825 if (ac_aggr.f_ffree)
19831 rm -f conftest.
$ac_objext
19832 if { (ac_try
="$ac_compile"
19833 case "(($ac_try" in
19834 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19835 *) ac_try_echo=$ac_try;;
19837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19838 (eval "$ac_compile") 2>conftest.er1
19840 grep -v '^ *+' conftest.er1 >conftest.err
19842 cat conftest.err >&5
19843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } && {
19845 test -z "$ac_c_werror_flag" ||
19846 test ! -s conftest.err
19847 } && test -s conftest.$ac_objext; then
19848 ac_cv_member_struct_statfs_f_ffree=yes
19850 echo "$as_me: failed program was:" >&5
19851 sed 's/^/| /' conftest.$ac_ext >&5
19853 cat >conftest.$ac_ext <<_ACEOF
19856 cat confdefs.h >>conftest.$ac_ext
19857 cat >>conftest.$ac_ext <<_ACEOF
19858 /* end confdefs.h. */
19859 #include <sys/types.h>
19860 #ifdef HAVE_SYS_PARAM_H
19861 # include <sys/param.h>
19863 #ifdef HAVE_SYS_MOUNT_H
19864 # include <sys/mount.h>
19866 #ifdef HAVE_SYS_VFS_H
19867 # include <sys/vfs.h>
19869 #ifdef HAVE_SYS_STATFS_H
19870 # include <sys/statfs.h>
19876 static struct statfs ac_aggr;
19877 if (sizeof ac_aggr.f_ffree)
19883 rm -f conftest.$ac_objext
19884 if { (ac_try="$ac_compile"
19885 case "(($ac_try" in
19886 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19887 *) ac_try_echo
=$ac_try;;
19889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19890 (eval "$ac_compile") 2>conftest.er1
19892 grep -v '^ *+' conftest.er1
>conftest.err
19894 cat conftest.err
>&5
19895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19896 (exit $ac_status); } && {
19897 test -z "$ac_c_werror_flag" ||
19898 test ! -s conftest.err
19899 } && test -s conftest.
$ac_objext; then
19900 ac_cv_member_struct_statfs_f_ffree
=yes
19902 echo "$as_me: failed program was:" >&5
19903 sed 's/^/| /' conftest.
$ac_ext >&5
19905 ac_cv_member_struct_statfs_f_ffree
=no
19908 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19911 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19913 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19914 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19915 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19917 cat >>confdefs.h
<<_ACEOF
19918 #define HAVE_STRUCT_STATFS_F_FFREE 1
19923 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19924 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19925 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19926 echo $ECHO_N "(cached) $ECHO_C" >&6
19928 cat >conftest.
$ac_ext <<_ACEOF
19931 cat confdefs.h
>>conftest.
$ac_ext
19932 cat >>conftest.
$ac_ext <<_ACEOF
19933 /* end confdefs.h. */
19934 #include <sys/types.h>
19935 #ifdef HAVE_SYS_PARAM_H
19936 # include <sys/param.h>
19938 #ifdef HAVE_SYS_MOUNT_H
19939 # include <sys/mount.h>
19941 #ifdef HAVE_SYS_VFS_H
19942 # include <sys/vfs.h>
19944 #ifdef HAVE_SYS_STATFS_H
19945 # include <sys/statfs.h>
19951 static struct statfs ac_aggr;
19952 if (ac_aggr.f_favail)
19958 rm -f conftest.
$ac_objext
19959 if { (ac_try
="$ac_compile"
19960 case "(($ac_try" in
19961 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19962 *) ac_try_echo=$ac_try;;
19964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19965 (eval "$ac_compile") 2>conftest.er1
19967 grep -v '^ *+' conftest.er1 >conftest.err
19969 cat conftest.err >&5
19970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971 (exit $ac_status); } && {
19972 test -z "$ac_c_werror_flag" ||
19973 test ! -s conftest.err
19974 } && test -s conftest.$ac_objext; then
19975 ac_cv_member_struct_statfs_f_favail=yes
19977 echo "$as_me: failed program was:" >&5
19978 sed 's/^/| /' conftest.$ac_ext >&5
19980 cat >conftest.$ac_ext <<_ACEOF
19983 cat confdefs.h >>conftest.$ac_ext
19984 cat >>conftest.$ac_ext <<_ACEOF
19985 /* end confdefs.h. */
19986 #include <sys/types.h>
19987 #ifdef HAVE_SYS_PARAM_H
19988 # include <sys/param.h>
19990 #ifdef HAVE_SYS_MOUNT_H
19991 # include <sys/mount.h>
19993 #ifdef HAVE_SYS_VFS_H
19994 # include <sys/vfs.h>
19996 #ifdef HAVE_SYS_STATFS_H
19997 # include <sys/statfs.h>
20003 static struct statfs ac_aggr;
20004 if (sizeof ac_aggr.f_favail)
20010 rm -f conftest.$ac_objext
20011 if { (ac_try="$ac_compile"
20012 case "(($ac_try" in
20013 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20014 *) ac_try_echo
=$ac_try;;
20016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20019 grep -v '^ *+' conftest.er1
>conftest.err
20021 cat conftest.err
>&5
20022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.
$ac_objext; then
20027 ac_cv_member_struct_statfs_f_favail
=yes
20029 echo "$as_me: failed program was:" >&5
20030 sed 's/^/| /' conftest.
$ac_ext >&5
20032 ac_cv_member_struct_statfs_f_favail
=no
20035 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20038 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20040 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20041 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20042 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20044 cat >>confdefs.h
<<_ACEOF
20045 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20050 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20051 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20052 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20053 echo $ECHO_N "(cached) $ECHO_C" >&6
20055 cat >conftest.
$ac_ext <<_ACEOF
20058 cat confdefs.h
>>conftest.
$ac_ext
20059 cat >>conftest.
$ac_ext <<_ACEOF
20060 /* end confdefs.h. */
20061 #include <sys/types.h>
20062 #ifdef HAVE_SYS_PARAM_H
20063 # include <sys/param.h>
20065 #ifdef HAVE_SYS_MOUNT_H
20066 # include <sys/mount.h>
20068 #ifdef HAVE_SYS_VFS_H
20069 # include <sys/vfs.h>
20071 #ifdef HAVE_SYS_STATFS_H
20072 # include <sys/statfs.h>
20078 static struct statfs ac_aggr;
20079 if (ac_aggr.f_namelen)
20085 rm -f conftest.
$ac_objext
20086 if { (ac_try
="$ac_compile"
20087 case "(($ac_try" in
20088 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20089 *) ac_try_echo=$ac_try;;
20091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20092 (eval "$ac_compile") 2>conftest.er1
20094 grep -v '^ *+' conftest.er1 >conftest.err
20096 cat conftest.err >&5
20097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20098 (exit $ac_status); } && {
20099 test -z "$ac_c_werror_flag" ||
20100 test ! -s conftest.err
20101 } && test -s conftest.$ac_objext; then
20102 ac_cv_member_struct_statfs_f_namelen=yes
20104 echo "$as_me: failed program was:" >&5
20105 sed 's/^/| /' conftest.$ac_ext >&5
20107 cat >conftest.$ac_ext <<_ACEOF
20110 cat confdefs.h >>conftest.$ac_ext
20111 cat >>conftest.$ac_ext <<_ACEOF
20112 /* end confdefs.h. */
20113 #include <sys/types.h>
20114 #ifdef HAVE_SYS_PARAM_H
20115 # include <sys/param.h>
20117 #ifdef HAVE_SYS_MOUNT_H
20118 # include <sys/mount.h>
20120 #ifdef HAVE_SYS_VFS_H
20121 # include <sys/vfs.h>
20123 #ifdef HAVE_SYS_STATFS_H
20124 # include <sys/statfs.h>
20130 static struct statfs ac_aggr;
20131 if (sizeof ac_aggr.f_namelen)
20137 rm -f conftest.$ac_objext
20138 if { (ac_try="$ac_compile"
20139 case "(($ac_try" in
20140 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20141 *) ac_try_echo
=$ac_try;;
20143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20144 (eval "$ac_compile") 2>conftest.er1
20146 grep -v '^ *+' conftest.er1
>conftest.err
20148 cat conftest.err
>&5
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } && {
20151 test -z "$ac_c_werror_flag" ||
20152 test ! -s conftest.err
20153 } && test -s conftest.
$ac_objext; then
20154 ac_cv_member_struct_statfs_f_namelen
=yes
20156 echo "$as_me: failed program was:" >&5
20157 sed 's/^/| /' conftest.
$ac_ext >&5
20159 ac_cv_member_struct_statfs_f_namelen
=no
20162 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20165 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20167 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20168 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20169 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20171 cat >>confdefs.h
<<_ACEOF
20172 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20179 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20180 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20181 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20182 echo $ECHO_N "(cached) $ECHO_C" >&6
20184 cat >conftest.
$ac_ext <<_ACEOF
20187 cat confdefs.h
>>conftest.
$ac_ext
20188 cat >>conftest.
$ac_ext <<_ACEOF
20189 /* end confdefs.h. */
20190 #ifdef HAVE_SYS_STATVFS_H
20191 #include <sys/statvfs.h>
20197 static struct statvfs ac_aggr;
20198 if (ac_aggr.f_blocks)
20204 rm -f conftest.
$ac_objext
20205 if { (ac_try
="$ac_compile"
20206 case "(($ac_try" in
20207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20208 *) ac_try_echo=$ac_try;;
20210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20211 (eval "$ac_compile") 2>conftest.er1
20213 grep -v '^ *+' conftest.er1 >conftest.err
20215 cat conftest.err >&5
20216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20217 (exit $ac_status); } && {
20218 test -z "$ac_c_werror_flag" ||
20219 test ! -s conftest.err
20220 } && test -s conftest.$ac_objext; then
20221 ac_cv_member_struct_statvfs_f_blocks=yes
20223 echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_statvfs_f_blocks
=no
20271 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20274 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20276 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20277 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20278 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20280 cat >>confdefs.h
<<_ACEOF
20281 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20288 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20289 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20290 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20291 echo $ECHO_N "(cached) $ECHO_C" >&6
20293 cat >conftest.
$ac_ext <<_ACEOF
20296 cat confdefs.h
>>conftest.
$ac_ext
20297 cat >>conftest.
$ac_ext <<_ACEOF
20298 /* end confdefs.h. */
20299 #include <sys/types.h>
20300 #ifdef HAVE_SYS_SOCKET_H
20301 # include <sys/socket.h>
20303 #ifdef HAVE_SYS_UN_H
20304 # include <sys/un.h>
20310 static struct msghdr ac_aggr;
20311 if (ac_aggr.msg_accrights)
20317 rm -f conftest.
$ac_objext
20318 if { (ac_try
="$ac_compile"
20319 case "(($ac_try" in
20320 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20321 *) ac_try_echo=$ac_try;;
20323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20324 (eval "$ac_compile") 2>conftest.er1
20326 grep -v '^ *+' conftest.er1 >conftest.err
20328 cat conftest.err >&5
20329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20330 (exit $ac_status); } && {
20331 test -z "$ac_c_werror_flag" ||
20332 test ! -s conftest.err
20333 } && test -s conftest.$ac_objext; then
20334 ac_cv_member_struct_msghdr_msg_accrights=yes
20336 echo "$as_me: failed program was:" >&5
20337 sed 's/^/| /' conftest.$ac_ext >&5
20339 cat >conftest.$ac_ext <<_ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h. */
20345 #include <sys/types.h>
20346 #ifdef HAVE_SYS_SOCKET_H
20347 # include <sys/socket.h>
20349 #ifdef HAVE_SYS_UN_H
20350 # include <sys/un.h>
20356 static struct msghdr ac_aggr;
20357 if (sizeof ac_aggr.msg_accrights)
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20367 *) ac_try_echo
=$ac_try;;
20369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20370 (eval "$ac_compile") 2>conftest.er1
20372 grep -v '^ *+' conftest.er1
>conftest.err
20374 cat conftest.err
>&5
20375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376 (exit $ac_status); } && {
20377 test -z "$ac_c_werror_flag" ||
20378 test ! -s conftest.err
20379 } && test -s conftest.
$ac_objext; then
20380 ac_cv_member_struct_msghdr_msg_accrights
=yes
20382 echo "$as_me: failed program was:" >&5
20383 sed 's/^/| /' conftest.
$ac_ext >&5
20385 ac_cv_member_struct_msghdr_msg_accrights
=no
20388 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20391 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20393 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20394 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20395 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20397 cat >>confdefs.h
<<_ACEOF
20398 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20403 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20404 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20405 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20406 echo $ECHO_N "(cached) $ECHO_C" >&6
20408 cat >conftest.
$ac_ext <<_ACEOF
20411 cat confdefs.h
>>conftest.
$ac_ext
20412 cat >>conftest.
$ac_ext <<_ACEOF
20413 /* end confdefs.h. */
20414 #include <sys/types.h>
20415 #ifdef HAVE_SYS_SOCKET_H
20416 # include <sys/socket.h>
20418 #ifdef HAVE_SYS_UN_H
20419 # include <sys/un.h>
20425 static struct sockaddr ac_aggr;
20426 if (ac_aggr.sa_len)
20432 rm -f conftest.
$ac_objext
20433 if { (ac_try
="$ac_compile"
20434 case "(($ac_try" in
20435 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20436 *) ac_try_echo=$ac_try;;
20438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20439 (eval "$ac_compile") 2>conftest.er1
20441 grep -v '^ *+' conftest.er1 >conftest.err
20443 cat conftest.err >&5
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); } && {
20446 test -z "$ac_c_werror_flag" ||
20447 test ! -s conftest.err
20448 } && test -s conftest.$ac_objext; then
20449 ac_cv_member_struct_sockaddr_sa_len=yes
20451 echo "$as_me: failed program was:" >&5
20452 sed 's/^/| /' conftest.$ac_ext >&5
20454 cat >conftest.$ac_ext <<_ACEOF
20457 cat confdefs.h >>conftest.$ac_ext
20458 cat >>conftest.$ac_ext <<_ACEOF
20459 /* end confdefs.h. */
20460 #include <sys/types.h>
20461 #ifdef HAVE_SYS_SOCKET_H
20462 # include <sys/socket.h>
20464 #ifdef HAVE_SYS_UN_H
20465 # include <sys/un.h>
20471 static struct sockaddr ac_aggr;
20472 if (sizeof ac_aggr.sa_len)
20478 rm -f conftest.$ac_objext
20479 if { (ac_try="$ac_compile"
20480 case "(($ac_try" in
20481 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20482 *) ac_try_echo
=$ac_try;;
20484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20485 (eval "$ac_compile") 2>conftest.er1
20487 grep -v '^ *+' conftest.er1
>conftest.err
20489 cat conftest.err
>&5
20490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20491 (exit $ac_status); } && {
20492 test -z "$ac_c_werror_flag" ||
20493 test ! -s conftest.err
20494 } && test -s conftest.
$ac_objext; then
20495 ac_cv_member_struct_sockaddr_sa_len
=yes
20497 echo "$as_me: failed program was:" >&5
20498 sed 's/^/| /' conftest.
$ac_ext >&5
20500 ac_cv_member_struct_sockaddr_sa_len
=no
20503 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20506 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20508 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20509 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20510 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20512 cat >>confdefs.h
<<_ACEOF
20513 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20518 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20519 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20520 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20521 echo $ECHO_N "(cached) $ECHO_C" >&6
20523 cat >conftest.
$ac_ext <<_ACEOF
20526 cat confdefs.h
>>conftest.
$ac_ext
20527 cat >>conftest.
$ac_ext <<_ACEOF
20528 /* end confdefs.h. */
20529 #include <sys/types.h>
20530 #ifdef HAVE_SYS_SOCKET_H
20531 # include <sys/socket.h>
20533 #ifdef HAVE_SYS_UN_H
20534 # include <sys/un.h>
20540 static struct sockaddr_un ac_aggr;
20541 if (ac_aggr.sun_len)
20547 rm -f conftest.
$ac_objext
20548 if { (ac_try
="$ac_compile"
20549 case "(($ac_try" in
20550 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20551 *) ac_try_echo=$ac_try;;
20553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20554 (eval "$ac_compile") 2>conftest.er1
20556 grep -v '^ *+' conftest.er1 >conftest.err
20558 cat conftest.err >&5
20559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20560 (exit $ac_status); } && {
20561 test -z "$ac_c_werror_flag" ||
20562 test ! -s conftest.err
20563 } && test -s conftest.$ac_objext; then
20564 ac_cv_member_struct_sockaddr_un_sun_len=yes
20566 echo "$as_me: failed program was:" >&5
20567 sed 's/^/| /' conftest.$ac_ext >&5
20569 cat >conftest.$ac_ext <<_ACEOF
20572 cat confdefs.h >>conftest.$ac_ext
20573 cat >>conftest.$ac_ext <<_ACEOF
20574 /* end confdefs.h. */
20575 #include <sys/types.h>
20576 #ifdef HAVE_SYS_SOCKET_H
20577 # include <sys/socket.h>
20579 #ifdef HAVE_SYS_UN_H
20580 # include <sys/un.h>
20586 static struct sockaddr_un ac_aggr;
20587 if (sizeof ac_aggr.sun_len)
20593 rm -f conftest.$ac_objext
20594 if { (ac_try="$ac_compile"
20595 case "(($ac_try" in
20596 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20597 *) ac_try_echo
=$ac_try;;
20599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20600 (eval "$ac_compile") 2>conftest.er1
20602 grep -v '^ *+' conftest.er1
>conftest.err
20604 cat conftest.err
>&5
20605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20606 (exit $ac_status); } && {
20607 test -z "$ac_c_werror_flag" ||
20608 test ! -s conftest.err
20609 } && test -s conftest.
$ac_objext; then
20610 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20612 echo "$as_me: failed program was:" >&5
20613 sed 's/^/| /' conftest.
$ac_ext >&5
20615 ac_cv_member_struct_sockaddr_un_sun_len
=no
20618 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20621 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20623 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20624 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20625 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20627 cat >>confdefs.h
<<_ACEOF
20628 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20635 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20636 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20637 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20638 echo $ECHO_N "(cached) $ECHO_C" >&6
20640 cat >conftest.
$ac_ext <<_ACEOF
20643 cat confdefs.h
>>conftest.
$ac_ext
20644 cat >>conftest.
$ac_ext <<_ACEOF
20645 /* end confdefs.h. */
20646 #include <sys/types.h>
20647 #ifdef HAVE_SCSI_SG_H
20648 #include <scsi/sg.h>
20654 static scsireq_t ac_aggr;
20661 rm -f conftest.
$ac_objext
20662 if { (ac_try
="$ac_compile"
20663 case "(($ac_try" in
20664 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20665 *) ac_try_echo=$ac_try;;
20667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20668 (eval "$ac_compile") 2>conftest.er1
20670 grep -v '^ *+' conftest.er1 >conftest.err
20672 cat conftest.err >&5
20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674 (exit $ac_status); } && {
20675 test -z "$ac_c_werror_flag" ||
20676 test ! -s conftest.err
20677 } && test -s conftest.$ac_objext; then
20678 ac_cv_member_scsireq_t_cmd=yes
20680 echo "$as_me: failed program was:" >&5
20681 sed 's/^/| /' conftest.$ac_ext >&5
20683 cat >conftest.$ac_ext <<_ACEOF
20686 cat confdefs.h >>conftest.$ac_ext
20687 cat >>conftest.$ac_ext <<_ACEOF
20688 /* end confdefs.h. */
20689 #include <sys/types.h>
20690 #ifdef HAVE_SCSI_SG_H
20691 #include <scsi/sg.h>
20697 static scsireq_t ac_aggr;
20698 if (sizeof ac_aggr.cmd)
20704 rm -f conftest.$ac_objext
20705 if { (ac_try="$ac_compile"
20706 case "(($ac_try" in
20707 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20708 *) ac_try_echo
=$ac_try;;
20710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20711 (eval "$ac_compile") 2>conftest.er1
20713 grep -v '^ *+' conftest.er1
>conftest.err
20715 cat conftest.err
>&5
20716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717 (exit $ac_status); } && {
20718 test -z "$ac_c_werror_flag" ||
20719 test ! -s conftest.err
20720 } && test -s conftest.
$ac_objext; then
20721 ac_cv_member_scsireq_t_cmd
=yes
20723 echo "$as_me: failed program was:" >&5
20724 sed 's/^/| /' conftest.
$ac_ext >&5
20726 ac_cv_member_scsireq_t_cmd
=no
20729 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20732 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20734 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20735 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20736 if test $ac_cv_member_scsireq_t_cmd = yes; then
20738 cat >>confdefs.h
<<_ACEOF
20739 #define HAVE_SCSIREQ_T_CMD 1
20744 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20745 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20746 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20747 echo $ECHO_N "(cached) $ECHO_C" >&6
20749 cat >conftest.
$ac_ext <<_ACEOF
20752 cat confdefs.h
>>conftest.
$ac_ext
20753 cat >>conftest.
$ac_ext <<_ACEOF
20754 /* end confdefs.h. */
20755 #include <sys/types.h>
20756 #ifdef HAVE_SCSI_SG_H
20757 #include <scsi/sg.h>
20763 static sg_io_hdr_t ac_aggr;
20764 if (ac_aggr.interface_id)
20770 rm -f conftest.
$ac_objext
20771 if { (ac_try
="$ac_compile"
20772 case "(($ac_try" in
20773 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20774 *) ac_try_echo=$ac_try;;
20776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20777 (eval "$ac_compile") 2>conftest.er1
20779 grep -v '^ *+' conftest.er1 >conftest.err
20781 cat conftest.err >&5
20782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783 (exit $ac_status); } && {
20784 test -z "$ac_c_werror_flag" ||
20785 test ! -s conftest.err
20786 } && test -s conftest.$ac_objext; then
20787 ac_cv_member_sg_io_hdr_t_interface_id=yes
20789 echo "$as_me: failed program was:" >&5
20790 sed 's/^/| /' conftest.$ac_ext >&5
20792 cat >conftest.$ac_ext <<_ACEOF
20795 cat confdefs.h >>conftest.$ac_ext
20796 cat >>conftest.$ac_ext <<_ACEOF
20797 /* end confdefs.h. */
20798 #include <sys/types.h>
20799 #ifdef HAVE_SCSI_SG_H
20800 #include <scsi/sg.h>
20806 static sg_io_hdr_t ac_aggr;
20807 if (sizeof ac_aggr.interface_id)
20813 rm -f conftest.$ac_objext
20814 if { (ac_try="$ac_compile"
20815 case "(($ac_try" in
20816 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20817 *) ac_try_echo
=$ac_try;;
20819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20820 (eval "$ac_compile") 2>conftest.er1
20822 grep -v '^ *+' conftest.er1
>conftest.err
20824 cat conftest.err
>&5
20825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20826 (exit $ac_status); } && {
20827 test -z "$ac_c_werror_flag" ||
20828 test ! -s conftest.err
20829 } && test -s conftest.
$ac_objext; then
20830 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20832 echo "$as_me: failed program was:" >&5
20833 sed 's/^/| /' conftest.
$ac_ext >&5
20835 ac_cv_member_sg_io_hdr_t_interface_id
=no
20838 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20841 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20843 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20844 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20845 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20847 cat >>confdefs.h
<<_ACEOF
20848 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20855 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20856 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20857 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20858 echo $ECHO_N "(cached) $ECHO_C" >&6
20860 cat >conftest.
$ac_ext <<_ACEOF
20863 cat confdefs.h
>>conftest.
$ac_ext
20864 cat >>conftest.
$ac_ext <<_ACEOF
20865 /* end confdefs.h. */
20866 #include <signal.h>
20871 static siginfo_t ac_aggr;
20878 rm -f conftest.
$ac_objext
20879 if { (ac_try
="$ac_compile"
20880 case "(($ac_try" in
20881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20882 *) ac_try_echo=$ac_try;;
20884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20885 (eval "$ac_compile") 2>conftest.er1
20887 grep -v '^ *+' conftest.er1 >conftest.err
20889 cat conftest.err >&5
20890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20891 (exit $ac_status); } && {
20892 test -z "$ac_c_werror_flag" ||
20893 test ! -s conftest.err
20894 } && test -s conftest.$ac_objext; then
20895 ac_cv_member_siginfo_t_si_fd=yes
20897 echo "$as_me: failed program was:" >&5
20898 sed 's/^/| /' conftest.$ac_ext >&5
20900 cat >conftest.$ac_ext <<_ACEOF
20903 cat confdefs.h >>conftest.$ac_ext
20904 cat >>conftest.$ac_ext <<_ACEOF
20905 /* end confdefs.h. */
20906 #include <signal.h>
20911 static siginfo_t ac_aggr;
20912 if (sizeof ac_aggr.si_fd)
20918 rm -f conftest.$ac_objext
20919 if { (ac_try="$ac_compile"
20920 case "(($ac_try" in
20921 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20922 *) ac_try_echo
=$ac_try;;
20924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20925 (eval "$ac_compile") 2>conftest.er1
20927 grep -v '^ *+' conftest.er1
>conftest.err
20929 cat conftest.err
>&5
20930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20931 (exit $ac_status); } && {
20932 test -z "$ac_c_werror_flag" ||
20933 test ! -s conftest.err
20934 } && test -s conftest.
$ac_objext; then
20935 ac_cv_member_siginfo_t_si_fd
=yes
20937 echo "$as_me: failed program was:" >&5
20938 sed 's/^/| /' conftest.
$ac_ext >&5
20940 ac_cv_member_siginfo_t_si_fd
=no
20943 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20946 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20948 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20949 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20950 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20952 cat >>confdefs.h
<<_ACEOF
20953 #define HAVE_SIGINFO_T_SI_FD 1
20960 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20961 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20962 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20963 echo $ECHO_N "(cached) $ECHO_C" >&6
20965 cat >conftest.
$ac_ext <<_ACEOF
20968 cat confdefs.h
>>conftest.
$ac_ext
20969 cat >>conftest.
$ac_ext <<_ACEOF
20970 /* end confdefs.h. */
20971 #include <sys/types.h>
20972 #ifdef HAVE_SYS_MTIO_H
20973 #include <sys/mtio.h>
20979 static struct mtget ac_aggr;
20980 if (ac_aggr.mt_blksiz)
20986 rm -f conftest.
$ac_objext
20987 if { (ac_try
="$ac_compile"
20988 case "(($ac_try" in
20989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20990 *) ac_try_echo=$ac_try;;
20992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20993 (eval "$ac_compile") 2>conftest.er1
20995 grep -v '^ *+' conftest.er1 >conftest.err
20997 cat conftest.err >&5
20998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20999 (exit $ac_status); } && {
21000 test -z "$ac_c_werror_flag" ||
21001 test ! -s conftest.err
21002 } && test -s conftest.$ac_objext; then
21003 ac_cv_member_struct_mtget_mt_blksiz=yes
21005 echo "$as_me: failed program was:" >&5
21006 sed 's/^/| /' conftest.$ac_ext >&5
21008 cat >conftest.$ac_ext <<_ACEOF
21011 cat confdefs.h >>conftest.$ac_ext
21012 cat >>conftest.$ac_ext <<_ACEOF
21013 /* end confdefs.h. */
21014 #include <sys/types.h>
21015 #ifdef HAVE_SYS_MTIO_H
21016 #include <sys/mtio.h>
21022 static struct mtget ac_aggr;
21023 if (sizeof ac_aggr.mt_blksiz)
21029 rm -f conftest.$ac_objext
21030 if { (ac_try="$ac_compile"
21031 case "(($ac_try" in
21032 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21033 *) ac_try_echo
=$ac_try;;
21035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21036 (eval "$ac_compile") 2>conftest.er1
21038 grep -v '^ *+' conftest.er1
>conftest.err
21040 cat conftest.err
>&5
21041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21042 (exit $ac_status); } && {
21043 test -z "$ac_c_werror_flag" ||
21044 test ! -s conftest.err
21045 } && test -s conftest.
$ac_objext; then
21046 ac_cv_member_struct_mtget_mt_blksiz
=yes
21048 echo "$as_me: failed program was:" >&5
21049 sed 's/^/| /' conftest.
$ac_ext >&5
21051 ac_cv_member_struct_mtget_mt_blksiz
=no
21054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21059 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21060 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21061 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21063 cat >>confdefs.h
<<_ACEOF
21064 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21069 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21070 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21071 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21072 echo $ECHO_N "(cached) $ECHO_C" >&6
21074 cat >conftest.
$ac_ext <<_ACEOF
21077 cat confdefs.h
>>conftest.
$ac_ext
21078 cat >>conftest.
$ac_ext <<_ACEOF
21079 /* end confdefs.h. */
21080 #include <sys/types.h>
21081 #ifdef HAVE_SYS_MTIO_H
21082 #include <sys/mtio.h>
21088 static struct mtget ac_aggr;
21089 if (ac_aggr.mt_gstat)
21095 rm -f conftest.
$ac_objext
21096 if { (ac_try
="$ac_compile"
21097 case "(($ac_try" in
21098 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21099 *) ac_try_echo=$ac_try;;
21101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21102 (eval "$ac_compile") 2>conftest.er1
21104 grep -v '^ *+' conftest.er1 >conftest.err
21106 cat conftest.err >&5
21107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21108 (exit $ac_status); } && {
21109 test -z "$ac_c_werror_flag" ||
21110 test ! -s conftest.err
21111 } && test -s conftest.$ac_objext; then
21112 ac_cv_member_struct_mtget_mt_gstat=yes
21114 echo "$as_me: failed program was:" >&5
21115 sed 's/^/| /' conftest.$ac_ext >&5
21117 cat >conftest.$ac_ext <<_ACEOF
21120 cat confdefs.h >>conftest.$ac_ext
21121 cat >>conftest.$ac_ext <<_ACEOF
21122 /* end confdefs.h. */
21123 #include <sys/types.h>
21124 #ifdef HAVE_SYS_MTIO_H
21125 #include <sys/mtio.h>
21131 static struct mtget ac_aggr;
21132 if (sizeof ac_aggr.mt_gstat)
21138 rm -f conftest.$ac_objext
21139 if { (ac_try="$ac_compile"
21140 case "(($ac_try" in
21141 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21142 *) ac_try_echo
=$ac_try;;
21144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21145 (eval "$ac_compile") 2>conftest.er1
21147 grep -v '^ *+' conftest.er1
>conftest.err
21149 cat conftest.err
>&5
21150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21151 (exit $ac_status); } && {
21152 test -z "$ac_c_werror_flag" ||
21153 test ! -s conftest.err
21154 } && test -s conftest.
$ac_objext; then
21155 ac_cv_member_struct_mtget_mt_gstat
=yes
21157 echo "$as_me: failed program was:" >&5
21158 sed 's/^/| /' conftest.
$ac_ext >&5
21160 ac_cv_member_struct_mtget_mt_gstat
=no
21163 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21166 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21168 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21169 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21170 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21172 cat >>confdefs.h
<<_ACEOF
21173 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21178 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21179 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21180 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21181 echo $ECHO_N "(cached) $ECHO_C" >&6
21183 cat >conftest.
$ac_ext <<_ACEOF
21186 cat confdefs.h
>>conftest.
$ac_ext
21187 cat >>conftest.
$ac_ext <<_ACEOF
21188 /* end confdefs.h. */
21189 #include <sys/types.h>
21190 #ifdef HAVE_SYS_MTIO_H
21191 #include <sys/mtio.h>
21197 static struct mtget ac_aggr;
21198 if (ac_aggr.mt_blkno)
21204 rm -f conftest.
$ac_objext
21205 if { (ac_try
="$ac_compile"
21206 case "(($ac_try" in
21207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21208 *) ac_try_echo=$ac_try;;
21210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21211 (eval "$ac_compile") 2>conftest.er1
21213 grep -v '^ *+' conftest.er1 >conftest.err
21215 cat conftest.err >&5
21216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21217 (exit $ac_status); } && {
21218 test -z "$ac_c_werror_flag" ||
21219 test ! -s conftest.err
21220 } && test -s conftest.$ac_objext; then
21221 ac_cv_member_struct_mtget_mt_blkno=yes
21223 echo "$as_me: failed program was:" >&5
21224 sed 's/^/| /' conftest.$ac_ext >&5
21226 cat >conftest.$ac_ext <<_ACEOF
21229 cat confdefs.h >>conftest.$ac_ext
21230 cat >>conftest.$ac_ext <<_ACEOF
21231 /* end confdefs.h. */
21232 #include <sys/types.h>
21233 #ifdef HAVE_SYS_MTIO_H
21234 #include <sys/mtio.h>
21240 static struct mtget ac_aggr;
21241 if (sizeof ac_aggr.mt_blkno)
21247 rm -f conftest.$ac_objext
21248 if { (ac_try="$ac_compile"
21249 case "(($ac_try" in
21250 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21251 *) ac_try_echo
=$ac_try;;
21253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21254 (eval "$ac_compile") 2>conftest.er1
21256 grep -v '^ *+' conftest.er1
>conftest.err
21258 cat conftest.err
>&5
21259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260 (exit $ac_status); } && {
21261 test -z "$ac_c_werror_flag" ||
21262 test ! -s conftest.err
21263 } && test -s conftest.
$ac_objext; then
21264 ac_cv_member_struct_mtget_mt_blkno
=yes
21266 echo "$as_me: failed program was:" >&5
21267 sed 's/^/| /' conftest.
$ac_ext >&5
21269 ac_cv_member_struct_mtget_mt_blkno
=no
21272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21275 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21277 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21278 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21279 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21281 cat >>confdefs.h
<<_ACEOF
21282 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21289 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21290 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21291 if test "${ac_cv_member_struct_option_name+set}" = set; then
21292 echo $ECHO_N "(cached) $ECHO_C" >&6
21294 cat >conftest.
$ac_ext <<_ACEOF
21297 cat confdefs.h
>>conftest.
$ac_ext
21298 cat >>conftest.
$ac_ext <<_ACEOF
21299 /* end confdefs.h. */
21300 #ifdef HAVE_GETOPT_H
21301 #include <getopt.h>
21307 static struct option ac_aggr;
21314 rm -f conftest.
$ac_objext
21315 if { (ac_try
="$ac_compile"
21316 case "(($ac_try" in
21317 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21318 *) ac_try_echo=$ac_try;;
21320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21321 (eval "$ac_compile") 2>conftest.er1
21323 grep -v '^ *+' conftest.er1 >conftest.err
21325 cat conftest.err >&5
21326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21327 (exit $ac_status); } && {
21328 test -z "$ac_c_werror_flag" ||
21329 test ! -s conftest.err
21330 } && test -s conftest.$ac_objext; then
21331 ac_cv_member_struct_option_name=yes
21333 echo "$as_me: failed program was:" >&5
21334 sed 's/^/| /' conftest.$ac_ext >&5
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;
21350 if (sizeof ac_aggr.name)
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 ac_cv_member_struct_option_name
=no
21381 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21384 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21386 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21387 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21388 if test $ac_cv_member_struct_option_name = yes; then
21390 cat >>confdefs.h
<<_ACEOF
21391 #define HAVE_STRUCT_OPTION_NAME 1
21398 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21399 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21400 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21401 echo $ECHO_N "(cached) $ECHO_C" >&6
21403 cat >conftest.
$ac_ext <<_ACEOF
21406 cat confdefs.h
>>conftest.
$ac_ext
21407 cat >>conftest.
$ac_ext <<_ACEOF
21408 /* end confdefs.h. */
21409 $ac_includes_default
21413 static struct stat ac_aggr;
21414 if (ac_aggr.st_blocks)
21420 rm -f conftest.
$ac_objext
21421 if { (ac_try
="$ac_compile"
21422 case "(($ac_try" in
21423 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21424 *) ac_try_echo=$ac_try;;
21426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21427 (eval "$ac_compile") 2>conftest.er1
21429 grep -v '^ *+' conftest.er1 >conftest.err
21431 cat conftest.err >&5
21432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21433 (exit $ac_status); } && {
21434 test -z "$ac_c_werror_flag" ||
21435 test ! -s conftest.err
21436 } && test -s conftest.$ac_objext; then
21437 ac_cv_member_struct_stat_st_blocks=yes
21439 echo "$as_me: failed program was:" >&5
21440 sed 's/^/| /' conftest.$ac_ext >&5
21442 cat >conftest.$ac_ext <<_ACEOF
21445 cat confdefs.h >>conftest.$ac_ext
21446 cat >>conftest.$ac_ext <<_ACEOF
21447 /* end confdefs.h. */
21448 $ac_includes_default
21452 static struct stat ac_aggr;
21453 if (sizeof ac_aggr.st_blocks)
21459 rm -f conftest.$ac_objext
21460 if { (ac_try="$ac_compile"
21461 case "(($ac_try" in
21462 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21463 *) ac_try_echo
=$ac_try;;
21465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21466 (eval "$ac_compile") 2>conftest.er1
21468 grep -v '^ *+' conftest.er1
>conftest.err
21470 cat conftest.err
>&5
21471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21472 (exit $ac_status); } && {
21473 test -z "$ac_c_werror_flag" ||
21474 test ! -s conftest.err
21475 } && test -s conftest.
$ac_objext; then
21476 ac_cv_member_struct_stat_st_blocks
=yes
21478 echo "$as_me: failed program was:" >&5
21479 sed 's/^/| /' conftest.
$ac_ext >&5
21481 ac_cv_member_struct_stat_st_blocks
=no
21484 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21487 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21489 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21490 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21491 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21493 cat >>confdefs.h
<<_ACEOF
21494 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21499 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21500 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21501 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21502 echo $ECHO_N "(cached) $ECHO_C" >&6
21504 cat >conftest.
$ac_ext <<_ACEOF
21507 cat confdefs.h
>>conftest.
$ac_ext
21508 cat >>conftest.
$ac_ext <<_ACEOF
21509 /* end confdefs.h. */
21510 $ac_includes_default
21514 static struct stat ac_aggr;
21515 if (ac_aggr.st_mtim)
21521 rm -f conftest.
$ac_objext
21522 if { (ac_try
="$ac_compile"
21523 case "(($ac_try" in
21524 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21525 *) ac_try_echo=$ac_try;;
21527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21528 (eval "$ac_compile") 2>conftest.er1
21530 grep -v '^ *+' conftest.er1 >conftest.err
21532 cat conftest.err >&5
21533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21534 (exit $ac_status); } && {
21535 test -z "$ac_c_werror_flag" ||
21536 test ! -s conftest.err
21537 } && test -s conftest.$ac_objext; then
21538 ac_cv_member_struct_stat_st_mtim=yes
21540 echo "$as_me: failed program was:" >&5
21541 sed 's/^/| /' conftest.$ac_ext >&5
21543 cat >conftest.$ac_ext <<_ACEOF
21546 cat confdefs.h >>conftest.$ac_ext
21547 cat >>conftest.$ac_ext <<_ACEOF
21548 /* end confdefs.h. */
21549 $ac_includes_default
21553 static struct stat ac_aggr;
21554 if (sizeof ac_aggr.st_mtim)
21560 rm -f conftest.$ac_objext
21561 if { (ac_try="$ac_compile"
21562 case "(($ac_try" in
21563 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21564 *) ac_try_echo
=$ac_try;;
21566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21567 (eval "$ac_compile") 2>conftest.er1
21569 grep -v '^ *+' conftest.er1
>conftest.err
21571 cat conftest.err
>&5
21572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21573 (exit $ac_status); } && {
21574 test -z "$ac_c_werror_flag" ||
21575 test ! -s conftest.err
21576 } && test -s conftest.
$ac_objext; then
21577 ac_cv_member_struct_stat_st_mtim
=yes
21579 echo "$as_me: failed program was:" >&5
21580 sed 's/^/| /' conftest.
$ac_ext >&5
21582 ac_cv_member_struct_stat_st_mtim
=no
21585 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21588 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21590 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21591 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21592 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21594 cat >>confdefs.h
<<_ACEOF
21595 #define HAVE_STRUCT_STAT_ST_MTIM 1
21600 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21601 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21602 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21603 echo $ECHO_N "(cached) $ECHO_C" >&6
21605 cat >conftest.
$ac_ext <<_ACEOF
21608 cat confdefs.h
>>conftest.
$ac_ext
21609 cat >>conftest.
$ac_ext <<_ACEOF
21610 /* end confdefs.h. */
21611 $ac_includes_default
21615 static struct stat ac_aggr;
21616 if (ac_aggr.st_ctim)
21622 rm -f conftest.
$ac_objext
21623 if { (ac_try
="$ac_compile"
21624 case "(($ac_try" in
21625 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21626 *) ac_try_echo=$ac_try;;
21628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21629 (eval "$ac_compile") 2>conftest.er1
21631 grep -v '^ *+' conftest.er1 >conftest.err
21633 cat conftest.err >&5
21634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then
21639 ac_cv_member_struct_stat_st_ctim=yes
21641 echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21644 cat >conftest.$ac_ext <<_ACEOF
21647 cat confdefs.h >>conftest.$ac_ext
21648 cat >>conftest.$ac_ext <<_ACEOF
21649 /* end confdefs.h. */
21650 $ac_includes_default
21654 static struct stat ac_aggr;
21655 if (sizeof ac_aggr.st_ctim)
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21665 *) ac_try_echo
=$ac_try;;
21667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21668 (eval "$ac_compile") 2>conftest.er1
21670 grep -v '^ *+' conftest.er1
>conftest.err
21672 cat conftest.err
>&5
21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } && {
21675 test -z "$ac_c_werror_flag" ||
21676 test ! -s conftest.err
21677 } && test -s conftest.
$ac_objext; then
21678 ac_cv_member_struct_stat_st_ctim
=yes
21680 echo "$as_me: failed program was:" >&5
21681 sed 's/^/| /' conftest.
$ac_ext >&5
21683 ac_cv_member_struct_stat_st_ctim
=no
21686 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21689 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21691 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21692 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21693 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21695 cat >>confdefs.h
<<_ACEOF
21696 #define HAVE_STRUCT_STAT_ST_CTIM 1
21701 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21702 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21703 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21704 echo $ECHO_N "(cached) $ECHO_C" >&6
21706 cat >conftest.
$ac_ext <<_ACEOF
21709 cat confdefs.h
>>conftest.
$ac_ext
21710 cat >>conftest.
$ac_ext <<_ACEOF
21711 /* end confdefs.h. */
21712 $ac_includes_default
21716 static struct stat ac_aggr;
21717 if (ac_aggr.st_atim)
21723 rm -f conftest.
$ac_objext
21724 if { (ac_try
="$ac_compile"
21725 case "(($ac_try" in
21726 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21727 *) ac_try_echo=$ac_try;;
21729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21730 (eval "$ac_compile") 2>conftest.er1
21732 grep -v '^ *+' conftest.er1 >conftest.err
21734 cat conftest.err >&5
21735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21736 (exit $ac_status); } && {
21737 test -z "$ac_c_werror_flag" ||
21738 test ! -s conftest.err
21739 } && test -s conftest.$ac_objext; then
21740 ac_cv_member_struct_stat_st_atim=yes
21742 echo "$as_me: failed program was:" >&5
21743 sed 's/^/| /' conftest.$ac_ext >&5
21745 cat >conftest.$ac_ext <<_ACEOF
21748 cat confdefs.h >>conftest.$ac_ext
21749 cat >>conftest.$ac_ext <<_ACEOF
21750 /* end confdefs.h. */
21751 $ac_includes_default
21755 static struct stat ac_aggr;
21756 if (sizeof ac_aggr.st_atim)
21762 rm -f conftest.$ac_objext
21763 if { (ac_try="$ac_compile"
21764 case "(($ac_try" in
21765 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21766 *) ac_try_echo
=$ac_try;;
21768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21769 (eval "$ac_compile") 2>conftest.er1
21771 grep -v '^ *+' conftest.er1
>conftest.err
21773 cat conftest.err
>&5
21774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21775 (exit $ac_status); } && {
21776 test -z "$ac_c_werror_flag" ||
21777 test ! -s conftest.err
21778 } && test -s conftest.
$ac_objext; then
21779 ac_cv_member_struct_stat_st_atim
=yes
21781 echo "$as_me: failed program was:" >&5
21782 sed 's/^/| /' conftest.
$ac_ext >&5
21784 ac_cv_member_struct_stat_st_atim
=no
21787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21790 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21792 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21793 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21794 if test $ac_cv_member_struct_stat_st_atim = yes; then
21796 cat >>confdefs.h
<<_ACEOF
21797 #define HAVE_STRUCT_STAT_ST_ATIM 1
21804 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21805 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21806 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21807 echo $ECHO_N "(cached) $ECHO_C" >&6
21809 cat >conftest.
$ac_ext <<_ACEOF
21812 cat confdefs.h
>>conftest.
$ac_ext
21813 cat >>conftest.
$ac_ext <<_ACEOF
21814 /* end confdefs.h. */
21815 #ifdef HAVE_SYS_TYPES_H
21816 #include <sys/types.h>
21818 #ifdef HAVE_NETINET_IN_H
21819 #include <netinet/in.h>
21825 static struct sockaddr_in6 ac_aggr;
21826 if (ac_aggr.sin6_scope_id)
21832 rm -f conftest.
$ac_objext
21833 if { (ac_try
="$ac_compile"
21834 case "(($ac_try" in
21835 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21836 *) ac_try_echo=$ac_try;;
21838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21839 (eval "$ac_compile") 2>conftest.er1
21841 grep -v '^ *+' conftest.er1 >conftest.err
21843 cat conftest.err >&5
21844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21845 (exit $ac_status); } && {
21846 test -z "$ac_c_werror_flag" ||
21847 test ! -s conftest.err
21848 } && test -s conftest.$ac_objext; then
21849 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21851 echo "$as_me: failed program was:" >&5
21852 sed 's/^/| /' conftest.$ac_ext >&5
21854 cat >conftest.$ac_ext <<_ACEOF
21857 cat confdefs.h >>conftest.$ac_ext
21858 cat >>conftest.$ac_ext <<_ACEOF
21859 /* end confdefs.h. */
21860 #ifdef HAVE_SYS_TYPES_H
21861 #include <sys/types.h>
21863 #ifdef HAVE_NETINET_IN_H
21864 #include <netinet/in.h>
21870 static struct sockaddr_in6 ac_aggr;
21871 if (sizeof ac_aggr.sin6_scope_id)
21877 rm -f conftest.$ac_objext
21878 if { (ac_try="$ac_compile"
21879 case "(($ac_try" in
21880 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21881 *) ac_try_echo
=$ac_try;;
21883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21884 (eval "$ac_compile") 2>conftest.er1
21886 grep -v '^ *+' conftest.er1
>conftest.err
21888 cat conftest.err
>&5
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest.
$ac_objext; then
21894 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21896 echo "$as_me: failed program was:" >&5
21897 sed 's/^/| /' conftest.
$ac_ext >&5
21899 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
21902 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21905 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21908 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21909 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21911 cat >>confdefs.h
<<_ACEOF
21912 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21919 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21920 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21921 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21922 echo $ECHO_N "(cached) $ECHO_C" >&6
21924 cat >conftest.
$ac_ext <<_ACEOF
21927 cat confdefs.h
>>conftest.
$ac_ext
21928 cat >>conftest.
$ac_ext <<_ACEOF
21929 /* end confdefs.h. */
21930 #ifdef HAVE_SYS_TYPES_H
21931 #include <sys/types.h>
21933 #ifdef HAVE_NETINET_IN_H
21934 # include <netinet/in.h>
21936 #ifdef HAVE_ARPA_NAMESER_H
21937 # include <arpa/nameser.h>
21943 static ns_msg ac_aggr;
21944 if (ac_aggr._msg_ptr)
21950 rm -f conftest.
$ac_objext
21951 if { (ac_try
="$ac_compile"
21952 case "(($ac_try" in
21953 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21954 *) ac_try_echo=$ac_try;;
21956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21957 (eval "$ac_compile") 2>conftest.er1
21959 grep -v '^ *+' conftest.er1 >conftest.err
21961 cat conftest.err >&5
21962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21963 (exit $ac_status); } && {
21964 test -z "$ac_c_werror_flag" ||
21965 test ! -s conftest.err
21966 } && test -s conftest.$ac_objext; then
21967 ac_cv_member_ns_msg__msg_ptr=yes
21969 echo "$as_me: failed program was:" >&5
21970 sed 's/^/| /' conftest.$ac_ext >&5
21972 cat >conftest.$ac_ext <<_ACEOF
21975 cat confdefs.h >>conftest.$ac_ext
21976 cat >>conftest.$ac_ext <<_ACEOF
21977 /* end confdefs.h. */
21978 #ifdef HAVE_SYS_TYPES_H
21979 #include <sys/types.h>
21981 #ifdef HAVE_NETINET_IN_H
21982 # include <netinet/in.h>
21984 #ifdef HAVE_ARPA_NAMESER_H
21985 # include <arpa/nameser.h>
21991 static ns_msg ac_aggr;
21992 if (sizeof ac_aggr._msg_ptr)
21998 rm -f conftest.$ac_objext
21999 if { (ac_try="$ac_compile"
22000 case "(($ac_try" in
22001 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22002 *) ac_try_echo
=$ac_try;;
22004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22005 (eval "$ac_compile") 2>conftest.er1
22007 grep -v '^ *+' conftest.er1
>conftest.err
22009 cat conftest.err
>&5
22010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22011 (exit $ac_status); } && {
22012 test -z "$ac_c_werror_flag" ||
22013 test ! -s conftest.err
22014 } && test -s conftest.
$ac_objext; then
22015 ac_cv_member_ns_msg__msg_ptr
=yes
22017 echo "$as_me: failed program was:" >&5
22018 sed 's/^/| /' conftest.
$ac_ext >&5
22020 ac_cv_member_ns_msg__msg_ptr
=no
22023 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22026 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22028 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22029 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22030 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22032 cat >>confdefs.h
<<_ACEOF
22033 #define HAVE_NS_MSG__MSG_PTR 1
22040 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22041 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22042 if test "${ac_cv_have_timezone+set}" = set; then
22043 echo $ECHO_N "(cached) $ECHO_C" >&6
22045 cat >conftest.
$ac_ext <<_ACEOF
22048 cat confdefs.h
>>conftest.
$ac_ext
22049 cat >>conftest.
$ac_ext <<_ACEOF
22050 /* end confdefs.h. */
22060 rm -f conftest.
$ac_objext conftest
$ac_exeext
22061 if { (ac_try
="$ac_link"
22062 case "(($ac_try" in
22063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22064 *) ac_try_echo=$ac_try;;
22066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22067 (eval "$ac_link") 2>conftest.er1
22069 grep -v '^ *+' conftest.er1 >conftest.err
22071 cat conftest.err >&5
22072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22073 (exit $ac_status); } && {
22074 test -z "$ac_c_werror_flag" ||
22075 test ! -s conftest.err
22076 } && test -s conftest$ac_exeext &&
22077 $as_test_x conftest$ac_exeext; then
22078 ac_cv_have_timezone="yes"
22080 echo "$as_me: failed program was:" >&5
22081 sed 's/^/| /' conftest.$ac_ext >&5
22083 ac_cv_have_timezone="no"
22086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22087 conftest$ac_exeext conftest.$ac_ext
22089 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22090 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22091 if test "$ac_cv_have_timezone" = "yes"
22094 cat >>confdefs.h <<\_ACEOF
22095 #define HAVE_TIMEZONE 1
22099 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22100 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22101 if test "${ac_cv_have_daylight+set}" = set; then
22102 echo $ECHO_N "(cached) $ECHO_C" >&6
22104 cat >conftest.$ac_ext <<_ACEOF
22107 cat confdefs.h >>conftest.$ac_ext
22108 cat >>conftest.$ac_ext <<_ACEOF
22109 /* end confdefs.h. */
22119 rm -f conftest.$ac_objext conftest$ac_exeext
22120 if { (ac_try="$ac_link"
22121 case "(($ac_try" in
22122 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22123 *) ac_try_echo
=$ac_try;;
22125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22126 (eval "$ac_link") 2>conftest.er1
22128 grep -v '^ *+' conftest.er1
>conftest.err
22130 cat conftest.err
>&5
22131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22132 (exit $ac_status); } && {
22133 test -z "$ac_c_werror_flag" ||
22134 test ! -s conftest.err
22135 } && test -s conftest
$ac_exeext &&
22136 $as_test_x conftest
$ac_exeext; then
22137 ac_cv_have_daylight
="yes"
22139 echo "$as_me: failed program was:" >&5
22140 sed 's/^/| /' conftest.
$ac_ext >&5
22142 ac_cv_have_daylight
="no"
22145 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22146 conftest
$ac_exeext conftest.
$ac_ext
22148 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22149 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22150 if test "$ac_cv_have_daylight" = "yes"
22153 cat >>confdefs.h
<<\_ACEOF
22154 #define HAVE_DAYLIGHT 1
22159 { echo "$as_me:$LINENO: checking for isinf" >&5
22160 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22161 if test "${ac_cv_have_isinf+set}" = set; then
22162 echo $ECHO_N "(cached) $ECHO_C" >&6
22164 cat >conftest.
$ac_ext <<_ACEOF
22167 cat confdefs.h
>>conftest.
$ac_ext
22168 cat >>conftest.
$ac_ext <<_ACEOF
22169 /* end confdefs.h. */
22174 float f = 0.0; int i=isinf(f)
22179 rm -f conftest.
$ac_objext conftest
$ac_exeext
22180 if { (ac_try
="$ac_link"
22181 case "(($ac_try" in
22182 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22183 *) ac_try_echo=$ac_try;;
22185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22186 (eval "$ac_link") 2>conftest.er1
22188 grep -v '^ *+' conftest.er1 >conftest.err
22190 cat conftest.err >&5
22191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22192 (exit $ac_status); } && {
22193 test -z "$ac_c_werror_flag" ||
22194 test ! -s conftest.err
22195 } && test -s conftest$ac_exeext &&
22196 $as_test_x conftest$ac_exeext; then
22197 ac_cv_have_isinf="yes"
22199 echo "$as_me: failed program was:" >&5
22200 sed 's/^/| /' conftest.$ac_ext >&5
22202 ac_cv_have_isinf="no"
22205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22206 conftest$ac_exeext conftest.$ac_ext
22208 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22209 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22210 if test "$ac_cv_have_isinf" = "yes"
22213 cat >>confdefs.h <<\_ACEOF
22214 #define HAVE_ISINF 1
22221 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22222 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22223 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22224 echo $ECHO_N "(cached) $ECHO_C" >&6
22226 cat >conftest.$ac_ext <<_ACEOF
22229 cat confdefs.h >>conftest.$ac_ext
22230 cat >>conftest.$ac_ext <<_ACEOF
22231 /* end confdefs.h. */
22236 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22237 $EGREP "yes" >/dev/null 2>&1; then
22238 ac_cv_cpp_def___i386__=yes
22240 ac_cv_cpp_def___i386__=no
22245 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22246 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22247 if test $ac_cv_cpp_def___i386__ = yes; then
22248 CFLAGS="$CFLAGS -D__i386__"
22249 LINTFLAGS="$LINTFLAGS -D__i386__"
22252 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22253 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22254 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22255 echo $ECHO_N "(cached) $ECHO_C" >&6
22257 cat >conftest.$ac_ext <<_ACEOF
22260 cat confdefs.h >>conftest.$ac_ext
22261 cat >>conftest.$ac_ext <<_ACEOF
22262 /* end confdefs.h. */
22267 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22268 $EGREP "yes" >/dev/null 2>&1; then
22269 ac_cv_cpp_def___x86_64__=yes
22271 ac_cv_cpp_def___x86_64__=no
22276 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22277 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22278 if test $ac_cv_cpp_def___x86_64__ = yes; then
22279 CFLAGS="$CFLAGS -D__x86_64__"
22280 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22283 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22284 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22285 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22286 echo $ECHO_N "(cached) $ECHO_C" >&6
22288 cat >conftest.$ac_ext <<_ACEOF
22291 cat confdefs.h >>conftest.$ac_ext
22292 cat >>conftest.$ac_ext <<_ACEOF
22293 /* end confdefs.h. */
22298 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22299 $EGREP "yes" >/dev/null 2>&1; then
22300 ac_cv_cpp_def___ALPHA__=yes
22302 ac_cv_cpp_def___ALPHA__=no
22307 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22308 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22309 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22310 CFLAGS="$CFLAGS -D__ALPHA__"
22311 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22314 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22315 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22316 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22317 echo $ECHO_N "(cached) $ECHO_C" >&6
22319 cat >conftest.$ac_ext <<_ACEOF
22322 cat confdefs.h >>conftest.$ac_ext
22323 cat >>conftest.$ac_ext <<_ACEOF
22324 /* end confdefs.h. */
22329 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22330 $EGREP "yes" >/dev/null 2>&1; then
22331 ac_cv_cpp_def___sparc__=yes
22333 ac_cv_cpp_def___sparc__=no
22338 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22339 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22340 if test $ac_cv_cpp_def___sparc__ = yes; then
22341 CFLAGS="$CFLAGS -D__sparc__"
22342 LINTFLAGS="$LINTFLAGS -D__sparc__"
22345 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22346 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22347 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22348 echo $ECHO_N "(cached) $ECHO_C" >&6
22350 cat >conftest.$ac_ext <<_ACEOF
22353 cat confdefs.h >>conftest.$ac_ext
22354 cat >>conftest.$ac_ext <<_ACEOF
22355 /* end confdefs.h. */
22356 #ifndef __powerpc__
22360 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22361 $EGREP "yes" >/dev/null 2>&1; then
22362 ac_cv_cpp_def___powerpc__=yes
22364 ac_cv_cpp_def___powerpc__=no
22369 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22370 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22371 if test $ac_cv_cpp_def___powerpc__ = yes; then
22372 CFLAGS="$CFLAGS -D__powerpc__"
22373 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22378 case $host_vendor in
22379 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22380 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22381 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22382 echo $ECHO_N "(cached) $ECHO_C" >&6
22384 cat >conftest.$ac_ext <<_ACEOF
22387 cat confdefs.h >>conftest.$ac_ext
22388 cat >>conftest.$ac_ext <<_ACEOF
22389 /* end confdefs.h. */
22394 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22395 $EGREP "yes" >/dev/null 2>&1; then
22396 ac_cv_cpp_def___sun__=yes
22398 ac_cv_cpp_def___sun__=no
22403 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22404 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22405 if test $ac_cv_cpp_def___sun__ = yes; then
22406 CFLAGS="$CFLAGS -D__sun__"
22407 LINTFLAGS="$LINTFLAGS -D__sun__"
22413 DEPENDENCIES="### Dependencies:
22418 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22420 \$(OBJS): \$(IDL_GEN_HEADERS)
22421 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22422 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22423 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22424 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22431 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22442 ALL_PROGRAM_DIRS=""
22444 ALL_PROGRAM_INSTALL_DIRS=""
22446 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22452 ac_config_commands="$ac_config_commands include/stamp-h"
22455 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22457 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22459 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22461 ac_config_commands="$ac_config_commands dlls/user32/resources"
22463 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22465 ac_config_commands="$ac_config_commands include/wine"
22468 ALL_MAKERULES="$ALL_MAKERULES \\
22470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22471 Make.rules: Make.rules.in"
22472 MAKE_RULES=Make.rules
22473 ac_config_files="$ac_config_files Make.rules"
22475 ALL_MAKERULES="$ALL_MAKERULES \\
22476 dlls/Makedll.rules"
22477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22478 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22479 MAKE_DLL_RULES=dlls/Makedll.rules
22480 ac_config_files="$ac_config_files dlls/Makedll.rules"
22482 ALL_MAKERULES="$ALL_MAKERULES \\
22483 dlls/Makeimplib.rules"
22484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22485 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22486 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22487 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22489 ALL_MAKERULES="$ALL_MAKERULES \\
22490 dlls/Maketest.rules"
22491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22492 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22493 MAKE_TEST_RULES=dlls/Maketest.rules
22494 ac_config_files="$ac_config_files dlls/Maketest.rules"
22496 ALL_MAKERULES="$ALL_MAKERULES \\
22497 programs/Makeprog.rules"
22498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22499 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22500 MAKE_PROG_RULES=programs/Makeprog.rules
22501 ac_config_files="$ac_config_files programs/Makeprog.rules"
22506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22507 Makefile: Makefile.in Make.rules"
22508 ac_config_files="$ac_config_files Makefile"
22510 ALL_MAKEFILES="$ALL_MAKEFILES \\
22512 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22515 dlls/Makefile: dlls/Makefile.in Make.rules"
22516 ac_config_files="$ac_config_files dlls/Makefile"
22518 ALL_MAKEFILES="$ALL_MAKEFILES \\
22519 dlls/acledit/Makefile"
22520 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22523 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22524 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22526 ALL_MAKEFILES="$ALL_MAKEFILES \\
22527 dlls/activeds/Makefile"
22528 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22531 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22532 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22534 ALL_MAKEFILES="$ALL_MAKEFILES \\
22535 dlls/actxprxy/Makefile"
22536 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22539 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22540 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22542 ALL_MAKEFILES="$ALL_MAKEFILES \\
22543 dlls/adsiid/Makefile"
22544 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22547 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22548 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22550 ALL_MAKEFILES="$ALL_MAKEFILES \\
22551 dlls/advapi32/Makefile"
22552 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22555 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22556 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22558 ALL_MAKEFILES="$ALL_MAKEFILES \\
22559 dlls/advapi32/tests/Makefile"
22560 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22563 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22564 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22566 ALL_MAKEFILES="$ALL_MAKEFILES \\
22567 dlls/advpack/Makefile"
22568 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22571 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22572 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22574 ALL_MAKEFILES="$ALL_MAKEFILES \\
22575 dlls/advpack/tests/Makefile"
22576 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22580 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22582 ALL_MAKEFILES="$ALL_MAKEFILES \\
22583 dlls/amstream/Makefile"
22584 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22587 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22588 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22590 ALL_MAKEFILES="$ALL_MAKEFILES \\
22591 dlls/appwiz.cpl/Makefile"
22592 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22595 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22596 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22598 ALL_MAKEFILES="$ALL_MAKEFILES \\
22600 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22603 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22604 ac_config_files="$ac_config_files dlls/atl/Makefile"
22606 ALL_MAKEFILES="$ALL_MAKEFILES \\
22607 dlls/avicap32/Makefile"
22608 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22611 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22612 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22614 ALL_MAKEFILES="$ALL_MAKEFILES \\
22615 dlls/avifil32/Makefile"
22616 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22619 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22620 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22622 ALL_MAKEFILES="$ALL_MAKEFILES \\
22623 dlls/browseui/Makefile"
22624 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22627 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22628 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22630 ALL_MAKEFILES="$ALL_MAKEFILES \\
22631 dlls/browseui/tests/Makefile"
22632 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22635 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22636 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22638 ALL_MAKEFILES="$ALL_MAKEFILES \\
22639 dlls/cabinet/Makefile"
22640 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22643 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22644 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22646 ALL_MAKEFILES="$ALL_MAKEFILES \\
22647 dlls/cabinet/tests/Makefile"
22648 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22651 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22652 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22654 ALL_MAKEFILES="$ALL_MAKEFILES \\
22655 dlls/capi2032/Makefile"
22656 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22659 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22660 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22662 ALL_MAKEFILES="$ALL_MAKEFILES \\
22663 dlls/cards/Makefile"
22664 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22667 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22668 ac_config_files="$ac_config_files dlls/cards/Makefile"
22670 ALL_MAKEFILES="$ALL_MAKEFILES \\
22671 dlls/cfgmgr32/Makefile"
22672 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22675 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22676 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22678 ALL_MAKEFILES="$ALL_MAKEFILES \\
22679 dlls/clusapi/Makefile"
22680 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22683 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22684 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22686 ALL_MAKEFILES="$ALL_MAKEFILES \\
22687 dlls/comcat/Makefile"
22688 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22691 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22692 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22694 ALL_MAKEFILES="$ALL_MAKEFILES \\
22695 dlls/comcat/tests/Makefile"
22696 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22699 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22700 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22702 ALL_MAKEFILES="$ALL_MAKEFILES \\
22703 dlls/comctl32/Makefile"
22704 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22707 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22708 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22710 ALL_MAKEFILES="$ALL_MAKEFILES \\
22711 dlls/comctl32/tests/Makefile"
22712 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22715 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22716 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22718 ALL_MAKEFILES="$ALL_MAKEFILES \\
22719 dlls/comdlg32/Makefile"
22720 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22723 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22724 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22726 ALL_MAKEFILES="$ALL_MAKEFILES \\
22727 dlls/comdlg32/tests/Makefile"
22728 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22731 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22732 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22734 ALL_MAKEFILES="$ALL_MAKEFILES \\
22735 dlls/compstui/Makefile"
22736 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22739 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22740 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22742 ALL_MAKEFILES="$ALL_MAKEFILES \\
22743 dlls/credui/Makefile"
22744 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22747 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22748 ac_config_files="$ac_config_files dlls/credui/Makefile"
22750 ALL_MAKEFILES="$ALL_MAKEFILES \\
22751 dlls/credui/tests/Makefile"
22752 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22755 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22756 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22758 ALL_MAKEFILES="$ALL_MAKEFILES \\
22759 dlls/crtdll/Makefile"
22760 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22763 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22764 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22766 ALL_MAKEFILES="$ALL_MAKEFILES \\
22767 dlls/crypt32/Makefile"
22768 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22771 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22772 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22774 ALL_MAKEFILES="$ALL_MAKEFILES \\
22775 dlls/crypt32/tests/Makefile"
22776 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22779 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22780 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22782 ALL_MAKEFILES="$ALL_MAKEFILES \\
22783 dlls/cryptdlg/Makefile"
22784 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22787 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22788 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22790 ALL_MAKEFILES="$ALL_MAKEFILES \\
22791 dlls/cryptdll/Makefile"
22792 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22795 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22796 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22798 ALL_MAKEFILES="$ALL_MAKEFILES \\
22799 dlls/cryptnet/Makefile"
22800 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22803 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22804 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22806 ALL_MAKEFILES="$ALL_MAKEFILES \\
22807 dlls/cryptnet/tests/Makefile"
22808 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22811 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22812 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22814 ALL_MAKEFILES="$ALL_MAKEFILES \\
22815 dlls/cryptui/Makefile"
22816 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22819 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22820 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22822 ALL_MAKEFILES="$ALL_MAKEFILES \\
22823 dlls/ctapi32/Makefile"
22824 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22827 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22828 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22830 ALL_MAKEFILES="$ALL_MAKEFILES \\
22831 dlls/ctl3d32/Makefile"
22832 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22835 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22836 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22838 ALL_MAKEFILES="$ALL_MAKEFILES \\
22839 dlls/d3d10/Makefile"
22840 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22843 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22844 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22846 ALL_MAKEFILES="$ALL_MAKEFILES \\
22847 dlls/d3d8/Makefile"
22848 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22851 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22852 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22854 ALL_MAKEFILES="$ALL_MAKEFILES \\
22855 dlls/d3d8/tests/Makefile"
22856 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22859 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22860 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22862 ALL_MAKEFILES="$ALL_MAKEFILES \\
22863 dlls/d3d9/Makefile"
22864 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22867 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22868 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22870 ALL_MAKEFILES="$ALL_MAKEFILES \\
22871 dlls/d3d9/tests/Makefile"
22872 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22875 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22876 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22878 ALL_MAKEFILES="$ALL_MAKEFILES \\
22879 dlls/d3dim/Makefile"
22880 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22883 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22884 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22886 ALL_MAKEFILES="$ALL_MAKEFILES \\
22887 dlls/d3drm/Makefile"
22888 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22891 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22892 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22894 ALL_MAKEFILES="$ALL_MAKEFILES \\
22895 dlls/d3drm/tests/Makefile"
22896 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22899 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22900 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22902 ALL_MAKEFILES="$ALL_MAKEFILES \\
22903 dlls/d3dx8/Makefile"
22904 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22907 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22908 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22910 ALL_MAKEFILES="$ALL_MAKEFILES \\
22911 dlls/d3dx8/tests/Makefile"
22912 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22915 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22916 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22918 ALL_MAKEFILES="$ALL_MAKEFILES \\
22919 dlls/d3dx9_24/Makefile"
22920 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22923 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22924 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22926 ALL_MAKEFILES="$ALL_MAKEFILES \\
22927 dlls/d3dx9_25/Makefile"
22928 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22931 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22932 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22934 ALL_MAKEFILES="$ALL_MAKEFILES \\
22935 dlls/d3dx9_26/Makefile"
22936 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22939 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22940 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22942 ALL_MAKEFILES="$ALL_MAKEFILES \\
22943 dlls/d3dx9_27/Makefile"
22944 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22947 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22948 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22950 ALL_MAKEFILES="$ALL_MAKEFILES \\
22951 dlls/d3dx9_28/Makefile"
22952 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22955 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22956 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22958 ALL_MAKEFILES="$ALL_MAKEFILES \\
22959 dlls/d3dx9_29/Makefile"
22960 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22963 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22964 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22966 ALL_MAKEFILES="$ALL_MAKEFILES \\
22967 dlls/d3dx9_30/Makefile"
22968 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22971 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22972 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22974 ALL_MAKEFILES="$ALL_MAKEFILES \\
22975 dlls/d3dx9_31/Makefile"
22976 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22979 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22980 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22982 ALL_MAKEFILES="$ALL_MAKEFILES \\
22983 dlls/d3dx9_32/Makefile"
22984 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22987 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22988 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22990 ALL_MAKEFILES="$ALL_MAKEFILES \\
22991 dlls/d3dx9_33/Makefile"
22992 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22995 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22996 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22998 ALL_MAKEFILES="$ALL_MAKEFILES \\
22999 dlls/d3dx9_34/Makefile"
23000 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23003 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23004 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23006 ALL_MAKEFILES="$ALL_MAKEFILES \\
23007 dlls/d3dx9_35/Makefile"
23008 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23011 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23012 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23014 ALL_MAKEFILES="$ALL_MAKEFILES \\
23015 dlls/d3dx9_36/Makefile"
23016 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23019 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23020 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23022 ALL_MAKEFILES="$ALL_MAKEFILES \\
23023 dlls/d3dx9_36/tests/Makefile"
23024 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23027 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23028 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23030 ALL_MAKEFILES="$ALL_MAKEFILES \\
23031 dlls/d3dx9_37/Makefile"
23032 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23035 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23036 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23038 ALL_MAKEFILES="$ALL_MAKEFILES \\
23039 dlls/d3dxof/Makefile"
23040 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23043 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23044 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23046 ALL_MAKEFILES="$ALL_MAKEFILES \\
23047 dlls/d3dxof/tests/Makefile"
23048 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23051 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23052 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23054 ALL_MAKEFILES="$ALL_MAKEFILES \\
23055 dlls/dbghelp/Makefile"
23056 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23059 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23060 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23062 ALL_MAKEFILES="$ALL_MAKEFILES \\
23063 dlls/dciman32/Makefile"
23064 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23067 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23068 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23070 ALL_MAKEFILES="$ALL_MAKEFILES \\
23071 dlls/ddraw/Makefile"
23072 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23075 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23076 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23078 ALL_MAKEFILES="$ALL_MAKEFILES \\
23079 dlls/ddraw/tests/Makefile"
23080 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23083 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23084 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23086 ALL_MAKEFILES="$ALL_MAKEFILES \\
23087 dlls/ddrawex/Makefile"
23088 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23091 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23092 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23094 ALL_MAKEFILES="$ALL_MAKEFILES \\
23095 dlls/devenum/Makefile"
23096 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23099 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23100 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23102 ALL_MAKEFILES="$ALL_MAKEFILES \\
23103 dlls/dinput/Makefile"
23104 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23107 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23108 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23110 ALL_MAKEFILES="$ALL_MAKEFILES \\
23111 dlls/dinput/tests/Makefile"
23112 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23115 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23116 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23118 ALL_MAKEFILES="$ALL_MAKEFILES \\
23119 dlls/dinput8/Makefile"
23120 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23123 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23124 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23126 ALL_MAKEFILES="$ALL_MAKEFILES \\
23127 dlls/dmband/Makefile"
23128 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23131 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23132 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23134 ALL_MAKEFILES="$ALL_MAKEFILES \\
23135 dlls/dmcompos/Makefile"
23136 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23139 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23140 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23142 ALL_MAKEFILES="$ALL_MAKEFILES \\
23143 dlls/dmime/Makefile"
23144 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23147 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23148 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23150 ALL_MAKEFILES="$ALL_MAKEFILES \\
23151 dlls/dmloader/Makefile"
23152 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23155 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23156 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23158 ALL_MAKEFILES="$ALL_MAKEFILES \\
23159 dlls/dmscript/Makefile"
23160 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23163 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23164 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23166 ALL_MAKEFILES="$ALL_MAKEFILES \\
23167 dlls/dmstyle/Makefile"
23168 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23171 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23172 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23174 ALL_MAKEFILES="$ALL_MAKEFILES \\
23175 dlls/dmsynth/Makefile"
23176 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23179 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23180 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23182 ALL_MAKEFILES="$ALL_MAKEFILES \\
23183 dlls/dmusic/Makefile"
23184 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23187 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23188 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23190 ALL_MAKEFILES="$ALL_MAKEFILES \\
23191 dlls/dmusic32/Makefile"
23192 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23195 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23196 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23198 ALL_MAKEFILES="$ALL_MAKEFILES \\
23199 dlls/dnsapi/Makefile"
23200 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23203 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23204 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23206 ALL_MAKEFILES="$ALL_MAKEFILES \\
23207 dlls/dnsapi/tests/Makefile"
23208 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23211 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23212 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23214 ALL_MAKEFILES="$ALL_MAKEFILES \\
23215 dlls/dplay/Makefile"
23216 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23219 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23220 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23222 ALL_MAKEFILES="$ALL_MAKEFILES \\
23223 dlls/dplayx/Makefile"
23224 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23227 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23228 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23230 ALL_MAKEFILES="$ALL_MAKEFILES \\
23231 dlls/dplayx/tests/Makefile"
23232 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23235 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23236 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23238 ALL_MAKEFILES="$ALL_MAKEFILES \\
23239 dlls/dpnaddr/Makefile"
23240 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23243 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23244 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23246 ALL_MAKEFILES="$ALL_MAKEFILES \\
23247 dlls/dpnet/Makefile"
23248 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23251 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23252 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23254 ALL_MAKEFILES="$ALL_MAKEFILES \\
23255 dlls/dpnhpast/Makefile"
23256 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23259 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23260 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23262 ALL_MAKEFILES="$ALL_MAKEFILES \\
23263 dlls/dpnlobby/Makefile"
23264 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23267 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23268 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23270 ALL_MAKEFILES="$ALL_MAKEFILES \\
23271 dlls/dpwsockx/Makefile"
23272 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23275 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23276 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23278 ALL_MAKEFILES="$ALL_MAKEFILES \\
23279 dlls/dsound/Makefile"
23280 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23283 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23284 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23286 ALL_MAKEFILES="$ALL_MAKEFILES \\
23287 dlls/dsound/tests/Makefile"
23288 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23291 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23292 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23294 ALL_MAKEFILES="$ALL_MAKEFILES \\
23295 dlls/dssenh/Makefile"
23296 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23299 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23300 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23302 ALL_MAKEFILES="$ALL_MAKEFILES \\
23303 dlls/dswave/Makefile"
23304 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23307 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23308 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23310 ALL_MAKEFILES="$ALL_MAKEFILES \\
23311 dlls/dwmapi/Makefile"
23312 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23315 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23316 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23318 ALL_MAKEFILES="$ALL_MAKEFILES \\
23319 dlls/dxdiagn/Makefile"
23320 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23323 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23324 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23326 ALL_MAKEFILES="$ALL_MAKEFILES \\
23327 dlls/dxerr8/Makefile"
23328 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23331 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23332 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23334 ALL_MAKEFILES="$ALL_MAKEFILES \\
23335 dlls/dxerr9/Makefile"
23336 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23339 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23340 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23342 ALL_MAKEFILES="$ALL_MAKEFILES \\
23343 dlls/dxguid/Makefile"
23344 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23348 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23350 ALL_MAKEFILES="$ALL_MAKEFILES \\
23351 dlls/faultrep/Makefile"
23352 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23355 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23356 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23358 ALL_MAKEFILES="$ALL_MAKEFILES \\
23359 dlls/fusion/Makefile"
23360 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23363 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23364 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23366 ALL_MAKEFILES="$ALL_MAKEFILES \\
23367 dlls/fusion/tests/Makefile"
23368 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23372 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/gdi32/Makefile"
23376 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23379 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23380 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23382 ALL_MAKEFILES="$ALL_MAKEFILES \\
23383 dlls/gdi32/tests/Makefile"
23384 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23387 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23388 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23390 ALL_MAKEFILES="$ALL_MAKEFILES \\
23391 dlls/gdiplus/Makefile"
23392 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23396 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/gdiplus/tests/Makefile"
23400 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23403 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23404 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23406 ALL_MAKEFILES="$ALL_MAKEFILES \\
23407 dlls/glu32/Makefile"
23408 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23411 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23412 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23414 ALL_MAKEFILES="$ALL_MAKEFILES \\
23415 dlls/gphoto2.ds/Makefile"
23416 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23420 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/gpkcsp/Makefile"
23424 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23427 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23428 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23430 ALL_MAKEFILES="$ALL_MAKEFILES \\
23432 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23435 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23436 ac_config_files="$ac_config_files dlls/hal/Makefile"
23438 ALL_MAKEFILES="$ALL_MAKEFILES \\
23439 dlls/hhctrl.ocx/Makefile"
23440 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23448 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23451 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23452 ac_config_files="$ac_config_files dlls/hid/Makefile"
23454 ALL_MAKEFILES="$ALL_MAKEFILES \\
23455 dlls/hlink/Makefile"
23456 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23459 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23460 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23462 ALL_MAKEFILES="$ALL_MAKEFILES \\
23463 dlls/hlink/tests/Makefile"
23464 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23468 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/hnetcfg/Makefile"
23472 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23475 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23476 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23478 ALL_MAKEFILES="$ALL_MAKEFILES \\
23479 dlls/iccvid/Makefile"
23480 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23483 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23484 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23486 ALL_MAKEFILES="$ALL_MAKEFILES \\
23487 dlls/icmp/Makefile"
23488 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/ifsmgr.vxd/Makefile"
23496 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23499 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23500 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23502 ALL_MAKEFILES="$ALL_MAKEFILES \\
23503 dlls/imaadp32.acm/Makefile"
23504 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23507 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23508 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23510 ALL_MAKEFILES="$ALL_MAKEFILES \\
23511 dlls/imagehlp/Makefile"
23512 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23516 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/imm32/Makefile"
23520 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23523 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23524 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23526 ALL_MAKEFILES="$ALL_MAKEFILES \\
23527 dlls/imm32/tests/Makefile"
23528 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23531 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23532 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23534 ALL_MAKEFILES="$ALL_MAKEFILES \\
23535 dlls/inetcomm/Makefile"
23536 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23540 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/inetcomm/tests/Makefile"
23544 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23547 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23548 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23550 ALL_MAKEFILES="$ALL_MAKEFILES \\
23551 dlls/inetmib1/Makefile"
23552 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23555 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23556 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23558 ALL_MAKEFILES="$ALL_MAKEFILES \\
23559 dlls/inetmib1/tests/Makefile"
23560 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23564 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/infosoft/Makefile"
23568 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23571 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23572 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23574 ALL_MAKEFILES="$ALL_MAKEFILES \\
23575 dlls/infosoft/tests/Makefile"
23576 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23579 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23580 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23582 ALL_MAKEFILES="$ALL_MAKEFILES \\
23583 dlls/initpki/Makefile"
23584 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23588 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/inkobj/Makefile"
23592 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23595 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23596 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23598 ALL_MAKEFILES="$ALL_MAKEFILES \\
23599 dlls/inseng/Makefile"
23600 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23603 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23604 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23606 ALL_MAKEFILES="$ALL_MAKEFILES \\
23607 dlls/iphlpapi/Makefile"
23608 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23612 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/iphlpapi/tests/Makefile"
23616 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23619 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23620 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23622 ALL_MAKEFILES="$ALL_MAKEFILES \\
23623 dlls/itircl/Makefile"
23624 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23627 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23628 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23630 ALL_MAKEFILES="$ALL_MAKEFILES \\
23631 dlls/itss/Makefile"
23632 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23636 ac_config_files="$ac_config_files dlls/itss/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/itss/tests/Makefile"
23640 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23643 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23644 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23646 ALL_MAKEFILES="$ALL_MAKEFILES \\
23647 dlls/jscript/Makefile"
23648 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23651 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23652 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23654 ALL_MAKEFILES="$ALL_MAKEFILES \\
23655 dlls/jscript/tests/Makefile"
23656 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23660 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/kernel32/Makefile"
23664 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23667 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23668 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23670 ALL_MAKEFILES="$ALL_MAKEFILES \\
23671 dlls/kernel32/tests/Makefile"
23672 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23675 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23676 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23678 ALL_MAKEFILES="$ALL_MAKEFILES \\
23679 dlls/localspl/Makefile"
23680 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23684 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/localspl/tests/Makefile"
23688 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23691 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23692 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23694 ALL_MAKEFILES="$ALL_MAKEFILES \\
23695 dlls/localui/Makefile"
23696 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23699 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23700 ac_config_files="$ac_config_files dlls/localui/Makefile"
23702 ALL_MAKEFILES="$ALL_MAKEFILES \\
23703 dlls/localui/tests/Makefile"
23704 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23708 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/lz32/Makefile"
23712 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23715 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23716 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23718 ALL_MAKEFILES="$ALL_MAKEFILES \\
23719 dlls/lz32/tests/Makefile"
23720 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23723 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23724 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23726 ALL_MAKEFILES="$ALL_MAKEFILES \\
23727 dlls/mapi32/Makefile"
23728 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23732 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/mapi32/tests/Makefile"
23736 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23739 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23740 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23742 ALL_MAKEFILES="$ALL_MAKEFILES \\
23743 dlls/mciavi32/Makefile"
23744 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23748 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23750 ALL_MAKEFILES="$ALL_MAKEFILES \\
23751 dlls/mcicda/Makefile"
23752 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23756 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/mciseq/Makefile"
23760 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23763 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23764 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23766 ALL_MAKEFILES="$ALL_MAKEFILES \\
23767 dlls/mciwave/Makefile"
23768 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23771 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23772 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23774 ALL_MAKEFILES="$ALL_MAKEFILES \\
23775 dlls/midimap/Makefile"
23776 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23780 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/mlang/Makefile"
23784 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23788 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/mlang/tests/Makefile"
23792 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23796 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/mmdevldr.vxd/Makefile"
23800 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/monodebg.vxd/Makefile"
23808 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23812 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/mountmgr.sys/Makefile"
23816 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23824 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23828 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/mprapi/Makefile"
23832 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/msacm32.drv/Makefile"
23840 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23844 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/msacm32/Makefile"
23848 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23852 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/msacm32/tests/Makefile"
23856 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23860 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/msadp32.acm/Makefile"
23864 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/mscat32/Makefile"
23872 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/mscms/Makefile"
23880 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/mscms/tests/Makefile"
23888 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23892 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/mscoree/Makefile"
23896 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/msdmo/Makefile"
23904 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23908 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/msftedit/Makefile"
23912 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/msg711.acm/Makefile"
23920 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/mshtml.tlb/Makefile"
23928 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23932 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/mshtml/Makefile"
23936 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23940 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/mshtml/tests/Makefile"
23944 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23948 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/msi/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/msi/tests/Makefile"
23960 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23964 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/msimg32/Makefile"
23968 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/msimtf/Makefile"
23976 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23980 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/msisip/Makefile"
23984 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23988 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/msisys.ocx/Makefile"
23992 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23996 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/msnet32/Makefile"
24000 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/msrle32/Makefile"
24008 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24012 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/mssip32/Makefile"
24016 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/mstask/Makefile"
24024 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/mstask/tests/Makefile"
24032 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24036 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/msvcirt/Makefile"
24040 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/msvcr71/Makefile"
24048 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/msvcrt/Makefile"
24056 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24060 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/msvcrt/tests/Makefile"
24064 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24068 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/msvcrt20/Makefile"
24072 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24076 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/msvcrt40/Makefile"
24080 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/msvcrtd/Makefile"
24088 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/msvcrtd/tests/Makefile"
24096 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24100 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/msvfw32/Makefile"
24104 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/msvidc32/Makefile"
24112 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24116 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/mswsock/Makefile"
24120 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24124 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/msxml3/Makefile"
24128 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24132 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/msxml3/tests/Makefile"
24136 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24140 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/nddeapi/Makefile"
24144 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/netapi32/Makefile"
24152 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24156 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/netapi32/tests/Makefile"
24160 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24164 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/newdev/Makefile"
24168 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/ntdll/Makefile"
24176 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/ntdll/tests/Makefile"
24184 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24188 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/ntdsapi/Makefile"
24192 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/ntdsapi/tests/Makefile"
24200 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24204 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/ntoskrnl.exe/Makefile"
24208 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/ntprint/Makefile"
24216 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24220 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/ntprint/tests/Makefile"
24224 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24228 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/objsel/Makefile"
24232 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/odbc32/Makefile"
24240 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/odbccp32/Makefile"
24248 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24252 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/odbccp32/tests/Makefile"
24256 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24260 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/ole32/Makefile"
24264 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/ole32/tests/Makefile"
24272 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24276 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/oleacc/Makefile"
24280 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/oleaut32/Makefile"
24288 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/oleaut32/tests/Makefile"
24296 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24300 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/olecli32/Makefile"
24304 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/oledlg/Makefile"
24312 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/olepro32/Makefile"
24320 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/olesvr32/Makefile"
24328 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/olethk32/Makefile"
24336 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/opengl32/Makefile"
24344 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24348 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/opengl32/tests/Makefile"
24352 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24356 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/pdh/tests/Makefile"
24368 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24372 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/powrprof/Makefile"
24376 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/printui/Makefile"
24384 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/printui/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/propsys/Makefile"
24392 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24396 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/psapi/Makefile"
24400 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/psapi/tests/Makefile"
24408 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24412 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/pstorec/Makefile"
24416 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/qcap/Makefile"
24424 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/qedit/Makefile"
24432 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/qedit/tests/Makefile"
24440 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24444 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/qmgr/Makefile"
24448 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/qmgr/tests/Makefile"
24456 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24460 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/qmgrprxy/Makefile"
24464 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/quartz/Makefile"
24472 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24476 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/quartz/tests/Makefile"
24480 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24484 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/query/Makefile"
24488 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/query/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/rasapi32/Makefile"
24496 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/rasapi32/tests/Makefile"
24504 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24508 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/resutils/Makefile"
24512 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/riched20/Makefile"
24520 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24524 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/riched20/tests/Makefile"
24528 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24532 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/riched32/Makefile"
24536 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/riched32/tests/Makefile"
24544 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24548 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/rpcrt4/Makefile"
24552 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/rpcrt4/tests/Makefile"
24560 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24564 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/rsabase/Makefile"
24568 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/rsaenh/Makefile"
24576 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/rsaenh/tests/Makefile"
24584 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24588 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/sane.ds/Makefile"
24592 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/sccbase/Makefile"
24600 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/schannel/Makefile"
24608 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/schannel/tests/Makefile"
24616 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24620 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/secur32/Makefile"
24624 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/secur32/tests/Makefile"
24632 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24636 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/security/Makefile"
24640 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/security/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/sensapi/Makefile"
24648 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/serialui/Makefile"
24656 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/serialui/tests/Makefile"
24664 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24668 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/setupapi/Makefile"
24672 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/setupapi/tests/Makefile"
24680 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24684 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/sfc_os/Makefile"
24696 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/shdoclc/Makefile"
24704 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/shdocvw/Makefile"
24712 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/shdocvw/tests/Makefile"
24720 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24724 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/shell32/Makefile"
24728 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24732 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/shell32/tests/Makefile"
24736 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24740 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/shfolder/Makefile"
24744 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/shlwapi/Makefile"
24752 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/shlwapi/tests/Makefile"
24760 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24764 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/slbcsp/Makefile"
24768 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/slc/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/snmpapi/Makefile"
24784 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/snmpapi/tests/Makefile"
24792 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24796 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/softpub/Makefile"
24800 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/spoolss/Makefile"
24808 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/spoolss/tests/Makefile"
24816 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24820 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/stdole2.tlb/Makefile"
24824 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/stdole32.tlb/Makefile"
24832 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/sti/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/strmiids/Makefile"
24848 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24852 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/svrapi/Makefile"
24856 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/tapi32/Makefile"
24872 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/twain_32/Makefile"
24880 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/unicows/Makefile"
24888 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/url/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/urlmon/Makefile"
24904 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/urlmon/tests/Makefile"
24912 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24916 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/user32/Makefile"
24920 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/user32/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/user32/tests/Makefile"
24928 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24932 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/userenv/Makefile"
24936 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/userenv/tests/Makefile"
24944 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24948 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/usp10/Makefile"
24952 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/usp10/tests/Makefile"
24960 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24964 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/uuid/Makefile"
24968 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24972 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/uxtheme/Makefile"
24976 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/uxtheme/tests/Makefile"
24984 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24988 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/vdhcp.vxd/Makefile"
24992 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/vdmdbg/Makefile"
25000 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/version/Makefile"
25008 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/version/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/version/tests/Makefile"
25016 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25020 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/vmm.vxd/Makefile"
25024 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/vnbt.vxd/Makefile"
25032 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/vnetbios.vxd/Makefile"
25040 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/vtdapi.vxd/Makefile"
25048 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/vwin32.vxd/Makefile"
25056 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/w32skrnl/Makefile"
25064 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/winealsa.drv/Makefile"
25072 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/wineaudioio.drv/Makefile"
25080 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/winecoreaudio.drv/Makefile"
25088 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/winecrt0/Makefile"
25096 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25100 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/wined3d/Makefile"
25104 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/winedos/Makefile"
25112 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/wineesd.drv/Makefile"
25120 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/winejack.drv/Makefile"
25128 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/winejoystick.drv/Makefile"
25136 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/winemp3.acm/Makefile"
25144 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/winenas.drv/Makefile"
25152 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/wineoss.drv/Makefile"
25160 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/wineps.drv/Makefile"
25168 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/winequartz.drv/Makefile"
25176 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/winex11.drv/Makefile"
25184 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/wing32/Makefile"
25192 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/winhttp/Makefile"
25200 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/winhttp/tests/Makefile"
25208 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25212 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/wininet/Makefile"
25216 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/wininet/tests/Makefile"
25224 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25228 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/winmm/Makefile"
25232 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/winmm/tests/Makefile"
25240 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25244 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/winnls32/Makefile"
25248 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/winscard/Makefile"
25256 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/winspool.drv/Makefile"
25264 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/winspool.drv/tests/Makefile"
25272 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25273 winspool.drv/tests"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25276 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/wintab32/Makefile"
25280 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/wintrust/Makefile"
25288 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25292 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/wintrust/tests/Makefile"
25296 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25300 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/wldap32/Makefile"
25304 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/wldap32/tests/Makefile"
25312 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25316 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/wnaspi32/Makefile"
25328 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/wow32/Makefile"
25336 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/ws2_32/Makefile"
25344 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/ws2_32/tests/Makefile"
25352 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25356 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/wsock32/Makefile"
25360 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/wtsapi32/Makefile"
25368 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 documentation/Makefile"
25376 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 documentation/Makefile: documentation/Makefile.in Make.rules"
25380 ac_config_files="$ac_config_files documentation/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 fonts/Makefile: fonts/Makefile.in Make.rules"
25388 ac_config_files="$ac_config_files fonts/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 include/Makefile: include/Makefile.in Make.rules"
25396 ac_config_files="$ac_config_files include/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 libs/Makefile: libs/Makefile.in Make.rules"
25404 ac_config_files="$ac_config_files libs/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 libs/port/Makefile"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25411 ac_config_files="$ac_config_files libs/port/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 libs/wine/Makefile"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25418 ac_config_files="$ac_config_files libs/wine/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25425 ac_config_files="$ac_config_files libs/wpp/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 loader/Makefile: loader/Makefile.in Make.rules"
25433 ac_config_files="$ac_config_files loader/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 programs/Makefile: programs/Makefile.in Make.rules"
25441 ac_config_files="$ac_config_files programs/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 programs/clock/Makefile"
25445 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25446 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25450 ac_config_files="$ac_config_files programs/clock/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 programs/cmd/Makefile"
25454 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25455 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25459 ac_config_files="$ac_config_files programs/cmd/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 programs/cmdlgtst/Makefile"
25463 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25467 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 programs/control/Makefile"
25471 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25472 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25476 ac_config_files="$ac_config_files programs/control/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 programs/eject/Makefile"
25480 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25481 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25485 ac_config_files="$ac_config_files programs/eject/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 programs/expand/Makefile"
25489 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25490 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25494 ac_config_files="$ac_config_files programs/expand/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 programs/explorer/Makefile"
25498 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25499 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25503 ac_config_files="$ac_config_files programs/explorer/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 programs/hh/Makefile"
25507 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25508 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25512 ac_config_files="$ac_config_files programs/hh/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 programs/icinfo/Makefile"
25516 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25517 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25521 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 programs/iexplore/Makefile"
25525 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25526 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25530 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 programs/msiexec/Makefile"
25534 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25535 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25536 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25540 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 programs/net/Makefile"
25544 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25545 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25549 ac_config_files="$ac_config_files programs/net/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 programs/notepad/Makefile"
25553 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25554 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25555 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25559 ac_config_files="$ac_config_files programs/notepad/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 programs/oleview/Makefile"
25563 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25564 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25568 ac_config_files="$ac_config_files programs/oleview/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 programs/progman/Makefile"
25572 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25573 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25574 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25578 ac_config_files="$ac_config_files programs/progman/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 programs/reg/Makefile"
25582 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25583 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25587 ac_config_files="$ac_config_files programs/reg/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 programs/regedit/Makefile"
25591 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25592 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25593 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25597 ac_config_files="$ac_config_files programs/regedit/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 programs/regsvr32/Makefile"
25601 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25602 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25603 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25607 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 programs/rpcss/Makefile"
25611 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25612 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25616 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619 programs/rundll32/Makefile"
25620 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25621 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25625 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 programs/secedit/Makefile"
25629 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25630 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25634 ac_config_files="$ac_config_files programs/secedit/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 programs/services/Makefile"
25638 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25639 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25643 ac_config_files="$ac_config_files programs/services/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 programs/spoolsv/Makefile"
25647 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25648 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25652 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 programs/start/Makefile"
25656 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25657 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25661 ac_config_files="$ac_config_files programs/start/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 programs/svchost/Makefile"
25665 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25666 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25670 ac_config_files="$ac_config_files programs/svchost/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 programs/taskmgr/Makefile"
25674 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25675 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25679 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 programs/uninstaller/Makefile"
25683 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25684 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25685 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25689 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 programs/view/Makefile"
25693 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25697 ac_config_files="$ac_config_files programs/view/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 programs/wineboot/Makefile"
25701 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25702 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25703 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25707 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 programs/winebrowser/Makefile"
25711 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25712 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25713 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25717 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 programs/winecfg/Makefile"
25721 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25722 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25723 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25727 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 programs/wineconsole/Makefile"
25731 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25732 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25733 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25737 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 programs/winedbg/Makefile"
25741 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25742 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25743 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25747 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 programs/winedevice/Makefile"
25751 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25752 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25756 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 programs/winefile/Makefile"
25760 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25761 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25762 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25766 ac_config_files="$ac_config_files programs/winefile/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 programs/winemenubuilder/Makefile"
25770 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25771 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25775 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 programs/winemine/Makefile"
25779 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25780 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25781 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25785 ac_config_files="$ac_config_files programs/winemine/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 programs/winepath/Makefile"
25789 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25790 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25791 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25795 ac_config_files="$ac_config_files programs/winepath/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 programs/winetest/Makefile"
25799 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25803 ac_config_files="$ac_config_files programs/winetest/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 programs/winevdm/Makefile"
25807 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25808 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25812 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 programs/winhlp32/Makefile"
25816 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25817 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25821 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 programs/winver/Makefile"
25825 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25826 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25830 ac_config_files="$ac_config_files programs/winver/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 programs/wordpad/Makefile"
25834 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25835 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25839 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 programs/write/Makefile"
25843 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25844 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25848 ac_config_files="$ac_config_files programs/write/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 programs/xcopy/Makefile"
25852 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25853 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25857 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 server/Makefile: server/Makefile.in Make.rules"
25865 ac_config_files="$ac_config_files server/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 tools/Makefile: tools/Makefile.in Make.rules"
25873 ac_config_files="$ac_config_files tools/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 tools/widl/Makefile"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25880 ac_config_files="$ac_config_files tools/widl/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 tools/winebuild/Makefile"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25887 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 tools/winedump/Makefile"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25894 ac_config_files="$ac_config_files tools/winedump/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 tools/winegcc/Makefile"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25901 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 tools/wmc/Makefile"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25908 ac_config_files="$ac_config_files tools/wmc/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 tools/wrc/Makefile"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25915 ac_config_files="$ac_config_files tools/wrc/Makefile"
25919 ALL_WINETEST_DEPENDS="# Test binaries"
25921 for dir in $ALL_TEST_DIRS
25923 if test "$dir" != "\\"
25925 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25926 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25927 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25928 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25932 cat >confcache <<\_ACEOF
25933 # This file is a shell script that caches the results of configure
25934 # tests run on this system so they can be shared between configure
25935 # scripts and configure runs, see configure's option --config-cache.
25936 # It is not useful on other systems. If it contains results you don't
25937 # want to keep, you may remove or edit it.
25939 # config.status only pays attention to the cache file if you give it
25940 # the --recheck option to rerun configure.
25942 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
25943 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25944 # following values.
25948 # The following way of writing the cache mishandles newlines in values,
25949 # but we know of no workaround that is simple, portable, and efficient.
25950 # So, we kill variables containing newlines.
25951 # Ultrix sh set writes to stderr and can't be redirected directly,
25952 # and sets the high bit in the cache file unless we assign to the vars.
25954 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25955 eval ac_val
=\$
$ac_var
25959 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25960 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25963 _ | IFS | as_nl
) ;; #(
25964 *) $as_unset $ac_var ;;
25970 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25971 *${as_nl}ac_space
=\
*)
25972 # `set' does not quote correctly, so add quotes (double-quote
25973 # substitution turns \\\\ into \\, and sed turns \\ into \).
25976 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25979 # `set' quotes correctly as required by POSIX, so do not add quotes.
25980 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25989 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25991 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25993 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25994 if test -w "$cache_file"; then
25995 test "x$cache_file" != "x/dev/null" &&
25996 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25997 echo "$as_me: updating cache $cache_file" >&6;}
25998 cat confcache
>$cache_file
26000 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26001 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26006 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
26007 # Let make expand exec_prefix.
26008 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
26010 DEFS
=-DHAVE_CONFIG_H
26014 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
26015 # 1. Remove the extension, and $U if already installed.
26016 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
26017 ac_i
=`echo "$ac_i" | sed "$ac_script"`
26018 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26019 # will be set to the directory where LIBOBJS objects are built.
26020 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26021 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26023 LIBOBJS
=$ac_libobjs
26025 LTLIBOBJS
=$ac_ltlibobjs
26029 : ${CONFIG_STATUS=./config.status}
26030 ac_clean_files_save
=$ac_clean_files
26031 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
26032 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26033 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26034 cat >$CONFIG_STATUS <<_ACEOF
26036 # Generated by $as_me.
26037 # Run this file to recreate the current configuration.
26038 # Compiler output produced by configure, useful for debugging
26039 # configure, is in config.log if it exists.
26042 ac_cs_recheck=false
26044 SHELL=\${CONFIG_SHELL-$SHELL}
26047 cat >>$CONFIG_STATUS <<\_ACEOF
26048 ## --------------------- ##
26049 ## M4sh Initialization. ##
26050 ## --------------------- ##
26052 # Be more Bourne compatible
26053 DUALCASE
=1; export DUALCASE
# for MKS sh
26054 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
26057 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26058 # is contrary to our usage. Disable this feature.
26059 alias -g '${1+"$@"}'='"$@"'
26060 setopt NO_GLOB_SUBST
26062 case `(set -o) 2>/dev/null` in
26063 *posix
*) set -o posix
;;
26072 # Avoid depending upon Character Ranges.
26073 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
26074 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26075 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
26076 as_cr_digits
='0123456789'
26077 as_cr_alnum
=$as_cr_Letters$as_cr_digits
26079 # The user is always right.
26080 if test "${PATH_SEPARATOR+set}" != set; then
26081 echo "#! /bin/sh" >conf$$.sh
26082 echo "exit 0" >>conf$$.sh
26084 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
26092 # Support unset when possible.
26093 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
26101 # We need space, tab and new line, in precisely that order. Quoting is
26102 # there to prevent editors from complaining about space-tab.
26103 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26104 # splitting by setting IFS to empty value.)
26109 # Find who we are. Look in the path if we contain no directory separator.
26111 *[\\/]* ) as_myself
=$0 ;;
26112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26113 for as_dir
in $PATH
26116 test -z "$as_dir" && as_dir
=.
26117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
26123 # We did not find ourselves, most probably we were run as `sh COMMAND'
26124 # in which case we are not to be found in the path.
26125 if test "x$as_myself" = x
; then
26128 if test ! -f "$as_myself"; then
26129 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26130 { (exit 1); exit 1; }
26133 # Work around bugs in pre-3.0 UWIN ksh.
26134 for as_var
in ENV MAIL MAILPATH
26135 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26143 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26144 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26145 LC_TELEPHONE LC_TIME
26147 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26148 eval $as_var=C
; export $as_var
26150 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26154 # Required to use basename.
26155 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26156 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26162 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26163 as_basename
=basename
26169 # Name of the executable.
26170 as_me
=`$as_basename -- "$0" ||
26171 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26172 X"$0" : 'X\(//\)$' \| \
26173 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26175 sed '/^.*\/\([^/][^/]*\)\/*$/{
26194 as_lineno_1
=$LINENO
26195 as_lineno_2
=$LINENO
26196 test "x$as_lineno_1" != "x$as_lineno_2" &&
26197 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
26199 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26200 # uniformly replaced by the line number. The first 'sed' inserts a
26201 # line-number line after each line using $LINENO; the second 'sed'
26202 # does the real work. The second script uses 'N' to pair each
26203 # line-number line with the line containing $LINENO, and appends
26204 # trailing '-' during substitution so that $LINENO is not a special
26205 # case at line end.
26206 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26207 # scripts with optimization help from Paolo Bonzini. Blame Lee
26208 # E. McMahon (1931-1989) for sed's syntax. :-)
26220 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26223 ' >$as_me.lineno
&&
26224 chmod +x
"$as_me.lineno" ||
26225 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26226 { (exit 1); exit 1; }; }
26228 # Don't try to exec as it changes $[0], causing all sort of problems
26229 # (the dirname of $[0] is not the place where we might find the
26230 # original and so on. Autoconf is especially sensitive to this).
26231 .
"./$as_me.lineno"
26232 # Exit status is that of the last command.
26237 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
26243 ECHO_C
= ECHO_N
= ECHO_T
=
26244 case `echo -n x` in
26246 case `echo 'x\c'` in
26247 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
26254 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26255 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26261 rm -f conf$$ conf$$.exe conf$$.
file
26262 if test -d conf$$.dir
; then
26263 rm -f conf$$.dir
/conf$$.
file
26269 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26271 # ... but there are two gotchas:
26272 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26273 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26274 # In both cases, we have to default to `cp -p'.
26275 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26277 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26282 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26283 rmdir conf$$.dir
2>/dev
/null
26285 if mkdir
-p .
2>/dev
/null
; then
26288 test -d .
/-p && rmdir .
/-p
26292 if test -x / >/dev
/null
2>&1; then
26293 as_test_x
='test -x'
26295 if ls -dL / >/dev
/null
2>&1; then
26302 if test -d "$1"; then
26308 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26309 ???[sx]*):;;*)false;;esac;fi
26313 as_executable_p
=$as_test_x
26315 # Sed expression to map a string onto a valid CPP name.
26316 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26318 # Sed expression to map a string onto a valid variable name.
26319 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26324 # Save the log message, to keep $[0] and so on meaningful, and to
26325 # report actual input values of CONFIG_FILES etc. instead of their
26326 # values after options handling.
26328 This file was extended by Wine $as_me 1.1.6, which was
26329 generated by GNU Autoconf 2.61. Invocation command line was
26331 CONFIG_FILES = $CONFIG_FILES
26332 CONFIG_HEADERS = $CONFIG_HEADERS
26333 CONFIG_LINKS = $CONFIG_LINKS
26334 CONFIG_COMMANDS = $CONFIG_COMMANDS
26337 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26342 cat >>$CONFIG_STATUS <<_ACEOF
26343 # Files that config.status was made for.
26344 config_files="$ac_config_files"
26345 config_headers="$ac_config_headers"
26346 config_commands="$ac_config_commands"
26350 cat >>$CONFIG_STATUS <<\_ACEOF
26352 \`$as_me' instantiates files from templates according to the
26353 current configuration.
26355 Usage: $0 [OPTIONS] [FILE]...
26357 -h, --help print this help, then exit
26358 -V, --version print version number and configuration settings, then exit
26359 -q, --quiet do not print progress messages
26360 -d, --debug don't remove temporary files
26361 --recheck update $as_me by reconfiguring in the same conditions
26362 --file=FILE[:TEMPLATE]
26363 instantiate the configuration file FILE
26364 --header=FILE[:TEMPLATE]
26365 instantiate the configuration header FILE
26367 Configuration files:
26370 Configuration headers:
26373 Configuration commands:
26376 Report bugs to <bug-autoconf@gnu.org>."
26379 cat >>$CONFIG_STATUS <<_ACEOF
26381 Wine config.status 1.1.6
26382 configured by $0, generated by GNU Autoconf 2.61,
26383 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26385 Copyright (C) 2006 Free Software Foundation, Inc.
26386 This config.status script is free software; the Free Software Foundation
26387 gives unlimited permission to copy, distribute and modify it."
26394 cat >>$CONFIG_STATUS <<\_ACEOF
26395 # If no file are specified by the user, then we need to provide default
26396 # value. By we need to know if files were specified by the user.
26402 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26403 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26414 # Handling of the options.
26415 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26417 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26418 echo "$ac_cs_version"; exit ;;
26419 --debug |
--debu |
--deb |
--de |
--d |
-d )
26421 --file |
--fil |
--fi |
--f )
26423 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26424 ac_need_defaults
=false
;;
26425 --header |
--heade |
--head |
--hea )
26427 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26428 ac_need_defaults
=false
;;
26430 # Conflict between --help and --header
26431 { echo "$as_me: error: ambiguous option: $1
26432 Try \`$0 --help' for more information." >&2
26433 { (exit 1); exit 1; }; };;
26434 --help |
--hel |
-h )
26435 echo "$ac_cs_usage"; exit ;;
26436 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26437 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26440 # This is an error.
26441 -*) { echo "$as_me: error: unrecognized option: $1
26442 Try \`$0 --help' for more information." >&2
26443 { (exit 1); exit 1; }; } ;;
26445 *) ac_config_targets
="$ac_config_targets $1"
26446 ac_need_defaults
=false
;;
26452 ac_configure_extra_args
=
26454 if $ac_cs_silent; then
26456 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26460 cat >>$CONFIG_STATUS <<_ACEOF
26461 if \$ac_cs_recheck; then
26462 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26463 CONFIG_SHELL=$SHELL
26464 export CONFIG_SHELL
26465 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26469 cat >>$CONFIG_STATUS <<\_ACEOF
26473 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26474 ## Running $as_me. ##
26480 cat >>$CONFIG_STATUS <<_ACEOF
26483 cat >>$CONFIG_STATUS <<\_ACEOF
26485 # Handling of arguments.
26486 for ac_config_target
in $ac_config_targets
26488 case $ac_config_target in
26489 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26490 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26491 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26492 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26493 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26494 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26495 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26496 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26497 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26498 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26499 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26500 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26501 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26502 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26503 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26504 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26505 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26506 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26507 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26508 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26509 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26510 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26511 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26512 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26513 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26514 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26515 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26516 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26517 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26518 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26519 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26520 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26521 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26522 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26523 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26524 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26525 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26526 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26527 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26528 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26529 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26530 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26531 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26532 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26533 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26534 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26535 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26536 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26537 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26538 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26539 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26540 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26541 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26542 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26543 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26544 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26545 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26546 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26547 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26548 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26549 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26550 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26551 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26552 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26553 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26554 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26555 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26556 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26557 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26558 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26559 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26560 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26561 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26562 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26563 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26564 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26565 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26566 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26567 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26568 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26569 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26570 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26571 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26572 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26573 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26574 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26575 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26576 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26577 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26578 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26579 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26580 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26581 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26582 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26583 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26584 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26585 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26586 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26587 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26588 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26589 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26590 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26591 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26592 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26593 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26594 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26595 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26596 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26597 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26598 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26599 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26600 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26601 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26602 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26603 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26604 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26605 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26606 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26607 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26608 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26609 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26610 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26611 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26612 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26613 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26614 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26615 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26616 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26617 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26618 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26619 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26620 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26621 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26622 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26623 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26624 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26625 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26626 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26627 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26628 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26629 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26630 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26631 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26632 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26633 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26634 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26635 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26636 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26637 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26638 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26639 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26640 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26641 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26642 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26643 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26644 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26645 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26646 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26647 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26648 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26649 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26650 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26651 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26652 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26653 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26654 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26655 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26656 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26657 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26658 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26659 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26660 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26661 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26662 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26663 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26664 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26665 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26666 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26667 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26668 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26669 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26670 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26671 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26672 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26673 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26674 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26675 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26676 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26677 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26678 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26679 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26680 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26681 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26682 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26683 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26684 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26685 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26686 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26687 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26688 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26689 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26690 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26691 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26692 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26693 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26694 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26695 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26696 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26697 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26698 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26699 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26700 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26701 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26702 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26703 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26704 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26705 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26706 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26707 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26708 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26709 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26710 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26711 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26712 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26713 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26714 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26715 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26716 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26717 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26718 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26719 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26720 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26721 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26722 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26723 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26724 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26725 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26726 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26727 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26728 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26729 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26730 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26731 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26732 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26733 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26734 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26735 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26736 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26737 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26738 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26739 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26740 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26741 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26742 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26743 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26744 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26745 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26746 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26747 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26748 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26749 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26750 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26751 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26752 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26753 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26754 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26755 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26756 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26757 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26758 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26759 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26760 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26761 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26762 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26763 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26764 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26765 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26766 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26767 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26768 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26769 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26770 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26771 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26772 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26773 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26774 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26775 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26776 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26777 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26778 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26779 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26780 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26781 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26782 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26783 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26784 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26785 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26786 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26787 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26788 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26789 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26790 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26791 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26792 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26793 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26794 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26795 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26796 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26797 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26798 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26799 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26800 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26801 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26802 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26803 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26804 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26805 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26806 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26807 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26808 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26809 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26810 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26811 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26812 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26813 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26814 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26815 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26816 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26817 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26818 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26819 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26820 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26821 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26822 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26823 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26824 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26825 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26826 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26827 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26828 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26829 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26830 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26831 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26832 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26833 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26834 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26835 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26836 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26837 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26838 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26839 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26840 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26841 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26842 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26843 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26844 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26845 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26846 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26847 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26848 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26849 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26850 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26851 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26852 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26853 "dlls/wldap32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26854 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26855 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26856 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26857 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26858 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26859 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26860 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26861 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26862 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26863 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26864 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26865 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26866 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26867 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26868 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26869 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26870 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26871 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26872 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26873 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26874 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26875 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26876 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26877 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26878 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26879 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26880 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26881 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26882 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26883 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26884 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26885 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26886 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26887 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26888 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26889 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26890 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26891 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26892 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26893 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26894 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26895 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26896 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26897 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26898 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26899 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26900 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26901 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26902 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26903 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26904 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26905 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26906 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26907 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26908 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26909 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26910 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26911 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26912 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26913 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26914 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26915 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26916 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26917 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26918 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26919 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26920 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26921 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26922 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26924 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26925 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26926 { (exit 1); exit 1; }; };;
26931 # If the user did not use the arguments to specify the items to instantiate,
26932 # then the envvar interface is used. Set only those that are not.
26933 # We use the long form for the default assignment because of an extremely
26934 # bizarre bug on SunOS 4.1.3.
26935 if $ac_need_defaults; then
26936 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26937 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26938 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26941 # Have a temporary directory for convenience. Make it in the build tree
26942 # simply because there is no reason against having it here, and in addition,
26943 # creating and moving files from /tmp can sometimes cause problems.
26944 # Hook for its removal unless debugging.
26945 # Note that there is a small window in which the directory will not be cleaned:
26946 # after its creation but before its name has been assigned to `$tmp'.
26950 trap 'exit_status=$?
26951 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26953 trap '{ (exit 1); exit 1; }' 1 2 13 15
26955 # Create a (secure) tmp directory for tmp files.
26958 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26959 test -n "$tmp" && test -d "$tmp"
26962 tmp
=.
/conf$$
-$RANDOM
26963 (umask 077 && mkdir
"$tmp")
26966 echo "$me: cannot create a temporary directory in ." >&2
26967 { (exit 1); exit 1; }
26971 # Set up the sed scripts for CONFIG_FILES section.
26974 # No need to generate the scripts if there are no CONFIG_FILES.
26975 # This happens for instance when ./config.status config.h
26976 if test -n "$CONFIG_FILES"; then
26980 # Create sed commands to just substitute file output variables.
26982 # Remaining file output variables are in a fragment that also has non-file
26988 for ac_last_try
in false false false false false
:; do
26989 cat >conf$
$subs.
sed <<_ACEOF
26990 SHELL!$SHELL$ac_delim
26991 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26992 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26993 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26994 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26995 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26996 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26997 exec_prefix!$exec_prefix$ac_delim
26998 prefix!$prefix$ac_delim
26999 program_transform_name!$program_transform_name$ac_delim
27000 bindir!$bindir$ac_delim
27001 sbindir!$sbindir$ac_delim
27002 libexecdir!$libexecdir$ac_delim
27003 datarootdir!$datarootdir$ac_delim
27004 datadir!$datadir$ac_delim
27005 sysconfdir!$sysconfdir$ac_delim
27006 sharedstatedir!$sharedstatedir$ac_delim
27007 localstatedir!$localstatedir$ac_delim
27008 includedir!$includedir$ac_delim
27009 oldincludedir!$oldincludedir$ac_delim
27010 docdir!$docdir$ac_delim
27011 infodir!$infodir$ac_delim
27012 htmldir!$htmldir$ac_delim
27013 dvidir!$dvidir$ac_delim
27014 pdfdir!$pdfdir$ac_delim
27015 psdir!$psdir$ac_delim
27016 libdir!$libdir$ac_delim
27017 localedir!$localedir$ac_delim
27018 mandir!$mandir$ac_delim
27019 DEFS!$DEFS$ac_delim
27020 ECHO_C!$ECHO_C$ac_delim
27021 ECHO_N!$ECHO_N$ac_delim
27022 ECHO_T!$ECHO_T$ac_delim
27023 LIBS!$LIBS$ac_delim
27024 build_alias!$build_alias$ac_delim
27025 host_alias!$host_alias$ac_delim
27026 target_alias!$target_alias$ac_delim
27027 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27028 build!$build$ac_delim
27029 build_cpu!$build_cpu$ac_delim
27030 build_vendor!$build_vendor$ac_delim
27031 build_os!$build_os$ac_delim
27032 host!$host$ac_delim
27033 host_cpu!$host_cpu$ac_delim
27034 host_vendor!$host_vendor$ac_delim
27035 host_os!$host_os$ac_delim
27036 WIN16_FILES!$WIN16_FILES$ac_delim
27037 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27038 SET_MAKE!$SET_MAKE$ac_delim
27040 CFLAGS!$CFLAGS$ac_delim
27041 LDFLAGS!$LDFLAGS$ac_delim
27042 CPPFLAGS!$CPPFLAGS$ac_delim
27043 ac_ct_CC!$ac_ct_CC$ac_delim
27044 EXEEXT!$EXEEXT$ac_delim
27045 OBJEXT!$OBJEXT$ac_delim
27047 CXXFLAGS!$CXXFLAGS$ac_delim
27048 ac_ct_CXX!$ac_ct_CXX$ac_delim
27049 CPPBIN!$CPPBIN$ac_delim
27050 TOOLSDIR!$TOOLSDIR$ac_delim
27051 XMKMF!$XMKMF$ac_delim
27053 X_CFLAGS!$X_CFLAGS$ac_delim
27054 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27055 X_LIBS!$X_LIBS$ac_delim
27056 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27057 FLEX!$FLEX$ac_delim
27058 BISON!$BISON$ac_delim
27060 ac_ct_AS!$ac_ct_AS$ac_delim
27062 ac_ct_LD!$ac_ct_LD$ac_delim
27064 ac_ct_NM!$ac_ct_NM$ac_delim
27066 ac_ct_AR!$ac_ct_AR$ac_delim
27067 ARFLAGS!$ARFLAGS$ac_delim
27068 RANLIB!$RANLIB$ac_delim
27069 STRIP!$STRIP$ac_delim
27070 WINDRES!$WINDRES$ac_delim
27071 LN_S!$LN_S$ac_delim
27074 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27076 elif $ac_last_try; then
27077 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27078 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27079 { (exit 1); exit 1; }; }
27081 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27085 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27086 if test -n "$ac_eof"; then
27087 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27088 ac_eof
=`expr $ac_eof + 1`
27091 cat >>$CONFIG_STATUS <<_ACEOF
27092 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27093 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27094 /^[ ]*@MAKE_RULES@[ ]*$/{
27098 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27102 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27103 r $MAKE_IMPLIB_RULES
27106 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27110 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27116 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27117 s/^/s,@/; s/!/@,|#_!!_#|/
27120 s/'"$ac_delim"'$/,g/; t
27122 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27123 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27124 rm -f conf$
$subs.
sed
27125 cat >>$CONFIG_STATUS <<_ACEOF
27131 for ac_last_try
in false false false false false
:; do
27132 cat >conf$
$subs.
sed <<_ACEOF
27134 GREP!$GREP$ac_delim
27135 EGREP!$EGREP$ac_delim
27136 LDCONFIG!$LDCONFIG$ac_delim
27137 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27138 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27139 INSTALL_DATA!$INSTALL_DATA$ac_delim
27140 LINT!$LINT$ac_delim
27141 LINTFLAGS!$LINTFLAGS$ac_delim
27142 FONTFORGE!$FONTFORGE$ac_delim
27143 PKG_CONFIG!$PKG_CONFIG$ac_delim
27144 RSVG!$RSVG$ac_delim
27145 ICOTOOL!$ICOTOOL$ac_delim
27146 PRELINK!$PRELINK$ac_delim
27147 LIBPTHREAD!$LIBPTHREAD$ac_delim
27148 XLIB!$XLIB$ac_delim
27149 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27150 DLLEXT!$DLLEXT$ac_delim
27151 DLLFLAGS!$DLLFLAGS$ac_delim
27152 LDSHARED!$LDSHARED$ac_delim
27153 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27154 LIBEXT!$LIBEXT$ac_delim
27155 IMPLIBEXT!$IMPLIBEXT$ac_delim
27156 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27157 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27159 DLLTOOL!$DLLTOOL$ac_delim
27160 DLLWRAP!$DLLWRAP$ac_delim
27161 MINGWAR!$MINGWAR$ac_delim
27162 SECURITYLIB!$SECURITYLIB$ac_delim
27163 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27164 IOKITLIB!$IOKITLIB$ac_delim
27165 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27166 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27167 COREAUDIO!$COREAUDIO$ac_delim
27168 CARBONLIB!$CARBONLIB$ac_delim
27169 CROSSCC!$CROSSCC$ac_delim
27170 CROSSWINDRES!$CROSSWINDRES$ac_delim
27171 CROSSTEST!$CROSSTEST$ac_delim
27172 NASLIBS!$NASLIBS$ac_delim
27173 XML2LIBS!$XML2LIBS$ac_delim
27174 XML2INCL!$XML2INCL$ac_delim
27175 XSLTLIBS!$XSLTLIBS$ac_delim
27176 XSLTINCL!$XSLTINCL$ac_delim
27177 HALINCL!$HALINCL$ac_delim
27178 GNUTLSINCL!$GNUTLSINCL$ac_delim
27179 sane_devel!$sane_devel$ac_delim
27180 SANEINCL!$SANEINCL$ac_delim
27181 gphoto2_devel!$gphoto2_devel$ac_delim
27182 gphoto2port_devel!$gphoto2port_devel$ac_delim
27183 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27184 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27185 RESOLVLIBS!$RESOLVLIBS$ac_delim
27186 LCMSLIBS!$LCMSLIBS$ac_delim
27187 ft_devel!$ft_devel$ac_delim
27188 FREETYPELIBS!$FREETYPELIBS$ac_delim
27189 FREETYPEINCL!$FREETYPEINCL$ac_delim
27190 ESDCONFIG!$ESDCONFIG$ac_delim
27191 ESDINCL!$ESDINCL$ac_delim
27192 ESDLIBS!$ESDLIBS$ac_delim
27193 ALSALIBS!$ALSALIBS$ac_delim
27194 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27195 CUPSINCL!$CUPSINCL$ac_delim
27196 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27197 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27198 BUILTINFLAG!$BUILTINFLAG$ac_delim
27199 LDPATH!$LDPATH$ac_delim
27200 CRTLIBS!$CRTLIBS$ac_delim
27201 SOCKETLIBS!$SOCKETLIBS$ac_delim
27202 MAIN_BINARY!$MAIN_BINARY$ac_delim
27203 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27204 LIBDL!$LIBDL$ac_delim
27205 LIBPOLL!$LIBPOLL$ac_delim
27206 LDAPLIBS!$LDAPLIBS$ac_delim
27207 DEPENDENCIES!$DEPENDENCIES$ac_delim
27208 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27209 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27210 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27211 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27212 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27213 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27214 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27215 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27216 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27217 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27218 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27219 LIBOBJS!$LIBOBJS$ac_delim
27220 LTLIBOBJS!$LTLIBOBJS$ac_delim
27223 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27225 elif $ac_last_try; then
27226 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27227 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27228 { (exit 1); exit 1; }; }
27230 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27234 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27235 if test -n "$ac_eof"; then
27236 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27237 ac_eof
=`expr $ac_eof + 1`
27240 cat >>$CONFIG_STATUS <<_ACEOF
27241 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27242 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27245 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27246 s/^/s,@/; s/!/@,|#_!!_#|/
27249 s/'"$ac_delim"'$/,g/; t
27251 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27252 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27253 rm -f conf$
$subs.
sed
27254 cat >>$CONFIG_STATUS <<_ACEOF
27261 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27262 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27263 # trailing colons and then remove the whole line if VPATH becomes empty
27264 # (actually we leave an empty line to preserve line numbers).
27265 if test "x$srcdir" = x.
; then
27266 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27267 s/:*\$(srcdir):*/:/
27268 s/:*\${srcdir}:*/:/
27270 s/^\([^=]*=[ ]*\):*/\1/
27276 cat >>$CONFIG_STATUS <<\_ACEOF
27277 fi # test -n "$CONFIG_FILES"
27280 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27283 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27285 case $ac_mode$ac_tag in
27287 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27288 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27289 { (exit 1); exit 1; }; };;
27290 :[FH
]-) ac_tag
=-:-;;
27291 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27308 -) ac_f
="$tmp/stdin";;
27309 *) # Look for the file first in the build tree, then in the source tree
27310 # (if the path is not absolute). The absolute path cannot be DOS-style,
27311 # because $ac_f cannot contain `:'.
27315 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27317 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27318 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27319 { (exit 1); exit 1; }; };;
27321 ac_file_inputs
="$ac_file_inputs $ac_f"
27324 # Let's still pretend it is `configure' which instantiates (i.e., don't
27325 # use $as_me), people would be surprised to read:
27326 # /* config.h. Generated by config.status. */
27327 configure_input
="Generated from "`IFS=:
27328 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27329 if test x
"$ac_file" != x-
; then
27330 configure_input
="$ac_file. $configure_input"
27331 { echo "$as_me:$LINENO: creating $ac_file" >&5
27332 echo "$as_me: creating $ac_file" >&6;}
27336 *:-:* |
*:-) cat >"$tmp/stdin";;
27341 ac_dir
=`$as_dirname -- "$ac_file" ||
27342 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27343 X"$ac_file" : 'X\(//\)[^/]' \| \
27344 X"$ac_file" : 'X\(//\)$' \| \
27345 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27351 /^X\(\/\/\)[^/].*/{
27366 -*) as_dir
=.
/$as_dir;;
27368 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27372 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27373 *) as_qdir
=$as_dir;;
27375 as_dirs
="'$as_qdir' $as_dirs"
27376 as_dir
=`$as_dirname -- "$as_dir" ||
27377 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27378 X"$as_dir" : 'X\(//\)[^/]' \| \
27379 X"$as_dir" : 'X\(//\)$' \| \
27380 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27382 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27386 /^X\(\/\/\)[^/].*/{
27399 test -d "$as_dir" && break
27401 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27402 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27403 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27404 { (exit 1); exit 1; }; }; }
27408 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27410 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27411 # A ".." for each directory in $ac_dir_suffix.
27412 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27413 case $ac_top_builddir_sub in
27414 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27415 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27418 ac_abs_top_builddir
=$ac_pwd
27419 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27420 # for backward compatibility:
27421 ac_top_builddir
=$ac_top_build_prefix
27424 .
) # We are building in place.
27426 ac_top_srcdir
=$ac_top_builddir_sub
27427 ac_abs_top_srcdir
=$ac_pwd ;;
27428 [\\/]* | ?
:[\\/]* ) # Absolute name.
27429 ac_srcdir
=$srcdir$ac_dir_suffix;
27430 ac_top_srcdir
=$srcdir
27431 ac_abs_top_srcdir
=$srcdir ;;
27432 *) # Relative name.
27433 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27434 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27435 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27437 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27447 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27448 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27452 cat >>$CONFIG_STATUS <<\_ACEOF
27453 # If the template does not know about datarootdir, expand it.
27454 # FIXME: This hack should be removed a few years after 2.60.
27455 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27457 case `sed -n '/datarootdir/ {
27466 ' $ac_file_inputs` in
27467 *datarootdir
*) ac_datarootdir_seen
=yes;;
27468 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27469 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27470 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27472 cat >>$CONFIG_STATUS <<_ACEOF
27473 ac_datarootdir_hack='
27474 s&@datadir@&$datadir&g
27475 s&@docdir@&$docdir&g
27476 s&@infodir@&$infodir&g
27477 s&@localedir@&$localedir&g
27478 s&@mandir@&$mandir&g
27479 s&\\\${datarootdir}&$datarootdir&g' ;;
27483 # Neutralize VPATH when `$srcdir' = `.'.
27484 # Shell code in configure.ac might set extrasub.
27485 # FIXME: do we really want to maintain this feature?
27486 cat >>$CONFIG_STATUS <<_ACEOF
27490 cat >>$CONFIG_STATUS <<\_ACEOF
27492 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27493 s
&@configure_input@
&$configure_input&;t t
27494 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27495 s
&@srcdir@
&$ac_srcdir&;t t
27496 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27497 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27498 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27499 s
&@builddir@
&$ac_builddir&;t t
27500 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27501 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27502 s
&@INSTALL@
&$ac_INSTALL&;t t
27503 $ac_datarootdir_hack
27504 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27506 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27507 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27508 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27509 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27510 which seems to be undefined. Please make sure it is defined." >&5
27511 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27512 which seems to be undefined. Please make sure it is defined." >&2;}
27516 -) cat "$tmp/out"; rm -f "$tmp/out";;
27517 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27526 # Transform confdefs.h into a sed script `conftest.defines', that
27527 # substitutes the proper values into config.h.in to produce config.h.
27528 rm -f conftest.defines conftest.
tail
27529 # First, append a space to every undef/define line, to ease matching.
27530 echo 's/$/ /' >conftest.defines
27531 # Then, protect against being on the right side of a sed subst, or in
27532 # an unquoted here document, in config.status. If some macros were
27533 # called several times there might be several #defines for the same
27534 # symbol, which is useless. But do not sort them, since the last
27535 # AC_DEFINE must be honored.
27536 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27537 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27538 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27539 # PARAMS is the parameter list in the macro definition--in most cases, it's
27540 # just an empty string.
27541 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27542 ac_dB
='\\)[ (].*,\\1define\\2'
27550 s/^[ ]*#[ ]*define[ ][ ]*//
27555 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27556 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27557 ' >>conftest.defines
27559 # Remove the space that was appended to ease matching.
27560 # Then replace #undef with comments. This is necessary, for
27561 # example, in the case of _POSIX_SOURCE, which is predefined and required
27562 # on some systems where configure will not decide to define it.
27563 # (The regexp can be short, since the line contains either #define or #undef.)
27565 s,^[ #]*u.*,/* & */,' >>conftest.defines
27567 # Break up conftest.defines:
27568 ac_max_sed_lines
=50
27570 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27571 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27572 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27574 ac_in
='$ac_file_inputs'
27575 ac_out
='"$tmp/out1"'
27576 ac_nxt
='"$tmp/out2"'
27580 # Write a here document:
27581 cat >>$CONFIG_STATUS <<_ACEOF
27582 # First, check the format of the line:
27583 cat >"\$tmp/defines.sed" <<\\CEOF
27584 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27585 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27589 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27591 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27592 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27593 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27594 grep . conftest.
tail >/dev
/null ||
break
27595 rm -f conftest.defines
27596 mv conftest.
tail conftest.defines
27598 rm -f conftest.defines conftest.
tail
27600 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27601 cat >>$CONFIG_STATUS <<\_ACEOF
27602 if test x
"$ac_file" != x-
; then
27603 echo "/* $configure_input */" >"$tmp/config.h"
27604 cat "$ac_result" >>"$tmp/config.h"
27605 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27606 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27607 echo "$as_me: $ac_file is unchanged" >&6;}
27610 mv "$tmp/config.h" $ac_file
27613 echo "/* $configure_input */"
27619 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27620 echo "$as_me: executing $ac_file commands" >&6;}
27625 case $ac_file$ac_mode in
27626 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27627 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27628 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27629 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27630 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27631 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27632 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27633 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27634 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27635 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27636 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27637 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27638 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27644 { (exit 0); exit 0; }
27646 chmod +x
$CONFIG_STATUS
27647 ac_clean_files
=$ac_clean_files_save
27650 # configure is writing to config.log, and then calls config.status.
27651 # config.status does its own redirection, appending to config.log.
27652 # Unfortunately, on DOS this fails, as config.log is still kept open
27653 # by configure, so config.status won't be able to write to it; its
27654 # output is simply discarded. So we exec the FD to /dev/null,
27655 # effectively closing config.log, so it can be properly (re)opened and
27656 # appended to by config.status. When coming back to configure, we
27657 # need to make the FD available again.
27658 if test "$no_create" != yes; then
27660 ac_config_status_args
=
27661 test "$silent" = yes &&
27662 ac_config_status_args
="$ac_config_status_args --quiet"
27664 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27666 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27667 # would make configure fail if this is the last instruction.
27668 $ac_cs_success ||
{ (exit 1); exit 1; }
27672 if test "$no_create" = "yes"
27679 if test "x$wine_notices != "x
; then
27681 for msg
in $wine_notices; do
27682 if test -n "$msg"; then
27683 { echo "$as_me:$LINENO: $msg" >&5
27684 echo "$as_me: $msg" >&6;}
27688 for msg
in $wine_warnings; do
27689 if test -n "$msg"; then
27691 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27692 echo "$as_me: WARNING: $msg" >&2;}
27698 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.