2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 0.9.40.
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
='0.9.40'
578 PACKAGE_STRING
='Wine 0.9.40'
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
772 ac_subst_files
='MAKE_RULES
777 ac_precious_vars
='build_alias
792 # Initialize some variables set by options.
794 ac_init_version
=false
795 # The variables have the same names as the options, with
796 # dashes changed to underlines.
804 program_transform_name
=s
,x
,x
,
812 # Installation directory options.
813 # These are left unexpanded so users can "make install exec_prefix=/foo"
814 # and all the variables that are supposed to be based on exec_prefix
815 # by default will actually change.
816 # Use braces instead of parens because sh, perl, etc. also accept them.
817 # (The list follows the same order as the GNU Coding Standards.)
818 bindir
='${exec_prefix}/bin'
819 sbindir
='${exec_prefix}/sbin'
820 libexecdir
='${exec_prefix}/libexec'
821 datarootdir
='${prefix}/share'
822 datadir
='${datarootdir}'
823 sysconfdir
='${prefix}/etc'
824 sharedstatedir
='${prefix}/com'
825 localstatedir
='${prefix}/var'
826 includedir
='${prefix}/include'
827 oldincludedir
='/usr/include'
828 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
829 infodir
='${datarootdir}/info'
834 libdir
='${exec_prefix}/lib'
835 localedir
='${datarootdir}/locale'
836 mandir
='${datarootdir}/man'
842 # If the previous option needs an argument, assign it.
843 if test -n "$ac_prev"; then
844 eval $ac_prev=\
$ac_option
850 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 # Accept the important Cygnus configure options, so we can diagnose typos.
856 case $ac_dashdash$ac_option in
860 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
862 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
865 -build |
--build |
--buil |
--bui |
--bu)
866 ac_prev
=build_alias
;;
867 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
868 build_alias
=$ac_optarg ;;
870 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
871 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
872 ac_prev
=cache_file
;;
873 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
874 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
875 cache_file
=$ac_optarg ;;
878 cache_file
=config.cache
;;
880 -datadir |
--datadir |
--datadi |
--datad)
882 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
883 datadir
=$ac_optarg ;;
885 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
886 |
--dataroo |
--dataro |
--datar)
887 ac_prev
=datarootdir
;;
888 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
889 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
890 datarootdir
=$ac_optarg ;;
892 -disable-* |
--disable-*)
893 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
894 # Reject names that are not valid shell variable names.
895 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
896 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
897 { (exit 1); exit 1; }; }
898 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
899 eval enable_
$ac_feature=no
;;
901 -docdir |
--docdir |
--docdi |
--doc |
--do)
903 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
906 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
908 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
911 -enable-* |
--enable-*)
912 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913 # Reject names that are not valid shell variable names.
914 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
915 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
916 { (exit 1); exit 1; }; }
917 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
918 eval enable_
$ac_feature=\
$ac_optarg ;;
920 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
921 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
922 |
--exec |
--exe |
--ex)
923 ac_prev
=exec_prefix
;;
924 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
925 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
926 |
--exec=* |
--exe=* |
--ex=*)
927 exec_prefix
=$ac_optarg ;;
929 -gas |
--gas |
--ga |
--g)
930 # Obsolete; use --with-gas.
933 -help |
--help |
--hel |
--he |
-h)
935 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
936 ac_init_help
=recursive
;;
937 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
938 ac_init_help
=short
;;
940 -host |
--host |
--hos |
--ho)
941 ac_prev
=host_alias
;;
942 -host=* |
--host=* |
--hos=* |
--ho=*)
943 host_alias
=$ac_optarg ;;
945 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
947 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
949 htmldir
=$ac_optarg ;;
951 -includedir |
--includedir |
--includedi |
--included |
--include \
952 |
--includ |
--inclu |
--incl |
--inc)
953 ac_prev
=includedir
;;
954 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
955 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
956 includedir
=$ac_optarg ;;
958 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
960 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
961 infodir
=$ac_optarg ;;
963 -libdir |
--libdir |
--libdi |
--libd)
965 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
968 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
969 |
--libexe |
--libex |
--libe)
970 ac_prev
=libexecdir
;;
971 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
972 |
--libexe=* |
--libex=* |
--libe=*)
973 libexecdir
=$ac_optarg ;;
975 -localedir |
--localedir |
--localedi |
--localed |
--locale)
977 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
978 localedir
=$ac_optarg ;;
980 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
981 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
982 ac_prev
=localstatedir
;;
983 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
984 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
985 localstatedir
=$ac_optarg ;;
987 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
989 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
993 # Obsolete; use --without-fp.
996 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
997 |
--no-cr |
--no-c |
-n)
1000 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1001 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1004 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1005 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1006 |
--oldin |
--oldi |
--old |
--ol |
--o)
1007 ac_prev
=oldincludedir
;;
1008 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1009 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1010 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1011 oldincludedir
=$ac_optarg ;;
1013 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1015 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1016 prefix
=$ac_optarg ;;
1018 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1019 |
--program-pre |
--program-pr |
--program-p)
1020 ac_prev
=program_prefix
;;
1021 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1022 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1023 program_prefix
=$ac_optarg ;;
1025 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1026 |
--program-suf |
--program-su |
--program-s)
1027 ac_prev
=program_suffix
;;
1028 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1029 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1030 program_suffix
=$ac_optarg ;;
1032 -program-transform-name |
--program-transform-name \
1033 |
--program-transform-nam |
--program-transform-na \
1034 |
--program-transform-n |
--program-transform- \
1035 |
--program-transform |
--program-transfor \
1036 |
--program-transfo |
--program-transf \
1037 |
--program-trans |
--program-tran \
1038 |
--progr-tra |
--program-tr |
--program-t)
1039 ac_prev
=program_transform_name
;;
1040 -program-transform-name=* |
--program-transform-name=* \
1041 |
--program-transform-nam=* |
--program-transform-na=* \
1042 |
--program-transform-n=* |
--program-transform-=* \
1043 |
--program-transform=* |
--program-transfor=* \
1044 |
--program-transfo=* |
--program-transf=* \
1045 |
--program-trans=* |
--program-tran=* \
1046 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1047 program_transform_name
=$ac_optarg ;;
1049 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1051 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1052 pdfdir
=$ac_optarg ;;
1054 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1056 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1059 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1060 |
-silent |
--silent |
--silen |
--sile |
--sil)
1063 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1065 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1067 sbindir
=$ac_optarg ;;
1069 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1070 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1071 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1073 ac_prev
=sharedstatedir
;;
1074 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1075 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1076 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1078 sharedstatedir
=$ac_optarg ;;
1080 -site |
--site |
--sit)
1082 -site=* |
--site=* |
--sit=*)
1085 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1087 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1088 srcdir
=$ac_optarg ;;
1090 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1091 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1092 ac_prev
=sysconfdir
;;
1093 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1094 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1095 sysconfdir
=$ac_optarg ;;
1097 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1098 ac_prev
=target_alias
;;
1099 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1100 target_alias
=$ac_optarg ;;
1102 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1105 -version |
--version |
--versio |
--versi |
--vers |
-V)
1106 ac_init_version
=: ;;
1109 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1110 # Reject names that are not valid shell variable names.
1111 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1112 { echo "$as_me: error: invalid package name: $ac_package" >&2
1113 { (exit 1); exit 1; }; }
1114 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1115 eval with_
$ac_package=\
$ac_optarg ;;
1117 -without-* |
--without-*)
1118 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1119 # Reject names that are not valid shell variable names.
1120 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1121 { echo "$as_me: error: invalid package name: $ac_package" >&2
1122 { (exit 1); exit 1; }; }
1123 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1124 eval with_
$ac_package=no
;;
1127 # Obsolete; use --with-x.
1130 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1131 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1132 ac_prev
=x_includes
;;
1133 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1134 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1135 x_includes
=$ac_optarg ;;
1137 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1138 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1139 ac_prev
=x_libraries
;;
1140 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1141 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1142 x_libraries
=$ac_optarg ;;
1144 -*) { echo "$as_me: error: unrecognized option: $ac_option
1145 Try \`$0 --help' for more information." >&2
1146 { (exit 1); exit 1; }; }
1150 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1151 # Reject names that are not valid shell variable names.
1152 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1153 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1154 { (exit 1); exit 1; }; }
1155 eval $ac_envvar=\
$ac_optarg
1156 export $ac_envvar ;;
1159 # FIXME: should be removed in autoconf 3.0.
1160 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1161 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1162 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1163 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1169 if test -n "$ac_prev"; then
1170 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1171 { echo "$as_me: error: missing argument to $ac_option" >&2
1172 { (exit 1); exit 1; }; }
1175 # Be sure to have absolute directory names.
1176 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1177 datadir sysconfdir sharedstatedir localstatedir includedir \
1178 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1179 libdir localedir mandir
1181 eval ac_val
=\$
$ac_var
1183 [\\/$
]* | ?
:[\\/]* ) continue;;
1184 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1186 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1187 { (exit 1); exit 1; }; }
1190 # There might be people who depend on the old broken behavior: `$host'
1191 # used to hold the argument of --host etc.
1192 # FIXME: To remove some day.
1195 target
=$target_alias
1197 # FIXME: To remove some day.
1198 if test "x$host_alias" != x
; then
1199 if test "x$build_alias" = x
; then
1200 cross_compiling
=maybe
1201 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1202 If a cross compiler is detected then cross compile mode will be used." >&2
1203 elif test "x$build_alias" != "x$host_alias"; then
1209 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1211 test "$silent" = yes && exec 6>/dev
/null
1214 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1215 ac_ls_di
=`ls -di .` &&
1216 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1217 { echo "$as_me: error: Working directory cannot be determined" >&2
1218 { (exit 1); exit 1; }; }
1219 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1220 { echo "$as_me: error: pwd does not report name of working directory" >&2
1221 { (exit 1); exit 1; }; }
1224 # Find the source files, if location was not specified.
1225 if test -z "$srcdir"; then
1226 ac_srcdir_defaulted
=yes
1227 # Try the directory containing this script, then the parent directory.
1228 ac_confdir
=`$as_dirname -- "$0" ||
1229 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1230 X"$0" : 'X\(//\)[^/]' \| \
1231 X"$0" : 'X\(//\)$' \| \
1232 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1234 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 if test ! -r "$srcdir/$ac_unique_file"; then
1256 ac_srcdir_defaulted
=no
1258 if test ! -r "$srcdir/$ac_unique_file"; then
1259 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1260 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1261 { (exit 1); exit 1; }; }
1263 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1265 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1266 { (exit 1); exit 1; }; }
1268 # When building in place, set srcdir=.
1269 if test "$ac_abs_confdir" = "$ac_pwd"; then
1272 # Remove unnecessary trailing slashes from srcdir.
1273 # Double slashes in file names in object file debugging info
1274 # mess up M-x gdb in Emacs.
1276 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1278 for ac_var
in $ac_precious_vars; do
1279 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1280 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1281 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1282 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1286 # Report the --help message.
1288 if test "$ac_init_help" = "long"; then
1289 # Omit some internal or obsolete options to make the list less imposing.
1290 # This message is too long to be a string in the A/UX 3.1 sh.
1292 \`configure' configures Wine 0.9.40 to adapt to many kinds of systems.
1294 Usage: $0 [OPTION]... [VAR=VALUE]...
1296 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1297 VAR=VALUE. See below for descriptions of some of the useful variables.
1299 Defaults for the options are specified in brackets.
1302 -h, --help display this help and exit
1303 --help=short display options specific to this package
1304 --help=recursive display the short help of all the included packages
1305 -V, --version display version information and exit
1306 -q, --quiet, --silent do not print \`checking...' messages
1307 --cache-file=FILE cache test results in FILE [disabled]
1308 -C, --config-cache alias for \`--cache-file=config.cache'
1309 -n, --no-create do not create output files
1310 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1312 Installation directories:
1313 --prefix=PREFIX install architecture-independent files in PREFIX
1314 [$ac_default_prefix]
1315 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1318 By default, \`make install' will install all the files in
1319 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1320 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1321 for instance \`--prefix=\$HOME'.
1323 For better control, use the options below.
1325 Fine tuning of the installation directories:
1326 --bindir=DIR user executables [EPREFIX/bin]
1327 --sbindir=DIR system admin executables [EPREFIX/sbin]
1328 --libexecdir=DIR program executables [EPREFIX/libexec]
1329 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1330 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1331 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1332 --libdir=DIR object code libraries [EPREFIX/lib]
1333 --includedir=DIR C header files [PREFIX/include]
1334 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1335 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1336 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1337 --infodir=DIR info documentation [DATAROOTDIR/info]
1338 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1339 --mandir=DIR man documentation [DATAROOTDIR/man]
1340 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1341 --htmldir=DIR html documentation [DOCDIR]
1342 --dvidir=DIR dvi documentation [DOCDIR]
1343 --pdfdir=DIR pdf documentation [DOCDIR]
1344 --psdir=DIR ps documentation [DOCDIR]
1350 --x-includes=DIR X include files are
in DIR
1351 --x-libraries=DIR X library files are
in DIR
1354 --build=BUILD configure
for building on BUILD
[guessed
]
1355 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1359 if test -n "$ac_init_help"; then
1360 case $ac_init_help in
1361 short | recursive
) echo "Configuration of Wine 0.9.40:";;
1366 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1367 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1368 --disable-win16 do not include Win16 support
1369 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1373 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1374 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1375 --without-opengl do not use OpenGL
1376 --with-wine-tools=<dir> use Wine tools from directory <dir>
1377 --with-x use the X Window System
1379 Some influential environment variables:
1380 CC C compiler command
1381 CFLAGS C compiler flags
1382 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1383 nonstandard directory <lib dir>
1384 LIBS libraries to pass to the linker, e.g. -l<library>
1385 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1386 you have headers in a nonstandard directory <include dir>
1387 CXX C++ compiler command
1388 CXXFLAGS C++ compiler flags
1389 XMKMF Path to xmkmf, Makefile generator for X Window System
1392 Use these variables to override the choices made by `configure' or to
help
1393 it to
find libraries and programs with nonstandard names
/locations.
1395 Report bugs to
<wine-devel@winehq.org
>.
1400 if test "$ac_init_help" = "recursive"; then
1401 # If there are subdirs, report their specific --help.
1402 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1403 test -d "$ac_dir" ||
continue
1407 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1409 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1410 # A ".." for each directory in $ac_dir_suffix.
1411 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1412 case $ac_top_builddir_sub in
1413 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1414 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1417 ac_abs_top_builddir
=$ac_pwd
1418 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1419 # for backward compatibility:
1420 ac_top_builddir
=$ac_top_build_prefix
1423 .
) # We are building in place.
1425 ac_top_srcdir
=$ac_top_builddir_sub
1426 ac_abs_top_srcdir
=$ac_pwd ;;
1427 [\\/]* | ?
:[\\/]* ) # Absolute name.
1428 ac_srcdir
=$srcdir$ac_dir_suffix;
1429 ac_top_srcdir
=$srcdir
1430 ac_abs_top_srcdir
=$srcdir ;;
1432 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1433 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1434 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1436 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1438 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1439 # Check for guested configure.
1440 if test -f "$ac_srcdir/configure.gnu"; then
1442 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1443 elif test -f "$ac_srcdir/configure"; then
1445 $SHELL "$ac_srcdir/configure" --help=recursive
1447 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1449 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1453 test -n "$ac_init_help" && exit $ac_status
1454 if $ac_init_version; then
1456 Wine configure
0.9.40
1457 generated by GNU Autoconf
2.61
1459 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1460 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1461 This configure
script is free software
; the Free Software Foundation
1462 gives unlimited permission to copy
, distribute and modify it.
1466 cat >config.log
<<_ACEOF
1467 This file contains any messages produced by compilers while
1468 running configure, to aid debugging if configure makes a mistake.
1470 It was created by Wine $as_me 0.9.40, which was
1471 generated by GNU Autoconf 2.61. Invocation command line was
1483 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1484 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1485 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1486 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1487 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1489 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1490 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1492 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1493 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1494 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1495 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1496 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1497 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1498 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1506 test -z "$as_dir" && as_dir
=.
1507 echo "PATH: $as_dir"
1523 # Keep a trace of the command line.
1524 # Strip out --no-create and --no-recursion so they do not pile up.
1525 # Strip out --silent because we don't want to record it for future runs.
1526 # Also quote any args containing shell meta-characters.
1527 # Make two passes to allow for proper duplicate-argument suppression.
1531 ac_must_keep_next
=false
1537 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1538 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1539 |
-silent |
--silent |
--silen |
--sile |
--sil)
1542 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1545 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1547 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1548 if test $ac_must_keep_next = true
; then
1549 ac_must_keep_next
=false
# Got value, back to normal.
1552 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1553 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1554 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1555 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1556 case "$ac_configure_args0 " in
1557 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1560 -* ) ac_must_keep_next
=true
;;
1563 ac_configure_args
="$ac_configure_args '$ac_arg'"
1568 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1569 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1571 # When interrupted or exit'd, cleanup temporary files, and complete
1572 # config.log. We remove comments because anyway the quotes in there
1573 # would cause problems or look ugly.
1574 # WARNING: Use '\'' to represent an apostrophe within the trap.
1575 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1576 trap 'exit_status=$?
1577 # Save into config.log some information that might help in debugging.
1582 ## ---------------- ##
1583 ## Cache variables. ##
1584 ## ---------------- ##
1587 # The following way of writing the cache mishandles newlines in values,
1589 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1590 eval ac_val=\$$ac_var
1594 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1595 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1598 _ | IFS | as_nl) ;; #(
1599 *) $as_unset $ac_var ;;
1604 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1605 *${as_nl}ac_space=\ *)
1607 "s/'\''/'\''\\\\'\'''\''/g;
1608 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1611 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1619 ## ----------------- ##
1620 ## Output variables. ##
1621 ## ----------------- ##
1624 for ac_var in $ac_subst_vars
1626 eval ac_val=\$$ac_var
1628 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1630 echo "$ac_var='\''$ac_val'\''"
1634 if test -n "$ac_subst_files"; then
1636 ## ------------------- ##
1637 ## File substitutions. ##
1638 ## ------------------- ##
1641 for ac_var
in $ac_subst_files
1643 eval ac_val
=\$
$ac_var
1645 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1647 echo "$ac_var='\''$ac_val'\''"
1652 if test -s confdefs.h; then
1662 test "$ac_signal" != 0 &&
1663 echo "$as_me: caught signal $ac_signal"
1664 echo "$as_me: exit $exit_status"
1666 rm -f core *.core core.conftest.* &&
1667 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1670 for ac_signal
in 1 2 13 15; do
1671 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1675 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1676 rm -f -r conftest
* confdefs.h
1678 # Predefined preprocessor variables.
1680 cat >>confdefs.h
<<_ACEOF
1681 #define PACKAGE_NAME "$PACKAGE_NAME"
1685 cat >>confdefs.h
<<_ACEOF
1686 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1690 cat >>confdefs.h
<<_ACEOF
1691 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1695 cat >>confdefs.h
<<_ACEOF
1696 #define PACKAGE_STRING "$PACKAGE_STRING"
1700 cat >>confdefs.h
<<_ACEOF
1701 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1705 # Let the site file select an alternate cache file if it wants to.
1706 # Prefer explicitly selected file to automatically selected ones.
1707 if test -n "$CONFIG_SITE"; then
1708 set x
"$CONFIG_SITE"
1709 elif test "x$prefix" != xNONE
; then
1710 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1712 set x
"$ac_default_prefix/share/config.site" \
1713 "$ac_default_prefix/etc/config.site"
1718 if test -r "$ac_site_file"; then
1719 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1720 echo "$as_me: loading site script $ac_site_file" >&6;}
1721 sed 's/^/| /' "$ac_site_file" >&5
1726 if test -r "$cache_file"; then
1727 # Some versions of bash will fail to source /dev/null (special
1728 # files actually), so we avoid doing that.
1729 if test -f "$cache_file"; then
1730 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1731 echo "$as_me: loading cache $cache_file" >&6;}
1733 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1734 *) .
"./$cache_file";;
1738 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1739 echo "$as_me: creating cache $cache_file" >&6;}
1743 # Check that the precious variables saved in the cache have kept the same
1745 ac_cache_corrupted
=false
1746 for ac_var
in $ac_precious_vars; do
1747 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1748 eval ac_new_set
=\
$ac_env_${ac_var}_set
1749 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1750 eval ac_new_val
=\
$ac_env_${ac_var}_value
1751 case $ac_old_set,$ac_new_set in
1753 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1754 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1755 ac_cache_corrupted
=: ;;
1757 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1758 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1759 ac_cache_corrupted
=: ;;
1762 if test "x$ac_old_val" != "x$ac_new_val"; then
1763 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1764 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1765 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1766 echo "$as_me: former value: $ac_old_val" >&2;}
1767 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1768 echo "$as_me: current value: $ac_new_val" >&2;}
1769 ac_cache_corrupted
=:
1772 # Pass precious variables to config.status.
1773 if test "$ac_new_set" = set; then
1775 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1776 *) ac_arg
=$ac_var=$ac_new_val ;;
1778 case " $ac_configure_args " in
1779 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1780 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1784 if $ac_cache_corrupted; then
1785 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1786 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1787 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1788 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1789 { (exit 1); exit 1; }; }
1817 ac_cpp
='$CPP $CPPFLAGS'
1818 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1819 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1820 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1824 ac_config_headers
="$ac_config_headers include/config.h"
1827 for ac_dir
in tools
"$srcdir"/tools
; do
1828 if test -f "$ac_dir/install-sh"; then
1830 ac_install_sh
="$ac_aux_dir/install-sh -c"
1832 elif test -f "$ac_dir/install.sh"; then
1834 ac_install_sh
="$ac_aux_dir/install.sh -c"
1836 elif test -f "$ac_dir/shtool"; then
1838 ac_install_sh
="$ac_aux_dir/shtool install -c"
1842 if test -z "$ac_aux_dir"; then
1843 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1844 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1845 { (exit 1); exit 1; }; }
1848 # These three variables are undocumented and unsupported,
1849 # and are intended to be withdrawn in a future Autoconf release.
1850 # They can cause serious problems if a builder's source tree is in a directory
1851 # whose full name contains unusual characters.
1852 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1853 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1854 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1859 # Check whether --enable-win16 was given.
1860 if test "${enable_win16+set}" = set; then
1861 enableval
=$enable_win16;
1864 # Check whether --enable-win64 was given.
1865 if test "${enable_win64+set}" = set; then
1866 enableval
=$enable_win64;
1871 # Check whether --with-opengl was given.
1872 if test "${with_opengl+set}" = set; then
1873 withval
=$with_opengl;
1877 # Check whether --with-wine-tools was given.
1878 if test "${with_wine_tools+set}" = set; then
1879 withval
=$with_wine_tools;
1883 # Make sure we can run config.sub.
1884 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
1885 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1886 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1887 { (exit 1); exit 1; }; }
1889 { echo "$as_me:$LINENO: checking build system type" >&5
1890 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1891 if test "${ac_cv_build+set}" = set; then
1892 echo $ECHO_N "(cached) $ECHO_C" >&6
1894 ac_build_alias
=$build_alias
1895 test "x$ac_build_alias" = x
&&
1896 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
1897 test "x$ac_build_alias" = x
&&
1898 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1899 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1900 { (exit 1); exit 1; }; }
1901 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1902 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1903 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1904 { (exit 1); exit 1; }; }
1907 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1908 echo "${ECHO_T}$ac_cv_build" >&6; }
1909 case $ac_cv_build in
1911 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1912 echo "$as_me: error: invalid value of canonical build" >&2;}
1913 { (exit 1); exit 1; }; };;
1916 ac_save_IFS
=$IFS; IFS
='-'
1922 # Remember, the first character of IFS is used to create $*,
1923 # except with old shells:
1926 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
1929 { echo "$as_me:$LINENO: checking host system type" >&5
1930 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1931 if test "${ac_cv_host+set}" = set; then
1932 echo $ECHO_N "(cached) $ECHO_C" >&6
1934 if test "x$host_alias" = x
; then
1935 ac_cv_host
=$ac_cv_build
1937 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1938 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1939 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1940 { (exit 1); exit 1; }; }
1944 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1945 echo "${ECHO_T}$ac_cv_host" >&6; }
1948 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1949 echo "$as_me: error: invalid value of canonical host" >&2;}
1950 { (exit 1); exit 1; }; };;
1953 ac_save_IFS
=$IFS; IFS
='-'
1959 # Remember, the first character of IFS is used to create $*,
1960 # except with old shells:
1963 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
1968 if test "x$enable_win64" != "xyes"
1970 test -n "$CC" || CC
="gcc -m32"
1971 test -n "$LD" || LD
="ld -m elf_i386"
1972 test -n "$AS" || AS
="as --32"
1980 if test "x$enable_win16" != "xno"
1987 WIN16_FILES
="\$(WIN16_FILES)"
1989 WIN16_INSTALL
="\$(WIN16_INSTALL)"
1991 if test "x$enable_win16" != "xyes"
1999 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2000 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2001 You need to run 'make distclean' in the source tree first." >&5
2002 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2003 You need to run 'make distclean' in the source tree first." >&2;}
2004 { (exit 1); exit 1; }; }
2009 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2010 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2011 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2012 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2013 echo $ECHO_N "(cached) $ECHO_C" >&6
2015 cat >conftest.
make <<\_ACEOF
2018 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2020 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2021 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2023 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2025 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2029 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2030 { echo "$as_me:$LINENO: result: yes" >&5
2031 echo "${ECHO_T}yes" >&6; }
2034 { echo "$as_me:$LINENO: result: no" >&5
2035 echo "${ECHO_T}no" >&6; }
2036 SET_MAKE
="MAKE=${MAKE-make}"
2040 ac_cpp
='$CPP $CPPFLAGS'
2041 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2042 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2043 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2044 if test -n "$ac_tool_prefix"; then
2045 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2046 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2049 if test "${ac_cv_prog_CC+set}" = set; then
2050 echo $ECHO_N "(cached) $ECHO_C" >&6
2052 if test -n "$CC"; then
2053 ac_cv_prog_CC
="$CC" # Let the user override the test.
2055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2059 test -z "$as_dir" && as_dir
=.
2060 for ac_exec_ext
in '' $ac_executable_extensions; do
2061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2062 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2073 if test -n "$CC"; then
2074 { echo "$as_me:$LINENO: result: $CC" >&5
2075 echo "${ECHO_T}$CC" >&6; }
2077 { echo "$as_me:$LINENO: result: no" >&5
2078 echo "${ECHO_T}no" >&6; }
2083 if test -z "$ac_cv_prog_CC"; then
2085 # Extract the first word of "gcc", so it can be a program name with args.
2086 set dummy gcc
; ac_word
=$2
2087 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2088 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2089 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2090 echo $ECHO_N "(cached) $ECHO_C" >&6
2092 if test -n "$ac_ct_CC"; then
2093 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2095 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2099 test -z "$as_dir" && as_dir
=.
2100 for ac_exec_ext
in '' $ac_executable_extensions; do
2101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2102 ac_cv_prog_ac_ct_CC
="gcc"
2103 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2112 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2113 if test -n "$ac_ct_CC"; then
2114 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2115 echo "${ECHO_T}$ac_ct_CC" >&6; }
2117 { echo "$as_me:$LINENO: result: no" >&5
2118 echo "${ECHO_T}no" >&6; }
2121 if test "x$ac_ct_CC" = x
; then
2124 case $cross_compiling:$ac_tool_warned in
2126 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2127 whose name does not start with the host triplet. If you think this
2128 configuration is useful to you, please write to autoconf@gnu.org." >&5
2129 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2130 whose name does not start with the host triplet. If you think this
2131 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2132 ac_tool_warned
=yes ;;
2140 if test -z "$CC"; then
2141 if test -n "$ac_tool_prefix"; then
2142 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2143 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2146 if test "${ac_cv_prog_CC+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2149 if test -n "$CC"; then
2150 ac_cv_prog_CC
="$CC" # Let the user override the test.
2152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2156 test -z "$as_dir" && as_dir
=.
2157 for ac_exec_ext
in '' $ac_executable_extensions; do
2158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2159 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2170 if test -n "$CC"; then
2171 { echo "$as_me:$LINENO: result: $CC" >&5
2172 echo "${ECHO_T}$CC" >&6; }
2174 { echo "$as_me:$LINENO: result: no" >&5
2175 echo "${ECHO_T}no" >&6; }
2181 if test -z "$CC"; then
2182 # Extract the first word of "cc", so it can be a program name with args.
2183 set dummy cc
; ac_word
=$2
2184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2186 if test "${ac_cv_prog_CC+set}" = set; then
2187 echo $ECHO_N "(cached) $ECHO_C" >&6
2189 if test -n "$CC"; then
2190 ac_cv_prog_CC
="$CC" # Let the user override the test.
2193 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2197 test -z "$as_dir" && as_dir
=.
2198 for ac_exec_ext
in '' $ac_executable_extensions; do
2199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2200 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2201 ac_prog_rejected
=yes
2205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2212 if test $ac_prog_rejected = yes; then
2213 # We found a bogon in the path, so make sure we never use it.
2214 set dummy
$ac_cv_prog_CC
2216 if test $# != 0; then
2217 # We chose a different compiler from the bogus one.
2218 # However, it has the same basename, so the bogon will be chosen
2219 # first if we set CC to just the basename; use the full file name.
2221 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2227 if test -n "$CC"; then
2228 { echo "$as_me:$LINENO: result: $CC" >&5
2229 echo "${ECHO_T}$CC" >&6; }
2231 { echo "$as_me:$LINENO: result: no" >&5
2232 echo "${ECHO_T}no" >&6; }
2237 if test -z "$CC"; then
2238 if test -n "$ac_tool_prefix"; then
2239 for ac_prog
in cl.exe
2241 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2242 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2245 if test "${ac_cv_prog_CC+set}" = set; then
2246 echo $ECHO_N "(cached) $ECHO_C" >&6
2248 if test -n "$CC"; then
2249 ac_cv_prog_CC
="$CC" # Let the user override the test.
2251 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2255 test -z "$as_dir" && as_dir
=.
2256 for ac_exec_ext
in '' $ac_executable_extensions; do
2257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2258 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2269 if test -n "$CC"; then
2270 { echo "$as_me:$LINENO: result: $CC" >&5
2271 echo "${ECHO_T}$CC" >&6; }
2273 { echo "$as_me:$LINENO: result: no" >&5
2274 echo "${ECHO_T}no" >&6; }
2278 test -n "$CC" && break
2281 if test -z "$CC"; then
2283 for ac_prog
in cl.exe
2285 # Extract the first word of "$ac_prog", so it can be a program name with args.
2286 set dummy
$ac_prog; ac_word
=$2
2287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2289 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2290 echo $ECHO_N "(cached) $ECHO_C" >&6
2292 if test -n "$ac_ct_CC"; then
2293 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2295 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2299 test -z "$as_dir" && as_dir
=.
2300 for ac_exec_ext
in '' $ac_executable_extensions; do
2301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2302 ac_cv_prog_ac_ct_CC
="$ac_prog"
2303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2312 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2313 if test -n "$ac_ct_CC"; then
2314 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2315 echo "${ECHO_T}$ac_ct_CC" >&6; }
2317 { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2322 test -n "$ac_ct_CC" && break
2325 if test "x$ac_ct_CC" = x
; then
2328 case $cross_compiling:$ac_tool_warned in
2330 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2331 whose name does not start with the host triplet. If you think this
2332 configuration is useful to you, please write to autoconf@gnu.org." >&5
2333 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2334 whose name does not start with the host triplet. If you think this
2335 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2336 ac_tool_warned
=yes ;;
2345 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2346 See \`config.log' for more details." >&5
2347 echo "$as_me: error: no acceptable C compiler found in \$PATH
2348 See \`config.log' for more details." >&2;}
2349 { (exit 1); exit 1; }; }
2351 # Provide some information about the compiler.
2352 echo "$as_me:$LINENO: checking for C compiler version" >&5
2353 ac_compiler
=`set X $ac_compile; echo $2`
2354 { (ac_try
="$ac_compiler --version >&5"
2356 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2357 *) ac_try_echo=$ac_try;;
2359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2360 (eval "$ac_compiler --version >&5") 2>&5
2362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363 (exit $ac_status); }
2364 { (ac_try="$ac_compiler -v >&5"
2366 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2367 *) ac_try_echo
=$ac_try;;
2369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2370 (eval "$ac_compiler -v >&5") 2>&5
2372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373 (exit $ac_status); }
2374 { (ac_try
="$ac_compiler -V >&5"
2376 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2377 *) ac_try_echo=$ac_try;;
2379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2380 (eval "$ac_compiler -V >&5") 2>&5
2382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383 (exit $ac_status); }
2385 cat >conftest.$ac_ext <<_ACEOF
2388 cat confdefs.h >>conftest.$ac_ext
2389 cat >>conftest.$ac_ext <<_ACEOF
2390 /* end confdefs.h. */
2400 ac_clean_files_save=$ac_clean_files
2401 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2402 # Try to create an executable without -o first, disregard a.out.
2403 # It will help us diagnose broken compilers, and finding out an intuition
2405 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2406 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2407 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2409 # List of possible output files, starting from the most likely.
2410 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2411 # only as a last resort. b.out is created by i960 compilers.
2412 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2414 # The IRIX 6 linker writes into existing files which may not be
2415 # executable, retaining their permissions. Remove them first so a
2416 # subsequent execution test works.
2418 for ac_file in $ac_files
2421 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2422 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2427 if { (ac_try="$ac_link_default"
2429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2430 *) ac_try_echo=$ac_try;;
2432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2433 (eval "$ac_link_default") 2>&5
2435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2436 (exit $ac_status); }; then
2437 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2438 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2439 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2440 # so that the user can short-circuit this test for compilers unknown to
2442 for ac_file
in $ac_files ''
2444 test -f "$ac_file" ||
continue
2446 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2449 # We found the default executable, but exeext='' is most
2453 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2455 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2457 # We set ac_cv_exeext here because the later test for it is not
2458 # safe: cross compilers may not add the suffix if given an `-o'
2459 # argument, so we may need to know it at that point already.
2460 # Even if this section looks crufty: it has the advantage of
2467 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2473 { echo "$as_me:$LINENO: result: $ac_file" >&5
2474 echo "${ECHO_T}$ac_file" >&6; }
2475 if test -z "$ac_file"; then
2476 echo "$as_me: failed program was:" >&5
2477 sed 's/^/| /' conftest.
$ac_ext >&5
2479 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2480 See \`config.log' for more details." >&5
2481 echo "$as_me: error: C compiler cannot create executables
2482 See \`config.log' for more details." >&2;}
2483 { (exit 77); exit 77; }; }
2486 ac_exeext
=$ac_cv_exeext
2488 # Check that the compiler produces executables we can run. If not, either
2489 # the compiler is broken, or we cross compile.
2490 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2491 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2492 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2493 # If not cross compiling, check that we can run a simple program.
2494 if test "$cross_compiling" != yes; then
2495 if { ac_try
='./$ac_file'
2496 { (case "(($ac_try" in
2497 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2498 *) ac_try_echo=$ac_try;;
2500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2501 (eval "$ac_try") 2>&5
2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504 (exit $ac_status); }; }; then
2507 if test "$cross_compiling" = maybe; then
2510 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2511 If you meant to cross compile, use \`--host'.
2512 See \`config.log' for more details.
" >&5
2513 echo "$as_me: error
: cannot run C compiled programs.
2514 If you meant to cross compile
, use \
`--host'.
2515 See \`config.log
' for more details." >&2;}
2516 { (exit 1); exit 1; }; }
2520 { echo "$as_me:$LINENO: result: yes" >&5
2521 echo "${ECHO_T}yes" >&6; }
2523 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2524 ac_clean_files=$ac_clean_files_save
2525 # Check that the compiler produces executables we can run. If not, either
2526 # the compiler is broken, or we cross compile.
2527 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2528 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2529 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2530 echo "${ECHO_T}$cross_compiling" >&6; }
2532 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2533 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2534 if { (ac_try="$ac_link"
2536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2537 *) ac_try_echo=$ac_try;;
2539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2540 (eval "$ac_link") 2>&5
2542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2543 (exit $ac_status); }; then
2544 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2545 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2546 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2548 for ac_file
in conftest.exe conftest conftest.
*; do
2549 test -f "$ac_file" ||
continue
2551 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2552 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2558 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2559 See \`config.log' for more details." >&5
2560 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2561 See \`config.log' for more details." >&2;}
2562 { (exit 1); exit 1; }; }
2565 rm -f conftest
$ac_cv_exeext
2566 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2567 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2569 rm -f conftest.
$ac_ext
2570 EXEEXT
=$ac_cv_exeext
2572 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2573 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2574 if test "${ac_cv_objext+set}" = set; then
2575 echo $ECHO_N "(cached) $ECHO_C" >&6
2577 cat >conftest.
$ac_ext <<_ACEOF
2580 cat confdefs.h
>>conftest.
$ac_ext
2581 cat >>conftest.
$ac_ext <<_ACEOF
2582 /* end confdefs.h. */
2592 rm -f conftest.o conftest.obj
2593 if { (ac_try
="$ac_compile"
2595 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2596 *) ac_try_echo=$ac_try;;
2598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2599 (eval "$ac_compile") 2>&5
2601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2602 (exit $ac_status); }; then
2603 for ac_file in conftest.o conftest.obj conftest.*; do
2604 test -f "$ac_file" || continue;
2606 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2607 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2612 echo "$as_me: failed program was:" >&5
2613 sed 's/^/| /' conftest.$ac_ext >&5
2615 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2616 See \`config.log
' for more details." >&5
2617 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2618 See \`config.log' for more details.
" >&2;}
2619 { (exit 1); exit 1; }; }
2622 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2624 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2625 echo "${ECHO_T}$ac_cv_objext" >&6; }
2626 OBJEXT=$ac_cv_objext
2628 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2629 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2630 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2631 echo $ECHO_N "(cached
) $ECHO_C" >&6
2633 cat >conftest.$ac_ext <<_ACEOF
2636 cat confdefs.h >>conftest.$ac_ext
2637 cat >>conftest.$ac_ext <<_ACEOF
2638 /* end confdefs.h. */
2651 rm -f conftest.$ac_objext
2652 if { (ac_try="$ac_compile"
2654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655 *) ac_try_echo=$ac_try;;
2657 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2658 (eval "$ac_compile") 2>conftest.er1
2660 grep -v '^ *+' conftest.er1 >conftest.err
2662 cat conftest.err >&5
2663 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2664 (exit $ac_status); } && {
2665 test -z "$ac_c_werror_flag" ||
2666 test ! -s conftest.err
2667 } && test -s conftest.$ac_objext; then
2670 echo "$as_me: failed program was
:" >&5
2671 sed 's/^/| /' conftest.$ac_ext >&5
2676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2677 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2680 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2681 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2682 GCC=`test $ac_compiler_gnu = yes && echo yes`
2683 ac_test_CFLAGS=${CFLAGS+set}
2684 ac_save_CFLAGS=$CFLAGS
2685 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2686 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2687 if test "${ac_cv_prog_cc_g+set}" = set; then
2688 echo $ECHO_N "(cached
) $ECHO_C" >&6
2690 ac_save_c_werror_flag=$ac_c_werror_flag
2691 ac_c_werror_flag=yes
2694 cat >conftest.$ac_ext <<_ACEOF
2697 cat confdefs.h >>conftest.$ac_ext
2698 cat >>conftest.$ac_ext <<_ACEOF
2699 /* end confdefs.h. */
2709 rm -f conftest.$ac_objext
2710 if { (ac_try="$ac_compile"
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2715 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2716 (eval "$ac_compile") 2>conftest.er1
2718 grep -v '^ *+' conftest.er1 >conftest.err
2720 cat conftest.err >&5
2721 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2722 (exit $ac_status); } && {
2723 test -z "$ac_c_werror_flag" ||
2724 test ! -s conftest.err
2725 } && test -s conftest.$ac_objext; then
2728 echo "$as_me: failed program was
:" >&5
2729 sed 's/^/| /' conftest.$ac_ext >&5
2732 cat >conftest.$ac_ext <<_ACEOF
2735 cat confdefs.h >>conftest.$ac_ext
2736 cat >>conftest.$ac_ext <<_ACEOF
2737 /* end confdefs.h. */
2747 rm -f conftest.$ac_objext
2748 if { (ac_try="$ac_compile"
2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751 *) ac_try_echo=$ac_try;;
2753 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2754 (eval "$ac_compile") 2>conftest.er1
2756 grep -v '^ *+' conftest.er1 >conftest.err
2758 cat conftest.err >&5
2759 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2760 (exit $ac_status); } && {
2761 test -z "$ac_c_werror_flag" ||
2762 test ! -s conftest.err
2763 } && test -s conftest.$ac_objext; then
2766 echo "$as_me: failed program was
:" >&5
2767 sed 's/^/| /' conftest.$ac_ext >&5
2769 ac_c_werror_flag=$ac_save_c_werror_flag
2771 cat >conftest.$ac_ext <<_ACEOF
2774 cat confdefs.h >>conftest.$ac_ext
2775 cat >>conftest.$ac_ext <<_ACEOF
2776 /* end confdefs.h. */
2786 rm -f conftest.$ac_objext
2787 if { (ac_try="$ac_compile"
2789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2790 *) ac_try_echo=$ac_try;;
2792 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2793 (eval "$ac_compile") 2>conftest.er1
2795 grep -v '^ *+' conftest.er1 >conftest.err
2797 cat conftest.err >&5
2798 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2799 (exit $ac_status); } && {
2800 test -z "$ac_c_werror_flag" ||
2801 test ! -s conftest.err
2802 } && test -s conftest.$ac_objext; then
2805 echo "$as_me: failed program was
:" >&5
2806 sed 's/^/| /' conftest.$ac_ext >&5
2811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2818 ac_c_werror_flag=$ac_save_c_werror_flag
2820 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
2821 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2822 if test "$ac_test_CFLAGS" = set; then
2823 CFLAGS=$ac_save_CFLAGS
2824 elif test $ac_cv_prog_cc_g = yes; then
2825 if test "$GCC" = yes; then
2831 if test "$GCC" = yes; then
2837 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
2838 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
2839 if test "${ac_cv_prog_cc_c89+set}" = set; then
2840 echo $ECHO_N "(cached
) $ECHO_C" >&6
2842 ac_cv_prog_cc_c89=no
2844 cat >conftest.$ac_ext <<_ACEOF
2847 cat confdefs.h >>conftest.$ac_ext
2848 cat >>conftest.$ac_ext <<_ACEOF
2849 /* end confdefs.h. */
2852 #include <sys/types.h>
2853 #include <sys/stat.h>
2854 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2855 struct buf { int x; };
2856 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2857 static char *e (p, i)
2863 static char *f (char * (*g) (char **, int), char **p, ...)
2868 s = g (p, va_arg (v,int));
2873 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2874 function prototypes and stuff, but not '\xHH' hex character constants.
2875 These don't provoke an error unfortunately, instead are silently treated
2876 as 'x'. The following induces an error, until -std is added to get
2877 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2878 array size at least. It's necessary to write '\x00'==0 to get something
2879 that's true only with -std. */
2880 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2882 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2883 inside strings and character constants. */
2885 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2887 int test (int i, double x);
2888 struct s1 {int (*f) (int a);};
2889 struct s2 {int (*f) (double a);};
2890 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2896 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2901 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2902 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2904 CC="$ac_save_CC $ac_arg"
2905 rm -f conftest.$ac_objext
2906 if { (ac_try="$ac_compile"
2908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2909 *) ac_try_echo=$ac_try;;
2911 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2912 (eval "$ac_compile") 2>conftest.er1
2914 grep -v '^ *+' conftest.er1 >conftest.err
2916 cat conftest.err >&5
2917 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2918 (exit $ac_status); } && {
2919 test -z "$ac_c_werror_flag" ||
2920 test ! -s conftest.err
2921 } && test -s conftest.$ac_objext; then
2922 ac_cv_prog_cc_c89=$ac_arg
2924 echo "$as_me: failed program was
:" >&5
2925 sed 's/^/| /' conftest.$ac_ext >&5
2930 rm -f core conftest.err conftest.$ac_objext
2931 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
2933 rm -f conftest.$ac_ext
2938 case "x
$ac_cv_prog_cc_c89" in
2940 { echo "$as_me:$LINENO: result
: none needed
" >&5
2941 echo "${ECHO_T}none needed
" >&6; } ;;
2943 { echo "$as_me:$LINENO: result
: unsupported
" >&5
2944 echo "${ECHO_T}unsupported
" >&6; } ;;
2946 CC="$CC $ac_cv_prog_cc_c89"
2947 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
2948 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2953 ac_cpp='$CPP $CPPFLAGS'
2954 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2955 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2956 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2959 ac_cpp='$CXXCPP $CPPFLAGS'
2960 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2961 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2962 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2963 if test -z "$CXX"; then
2964 if test -n "$CCC"; then
2967 if test -n "$ac_tool_prefix"; then
2968 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2970 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2971 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2972 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
2973 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
2974 if test "${ac_cv_prog_CXX+set}" = set; then
2975 echo $ECHO_N "(cached
) $ECHO_C" >&6
2977 if test -n "$CXX"; then
2978 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2984 test -z "$as_dir" && as_dir=.
2985 for ac_exec_ext in '' $ac_executable_extensions; do
2986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2987 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2988 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
2998 if test -n "$CXX"; then
2999 { echo "$as_me:$LINENO: result
: $CXX" >&5
3000 echo "${ECHO_T}$CXX" >&6; }
3002 { echo "$as_me:$LINENO: result
: no
" >&5
3003 echo "${ECHO_T}no
" >&6; }
3007 test -n "$CXX" && break
3010 if test -z "$CXX"; then
3012 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3014 # Extract the first word of "$ac_prog", so it can be a program name with args.
3015 set dummy $ac_prog; ac_word=$2
3016 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3017 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3018 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3019 echo $ECHO_N "(cached
) $ECHO_C" >&6
3021 if test -n "$ac_ct_CXX"; then
3022 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3028 test -z "$as_dir" && as_dir=.
3029 for ac_exec_ext in '' $ac_executable_extensions; do
3030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3031 ac_cv_prog_ac_ct_CXX="$ac_prog"
3032 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3041 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3042 if test -n "$ac_ct_CXX"; then
3043 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3044 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3046 { echo "$as_me:$LINENO: result
: no
" >&5
3047 echo "${ECHO_T}no
" >&6; }
3051 test -n "$ac_ct_CXX" && break
3054 if test "x
$ac_ct_CXX" = x; then
3057 case $cross_compiling:$ac_tool_warned in
3059 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3060 whose name does not start with the
host triplet. If you think this
3061 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3062 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3063 whose name does not start with the
host triplet. If you think this
3064 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3065 ac_tool_warned=yes ;;
3073 # Provide some information about the compiler.
3074 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3075 ac_compiler=`set X $ac_compile; echo $2`
3076 { (ac_try="$ac_compiler --version >&5"
3078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079 *) ac_try_echo=$ac_try;;
3081 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3082 (eval "$ac_compiler --version >&5") 2>&5
3084 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3085 (exit $ac_status); }
3086 { (ac_try="$ac_compiler -v >&5"
3088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3089 *) ac_try_echo=$ac_try;;
3091 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3092 (eval "$ac_compiler -v >&5") 2>&5
3094 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3095 (exit $ac_status); }
3096 { (ac_try="$ac_compiler -V >&5"
3098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099 *) ac_try_echo=$ac_try;;
3101 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3102 (eval "$ac_compiler -V >&5") 2>&5
3104 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3105 (exit $ac_status); }
3107 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3108 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3109 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3110 echo $ECHO_N "(cached
) $ECHO_C" >&6
3112 cat >conftest.$ac_ext <<_ACEOF
3115 cat confdefs.h >>conftest.$ac_ext
3116 cat >>conftest.$ac_ext <<_ACEOF
3117 /* end confdefs.h. */
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3136 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3139 grep -v '^ *+' conftest.er1 >conftest.err
3141 cat conftest.err >&5
3142 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_cxx_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3149 echo "$as_me: failed program was
:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3156 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3159 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3160 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3161 GXX=`test $ac_compiler_gnu = yes && echo yes`
3162 ac_test_CXXFLAGS=${CXXFLAGS+set}
3163 ac_save_CXXFLAGS=$CXXFLAGS
3164 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3165 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3166 if test "${ac_cv_prog_cxx_g+set}" = set; then
3167 echo $ECHO_N "(cached
) $ECHO_C" >&6
3169 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3170 ac_cxx_werror_flag=yes
3173 cat >conftest.$ac_ext <<_ACEOF
3176 cat confdefs.h >>conftest.$ac_ext
3177 cat >>conftest.$ac_ext <<_ACEOF
3178 /* end confdefs.h. */
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3194 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3195 (eval "$ac_compile") 2>conftest.er1
3197 grep -v '^ *+' conftest.er1 >conftest.err
3199 cat conftest.err >&5
3200 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3201 (exit $ac_status); } && {
3202 test -z "$ac_cxx_werror_flag" ||
3203 test ! -s conftest.err
3204 } && test -s conftest.$ac_objext; then
3205 ac_cv_prog_cxx_g=yes
3207 echo "$as_me: failed program was
:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3211 cat >conftest.$ac_ext <<_ACEOF
3214 cat confdefs.h >>conftest.$ac_ext
3215 cat >>conftest.$ac_ext <<_ACEOF
3216 /* end confdefs.h. */
3226 rm -f conftest.$ac_objext
3227 if { (ac_try="$ac_compile"
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3232 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3233 (eval "$ac_compile") 2>conftest.er1
3235 grep -v '^ *+' conftest.er1 >conftest.err
3237 cat conftest.err >&5
3238 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3239 (exit $ac_status); } && {
3240 test -z "$ac_cxx_werror_flag" ||
3241 test ! -s conftest.err
3242 } && test -s conftest.$ac_objext; then
3245 echo "$as_me: failed program was
:" >&5
3246 sed 's/^/| /' conftest.$ac_ext >&5
3248 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3250 cat >conftest.$ac_ext <<_ACEOF
3253 cat confdefs.h >>conftest.$ac_ext
3254 cat >>conftest.$ac_ext <<_ACEOF
3255 /* end confdefs.h. */
3265 rm -f conftest.$ac_objext
3266 if { (ac_try="$ac_compile"
3268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269 *) ac_try_echo=$ac_try;;
3271 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3272 (eval "$ac_compile") 2>conftest.er1
3274 grep -v '^ *+' conftest.er1 >conftest.err
3276 cat conftest.err >&5
3277 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3278 (exit $ac_status); } && {
3279 test -z "$ac_cxx_werror_flag" ||
3280 test ! -s conftest.err
3281 } && test -s conftest.$ac_objext; then
3282 ac_cv_prog_cxx_g=yes
3284 echo "$as_me: failed program was
:" >&5
3285 sed 's/^/| /' conftest.$ac_ext >&5
3290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3297 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3299 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3300 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3301 if test "$ac_test_CXXFLAGS" = set; then
3302 CXXFLAGS=$ac_save_CXXFLAGS
3303 elif test $ac_cv_prog_cxx_g = yes; then
3304 if test "$GXX" = yes; then
3310 if test "$GXX" = yes; then
3317 ac_cpp='$CPP $CPPFLAGS'
3318 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3319 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3320 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3322 if test -n "$ac_tool_prefix"; then
3323 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3324 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3325 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3326 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3327 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3328 echo $ECHO_N "(cached
) $ECHO_C" >&6
3330 if test -n "$CPPBIN"; then
3331 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3337 test -z "$as_dir" && as_dir=.
3338 for ac_exec_ext in '' $ac_executable_extensions; do
3339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3340 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3341 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3350 CPPBIN=$ac_cv_prog_CPPBIN
3351 if test -n "$CPPBIN"; then
3352 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3353 echo "${ECHO_T}$CPPBIN" >&6; }
3355 { echo "$as_me:$LINENO: result
: no
" >&5
3356 echo "${ECHO_T}no
" >&6; }
3361 if test -z "$ac_cv_prog_CPPBIN"; then
3362 ac_ct_CPPBIN=$CPPBIN
3363 # Extract the first word of "cpp
", so it can be a program name with args.
3364 set dummy cpp; ac_word=$2
3365 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3366 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3367 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3368 echo $ECHO_N "(cached
) $ECHO_C" >&6
3370 if test -n "$ac_ct_CPPBIN"; then
3371 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3377 test -z "$as_dir" && as_dir=.
3378 for ac_exec_ext in '' $ac_executable_extensions; do
3379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3380 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3381 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3390 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3391 if test -n "$ac_ct_CPPBIN"; then
3392 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3393 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3395 { echo "$as_me:$LINENO: result
: no
" >&5
3396 echo "${ECHO_T}no
" >&6; }
3399 if test "x
$ac_ct_CPPBIN" = x; then
3402 case $cross_compiling:$ac_tool_warned in
3404 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3405 whose name does not start with the
host triplet. If you think this
3406 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3407 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3408 whose name does not start with the
host triplet. If you think this
3409 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3410 ac_tool_warned=yes ;;
3412 CPPBIN=$ac_ct_CPPBIN
3415 CPPBIN="$ac_cv_prog_CPPBIN"
3419 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3420 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3421 if test "${wine_cv_toolsdir+set}" = set; then
3422 echo $ECHO_N "(cached
) $ECHO_C" >&6
3424 if test -z "$with_wine_tools"; then
3425 if test "$cross_compiling" = "yes"; then
3426 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3427 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3428 { (exit 1); exit 1; }; }
3430 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3432 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3433 case $with_wine_tools in
3434 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3435 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3438 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3439 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3440 { (exit 1); exit 1; }; }
3443 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3444 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3445 TOOLSDIR=$wine_cv_toolsdir
3450 ac_cpp='$CPP $CPPFLAGS'
3451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3454 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3455 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3456 # On Suns, sometimes $CPP names a directory.
3457 if test -n "$CPP" && test -d "$CPP"; then
3460 if test -z "$CPP"; then
3461 if test "${ac_cv_prog_CPP+set}" = set; then
3462 echo $ECHO_N "(cached
) $ECHO_C" >&6
3464 # Double quotes because CPP needs to be expanded
3465 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3468 for ac_c_preproc_warn_flag in '' yes
3470 # Use a header file that comes with gcc, so configuring glibc
3471 # with a fresh cross-compiler works.
3472 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3473 # <limits.h> exists even on freestanding compilers.
3474 # On the NeXT, cc -E runs the code through the compiler's parser,
3475 # not just through cpp. "Syntax error
" is here to catch this case.
3476 cat >conftest.$ac_ext <<_ACEOF
3479 cat confdefs.h >>conftest.$ac_ext
3480 cat >>conftest.$ac_ext <<_ACEOF
3481 /* end confdefs.h. */
3483 # include <limits.h>
3485 # include <assert.h>
3489 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3492 *) ac_try_echo=$ac_try;;
3494 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3495 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3497 grep -v '^ *+' conftest.er1 >conftest.err
3499 cat conftest.err >&5
3500 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3501 (exit $ac_status); } >/dev/null && {
3502 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3503 test ! -s conftest.err
3507 echo "$as_me: failed program was
:" >&5
3508 sed 's/^/| /' conftest.$ac_ext >&5
3510 # Broken: fails on valid input.
3514 rm -f conftest.err conftest.$ac_ext
3516 # OK, works on sane cases. Now check whether nonexistent headers
3517 # can be detected and how.
3518 cat >conftest.$ac_ext <<_ACEOF
3521 cat confdefs.h >>conftest.$ac_ext
3522 cat >>conftest.$ac_ext <<_ACEOF
3523 /* end confdefs.h. */
3524 #include <ac_nonexistent.h>
3526 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529 *) ac_try_echo=$ac_try;;
3531 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3532 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3534 grep -v '^ *+' conftest.er1 >conftest.err
3536 cat conftest.err >&5
3537 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3538 (exit $ac_status); } >/dev/null && {
3539 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3540 test ! -s conftest.err
3542 # Broken: success on invalid input.
3545 echo "$as_me: failed program was
:" >&5
3546 sed 's/^/| /' conftest.$ac_ext >&5
3548 # Passes both tests.
3553 rm -f conftest.err conftest.$ac_ext
3556 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3557 rm -f conftest.err conftest.$ac_ext
3558 if $ac_preproc_ok; then
3570 { echo "$as_me:$LINENO: result
: $CPP" >&5
3571 echo "${ECHO_T}$CPP" >&6; }
3573 for ac_c_preproc_warn_flag in '' yes
3575 # Use a header file that comes with gcc, so configuring glibc
3576 # with a fresh cross-compiler works.
3577 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3578 # <limits.h> exists even on freestanding compilers.
3579 # On the NeXT, cc -E runs the code through the compiler's parser,
3580 # not just through cpp. "Syntax error
" is here to catch this case.
3581 cat >conftest.$ac_ext <<_ACEOF
3584 cat confdefs.h >>conftest.$ac_ext
3585 cat >>conftest.$ac_ext <<_ACEOF
3586 /* end confdefs.h. */
3588 # include <limits.h>
3590 # include <assert.h>
3594 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3597 *) ac_try_echo=$ac_try;;
3599 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3600 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3602 grep -v '^ *+' conftest.er1 >conftest.err
3604 cat conftest.err >&5
3605 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3606 (exit $ac_status); } >/dev/null && {
3607 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3608 test ! -s conftest.err
3612 echo "$as_me: failed program was
:" >&5
3613 sed 's/^/| /' conftest.$ac_ext >&5
3615 # Broken: fails on valid input.
3619 rm -f conftest.err conftest.$ac_ext
3621 # OK, works on sane cases. Now check whether nonexistent headers
3622 # can be detected and how.
3623 cat >conftest.$ac_ext <<_ACEOF
3626 cat confdefs.h >>conftest.$ac_ext
3627 cat >>conftest.$ac_ext <<_ACEOF
3628 /* end confdefs.h. */
3629 #include <ac_nonexistent.h>
3631 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3634 *) ac_try_echo=$ac_try;;
3636 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3637 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3639 grep -v '^ *+' conftest.er1 >conftest.err
3641 cat conftest.err >&5
3642 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3643 (exit $ac_status); } >/dev/null && {
3644 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3645 test ! -s conftest.err
3647 # Broken: success on invalid input.
3650 echo "$as_me: failed program was
:" >&5
3651 sed 's/^/| /' conftest.$ac_ext >&5
3653 # Passes both tests.
3658 rm -f conftest.err conftest.$ac_ext
3661 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3662 rm -f conftest.err conftest.$ac_ext
3663 if $ac_preproc_ok; then
3666 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3667 See \
`config.log' for more details." >&5
3668 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3669 See \`config.log
' for more details." >&2;}
3670 { (exit 1); exit 1; }; }
3674 ac_cpp='$CPP $CPPFLAGS'
3675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3676 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3680 { echo "$as_me:$LINENO: checking for X" >&5
3681 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3684 # Check whether --with-x was given.
3685 if test "${with_x+set}" = set; then
3689 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3690 if test "x$with_x" = xno; then
3691 # The user explicitly disabled X.
3694 case $x_includes,$x_libraries in #(
3695 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3696 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3697 { (exit 1); exit 1; }; };; #(
3698 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3699 echo $ECHO_N "(cached) $ECHO_C" >&6
3701 # One or both of the vars are not set, and there is no cached value.
3702 ac_x_includes=no ac_x_libraries=no
3703 rm -f -r conftest.dir
3704 if mkdir conftest.dir; then
3706 cat >Imakefile <<'_ACEOF'
3708 @echo incroot='${INCROOT}'
3710 @echo usrlibdir='${USRLIBDIR}'
3712 @echo libdir='${LIBDIR}'
3714 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3715 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3716 for ac_var in incroot usrlibdir libdir; do
3717 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3719 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3720 for ac_extension in a so sl; do
3721 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3722 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3723 ac_im_usrlibdir=$ac_im_libdir; break
3726 # Screen out bogus values from the imake configuration. They are
3727 # bogus both because they are the default anyway, and because
3728 # using them would break gcc on systems where it needs fixed includes.
3729 case $ac_im_incroot in
3730 /usr/include) ac_x_includes= ;;
3731 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3733 case $ac_im_usrlibdir in
3735 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3739 rm -f -r conftest.dir
3742 # Standard set of common directories for X headers.
3743 # Check X11 before X11Rn because it is often a symlink to the current release.
3755 /usr
/local
/X11
/include
3756 /usr
/local
/X11R
6/include
3757 /usr
/local
/X11R
5/include
3758 /usr
/local
/X11R
4/include
3760 /usr
/local
/include
/X11
3761 /usr
/local
/include
/X11R6
3762 /usr
/local
/include
/X11R5
3763 /usr
/local
/include
/X11R4
3767 /usr
/XFree86
/include
/X11
3771 /usr
/unsupported
/include
3773 /usr
/local
/x11r
5/include
3774 /usr
/lpp
/Xamples
/include
3776 /usr
/openwin
/include
3777 /usr
/openwin
/share
/include
'
3779 if test "$ac_x_includes" = no; then
3780 # Guess where to find include files, by looking for Xlib.h.
3781 # First, try using that file with no special directory specified.
3782 cat >conftest.$ac_ext <<_ACEOF
3785 cat confdefs.h >>conftest.$ac_ext
3786 cat >>conftest.$ac_ext <<_ACEOF
3787 /* end confdefs.h. */
3788 #include <X11/Xlib.h>
3790 if { (ac_try="$ac_cpp conftest.$ac_ext"
3792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793 *) ac_try_echo=$ac_try;;
3795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3798 grep -v '^
*+' conftest.er1 >conftest.err
3800 cat conftest.err >&5
3801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802 (exit $ac_status); } >/dev/null && {
3803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3804 test ! -s conftest.err
3806 # We can compile using X headers with no special include directory.
3809 echo "$as_me: failed program was:" >&5
3810 sed 's
/^
/|
/' conftest.$ac_ext >&5
3812 for ac_dir in $ac_x_header_dirs; do
3813 if test -r "$ac_dir/X11/Xlib.h"; then
3814 ac_x_includes=$ac_dir
3820 rm -f conftest.err conftest.$ac_ext
3821 fi # $ac_x_includes = no
3823 if test "$ac_x_libraries" = no; then
3824 # Check for the libraries.
3825 # See if we find them without any special options.
3826 # Don't add to
$LIBS permanently.
3829 cat >conftest.
$ac_ext <<_ACEOF
3832 cat confdefs.h
>>conftest.
$ac_ext
3833 cat >>conftest.
$ac_ext <<_ACEOF
3834 /* end confdefs.h. */
3835 #include <X11/Xlib.h>
3844 rm -f conftest.
$ac_objext conftest
$ac_exeext
3845 if { (ac_try
="$ac_link"
3847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3851 (eval "$ac_link") 2>conftest.er1
3853 grep -v '^ *+' conftest.er1 >conftest.err
3855 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); } && {
3858 test -z "$ac_c_werror_flag" ||
3859 test ! -s conftest.err
3860 } && test -s conftest$ac_exeext &&
3861 $as_test_x conftest$ac_exeext; then
3863 # We can link X programs with no special library path.
3866 echo "$as_me: failed program was:" >&5
3867 sed 's/^/| /' conftest.$ac_ext >&5
3870 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
3872 # Don't even attempt the hair of trying to link an X program!
3873 for ac_extension in a so sl; do
3874 if test -r "$ac_dir/libX11.$ac_extension"; then
3875 ac_x_libraries=$ac_dir
3882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3883 conftest$ac_exeext conftest.$ac_ext
3884 fi # $ac_x_libraries = no
3886 case $ac_x_includes,$ac_x_libraries in #(
3888 # Didn't find X, or a directory has "'" in its name.
3889 ac_cv_have_x="have_x=no";; #(
3891 # Record where we found X for the cache.
3892 ac_cv_have_x="have_x=yes\
3893 ac_x_includes='$ac_x_includes'\
3894 ac_x_libraries='$ac_x_libraries'"
3900 eval "$ac_cv_have_x"
3903 if test "$have_x" != yes; then
3904 { echo "$as_me:$LINENO: result: $have_x" >&5
3905 echo "${ECHO_T}$have_x" >&6; }
3908 # If each of the values was on the command line, it overrides each guess.
3909 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3910 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3911 # Update the cache value to reflect the command line values.
3912 ac_cv_have_x="have_x=yes\
3913 ac_x_includes='$x_includes'\
3914 ac_x_libraries='$x_libraries'"
3915 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
3916 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
3919 if test "$no_x" = yes; then
3920 # Not all programs may use this symbol, but it does not hurt to define it.
3922 cat >>confdefs.h <<\_ACEOF
3923 #define X_DISPLAY_MISSING 1
3926 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3928 if test -n "$x_includes"; then
3929 X_CFLAGS="$X_CFLAGS -I$x_includes"
3932 # It would also be nice to do this for all -L options, not just this one.
3933 if test -n "$x_libraries"; then
3934 X_LIBS="$X_LIBS -L$x_libraries"
3935 # For Solaris; some versions of Sun CC require a space after -R and
3936 # others require no space. Words are not sufficient . . . .
3937 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
3938 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
3939 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3940 ac_xsave_c_werror_flag=$ac_c_werror_flag
3941 ac_c_werror_flag=yes
3942 cat >conftest.$ac_ext <<_ACEOF
3945 cat confdefs.h >>conftest.$ac_ext
3946 cat >>conftest.$ac_ext <<_ACEOF
3947 /* end confdefs.h. */
3957 rm -f conftest.$ac_objext conftest$ac_exeext
3958 if { (ac_try="$ac_link"
3960 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3961 *) ac_try_echo
=$ac_try;;
3963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3964 (eval "$ac_link") 2>conftest.er1
3966 grep -v '^ *+' conftest.er1
>conftest.err
3968 cat conftest.err
>&5
3969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); } && {
3971 test -z "$ac_c_werror_flag" ||
3972 test ! -s conftest.err
3973 } && test -s conftest
$ac_exeext &&
3974 $as_test_x conftest
$ac_exeext; then
3975 { echo "$as_me:$LINENO: result: no" >&5
3976 echo "${ECHO_T}no" >&6; }
3977 X_LIBS
="$X_LIBS -R$x_libraries"
3979 echo "$as_me: failed program was:" >&5
3980 sed 's/^/| /' conftest.
$ac_ext >&5
3982 LIBS
="$ac_xsave_LIBS -R $x_libraries"
3983 cat >conftest.
$ac_ext <<_ACEOF
3986 cat confdefs.h
>>conftest.
$ac_ext
3987 cat >>conftest.
$ac_ext <<_ACEOF
3988 /* end confdefs.h. */
3998 rm -f conftest.
$ac_objext conftest
$ac_exeext
3999 if { (ac_try
="$ac_link"
4001 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4002 *) ac_try_echo=$ac_try;;
4004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4005 (eval "$ac_link") 2>conftest.er1
4007 grep -v '^ *+' conftest.er1 >conftest.err
4009 cat conftest.err >&5
4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011 (exit $ac_status); } && {
4012 test -z "$ac_c_werror_flag" ||
4013 test ! -s conftest.err
4014 } && test -s conftest$ac_exeext &&
4015 $as_test_x conftest$ac_exeext; then
4016 { echo "$as_me:$LINENO: result: yes" >&5
4017 echo "${ECHO_T}yes" >&6; }
4018 X_LIBS="$X_LIBS -R $x_libraries"
4020 echo "$as_me: failed program was:" >&5
4021 sed 's/^/| /' conftest.$ac_ext >&5
4023 { echo "$as_me:$LINENO: result: neither works" >&5
4024 echo "${ECHO_T}neither works" >&6; }
4027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4028 conftest$ac_exeext conftest.$ac_ext
4031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4032 conftest$ac_exeext conftest.$ac_ext
4033 ac_c_werror_flag=$ac_xsave_c_werror_flag
4037 # Check for system-dependent libraries X programs must link with.
4038 # Do this before checking for the system-independent R6 libraries
4039 # (-lICE), since we may need -lsocket or whatever for X linking.
4041 if test "$ISC" = yes; then
4042 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4044 # Martyn Johnson says this is needed for Ultrix, if the X
4045 # libraries were built with DECnet support. And Karl Berry says
4046 # the Alpha needs dnet_stub (dnet does not exist).
4047 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4048 cat >conftest.$ac_ext <<_ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h. */
4055 /* Override any GCC internal prototype to avoid an error.
4056 Use char because int might match the return type of a GCC
4057 builtin and then its argument prototype would still apply. */
4061 char XOpenDisplay ();
4065 return XOpenDisplay ();
4070 rm -f conftest.$ac_objext conftest$ac_exeext
4071 if { (ac_try="$ac_link"
4073 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4074 *) ac_try_echo
=$ac_try;;
4076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4077 (eval "$ac_link") 2>conftest.er1
4079 grep -v '^ *+' conftest.er1
>conftest.err
4081 cat conftest.err
>&5
4082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4083 (exit $ac_status); } && {
4084 test -z "$ac_c_werror_flag" ||
4085 test ! -s conftest.err
4086 } && test -s conftest
$ac_exeext &&
4087 $as_test_x conftest
$ac_exeext; then
4090 echo "$as_me: failed program was:" >&5
4091 sed 's/^/| /' conftest.
$ac_ext >&5
4093 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4094 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4095 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4096 echo $ECHO_N "(cached) $ECHO_C" >&6
4098 ac_check_lib_save_LIBS
=$LIBS
4100 cat >conftest.
$ac_ext <<_ACEOF
4103 cat confdefs.h
>>conftest.
$ac_ext
4104 cat >>conftest.
$ac_ext <<_ACEOF
4105 /* end confdefs.h. */
4107 /* Override any GCC internal prototype to avoid an error.
4108 Use char because int might match the return type of a GCC
4109 builtin and then its argument prototype would still apply. */
4117 return dnet_ntoa ();
4122 rm -f conftest.
$ac_objext conftest
$ac_exeext
4123 if { (ac_try
="$ac_link"
4125 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4126 *) ac_try_echo=$ac_try;;
4128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4129 (eval "$ac_link") 2>conftest.er1
4131 grep -v '^ *+' conftest.er1 >conftest.err
4133 cat conftest.err >&5
4134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4135 (exit $ac_status); } && {
4136 test -z "$ac_c_werror_flag" ||
4137 test ! -s conftest.err
4138 } && test -s conftest$ac_exeext &&
4139 $as_test_x conftest$ac_exeext; then
4140 ac_cv_lib_dnet_dnet_ntoa=yes
4142 echo "$as_me: failed program was:" >&5
4143 sed 's/^/| /' conftest.$ac_ext >&5
4145 ac_cv_lib_dnet_dnet_ntoa=no
4148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4149 conftest$ac_exeext conftest.$ac_ext
4150 LIBS=$ac_check_lib_save_LIBS
4152 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4153 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4154 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4155 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4158 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4159 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4160 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4161 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4162 echo $ECHO_N "(cached) $ECHO_C" >&6
4164 ac_check_lib_save_LIBS=$LIBS
4165 LIBS="-ldnet_stub $LIBS"
4166 cat >conftest.$ac_ext <<_ACEOF
4169 cat confdefs.h >>conftest.$ac_ext
4170 cat >>conftest.$ac_ext <<_ACEOF
4171 /* end confdefs.h. */
4173 /* Override any GCC internal prototype to avoid an error.
4174 Use char because int might match the return type of a GCC
4175 builtin and then its argument prototype would still apply. */
4183 return dnet_ntoa ();
4188 rm -f conftest.$ac_objext conftest$ac_exeext
4189 if { (ac_try="$ac_link"
4191 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4192 *) ac_try_echo
=$ac_try;;
4194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4195 (eval "$ac_link") 2>conftest.er1
4197 grep -v '^ *+' conftest.er1
>conftest.err
4199 cat conftest.err
>&5
4200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4201 (exit $ac_status); } && {
4202 test -z "$ac_c_werror_flag" ||
4203 test ! -s conftest.err
4204 } && test -s conftest
$ac_exeext &&
4205 $as_test_x conftest
$ac_exeext; then
4206 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4208 echo "$as_me: failed program was:" >&5
4209 sed 's/^/| /' conftest.
$ac_ext >&5
4211 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4214 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4215 conftest
$ac_exeext conftest.
$ac_ext
4216 LIBS
=$ac_check_lib_save_LIBS
4218 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4219 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4220 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4221 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4227 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4228 conftest
$ac_exeext conftest.
$ac_ext
4229 LIBS
="$ac_xsave_LIBS"
4231 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4232 # to get the SysV transport functions.
4233 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4235 # The nsl library prevents programs from opening the X display
4236 # on Irix 5.2, according to T.E. Dickey.
4237 # The functions gethostbyname, getservbyname, and inet_addr are
4238 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4239 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4240 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4241 if test "${ac_cv_func_gethostbyname+set}" = set; then
4242 echo $ECHO_N "(cached) $ECHO_C" >&6
4244 cat >conftest.
$ac_ext <<_ACEOF
4247 cat confdefs.h
>>conftest.
$ac_ext
4248 cat >>conftest.
$ac_ext <<_ACEOF
4249 /* end confdefs.h. */
4250 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4251 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4252 #define gethostbyname innocuous_gethostbyname
4254 /* System header to define __stub macros and hopefully few prototypes,
4255 which can conflict with char gethostbyname (); below.
4256 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4257 <limits.h> exists even on freestanding compilers. */
4260 # include <limits.h>
4262 # include <assert.h>
4265 #undef gethostbyname
4267 /* Override any GCC internal prototype to avoid an error.
4268 Use char because int might match the return type of a GCC
4269 builtin and then its argument prototype would still apply. */
4273 char gethostbyname ();
4274 /* The GNU C library defines this for functions which it implements
4275 to always fail with ENOSYS. Some functions are actually named
4276 something starting with __ and the normal name is an alias. */
4277 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4284 return gethostbyname ();
4289 rm -f conftest.
$ac_objext conftest
$ac_exeext
4290 if { (ac_try
="$ac_link"
4292 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4293 *) ac_try_echo=$ac_try;;
4295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4296 (eval "$ac_link") 2>conftest.er1
4298 grep -v '^ *+' conftest.er1 >conftest.err
4300 cat conftest.err >&5
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); } && {
4303 test -z "$ac_c_werror_flag" ||
4304 test ! -s conftest.err
4305 } && test -s conftest$ac_exeext &&
4306 $as_test_x conftest$ac_exeext; then
4307 ac_cv_func_gethostbyname=yes
4309 echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.$ac_ext >&5
4312 ac_cv_func_gethostbyname=no
4315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4316 conftest$ac_exeext conftest.$ac_ext
4318 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4319 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4321 if test $ac_cv_func_gethostbyname = no; then
4322 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4323 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4324 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4325 echo $ECHO_N "(cached) $ECHO_C" >&6
4327 ac_check_lib_save_LIBS=$LIBS
4329 cat >conftest.$ac_ext <<_ACEOF
4332 cat confdefs.h >>conftest.$ac_ext
4333 cat >>conftest.$ac_ext <<_ACEOF
4334 /* end confdefs.h. */
4336 /* Override any GCC internal prototype to avoid an error.
4337 Use char because int might match the return type of a GCC
4338 builtin and then its argument prototype would still apply. */
4342 char gethostbyname ();
4346 return gethostbyname ();
4351 rm -f conftest.$ac_objext conftest$ac_exeext
4352 if { (ac_try="$ac_link"
4354 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4355 *) ac_try_echo
=$ac_try;;
4357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4358 (eval "$ac_link") 2>conftest.er1
4360 grep -v '^ *+' conftest.er1
>conftest.err
4362 cat conftest.err
>&5
4363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364 (exit $ac_status); } && {
4365 test -z "$ac_c_werror_flag" ||
4366 test ! -s conftest.err
4367 } && test -s conftest
$ac_exeext &&
4368 $as_test_x conftest
$ac_exeext; then
4369 ac_cv_lib_nsl_gethostbyname
=yes
4371 echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.
$ac_ext >&5
4374 ac_cv_lib_nsl_gethostbyname
=no
4377 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4378 conftest
$ac_exeext conftest.
$ac_ext
4379 LIBS
=$ac_check_lib_save_LIBS
4381 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4382 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4383 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4384 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4387 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4388 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4389 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4390 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4391 echo $ECHO_N "(cached) $ECHO_C" >&6
4393 ac_check_lib_save_LIBS
=$LIBS
4395 cat >conftest.
$ac_ext <<_ACEOF
4398 cat confdefs.h
>>conftest.
$ac_ext
4399 cat >>conftest.
$ac_ext <<_ACEOF
4400 /* end confdefs.h. */
4402 /* Override any GCC internal prototype to avoid an error.
4403 Use char because int might match the return type of a GCC
4404 builtin and then its argument prototype would still apply. */
4408 char gethostbyname ();
4412 return gethostbyname ();
4417 rm -f conftest.
$ac_objext conftest
$ac_exeext
4418 if { (ac_try
="$ac_link"
4420 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4421 *) ac_try_echo=$ac_try;;
4423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4424 (eval "$ac_link") 2>conftest.er1
4426 grep -v '^ *+' conftest.er1 >conftest.err
4428 cat conftest.err >&5
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); } && {
4431 test -z "$ac_c_werror_flag" ||
4432 test ! -s conftest.err
4433 } && test -s conftest$ac_exeext &&
4434 $as_test_x conftest$ac_exeext; then
4435 ac_cv_lib_bsd_gethostbyname=yes
4437 echo "$as_me: failed program was:" >&5
4438 sed 's/^/| /' conftest.$ac_ext >&5
4440 ac_cv_lib_bsd_gethostbyname=no
4443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4444 conftest$ac_exeext conftest.$ac_ext
4445 LIBS=$ac_check_lib_save_LIBS
4447 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4448 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4449 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4450 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4456 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4457 # socket/setsockopt and other routines are undefined under SCO ODT
4458 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4459 # on later versions), says Simon Leinen: it contains gethostby*
4460 # variants that don't use the name server (or something). -lsocket
4461 # must be given before -lnsl if both are needed. We assume that
4462 # if connect needs -lnsl, so does gethostbyname.
4463 { echo "$as_me:$LINENO: checking for connect" >&5
4464 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4465 if test "${ac_cv_func_connect+set}" = set; then
4466 echo $ECHO_N "(cached) $ECHO_C" >&6
4468 cat >conftest.$ac_ext <<_ACEOF
4471 cat confdefs.h >>conftest.$ac_ext
4472 cat >>conftest.$ac_ext <<_ACEOF
4473 /* end confdefs.h. */
4474 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4475 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4476 #define connect innocuous_connect
4478 /* System header to define __stub macros and hopefully few prototypes,
4479 which can conflict with char connect (); below.
4480 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4481 <limits.h> exists even on freestanding compilers. */
4484 # include <limits.h>
4486 # include <assert.h>
4491 /* Override any GCC internal prototype to avoid an error.
4492 Use char because int might match the return type of a GCC
4493 builtin and then its argument prototype would still apply. */
4498 /* The GNU C library defines this for functions which it implements
4499 to always fail with ENOSYS. Some functions are actually named
4500 something starting with __ and the normal name is an alias. */
4501 #if defined __stub_connect || defined __stub___connect
4513 rm -f conftest.$ac_objext conftest$ac_exeext
4514 if { (ac_try="$ac_link"
4516 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4517 *) ac_try_echo
=$ac_try;;
4519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4520 (eval "$ac_link") 2>conftest.er1
4522 grep -v '^ *+' conftest.er1
>conftest.err
4524 cat conftest.err
>&5
4525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4526 (exit $ac_status); } && {
4527 test -z "$ac_c_werror_flag" ||
4528 test ! -s conftest.err
4529 } && test -s conftest
$ac_exeext &&
4530 $as_test_x conftest
$ac_exeext; then
4531 ac_cv_func_connect
=yes
4533 echo "$as_me: failed program was:" >&5
4534 sed 's/^/| /' conftest.
$ac_ext >&5
4536 ac_cv_func_connect
=no
4539 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4540 conftest
$ac_exeext conftest.
$ac_ext
4542 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4543 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4545 if test $ac_cv_func_connect = no
; then
4546 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4547 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4548 if test "${ac_cv_lib_socket_connect+set}" = set; then
4549 echo $ECHO_N "(cached) $ECHO_C" >&6
4551 ac_check_lib_save_LIBS
=$LIBS
4552 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4553 cat >conftest.
$ac_ext <<_ACEOF
4556 cat confdefs.h
>>conftest.
$ac_ext
4557 cat >>conftest.
$ac_ext <<_ACEOF
4558 /* end confdefs.h. */
4560 /* Override any GCC internal prototype to avoid an error.
4561 Use char because int might match the return type of a GCC
4562 builtin and then its argument prototype would still apply. */
4575 rm -f conftest.
$ac_objext conftest
$ac_exeext
4576 if { (ac_try
="$ac_link"
4578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4579 *) ac_try_echo=$ac_try;;
4581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4582 (eval "$ac_link") 2>conftest.er1
4584 grep -v '^ *+' conftest.er1 >conftest.err
4586 cat conftest.err >&5
4587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4588 (exit $ac_status); } && {
4589 test -z "$ac_c_werror_flag" ||
4590 test ! -s conftest.err
4591 } && test -s conftest$ac_exeext &&
4592 $as_test_x conftest$ac_exeext; then
4593 ac_cv_lib_socket_connect=yes
4595 echo "$as_me: failed program was:" >&5
4596 sed 's/^/| /' conftest.$ac_ext >&5
4598 ac_cv_lib_socket_connect=no
4601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4602 conftest$ac_exeext conftest.$ac_ext
4603 LIBS=$ac_check_lib_save_LIBS
4605 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4606 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4607 if test $ac_cv_lib_socket_connect = yes; then
4608 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4613 # Guillermo Gomez says -lposix is necessary on A/UX.
4614 { echo "$as_me:$LINENO: checking for remove" >&5
4615 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4616 if test "${ac_cv_func_remove+set}" = set; then
4617 echo $ECHO_N "(cached) $ECHO_C" >&6
4619 cat >conftest.$ac_ext <<_ACEOF
4622 cat confdefs.h >>conftest.$ac_ext
4623 cat >>conftest.$ac_ext <<_ACEOF
4624 /* end confdefs.h. */
4625 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4626 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4627 #define remove innocuous_remove
4629 /* System header to define __stub macros and hopefully few prototypes,
4630 which can conflict with char remove (); below.
4631 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4632 <limits.h> exists even on freestanding compilers. */
4635 # include <limits.h>
4637 # include <assert.h>
4642 /* Override any GCC internal prototype to avoid an error.
4643 Use char because int might match the return type of a GCC
4644 builtin and then its argument prototype would still apply. */
4649 /* The GNU C library defines this for functions which it implements
4650 to always fail with ENOSYS. Some functions are actually named
4651 something starting with __ and the normal name is an alias. */
4652 #if defined __stub_remove || defined __stub___remove
4664 rm -f conftest.$ac_objext conftest$ac_exeext
4665 if { (ac_try="$ac_link"
4667 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4668 *) ac_try_echo
=$ac_try;;
4670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4671 (eval "$ac_link") 2>conftest.er1
4673 grep -v '^ *+' conftest.er1
>conftest.err
4675 cat conftest.err
>&5
4676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4677 (exit $ac_status); } && {
4678 test -z "$ac_c_werror_flag" ||
4679 test ! -s conftest.err
4680 } && test -s conftest
$ac_exeext &&
4681 $as_test_x conftest
$ac_exeext; then
4682 ac_cv_func_remove
=yes
4684 echo "$as_me: failed program was:" >&5
4685 sed 's/^/| /' conftest.
$ac_ext >&5
4687 ac_cv_func_remove
=no
4690 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4691 conftest
$ac_exeext conftest.
$ac_ext
4693 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4694 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4696 if test $ac_cv_func_remove = no
; then
4697 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4698 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4699 if test "${ac_cv_lib_posix_remove+set}" = set; then
4700 echo $ECHO_N "(cached) $ECHO_C" >&6
4702 ac_check_lib_save_LIBS
=$LIBS
4703 LIBS
="-lposix $LIBS"
4704 cat >conftest.
$ac_ext <<_ACEOF
4707 cat confdefs.h
>>conftest.
$ac_ext
4708 cat >>conftest.
$ac_ext <<_ACEOF
4709 /* end confdefs.h. */
4711 /* Override any GCC internal prototype to avoid an error.
4712 Use char because int might match the return type of a GCC
4713 builtin and then its argument prototype would still apply. */
4726 rm -f conftest.
$ac_objext conftest
$ac_exeext
4727 if { (ac_try
="$ac_link"
4729 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4730 *) ac_try_echo=$ac_try;;
4732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4733 (eval "$ac_link") 2>conftest.er1
4735 grep -v '^ *+' conftest.er1 >conftest.err
4737 cat conftest.err >&5
4738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4739 (exit $ac_status); } && {
4740 test -z "$ac_c_werror_flag" ||
4741 test ! -s conftest.err
4742 } && test -s conftest$ac_exeext &&
4743 $as_test_x conftest$ac_exeext; then
4744 ac_cv_lib_posix_remove=yes
4746 echo "$as_me: failed program was:" >&5
4747 sed 's/^/| /' conftest.$ac_ext >&5
4749 ac_cv_lib_posix_remove=no
4752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4753 conftest$ac_exeext conftest.$ac_ext
4754 LIBS=$ac_check_lib_save_LIBS
4756 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4757 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
4758 if test $ac_cv_lib_posix_remove = yes; then
4759 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4764 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4765 { echo "$as_me:$LINENO: checking for shmat" >&5
4766 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
4767 if test "${ac_cv_func_shmat+set}" = set; then
4768 echo $ECHO_N "(cached) $ECHO_C" >&6
4770 cat >conftest.$ac_ext <<_ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h. */
4776 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4778 #define shmat innocuous_shmat
4780 /* System header to define __stub macros and hopefully few prototypes,
4781 which can conflict with char shmat (); below.
4782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783 <limits.h> exists even on freestanding compilers. */
4786 # include <limits.h>
4788 # include <assert.h>
4793 /* Override any GCC internal prototype to avoid an error.
4794 Use char because int might match the return type of a GCC
4795 builtin and then its argument prototype would still apply. */
4800 /* The GNU C library defines this for functions which it implements
4801 to always fail with ENOSYS. Some functions are actually named
4802 something starting with __ and the normal name is an alias. */
4803 #if defined __stub_shmat || defined __stub___shmat
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4818 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4819 *) ac_try_echo
=$ac_try;;
4821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4822 (eval "$ac_link") 2>conftest.er1
4824 grep -v '^ *+' conftest.er1
>conftest.err
4826 cat conftest.err
>&5
4827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4828 (exit $ac_status); } && {
4829 test -z "$ac_c_werror_flag" ||
4830 test ! -s conftest.err
4831 } && test -s conftest
$ac_exeext &&
4832 $as_test_x conftest
$ac_exeext; then
4833 ac_cv_func_shmat
=yes
4835 echo "$as_me: failed program was:" >&5
4836 sed 's/^/| /' conftest.
$ac_ext >&5
4841 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4842 conftest
$ac_exeext conftest.
$ac_ext
4844 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
4845 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
4847 if test $ac_cv_func_shmat = no
; then
4848 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
4849 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
4850 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4851 echo $ECHO_N "(cached) $ECHO_C" >&6
4853 ac_check_lib_save_LIBS
=$LIBS
4855 cat >conftest.
$ac_ext <<_ACEOF
4858 cat confdefs.h
>>conftest.
$ac_ext
4859 cat >>conftest.
$ac_ext <<_ACEOF
4860 /* end confdefs.h. */
4862 /* Override any GCC internal prototype to avoid an error.
4863 Use char because int might match the return type of a GCC
4864 builtin and then its argument prototype would still apply. */
4877 rm -f conftest.
$ac_objext conftest
$ac_exeext
4878 if { (ac_try
="$ac_link"
4880 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4881 *) ac_try_echo=$ac_try;;
4883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4884 (eval "$ac_link") 2>conftest.er1
4886 grep -v '^ *+' conftest.er1 >conftest.err
4888 cat conftest.err >&5
4889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 (exit $ac_status); } && {
4891 test -z "$ac_c_werror_flag" ||
4892 test ! -s conftest.err
4893 } && test -s conftest$ac_exeext &&
4894 $as_test_x conftest$ac_exeext; then
4895 ac_cv_lib_ipc_shmat=yes
4897 echo "$as_me: failed program was:" >&5
4898 sed 's/^/| /' conftest.$ac_ext >&5
4900 ac_cv_lib_ipc_shmat=no
4903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4904 conftest$ac_exeext conftest.$ac_ext
4905 LIBS=$ac_check_lib_save_LIBS
4907 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
4908 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
4909 if test $ac_cv_lib_ipc_shmat = yes; then
4910 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
4916 # Check for libraries that X11R6 Xt/Xaw programs need.
4917 ac_save_LDFLAGS=$LDFLAGS
4918 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4919 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4920 # check for ICE first), but we must link in the order -lSM -lICE or
4921 # we get undefined symbols. So assume we have SM if we have ICE.
4922 # These have to be linked with before -lX11, unlike the other
4923 # libraries we check for below, so use a different variable.
4924 # John Interrante, Karl Berry
4925 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
4926 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
4927 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4928 echo $ECHO_N "(cached) $ECHO_C" >&6
4930 ac_check_lib_save_LIBS=$LIBS
4931 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4932 cat >conftest.$ac_ext <<_ACEOF
4935 cat confdefs.h >>conftest.$ac_ext
4936 cat >>conftest.$ac_ext <<_ACEOF
4937 /* end confdefs.h. */
4939 /* Override any GCC internal prototype to avoid an error.
4940 Use char because int might match the return type of a GCC
4941 builtin and then its argument prototype would still apply. */
4945 char IceConnectionNumber ();
4949 return IceConnectionNumber ();
4954 rm -f conftest.$ac_objext conftest$ac_exeext
4955 if { (ac_try="$ac_link"
4957 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4958 *) ac_try_echo
=$ac_try;;
4960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4961 (eval "$ac_link") 2>conftest.er1
4963 grep -v '^ *+' conftest.er1
>conftest.err
4965 cat conftest.err
>&5
4966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); } && {
4968 test -z "$ac_c_werror_flag" ||
4969 test ! -s conftest.err
4970 } && test -s conftest
$ac_exeext &&
4971 $as_test_x conftest
$ac_exeext; then
4972 ac_cv_lib_ICE_IceConnectionNumber
=yes
4974 echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.
$ac_ext >&5
4977 ac_cv_lib_ICE_IceConnectionNumber
=no
4980 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4981 conftest
$ac_exeext conftest.
$ac_ext
4982 LIBS
=$ac_check_lib_save_LIBS
4984 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
4985 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
4986 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
4987 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
4990 LDFLAGS
=$ac_save_LDFLAGS
4997 # Extract the first word of "$ac_prog", so it can be a program name with args.
4998 set dummy
$ac_prog; ac_word
=$2
4999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5001 if test "${ac_cv_prog_FLEX+set}" = set; then
5002 echo $ECHO_N "(cached) $ECHO_C" >&6
5004 if test -n "$FLEX"; then
5005 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5011 test -z "$as_dir" && as_dir
=.
5012 for ac_exec_ext
in '' $ac_executable_extensions; do
5013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5014 ac_cv_prog_FLEX
="$ac_prog"
5015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5024 FLEX
=$ac_cv_prog_FLEX
5025 if test -n "$FLEX"; then
5026 { echo "$as_me:$LINENO: result: $FLEX" >&5
5027 echo "${ECHO_T}$FLEX" >&6; }
5029 { echo "$as_me:$LINENO: result: no" >&5
5030 echo "${ECHO_T}no" >&6; }
5034 test -n "$FLEX" && break
5036 test -n "$FLEX" || FLEX
="none"
5038 if test "$FLEX" = "none"
5040 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5041 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5042 { (exit 1); exit 1; }; }
5045 for ac_prog
in bison
5047 # Extract the first word of "$ac_prog", so it can be a program name with args.
5048 set dummy
$ac_prog; ac_word
=$2
5049 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5051 if test "${ac_cv_prog_BISON+set}" = set; then
5052 echo $ECHO_N "(cached) $ECHO_C" >&6
5054 if test -n "$BISON"; then
5055 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5057 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5061 test -z "$as_dir" && as_dir
=.
5062 for ac_exec_ext
in '' $ac_executable_extensions; do
5063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5064 ac_cv_prog_BISON
="$ac_prog"
5065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5074 BISON
=$ac_cv_prog_BISON
5075 if test -n "$BISON"; then
5076 { echo "$as_me:$LINENO: result: $BISON" >&5
5077 echo "${ECHO_T}$BISON" >&6; }
5079 { echo "$as_me:$LINENO: result: no" >&5
5080 echo "${ECHO_T}no" >&6; }
5084 test -n "$BISON" && break
5086 test -n "$BISON" || BISON
="none"
5088 if test "$BISON" = "none"
5090 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5091 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5092 { (exit 1); exit 1; }; }
5095 if test -n "$ac_tool_prefix"; then
5096 for ac_prog
in gas as
5098 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5099 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5102 if test "${ac_cv_prog_AS+set}" = set; then
5103 echo $ECHO_N "(cached) $ECHO_C" >&6
5105 if test -n "$AS"; then
5106 ac_cv_prog_AS
="$AS" # Let the user override the test.
5108 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5112 test -z "$as_dir" && as_dir
=.
5113 for ac_exec_ext
in '' $ac_executable_extensions; do
5114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5115 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5126 if test -n "$AS"; then
5127 { echo "$as_me:$LINENO: result: $AS" >&5
5128 echo "${ECHO_T}$AS" >&6; }
5130 { echo "$as_me:$LINENO: result: no" >&5
5131 echo "${ECHO_T}no" >&6; }
5135 test -n "$AS" && break
5138 if test -z "$AS"; then
5140 for ac_prog
in gas as
5142 # Extract the first word of "$ac_prog", so it can be a program name with args.
5143 set dummy
$ac_prog; ac_word
=$2
5144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5146 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5147 echo $ECHO_N "(cached) $ECHO_C" >&6
5149 if test -n "$ac_ct_AS"; then
5150 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5156 test -z "$as_dir" && as_dir
=.
5157 for ac_exec_ext
in '' $ac_executable_extensions; do
5158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5159 ac_cv_prog_ac_ct_AS
="$ac_prog"
5160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5169 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5170 if test -n "$ac_ct_AS"; then
5171 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5172 echo "${ECHO_T}$ac_ct_AS" >&6; }
5174 { echo "$as_me:$LINENO: result: no" >&5
5175 echo "${ECHO_T}no" >&6; }
5179 test -n "$ac_ct_AS" && break
5182 if test "x$ac_ct_AS" = x
; then
5185 case $cross_compiling:$ac_tool_warned in
5187 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5188 whose name does not start with the host triplet. If you think this
5189 configuration is useful to you, please write to autoconf@gnu.org." >&5
5190 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5191 whose name does not start with the host triplet. If you think this
5192 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5193 ac_tool_warned
=yes ;;
5199 if test -n "$ac_tool_prefix"; then
5200 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5201 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5204 if test "${ac_cv_prog_LD+set}" = set; then
5205 echo $ECHO_N "(cached) $ECHO_C" >&6
5207 if test -n "$LD"; then
5208 ac_cv_prog_LD
="$LD" # Let the user override the test.
5210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5214 test -z "$as_dir" && as_dir
=.
5215 for ac_exec_ext
in '' $ac_executable_extensions; do
5216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5217 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5228 if test -n "$LD"; then
5229 { echo "$as_me:$LINENO: result: $LD" >&5
5230 echo "${ECHO_T}$LD" >&6; }
5232 { echo "$as_me:$LINENO: result: no" >&5
5233 echo "${ECHO_T}no" >&6; }
5238 if test -z "$ac_cv_prog_LD"; then
5240 # Extract the first word of "ld", so it can be a program name with args.
5241 set dummy ld
; ac_word
=$2
5242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5244 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5245 echo $ECHO_N "(cached) $ECHO_C" >&6
5247 if test -n "$ac_ct_LD"; then
5248 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5254 test -z "$as_dir" && as_dir
=.
5255 for ac_exec_ext
in '' $ac_executable_extensions; do
5256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5257 ac_cv_prog_ac_ct_LD
="ld"
5258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5267 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5268 if test -n "$ac_ct_LD"; then
5269 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5270 echo "${ECHO_T}$ac_ct_LD" >&6; }
5272 { echo "$as_me:$LINENO: result: no" >&5
5273 echo "${ECHO_T}no" >&6; }
5276 if test "x$ac_ct_LD" = x
; then
5279 case $cross_compiling:$ac_tool_warned in
5281 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5282 whose name does not start with the host triplet. If you think this
5283 configuration is useful to you, please write to autoconf@gnu.org." >&5
5284 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5285 whose name does not start with the host triplet. If you think this
5286 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5287 ac_tool_warned
=yes ;;
5295 if test -n "$ac_tool_prefix"; then
5296 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5297 set dummy
${ac_tool_prefix}ar; ac_word
=$2
5298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5300 if test "${ac_cv_prog_AR+set}" = set; then
5301 echo $ECHO_N "(cached) $ECHO_C" >&6
5303 if test -n "$AR"; then
5304 ac_cv_prog_AR
="$AR" # Let the user override the test.
5306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5310 test -z "$as_dir" && as_dir
=.
5311 for ac_exec_ext
in '' $ac_executable_extensions; do
5312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5313 ac_cv_prog_AR
="${ac_tool_prefix}ar"
5314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 if test -n "$AR"; then
5325 { echo "$as_me:$LINENO: result: $AR" >&5
5326 echo "${ECHO_T}$AR" >&6; }
5328 { echo "$as_me:$LINENO: result: no" >&5
5329 echo "${ECHO_T}no" >&6; }
5334 if test -z "$ac_cv_prog_AR"; then
5336 # Extract the first word of "ar", so it can be a program name with args.
5337 set dummy
ar; ac_word
=$2
5338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5340 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5341 echo $ECHO_N "(cached) $ECHO_C" >&6
5343 if test -n "$ac_ct_AR"; then
5344 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5350 test -z "$as_dir" && as_dir
=.
5351 for ac_exec_ext
in '' $ac_executable_extensions; do
5352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5353 ac_cv_prog_ac_ct_AR
="ar"
5354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5364 if test -n "$ac_ct_AR"; then
5365 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5366 echo "${ECHO_T}$ac_ct_AR" >&6; }
5368 { echo "$as_me:$LINENO: result: no" >&5
5369 echo "${ECHO_T}no" >&6; }
5372 if test "x$ac_ct_AR" = x
; then
5375 case $cross_compiling:$ac_tool_warned in
5377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5378 whose name does not start with the host triplet. If you think this
5379 configuration is useful to you, please write to autoconf@gnu.org." >&5
5380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5381 whose name does not start with the host triplet. If you think this
5382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5383 ac_tool_warned
=yes ;;
5391 if test -n "$ac_tool_prefix"; then
5392 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5393 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_RANLIB+set}" = set; then
5397 echo $ECHO_N "(cached) $ECHO_C" >&6
5399 if test -n "$RANLIB"; then
5400 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5406 test -z "$as_dir" && as_dir
=.
5407 for ac_exec_ext
in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5419 RANLIB
=$ac_cv_prog_RANLIB
5420 if test -n "$RANLIB"; then
5421 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5422 echo "${ECHO_T}$RANLIB" >&6; }
5424 { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5430 if test -z "$ac_cv_prog_RANLIB"; then
5431 ac_ct_RANLIB
=$RANLIB
5432 # Extract the first word of "ranlib", so it can be a program name with args.
5433 set dummy ranlib
; ac_word
=$2
5434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5436 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5437 echo $ECHO_N "(cached) $ECHO_C" >&6
5439 if test -n "$ac_ct_RANLIB"; then
5440 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5442 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5446 test -z "$as_dir" && as_dir
=.
5447 for ac_exec_ext
in '' $ac_executable_extensions; do
5448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5449 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5459 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5460 if test -n "$ac_ct_RANLIB"; then
5461 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5462 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5464 { echo "$as_me:$LINENO: result: no" >&5
5465 echo "${ECHO_T}no" >&6; }
5468 if test "x$ac_ct_RANLIB" = x
; then
5471 case $cross_compiling:$ac_tool_warned in
5473 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet. If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&5
5476 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5477 whose name does not start with the host triplet. If you think this
5478 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5479 ac_tool_warned
=yes ;;
5481 RANLIB
=$ac_ct_RANLIB
5484 RANLIB
="$ac_cv_prog_RANLIB"
5487 if test -n "$ac_tool_prefix"; then
5488 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5489 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5492 if test "${ac_cv_prog_STRIP+set}" = set; then
5493 echo $ECHO_N "(cached) $ECHO_C" >&6
5495 if test -n "$STRIP"; then
5496 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5498 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5502 test -z "$as_dir" && as_dir
=.
5503 for ac_exec_ext
in '' $ac_executable_extensions; do
5504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5505 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5515 STRIP
=$ac_cv_prog_STRIP
5516 if test -n "$STRIP"; then
5517 { echo "$as_me:$LINENO: result: $STRIP" >&5
5518 echo "${ECHO_T}$STRIP" >&6; }
5520 { echo "$as_me:$LINENO: result: no" >&5
5521 echo "${ECHO_T}no" >&6; }
5526 if test -z "$ac_cv_prog_STRIP"; then
5528 # Extract the first word of "strip", so it can be a program name with args.
5529 set dummy strip
; ac_word
=$2
5530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5532 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5533 echo $ECHO_N "(cached) $ECHO_C" >&6
5535 if test -n "$ac_ct_STRIP"; then
5536 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5542 test -z "$as_dir" && as_dir
=.
5543 for ac_exec_ext
in '' $ac_executable_extensions; do
5544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5545 ac_cv_prog_ac_ct_STRIP
="strip"
5546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5555 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5556 if test -n "$ac_ct_STRIP"; then
5557 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5558 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5560 { echo "$as_me:$LINENO: result: no" >&5
5561 echo "${ECHO_T}no" >&6; }
5564 if test "x$ac_ct_STRIP" = x
; then
5567 case $cross_compiling:$ac_tool_warned in
5569 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5570 whose name does not start with the host triplet. If you think this
5571 configuration is useful to you, please write to autoconf@gnu.org." >&5
5572 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5573 whose name does not start with the host triplet. If you think this
5574 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5575 ac_tool_warned
=yes ;;
5580 STRIP
="$ac_cv_prog_STRIP"
5583 if test -n "$ac_tool_prefix"; then
5584 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5585 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5588 if test "${ac_cv_prog_WINDRES+set}" = set; then
5589 echo $ECHO_N "(cached) $ECHO_C" >&6
5591 if test -n "$WINDRES"; then
5592 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5594 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5598 test -z "$as_dir" && as_dir
=.
5599 for ac_exec_ext
in '' $ac_executable_extensions; do
5600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5601 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5611 WINDRES
=$ac_cv_prog_WINDRES
5612 if test -n "$WINDRES"; then
5613 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5614 echo "${ECHO_T}$WINDRES" >&6; }
5616 { echo "$as_me:$LINENO: result: no" >&5
5617 echo "${ECHO_T}no" >&6; }
5622 if test -z "$ac_cv_prog_WINDRES"; then
5623 ac_ct_WINDRES
=$WINDRES
5624 # Extract the first word of "windres", so it can be a program name with args.
5625 set dummy windres
; ac_word
=$2
5626 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5628 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5629 echo $ECHO_N "(cached) $ECHO_C" >&6
5631 if test -n "$ac_ct_WINDRES"; then
5632 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
5634 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5638 test -z "$as_dir" && as_dir
=.
5639 for ac_exec_ext
in '' $ac_executable_extensions; do
5640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5641 ac_cv_prog_ac_ct_WINDRES
="windres"
5642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
5652 if test -n "$ac_ct_WINDRES"; then
5653 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5654 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
5656 { echo "$as_me:$LINENO: result: no" >&5
5657 echo "${ECHO_T}no" >&6; }
5660 if test "x$ac_ct_WINDRES" = x
; then
5663 case $cross_compiling:$ac_tool_warned in
5665 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet. If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&5
5668 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5669 whose name does not start with the host triplet. If you think this
5670 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5671 ac_tool_warned
=yes ;;
5673 WINDRES
=$ac_ct_WINDRES
5676 WINDRES
="$ac_cv_prog_WINDRES"
5679 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5680 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5682 if test "$LN_S" = "ln -s"; then
5683 { echo "$as_me:$LINENO: result: yes" >&5
5684 echo "${ECHO_T}yes" >&6; }
5686 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5687 echo "${ECHO_T}no, using $LN_S" >&6; }
5690 { echo "$as_me:$LINENO: checking whether ln works" >&5
5691 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
5692 rm -f conf$$ conf$$.
file
5694 if ln conf$$.
file conf$$
2>/dev
/null
; then
5697 { echo "$as_me:$LINENO: result: yes" >&5
5698 echo "${ECHO_T}yes" >&6; }
5702 { echo "$as_me:$LINENO: result: no, using $LN" >&5
5703 echo "${ECHO_T}no, using $LN" >&6; }
5705 rm -f conf$$ conf$$.
file
5706 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5707 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5708 if test "${ac_cv_path_GREP+set}" = set; then
5709 echo $ECHO_N "(cached) $ECHO_C" >&6
5711 # Extract the first word of "grep ggrep" to use in msg output
5712 if test -z "$GREP"; then
5713 set dummy
grep ggrep
; ac_prog_name
=$2
5714 if test "${ac_cv_path_GREP+set}" = set; then
5715 echo $ECHO_N "(cached) $ECHO_C" >&6
5717 ac_path_GREP_found
=false
5718 # Loop through the user's path and test for each of PROGNAME-LIST
5719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5720 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5723 test -z "$as_dir" && as_dir
=.
5724 for ac_prog
in grep ggrep
; do
5725 for ac_exec_ext
in '' $ac_executable_extensions; do
5726 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5727 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
5728 # Check for GNU ac_path_GREP and select it if it is found.
5729 # Check for GNU $ac_path_GREP
5730 case `"$ac_path_GREP" --version 2>&1` in
5732 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5735 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5738 cat "conftest.in" "conftest.in" >"conftest.tmp"
5739 mv "conftest.tmp" "conftest.in"
5740 cp "conftest.in" "conftest.nl"
5741 echo 'GREP' >> "conftest.nl"
5742 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5743 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5744 ac_count
=`expr $ac_count + 1`
5745 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5746 # Best one so far, save it but keep looking for a better one
5747 ac_cv_path_GREP
="$ac_path_GREP"
5748 ac_path_GREP_max
=$ac_count
5750 # 10*(2^10) chars as input seems more than enough
5751 test $ac_count -gt 10 && break
5753 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5757 $ac_path_GREP_found && break 3
5767 GREP
="$ac_cv_path_GREP"
5768 if test -z "$GREP"; then
5769 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5770 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5771 { (exit 1); exit 1; }; }
5775 ac_cv_path_GREP
=$GREP
5780 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5781 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5782 GREP
="$ac_cv_path_GREP"
5785 { echo "$as_me:$LINENO: checking for egrep" >&5
5786 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5787 if test "${ac_cv_path_EGREP+set}" = set; then
5788 echo $ECHO_N "(cached) $ECHO_C" >&6
5790 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5791 then ac_cv_path_EGREP
="$GREP -E"
5793 # Extract the first word of "egrep" to use in msg output
5794 if test -z "$EGREP"; then
5795 set dummy
egrep; ac_prog_name
=$2
5796 if test "${ac_cv_path_EGREP+set}" = set; then
5797 echo $ECHO_N "(cached) $ECHO_C" >&6
5799 ac_path_EGREP_found
=false
5800 # Loop through the user's path and test for each of PROGNAME-LIST
5801 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5802 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5805 test -z "$as_dir" && as_dir
=.
5806 for ac_prog
in egrep; do
5807 for ac_exec_ext
in '' $ac_executable_extensions; do
5808 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5809 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
5810 # Check for GNU ac_path_EGREP and select it if it is found.
5811 # Check for GNU $ac_path_EGREP
5812 case `"$ac_path_EGREP" --version 2>&1` in
5814 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5817 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5820 cat "conftest.in" "conftest.in" >"conftest.tmp"
5821 mv "conftest.tmp" "conftest.in"
5822 cp "conftest.in" "conftest.nl"
5823 echo 'EGREP' >> "conftest.nl"
5824 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5825 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5826 ac_count
=`expr $ac_count + 1`
5827 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5828 # Best one so far, save it but keep looking for a better one
5829 ac_cv_path_EGREP
="$ac_path_EGREP"
5830 ac_path_EGREP_max
=$ac_count
5832 # 10*(2^10) chars as input seems more than enough
5833 test $ac_count -gt 10 && break
5835 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5839 $ac_path_EGREP_found && break 3
5849 EGREP
="$ac_cv_path_EGREP"
5850 if test -z "$EGREP"; then
5851 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5852 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5853 { (exit 1); exit 1; }; }
5857 ac_cv_path_EGREP
=$EGREP
5863 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5864 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5865 EGREP
="$ac_cv_path_EGREP"
5868 # Extract the first word of "ldconfig", so it can be a program name with args.
5869 set dummy ldconfig
; ac_word
=$2
5870 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5871 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5872 if test "${ac_cv_path_LDCONFIG+set}" = set; then
5873 echo $ECHO_N "(cached) $ECHO_C" >&6
5877 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5881 for as_dir
in /sbin
/usr
/sbin
$PATH
5884 test -z "$as_dir" && as_dir
=.
5885 for ac_exec_ext
in '' $ac_executable_extensions; do
5886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5895 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5899 LDCONFIG
=$ac_cv_path_LDCONFIG
5900 if test -n "$LDCONFIG"; then
5901 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
5902 echo "${ECHO_T}$LDCONFIG" >&6; }
5904 { echo "$as_me:$LINENO: result: no" >&5
5905 echo "${ECHO_T}no" >&6; }
5909 # Find a good install program. We prefer a C program (faster),
5910 # so one script is as good as another. But avoid the broken or
5911 # incompatible versions:
5912 # SysV /etc/install, /usr/sbin/install
5913 # SunOS /usr/etc/install
5914 # IRIX /sbin/install
5916 # AmigaOS /C/install, which installs bootblocks on floppy discs
5917 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5918 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5919 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5920 # OS/2's system install, which has a completely different semantic
5921 # ./install, which can be erroneously created by make from ./install.sh.
5922 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5923 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
5924 if test -z "$INSTALL"; then
5925 if test "${ac_cv_path_install+set}" = set; then
5926 echo $ECHO_N "(cached) $ECHO_C" >&6
5928 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5932 test -z "$as_dir" && as_dir
=.
5933 # Account for people who put trailing slashes in PATH elements.
5935 .
/ | .
// |
/cC
/* | \
5936 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
5937 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
5940 # OSF1 and SCO ODT 3.0 have their own names for install.
5941 # Don't use installbsd from OSF since it installs stuff as root
5943 for ac_prog
in ginstall scoinst
install; do
5944 for ac_exec_ext
in '' $ac_executable_extensions; do
5945 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5946 if test $ac_prog = install &&
5947 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
5948 # AIX install. It has an incompatible calling convention.
5950 elif test $ac_prog = install &&
5951 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
5952 # program-specific install script used by HP pwplus--don't use.
5955 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
5968 if test "${ac_cv_path_install+set}" = set; then
5969 INSTALL
=$ac_cv_path_install
5971 # As a last resort, use the slow shell script. Don't cache a
5972 # value for INSTALL within a source directory, because that will
5973 # break other packages using the cache if that directory is
5974 # removed, or if the value is a relative name.
5975 INSTALL
=$ac_install_sh
5978 { echo "$as_me:$LINENO: result: $INSTALL" >&5
5979 echo "${ECHO_T}$INSTALL" >&6; }
5981 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5982 # It thinks the first close brace ends the variable substitution.
5983 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
5985 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
5987 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
5990 [\\/$
]* | ?
:[\\/]* ) ;;
5991 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
5994 for ac_prog
in lclint lint
5996 # Extract the first word of "$ac_prog", so it can be a program name with args.
5997 set dummy
$ac_prog; ac_word
=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_LINT+set}" = set; then
6001 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 if test -n "$LINT"; then
6004 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6010 test -z "$as_dir" && as_dir
=.
6011 for ac_exec_ext
in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_LINT
="$ac_prog"
6014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 LINT
=$ac_cv_prog_LINT
6024 if test -n "$LINT"; then
6025 { echo "$as_me:$LINENO: result: $LINT" >&5
6026 echo "${ECHO_T}$LINT" >&6; }
6028 { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6033 test -n "$LINT" && break
6036 if test "$LINT" = "lint"
6038 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6043 for ac_prog
in fontforge
6045 # Extract the first word of "$ac_prog", so it can be a program name with args.
6046 set dummy
$ac_prog; ac_word
=$2
6047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6049 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6050 echo $ECHO_N "(cached) $ECHO_C" >&6
6052 if test -n "$FONTFORGE"; then
6053 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6059 test -z "$as_dir" && as_dir
=.
6060 for ac_exec_ext
in '' $ac_executable_extensions; do
6061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6062 ac_cv_prog_FONTFORGE
="$ac_prog"
6063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 FONTFORGE
=$ac_cv_prog_FONTFORGE
6073 if test -n "$FONTFORGE"; then
6074 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6075 echo "${ECHO_T}$FONTFORGE" >&6; }
6077 { echo "$as_me:$LINENO: result: no" >&5
6078 echo "${ECHO_T}no" >&6; }
6082 test -n "$FONTFORGE" && break
6084 test -n "$FONTFORGE" || FONTFORGE
="false"
6086 for ac_prog
in pkg-config
6088 # Extract the first word of "$ac_prog", so it can be a program name with args.
6089 set dummy
$ac_prog; ac_word
=$2
6090 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6092 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6093 echo $ECHO_N "(cached) $ECHO_C" >&6
6095 if test -n "$PKG_CONFIG"; then
6096 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6098 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6102 test -z "$as_dir" && as_dir
=.
6103 for ac_exec_ext
in '' $ac_executable_extensions; do
6104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6105 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6115 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6116 if test -n "$PKG_CONFIG"; then
6117 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6118 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6120 { echo "$as_me:$LINENO: result: no" >&5
6121 echo "${ECHO_T}no" >&6; }
6125 test -n "$PKG_CONFIG" && break
6127 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6132 # Extract the first word of "prelink", so it can be a program name with args.
6133 set dummy prelink
; ac_word
=$2
6134 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6135 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6136 if test "${ac_cv_path_PRELINK+set}" = set; then
6137 echo $ECHO_N "(cached) $ECHO_C" >&6
6141 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6145 for as_dir
in /sbin
/usr
/sbin
$PATH
6148 test -z "$as_dir" && as_dir
=.
6149 for ac_exec_ext
in '' $ac_executable_extensions; do
6150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6151 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6159 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6163 PRELINK
=$ac_cv_path_PRELINK
6164 if test -n "$PRELINK"; then
6165 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6166 echo "${ECHO_T}$PRELINK" >&6; }
6168 { echo "$as_me:$LINENO: result: no" >&5
6169 echo "${ECHO_T}no" >&6; }
6178 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6179 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6180 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6181 echo $ECHO_N "(cached) $ECHO_C" >&6
6183 ac_check_lib_save_LIBS
=$LIBS
6185 cat >conftest.
$ac_ext <<_ACEOF
6188 cat confdefs.h
>>conftest.
$ac_ext
6189 cat >>conftest.
$ac_ext <<_ACEOF
6190 /* end confdefs.h. */
6192 /* Override any GCC internal prototype to avoid an error.
6193 Use char because int might match the return type of a GCC
6194 builtin and then its argument prototype would still apply. */
6198 char i386_set_ldt ();
6202 return i386_set_ldt ();
6207 rm -f conftest.
$ac_objext conftest
$ac_exeext
6208 if { (ac_try
="$ac_link"
6210 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6211 *) ac_try_echo=$ac_try;;
6213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6214 (eval "$ac_link") 2>conftest.er1
6216 grep -v '^ *+' conftest.er1 >conftest.err
6218 cat conftest.err >&5
6219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220 (exit $ac_status); } && {
6221 test -z "$ac_c_werror_flag" ||
6222 test ! -s conftest.err
6223 } && test -s conftest$ac_exeext &&
6224 $as_test_x conftest$ac_exeext; then
6225 ac_cv_lib_i386_i386_set_ldt=yes
6227 echo "$as_me: failed program was:" >&5
6228 sed 's/^/| /' conftest.$ac_ext >&5
6230 ac_cv_lib_i386_i386_set_ldt=no
6233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6234 conftest$ac_exeext conftest.$ac_ext
6235 LIBS=$ac_check_lib_save_LIBS
6237 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6238 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6239 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6240 cat >>confdefs.h <<_ACEOF
6241 #define HAVE_LIBI386 1
6249 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6250 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6251 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6252 echo $ECHO_N "(cached) $ECHO_C" >&6
6254 ac_check_lib_save_LIBS=$LIBS
6255 LIBS="-lossaudio $LIBS"
6256 cat >conftest.$ac_ext <<_ACEOF
6259 cat confdefs.h >>conftest.$ac_ext
6260 cat >>conftest.$ac_ext <<_ACEOF
6261 /* end confdefs.h. */
6263 /* Override any GCC internal prototype to avoid an error.
6264 Use char because int might match the return type of a GCC
6265 builtin and then its argument prototype would still apply. */
6273 return _oss_ioctl ();
6278 rm -f conftest.$ac_objext conftest$ac_exeext
6279 if { (ac_try="$ac_link"
6281 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6282 *) ac_try_echo
=$ac_try;;
6284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6285 (eval "$ac_link") 2>conftest.er1
6287 grep -v '^ *+' conftest.er1
>conftest.err
6289 cat conftest.err
>&5
6290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291 (exit $ac_status); } && {
6292 test -z "$ac_c_werror_flag" ||
6293 test ! -s conftest.err
6294 } && test -s conftest
$ac_exeext &&
6295 $as_test_x conftest
$ac_exeext; then
6296 ac_cv_lib_ossaudio__oss_ioctl
=yes
6298 echo "$as_me: failed program was:" >&5
6299 sed 's/^/| /' conftest.
$ac_ext >&5
6301 ac_cv_lib_ossaudio__oss_ioctl
=no
6304 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6305 conftest
$ac_exeext conftest.
$ac_ext
6306 LIBS
=$ac_check_lib_save_LIBS
6308 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6309 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6310 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6311 cat >>confdefs.h
<<_ACEOF
6312 #define HAVE_LIBOSSAUDIO 1
6315 LIBS
="-lossaudio $LIBS"
6320 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
6321 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
6322 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
6323 echo $ECHO_N "(cached) $ECHO_C" >&6
6325 ac_check_lib_save_LIBS
=$LIBS
6327 cat >conftest.
$ac_ext <<_ACEOF
6330 cat confdefs.h
>>conftest.
$ac_ext
6331 cat >>conftest.
$ac_ext <<_ACEOF
6332 /* end confdefs.h. */
6334 /* Override any GCC internal prototype to avoid an error.
6335 Use char because int might match the return type of a GCC
6336 builtin and then its argument prototype would still apply. */
6340 char _xpg4_setrunelocale ();
6344 return _xpg4_setrunelocale ();
6349 rm -f conftest.
$ac_objext conftest
$ac_exeext
6350 if { (ac_try
="$ac_link"
6352 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6353 *) ac_try_echo=$ac_try;;
6355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6356 (eval "$ac_link") 2>conftest.er1
6358 grep -v '^ *+' conftest.er1 >conftest.err
6360 cat conftest.err >&5
6361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6362 (exit $ac_status); } && {
6363 test -z "$ac_c_werror_flag" ||
6364 test ! -s conftest.err
6365 } && test -s conftest$ac_exeext &&
6366 $as_test_x conftest$ac_exeext; then
6367 ac_cv_lib_xpg4__xpg4_setrunelocale=yes
6369 echo "$as_me: failed program was:" >&5
6370 sed 's/^/| /' conftest.$ac_ext >&5
6372 ac_cv_lib_xpg4__xpg4_setrunelocale=no
6375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6376 conftest$ac_exeext conftest.$ac_ext
6377 LIBS=$ac_check_lib_save_LIBS
6379 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
6380 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
6381 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
6382 cat >>confdefs.h <<_ACEOF
6383 #define HAVE_LIBXPG4 1
6390 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6391 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6392 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6393 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 ac_check_lib_save_LIBS=$LIBS
6396 LIBS="-lpthread $LIBS"
6397 cat >conftest.$ac_ext <<_ACEOF
6400 cat confdefs.h >>conftest.$ac_ext
6401 cat >>conftest.$ac_ext <<_ACEOF
6402 /* end confdefs.h. */
6404 /* Override any GCC internal prototype to avoid an error.
6405 Use char because int might match the return type of a GCC
6406 builtin and then its argument prototype would still apply. */
6410 char pthread_create ();
6414 return pthread_create ();
6419 rm -f conftest.$ac_objext conftest$ac_exeext
6420 if { (ac_try="$ac_link"
6422 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6423 *) ac_try_echo
=$ac_try;;
6425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6426 (eval "$ac_link") 2>conftest.er1
6428 grep -v '^ *+' conftest.er1
>conftest.err
6430 cat conftest.err
>&5
6431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432 (exit $ac_status); } && {
6433 test -z "$ac_c_werror_flag" ||
6434 test ! -s conftest.err
6435 } && test -s conftest
$ac_exeext &&
6436 $as_test_x conftest
$ac_exeext; then
6437 ac_cv_lib_pthread_pthread_create
=yes
6439 echo "$as_me: failed program was:" >&5
6440 sed 's/^/| /' conftest.
$ac_ext >&5
6442 ac_cv_lib_pthread_pthread_create
=no
6445 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6446 conftest
$ac_exeext conftest.
$ac_ext
6447 LIBS
=$ac_check_lib_save_LIBS
6449 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6450 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6451 if test $ac_cv_lib_pthread_pthread_create = yes; then
6452 LIBPTHREAD
="-lpthread"
6471 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6472 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6473 if test "${ac_cv_header_stdc+set}" = set; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6476 cat >conftest.
$ac_ext <<_ACEOF
6479 cat confdefs.h
>>conftest.
$ac_ext
6480 cat >>conftest.
$ac_ext <<_ACEOF
6481 /* end confdefs.h. */
6495 rm -f conftest.
$ac_objext
6496 if { (ac_try
="$ac_compile"
6498 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6499 *) ac_try_echo=$ac_try;;
6501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6502 (eval "$ac_compile") 2>conftest.er1
6504 grep -v '^ *+' conftest.er1 >conftest.err
6506 cat conftest.err >&5
6507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6508 (exit $ac_status); } && {
6509 test -z "$ac_c_werror_flag" ||
6510 test ! -s conftest.err
6511 } && test -s conftest.$ac_objext; then
6512 ac_cv_header_stdc=yes
6514 echo "$as_me: failed program was:" >&5
6515 sed 's/^/| /' conftest.$ac_ext >&5
6517 ac_cv_header_stdc=no
6520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6522 if test $ac_cv_header_stdc = yes; then
6523 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6524 cat >conftest.$ac_ext <<_ACEOF
6527 cat confdefs.h >>conftest.$ac_ext
6528 cat >>conftest.$ac_ext <<_ACEOF
6529 /* end confdefs.h. */
6533 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6534 $EGREP "memchr" >/dev/null 2>&1; then
6537 ac_cv_header_stdc=no
6543 if test $ac_cv_header_stdc = yes; then
6544 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6545 cat >conftest.$ac_ext <<_ACEOF
6548 cat confdefs.h >>conftest.$ac_ext
6549 cat >>conftest.$ac_ext <<_ACEOF
6550 /* end confdefs.h. */
6554 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6555 $EGREP "free" >/dev/null 2>&1; then
6558 ac_cv_header_stdc=no
6564 if test $ac_cv_header_stdc = yes; then
6565 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6566 if test "$cross_compiling" = yes; then
6569 cat >conftest.$ac_ext <<_ACEOF
6572 cat confdefs.h >>conftest.$ac_ext
6573 cat >>conftest.$ac_ext <<_ACEOF
6574 /* end confdefs.h. */
6577 #if ((' ' & 0x0FF) == 0x020)
6578 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6579 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6581 # define ISLOWER(c) \
6582 (('a' <= (c) && (c) <= 'i') \
6583 || ('j' <= (c) && (c) <= 'r') \
6584 || ('s' <= (c) && (c) <= 'z'))
6585 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6588 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6593 for (i = 0; i < 256; i++)
6594 if (XOR (islower (i), ISLOWER (i))
6595 || toupper (i) != TOUPPER (i))
6600 rm -f conftest$ac_exeext
6601 if { (ac_try="$ac_link"
6603 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6604 *) ac_try_echo
=$ac_try;;
6606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6607 (eval "$ac_link") 2>&5
6609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6610 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6611 { (case "(($ac_try" in
6612 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6613 *) ac_try_echo=$ac_try;;
6615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6616 (eval "$ac_try") 2>&5
6618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619 (exit $ac_status); }; }; then
6622 echo "$as_me: program exited with status $ac_status" >&5
6623 echo "$as_me: failed program was:" >&5
6624 sed 's/^/| /' conftest.$ac_ext >&5
6627 ac_cv_header_stdc=no
6629 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6635 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6636 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6637 if test $ac_cv_header_stdc = yes; then
6639 cat >>confdefs.h <<\_ACEOF
6640 #define STDC_HEADERS 1
6645 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6655 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6656 inttypes.h stdint.h unistd.h
6658 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6
6664 cat >conftest.$ac_ext <<_ACEOF
6667 cat confdefs.h >>conftest.$ac_ext
6668 cat >>conftest.$ac_ext <<_ACEOF
6669 /* end confdefs.h. */
6670 $ac_includes_default
6672 #include <$ac_header>
6674 rm -f conftest.$ac_objext
6675 if { (ac_try="$ac_compile"
6677 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6678 *) ac_try_echo
=$ac_try;;
6680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681 (eval "$ac_compile") 2>conftest.er1
6683 grep -v '^ *+' conftest.er1
>conftest.err
6685 cat conftest.err
>&5
6686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687 (exit $ac_status); } && {
6688 test -z "$ac_c_werror_flag" ||
6689 test ! -s conftest.err
6690 } && test -s conftest.
$ac_objext; then
6691 eval "$as_ac_Header=yes"
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.
$ac_ext >&5
6696 eval "$as_ac_Header=no"
6699 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6701 ac_res
=`eval echo '${'$as_ac_Header'}'`
6702 { echo "$as_me:$LINENO: result: $ac_res" >&5
6703 echo "${ECHO_T}$ac_res" >&6; }
6704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6705 cat >>confdefs.h
<<_ACEOF
6706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6825 AudioUnit
/AudioUnit.h \
6827 CoreAudio
/CoreAudio.h \
6828 DiskArbitration
/DiskArbitration.h \
6841 fontconfig
/fontconfig.h \
6867 machine
/soundcard.h \
6872 netinet
/in_systm.h \
6937 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6938 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6939 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6941 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6942 echo $ECHO_N "(cached) $ECHO_C" >&6
6944 ac_res
=`eval echo '${'$as_ac_Header'}'`
6945 { echo "$as_me:$LINENO: result: $ac_res" >&5
6946 echo "${ECHO_T}$ac_res" >&6; }
6948 # Is the header compilable?
6949 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6950 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6951 cat >conftest.
$ac_ext <<_ACEOF
6954 cat confdefs.h
>>conftest.
$ac_ext
6955 cat >>conftest.
$ac_ext <<_ACEOF
6956 /* end confdefs.h. */
6957 $ac_includes_default
6958 #include <$ac_header>
6960 rm -f conftest.
$ac_objext
6961 if { (ac_try
="$ac_compile"
6963 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6964 *) ac_try_echo=$ac_try;;
6966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6967 (eval "$ac_compile") 2>conftest.er1
6969 grep -v '^ *+' conftest.er1 >conftest.err
6971 cat conftest.err >&5
6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6973 (exit $ac_status); } && {
6974 test -z "$ac_c_werror_flag" ||
6975 test ! -s conftest.err
6976 } && test -s conftest.$ac_objext; then
6977 ac_header_compiler=yes
6979 echo "$as_me: failed program was:" >&5
6980 sed 's/^/| /' conftest.$ac_ext >&5
6982 ac_header_compiler=no
6985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6986 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6987 echo "${ECHO_T}$ac_header_compiler" >&6; }
6989 # Is the header present?
6990 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6991 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6992 cat >conftest.$ac_ext <<_ACEOF
6995 cat confdefs.h >>conftest.$ac_ext
6996 cat >>conftest.$ac_ext <<_ACEOF
6997 /* end confdefs.h. */
6998 #include <$ac_header>
7000 if { (ac_try="$ac_cpp conftest.$ac_ext"
7002 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7003 *) ac_try_echo
=$ac_try;;
7005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7006 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7008 grep -v '^ *+' conftest.er1
>conftest.err
7010 cat conftest.err
>&5
7011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7012 (exit $ac_status); } >/dev
/null
&& {
7013 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7014 test ! -s conftest.err
7016 ac_header_preproc
=yes
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.
$ac_ext >&5
7021 ac_header_preproc
=no
7024 rm -f conftest.err conftest.
$ac_ext
7025 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7026 echo "${ECHO_T}$ac_header_preproc" >&6; }
7028 # So? What about this header?
7029 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7031 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7032 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7033 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7034 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7035 ac_header_preproc
=yes
7038 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7039 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7040 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7041 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7042 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7043 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7044 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7045 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7046 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7047 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7048 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7049 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7051 ## ------------------------------------ ##
7052 ## Report this to wine-devel@winehq.org ##
7053 ## ------------------------------------ ##
7055 ) |
sed "s/^/$as_me: WARNING: /" >&2
7058 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7059 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7060 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7061 echo $ECHO_N "(cached) $ECHO_C" >&6
7063 eval "$as_ac_Header=\$ac_header_preproc"
7065 ac_res
=`eval echo '${'$as_ac_Header'}'`
7066 { echo "$as_me:$LINENO: result: $ac_res" >&5
7067 echo "${ECHO_T}$ac_res" >&6; }
7070 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7071 cat >>confdefs.h
<<_ACEOF
7072 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7079 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7080 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7081 if test "${ac_cv_header_stat_broken+set}" = set; then
7082 echo $ECHO_N "(cached) $ECHO_C" >&6
7084 cat >conftest.
$ac_ext <<_ACEOF
7087 cat confdefs.h
>>conftest.
$ac_ext
7088 cat >>conftest.
$ac_ext <<_ACEOF
7089 /* end confdefs.h. */
7090 #include <sys/types.h>
7091 #include <sys/stat.h>
7093 #if defined S_ISBLK && defined S_IFDIR
7094 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7097 #if defined S_ISBLK && defined S_IFCHR
7098 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7101 #if defined S_ISLNK && defined S_IFREG
7102 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7105 #if defined S_ISSOCK && defined S_IFREG
7106 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7110 rm -f conftest.
$ac_objext
7111 if { (ac_try
="$ac_compile"
7113 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7114 *) ac_try_echo=$ac_try;;
7116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7117 (eval "$ac_compile") 2>conftest.er1
7119 grep -v '^ *+' conftest.er1 >conftest.err
7121 cat conftest.err >&5
7122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7123 (exit $ac_status); } && {
7124 test -z "$ac_c_werror_flag" ||
7125 test ! -s conftest.err
7126 } && test -s conftest.$ac_objext; then
7127 ac_cv_header_stat_broken=no
7129 echo "$as_me: failed program was:" >&5
7130 sed 's/^/| /' conftest.$ac_ext >&5
7132 ac_cv_header_stat_broken=yes
7135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7137 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7138 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7139 if test $ac_cv_header_stat_broken = yes; then
7141 cat >>confdefs.h <<\_ACEOF
7142 #define STAT_MACROS_BROKEN 1
7153 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7155 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7159 echo $ECHO_N "(cached) $ECHO_C" >&6
7161 cat >conftest.$ac_ext <<_ACEOF
7164 cat confdefs.h >>conftest.$ac_ext
7165 cat >>conftest.$ac_ext <<_ACEOF
7166 /* end confdefs.h. */
7167 #include <sys/types.h>
7168 #if HAVE_SYS_PARAM_H
7169 # include <sys/param.h>
7172 #include <$ac_header>
7174 rm -f conftest.$ac_objext
7175 if { (ac_try="$ac_compile"
7177 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7178 *) ac_try_echo
=$ac_try;;
7180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7181 (eval "$ac_compile") 2>conftest.er1
7183 grep -v '^ *+' conftest.er1
>conftest.err
7185 cat conftest.err
>&5
7186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7187 (exit $ac_status); } && {
7188 test -z "$ac_c_werror_flag" ||
7189 test ! -s conftest.err
7190 } && test -s conftest.
$ac_objext; then
7191 eval "$as_ac_Header=yes"
7193 echo "$as_me: failed program was:" >&5
7194 sed 's/^/| /' conftest.
$ac_ext >&5
7196 eval "$as_ac_Header=no"
7199 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7201 ac_res
=`eval echo '${'$as_ac_Header'}'`
7202 { echo "$as_me:$LINENO: result: $ac_res" >&5
7203 echo "${ECHO_T}$ac_res" >&6; }
7204 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7205 cat >>confdefs.h
<<_ACEOF
7206 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7220 for ac_header
in net
/if.h net
/if_arp.h net
/if_dl.h net
/if_types.h net
/route.h netipx
/ipx.h
7222 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7223 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7224 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7225 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7226 echo $ECHO_N "(cached) $ECHO_C" >&6
7228 cat >conftest.
$ac_ext <<_ACEOF
7231 cat confdefs.h
>>conftest.
$ac_ext
7232 cat >>conftest.
$ac_ext <<_ACEOF
7233 /* end confdefs.h. */
7234 #include <sys/types.h>
7235 #if HAVE_SYS_SOCKET_H
7236 # include <sys/socket.h>
7239 #include <$ac_header>
7241 rm -f conftest.
$ac_objext
7242 if { (ac_try
="$ac_compile"
7244 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7245 *) ac_try_echo=$ac_try;;
7247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7248 (eval "$ac_compile") 2>conftest.er1
7250 grep -v '^ *+' conftest.er1 >conftest.err
7252 cat conftest.err >&5
7253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7254 (exit $ac_status); } && {
7255 test -z "$ac_c_werror_flag" ||
7256 test ! -s conftest.err
7257 } && test -s conftest.$ac_objext; then
7258 eval "$as_ac_Header=yes"
7260 echo "$as_me: failed program was:" >&5
7261 sed 's/^/| /' conftest.$ac_ext >&5
7263 eval "$as_ac_Header=no"
7266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7268 ac_res=`eval echo '${'$as_ac_Header'}'`
7269 { echo "$as_me:$LINENO: result: $ac_res" >&5
7270 echo "${ECHO_T}$ac_res" >&6; }
7271 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7272 cat >>confdefs.h <<_ACEOF
7273 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7282 for ac_header in linux/ipx.h
7284 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7285 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7286 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7288 echo $ECHO_N "(cached) $ECHO_C" >&6
7290 cat >conftest.$ac_ext <<_ACEOF
7293 cat confdefs.h >>conftest.$ac_ext
7294 cat >>conftest.$ac_ext <<_ACEOF
7295 /* end confdefs.h. */
7296 #include <sys/types.h>
7297 #ifdef HAVE_ASM_TYPES_H
7298 # include <asm/types.h>
7300 #if HAVE_SYS_SOCKET_H
7301 # include <sys/socket.h>
7304 #include <$ac_header>
7306 rm -f conftest.$ac_objext
7307 if { (ac_try="$ac_compile"
7309 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7310 *) ac_try_echo
=$ac_try;;
7312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7313 (eval "$ac_compile") 2>conftest.er1
7315 grep -v '^ *+' conftest.er1
>conftest.err
7317 cat conftest.err
>&5
7318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7319 (exit $ac_status); } && {
7320 test -z "$ac_c_werror_flag" ||
7321 test ! -s conftest.err
7322 } && test -s conftest.
$ac_objext; then
7323 eval "$as_ac_Header=yes"
7325 echo "$as_me: failed program was:" >&5
7326 sed 's/^/| /' conftest.
$ac_ext >&5
7328 eval "$as_ac_Header=no"
7331 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7333 ac_res
=`eval echo '${'$as_ac_Header'}'`
7334 { echo "$as_me:$LINENO: result: $ac_res" >&5
7335 echo "${ECHO_T}$ac_res" >&6; }
7336 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7337 cat >>confdefs.h
<<_ACEOF
7338 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7347 for ac_header
in resolv.h
7349 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7350 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7351 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7352 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7353 echo $ECHO_N "(cached) $ECHO_C" >&6
7355 cat >conftest.
$ac_ext <<_ACEOF
7358 cat confdefs.h
>>conftest.
$ac_ext
7359 cat >>conftest.
$ac_ext <<_ACEOF
7360 /* end confdefs.h. */
7361 #include <sys/types.h>
7362 #if HAVE_SYS_SOCKET_H
7363 # include <sys/socket.h>
7365 #if HAVE_NETINET_IN_H
7366 # include <netinet/in.h>
7368 #if HAVE_ARPA_NAMESER_H
7369 # include <arpa/nameser.h>
7372 #include <$ac_header>
7374 rm -f conftest.
$ac_objext
7375 if { (ac_try
="$ac_compile"
7377 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7378 *) ac_try_echo=$ac_try;;
7380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7381 (eval "$ac_compile") 2>conftest.er1
7383 grep -v '^ *+' conftest.er1 >conftest.err
7385 cat conftest.err >&5
7386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7387 (exit $ac_status); } && {
7388 test -z "$ac_c_werror_flag" ||
7389 test ! -s conftest.err
7390 } && test -s conftest.$ac_objext; then
7391 eval "$as_ac_Header=yes"
7393 echo "$as_me: failed program was:" >&5
7394 sed 's/^/| /' conftest.$ac_ext >&5
7396 eval "$as_ac_Header=no"
7399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7401 ac_res=`eval echo '${'$as_ac_Header'}'`
7402 { echo "$as_me:$LINENO: result: $ac_res" >&5
7403 echo "${ECHO_T}$ac_res" >&6; }
7404 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7405 cat >>confdefs.h <<_ACEOF
7406 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7415 for ac_header in ucontext.h
7417 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7418 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7421 echo $ECHO_N "(cached) $ECHO_C" >&6
7423 cat >conftest.$ac_ext <<_ACEOF
7426 cat confdefs.h >>conftest.$ac_ext
7427 cat >>conftest.$ac_ext <<_ACEOF
7428 /* end confdefs.h. */
7431 #include <$ac_header>
7433 rm -f conftest.$ac_objext
7434 if { (ac_try="$ac_compile"
7436 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7437 *) ac_try_echo
=$ac_try;;
7439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7440 (eval "$ac_compile") 2>conftest.er1
7442 grep -v '^ *+' conftest.er1
>conftest.err
7444 cat conftest.err
>&5
7445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7446 (exit $ac_status); } && {
7447 test -z "$ac_c_werror_flag" ||
7448 test ! -s conftest.err
7449 } && test -s conftest.
$ac_objext; then
7450 eval "$as_ac_Header=yes"
7452 echo "$as_me: failed program was:" >&5
7453 sed 's/^/| /' conftest.
$ac_ext >&5
7455 eval "$as_ac_Header=no"
7458 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7460 ac_res
=`eval echo '${'$as_ac_Header'}'`
7461 { echo "$as_me:$LINENO: result: $ac_res" >&5
7462 echo "${ECHO_T}$ac_res" >&6; }
7463 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7464 cat >>confdefs.h
<<_ACEOF
7465 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7474 for ac_header
in pthread_np.h
7476 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7477 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7479 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7480 echo $ECHO_N "(cached) $ECHO_C" >&6
7482 cat >conftest.
$ac_ext <<_ACEOF
7485 cat confdefs.h
>>conftest.
$ac_ext
7486 cat >>conftest.
$ac_ext <<_ACEOF
7487 /* end confdefs.h. */
7488 #ifdef HAVE_PTHREAD_H
7489 #include <pthread.h>
7492 #include <$ac_header>
7494 rm -f conftest.
$ac_objext
7495 if { (ac_try
="$ac_compile"
7497 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7498 *) ac_try_echo=$ac_try;;
7500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7501 (eval "$ac_compile") 2>conftest.er1
7503 grep -v '^ *+' conftest.er1 >conftest.err
7505 cat conftest.err >&5
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } && {
7508 test -z "$ac_c_werror_flag" ||
7509 test ! -s conftest.err
7510 } && test -s conftest.$ac_objext; then
7511 eval "$as_ac_Header=yes"
7513 echo "$as_me: failed program was:" >&5
7514 sed 's/^/| /' conftest.$ac_ext >&5
7516 eval "$as_ac_Header=no"
7519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7521 ac_res=`eval echo '${'$as_ac_Header'}'`
7522 { echo "$as_me:$LINENO: result: $ac_res" >&5
7523 echo "${ECHO_T}$ac_res" >&6; }
7524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7525 cat >>confdefs.h <<_ACEOF
7526 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7535 for ac_header in linux/videodev.h
7537 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7538 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7540 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7541 echo $ECHO_N "(cached) $ECHO_C" >&6
7543 cat >conftest.$ac_ext <<_ACEOF
7546 cat confdefs.h >>conftest.$ac_ext
7547 cat >>conftest.$ac_ext <<_ACEOF
7548 /* end confdefs.h. */
7549 #ifdef HAVE_SYS_TIME_H
7550 #include <sys/time.h>
7552 #include <sys/types.h>
7553 #ifdef HAVE_ASM_TYPES_H
7554 #include <asm/types.h>
7557 #include <$ac_header>
7559 rm -f conftest.$ac_objext
7560 if { (ac_try="$ac_compile"
7562 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7563 *) ac_try_echo
=$ac_try;;
7565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7566 (eval "$ac_compile") 2>conftest.er1
7568 grep -v '^ *+' conftest.er1
>conftest.err
7570 cat conftest.err
>&5
7571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572 (exit $ac_status); } && {
7573 test -z "$ac_c_werror_flag" ||
7574 test ! -s conftest.err
7575 } && test -s conftest.
$ac_objext; then
7576 eval "$as_ac_Header=yes"
7578 echo "$as_me: failed program was:" >&5
7579 sed 's/^/| /' conftest.
$ac_ext >&5
7581 eval "$as_ac_Header=no"
7584 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7586 ac_res
=`eval echo '${'$as_ac_Header'}'`
7587 { echo "$as_me:$LINENO: result: $ac_res" >&5
7588 echo "${ECHO_T}$ac_res" >&6; }
7589 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7590 cat >>confdefs.h
<<_ACEOF
7591 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7600 for ac_header
in linux
/capi.h
7602 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7603 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7604 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7605 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7606 echo $ECHO_N "(cached) $ECHO_C" >&6
7608 cat >conftest.
$ac_ext <<_ACEOF
7611 cat confdefs.h
>>conftest.
$ac_ext
7612 cat >>conftest.
$ac_ext <<_ACEOF
7613 /* end confdefs.h. */
7616 #include <$ac_header>
7618 rm -f conftest.
$ac_objext
7619 if { (ac_try
="$ac_compile"
7621 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7622 *) ac_try_echo=$ac_try;;
7624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7625 (eval "$ac_compile") 2>conftest.er1
7627 grep -v '^ *+' conftest.er1 >conftest.err
7629 cat conftest.err >&5
7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631 (exit $ac_status); } && {
7632 test -z "$ac_c_werror_flag" ||
7633 test ! -s conftest.err
7634 } && test -s conftest.$ac_objext; then
7635 eval "$as_ac_Header=yes"
7637 echo "$as_me: failed program was:" >&5
7638 sed 's/^/| /' conftest.$ac_ext >&5
7640 eval "$as_ac_Header=no"
7643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7645 ac_res=`eval echo '${'$as_ac_Header'}'`
7646 { echo "$as_me:$LINENO: result: $ac_res" >&5
7647 echo "${ECHO_T}$ac_res" >&6; }
7648 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7649 cat >>confdefs.h <<_ACEOF
7650 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7661 DLLFLAGS="-D_REENTRANT"
7675 # Extract the first word of "ldd", so it can be a program name with args.
7676 set dummy ldd; ac_word=$2
7677 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7679 if test "${ac_cv_path_LDD+set}" = set; then
7680 echo $ECHO_N "(cached) $ECHO_C" >&6
7684 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7688 as_dummy="/sbin:/usr/sbin:$PATH"
7689 for as_dir in $as_dummy
7692 test -z "$as_dir" && as_dir=.
7693 for ac_exec_ext in '' $ac_executable_extensions; do
7694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7696 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7703 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7708 if test -n "$LDD"; then
7709 { echo "$as_me:$LINENO: result: $LDD" >&5
7710 echo "${ECHO_T}$LDD" >&6; }
7712 { echo "$as_me:$LINENO: result: no" >&5
7713 echo "${ECHO_T}no" >&6; }
7720 if test -n "$ac_tool_prefix"; then
7721 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7722 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7725 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7726 echo $ECHO_N "(cached) $ECHO_C" >&6
7728 if test -n "$DLLTOOL"; then
7729 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7735 test -z "$as_dir" && as_dir=.
7736 for ac_exec_ext in '' $ac_executable_extensions; do
7737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7738 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7748 DLLTOOL=$ac_cv_prog_DLLTOOL
7749 if test -n "$DLLTOOL"; then
7750 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7751 echo "${ECHO_T}$DLLTOOL" >&6; }
7753 { echo "$as_me:$LINENO: result: no" >&5
7754 echo "${ECHO_T}no" >&6; }
7759 if test -z "$ac_cv_prog_DLLTOOL"; then
7760 ac_ct_DLLTOOL=$DLLTOOL
7761 # Extract the first word of "dlltool", so it can be a program name with args.
7762 set dummy dlltool; ac_word=$2
7763 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7764 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7765 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7766 echo $ECHO_N "(cached) $ECHO_C" >&6
7768 if test -n "$ac_ct_DLLTOOL"; then
7769 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775 test -z "$as_dir" && as_dir=.
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7778 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7779 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7788 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7789 if test -n "$ac_ct_DLLTOOL"; then
7790 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7791 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7793 { echo "$as_me:$LINENO: result: no" >&5
7794 echo "${ECHO_T}no" >&6; }
7797 if test "x$ac_ct_DLLTOOL" = x; then
7800 case $cross_compiling:$ac_tool_warned in
7802 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7803 whose name does not start with the host triplet. If you think this
7804 configuration is useful to you, please write to autoconf@gnu.org." >&5
7805 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7806 whose name does not start with the host triplet. If you think this
7807 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7808 ac_tool_warned=yes ;;
7810 DLLTOOL=$ac_ct_DLLTOOL
7813 DLLTOOL="$ac_cv_prog_DLLTOOL"
7816 if test -n "$ac_tool_prefix"; then
7817 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7818 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7819 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7820 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7821 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7822 echo $ECHO_N "(cached) $ECHO_C" >&6
7824 if test -n "$DLLWRAP"; then
7825 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7831 test -z "$as_dir" && as_dir=.
7832 for ac_exec_ext in '' $ac_executable_extensions; do
7833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7834 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7835 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7844 DLLWRAP=$ac_cv_prog_DLLWRAP
7845 if test -n "$DLLWRAP"; then
7846 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7847 echo "${ECHO_T}$DLLWRAP" >&6; }
7849 { echo "$as_me:$LINENO: result: no" >&5
7850 echo "${ECHO_T}no" >&6; }
7855 if test -z "$ac_cv_prog_DLLWRAP"; then
7856 ac_ct_DLLWRAP=$DLLWRAP
7857 # Extract the first word of "dllwrap", so it can be a program name with args.
7858 set dummy dllwrap; ac_word=$2
7859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7861 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7862 echo $ECHO_N "(cached) $ECHO_C" >&6
7864 if test -n "$ac_ct_DLLWRAP"; then
7865 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7871 test -z "$as_dir" && as_dir=.
7872 for ac_exec_ext in '' $ac_executable_extensions; do
7873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7884 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7885 if test -n "$ac_ct_DLLWRAP"; then
7886 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7887 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7889 { echo "$as_me:$LINENO: result: no" >&5
7890 echo "${ECHO_T}no" >&6; }
7893 if test "x$ac_ct_DLLWRAP" = x; then
7896 case $cross_compiling:$ac_tool_warned in
7898 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7899 whose name does not start with the host triplet. If you think this
7900 configuration is useful to you, please write to autoconf@gnu.org." >&5
7901 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7902 whose name does not start with the host triplet. If you think this
7903 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7904 ac_tool_warned=yes ;;
7906 DLLWRAP=$ac_ct_DLLWRAP
7909 DLLWRAP="$ac_cv_prog_DLLWRAP"
7912 if test -n "$ac_tool_prefix"; then
7913 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7914 set dummy ${ac_tool_prefix}ar; ac_word=$2
7915 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7917 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7918 echo $ECHO_N "(cached) $ECHO_C" >&6
7920 if test -n "$MINGWAR"; then
7921 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7927 test -z "$as_dir" && as_dir=.
7928 for ac_exec_ext in '' $ac_executable_extensions; do
7929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7930 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7940 MINGWAR=$ac_cv_prog_MINGWAR
7941 if test -n "$MINGWAR"; then
7942 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7943 echo "${ECHO_T}$MINGWAR" >&6; }
7945 { echo "$as_me:$LINENO: result: no" >&5
7946 echo "${ECHO_T}no" >&6; }
7951 if test -z "$ac_cv_prog_MINGWAR"; then
7952 ac_ct_MINGWAR=$MINGWAR
7953 # Extract the first word of "ar", so it can be a program name with args.
7954 set dummy ar; ac_word=$2
7955 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7957 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7958 echo $ECHO_N "(cached) $ECHO_C" >&6
7960 if test -n "$ac_ct_MINGWAR"; then
7961 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7967 test -z "$as_dir" && as_dir=.
7968 for ac_exec_ext in '' $ac_executable_extensions; do
7969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7970 ac_cv_prog_ac_ct_MINGWAR="ar"
7971 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7980 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7981 if test -n "$ac_ct_MINGWAR"; then
7982 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7983 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7985 { echo "$as_me:$LINENO: result: no" >&5
7986 echo "${ECHO_T}no" >&6; }
7989 if test "x$ac_ct_MINGWAR" = x; then
7992 case $cross_compiling:$ac_tool_warned in
7994 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7995 whose name does not start with the host triplet. If you think this
7996 configuration is useful to you, please write to autoconf@gnu.org." >&5
7997 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7998 whose name does not start with the host triplet. If you think this
7999 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8000 ac_tool_warned=yes ;;
8002 MINGWAR=$ac_ct_MINGWAR
8005 MINGWAR="$ac_cv_prog_MINGWAR"
8008 if test "$DLLWRAP" = "false"; then
8020 DLLFLAGS="$DLLFLAGS -fPIC"
8021 LDDLLFLAGS="-bundle -multiply_defined suppress"
8022 LIBWINE_LDFLAGS="-multiply_defined suppress"
8023 LDSHARED="\$(CC) -dynamiclib"
8025 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8026 COREFOUNDATIONLIB="-framework CoreFoundation"
8028 IOKITLIB="-framework IOKit -framework CoreFoundation"
8030 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8032 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8034 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8037 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8039 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8044 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8046 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8048 CARBONLIB="-framework Carbon"
8050 QUARTZFILES='$(QUARTZFILES)'
8054 DLLFLAGS="$DLLFLAGS -fPIC"
8056 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8057 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8058 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8059 echo $ECHO_N "(cached) $ECHO_C" >&6
8061 ac_wine_try_cflags_saved=$CFLAGS
8062 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8063 cat >conftest.$ac_ext <<_ACEOF
8066 rm -f conftest.$ac_objext conftest$ac_exeext
8067 if { (ac_try="$ac_link"
8069 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8070 *) ac_try_echo
=$ac_try;;
8072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8073 (eval "$ac_link") 2>conftest.er1
8075 grep -v '^ *+' conftest.er1
>conftest.err
8077 cat conftest.err
>&5
8078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079 (exit $ac_status); } && {
8080 test -z "$ac_c_werror_flag" ||
8081 test ! -s conftest.err
8082 } && test -s conftest
$ac_exeext &&
8083 $as_test_x conftest
$ac_exeext; then
8084 ac_cv_c_dll_gnuelf
="yes"
8086 echo "$as_me: failed program was:" >&5
8087 sed 's/^/| /' conftest.
$ac_ext >&5
8089 ac_cv_c_dll_gnuelf
="no"
8092 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8093 conftest
$ac_exeext conftest.
$ac_ext
8094 CFLAGS
=$ac_wine_try_cflags_saved
8096 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8097 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8098 if test "$ac_cv_c_dll_gnuelf" = "yes"
8100 LDSHARED
="\$(CC) -shared"
8101 LDDLLFLAGS
="-shared -Wl,-Bsymbolic"
8102 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8103 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8104 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8105 echo $ECHO_N "(cached) $ECHO_C" >&6
8107 ac_wine_try_cflags_saved
=$CFLAGS
8108 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8109 cat >conftest.
$ac_ext <<_ACEOF
8112 cat confdefs.h
>>conftest.
$ac_ext
8113 cat >>conftest.
$ac_ext <<_ACEOF
8114 /* end confdefs.h. */
8124 rm -f conftest.
$ac_objext conftest
$ac_exeext
8125 if { (ac_try
="$ac_link"
8127 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8128 *) ac_try_echo=$ac_try;;
8130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8131 (eval "$ac_link") 2>conftest.er1
8133 grep -v '^ *+' conftest.er1 >conftest.err
8135 cat conftest.err >&5
8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137 (exit $ac_status); } && {
8138 test -z "$ac_c_werror_flag" ||
8139 test ! -s conftest.err
8140 } && test -s conftest$ac_exeext &&
8141 $as_test_x conftest$ac_exeext; then
8142 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8144 echo "$as_me: failed program was:" >&5
8145 sed 's/^/| /' conftest.$ac_ext >&5
8147 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8151 conftest$ac_exeext conftest.$ac_ext
8152 CFLAGS=$ac_wine_try_cflags_saved
8154 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8155 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8156 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8157 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8159 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8160 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8161 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8162 echo $ECHO_N "(cached) $ECHO_C" >&6
8164 ac_wine_try_cflags_saved=$CFLAGS
8165 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8166 cat >conftest.$ac_ext <<_ACEOF
8169 cat confdefs.h >>conftest.$ac_ext
8170 cat >>conftest.$ac_ext <<_ACEOF
8171 /* end confdefs.h. */
8181 rm -f conftest.$ac_objext conftest$ac_exeext
8182 if { (ac_try="$ac_link"
8184 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8185 *) ac_try_echo
=$ac_try;;
8187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8188 (eval "$ac_link") 2>conftest.er1
8190 grep -v '^ *+' conftest.er1
>conftest.err
8192 cat conftest.err
>&5
8193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8194 (exit $ac_status); } && {
8195 test -z "$ac_c_werror_flag" ||
8196 test ! -s conftest.err
8197 } && test -s conftest
$ac_exeext &&
8198 $as_test_x conftest
$ac_exeext; then
8199 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8201 echo "$as_me: failed program was:" >&5
8202 sed 's/^/| /' conftest.
$ac_ext >&5
8204 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8207 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8208 conftest
$ac_exeext conftest.
$ac_ext
8209 CFLAGS
=$ac_wine_try_cflags_saved
8211 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8212 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8213 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8214 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8220 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8221 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8222 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8223 echo $ECHO_N "(cached) $ECHO_C" >&6
8225 ac_wine_try_cflags_saved
=$CFLAGS
8226 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8227 cat >conftest.
$ac_ext <<_ACEOF
8230 cat confdefs.h
>>conftest.
$ac_ext
8231 cat >>conftest.
$ac_ext <<_ACEOF
8232 /* end confdefs.h. */
8242 rm -f conftest.
$ac_objext conftest
$ac_exeext
8243 if { (ac_try
="$ac_link"
8245 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8246 *) ac_try_echo=$ac_try;;
8248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8249 (eval "$ac_link") 2>conftest.er1
8251 grep -v '^ *+' conftest.er1 >conftest.err
8253 cat conftest.err >&5
8254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8255 (exit $ac_status); } && {
8256 test -z "$ac_c_werror_flag" ||
8257 test ! -s conftest.err
8258 } && test -s conftest$ac_exeext &&
8259 $as_test_x conftest$ac_exeext; then
8260 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8262 echo "$as_me: failed program was:" >&5
8263 sed 's/^/| /' conftest.$ac_ext >&5
8265 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8269 conftest$ac_exeext conftest.$ac_ext
8270 CFLAGS=$ac_wine_try_cflags_saved
8272 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8273 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8274 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8275 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8279 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8280 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8281 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8282 echo $ECHO_N "(cached) $ECHO_C" >&6
8284 ac_wine_try_cflags_saved=$CFLAGS
8285 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8286 cat >conftest.$ac_ext <<_ACEOF
8289 cat confdefs.h >>conftest.$ac_ext
8290 cat >>conftest.$ac_ext <<_ACEOF
8291 /* end confdefs.h. */
8301 rm -f conftest.$ac_objext conftest$ac_exeext
8302 if { (ac_try="$ac_link"
8304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8305 *) ac_try_echo
=$ac_try;;
8307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8308 (eval "$ac_link") 2>conftest.er1
8310 grep -v '^ *+' conftest.er1
>conftest.err
8312 cat conftest.err
>&5
8313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8314 (exit $ac_status); } && {
8315 test -z "$ac_c_werror_flag" ||
8316 test ! -s conftest.err
8317 } && test -s conftest
$ac_exeext &&
8318 $as_test_x conftest
$ac_exeext; then
8319 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=yes
8321 echo "$as_me: failed program was:" >&5
8322 sed 's/^/| /' conftest.
$ac_ext >&5
8324 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=no
8327 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8328 conftest
$ac_exeext conftest.
$ac_ext
8329 CFLAGS
=$ac_wine_try_cflags_saved
8331 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8332 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8333 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8334 LDDLLFLAGS
="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8338 echo '{ global: *; };' >conftest.map
8339 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8340 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8341 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8342 echo $ECHO_N "(cached) $ECHO_C" >&6
8344 ac_wine_try_cflags_saved
=$CFLAGS
8345 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8346 cat >conftest.
$ac_ext <<_ACEOF
8349 cat confdefs.h
>>conftest.
$ac_ext
8350 cat >>conftest.
$ac_ext <<_ACEOF
8351 /* end confdefs.h. */
8361 rm -f conftest.
$ac_objext conftest
$ac_exeext
8362 if { (ac_try
="$ac_link"
8364 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8365 *) ac_try_echo=$ac_try;;
8367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8368 (eval "$ac_link") 2>conftest.er1
8370 grep -v '^ *+' conftest.er1 >conftest.err
8372 cat conftest.err >&5
8373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8374 (exit $ac_status); } && {
8375 test -z "$ac_c_werror_flag" ||
8376 test ! -s conftest.err
8377 } && test -s conftest$ac_exeext &&
8378 $as_test_x conftest$ac_exeext; then
8379 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8381 echo "$as_me: failed program was:" >&5
8382 sed 's/^/| /' conftest.$ac_ext >&5
8384 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8388 conftest$ac_exeext conftest.$ac_ext
8389 CFLAGS=$ac_wine_try_cflags_saved
8391 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8392 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8393 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8394 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8399 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8400 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8401 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8402 echo $ECHO_N "(cached) $ECHO_C" >&6
8404 ac_wine_try_cflags_saved=$CFLAGS
8405 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8406 cat >conftest.$ac_ext <<_ACEOF
8409 cat confdefs.h >>conftest.$ac_ext
8410 cat >>conftest.$ac_ext <<_ACEOF
8411 /* end confdefs.h. */
8421 rm -f conftest.$ac_objext conftest$ac_exeext
8422 if { (ac_try="$ac_link"
8424 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8425 *) ac_try_echo
=$ac_try;;
8427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8428 (eval "$ac_link") 2>conftest.er1
8430 grep -v '^ *+' conftest.er1
>conftest.err
8432 cat conftest.err
>&5
8433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434 (exit $ac_status); } && {
8435 test -z "$ac_c_werror_flag" ||
8436 test ! -s conftest.err
8437 } && test -s conftest
$ac_exeext &&
8438 $as_test_x conftest
$ac_exeext; then
8439 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8441 echo "$as_me: failed program was:" >&5
8442 sed 's/^/| /' conftest.
$ac_ext >&5
8444 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8447 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8448 conftest
$ac_exeext conftest.
$ac_ext
8449 CFLAGS
=$ac_wine_try_cflags_saved
8451 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8452 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8453 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8454 LDEXECFLAGS
="-Wl,--export-dynamic"
8459 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8460 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8461 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8462 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8463 echo $ECHO_N "(cached) $ECHO_C" >&6
8465 ac_wine_try_cflags_saved
=$CFLAGS
8466 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8467 cat >conftest.
$ac_ext <<_ACEOF
8470 cat confdefs.h
>>conftest.
$ac_ext
8471 cat >>conftest.
$ac_ext <<_ACEOF
8472 /* end confdefs.h. */
8482 rm -f conftest.
$ac_objext conftest
$ac_exeext
8483 if { (ac_try
="$ac_link"
8485 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8486 *) ac_try_echo=$ac_try;;
8488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8489 (eval "$ac_link") 2>conftest.er1
8491 grep -v '^ *+' conftest.er1 >conftest.err
8493 cat conftest.err >&5
8494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8495 (exit $ac_status); } && {
8496 test -z "$ac_c_werror_flag" ||
8497 test ! -s conftest.err
8498 } && test -s conftest$ac_exeext &&
8499 $as_test_x conftest$ac_exeext; then
8500 eval "$as_ac_var=yes"
8502 echo "$as_me: failed program was:" >&5
8503 sed 's/^/| /' conftest.$ac_ext >&5
8505 eval "$as_ac_var=no"
8508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8509 conftest$ac_exeext conftest.$ac_ext
8510 CFLAGS=$ac_wine_try_cflags_saved
8512 ac_res=`eval echo '${'$as_ac_var'}'`
8513 { echo "$as_me:$LINENO: result: $ac_res" >&5
8514 echo "${ECHO_T}$ac_res" >&6; }
8515 if test `eval echo '${'$as_ac_var'}'` = yes; then
8516 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
8517 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8519 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" |
$as_tr_sh`
8520 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8521 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8522 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8523 echo $ECHO_N "(cached) $ECHO_C" >&6
8525 ac_wine_try_cflags_saved=$CFLAGS
8526 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8527 cat >conftest.$ac_ext <<_ACEOF
8530 cat confdefs.h >>conftest.$ac_ext
8531 cat >>conftest.$ac_ext <<_ACEOF
8532 /* end confdefs.h. */
8542 rm -f conftest.$ac_objext conftest$ac_exeext
8543 if { (ac_try="$ac_link"
8545 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8546 *) ac_try_echo
=$ac_try;;
8548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8549 (eval "$ac_link") 2>conftest.er1
8551 grep -v '^ *+' conftest.er1
>conftest.err
8553 cat conftest.err
>&5
8554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555 (exit $ac_status); } && {
8556 test -z "$ac_c_werror_flag" ||
8557 test ! -s conftest.err
8558 } && test -s conftest
$ac_exeext &&
8559 $as_test_x conftest
$ac_exeext; then
8560 eval "$as_ac_var=yes"
8562 echo "$as_me: failed program was:" >&5
8563 sed 's/^/| /' conftest.
$ac_ext >&5
8565 eval "$as_ac_var=no"
8568 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8569 conftest
$ac_exeext conftest.
$ac_ext
8570 CFLAGS
=$ac_wine_try_cflags_saved
8572 ac_res
=`eval echo '${'$as_ac_var'}'`
8573 { echo "$as_me:$LINENO: result: $ac_res" >&5
8574 echo "${ECHO_T}$ac_res" >&6; }
8575 if test `eval echo '${'$as_ac_var'}'` = yes; then
8576 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8577 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8584 *i
[3456789]86* | x86_64
)
8585 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8586 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8587 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8588 echo $ECHO_N "(cached) $ECHO_C" >&6
8590 ac_wine_try_cflags_saved
=$CFLAGS
8591 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8592 cat >conftest.
$ac_ext <<_ACEOF
8595 cat confdefs.h
>>conftest.
$ac_ext
8596 cat >>conftest.
$ac_ext <<_ACEOF
8597 /* end confdefs.h. */
8607 rm -f conftest.
$ac_objext conftest
$ac_exeext
8608 if { (ac_try
="$ac_link"
8610 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8611 *) ac_try_echo=$ac_try;;
8613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8614 (eval "$ac_link") 2>conftest.er1
8616 grep -v '^ *+' conftest.er1 >conftest.err
8618 cat conftest.err >&5
8619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8620 (exit $ac_status); } && {
8621 test -z "$ac_c_werror_flag" ||
8622 test ! -s conftest.err
8623 } && test -s conftest$ac_exeext &&
8624 $as_test_x conftest$ac_exeext; then
8625 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8627 echo "$as_me: failed program was:" >&5
8628 sed 's/^/| /' conftest.$ac_ext >&5
8630 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8634 conftest$ac_exeext conftest.$ac_ext
8635 CFLAGS=$ac_wine_try_cflags_saved
8637 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8638 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8639 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8640 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8647 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8648 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8649 if test "${ac_cv_c_dll_unixware+set}" = set; then
8650 echo $ECHO_N "(cached) $ECHO_C" >&6
8652 ac_wine_try_cflags_saved=$CFLAGS
8653 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8654 cat >conftest.$ac_ext <<_ACEOF
8657 rm -f conftest.$ac_objext conftest$ac_exeext
8658 if { (ac_try="$ac_link"
8660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8661 *) ac_try_echo
=$ac_try;;
8663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8664 (eval "$ac_link") 2>conftest.er1
8666 grep -v '^ *+' conftest.er1
>conftest.err
8668 cat conftest.err
>&5
8669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670 (exit $ac_status); } && {
8671 test -z "$ac_c_werror_flag" ||
8672 test ! -s conftest.err
8673 } && test -s conftest
$ac_exeext &&
8674 $as_test_x conftest
$ac_exeext; then
8675 ac_cv_c_dll_unixware
="yes"
8677 echo "$as_me: failed program was:" >&5
8678 sed 's/^/| /' conftest.
$ac_ext >&5
8680 ac_cv_c_dll_unixware
="no"
8683 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8684 conftest
$ac_exeext conftest.
$ac_ext
8685 CFLAGS
=$ac_wine_try_cflags_saved
8687 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8688 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8689 if test "$ac_cv_c_dll_unixware" = "yes"
8691 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8692 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
8695 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8696 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8697 if test "${ac_cv_c_dll_hpux+set}" = set; then
8698 echo $ECHO_N "(cached) $ECHO_C" >&6
8700 ac_wine_try_cflags_saved
=$CFLAGS
8701 CFLAGS
="$CFLAGS -shared"
8702 cat >conftest.
$ac_ext <<_ACEOF
8705 rm -f conftest.
$ac_objext conftest
$ac_exeext
8706 if { (ac_try
="$ac_link"
8708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8709 *) ac_try_echo=$ac_try;;
8711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8712 (eval "$ac_link") 2>conftest.er1
8714 grep -v '^ *+' conftest.er1 >conftest.err
8716 cat conftest.err >&5
8717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8718 (exit $ac_status); } && {
8719 test -z "$ac_c_werror_flag" ||
8720 test ! -s conftest.err
8721 } && test -s conftest$ac_exeext &&
8722 $as_test_x conftest$ac_exeext; then
8723 ac_cv_c_dll_hpux="yes"
8725 echo "$as_me: failed program was:" >&5
8726 sed 's/^/| /' conftest.$ac_ext >&5
8728 ac_cv_c_dll_hpux="no"
8731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8732 conftest$ac_exeext conftest.$ac_ext
8733 CFLAGS=$ac_wine_try_cflags_saved
8735 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8736 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8737 if test "$ac_cv_c_dll_hpux" = "yes"
8741 LDDLLFLAGS="-shared -fPIC"
8742 LDSHARED="\$(CC) -shared"
8749 if test "$cross_compiling" = "no"
8751 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
8753 # Extract the first word of "$ac_prog", so it can be a program name with args.
8754 set dummy $ac_prog; ac_word=$2
8755 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8757 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8758 echo $ECHO_N "(cached) $ECHO_C" >&6
8760 if test -n "$CROSSCC"; then
8761 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8767 test -z "$as_dir" && as_dir=.
8768 for ac_exec_ext in '' $ac_executable_extensions; do
8769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8770 ac_cv_prog_CROSSCC="$ac_prog"
8771 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8780 CROSSCC=$ac_cv_prog_CROSSCC
8781 if test -n "$CROSSCC"; then
8782 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8783 echo "${ECHO_T}$CROSSCC" >&6; }
8785 { echo "$as_me:$LINENO: result: no" >&5
8786 echo "${ECHO_T}no" >&6; }
8790 test -n "$CROSSCC" && break
8792 test -n "$CROSSCC" || CROSSCC="false"
8794 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
8796 # Extract the first word of "$ac_prog", so it can be a program name with args.
8797 set dummy $ac_prog; ac_word=$2
8798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8800 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8801 echo $ECHO_N "(cached) $ECHO_C" >&6
8803 if test -n "$DLLTOOL"; then
8804 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8810 test -z "$as_dir" && as_dir=.
8811 for ac_exec_ext in '' $ac_executable_extensions; do
8812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8813 ac_cv_prog_DLLTOOL="$ac_prog"
8814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8823 DLLTOOL=$ac_cv_prog_DLLTOOL
8824 if test -n "$DLLTOOL"; then
8825 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8826 echo "${ECHO_T}$DLLTOOL" >&6; }
8828 { echo "$as_me:$LINENO: result: no" >&5
8829 echo "${ECHO_T}no" >&6; }
8833 test -n "$DLLTOOL" && break
8835 test -n "$DLLTOOL" || DLLTOOL="false"
8837 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
8839 # Extract the first word of "$ac_prog", so it can be a program name with args.
8840 set dummy $ac_prog; ac_word=$2
8841 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8843 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8844 echo $ECHO_N "(cached) $ECHO_C" >&6
8846 if test -n "$CROSSWINDRES"; then
8847 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8853 test -z "$as_dir" && as_dir=.
8854 for ac_exec_ext in '' $ac_executable_extensions; do
8855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8856 ac_cv_prog_CROSSWINDRES="$ac_prog"
8857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8866 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8867 if test -n "$CROSSWINDRES"; then
8868 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8869 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8871 { echo "$as_me:$LINENO: result: no" >&5
8872 echo "${ECHO_T}no" >&6; }
8876 test -n "$CROSSWINDRES" && break
8878 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8880 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i386-mingw32-ar mingw32-ar mingw-ar
8882 # Extract the first word of "$ac_prog", so it can be a program name with args.
8883 set dummy $ac_prog; ac_word=$2
8884 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8886 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8887 echo $ECHO_N "(cached) $ECHO_C" >&6
8889 if test -n "$MINGWAR"; then
8890 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8896 test -z "$as_dir" && as_dir=.
8897 for ac_exec_ext in '' $ac_executable_extensions; do
8898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8899 ac_cv_prog_MINGWAR="$ac_prog"
8900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8909 MINGWAR=$ac_cv_prog_MINGWAR
8910 if test -n "$MINGWAR"; then
8911 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8912 echo "${ECHO_T}$MINGWAR" >&6; }
8914 { echo "$as_me:$LINENO: result: no" >&5
8915 echo "${ECHO_T}no" >&6; }
8919 test -n "$MINGWAR" && break
8921 test -n "$MINGWAR" || MINGWAR="false"
8923 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
8928 if test "$LIBEXT" = "a"; then
8929 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8930 It is currently not possible to build Wine without shared library
8931 (.so) support to allow transparent switch between .so and .dll files.
8932 If you are using Linux, you will need a newer binutils.
8934 echo "$as_me: error: could not find a way to build shared libraries.
8935 It is currently not possible to build Wine without shared library
8936 (.so) support to allow transparent switch between .so and .dll files.
8937 If you are using Linux, you will need a newer binutils.
8939 { (exit 1); exit 1; }; }
8943 if test "$have_x" = "yes"
8946 ac_save_CPPFLAGS="$CPPFLAGS"
8947 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8960 for ac_header in X11/Xlib.h \
8963 X11/Xcursor/Xcursor.h \
8964 X11/extensions/shape.h \
8965 X11/extensions/XInput.h \
8966 X11/extensions/XShm.h \
8967 X11/extensions/Xinerama.h \
8968 X11/extensions/Xrandr.h \
8969 X11/extensions/Xrender.h \
8970 X11/extensions/xf86vmode.h
8972 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8973 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8974 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8975 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8976 echo $ECHO_N "(cached) $ECHO_C" >&6
8978 cat >conftest.$ac_ext <<_ACEOF
8981 cat confdefs.h >>conftest.$ac_ext
8982 cat >>conftest.$ac_ext <<_ACEOF
8983 /* end confdefs.h. */
8984 #ifdef HAVE_X11_XLIB_H
8985 # include <X11/Xlib.h>
8987 #ifdef HAVE_X11_XUTIL_H
8988 # include <X11/Xutil.h>
8991 #include <$ac_header>
8993 rm -f conftest.$ac_objext
8994 if { (ac_try="$ac_compile"
8996 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8997 *) ac_try_echo
=$ac_try;;
8999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9000 (eval "$ac_compile") 2>conftest.er1
9002 grep -v '^ *+' conftest.er1
>conftest.err
9004 cat conftest.err
>&5
9005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9006 (exit $ac_status); } && {
9007 test -z "$ac_c_werror_flag" ||
9008 test ! -s conftest.err
9009 } && test -s conftest.
$ac_objext; then
9010 eval "$as_ac_Header=yes"
9012 echo "$as_me: failed program was:" >&5
9013 sed 's/^/| /' conftest.
$ac_ext >&5
9015 eval "$as_ac_Header=no"
9018 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9020 ac_res
=`eval echo '${'$as_ac_Header'}'`
9021 { echo "$as_me:$LINENO: result: $ac_res" >&5
9022 echo "${ECHO_T}$ac_res" >&6; }
9023 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9024 cat >>confdefs.h
<<_ACEOF
9025 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9033 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9035 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9036 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9037 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9038 echo $ECHO_N "(cached) $ECHO_C" >&6
9040 ac_check_lib_save_LIBS
=$LIBS
9041 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9042 cat >conftest.
$ac_ext <<_ACEOF
9045 cat confdefs.h
>>conftest.
$ac_ext
9046 cat >>conftest.
$ac_ext <<_ACEOF
9047 /* end confdefs.h. */
9049 /* Override any GCC internal prototype to avoid an error.
9050 Use char because int might match the return type of a GCC
9051 builtin and then its argument prototype would still apply. */
9055 char XkbQueryExtension ();
9059 return XkbQueryExtension ();
9064 rm -f conftest.
$ac_objext conftest
$ac_exeext
9065 if { (ac_try
="$ac_link"
9067 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9068 *) ac_try_echo=$ac_try;;
9070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9071 (eval "$ac_link") 2>conftest.er1
9073 grep -v '^ *+' conftest.er1 >conftest.err
9075 cat conftest.err >&5
9076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077 (exit $ac_status); } && {
9078 test -z "$ac_c_werror_flag" ||
9079 test ! -s conftest.err
9080 } && test -s conftest$ac_exeext &&
9081 $as_test_x conftest$ac_exeext; then
9082 ac_cv_lib_X11_XkbQueryExtension=yes
9084 echo "$as_me: failed program was:" >&5
9085 sed 's/^/| /' conftest.$ac_ext >&5
9087 ac_cv_lib_X11_XkbQueryExtension=no
9090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9091 conftest$ac_exeext conftest.$ac_ext
9092 LIBS=$ac_check_lib_save_LIBS
9094 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9095 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9096 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9098 cat >>confdefs.h <<\_ACEOF
9106 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9108 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
9109 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
9110 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
9111 echo $ECHO_N "(cached) $ECHO_C" >&6
9113 ac_check_lib_save_LIBS=$LIBS
9114 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9115 cat >conftest.$ac_ext <<_ACEOF
9118 cat confdefs.h >>conftest.$ac_ext
9119 cat >>conftest.$ac_ext <<_ACEOF
9120 /* end confdefs.h. */
9122 /* Override any GCC internal prototype to avoid an error.
9123 Use char because int might match the return type of a GCC
9124 builtin and then its argument prototype would still apply. */
9128 char XShmQueryExtension ();
9132 return XShmQueryExtension ();
9137 rm -f conftest.$ac_objext conftest$ac_exeext
9138 if { (ac_try="$ac_link"
9140 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9141 *) ac_try_echo
=$ac_try;;
9143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9144 (eval "$ac_link") 2>conftest.er1
9146 grep -v '^ *+' conftest.er1
>conftest.err
9148 cat conftest.err
>&5
9149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9150 (exit $ac_status); } && {
9151 test -z "$ac_c_werror_flag" ||
9152 test ! -s conftest.err
9153 } && test -s conftest
$ac_exeext &&
9154 $as_test_x conftest
$ac_exeext; then
9155 ac_cv_lib_Xext_XShmQueryExtension
=yes
9157 echo "$as_me: failed program was:" >&5
9158 sed 's/^/| /' conftest.
$ac_ext >&5
9160 ac_cv_lib_Xext_XShmQueryExtension
=no
9163 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9164 conftest
$ac_exeext conftest.
$ac_ext
9165 LIBS
=$ac_check_lib_save_LIBS
9167 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9168 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9169 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
9171 cat >>confdefs.h
<<\_ACEOF
9172 #define HAVE_LIBXXSHM 1
9179 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9181 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
9182 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
9183 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
9184 echo $ECHO_N "(cached) $ECHO_C" >&6
9186 ac_check_lib_save_LIBS
=$LIBS
9187 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9188 cat >conftest.
$ac_ext <<_ACEOF
9191 cat confdefs.h
>>conftest.
$ac_ext
9192 cat >>conftest.
$ac_ext <<_ACEOF
9193 /* end confdefs.h. */
9195 /* Override any GCC internal prototype to avoid an error.
9196 Use char because int might match the return type of a GCC
9197 builtin and then its argument prototype would still apply. */
9201 char XShapeQueryExtension ();
9205 return XShapeQueryExtension ();
9210 rm -f conftest.
$ac_objext conftest
$ac_exeext
9211 if { (ac_try
="$ac_link"
9213 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9214 *) ac_try_echo=$ac_try;;
9216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9217 (eval "$ac_link") 2>conftest.er1
9219 grep -v '^ *+' conftest.er1 >conftest.err
9221 cat conftest.err >&5
9222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9223 (exit $ac_status); } && {
9224 test -z "$ac_c_werror_flag" ||
9225 test ! -s conftest.err
9226 } && test -s conftest$ac_exeext &&
9227 $as_test_x conftest$ac_exeext; then
9228 ac_cv_lib_Xext_XShapeQueryExtension=yes
9230 echo "$as_me: failed program was:" >&5
9231 sed 's/^/| /' conftest.$ac_ext >&5
9233 ac_cv_lib_Xext_XShapeQueryExtension=no
9236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9237 conftest$ac_exeext conftest.$ac_ext
9238 LIBS=$ac_check_lib_save_LIBS
9240 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9241 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9242 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
9244 cat >>confdefs.h <<\_ACEOF
9245 #define HAVE_LIBXSHAPE 1
9252 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
9254 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
9255 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
9256 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
9257 echo $ECHO_N "(cached) $ECHO_C" >&6
9259 ac_check_lib_save_LIBS=$LIBS
9260 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9261 cat >conftest.$ac_ext <<_ACEOF
9264 cat confdefs.h >>conftest.$ac_ext
9265 cat >>conftest.$ac_ext <<_ACEOF
9266 /* end confdefs.h. */
9268 /* Override any GCC internal prototype to avoid an error.
9269 Use char because int might match the return type of a GCC
9270 builtin and then its argument prototype would still apply. */
9274 char XF86VidModeQueryExtension ();
9278 return XF86VidModeQueryExtension ();
9283 rm -f conftest.$ac_objext conftest$ac_exeext
9284 if { (ac_try="$ac_link"
9286 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9287 *) ac_try_echo
=$ac_try;;
9289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9290 (eval "$ac_link") 2>conftest.er1
9292 grep -v '^ *+' conftest.er1
>conftest.err
9294 cat conftest.err
>&5
9295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && {
9297 test -z "$ac_c_werror_flag" ||
9298 test ! -s conftest.err
9299 } && test -s conftest
$ac_exeext &&
9300 $as_test_x conftest
$ac_exeext; then
9301 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
9303 echo "$as_me: failed program was:" >&5
9304 sed 's/^/| /' conftest.
$ac_ext >&5
9306 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
9309 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9310 conftest
$ac_exeext conftest.
$ac_ext
9311 LIBS
=$ac_check_lib_save_LIBS
9313 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9314 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9315 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9317 cat >>confdefs.h
<<\_ACEOF
9318 #define HAVE_LIBXXF86VM 1
9321 X_PRE_LIBS
="$X_PRE_LIBS -lXxf86vm"
9327 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9329 { echo "$as_me:$LINENO: checking for -lXrender" >&5
9330 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
9331 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
9332 echo $ECHO_N "(cached) $ECHO_C" >&6
9334 ac_check_soname_save_LIBS
=$LIBS
9335 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9336 cat >conftest.
$ac_ext <<_ACEOF
9339 cat confdefs.h
>>conftest.
$ac_ext
9340 cat >>conftest.
$ac_ext <<_ACEOF
9341 /* end confdefs.h. */
9343 /* Override any GCC internal prototype to avoid an error.
9344 Use char because int might match the return type of a GCC
9345 builtin and then its argument prototype would still apply. */
9349 char XRenderQueryExtension ();
9353 return XRenderQueryExtension ();
9358 rm -f conftest.
$ac_objext conftest
$ac_exeext
9359 if { (ac_try
="$ac_link"
9361 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9362 *) ac_try_echo=$ac_try;;
9364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9365 (eval "$ac_link") 2>conftest.er1
9367 grep -v '^ *+' conftest.er1 >conftest.err
9369 cat conftest.err >&5
9370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9371 (exit $ac_status); } && {
9372 test -z "$ac_c_werror_flag" ||
9373 test ! -s conftest.err
9374 } && test -s conftest$ac_exeext &&
9375 $as_test_x conftest$ac_exeext; then
9378 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'` ;;
9379 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9382 echo "$as_me: failed program was:" >&5
9383 sed 's/^/| /' conftest.$ac_ext >&5
9388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9389 conftest$ac_exeext conftest.$ac_ext
9390 LIBS=$ac_check_soname_save_LIBS
9392 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
9393 { echo "$as_me:$LINENO: result: not found" >&5
9394 echo "${ECHO_T}not found" >&6; }
9397 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
9398 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
9400 cat >>confdefs.h <<_ACEOF
9401 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
9404 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9405 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9406 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9407 echo $ECHO_N "(cached) $ECHO_C" >&6
9409 ac_check_lib_save_LIBS=$LIBS
9410 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9411 cat >conftest.$ac_ext <<_ACEOF
9414 cat confdefs.h >>conftest.$ac_ext
9415 cat >>conftest.$ac_ext <<_ACEOF
9416 /* end confdefs.h. */
9418 /* Override any GCC internal prototype to avoid an error.
9419 Use char because int might match the return type of a GCC
9420 builtin and then its argument prototype would still apply. */
9424 char XRenderSetPictureTransform ();
9428 return XRenderSetPictureTransform ();
9433 rm -f conftest.$ac_objext conftest$ac_exeext
9434 if { (ac_try="$ac_link"
9436 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9437 *) ac_try_echo
=$ac_try;;
9439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9440 (eval "$ac_link") 2>conftest.er1
9442 grep -v '^ *+' conftest.er1
>conftest.err
9444 cat conftest.err
>&5
9445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9446 (exit $ac_status); } && {
9447 test -z "$ac_c_werror_flag" ||
9448 test ! -s conftest.err
9449 } && test -s conftest
$ac_exeext &&
9450 $as_test_x conftest
$ac_exeext; then
9451 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
9453 echo "$as_me: failed program was:" >&5
9454 sed 's/^/| /' conftest.
$ac_ext >&5
9456 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
9459 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9460 conftest
$ac_exeext conftest.
$ac_ext
9461 LIBS
=$ac_check_lib_save_LIBS
9463 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9464 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9465 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9467 cat >>confdefs.h
<<\_ACEOF
9468 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9478 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
9480 cat >conftest.
$ac_ext <<_ACEOF
9483 cat confdefs.h
>>conftest.
$ac_ext
9484 cat >>conftest.
$ac_ext <<_ACEOF
9485 /* end confdefs.h. */
9486 #include <X11/Xlib.h>
9487 #include <X11/extensions/Xrandr.h>
9491 static typeof(XRRSetScreenConfigAndRate) * func;
9496 rm -f conftest.
$ac_objext
9497 if { (ac_try
="$ac_compile"
9499 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9500 *) ac_try_echo=$ac_try;;
9502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9503 (eval "$ac_compile") 2>conftest.er1
9505 grep -v '^ *+' conftest.er1 >conftest.err
9507 cat conftest.err >&5
9508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9509 (exit $ac_status); } && {
9510 test -z "$ac_c_werror_flag" ||
9511 test ! -s conftest.err
9512 } && test -s conftest.$ac_objext; then
9513 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
9514 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
9515 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
9516 echo $ECHO_N "(cached) $ECHO_C" >&6
9518 ac_check_soname_save_LIBS=$LIBS
9519 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9520 cat >conftest.$ac_ext <<_ACEOF
9523 cat confdefs.h >>conftest.$ac_ext
9524 cat >>conftest.$ac_ext <<_ACEOF
9525 /* end confdefs.h. */
9527 /* Override any GCC internal prototype to avoid an error.
9528 Use char because int might match the return type of a GCC
9529 builtin and then its argument prototype would still apply. */
9533 char XRRQueryExtension ();
9537 return XRRQueryExtension ();
9542 rm -f conftest.$ac_objext conftest$ac_exeext
9543 if { (ac_try="$ac_link"
9545 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9546 *) ac_try_echo
=$ac_try;;
9548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9549 (eval "$ac_link") 2>conftest.er1
9551 grep -v '^ *+' conftest.er1
>conftest.err
9553 cat conftest.err
>&5
9554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9555 (exit $ac_status); } && {
9556 test -z "$ac_c_werror_flag" ||
9557 test ! -s conftest.err
9558 } && test -s conftest
$ac_exeext &&
9559 $as_test_x conftest
$ac_exeext; then
9562 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'` ;;
9563 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9566 echo "$as_me: failed program was:" >&5
9567 sed 's/^/| /' conftest.
$ac_ext >&5
9572 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9573 conftest
$ac_exeext conftest.
$ac_ext
9574 LIBS
=$ac_check_soname_save_LIBS
9576 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
9577 { echo "$as_me:$LINENO: result: not found" >&5
9578 echo "${ECHO_T}not found" >&6; }
9581 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
9582 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
9584 cat >>confdefs.h
<<_ACEOF
9585 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
9592 echo "$as_me: failed program was:" >&5
9593 sed 's/^/| /' conftest.
$ac_ext >&5
9598 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9601 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9603 cat >conftest.
$ac_ext <<_ACEOF
9606 cat confdefs.h
>>conftest.
$ac_ext
9607 cat >>conftest.
$ac_ext <<_ACEOF
9608 /* end confdefs.h. */
9609 #include <X11/Xlib.h>
9610 #include <X11/extensions/Xinerama.h>
9614 static typeof(XineramaQueryScreens) * func;
9619 rm -f conftest.
$ac_objext
9620 if { (ac_try
="$ac_compile"
9622 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9623 *) ac_try_echo=$ac_try;;
9625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9626 (eval "$ac_compile") 2>conftest.er1
9628 grep -v '^ *+' conftest.er1 >conftest.err
9630 cat conftest.err >&5
9631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9632 (exit $ac_status); } && {
9633 test -z "$ac_c_werror_flag" ||
9634 test ! -s conftest.err
9635 } && test -s conftest.$ac_objext; then
9636 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
9637 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
9638 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
9639 echo $ECHO_N "(cached) $ECHO_C" >&6
9641 ac_check_soname_save_LIBS=$LIBS
9642 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9643 cat >conftest.$ac_ext <<_ACEOF
9646 cat confdefs.h >>conftest.$ac_ext
9647 cat >>conftest.$ac_ext <<_ACEOF
9648 /* end confdefs.h. */
9650 /* Override any GCC internal prototype to avoid an error.
9651 Use char because int might match the return type of a GCC
9652 builtin and then its argument prototype would still apply. */
9656 char XineramaQueryScreens ();
9660 return XineramaQueryScreens ();
9665 rm -f conftest.$ac_objext conftest$ac_exeext
9666 if { (ac_try="$ac_link"
9668 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9669 *) ac_try_echo
=$ac_try;;
9671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9672 (eval "$ac_link") 2>conftest.er1
9674 grep -v '^ *+' conftest.er1
>conftest.err
9676 cat conftest.err
>&5
9677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); } && {
9679 test -z "$ac_c_werror_flag" ||
9680 test ! -s conftest.err
9681 } && test -s conftest
$ac_exeext &&
9682 $as_test_x conftest
$ac_exeext; then
9685 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'` ;;
9686 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9689 echo "$as_me: failed program was:" >&5
9690 sed 's/^/| /' conftest.
$ac_ext >&5
9695 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9696 conftest
$ac_exeext conftest.
$ac_ext
9697 LIBS
=$ac_check_soname_save_LIBS
9699 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
9700 { echo "$as_me:$LINENO: result: not found" >&5
9701 echo "${ECHO_T}not found" >&6; }
9704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
9705 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
9707 cat >>confdefs.h
<<_ACEOF
9708 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
9715 echo "$as_me: failed program was:" >&5
9716 sed 's/^/| /' conftest.
$ac_ext >&5
9721 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9725 if test "x$with_opengl" != "xno"
9731 for ac_header
in GL
/gl.h GL
/glx.h GL
/glext.h GL
/glu.h
9733 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9734 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9735 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9736 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9737 echo $ECHO_N "(cached) $ECHO_C" >&6
9739 cat >conftest.
$ac_ext <<_ACEOF
9742 cat confdefs.h
>>conftest.
$ac_ext
9743 cat >>conftest.
$ac_ext <<_ACEOF
9744 /* end confdefs.h. */
9745 #ifdef HAVE_GL_GLX_H
9746 # include <GL/glx.h>
9749 #include <$ac_header>
9751 rm -f conftest.
$ac_objext
9752 if { (ac_try
="$ac_compile"
9754 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9755 *) ac_try_echo=$ac_try;;
9757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9758 (eval "$ac_compile") 2>conftest.er1
9760 grep -v '^ *+' conftest.er1 >conftest.err
9762 cat conftest.err >&5
9763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9764 (exit $ac_status); } && {
9765 test -z "$ac_c_werror_flag" ||
9766 test ! -s conftest.err
9767 } && test -s conftest.$ac_objext; then
9768 eval "$as_ac_Header=yes"
9770 echo "$as_me: failed program was:" >&5
9771 sed 's/^/| /' conftest.$ac_ext >&5
9773 eval "$as_ac_Header=no"
9776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9778 ac_res=`eval echo '${'$as_ac_Header'}'`
9779 { echo "$as_me:$LINENO: result: $ac_res" >&5
9780 echo "${ECHO_T}$ac_res" >&6; }
9781 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9782 cat >>confdefs.h <<_ACEOF
9783 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
9790 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9792 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9793 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9794 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
9795 echo $ECHO_N "(cached) $ECHO_C" >&6
9797 cat >conftest.$ac_ext <<_ACEOF
9800 cat confdefs.h >>conftest.$ac_ext
9801 cat >>conftest.$ac_ext <<_ACEOF
9802 /* end confdefs.h. */
9807 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9812 rm -f conftest.$ac_objext
9813 if { (ac_try="$ac_compile"
9815 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9816 *) ac_try_echo
=$ac_try;;
9818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9819 (eval "$ac_compile") 2>conftest.er1
9821 grep -v '^ *+' conftest.er1
>conftest.err
9823 cat conftest.err
>&5
9824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9825 (exit $ac_status); } && {
9826 test -z "$ac_c_werror_flag" ||
9827 test ! -s conftest.err
9828 } && test -s conftest.
$ac_objext; then
9829 wine_cv_opengl_header_version_OK
="yes"
9831 echo "$as_me: failed program was:" >&5
9832 sed 's/^/| /' conftest.
$ac_ext >&5
9834 wine_cv_opengl_header_version_OK
="no"
9837 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9839 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
9840 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
9842 if test "$wine_cv_opengl_header_version_OK" = "yes"
9844 { echo "$as_me:$LINENO: checking for -lGL" >&5
9845 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
9846 if test "${ac_cv_lib_soname_GL+set}" = set; then
9847 echo $ECHO_N "(cached) $ECHO_C" >&6
9849 ac_check_soname_save_LIBS
=$LIBS
9850 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $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 glXCreateContext ();
9868 return glXCreateContext ();
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
9893 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'` ;;
9894 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9897 echo "$as_me: failed program was:" >&5
9898 sed 's/^/| /' conftest.$ac_ext >&5
9903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9904 conftest$ac_exeext conftest.$ac_ext
9905 LIBS=$ac_check_soname_save_LIBS
9907 if test "x$ac_cv_lib_soname_GL" = "x"; then
9908 { echo "$as_me:$LINENO: result: not found" >&5
9909 echo "${ECHO_T}not found" >&6; }
9912 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
9913 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
9915 cat >>confdefs.h <<_ACEOF
9916 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
9920 OPENGLFILES='$(OPENGLFILES)'
9922 cat >>confdefs.h <<\_ACEOF
9923 #define HAVE_OPENGL 1
9930 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9931 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9932 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9933 echo $ECHO_N "(cached) $ECHO_C" >&6
9935 ac_check_lib_save_LIBS=$LIBS
9936 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9938 cat >conftest.$ac_ext <<_ACEOF
9941 cat confdefs.h >>conftest.$ac_ext
9942 cat >>conftest.$ac_ext <<_ACEOF
9943 /* end confdefs.h. */
9945 /* Override any GCC internal prototype to avoid an error.
9946 Use char because int might match the return type of a GCC
9947 builtin and then its argument prototype would still apply. */
9955 return gluLookAt ();
9960 rm -f conftest.$ac_objext conftest$ac_exeext
9961 if { (ac_try="$ac_link"
9963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9964 *) ac_try_echo
=$ac_try;;
9966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9967 (eval "$ac_link") 2>conftest.er1
9969 grep -v '^ *+' conftest.er1
>conftest.err
9971 cat conftest.err
>&5
9972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9973 (exit $ac_status); } && {
9974 test -z "$ac_c_werror_flag" ||
9975 test ! -s conftest.err
9976 } && test -s conftest
$ac_exeext &&
9977 $as_test_x conftest
$ac_exeext; then
9978 ac_cv_lib_GLU_gluLookAt
=yes
9980 echo "$as_me: failed program was:" >&5
9981 sed 's/^/| /' conftest.
$ac_ext >&5
9983 ac_cv_lib_GLU_gluLookAt
=no
9986 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9987 conftest
$ac_exeext conftest.
$ac_ext
9988 LIBS
=$ac_check_lib_save_LIBS
9990 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9991 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9992 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9993 OPENGL_LIBS
="$OPENGL_LIBS -lGLU"
9994 GLU32FILES
='$(GLU32FILES)'
10000 wine_cv_opengl_headers_found
="no"
10006 for ac_header
in audio
/audiolib.h
10008 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10009 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10012 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10013 echo $ECHO_N "(cached) $ECHO_C" >&6
10015 ac_res
=`eval echo '${'$as_ac_Header'}'`
10016 { echo "$as_me:$LINENO: result: $ac_res" >&5
10017 echo "${ECHO_T}$ac_res" >&6; }
10019 # Is the header compilable?
10020 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10021 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10022 cat >conftest.
$ac_ext <<_ACEOF
10025 cat confdefs.h
>>conftest.
$ac_ext
10026 cat >>conftest.
$ac_ext <<_ACEOF
10027 /* end confdefs.h. */
10028 $ac_includes_default
10029 #include <$ac_header>
10031 rm -f conftest.
$ac_objext
10032 if { (ac_try
="$ac_compile"
10033 case "(($ac_try" in
10034 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10035 *) ac_try_echo=$ac_try;;
10037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10038 (eval "$ac_compile") 2>conftest.er1
10040 grep -v '^ *+' conftest.er1 >conftest.err
10042 cat conftest.err >&5
10043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10044 (exit $ac_status); } && {
10045 test -z "$ac_c_werror_flag" ||
10046 test ! -s conftest.err
10047 } && test -s conftest.$ac_objext; then
10048 ac_header_compiler=yes
10050 echo "$as_me: failed program was:" >&5
10051 sed 's/^/| /' conftest.$ac_ext >&5
10053 ac_header_compiler=no
10056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10057 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10058 echo "${ECHO_T}$ac_header_compiler" >&6; }
10060 # Is the header present?
10061 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10062 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10063 cat >conftest.$ac_ext <<_ACEOF
10066 cat confdefs.h >>conftest.$ac_ext
10067 cat >>conftest.$ac_ext <<_ACEOF
10068 /* end confdefs.h. */
10069 #include <$ac_header>
10071 if { (ac_try="$ac_cpp conftest.$ac_ext"
10072 case "(($ac_try" in
10073 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10074 *) ac_try_echo
=$ac_try;;
10076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10077 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10079 grep -v '^ *+' conftest.er1
>conftest.err
10081 cat conftest.err
>&5
10082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083 (exit $ac_status); } >/dev
/null
&& {
10084 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10085 test ! -s conftest.err
10087 ac_header_preproc
=yes
10089 echo "$as_me: failed program was:" >&5
10090 sed 's/^/| /' conftest.
$ac_ext >&5
10092 ac_header_preproc
=no
10095 rm -f conftest.err conftest.
$ac_ext
10096 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10097 echo "${ECHO_T}$ac_header_preproc" >&6; }
10099 # So? What about this header?
10100 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10102 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10103 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10104 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10105 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10106 ac_header_preproc
=yes
10109 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10110 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10111 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10112 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10113 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10114 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10115 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10116 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10117 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10118 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10119 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10120 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10122 ## ------------------------------------ ##
10123 ## Report this to wine-devel@winehq.org ##
10124 ## ------------------------------------ ##
10126 ) |
sed "s/^/$as_me: WARNING: /" >&2
10129 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10131 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10132 echo $ECHO_N "(cached) $ECHO_C" >&6
10134 eval "$as_ac_Header=\$ac_header_preproc"
10136 ac_res
=`eval echo '${'$as_ac_Header'}'`
10137 { echo "$as_me:$LINENO: result: $ac_res" >&5
10138 echo "${ECHO_T}$ac_res" >&6; }
10141 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10142 cat >>confdefs.h
<<_ACEOF
10143 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10146 for ac_header
in audio
/soundlib.h
10148 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10149 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10150 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10151 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10152 echo $ECHO_N "(cached) $ECHO_C" >&6
10154 cat >conftest.
$ac_ext <<_ACEOF
10157 cat confdefs.h
>>conftest.
$ac_ext
10158 cat >>conftest.
$ac_ext <<_ACEOF
10159 /* end confdefs.h. */
10160 #include <audio/audiolib.h>
10162 #include <$ac_header>
10164 rm -f conftest.
$ac_objext
10165 if { (ac_try
="$ac_compile"
10166 case "(($ac_try" in
10167 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10168 *) ac_try_echo=$ac_try;;
10170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10171 (eval "$ac_compile") 2>conftest.er1
10173 grep -v '^ *+' conftest.er1 >conftest.err
10175 cat conftest.err >&5
10176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10177 (exit $ac_status); } && {
10178 test -z "$ac_c_werror_flag" ||
10179 test ! -s conftest.err
10180 } && test -s conftest.$ac_objext; then
10181 eval "$as_ac_Header=yes"
10183 echo "$as_me: failed program was:" >&5
10184 sed 's/^/| /' conftest.$ac_ext >&5
10186 eval "$as_ac_Header=no"
10189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10191 ac_res=`eval echo '${'$as_ac_Header'}'`
10192 { echo "$as_me:$LINENO: result: $ac_res" >&5
10193 echo "${ECHO_T}$ac_res" >&6; }
10194 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10195 cat >>confdefs.h <<_ACEOF
10196 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10203 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
10204 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
10205 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
10206 echo $ECHO_N "(cached) $ECHO_C" >&6
10208 ac_check_lib_save_LIBS=$LIBS
10209 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10210 cat >conftest.$ac_ext <<_ACEOF
10213 cat confdefs.h >>conftest.$ac_ext
10214 cat >>conftest.$ac_ext <<_ACEOF
10215 /* end confdefs.h. */
10217 /* Override any GCC internal prototype to avoid an error.
10218 Use char because int might match the return type of a GCC
10219 builtin and then its argument prototype would still apply. */
10223 char AuCreateFlow ();
10227 return AuCreateFlow ();
10232 rm -f conftest.$ac_objext conftest$ac_exeext
10233 if { (ac_try="$ac_link"
10234 case "(($ac_try" in
10235 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10236 *) ac_try_echo
=$ac_try;;
10238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10239 (eval "$ac_link") 2>conftest.er1
10241 grep -v '^ *+' conftest.er1
>conftest.err
10243 cat conftest.err
>&5
10244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10245 (exit $ac_status); } && {
10246 test -z "$ac_c_werror_flag" ||
10247 test ! -s conftest.err
10248 } && test -s conftest
$ac_exeext &&
10249 $as_test_x conftest
$ac_exeext; then
10250 ac_cv_lib_audio_AuCreateFlow
=yes
10252 echo "$as_me: failed program was:" >&5
10253 sed 's/^/| /' conftest.
$ac_ext >&5
10255 ac_cv_lib_audio_AuCreateFlow
=no
10258 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10259 conftest
$ac_exeext conftest.
$ac_ext
10260 LIBS
=$ac_check_lib_save_LIBS
10262 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
10263 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
10264 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
10266 cat >>confdefs.h
<<\_ACEOF
10270 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
10271 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
10272 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
10273 echo $ECHO_N "(cached) $ECHO_C" >&6
10275 ac_check_lib_save_LIBS
=$LIBS
10276 LIBS
="-lXau $X_LIBS $LIBS"
10277 cat >conftest.
$ac_ext <<_ACEOF
10280 cat confdefs.h
>>conftest.
$ac_ext
10281 cat >>conftest.
$ac_ext <<_ACEOF
10282 /* end confdefs.h. */
10284 /* Override any GCC internal prototype to avoid an error.
10285 Use char because int might match the return type of a GCC
10286 builtin and then its argument prototype would still apply. */
10290 char XauGetBestAuthByAddr ();
10294 return XauGetBestAuthByAddr ();
10299 rm -f conftest.
$ac_objext conftest
$ac_exeext
10300 if { (ac_try
="$ac_link"
10301 case "(($ac_try" in
10302 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10303 *) ac_try_echo=$ac_try;;
10305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10306 (eval "$ac_link") 2>conftest.er1
10308 grep -v '^ *+' conftest.er1 >conftest.err
10310 cat conftest.err >&5
10311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10312 (exit $ac_status); } && {
10313 test -z "$ac_c_werror_flag" ||
10314 test ! -s conftest.err
10315 } && test -s conftest$ac_exeext &&
10316 $as_test_x conftest$ac_exeext; then
10317 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
10319 echo "$as_me: failed program was:" >&5
10320 sed 's/^/| /' conftest.$ac_ext >&5
10322 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
10325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10326 conftest$ac_exeext conftest.$ac_ext
10327 LIBS=$ac_check_lib_save_LIBS
10329 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
10330 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
10331 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
10332 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10334 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10345 CPPFLAGS="$ac_save_CPPFLAGS"
10362 ac_save_CPPFLAGS="$CPPFLAGS"
10363 if test "$PKG_CONFIG" != "false"
10365 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
10366 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
10368 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
10369 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
10371 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
10373 for ac_header in libxml/parser.h
10375 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10377 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10378 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10379 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10380 echo $ECHO_N "(cached) $ECHO_C" >&6
10382 ac_res=`eval echo '${'$as_ac_Header'}'`
10383 { echo "$as_me:$LINENO: result: $ac_res" >&5
10384 echo "${ECHO_T}$ac_res" >&6; }
10386 # Is the header compilable?
10387 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10388 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10389 cat >conftest.$ac_ext <<_ACEOF
10392 cat confdefs.h >>conftest.$ac_ext
10393 cat >>conftest.$ac_ext <<_ACEOF
10394 /* end confdefs.h. */
10395 $ac_includes_default
10396 #include <$ac_header>
10398 rm -f conftest.$ac_objext
10399 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
10415 ac_header_compiler
=yes
10417 echo "$as_me: failed program was:" >&5
10418 sed 's/^/| /' conftest.
$ac_ext >&5
10420 ac_header_compiler
=no
10423 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10424 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10425 echo "${ECHO_T}$ac_header_compiler" >&6; }
10427 # Is the header present?
10428 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10429 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10430 cat >conftest.
$ac_ext <<_ACEOF
10433 cat confdefs.h
>>conftest.
$ac_ext
10434 cat >>conftest.
$ac_ext <<_ACEOF
10435 /* end confdefs.h. */
10436 #include <$ac_header>
10438 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10439 case "(($ac_try" in
10440 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10441 *) ac_try_echo=$ac_try;;
10443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10444 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10446 grep -v '^ *+' conftest.er1 >conftest.err
10448 cat conftest.err >&5
10449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10450 (exit $ac_status); } >/dev/null && {
10451 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10452 test ! -s conftest.err
10454 ac_header_preproc=yes
10456 echo "$as_me: failed program was:" >&5
10457 sed 's/^/| /' conftest.$ac_ext >&5
10459 ac_header_preproc=no
10462 rm -f conftest.err conftest.$ac_ext
10463 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10464 echo "${ECHO_T}$ac_header_preproc" >&6; }
10466 # So? What about this header?
10467 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10469 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10470 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10471 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10472 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10473 ac_header_preproc=yes
10476 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10477 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10478 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10479 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10480 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10481 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10482 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10483 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10484 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10485 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10486 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10487 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10489 ## ------------------------------------ ##
10490 ## Report this to wine-devel@winehq.org ##
10491 ## ------------------------------------ ##
10493 ) | sed "s/^/$as_me: WARNING: /" >&2
10496 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10497 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10498 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10499 echo $ECHO_N "(cached) $ECHO_C" >&6
10501 eval "$as_ac_Header=\$ac_header_preproc"
10503 ac_res=`eval echo '${'$as_ac_Header'}'`
10504 { echo "$as_me:$LINENO: result: $ac_res" >&5
10505 echo "${ECHO_T}$ac_res" >&6; }
10508 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10509 cat >>confdefs.h <<_ACEOF
10510 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10512 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
10513 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
10514 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
10515 echo $ECHO_N "(cached) $ECHO_C" >&6
10517 ac_check_lib_save_LIBS=$LIBS
10518 LIBS="-lxml2 $ac_xml_libs $LIBS"
10519 cat >conftest.$ac_ext <<_ACEOF
10522 cat confdefs.h >>conftest.$ac_ext
10523 cat >>conftest.$ac_ext <<_ACEOF
10524 /* end confdefs.h. */
10526 /* Override any GCC internal prototype to avoid an error.
10527 Use char because int might match the return type of a GCC
10528 builtin and then its argument prototype would still apply. */
10532 char xmlParseMemory ();
10536 return xmlParseMemory ();
10541 rm -f conftest.$ac_objext conftest$ac_exeext
10542 if { (ac_try="$ac_link"
10543 case "(($ac_try" in
10544 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10545 *) ac_try_echo
=$ac_try;;
10547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10548 (eval "$ac_link") 2>conftest.er1
10550 grep -v '^ *+' conftest.er1
>conftest.err
10552 cat conftest.err
>&5
10553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10554 (exit $ac_status); } && {
10555 test -z "$ac_c_werror_flag" ||
10556 test ! -s conftest.err
10557 } && test -s conftest
$ac_exeext &&
10558 $as_test_x conftest
$ac_exeext; then
10559 ac_cv_lib_xml2_xmlParseMemory
=yes
10561 echo "$as_me: failed program was:" >&5
10562 sed 's/^/| /' conftest.
$ac_ext >&5
10564 ac_cv_lib_xml2_xmlParseMemory
=no
10567 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10568 conftest
$ac_exeext conftest.
$ac_ext
10569 LIBS
=$ac_check_lib_save_LIBS
10571 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10572 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10573 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
10575 cat >>confdefs.h
<<\_ACEOF
10576 #define HAVE_LIBXML2 1
10579 XML2LIBS
="$ac_xml_libs"
10580 XML2INCL
="$ac_xml_cflags"
10583 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10584 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10585 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10586 echo $ECHO_N "(cached) $ECHO_C" >&6
10588 ac_check_lib_save_LIBS
=$LIBS
10589 LIBS
="-lxml2 $ac_xml_libs $LIBS"
10590 cat >conftest.
$ac_ext <<_ACEOF
10593 cat confdefs.h
>>conftest.
$ac_ext
10594 cat >>conftest.
$ac_ext <<_ACEOF
10595 /* end confdefs.h. */
10597 /* Override any GCC internal prototype to avoid an error.
10598 Use char because int might match the return type of a GCC
10599 builtin and then its argument prototype would still apply. */
10603 char xmlReadMemory ();
10607 return xmlReadMemory ();
10612 rm -f conftest.
$ac_objext conftest
$ac_exeext
10613 if { (ac_try
="$ac_link"
10614 case "(($ac_try" in
10615 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10616 *) ac_try_echo=$ac_try;;
10618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10619 (eval "$ac_link") 2>conftest.er1
10621 grep -v '^ *+' conftest.er1 >conftest.err
10623 cat conftest.err >&5
10624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10625 (exit $ac_status); } && {
10626 test -z "$ac_c_werror_flag" ||
10627 test ! -s conftest.err
10628 } && test -s conftest$ac_exeext &&
10629 $as_test_x conftest$ac_exeext; then
10630 ac_cv_lib_xml2_xmlReadMemory=yes
10632 echo "$as_me: failed program was:" >&5
10633 sed 's/^/| /' conftest.$ac_ext >&5
10635 ac_cv_lib_xml2_xmlReadMemory=no
10638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10639 conftest$ac_exeext conftest.$ac_ext
10640 LIBS=$ac_check_lib_save_LIBS
10642 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10643 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10644 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10646 cat >>confdefs.h <<\_ACEOF
10647 #define HAVE_XMLREADMEMORY 1
10652 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
10653 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
10654 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
10655 echo $ECHO_N "(cached) $ECHO_C" >&6
10657 ac_check_lib_save_LIBS=$LIBS
10658 LIBS="-lxml2 $ac_xml_libs $LIBS"
10659 cat >conftest.$ac_ext <<_ACEOF
10662 cat confdefs.h >>conftest.$ac_ext
10663 cat >>conftest.$ac_ext <<_ACEOF
10664 /* end confdefs.h. */
10666 /* Override any GCC internal prototype to avoid an error.
10667 Use char because int might match the return type of a GCC
10668 builtin and then its argument prototype would still apply. */
10672 char xmlNewDocPI ();
10676 return xmlNewDocPI ();
10681 rm -f conftest.$ac_objext conftest$ac_exeext
10682 if { (ac_try="$ac_link"
10683 case "(($ac_try" in
10684 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10685 *) ac_try_echo
=$ac_try;;
10687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10688 (eval "$ac_link") 2>conftest.er1
10690 grep -v '^ *+' conftest.er1
>conftest.err
10692 cat conftest.err
>&5
10693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10694 (exit $ac_status); } && {
10695 test -z "$ac_c_werror_flag" ||
10696 test ! -s conftest.err
10697 } && test -s conftest
$ac_exeext &&
10698 $as_test_x conftest
$ac_exeext; then
10699 ac_cv_lib_xml2_xmlNewDocPI
=yes
10701 echo "$as_me: failed program was:" >&5
10702 sed 's/^/| /' conftest.
$ac_ext >&5
10704 ac_cv_lib_xml2_xmlNewDocPI
=no
10707 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10708 conftest
$ac_exeext conftest.
$ac_ext
10709 LIBS
=$ac_check_lib_save_LIBS
10711 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10712 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10713 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
10715 cat >>confdefs.h
<<\_ACEOF
10716 #define HAVE_XMLNEWDOCPI 1
10726 CPPFLAGS
="$ac_save_CPPFLAGS"
10727 if test "$PKG_CONFIG" != "false"
10729 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
10730 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
10732 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
10733 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
10735 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
10738 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
10740 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10741 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10742 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10743 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10744 echo $ECHO_N "(cached) $ECHO_C" >&6
10746 cat >conftest.
$ac_ext <<_ACEOF
10749 cat confdefs.h
>>conftest.
$ac_ext
10750 cat >>conftest.
$ac_ext <<_ACEOF
10751 /* end confdefs.h. */
10752 #ifdef HAVE_LIBXSLT_PATTERN_H
10753 # include <libxslt/pattern.h>
10756 #include <$ac_header>
10758 rm -f conftest.
$ac_objext
10759 if { (ac_try
="$ac_compile"
10760 case "(($ac_try" in
10761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10762 *) ac_try_echo=$ac_try;;
10764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10765 (eval "$ac_compile") 2>conftest.er1
10767 grep -v '^ *+' conftest.er1 >conftest.err
10769 cat conftest.err >&5
10770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10771 (exit $ac_status); } && {
10772 test -z "$ac_c_werror_flag" ||
10773 test ! -s conftest.err
10774 } && test -s conftest.$ac_objext; then
10775 eval "$as_ac_Header=yes"
10777 echo "$as_me: failed program was:" >&5
10778 sed 's/^/| /' conftest.$ac_ext >&5
10780 eval "$as_ac_Header=no"
10783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10785 ac_res=`eval echo '${'$as_ac_Header'}'`
10786 { echo "$as_me:$LINENO: result: $ac_res" >&5
10787 echo "${ECHO_T}$ac_res" >&6; }
10788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10789 cat >>confdefs.h <<_ACEOF
10790 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10792 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10793 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10794 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10795 echo $ECHO_N "(cached) $ECHO_C" >&6
10797 ac_check_lib_save_LIBS=$LIBS
10798 LIBS="-lxslt $ac_xslt_libs $LIBS"
10799 cat >conftest.$ac_ext <<_ACEOF
10802 cat confdefs.h >>conftest.$ac_ext
10803 cat >>conftest.$ac_ext <<_ACEOF
10804 /* end confdefs.h. */
10806 /* Override any GCC internal prototype to avoid an error.
10807 Use char because int might match the return type of a GCC
10808 builtin and then its argument prototype would still apply. */
10812 char xsltCompilePattern ();
10816 return xsltCompilePattern ();
10821 rm -f conftest.$ac_objext conftest$ac_exeext
10822 if { (ac_try="$ac_link"
10823 case "(($ac_try" in
10824 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10825 *) ac_try_echo
=$ac_try;;
10827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10828 (eval "$ac_link") 2>conftest.er1
10830 grep -v '^ *+' conftest.er1
>conftest.err
10832 cat conftest.err
>&5
10833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10834 (exit $ac_status); } && {
10835 test -z "$ac_c_werror_flag" ||
10836 test ! -s conftest.err
10837 } && test -s conftest
$ac_exeext &&
10838 $as_test_x conftest
$ac_exeext; then
10839 ac_cv_lib_xslt_xsltCompilePattern
=yes
10841 echo "$as_me: failed program was:" >&5
10842 sed 's/^/| /' conftest.
$ac_ext >&5
10844 ac_cv_lib_xslt_xsltCompilePattern
=no
10847 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10848 conftest
$ac_exeext conftest.
$ac_ext
10849 LIBS
=$ac_check_lib_save_LIBS
10851 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10852 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10853 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10855 cat >>confdefs.h
<<\_ACEOF
10856 #define HAVE_LIBXSLT 1
10859 XSLTLIBS
="$ac_xslt_libs"
10860 XSLTINCL
="$ac_xslt_cflags"
10868 CPPFLAGS
="$ac_save_CPPFLAGS"
10872 if test "$PKG_CONFIG" != "false"
10874 ac_save_CPPFLAGS
="$CPPFLAGS"
10875 ac_hal_libs
="`$PKG_CONFIG --libs hal 2>/dev/null`"
10876 ac_hal_cflags
="`$PKG_CONFIG --cflags hal 2>/dev/null`"
10877 CPPFLAGS
="$CPPFLAGS $ac_hal_cflags"
10880 for ac_header
in dbus
/dbus.h hal
/libhal.h
10882 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10883 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10884 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10885 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10886 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10887 echo $ECHO_N "(cached) $ECHO_C" >&6
10889 ac_res
=`eval echo '${'$as_ac_Header'}'`
10890 { echo "$as_me:$LINENO: result: $ac_res" >&5
10891 echo "${ECHO_T}$ac_res" >&6; }
10893 # Is the header compilable?
10894 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10895 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10896 cat >conftest.
$ac_ext <<_ACEOF
10899 cat confdefs.h
>>conftest.
$ac_ext
10900 cat >>conftest.
$ac_ext <<_ACEOF
10901 /* end confdefs.h. */
10902 $ac_includes_default
10903 #include <$ac_header>
10905 rm -f conftest.
$ac_objext
10906 if { (ac_try
="$ac_compile"
10907 case "(($ac_try" in
10908 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10909 *) ac_try_echo=$ac_try;;
10911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10912 (eval "$ac_compile") 2>conftest.er1
10914 grep -v '^ *+' conftest.er1 >conftest.err
10916 cat conftest.err >&5
10917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10918 (exit $ac_status); } && {
10919 test -z "$ac_c_werror_flag" ||
10920 test ! -s conftest.err
10921 } && test -s conftest.$ac_objext; then
10922 ac_header_compiler=yes
10924 echo "$as_me: failed program was:" >&5
10925 sed 's/^/| /' conftest.$ac_ext >&5
10927 ac_header_compiler=no
10930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10931 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10932 echo "${ECHO_T}$ac_header_compiler" >&6; }
10934 # Is the header present?
10935 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10936 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10937 cat >conftest.$ac_ext <<_ACEOF
10940 cat confdefs.h >>conftest.$ac_ext
10941 cat >>conftest.$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #include <$ac_header>
10945 if { (ac_try="$ac_cpp conftest.$ac_ext"
10946 case "(($ac_try" in
10947 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10948 *) ac_try_echo
=$ac_try;;
10950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10953 grep -v '^ *+' conftest.er1
>conftest.err
10955 cat conftest.err
>&5
10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10957 (exit $ac_status); } >/dev
/null
&& {
10958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10959 test ! -s conftest.err
10961 ac_header_preproc
=yes
10963 echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.
$ac_ext >&5
10966 ac_header_preproc
=no
10969 rm -f conftest.err conftest.
$ac_ext
10970 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10971 echo "${ECHO_T}$ac_header_preproc" >&6; }
10973 # So? What about this header?
10974 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10976 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10977 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10978 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10979 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10980 ac_header_preproc
=yes
10983 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10984 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10985 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10986 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10987 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10988 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10989 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10990 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10991 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10992 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10993 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10994 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10996 ## ------------------------------------ ##
10997 ## Report this to wine-devel@winehq.org ##
10998 ## ------------------------------------ ##
11000 ) |
sed "s/^/$as_me: WARNING: /" >&2
11003 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11004 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11005 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11006 echo $ECHO_N "(cached) $ECHO_C" >&6
11008 eval "$as_ac_Header=\$ac_header_preproc"
11010 ac_res
=`eval echo '${'$as_ac_Header'}'`
11011 { echo "$as_me:$LINENO: result: $ac_res" >&5
11012 echo "${ECHO_T}$ac_res" >&6; }
11015 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11016 cat >>confdefs.h
<<_ACEOF
11017 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11024 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
11026 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
11027 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
11028 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
11029 echo $ECHO_N "(cached) $ECHO_C" >&6
11031 ac_check_lib_save_LIBS
=$LIBS
11032 LIBS
="-ldbus-1 $ac_hal_libs $LIBS"
11033 cat >conftest.
$ac_ext <<_ACEOF
11036 cat confdefs.h
>>conftest.
$ac_ext
11037 cat >>conftest.
$ac_ext <<_ACEOF
11038 /* end confdefs.h. */
11040 /* Override any GCC internal prototype to avoid an error.
11041 Use char because int might match the return type of a GCC
11042 builtin and then its argument prototype would still apply. */
11046 char dbus_connection_close ();
11050 return dbus_connection_close ();
11055 rm -f conftest.
$ac_objext conftest
$ac_exeext
11056 if { (ac_try
="$ac_link"
11057 case "(($ac_try" in
11058 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11059 *) ac_try_echo=$ac_try;;
11061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11062 (eval "$ac_link") 2>conftest.er1
11064 grep -v '^ *+' conftest.er1 >conftest.err
11066 cat conftest.err >&5
11067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11068 (exit $ac_status); } && {
11069 test -z "$ac_c_werror_flag" ||
11070 test ! -s conftest.err
11071 } && test -s conftest$ac_exeext &&
11072 $as_test_x conftest$ac_exeext; then
11073 ac_cv_lib_dbus_1_dbus_connection_close=yes
11075 echo "$as_me: failed program was:" >&5
11076 sed 's/^/| /' conftest.$ac_ext >&5
11078 ac_cv_lib_dbus_1_dbus_connection_close=no
11081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11082 conftest$ac_exeext conftest.$ac_ext
11083 LIBS=$ac_check_lib_save_LIBS
11085 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
11086 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
11087 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
11088 { echo "$as_me:$LINENO: checking for -lhal" >&5
11089 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
11090 if test "${ac_cv_lib_soname_hal+set}" = set; then
11091 echo $ECHO_N "(cached) $ECHO_C" >&6
11093 ac_check_soname_save_LIBS=$LIBS
11094 LIBS="-lhal $ac_hal_libs $LIBS"
11095 cat >conftest.$ac_ext <<_ACEOF
11098 cat confdefs.h >>conftest.$ac_ext
11099 cat >>conftest.$ac_ext <<_ACEOF
11100 /* end confdefs.h. */
11102 /* Override any GCC internal prototype to avoid an error.
11103 Use char because int might match the return type of a GCC
11104 builtin and then its argument prototype would still apply. */
11108 char libhal_ctx_new ();
11112 return libhal_ctx_new ();
11117 rm -f conftest.$ac_objext conftest$ac_exeext
11118 if { (ac_try="$ac_link"
11119 case "(($ac_try" in
11120 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11121 *) ac_try_echo
=$ac_try;;
11123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11124 (eval "$ac_link") 2>conftest.er1
11126 grep -v '^ *+' conftest.er1
>conftest.err
11128 cat conftest.err
>&5
11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130 (exit $ac_status); } && {
11131 test -z "$ac_c_werror_flag" ||
11132 test ! -s conftest.err
11133 } && test -s conftest
$ac_exeext &&
11134 $as_test_x conftest
$ac_exeext; then
11137 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'` ;;
11138 *) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11141 echo "$as_me: failed program was:" >&5
11142 sed 's/^/| /' conftest.
$ac_ext >&5
11147 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11148 conftest
$ac_exeext conftest.
$ac_ext
11149 LIBS
=$ac_check_soname_save_LIBS
11151 if test "x$ac_cv_lib_soname_hal" = "x"; then
11152 { echo "$as_me:$LINENO: result: not found" >&5
11153 echo "${ECHO_T}not found" >&6; }
11156 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
11157 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
11159 cat >>confdefs.h
<<_ACEOF
11160 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11163 HALINCL
="$ac_hal_cflags"
11169 CPPFLAGS
="$ac_save_CPPFLAGS"
11173 if test "$ac_cv_header_ncurses_h" = "yes"
11175 { echo "$as_me:$LINENO: checking for -lncurses" >&5
11176 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
11177 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
11178 echo $ECHO_N "(cached) $ECHO_C" >&6
11180 ac_check_soname_save_LIBS
=$LIBS
11181 LIBS
="-lncurses $LIBS"
11182 cat >conftest.
$ac_ext <<_ACEOF
11185 cat confdefs.h
>>conftest.
$ac_ext
11186 cat >>conftest.
$ac_ext <<_ACEOF
11187 /* end confdefs.h. */
11189 /* Override any GCC internal prototype to avoid an error.
11190 Use char because int might match the return type of a GCC
11191 builtin and then its argument prototype would still apply. */
11204 rm -f conftest.
$ac_objext conftest
$ac_exeext
11205 if { (ac_try
="$ac_link"
11206 case "(($ac_try" in
11207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11208 *) ac_try_echo=$ac_try;;
11210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11211 (eval "$ac_link") 2>conftest.er1
11213 grep -v '^ *+' conftest.er1 >conftest.err
11215 cat conftest.err >&5
11216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11217 (exit $ac_status); } && {
11218 test -z "$ac_c_werror_flag" ||
11219 test ! -s conftest.err
11220 } && test -s conftest$ac_exeext &&
11221 $as_test_x conftest$ac_exeext; then
11224 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'` ;;
11225 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11228 echo "$as_me: failed program was:" >&5
11229 sed 's/^/| /' conftest.$ac_ext >&5
11234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11235 conftest$ac_exeext conftest.$ac_ext
11236 LIBS=$ac_check_soname_save_LIBS
11238 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
11239 { echo "$as_me:$LINENO: result: not found" >&5
11240 echo "${ECHO_T}not found" >&6; }
11243 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
11244 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
11246 cat >>confdefs.h <<_ACEOF
11247 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11250 CURSESLIBS="-lncurses"
11253 elif test "$ac_cv_header_curses_h" = "yes"
11255 { echo "$as_me:$LINENO: checking for -lcurses" >&5
11256 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
11257 if test "${ac_cv_lib_soname_curses+set}" = set; then
11258 echo $ECHO_N "(cached) $ECHO_C" >&6
11260 ac_check_soname_save_LIBS=$LIBS
11261 LIBS="-lcurses $LIBS"
11262 cat >conftest.$ac_ext <<_ACEOF
11265 cat confdefs.h >>conftest.$ac_ext
11266 cat >>conftest.$ac_ext <<_ACEOF
11267 /* end confdefs.h. */
11269 /* Override any GCC internal prototype to avoid an error.
11270 Use char because int might match the return type of a GCC
11271 builtin and then its argument prototype would still apply. */
11284 rm -f conftest.$ac_objext conftest$ac_exeext
11285 if { (ac_try="$ac_link"
11286 case "(($ac_try" in
11287 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11288 *) ac_try_echo
=$ac_try;;
11290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11291 (eval "$ac_link") 2>conftest.er1
11293 grep -v '^ *+' conftest.er1
>conftest.err
11295 cat conftest.err
>&5
11296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11297 (exit $ac_status); } && {
11298 test -z "$ac_c_werror_flag" ||
11299 test ! -s conftest.err
11300 } && test -s conftest
$ac_exeext &&
11301 $as_test_x conftest
$ac_exeext; then
11304 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'` ;;
11305 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11308 echo "$as_me: failed program was:" >&5
11309 sed 's/^/| /' conftest.
$ac_ext >&5
11314 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11315 conftest
$ac_exeext conftest.
$ac_ext
11316 LIBS
=$ac_check_soname_save_LIBS
11318 if test "x$ac_cv_lib_soname_curses" = "x"; then
11319 { echo "$as_me:$LINENO: result: not found" >&5
11320 echo "${ECHO_T}not found" >&6; }
11323 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
11324 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
11326 cat >>confdefs.h
<<_ACEOF
11327 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11330 CURSESLIBS
="-lcurses"
11334 ac_save_LIBS
="$LIBS"
11335 LIBS
="$LIBS $CURSESLIBS"
11337 for ac_func
in mousemask
11339 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11340 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11341 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11342 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11343 echo $ECHO_N "(cached) $ECHO_C" >&6
11345 cat >conftest.
$ac_ext <<_ACEOF
11348 cat confdefs.h
>>conftest.
$ac_ext
11349 cat >>conftest.
$ac_ext <<_ACEOF
11350 /* end confdefs.h. */
11351 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11352 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11353 #define $ac_func innocuous_$ac_func
11355 /* System header to define __stub macros and hopefully few prototypes,
11356 which can conflict with char $ac_func (); below.
11357 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11358 <limits.h> exists even on freestanding compilers. */
11361 # include <limits.h>
11363 # include <assert.h>
11368 /* Override any GCC internal prototype to avoid an error.
11369 Use char because int might match the return type of a GCC
11370 builtin and then its argument prototype would still apply. */
11375 /* The GNU C library defines this for functions which it implements
11376 to always fail with ENOSYS. Some functions are actually named
11377 something starting with __ and the normal name is an alias. */
11378 #if defined __stub_$ac_func || defined __stub___$ac_func
11385 return $ac_func ();
11390 rm -f conftest.
$ac_objext conftest
$ac_exeext
11391 if { (ac_try
="$ac_link"
11392 case "(($ac_try" in
11393 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11394 *) ac_try_echo=$ac_try;;
11396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11397 (eval "$ac_link") 2>conftest.er1
11399 grep -v '^ *+' conftest.er1 >conftest.err
11401 cat conftest.err >&5
11402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11403 (exit $ac_status); } && {
11404 test -z "$ac_c_werror_flag" ||
11405 test ! -s conftest.err
11406 } && test -s conftest$ac_exeext &&
11407 $as_test_x conftest$ac_exeext; then
11408 eval "$as_ac_var=yes"
11410 echo "$as_me: failed program was:" >&5
11411 sed 's/^/| /' conftest.$ac_ext >&5
11413 eval "$as_ac_var=no"
11416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11417 conftest$ac_exeext conftest.$ac_ext
11419 ac_res=`eval echo '${'$as_ac_var'}'`
11420 { echo "$as_me:$LINENO: result: $ac_res" >&5
11421 echo "${ECHO_T}$ac_res" >&6; }
11422 if test `eval echo '${'$as_ac_var'}'` = yes; then
11423 cat >>confdefs.h <<_ACEOF
11424 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
11430 LIBS="$ac_save_LIBS"
11432 # Extract the first word of "sane-config", so it can be a program name with args.
11433 set dummy sane-config; ac_word=$2
11434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11436 if test "${ac_cv_prog_sane_devel+set}" = set; then
11437 echo $ECHO_N "(cached) $ECHO_C" >&6
11439 if test -n "$sane_devel"; then
11440 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
11442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11443 for as_dir in $PATH
11446 test -z "$as_dir" && as_dir=.
11447 for ac_exec_ext in '' $ac_executable_extensions; do
11448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11449 ac_cv_prog_sane_devel="sane-config"
11450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11457 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
11460 sane_devel=$ac_cv_prog_sane_devel
11461 if test -n "$sane_devel"; then
11462 { echo "$as_me:$LINENO: result: $sane_devel" >&5
11463 echo "${ECHO_T}$sane_devel" >&6; }
11465 { echo "$as_me:$LINENO: result: no" >&5
11466 echo "${ECHO_T}no" >&6; }
11470 if test "$sane_devel" != "no"
11472 ac_sane_incl="`$sane_devel --cflags`"
11473 ac_save_CPPFLAGS="$CPPFLAGS"
11474 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
11475 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11476 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11477 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11478 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11479 echo $ECHO_N "(cached) $ECHO_C" >&6
11481 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11482 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11484 # Is the header compilable?
11485 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11486 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11487 cat >conftest.$ac_ext <<_ACEOF
11490 cat confdefs.h >>conftest.$ac_ext
11491 cat >>conftest.$ac_ext <<_ACEOF
11492 /* end confdefs.h. */
11493 $ac_includes_default
11494 #include <sane/sane.h>
11496 rm -f conftest.$ac_objext
11497 if { (ac_try="$ac_compile"
11498 case "(($ac_try" in
11499 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11500 *) ac_try_echo
=$ac_try;;
11502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11503 (eval "$ac_compile") 2>conftest.er1
11505 grep -v '^ *+' conftest.er1
>conftest.err
11507 cat conftest.err
>&5
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); } && {
11510 test -z "$ac_c_werror_flag" ||
11511 test ! -s conftest.err
11512 } && test -s conftest.
$ac_objext; then
11513 ac_header_compiler
=yes
11515 echo "$as_me: failed program was:" >&5
11516 sed 's/^/| /' conftest.
$ac_ext >&5
11518 ac_header_compiler
=no
11521 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11522 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11523 echo "${ECHO_T}$ac_header_compiler" >&6; }
11525 # Is the header present?
11526 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
11527 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
11528 cat >conftest.
$ac_ext <<_ACEOF
11531 cat confdefs.h
>>conftest.
$ac_ext
11532 cat >>conftest.
$ac_ext <<_ACEOF
11533 /* end confdefs.h. */
11534 #include <sane/sane.h>
11536 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11537 case "(($ac_try" in
11538 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11539 *) ac_try_echo=$ac_try;;
11541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11542 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11544 grep -v '^ *+' conftest.er1 >conftest.err
11546 cat conftest.err >&5
11547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11548 (exit $ac_status); } >/dev/null && {
11549 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11550 test ! -s conftest.err
11552 ac_header_preproc=yes
11554 echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.$ac_ext >&5
11557 ac_header_preproc=no
11560 rm -f conftest.err conftest.$ac_ext
11561 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11562 echo "${ECHO_T}$ac_header_preproc" >&6; }
11564 # So? What about this header?
11565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11567 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
11568 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11569 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
11570 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
11571 ac_header_preproc=yes
11574 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
11575 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
11576 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
11577 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
11578 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
11579 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
11580 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
11581 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
11582 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
11583 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
11584 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
11585 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
11587 ## ------------------------------------ ##
11588 ## Report this to wine-devel@winehq.org ##
11589 ## ------------------------------------ ##
11591 ) | sed "s/^/$as_me: WARNING: /" >&2
11594 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11595 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11596 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11597 echo $ECHO_N "(cached) $ECHO_C" >&6
11599 ac_cv_header_sane_sane_h=$ac_header_preproc
11601 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11602 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11605 if test $ac_cv_header_sane_sane_h = yes; then
11606 { echo "$as_me:$LINENO: checking for -lsane" >&5
11607 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
11608 if test "${ac_cv_lib_soname_sane+set}" = set; then
11609 echo $ECHO_N "(cached) $ECHO_C" >&6
11611 ac_check_soname_save_LIBS=$LIBS
11612 LIBS="-lsane $LIBS"
11613 cat >conftest.$ac_ext <<_ACEOF
11616 cat confdefs.h >>conftest.$ac_ext
11617 cat >>conftest.$ac_ext <<_ACEOF
11618 /* end confdefs.h. */
11620 /* Override any GCC internal prototype to avoid an error.
11621 Use char because int might match the return type of a GCC
11622 builtin and then its argument prototype would still apply. */
11630 return sane_init ();
11635 rm -f conftest.$ac_objext conftest$ac_exeext
11636 if { (ac_try="$ac_link"
11637 case "(($ac_try" in
11638 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11639 *) ac_try_echo
=$ac_try;;
11641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11642 (eval "$ac_link") 2>conftest.er1
11644 grep -v '^ *+' conftest.er1
>conftest.err
11646 cat conftest.err
>&5
11647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11648 (exit $ac_status); } && {
11649 test -z "$ac_c_werror_flag" ||
11650 test ! -s conftest.err
11651 } && test -s conftest
$ac_exeext &&
11652 $as_test_x conftest
$ac_exeext; then
11655 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'` ;;
11656 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11659 echo "$as_me: failed program was:" >&5
11660 sed 's/^/| /' conftest.
$ac_ext >&5
11665 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11666 conftest
$ac_exeext conftest.
$ac_ext
11667 LIBS
=$ac_check_soname_save_LIBS
11669 if test "x$ac_cv_lib_soname_sane" = "x"; then
11670 { echo "$as_me:$LINENO: result: not found" >&5
11671 echo "${ECHO_T}not found" >&6; }
11674 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
11675 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
11677 cat >>confdefs.h
<<_ACEOF
11678 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11681 SANEINCL
="$ac_sane_incl"
11688 CPPFLAGS
="$ac_save_CPPFLAGS"
11691 # Extract the first word of "gphoto2-config", so it can be a program name with args.
11692 set dummy gphoto2-config
; ac_word
=$2
11693 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11695 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
11696 echo $ECHO_N "(cached) $ECHO_C" >&6
11698 if test -n "$gphoto2_devel"; then
11699 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
11701 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11702 for as_dir
in $PATH
11705 test -z "$as_dir" && as_dir
=.
11706 for ac_exec_ext
in '' $ac_executable_extensions; do
11707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11708 ac_cv_prog_gphoto2_devel
="gphoto2-config"
11709 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11716 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
11719 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
11720 if test -n "$gphoto2_devel"; then
11721 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
11722 echo "${ECHO_T}$gphoto2_devel" >&6; }
11724 { echo "$as_me:$LINENO: result: no" >&5
11725 echo "${ECHO_T}no" >&6; }
11729 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11730 set dummy gphoto2-port-config
; ac_word
=$2
11731 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11733 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11734 echo $ECHO_N "(cached) $ECHO_C" >&6
11736 if test -n "$gphoto2port_devel"; then
11737 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
11739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11740 for as_dir
in $PATH
11743 test -z "$as_dir" && as_dir
=.
11744 for ac_exec_ext
in '' $ac_executable_extensions; do
11745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11746 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
11747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11754 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
11757 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
11758 if test -n "$gphoto2port_devel"; then
11759 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11760 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11762 { echo "$as_me:$LINENO: result: no" >&5
11763 echo "${ECHO_T}no" >&6; }
11771 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11773 GPHOTO2INCL
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11775 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11778 -L/usr
/lib|
-L/usr
/lib64
) ;;
11779 -L*|
-l*) GPHOTO2LIBS
="$GPHOTO2LIBS $i";;
11782 ac_save_CPPFLAGS
="$CPPFLAGS"
11783 ac_save_LIBS
="$LIBS"
11784 CPPFLAGS
="$CPPFLAGS $GPHOTO2INCL"
11785 LIBS
="$LIBS $GPHOTO2LIBS"
11786 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11787 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11788 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11789 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11790 echo $ECHO_N "(cached) $ECHO_C" >&6
11792 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11793 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11795 # Is the header compilable?
11796 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11797 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11798 cat >conftest.
$ac_ext <<_ACEOF
11801 cat confdefs.h
>>conftest.
$ac_ext
11802 cat >>conftest.
$ac_ext <<_ACEOF
11803 /* end confdefs.h. */
11804 $ac_includes_default
11805 #include <gphoto2-camera.h>
11807 rm -f conftest.
$ac_objext
11808 if { (ac_try
="$ac_compile"
11809 case "(($ac_try" in
11810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11811 *) ac_try_echo=$ac_try;;
11813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11814 (eval "$ac_compile") 2>conftest.er1
11816 grep -v '^ *+' conftest.er1 >conftest.err
11818 cat conftest.err >&5
11819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820 (exit $ac_status); } && {
11821 test -z "$ac_c_werror_flag" ||
11822 test ! -s conftest.err
11823 } && test -s conftest.$ac_objext; then
11824 ac_header_compiler=yes
11826 echo "$as_me: failed program was:" >&5
11827 sed 's/^/| /' conftest.$ac_ext >&5
11829 ac_header_compiler=no
11832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11833 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11834 echo "${ECHO_T}$ac_header_compiler" >&6; }
11836 # Is the header present?
11837 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11838 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11839 cat >conftest.$ac_ext <<_ACEOF
11842 cat confdefs.h >>conftest.$ac_ext
11843 cat >>conftest.$ac_ext <<_ACEOF
11844 /* end confdefs.h. */
11845 #include <gphoto2-camera.h>
11847 if { (ac_try="$ac_cpp conftest.$ac_ext"
11848 case "(($ac_try" in
11849 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11850 *) ac_try_echo
=$ac_try;;
11852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11853 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11855 grep -v '^ *+' conftest.er1
>conftest.err
11857 cat conftest.err
>&5
11858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11859 (exit $ac_status); } >/dev
/null
&& {
11860 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11861 test ! -s conftest.err
11863 ac_header_preproc
=yes
11865 echo "$as_me: failed program was:" >&5
11866 sed 's/^/| /' conftest.
$ac_ext >&5
11868 ac_header_preproc
=no
11871 rm -f conftest.err conftest.
$ac_ext
11872 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11873 echo "${ECHO_T}$ac_header_preproc" >&6; }
11875 # So? What about this header?
11876 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11878 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11879 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11880 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11881 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11882 ac_header_preproc
=yes
11885 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11886 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11887 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
11888 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11890 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
11892 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
11893 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11894 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11895 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11896 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11898 ## ------------------------------------ ##
11899 ## Report this to wine-devel@winehq.org ##
11900 ## ------------------------------------ ##
11902 ) |
sed "s/^/$as_me: WARNING: /" >&2
11905 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11906 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11907 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11908 echo $ECHO_N "(cached) $ECHO_C" >&6
11910 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
11912 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11913 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11916 if test $ac_cv_header_gphoto2_camera_h = yes; then
11917 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11918 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11919 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11920 echo $ECHO_N "(cached) $ECHO_C" >&6
11922 ac_check_lib_save_LIBS
=$LIBS
11923 LIBS
="-lgphoto2 $LIBS"
11924 cat >conftest.
$ac_ext <<_ACEOF
11927 cat confdefs.h
>>conftest.
$ac_ext
11928 cat >>conftest.
$ac_ext <<_ACEOF
11929 /* end confdefs.h. */
11931 /* Override any GCC internal prototype to avoid an error.
11932 Use char because int might match the return type of a GCC
11933 builtin and then its argument prototype would still apply. */
11937 char gp_camera_new ();
11941 return gp_camera_new ();
11946 rm -f conftest.
$ac_objext conftest
$ac_exeext
11947 if { (ac_try
="$ac_link"
11948 case "(($ac_try" in
11949 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11950 *) ac_try_echo=$ac_try;;
11952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11953 (eval "$ac_link") 2>conftest.er1
11955 grep -v '^ *+' conftest.er1 >conftest.err
11957 cat conftest.err >&5
11958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11959 (exit $ac_status); } && {
11960 test -z "$ac_c_werror_flag" ||
11961 test ! -s conftest.err
11962 } && test -s conftest$ac_exeext &&
11963 $as_test_x conftest$ac_exeext; then
11964 ac_cv_lib_gphoto2_gp_camera_new=yes
11966 echo "$as_me: failed program was:" >&5
11967 sed 's/^/| /' conftest.$ac_ext >&5
11969 ac_cv_lib_gphoto2_gp_camera_new=no
11972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11973 conftest$ac_exeext conftest.$ac_ext
11974 LIBS=$ac_check_lib_save_LIBS
11976 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11977 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11978 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11980 cat >>confdefs.h <<\_ACEOF
11981 #define HAVE_GPHOTO2 1
11995 LIBS="$ac_save_LIBS"
11996 CPPFLAGS="$ac_save_CPPFLAGS"
11999 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
12002 icu_libs="-lsicuuc -lsicudata -lstdc++ -lgcc_s"
12003 if test -n "$ICU_LIB_DIR"
12005 icu_libs="-L$ICU_LIB_DIR $icu_libs"
12007 { echo "$as_me:$LINENO: checking whether can link with ICU libraries" >&5
12008 echo $ECHO_N "checking whether can link with ICU libraries... $ECHO_C" >&6; }
12009 LIBS="$saved_libs $icu_libs"
12010 if test "$cross_compiling" = yes; then
12011 { echo "$as_me:$LINENO: result: no" >&5
12012 echo "${ECHO_T}no" >&6; }
12014 cat >conftest.$ac_ext <<_ACEOF
12017 cat confdefs.h >>conftest.$ac_ext
12018 cat >>conftest.$ac_ext <<_ACEOF
12019 /* end confdefs.h. */
12020 #include <unicode/ubidi.h>
12029 rm -f conftest$ac_exeext
12030 if { (ac_try="$ac_link"
12031 case "(($ac_try" in
12032 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12033 *) ac_try_echo
=$ac_try;;
12035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12036 (eval "$ac_link") 2>&5
12038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12039 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12040 { (case "(($ac_try" in
12041 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12045 (eval "$ac_try") 2>&5
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; }; then
12050 cat >>confdefs.h <<\_ACEOF
12054 ICULIBS="$icu_libs"
12056 { echo "$as_me:$LINENO: result: yes" >&5
12057 echo "${ECHO_T}yes" >&6; }
12059 echo "$as_me: program exited with status $ac_status" >&5
12060 echo "$as_me: failed program was:" >&5
12061 sed 's/^/| /' conftest.$ac_ext >&5
12063 ( exit $ac_status )
12064 { echo "$as_me:$LINENO: result: no" >&5
12065 echo "${ECHO_T}no" >&6; }
12067 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12076 if test "$ac_cv_header_resolv_h" = "yes"
12078 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
12079 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
12080 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
12081 echo $ECHO_N "(cached) $ECHO_C" >&6
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-lresolv $LIBS"
12085 cat >conftest.$ac_ext <<_ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12092 /* Override any GCC internal prototype to avoid an error.
12093 Use char because int might match the return type of a GCC
12094 builtin and then its argument prototype would still apply. */
12102 return res_query ();
12107 rm -f conftest.$ac_objext conftest$ac_exeext
12108 if { (ac_try="$ac_link"
12109 case "(($ac_try" in
12110 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12111 *) ac_try_echo
=$ac_try;;
12113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12114 (eval "$ac_link") 2>conftest.er1
12116 grep -v '^ *+' conftest.er1
>conftest.err
12118 cat conftest.err
>&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); } && {
12121 test -z "$ac_c_werror_flag" ||
12122 test ! -s conftest.err
12123 } && test -s conftest
$ac_exeext &&
12124 $as_test_x conftest
$ac_exeext; then
12125 ac_cv_lib_resolv_res_query
=yes
12127 echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.
$ac_ext >&5
12130 ac_cv_lib_resolv_res_query
=no
12133 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12134 conftest
$ac_exeext conftest.
$ac_ext
12135 LIBS
=$ac_check_lib_save_LIBS
12137 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
12138 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
12139 if test $ac_cv_lib_resolv_res_query = yes; then
12141 cat >>confdefs.h
<<\_ACEOF
12142 #define HAVE_RESOLV 1
12145 RESOLVLIBS
="-lresolv"
12152 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
12154 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
12155 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
12156 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
12157 echo $ECHO_N "(cached) $ECHO_C" >&6
12159 ac_check_lib_save_LIBS
=$LIBS
12160 LIBS
="-llcms $LIBS"
12161 cat >conftest.
$ac_ext <<_ACEOF
12164 cat confdefs.h
>>conftest.
$ac_ext
12165 cat >>conftest.
$ac_ext <<_ACEOF
12166 /* end confdefs.h. */
12168 /* Override any GCC internal prototype to avoid an error.
12169 Use char because int might match the return type of a GCC
12170 builtin and then its argument prototype would still apply. */
12174 char cmsOpenProfileFromFile ();
12178 return cmsOpenProfileFromFile ();
12183 rm -f conftest.
$ac_objext conftest
$ac_exeext
12184 if { (ac_try
="$ac_link"
12185 case "(($ac_try" in
12186 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12187 *) ac_try_echo=$ac_try;;
12189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12190 (eval "$ac_link") 2>conftest.er1
12192 grep -v '^ *+' conftest.er1 >conftest.err
12194 cat conftest.err >&5
12195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12196 (exit $ac_status); } && {
12197 test -z "$ac_c_werror_flag" ||
12198 test ! -s conftest.err
12199 } && test -s conftest$ac_exeext &&
12200 $as_test_x conftest$ac_exeext; then
12201 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
12203 echo "$as_me: failed program was:" >&5
12204 sed 's/^/| /' conftest.$ac_ext >&5
12206 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
12209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12210 conftest$ac_exeext conftest.$ac_ext
12211 LIBS=$ac_check_lib_save_LIBS
12213 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
12214 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
12215 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
12217 cat >>confdefs.h <<\_ACEOF
12218 #define HAVE_LCMS 1
12228 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12230 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
12231 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
12232 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
12233 echo $ECHO_N "(cached) $ECHO_C" >&6
12235 ac_check_lib_save_LIBS=$LIBS
12236 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12237 cat >conftest.$ac_ext <<_ACEOF
12240 cat confdefs.h >>conftest.$ac_ext
12241 cat >>conftest.$ac_ext <<_ACEOF
12242 /* end confdefs.h. */
12244 /* Override any GCC internal prototype to avoid an error.
12245 Use char because int might match the return type of a GCC
12246 builtin and then its argument prototype would still apply. */
12250 char ldap_initialize ();
12254 return ldap_initialize ();
12259 rm -f conftest.$ac_objext conftest$ac_exeext
12260 if { (ac_try="$ac_link"
12261 case "(($ac_try" in
12262 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12263 *) ac_try_echo
=$ac_try;;
12265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12266 (eval "$ac_link") 2>conftest.er1
12268 grep -v '^ *+' conftest.er1
>conftest.err
12270 cat conftest.err
>&5
12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); } && {
12273 test -z "$ac_c_werror_flag" ||
12274 test ! -s conftest.err
12275 } && test -s conftest
$ac_exeext &&
12276 $as_test_x conftest
$ac_exeext; then
12277 ac_cv_lib_ldap_r_ldap_initialize
=yes
12279 echo "$as_me: failed program was:" >&5
12280 sed 's/^/| /' conftest.
$ac_ext >&5
12282 ac_cv_lib_ldap_r_ldap_initialize
=no
12285 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12286 conftest
$ac_exeext conftest.
$ac_ext
12287 LIBS
=$ac_check_lib_save_LIBS
12289 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12290 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12291 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12292 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12293 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12294 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12295 echo $ECHO_N "(cached) $ECHO_C" >&6
12297 ac_check_lib_save_LIBS
=$LIBS
12298 LIBS
="-llber $LIBPTHREAD $LIBS"
12299 cat >conftest.
$ac_ext <<_ACEOF
12302 cat confdefs.h
>>conftest.
$ac_ext
12303 cat >>conftest.
$ac_ext <<_ACEOF
12304 /* end confdefs.h. */
12306 /* Override any GCC internal prototype to avoid an error.
12307 Use char because int might match the return type of a GCC
12308 builtin and then its argument prototype would still apply. */
12316 return ber_init ();
12321 rm -f conftest.
$ac_objext conftest
$ac_exeext
12322 if { (ac_try
="$ac_link"
12323 case "(($ac_try" in
12324 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12325 *) ac_try_echo=$ac_try;;
12327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12328 (eval "$ac_link") 2>conftest.er1
12330 grep -v '^ *+' conftest.er1 >conftest.err
12332 cat conftest.err >&5
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); } && {
12335 test -z "$ac_c_werror_flag" ||
12336 test ! -s conftest.err
12337 } && test -s conftest$ac_exeext &&
12338 $as_test_x conftest$ac_exeext; then
12339 ac_cv_lib_lber_ber_init=yes
12341 echo "$as_me: failed program was:" >&5
12342 sed 's/^/| /' conftest.$ac_ext >&5
12344 ac_cv_lib_lber_ber_init=no
12347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12348 conftest$ac_exeext conftest.$ac_ext
12349 LIBS=$ac_check_lib_save_LIBS
12351 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
12352 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12353 if test $ac_cv_lib_lber_ber_init = yes; then
12355 cat >>confdefs.h <<\_ACEOF
12356 #define HAVE_LDAP 1
12359 LDAPLIBS="-lldap_r -llber"
12364 ac_wine_check_funcs_save_LIBS="$LIBS"
12365 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12371 ldap_count_references \
12372 ldap_first_reference \
12373 ldap_next_reference \
12374 ldap_parse_reference
12376 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12377 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12378 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12379 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12380 echo $ECHO_N "(cached) $ECHO_C" >&6
12382 cat >conftest.$ac_ext <<_ACEOF
12385 cat confdefs.h >>conftest.$ac_ext
12386 cat >>conftest.$ac_ext <<_ACEOF
12387 /* end confdefs.h. */
12388 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12389 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12390 #define $ac_func innocuous_$ac_func
12392 /* System header to define __stub macros and hopefully few prototypes,
12393 which can conflict with char $ac_func (); below.
12394 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12395 <limits.h> exists even on freestanding compilers. */
12398 # include <limits.h>
12400 # include <assert.h>
12405 /* Override any GCC internal prototype to avoid an error.
12406 Use char because int might match the return type of a GCC
12407 builtin and then its argument prototype would still apply. */
12412 /* The GNU C library defines this for functions which it implements
12413 to always fail with ENOSYS. Some functions are actually named
12414 something starting with __ and the normal name is an alias. */
12415 #if defined __stub_$ac_func || defined __stub___$ac_func
12422 return $ac_func ();
12427 rm -f conftest.$ac_objext conftest$ac_exeext
12428 if { (ac_try="$ac_link"
12429 case "(($ac_try" in
12430 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12431 *) ac_try_echo
=$ac_try;;
12433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12434 (eval "$ac_link") 2>conftest.er1
12436 grep -v '^ *+' conftest.er1
>conftest.err
12438 cat conftest.err
>&5
12439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12440 (exit $ac_status); } && {
12441 test -z "$ac_c_werror_flag" ||
12442 test ! -s conftest.err
12443 } && test -s conftest
$ac_exeext &&
12444 $as_test_x conftest
$ac_exeext; then
12445 eval "$as_ac_var=yes"
12447 echo "$as_me: failed program was:" >&5
12448 sed 's/^/| /' conftest.
$ac_ext >&5
12450 eval "$as_ac_var=no"
12453 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12454 conftest
$ac_exeext conftest.
$ac_ext
12456 ac_res
=`eval echo '${'$as_ac_var'}'`
12457 { echo "$as_me:$LINENO: result: $ac_res" >&5
12458 echo "${ECHO_T}$ac_res" >&6; }
12459 if test `eval echo '${'$as_ac_var'}'` = yes; then
12460 cat >>confdefs.h
<<_ACEOF
12461 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12467 LIBS
="$ac_wine_check_funcs_save_LIBS"
12474 # Extract the first word of "freetype-config", so it can be a program name with args.
12475 set dummy freetype-config
; ac_word
=$2
12476 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12477 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12478 if test "${ac_cv_prog_ft_devel+set}" = set; then
12479 echo $ECHO_N "(cached) $ECHO_C" >&6
12481 if test -n "$ft_devel"; then
12482 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
12484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12485 for as_dir
in $PATH
12488 test -z "$as_dir" && as_dir
=.
12489 for ac_exec_ext
in '' $ac_executable_extensions; do
12490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12491 ac_cv_prog_ft_devel
="freetype-config"
12492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12499 test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel
="no"
12502 ft_devel
=$ac_cv_prog_ft_devel
12503 if test -n "$ft_devel"; then
12504 { echo "$as_me:$LINENO: result: $ft_devel" >&5
12505 echo "${ECHO_T}$ft_devel" >&6; }
12507 { echo "$as_me:$LINENO: result: no" >&5
12508 echo "${ECHO_T}no" >&6; }
12512 if test "$ft_devel" = "no"
12514 # Extract the first word of "freetype2-config", so it can be a program name with args.
12515 set dummy freetype2-config
; ac_word
=$2
12516 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12518 if test "${ac_cv_prog_ft_devel2+set}" = set; then
12519 echo $ECHO_N "(cached) $ECHO_C" >&6
12521 if test -n "$ft_devel2"; then
12522 ac_cv_prog_ft_devel2
="$ft_devel2" # Let the user override the test.
12524 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12525 for as_dir
in $PATH
12528 test -z "$as_dir" && as_dir
=.
12529 for ac_exec_ext
in '' $ac_executable_extensions; do
12530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12531 ac_cv_prog_ft_devel2
="freetype2-config"
12532 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12539 test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2
="no"
12542 ft_devel2
=$ac_cv_prog_ft_devel2
12543 if test -n "$ft_devel2"; then
12544 { echo "$as_me:$LINENO: result: $ft_devel2" >&5
12545 echo "${ECHO_T}$ft_devel2" >&6; }
12547 { echo "$as_me:$LINENO: result: no" >&5
12548 echo "${ECHO_T}no" >&6; }
12552 if test "$ft_devel2" = "freetype2-config"
12554 ft_devel
=$ft_devel2
12558 if test "$ft_devel" = "no"
12560 wine_cv_msg_freetype
=yes
12562 FREETYPELIBS
=`$ft_devel --libs`
12563 FREETYPEINCL
=`$ft_devel --cflags`
12564 { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
12565 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
12566 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
12567 echo $ECHO_N "(cached) $ECHO_C" >&6
12569 ac_check_lib_save_LIBS
=$LIBS
12570 LIBS
="-lfreetype $FREETYPELIBS $LIBS"
12571 cat >conftest.
$ac_ext <<_ACEOF
12574 cat confdefs.h
>>conftest.
$ac_ext
12575 cat >>conftest.
$ac_ext <<_ACEOF
12576 /* end confdefs.h. */
12578 /* Override any GCC internal prototype to avoid an error.
12579 Use char because int might match the return type of a GCC
12580 builtin and then its argument prototype would still apply. */
12584 char FT_Init_FreeType ();
12588 return FT_Init_FreeType ();
12593 rm -f conftest.
$ac_objext conftest
$ac_exeext
12594 if { (ac_try
="$ac_link"
12595 case "(($ac_try" in
12596 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12597 *) ac_try_echo=$ac_try;;
12599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12600 (eval "$ac_link") 2>conftest.er1
12602 grep -v '^ *+' conftest.er1 >conftest.err
12604 cat conftest.err >&5
12605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12606 (exit $ac_status); } && {
12607 test -z "$ac_c_werror_flag" ||
12608 test ! -s conftest.err
12609 } && test -s conftest$ac_exeext &&
12610 $as_test_x conftest$ac_exeext; then
12611 ac_cv_lib_freetype_FT_Init_FreeType=yes
12613 echo "$as_me: failed program was:" >&5
12614 sed 's/^/| /' conftest.$ac_ext >&5
12616 ac_cv_lib_freetype_FT_Init_FreeType=no
12619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12620 conftest$ac_exeext conftest.$ac_ext
12621 LIBS=$ac_check_lib_save_LIBS
12623 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
12624 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
12625 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
12631 if test "$ft_lib" = "no"
12633 wine_cv_msg_freetype=yes
12637 ac_save_CPPFLAGS="$CPPFLAGS"
12638 CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
12650 for ac_header in ft2build.h \
12651 freetype/freetype.h \
12652 freetype/ftglyph.h \
12653 freetype/tttables.h \
12654 freetype/ftnames.h \
12655 freetype/ftsnames.h \
12656 freetype/ttnameid.h \
12657 freetype/ftoutln.h \
12658 freetype/ftwinfnt.h \
12659 freetype/ftmodapi.h \
12660 freetype/internal/sfnt.h
12662 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12663 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12664 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12665 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12666 echo $ECHO_N "(cached) $ECHO_C" >&6
12668 cat >conftest.$ac_ext <<_ACEOF
12671 cat confdefs.h >>conftest.$ac_ext
12672 cat >>conftest.$ac_ext <<_ACEOF
12673 /* end confdefs.h. */
12674 #if HAVE_FT2BUILD_H
12675 #include <ft2build.h>
12678 #include <$ac_header>
12680 rm -f conftest.$ac_objext
12681 if { (ac_try="$ac_compile"
12682 case "(($ac_try" in
12683 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12684 *) ac_try_echo
=$ac_try;;
12686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12687 (eval "$ac_compile") 2>conftest.er1
12689 grep -v '^ *+' conftest.er1
>conftest.err
12691 cat conftest.err
>&5
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); } && {
12694 test -z "$ac_c_werror_flag" ||
12695 test ! -s conftest.err
12696 } && test -s conftest.
$ac_objext; then
12697 eval "$as_ac_Header=yes"
12699 echo "$as_me: failed program was:" >&5
12700 sed 's/^/| /' conftest.
$ac_ext >&5
12702 eval "$as_ac_Header=no"
12705 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12707 ac_res
=`eval echo '${'$as_ac_Header'}'`
12708 { echo "$as_me:$LINENO: result: $ac_res" >&5
12709 echo "${ECHO_T}$ac_res" >&6; }
12710 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12711 cat >>confdefs.h
<<_ACEOF
12712 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12719 cat >conftest.
$ac_ext <<_ACEOF
12722 cat confdefs.h
>>conftest.
$ac_ext
12723 cat >>conftest.
$ac_ext <<_ACEOF
12724 /* end confdefs.h. */
12725 #include <ft2build.h>
12726 #include <freetype/fttrigon.h>
12728 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12729 case "(($ac_try" in
12730 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12731 *) ac_try_echo=$ac_try;;
12733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12734 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12736 grep -v '^ *+' conftest.er1 >conftest.err
12738 cat conftest.err >&5
12739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12740 (exit $ac_status); } >/dev/null && {
12741 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12742 test ! -s conftest.err
12745 cat >>confdefs.h <<\_ACEOF
12746 #define HAVE_FREETYPE_FTTRIGON_H 1
12749 wine_cv_fttrigon=yes
12751 echo "$as_me: failed program was:" >&5
12752 sed 's/^/| /' conftest.$ac_ext >&5
12754 wine_cv_fttrigon=no
12757 rm -f conftest.err conftest.$ac_ext
12758 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12759 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12760 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12761 echo $ECHO_N "(cached) $ECHO_C" >&6
12763 cat >conftest.$ac_ext <<_ACEOF
12766 cat confdefs.h >>conftest.$ac_ext
12767 cat >>conftest.$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12769 #include <freetype/ftmodapi.h>
12771 typedef FT_TrueTypeEngineType ac__type_new_;
12775 if ((ac__type_new_ *) 0)
12777 if (sizeof (ac__type_new_))
12783 rm -f conftest.$ac_objext
12784 if { (ac_try="$ac_compile"
12785 case "(($ac_try" in
12786 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12787 *) ac_try_echo
=$ac_try;;
12789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12790 (eval "$ac_compile") 2>conftest.er1
12792 grep -v '^ *+' conftest.er1
>conftest.err
12794 cat conftest.err
>&5
12795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12796 (exit $ac_status); } && {
12797 test -z "$ac_c_werror_flag" ||
12798 test ! -s conftest.err
12799 } && test -s conftest.
$ac_objext; then
12800 ac_cv_type_FT_TrueTypeEngineType
=yes
12802 echo "$as_me: failed program was:" >&5
12803 sed 's/^/| /' conftest.
$ac_ext >&5
12805 ac_cv_type_FT_TrueTypeEngineType
=no
12808 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12810 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12811 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12812 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12814 cat >>confdefs.h
<<_ACEOF
12815 #define HAVE_FT_TRUETYPEENGINETYPE 1
12821 ac_save_CFLAGS
="$CFLAGS"
12822 CFLAGS
="$CFLAGS $FREETYPELIBS"
12824 for ac_func
in FT_Load_Sfnt_Table
12826 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12827 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12828 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12829 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12830 echo $ECHO_N "(cached) $ECHO_C" >&6
12832 cat >conftest.
$ac_ext <<_ACEOF
12835 cat confdefs.h
>>conftest.
$ac_ext
12836 cat >>conftest.
$ac_ext <<_ACEOF
12837 /* end confdefs.h. */
12838 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12839 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12840 #define $ac_func innocuous_$ac_func
12842 /* System header to define __stub macros and hopefully few prototypes,
12843 which can conflict with char $ac_func (); below.
12844 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12845 <limits.h> exists even on freestanding compilers. */
12848 # include <limits.h>
12850 # include <assert.h>
12855 /* Override any GCC internal prototype to avoid an error.
12856 Use char because int might match the return type of a GCC
12857 builtin and then its argument prototype would still apply. */
12862 /* The GNU C library defines this for functions which it implements
12863 to always fail with ENOSYS. Some functions are actually named
12864 something starting with __ and the normal name is an alias. */
12865 #if defined __stub_$ac_func || defined __stub___$ac_func
12872 return $ac_func ();
12877 rm -f conftest.
$ac_objext conftest
$ac_exeext
12878 if { (ac_try
="$ac_link"
12879 case "(($ac_try" in
12880 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12881 *) ac_try_echo=$ac_try;;
12883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12884 (eval "$ac_link") 2>conftest.er1
12886 grep -v '^ *+' conftest.er1 >conftest.err
12888 cat conftest.err >&5
12889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12890 (exit $ac_status); } && {
12891 test -z "$ac_c_werror_flag" ||
12892 test ! -s conftest.err
12893 } && test -s conftest$ac_exeext &&
12894 $as_test_x conftest$ac_exeext; then
12895 eval "$as_ac_var=yes"
12897 echo "$as_me: failed program was:" >&5
12898 sed 's/^/| /' conftest.$ac_ext >&5
12900 eval "$as_ac_var=no"
12903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12904 conftest$ac_exeext conftest.$ac_ext
12906 ac_res=`eval echo '${'$as_ac_var'}'`
12907 { echo "$as_me:$LINENO: result: $ac_res" >&5
12908 echo "${ECHO_T}$ac_res" >&6; }
12909 if test `eval echo '${'$as_ac_var'}'` = yes; then
12910 cat >>confdefs.h <<_ACEOF
12911 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12917 CFLAGS="$ac_save_CFLAGS"
12918 CPPFLAGS="$ac_save_CPPFLAGS"
12919 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12922 cat >>confdefs.h <<\_ACEOF
12923 #define HAVE_FREETYPE 1
12926 wine_cv_msg_freetype=no
12930 wine_cv_msg_freetype=yes
12935 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12937 FONTSSUBDIRS="fonts"
12941 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12942 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12943 if test "${ac_cv_c_ppdev+set}" = set; then
12944 echo $ECHO_N "(cached) $ECHO_C" >&6
12946 cat >conftest.$ac_ext <<_ACEOF
12949 cat confdefs.h >>conftest.$ac_ext
12950 cat >>conftest.$ac_ext <<_ACEOF
12951 /* end confdefs.h. */
12952 #include <linux/ppdev.h>
12956 ioctl (1,PPCLAIM,0)
12961 rm -f conftest.$ac_objext
12962 if { (ac_try="$ac_compile"
12963 case "(($ac_try" in
12964 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12965 *) ac_try_echo
=$ac_try;;
12967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12968 (eval "$ac_compile") 2>conftest.er1
12970 grep -v '^ *+' conftest.er1
>conftest.err
12972 cat conftest.err
>&5
12973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12974 (exit $ac_status); } && {
12975 test -z "$ac_c_werror_flag" ||
12976 test ! -s conftest.err
12977 } && test -s conftest.
$ac_objext; then
12978 ac_cv_c_ppdev
="yes"
12980 echo "$as_me: failed program was:" >&5
12981 sed 's/^/| /' conftest.
$ac_ext >&5
12986 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12988 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
12989 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
12990 if test "$ac_cv_c_ppdev" = "yes"
12993 cat >>confdefs.h
<<\_ACEOF
12994 #define HAVE_PPDEV 1
12999 { echo "$as_me:$LINENO: checking for va_copy" >&5
13000 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13001 if test "${ac_cv_c_va_copy+set}" = set; then
13002 echo $ECHO_N "(cached) $ECHO_C" >&6
13004 cat >conftest.
$ac_ext <<_ACEOF
13007 cat confdefs.h
>>conftest.
$ac_ext
13008 cat >>conftest.
$ac_ext <<_ACEOF
13009 /* end confdefs.h. */
13010 #include <stdarg.h>
13014 va_list ap1, ap2; va_copy(ap1,ap2);
13019 rm -f conftest.
$ac_objext conftest
$ac_exeext
13020 if { (ac_try
="$ac_link"
13021 case "(($ac_try" in
13022 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13023 *) ac_try_echo=$ac_try;;
13025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13026 (eval "$ac_link") 2>conftest.er1
13028 grep -v '^ *+' conftest.er1 >conftest.err
13030 cat conftest.err >&5
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); } && {
13033 test -z "$ac_c_werror_flag" ||
13034 test ! -s conftest.err
13035 } && test -s conftest$ac_exeext &&
13036 $as_test_x conftest$ac_exeext; then
13037 ac_cv_c_va_copy="yes"
13039 echo "$as_me: failed program was:" >&5
13040 sed 's/^/| /' conftest.$ac_ext >&5
13042 ac_cv_c_va_copy="no"
13045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13046 conftest$ac_exeext conftest.$ac_ext
13049 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
13050 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
13051 if test "$ac_cv_c_va_copy" = "yes"
13054 cat >>confdefs.h <<\_ACEOF
13055 #define HAVE_VA_COPY 1
13059 { echo "$as_me:$LINENO: checking for __va_copy" >&5
13060 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
13061 if test "${ac_cv_c___va_copy+set}" = set; then
13062 echo $ECHO_N "(cached) $ECHO_C" >&6
13064 cat >conftest.$ac_ext <<_ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13070 #include <stdarg.h>
13074 va_list ap1, ap2; __va_copy(ap1,ap2);
13079 rm -f conftest.$ac_objext conftest$ac_exeext
13080 if { (ac_try="$ac_link"
13081 case "(($ac_try" in
13082 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13083 *) ac_try_echo
=$ac_try;;
13085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13086 (eval "$ac_link") 2>conftest.er1
13088 grep -v '^ *+' conftest.er1
>conftest.err
13090 cat conftest.err
>&5
13091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13092 (exit $ac_status); } && {
13093 test -z "$ac_c_werror_flag" ||
13094 test ! -s conftest.err
13095 } && test -s conftest
$ac_exeext &&
13096 $as_test_x conftest
$ac_exeext; then
13097 ac_cv_c___va_copy
="yes"
13099 echo "$as_me: failed program was:" >&5
13100 sed 's/^/| /' conftest.
$ac_ext >&5
13102 ac_cv_c___va_copy
="no"
13105 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13106 conftest
$ac_exeext conftest.
$ac_ext
13109 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
13110 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
13111 if test "$ac_cv_c___va_copy" = "yes"
13114 cat >>confdefs.h
<<\_ACEOF
13115 #define HAVE___VA_COPY 1
13120 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
13121 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
13122 if test "${ac_cv_c_sigsetjmp+set}" = set; then
13123 echo $ECHO_N "(cached) $ECHO_C" >&6
13125 cat >conftest.
$ac_ext <<_ACEOF
13128 cat confdefs.h
>>conftest.
$ac_ext
13129 cat >>conftest.
$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13131 #include <setjmp.h>
13136 sigsetjmp( buf, 1 );
13137 siglongjmp( buf, 1 );
13142 rm -f conftest.
$ac_objext conftest
$ac_exeext
13143 if { (ac_try
="$ac_link"
13144 case "(($ac_try" in
13145 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13146 *) ac_try_echo=$ac_try;;
13148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13149 (eval "$ac_link") 2>conftest.er1
13151 grep -v '^ *+' conftest.er1 >conftest.err
13153 cat conftest.err >&5
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); } && {
13156 test -z "$ac_c_werror_flag" ||
13157 test ! -s conftest.err
13158 } && test -s conftest$ac_exeext &&
13159 $as_test_x conftest$ac_exeext; then
13160 ac_cv_c_sigsetjmp="yes"
13162 echo "$as_me: failed program was:" >&5
13163 sed 's/^/| /' conftest.$ac_ext >&5
13165 ac_cv_c_sigsetjmp="no"
13168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13169 conftest$ac_exeext conftest.$ac_ext
13172 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
13173 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
13174 if test "$ac_cv_c_sigsetjmp" = "yes"
13177 cat >>confdefs.h <<\_ACEOF
13178 #define HAVE_SIGSETJMP 1
13183 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
13184 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
13185 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
13186 echo $ECHO_N "(cached) $ECHO_C" >&6
13188 cat >conftest.$ac_ext <<_ACEOF
13191 cat confdefs.h >>conftest.$ac_ext
13192 cat >>conftest.$ac_ext <<_ACEOF
13193 /* end confdefs.h. */
13194 #define _GNU_SOURCE
13195 #include <pthread.h>
13197 typedef pthread_rwlock_t ac__type_new_;
13201 if ((ac__type_new_ *) 0)
13203 if (sizeof (ac__type_new_))
13209 rm -f conftest.$ac_objext
13210 if { (ac_try="$ac_compile"
13211 case "(($ac_try" in
13212 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13213 *) ac_try_echo
=$ac_try;;
13215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13216 (eval "$ac_compile") 2>conftest.er1
13218 grep -v '^ *+' conftest.er1
>conftest.err
13220 cat conftest.err
>&5
13221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13222 (exit $ac_status); } && {
13223 test -z "$ac_c_werror_flag" ||
13224 test ! -s conftest.err
13225 } && test -s conftest.
$ac_objext; then
13226 ac_cv_type_pthread_rwlock_t
=yes
13228 echo "$as_me: failed program was:" >&5
13229 sed 's/^/| /' conftest.
$ac_ext >&5
13231 ac_cv_type_pthread_rwlock_t
=no
13234 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13236 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
13237 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
13238 if test $ac_cv_type_pthread_rwlock_t = yes; then
13240 cat >>confdefs.h
<<_ACEOF
13241 #define HAVE_PTHREAD_RWLOCK_T 1
13246 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13247 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13248 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13249 echo $ECHO_N "(cached) $ECHO_C" >&6
13251 cat >conftest.
$ac_ext <<_ACEOF
13254 cat confdefs.h
>>conftest.
$ac_ext
13255 cat >>conftest.
$ac_ext <<_ACEOF
13256 /* end confdefs.h. */
13257 #define _GNU_SOURCE
13258 #include <pthread.h>
13260 typedef pthread_rwlockattr_t ac__type_new_;
13264 if ((ac__type_new_ *) 0)
13266 if (sizeof (ac__type_new_))
13272 rm -f conftest.
$ac_objext
13273 if { (ac_try
="$ac_compile"
13274 case "(($ac_try" in
13275 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13276 *) ac_try_echo=$ac_try;;
13278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13279 (eval "$ac_compile") 2>conftest.er1
13281 grep -v '^ *+' conftest.er1 >conftest.err
13283 cat conftest.err >&5
13284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13285 (exit $ac_status); } && {
13286 test -z "$ac_c_werror_flag" ||
13287 test ! -s conftest.err
13288 } && test -s conftest.$ac_objext; then
13289 ac_cv_type_pthread_rwlockattr_t=yes
13291 echo "$as_me: failed program was:" >&5
13292 sed 's/^/| /' conftest.$ac_ext >&5
13294 ac_cv_type_pthread_rwlockattr_t=no
13297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13299 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13300 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13301 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13303 cat >>confdefs.h <<_ACEOF
13304 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13311 ac_wine_check_funcs_save_LIBS="$LIBS"
13312 LIBS="$LIBS $LIBPTHREAD"
13318 pthread_attr_get_np \
13319 pthread_getattr_np \
13320 pthread_get_stackaddr_np \
13321 pthread_get_stacksize_np
13323 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
13324 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13325 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13326 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13327 echo $ECHO_N "(cached) $ECHO_C" >&6
13329 cat >conftest.$ac_ext <<_ACEOF
13332 cat confdefs.h >>conftest.$ac_ext
13333 cat >>conftest.$ac_ext <<_ACEOF
13334 /* end confdefs.h. */
13335 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13336 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13337 #define $ac_func innocuous_$ac_func
13339 /* System header to define __stub macros and hopefully few prototypes,
13340 which can conflict with char $ac_func (); below.
13341 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13342 <limits.h> exists even on freestanding compilers. */
13345 # include <limits.h>
13347 # include <assert.h>
13352 /* Override any GCC internal prototype to avoid an error.
13353 Use char because int might match the return type of a GCC
13354 builtin and then its argument prototype would still apply. */
13359 /* The GNU C library defines this for functions which it implements
13360 to always fail with ENOSYS. Some functions are actually named
13361 something starting with __ and the normal name is an alias. */
13362 #if defined __stub_$ac_func || defined __stub___$ac_func
13369 return $ac_func ();
13374 rm -f conftest.$ac_objext conftest$ac_exeext
13375 if { (ac_try="$ac_link"
13376 case "(($ac_try" in
13377 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13378 *) ac_try_echo
=$ac_try;;
13380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13381 (eval "$ac_link") 2>conftest.er1
13383 grep -v '^ *+' conftest.er1
>conftest.err
13385 cat conftest.err
>&5
13386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13387 (exit $ac_status); } && {
13388 test -z "$ac_c_werror_flag" ||
13389 test ! -s conftest.err
13390 } && test -s conftest
$ac_exeext &&
13391 $as_test_x conftest
$ac_exeext; then
13392 eval "$as_ac_var=yes"
13394 echo "$as_me: failed program was:" >&5
13395 sed 's/^/| /' conftest.
$ac_ext >&5
13397 eval "$as_ac_var=no"
13400 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13401 conftest
$ac_exeext conftest.
$ac_ext
13403 ac_res
=`eval echo '${'$as_ac_var'}'`
13404 { echo "$as_me:$LINENO: result: $ac_res" >&5
13405 echo "${ECHO_T}$ac_res" >&6; }
13406 if test `eval echo '${'$as_ac_var'}'` = yes; then
13407 cat >>confdefs.h
<<_ACEOF
13408 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13414 LIBS
="$ac_wine_check_funcs_save_LIBS"
13416 # Extract the first word of "esd-config", so it can be a program name with args.
13417 set dummy esd-config
; ac_word
=$2
13418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13420 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13421 echo $ECHO_N "(cached) $ECHO_C" >&6
13425 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
13428 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13429 for as_dir
in $PATH
13432 test -z "$as_dir" && as_dir
=.
13433 for ac_exec_ext
in '' $ac_executable_extensions; do
13434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13435 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
13436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13446 ESDCONFIG
=$ac_cv_path_ESDCONFIG
13447 if test -n "$ESDCONFIG"; then
13448 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13449 echo "${ECHO_T}$ESDCONFIG" >&6; }
13451 { echo "$as_me:$LINENO: result: no" >&5
13452 echo "${ECHO_T}no" >&6; }
13456 if test x
$ESDCONFIG != x
-a x
$ESDCONFIG != x
'"$ESDCONFIG"';
13459 for i
in `$ESDCONFIG --cflags`
13462 -I*) ESD_CFLAGS
="$ESD_CFLAGS $i";;
13465 ESD_LIBS
=`$ESDCONFIG --libs`
13466 save_CFLAGS
="$CFLAGS"
13467 CFLAGS
="$CFLAGS $ESD_CFLAGS"
13468 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13469 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13470 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13471 echo $ECHO_N "(cached) $ECHO_C" >&6
13473 ac_check_lib_save_LIBS
=$LIBS
13475 cat >conftest.
$ac_ext <<_ACEOF
13478 cat confdefs.h
>>conftest.
$ac_ext
13479 cat >>conftest.
$ac_ext <<_ACEOF
13480 /* end confdefs.h. */
13482 /* Override any GCC internal prototype to avoid an error.
13483 Use char because int might match the return type of a GCC
13484 builtin and then its argument prototype would still apply. */
13488 char esd_open_sound ();
13492 return esd_open_sound ();
13497 rm -f conftest.
$ac_objext conftest
$ac_exeext
13498 if { (ac_try
="$ac_link"
13499 case "(($ac_try" in
13500 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13501 *) ac_try_echo=$ac_try;;
13503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13504 (eval "$ac_link") 2>conftest.er1
13506 grep -v '^ *+' conftest.er1 >conftest.err
13508 cat conftest.err >&5
13509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510 (exit $ac_status); } && {
13511 test -z "$ac_c_werror_flag" ||
13512 test ! -s conftest.err
13513 } && test -s conftest$ac_exeext &&
13514 $as_test_x conftest$ac_exeext; then
13515 ac_cv_lib_esd_esd_open_sound=yes
13517 echo "$as_me: failed program was:" >&5
13518 sed 's/^/| /' conftest.$ac_ext >&5
13520 ac_cv_lib_esd_esd_open_sound=no
13523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13524 conftest$ac_exeext conftest.$ac_ext
13525 LIBS=$ac_check_lib_save_LIBS
13527 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13528 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13529 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13532 ESDINCL=$ESD_CFLAGS
13535 cat >>confdefs.h <<\_ACEOF
13541 CFLAGS="$save_CFLAGS"
13546 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13548 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13549 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13550 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13551 echo $ECHO_N "(cached) $ECHO_C" >&6
13553 ac_check_lib_save_LIBS=$LIBS
13554 LIBS="-lasound $LIBS"
13555 cat >conftest.$ac_ext <<_ACEOF
13558 cat confdefs.h >>conftest.$ac_ext
13559 cat >>conftest.$ac_ext <<_ACEOF
13560 /* end confdefs.h. */
13562 /* Override any GCC internal prototype to avoid an error.
13563 Use char because int might match the return type of a GCC
13564 builtin and then its argument prototype would still apply. */
13568 char snd_pcm_hw_params_get_access ();
13572 return snd_pcm_hw_params_get_access ();
13577 rm -f conftest.$ac_objext conftest$ac_exeext
13578 if { (ac_try="$ac_link"
13579 case "(($ac_try" in
13580 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13581 *) ac_try_echo
=$ac_try;;
13583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13584 (eval "$ac_link") 2>conftest.er1
13586 grep -v '^ *+' conftest.er1
>conftest.err
13588 cat conftest.err
>&5
13589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13590 (exit $ac_status); } && {
13591 test -z "$ac_c_werror_flag" ||
13592 test ! -s conftest.err
13593 } && test -s conftest
$ac_exeext &&
13594 $as_test_x conftest
$ac_exeext; then
13595 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
13597 echo "$as_me: failed program was:" >&5
13598 sed 's/^/| /' conftest.
$ac_ext >&5
13600 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
13603 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13604 conftest
$ac_exeext conftest.
$ac_ext
13605 LIBS
=$ac_check_lib_save_LIBS
13607 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13608 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13609 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13610 cat >conftest.
$ac_ext <<_ACEOF
13613 cat confdefs.h
>>conftest.
$ac_ext
13614 cat >>conftest.
$ac_ext <<_ACEOF
13615 /* end confdefs.h. */
13616 #ifdef HAVE_ALSA_ASOUNDLIB_H
13617 #include <alsa/asoundlib.h>
13618 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13619 #include <sys/asoundlib.h>
13624 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
13629 rm -f conftest.
$ac_objext
13630 if { (ac_try
="$ac_compile"
13631 case "(($ac_try" in
13632 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13633 *) ac_try_echo=$ac_try;;
13635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13636 (eval "$ac_compile") 2>conftest.er1
13638 grep -v '^ *+' conftest.er1 >conftest.err
13640 cat conftest.err >&5
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); } && {
13643 test -z "$ac_c_werror_flag" ||
13644 test ! -s conftest.err
13645 } && test -s conftest.$ac_objext; then
13647 cat >>confdefs.h <<\_ACEOF
13648 #define HAVE_ALSA 1
13651 ALSALIBS="-lasound"
13653 echo "$as_me: failed program was:" >&5
13654 sed 's/^/| /' conftest.$ac_ext >&5
13659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13667 if test "$ac_cv_header_libaudioio_h" = "yes"
13669 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
13670 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
13671 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
13672 echo $ECHO_N "(cached) $ECHO_C" >&6
13674 ac_check_lib_save_LIBS=$LIBS
13675 LIBS="-laudioio $LIBS"
13676 cat >conftest.$ac_ext <<_ACEOF
13679 cat confdefs.h >>conftest.$ac_ext
13680 cat >>conftest.$ac_ext <<_ACEOF
13681 /* end confdefs.h. */
13683 /* Override any GCC internal prototype to avoid an error.
13684 Use char because int might match the return type of a GCC
13685 builtin and then its argument prototype would still apply. */
13689 char AudioIOGetVersion ();
13693 return AudioIOGetVersion ();
13698 rm -f conftest.$ac_objext conftest$ac_exeext
13699 if { (ac_try="$ac_link"
13700 case "(($ac_try" in
13701 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13702 *) ac_try_echo
=$ac_try;;
13704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13705 (eval "$ac_link") 2>conftest.er1
13707 grep -v '^ *+' conftest.er1
>conftest.err
13709 cat conftest.err
>&5
13710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13711 (exit $ac_status); } && {
13712 test -z "$ac_c_werror_flag" ||
13713 test ! -s conftest.err
13714 } && test -s conftest
$ac_exeext &&
13715 $as_test_x conftest
$ac_exeext; then
13716 ac_cv_lib_audioio_AudioIOGetVersion
=yes
13718 echo "$as_me: failed program was:" >&5
13719 sed 's/^/| /' conftest.
$ac_ext >&5
13721 ac_cv_lib_audioio_AudioIOGetVersion
=no
13724 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13725 conftest
$ac_exeext conftest.
$ac_ext
13726 LIBS
=$ac_check_lib_save_LIBS
13728 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
13729 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
13730 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
13731 AUDIOIOLIBS
="-laudioio"
13733 cat >>confdefs.h
<<\_ACEOF
13734 #define HAVE_LIBAUDIOIO 1
13742 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13744 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
13745 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
13746 if test "${ac_cv_lib_soname_capi20+set}" = set; then
13747 echo $ECHO_N "(cached) $ECHO_C" >&6
13749 ac_check_soname_save_LIBS
=$LIBS
13750 LIBS
="-lcapi20 $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 capi20_register ();
13768 return capi20_register ();
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
13793 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'` ;;
13794 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13797 echo "$as_me: failed program was:" >&5
13798 sed 's/^/| /' conftest.$ac_ext >&5
13803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13804 conftest$ac_exeext conftest.$ac_ext
13805 LIBS=$ac_check_soname_save_LIBS
13807 if test "x$ac_cv_lib_soname_capi20" = "x"; then
13808 { echo "$as_me:$LINENO: result: not found" >&5
13809 echo "${ECHO_T}not found" >&6; }
13812 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
13813 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
13815 cat >>confdefs.h <<_ACEOF
13816 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13824 if test "$ac_cv_header_cups_cups_h" = "yes"
13826 { echo "$as_me:$LINENO: checking for -lcups" >&5
13827 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
13828 if test "${ac_cv_lib_soname_cups+set}" = set; then
13829 echo $ECHO_N "(cached) $ECHO_C" >&6
13831 ac_check_soname_save_LIBS=$LIBS
13832 LIBS="-lcups $LIBS"
13833 cat >conftest.$ac_ext <<_ACEOF
13836 cat confdefs.h >>conftest.$ac_ext
13837 cat >>conftest.$ac_ext <<_ACEOF
13838 /* end confdefs.h. */
13840 /* Override any GCC internal prototype to avoid an error.
13841 Use char because int might match the return type of a GCC
13842 builtin and then its argument prototype would still apply. */
13846 char cupsGetDefault ();
13850 return cupsGetDefault ();
13855 rm -f conftest.$ac_objext conftest$ac_exeext
13856 if { (ac_try="$ac_link"
13857 case "(($ac_try" in
13858 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13859 *) ac_try_echo
=$ac_try;;
13861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13862 (eval "$ac_link") 2>conftest.er1
13864 grep -v '^ *+' conftest.er1
>conftest.err
13866 cat conftest.err
>&5
13867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13868 (exit $ac_status); } && {
13869 test -z "$ac_c_werror_flag" ||
13870 test ! -s conftest.err
13871 } && test -s conftest
$ac_exeext &&
13872 $as_test_x conftest
$ac_exeext; then
13875 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'` ;;
13876 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13879 echo "$as_me: failed program was:" >&5
13880 sed 's/^/| /' conftest.
$ac_ext >&5
13885 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13886 conftest
$ac_exeext conftest.
$ac_ext
13887 LIBS
=$ac_check_soname_save_LIBS
13889 if test "x$ac_cv_lib_soname_cups" = "x"; then
13890 { echo "$as_me:$LINENO: result: not found" >&5
13891 echo "${ECHO_T}not found" >&6; }
13894 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
13895 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
13897 cat >>confdefs.h
<<_ACEOF
13898 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13906 if test "$ac_cv_header_jack_jack_h" = "yes"
13908 { echo "$as_me:$LINENO: checking for -ljack" >&5
13909 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
13910 if test "${ac_cv_lib_soname_jack+set}" = set; then
13911 echo $ECHO_N "(cached) $ECHO_C" >&6
13913 ac_check_soname_save_LIBS
=$LIBS
13914 LIBS
="-ljack $LIBS"
13915 cat >conftest.
$ac_ext <<_ACEOF
13918 cat confdefs.h
>>conftest.
$ac_ext
13919 cat >>conftest.
$ac_ext <<_ACEOF
13920 /* end confdefs.h. */
13922 /* Override any GCC internal prototype to avoid an error.
13923 Use char because int might match the return type of a GCC
13924 builtin and then its argument prototype would still apply. */
13928 char jack_client_new ();
13932 return jack_client_new ();
13937 rm -f conftest.
$ac_objext conftest
$ac_exeext
13938 if { (ac_try
="$ac_link"
13939 case "(($ac_try" in
13940 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13941 *) ac_try_echo=$ac_try;;
13943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13944 (eval "$ac_link") 2>conftest.er1
13946 grep -v '^ *+' conftest.er1 >conftest.err
13948 cat conftest.err >&5
13949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950 (exit $ac_status); } && {
13951 test -z "$ac_c_werror_flag" ||
13952 test ! -s conftest.err
13953 } && test -s conftest$ac_exeext &&
13954 $as_test_x conftest$ac_exeext; then
13957 dylib) ac_cv_lib_soname_jack=`otool
-L conftest
$ac_exeext |
grep "libjack\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libjack\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13958 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjack\\.$LIBEXT" |
sed -e "s/^.*\(libjack\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13961 echo "$as_me: failed program was:" >&5
13962 sed 's/^/| /' conftest.$ac_ext >&5
13967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13968 conftest$ac_exeext conftest.$ac_ext
13969 LIBS=$ac_check_soname_save_LIBS
13971 if test "x$ac_cv_lib_soname_jack" = "x"; then
13972 { echo "$as_me:$LINENO: result: not found" >&5
13973 echo "${ECHO_T}not found" >&6; }
13976 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
13977 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
13979 cat >>confdefs.h <<_ACEOF
13980 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
13988 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13990 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
13991 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
13992 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
13993 echo $ECHO_N "(cached) $ECHO_C" >&6
13995 ac_check_soname_save_LIBS=$LIBS
13996 LIBS="-lfontconfig $LIBS"
13997 cat >conftest.$ac_ext <<_ACEOF
14000 cat confdefs.h >>conftest.$ac_ext
14001 cat >>conftest.$ac_ext <<_ACEOF
14002 /* end confdefs.h. */
14004 /* Override any GCC internal prototype to avoid an error.
14005 Use char because int might match the return type of a GCC
14006 builtin and then its argument prototype would still apply. */
14019 rm -f conftest.$ac_objext conftest$ac_exeext
14020 if { (ac_try="$ac_link"
14021 case "(($ac_try" in
14022 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14023 *) ac_try_echo
=$ac_try;;
14025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14026 (eval "$ac_link") 2>conftest.er1
14028 grep -v '^ *+' conftest.er1
>conftest.err
14030 cat conftest.err
>&5
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } && {
14033 test -z "$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 } && test -s conftest
$ac_exeext &&
14036 $as_test_x conftest
$ac_exeext; then
14039 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'` ;;
14040 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14043 echo "$as_me: failed program was:" >&5
14044 sed 's/^/| /' conftest.
$ac_ext >&5
14049 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14050 conftest
$ac_exeext conftest.
$ac_ext
14051 LIBS
=$ac_check_soname_save_LIBS
14053 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
14054 { echo "$as_me:$LINENO: result: not found" >&5
14055 echo "${ECHO_T}not found" >&6; }
14058 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
14059 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
14061 cat >>confdefs.h
<<_ACEOF
14062 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
14070 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
14072 { echo "$as_me:$LINENO: checking for -lssl" >&5
14073 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
14074 if test "${ac_cv_lib_soname_ssl+set}" = set; then
14075 echo $ECHO_N "(cached) $ECHO_C" >&6
14077 ac_check_soname_save_LIBS
=$LIBS
14079 cat >conftest.
$ac_ext <<_ACEOF
14082 cat confdefs.h
>>conftest.
$ac_ext
14083 cat >>conftest.
$ac_ext <<_ACEOF
14084 /* end confdefs.h. */
14086 /* Override any GCC internal prototype to avoid an error.
14087 Use char because int might match the return type of a GCC
14088 builtin and then its argument prototype would still apply. */
14092 char SSL_library_init ();
14096 return SSL_library_init ();
14101 rm -f conftest.
$ac_objext conftest
$ac_exeext
14102 if { (ac_try
="$ac_link"
14103 case "(($ac_try" in
14104 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14105 *) ac_try_echo=$ac_try;;
14107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14108 (eval "$ac_link") 2>conftest.er1
14110 grep -v '^ *+' conftest.er1 >conftest.err
14112 cat conftest.err >&5
14113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14114 (exit $ac_status); } && {
14115 test -z "$ac_c_werror_flag" ||
14116 test ! -s conftest.err
14117 } && test -s conftest$ac_exeext &&
14118 $as_test_x conftest$ac_exeext; then
14121 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'` ;;
14122 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14125 echo "$as_me: failed program was:" >&5
14126 sed 's/^/| /' conftest.$ac_ext >&5
14131 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14132 conftest$ac_exeext conftest.$ac_ext
14133 LIBS=$ac_check_soname_save_LIBS
14135 if test "x$ac_cv_lib_soname_ssl" = "x"; then
14136 { echo "$as_me:$LINENO: result: not found" >&5
14137 echo "${ECHO_T}not found" >&6; }
14140 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
14141 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
14143 cat >>confdefs.h <<_ACEOF
14144 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
14150 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
14151 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
14152 if test "${ac_cv_lib_soname_crypto+set}" = set; then
14153 echo $ECHO_N "(cached) $ECHO_C" >&6
14155 ac_check_soname_save_LIBS=$LIBS
14156 LIBS="-lcrypto $LIBS"
14157 cat >conftest.$ac_ext <<_ACEOF
14160 cat confdefs.h >>conftest.$ac_ext
14161 cat >>conftest.$ac_ext <<_ACEOF
14162 /* end confdefs.h. */
14164 /* Override any GCC internal prototype to avoid an error.
14165 Use char because int might match the return type of a GCC
14166 builtin and then its argument prototype would still apply. */
14170 char BIO_new_socket ();
14174 return BIO_new_socket ();
14179 rm -f conftest.$ac_objext conftest$ac_exeext
14180 if { (ac_try="$ac_link"
14181 case "(($ac_try" in
14182 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14183 *) ac_try_echo
=$ac_try;;
14185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14186 (eval "$ac_link") 2>conftest.er1
14188 grep -v '^ *+' conftest.er1
>conftest.err
14190 cat conftest.err
>&5
14191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14192 (exit $ac_status); } && {
14193 test -z "$ac_c_werror_flag" ||
14194 test ! -s conftest.err
14195 } && test -s conftest
$ac_exeext &&
14196 $as_test_x conftest
$ac_exeext; then
14199 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'` ;;
14200 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14203 echo "$as_me: failed program was:" >&5
14204 sed 's/^/| /' conftest.
$ac_ext >&5
14209 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14210 conftest
$ac_exeext conftest.
$ac_ext
14211 LIBS
=$ac_check_soname_save_LIBS
14213 if test "x$ac_cv_lib_soname_crypto" = "x"; then
14214 { echo "$as_me:$LINENO: result: not found" >&5
14215 echo "${ECHO_T}not found" >&6; }
14218 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
14219 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
14221 cat >>confdefs.h
<<_ACEOF
14222 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
14230 if test "$ac_cv_header_jpeglib_h" = "yes"
14232 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
14233 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
14234 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
14235 echo $ECHO_N "(cached) $ECHO_C" >&6
14237 ac_check_soname_save_LIBS
=$LIBS
14238 LIBS
="-ljpeg $LIBS"
14239 cat >conftest.
$ac_ext <<_ACEOF
14242 cat confdefs.h
>>conftest.
$ac_ext
14243 cat >>conftest.
$ac_ext <<_ACEOF
14244 /* end confdefs.h. */
14246 /* Override any GCC internal prototype to avoid an error.
14247 Use char because int might match the return type of a GCC
14248 builtin and then its argument prototype would still apply. */
14252 char jpeg_start_decompress ();
14256 return jpeg_start_decompress ();
14261 rm -f conftest.
$ac_objext conftest
$ac_exeext
14262 if { (ac_try
="$ac_link"
14263 case "(($ac_try" in
14264 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14265 *) ac_try_echo=$ac_try;;
14267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14268 (eval "$ac_link") 2>conftest.er1
14270 grep -v '^ *+' conftest.er1 >conftest.err
14272 cat conftest.err >&5
14273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14274 (exit $ac_status); } && {
14275 test -z "$ac_c_werror_flag" ||
14276 test ! -s conftest.err
14277 } && test -s conftest$ac_exeext &&
14278 $as_test_x conftest$ac_exeext; then
14281 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'` ;;
14282 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14285 echo "$as_me: failed program was:" >&5
14286 sed 's/^/| /' conftest.$ac_ext >&5
14291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14292 conftest$ac_exeext conftest.$ac_ext
14293 LIBS=$ac_check_soname_save_LIBS
14295 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
14296 { echo "$as_me:$LINENO: result: not found" >&5
14297 echo "${ECHO_T}not found" >&6; }
14300 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
14301 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
14303 cat >>confdefs.h <<_ACEOF
14304 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
14312 if test "$ac_cv_header_png_h" = "yes"
14314 { echo "$as_me:$LINENO: checking for -lpng" >&5
14315 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
14316 if test "${ac_cv_lib_soname_png+set}" = set; then
14317 echo $ECHO_N "(cached) $ECHO_C" >&6
14319 ac_check_soname_save_LIBS=$LIBS
14321 cat >conftest.$ac_ext <<_ACEOF
14324 cat confdefs.h >>conftest.$ac_ext
14325 cat >>conftest.$ac_ext <<_ACEOF
14326 /* end confdefs.h. */
14328 /* Override any GCC internal prototype to avoid an error.
14329 Use char because int might match the return type of a GCC
14330 builtin and then its argument prototype would still apply. */
14334 char png_create_read_struct ();
14338 return png_create_read_struct ();
14343 rm -f conftest.$ac_objext conftest$ac_exeext
14344 if { (ac_try="$ac_link"
14345 case "(($ac_try" in
14346 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14347 *) ac_try_echo
=$ac_try;;
14349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14350 (eval "$ac_link") 2>conftest.er1
14352 grep -v '^ *+' conftest.er1
>conftest.err
14354 cat conftest.err
>&5
14355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356 (exit $ac_status); } && {
14357 test -z "$ac_c_werror_flag" ||
14358 test ! -s conftest.err
14359 } && test -s conftest
$ac_exeext &&
14360 $as_test_x conftest
$ac_exeext; then
14363 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'` ;;
14364 *) 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'` ;;
14367 echo "$as_me: failed program was:" >&5
14368 sed 's/^/| /' conftest.
$ac_ext >&5
14373 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14374 conftest
$ac_exeext conftest.
$ac_ext
14375 LIBS
=$ac_check_soname_save_LIBS
14377 if test "x$ac_cv_lib_soname_png" = "x"; then
14378 { echo "$as_me:$LINENO: result: not found" >&5
14379 echo "${ECHO_T}not found" >&6; }
14382 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
14383 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
14385 cat >>confdefs.h
<<_ACEOF
14386 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14397 if test "x${GCC}" = "xyes"
14399 EXTRACFLAGS
="-Wall -pipe"
14401 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
14402 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14403 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14404 echo $ECHO_N "(cached) $ECHO_C" >&6
14406 if test "$cross_compiling" = yes; then
14407 ac_cv_c_gcc_strength_bug
="yes"
14409 cat >conftest.
$ac_ext <<_ACEOF
14412 cat confdefs.h
>>conftest.
$ac_ext
14413 cat >>conftest.
$ac_ext <<_ACEOF
14414 /* end confdefs.h. */
14415 int L[4] = {0,1,2,3};
14419 static int Array[3];
14420 unsigned int B = 3;
14422 for(i=0; i<B; i++) Array[i] = i - 3;
14423 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14425 exit( Array[1] != -2 || L[2] != 3)
14430 rm -f conftest
$ac_exeext
14431 if { (ac_try
="$ac_link"
14432 case "(($ac_try" in
14433 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14434 *) ac_try_echo=$ac_try;;
14436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14437 (eval "$ac_link") 2>&5
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14441 { (case "(($ac_try" in
14442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14443 *) ac_try_echo
=$ac_try;;
14445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14446 (eval "$ac_try") 2>&5
14448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449 (exit $ac_status); }; }; then
14450 ac_cv_c_gcc_strength_bug
="no"
14452 echo "$as_me: program exited with status $ac_status" >&5
14453 echo "$as_me: failed program was:" >&5
14454 sed 's/^/| /' conftest.
$ac_ext >&5
14456 ( exit $ac_status )
14457 ac_cv_c_gcc_strength_bug
="yes"
14459 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14464 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14465 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14466 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14468 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14472 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14473 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14474 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14475 echo $ECHO_N "(cached) $ECHO_C" >&6
14477 ac_wine_try_cflags_saved
=$CFLAGS
14478 CFLAGS
="$CFLAGS -fshort-wchar"
14479 cat >conftest.
$ac_ext <<_ACEOF
14482 cat confdefs.h
>>conftest.
$ac_ext
14483 cat >>conftest.
$ac_ext <<_ACEOF
14484 /* end confdefs.h. */
14494 rm -f conftest.
$ac_objext conftest
$ac_exeext
14495 if { (ac_try
="$ac_link"
14496 case "(($ac_try" in
14497 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14498 *) ac_try_echo=$ac_try;;
14500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14501 (eval "$ac_link") 2>conftest.er1
14503 grep -v '^ *+' conftest.er1 >conftest.err
14505 cat conftest.err >&5
14506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14507 (exit $ac_status); } && {
14508 test -z "$ac_c_werror_flag" ||
14509 test ! -s conftest.err
14510 } && test -s conftest$ac_exeext &&
14511 $as_test_x conftest$ac_exeext; then
14512 ac_cv_cflags__fshort_wchar=yes
14514 echo "$as_me: failed program was:" >&5
14515 sed 's/^/| /' conftest.$ac_ext >&5
14517 ac_cv_cflags__fshort_wchar=no
14520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14521 conftest$ac_exeext conftest.$ac_ext
14522 CFLAGS=$ac_wine_try_cflags_saved
14524 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14525 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14526 if test $ac_cv_cflags__fshort_wchar = yes; then
14528 cat >>confdefs.h <<\_ACEOF
14529 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14534 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14535 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14536 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14537 echo $ECHO_N "(cached) $ECHO_C" >&6
14539 ac_wine_try_cflags_saved=$CFLAGS
14540 CFLAGS="$CFLAGS -fno-strict-aliasing"
14541 cat >conftest.$ac_ext <<_ACEOF
14544 cat confdefs.h >>conftest.$ac_ext
14545 cat >>conftest.$ac_ext <<_ACEOF
14546 /* end confdefs.h. */
14556 rm -f conftest.$ac_objext conftest$ac_exeext
14557 if { (ac_try="$ac_link"
14558 case "(($ac_try" in
14559 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14560 *) ac_try_echo
=$ac_try;;
14562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14563 (eval "$ac_link") 2>conftest.er1
14565 grep -v '^ *+' conftest.er1
>conftest.err
14567 cat conftest.err
>&5
14568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); } && {
14570 test -z "$ac_c_werror_flag" ||
14571 test ! -s conftest.err
14572 } && test -s conftest
$ac_exeext &&
14573 $as_test_x conftest
$ac_exeext; then
14574 ac_cv_cflags__fno_strict_aliasing
=yes
14576 echo "$as_me: failed program was:" >&5
14577 sed 's/^/| /' conftest.
$ac_ext >&5
14579 ac_cv_cflags__fno_strict_aliasing
=no
14582 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14583 conftest
$ac_exeext conftest.
$ac_ext
14584 CFLAGS
=$ac_wine_try_cflags_saved
14586 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14587 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
14588 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
14589 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14592 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14593 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
14594 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
14595 echo $ECHO_N "(cached) $ECHO_C" >&6
14597 ac_wine_try_cflags_saved
=$CFLAGS
14598 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14599 cat >conftest.
$ac_ext <<_ACEOF
14602 cat confdefs.h
>>conftest.
$ac_ext
14603 cat >>conftest.
$ac_ext <<_ACEOF
14604 /* end confdefs.h. */
14614 rm -f conftest.
$ac_objext conftest
$ac_exeext
14615 if { (ac_try
="$ac_link"
14616 case "(($ac_try" in
14617 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14618 *) ac_try_echo=$ac_try;;
14620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14621 (eval "$ac_link") 2>conftest.er1
14623 grep -v '^ *+' conftest.er1 >conftest.err
14625 cat conftest.err >&5
14626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14627 (exit $ac_status); } && {
14628 test -z "$ac_c_werror_flag" ||
14629 test ! -s conftest.err
14630 } && test -s conftest$ac_exeext &&
14631 $as_test_x conftest$ac_exeext; then
14632 ac_cv_cflags__Wdeclaration_after_statement=yes
14634 echo "$as_me: failed program was:" >&5
14635 sed 's/^/| /' conftest.$ac_ext >&5
14637 ac_cv_cflags__Wdeclaration_after_statement=no
14640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14641 conftest$ac_exeext conftest.$ac_ext
14642 CFLAGS=$ac_wine_try_cflags_saved
14644 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14645 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14646 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
14647 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14650 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
14651 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
14652 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
14653 echo $ECHO_N "(cached) $ECHO_C" >&6
14655 ac_wine_try_cflags_saved=$CFLAGS
14656 CFLAGS="$CFLAGS -Wwrite-strings"
14657 cat >conftest.$ac_ext <<_ACEOF
14660 cat confdefs.h >>conftest.$ac_ext
14661 cat >>conftest.$ac_ext <<_ACEOF
14662 /* end confdefs.h. */
14672 rm -f conftest.$ac_objext conftest$ac_exeext
14673 if { (ac_try="$ac_link"
14674 case "(($ac_try" in
14675 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14676 *) ac_try_echo
=$ac_try;;
14678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14679 (eval "$ac_link") 2>conftest.er1
14681 grep -v '^ *+' conftest.er1
>conftest.err
14683 cat conftest.err
>&5
14684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14685 (exit $ac_status); } && {
14686 test -z "$ac_c_werror_flag" ||
14687 test ! -s conftest.err
14688 } && test -s conftest
$ac_exeext &&
14689 $as_test_x conftest
$ac_exeext; then
14690 ac_cv_cflags__Wwrite_strings
=yes
14692 echo "$as_me: failed program was:" >&5
14693 sed 's/^/| /' conftest.
$ac_ext >&5
14695 ac_cv_cflags__Wwrite_strings
=no
14698 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14699 conftest
$ac_exeext conftest.
$ac_ext
14700 CFLAGS
=$ac_wine_try_cflags_saved
14702 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
14703 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
14704 if test $ac_cv_cflags__Wwrite_strings = yes; then
14705 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14709 saved_CFLAGS
="$CFLAGS"
14710 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14711 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
14712 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
14713 if test "${ac_cv_c_string_h_warnings+set}" = set; then
14714 echo $ECHO_N "(cached) $ECHO_C" >&6
14716 cat >conftest.
$ac_ext <<_ACEOF
14719 cat confdefs.h
>>conftest.
$ac_ext
14720 cat >>conftest.
$ac_ext <<_ACEOF
14721 /* end confdefs.h. */
14722 #include <string.h>
14731 rm -f conftest.
$ac_objext
14732 if { (ac_try
="$ac_compile"
14733 case "(($ac_try" in
14734 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14735 *) ac_try_echo=$ac_try;;
14737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14738 (eval "$ac_compile") 2>conftest.er1
14740 grep -v '^ *+' conftest.er1 >conftest.err
14742 cat conftest.err >&5
14743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14744 (exit $ac_status); } && {
14745 test -z "$ac_c_werror_flag" ||
14746 test ! -s conftest.err
14747 } && test -s conftest.$ac_objext; then
14748 ac_cv_c_string_h_warnings=no
14750 echo "$as_me: failed program was:" >&5
14751 sed 's/^/| /' conftest.$ac_ext >&5
14753 ac_cv_c_string_h_warnings=yes
14756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14758 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
14759 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
14760 CFLAGS="$saved_CFLAGS"
14761 if test "$ac_cv_c_string_h_warnings" = "no"
14763 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14768 saved_CFLAGS="$CFLAGS"
14769 CFLAGS="$CFLAGS -Werror"
14770 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
14771 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
14772 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
14773 echo $ECHO_N "(cached) $ECHO_C" >&6
14775 cat >conftest.$ac_ext <<_ACEOF
14778 cat confdefs.h >>conftest.$ac_ext
14779 cat >>conftest.$ac_ext <<_ACEOF
14780 /* end confdefs.h. */
14785 int iswlower(unsigned short);
14790 rm -f conftest.$ac_objext
14791 if { (ac_try="$ac_compile"
14792 case "(($ac_try" in
14793 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14794 *) ac_try_echo
=$ac_try;;
14796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14797 (eval "$ac_compile") 2>conftest.er1
14799 grep -v '^ *+' conftest.er1
>conftest.err
14801 cat conftest.err
>&5
14802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14803 (exit $ac_status); } && {
14804 test -z "$ac_c_werror_flag" ||
14805 test ! -s conftest.err
14806 } && test -s conftest.
$ac_objext; then
14807 ac_cv_c_builtin_wchar_ctype
=no
14809 echo "$as_me: failed program was:" >&5
14810 sed 's/^/| /' conftest.
$ac_ext >&5
14812 ac_cv_c_builtin_wchar_ctype
=yes
14815 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14817 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
14818 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
14819 CFLAGS
="$saved_CFLAGS"
14820 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
14822 BUILTINFLAG
="-fno-builtin"
14827 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
14828 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
14829 if test "${ac_cv_asm_func_def+set}" = set; then
14830 echo $ECHO_N "(cached) $ECHO_C" >&6
14832 cat >conftest.
$ac_ext <<_ACEOF
14835 cat confdefs.h
>>conftest.
$ac_ext
14836 cat >>conftest.
$ac_ext <<_ACEOF
14837 /* end confdefs.h. */
14842 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14847 rm -f conftest.
$ac_objext conftest
$ac_exeext
14848 if { (ac_try
="$ac_link"
14849 case "(($ac_try" in
14850 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14851 *) ac_try_echo=$ac_try;;
14853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14854 (eval "$ac_link") 2>conftest.er1
14856 grep -v '^ *+' conftest.er1 >conftest.err
14858 cat conftest.err >&5
14859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14860 (exit $ac_status); } && {
14861 test -z "$ac_c_werror_flag" ||
14862 test ! -s conftest.err
14863 } && test -s conftest$ac_exeext &&
14864 $as_test_x conftest$ac_exeext; then
14865 ac_cv_asm_func_def=".def"
14867 echo "$as_me: failed program was:" >&5
14868 sed 's/^/| /' conftest.$ac_ext >&5
14870 cat >conftest.$ac_ext <<_ACEOF
14873 cat confdefs.h >>conftest.$ac_ext
14874 cat >>conftest.$ac_ext <<_ACEOF
14875 /* end confdefs.h. */
14880 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14885 rm -f conftest.$ac_objext conftest$ac_exeext
14886 if { (ac_try="$ac_link"
14887 case "(($ac_try" in
14888 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14889 *) ac_try_echo
=$ac_try;;
14891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14892 (eval "$ac_link") 2>conftest.er1
14894 grep -v '^ *+' conftest.er1
>conftest.err
14896 cat conftest.err
>&5
14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14898 (exit $ac_status); } && {
14899 test -z "$ac_c_werror_flag" ||
14900 test ! -s conftest.err
14901 } && test -s conftest
$ac_exeext &&
14902 $as_test_x conftest
$ac_exeext; then
14903 ac_cv_asm_func_def
=".type @function"
14905 echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.
$ac_ext >&5
14908 cat >conftest.
$ac_ext <<_ACEOF
14911 cat confdefs.h
>>conftest.
$ac_ext
14912 cat >>conftest.
$ac_ext <<_ACEOF
14913 /* end confdefs.h. */
14918 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14923 rm -f conftest.
$ac_objext conftest
$ac_exeext
14924 if { (ac_try
="$ac_link"
14925 case "(($ac_try" in
14926 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14927 *) ac_try_echo=$ac_try;;
14929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14930 (eval "$ac_link") 2>conftest.er1
14932 grep -v '^ *+' conftest.er1 >conftest.err
14934 cat conftest.err >&5
14935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14936 (exit $ac_status); } && {
14937 test -z "$ac_c_werror_flag" ||
14938 test ! -s conftest.err
14939 } && test -s conftest$ac_exeext &&
14940 $as_test_x conftest$ac_exeext; then
14941 ac_cv_asm_func_def=".type 2"
14943 echo "$as_me: failed program was:" >&5
14944 sed 's/^/| /' conftest.$ac_ext >&5
14946 ac_cv_asm_func_def="unknown"
14949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14950 conftest$ac_exeext conftest.$ac_ext
14953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14954 conftest$ac_exeext conftest.$ac_ext
14957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14958 conftest$ac_exeext conftest.$ac_ext
14960 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
14961 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
14965 case "$ac_cv_asm_func_def" in
14967 cat >>confdefs.h <<\_ACEOF
14968 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
14972 cat >>confdefs.h <<\_ACEOF
14973 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
14977 cat >>confdefs.h <<\_ACEOF
14978 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
14982 cat >>confdefs.h <<\_ACEOF
14983 #define __ASM_FUNC(name) ""
14989 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
14990 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
14991 if test "${ac_cv_c_extern_prefix+set}" = set; then
14992 echo $ECHO_N "(cached) $ECHO_C" >&6
14994 cat >conftest.$ac_ext <<_ACEOF
14997 cat confdefs.h >>conftest.$ac_ext
14998 cat >>conftest.$ac_ext <<_ACEOF
14999 /* end confdefs.h. */
15000 extern int ac_test;
15004 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15009 rm -f conftest.$ac_objext conftest$ac_exeext
15010 if { (ac_try="$ac_link"
15011 case "(($ac_try" in
15012 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15013 *) ac_try_echo
=$ac_try;;
15015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15016 (eval "$ac_link") 2>conftest.er1
15018 grep -v '^ *+' conftest.er1
>conftest.err
15020 cat conftest.err
>&5
15021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); } && {
15023 test -z "$ac_c_werror_flag" ||
15024 test ! -s conftest.err
15025 } && test -s conftest
$ac_exeext &&
15026 $as_test_x conftest
$ac_exeext; then
15027 ac_cv_c_extern_prefix
="yes"
15029 echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.
$ac_ext >&5
15032 ac_cv_c_extern_prefix
="no"
15035 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15036 conftest
$ac_exeext conftest.
$ac_ext
15038 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
15039 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
15043 if test "$ac_cv_c_extern_prefix" = "yes"
15045 cat >>confdefs.h
<<\_ACEOF
15046 #define __ASM_NAME(name) "_" name
15050 cat >>confdefs.h
<<\_ACEOF
15051 #define __ASM_NAME(name) name
15061 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
15065 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
15067 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
15071 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
15079 SOCKETLIBS
="-lws2_32"
15084 MAIN_BINARY
="wine-pthread"
15088 linux
* | k
*bsd
*-gnu)
15089 MAIN_BINARY
="wine-glibc"
15091 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
15099 cat >>confdefs.h
<<_ACEOF
15100 #define SONAME_EXT ".$LIBEXT"
15104 { echo "$as_me:$LINENO: checking for -lX11" >&5
15105 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
15106 if test "${ac_cv_lib_soname_X11+set}" = set; then
15107 echo $ECHO_N "(cached) $ECHO_C" >&6
15109 ac_check_soname_save_LIBS
=$LIBS
15110 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $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 XCreateWindow ();
15128 return XCreateWindow ();
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
15153 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'` ;;
15154 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libX11\\.$LIBEXT" |
sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15157 echo "$as_me: failed program was:" >&5
15158 sed 's/^/| /' conftest.$ac_ext >&5
15163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15164 conftest$ac_exeext conftest.$ac_ext
15165 LIBS=$ac_check_soname_save_LIBS
15167 if test "x$ac_cv_lib_soname_X11" = "x"; then
15168 { echo "$as_me:$LINENO: result: not found" >&5
15169 echo "${ECHO_T}not found" >&6; }
15172 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
15173 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
15175 cat >>confdefs.h <<_ACEOF
15176 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
15182 { echo "$as_me:$LINENO: checking for -lXext" >&5
15183 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
15184 if test "${ac_cv_lib_soname_Xext+set}" = set; then
15185 echo $ECHO_N "(cached) $ECHO_C" >&6
15187 ac_check_soname_save_LIBS=$LIBS
15188 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
15189 cat >conftest.$ac_ext <<_ACEOF
15192 cat confdefs.h >>conftest.$ac_ext
15193 cat >>conftest.$ac_ext <<_ACEOF
15194 /* end confdefs.h. */
15196 /* Override any GCC internal prototype to avoid an error.
15197 Use char because int might match the return type of a GCC
15198 builtin and then its argument prototype would still apply. */
15202 char XextCreateExtension ();
15206 return XextCreateExtension ();
15211 rm -f conftest.$ac_objext conftest$ac_exeext
15212 if { (ac_try="$ac_link"
15213 case "(($ac_try" in
15214 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15215 *) ac_try_echo
=$ac_try;;
15217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15218 (eval "$ac_link") 2>conftest.er1
15220 grep -v '^ *+' conftest.er1
>conftest.err
15222 cat conftest.err
>&5
15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15224 (exit $ac_status); } && {
15225 test -z "$ac_c_werror_flag" ||
15226 test ! -s conftest.err
15227 } && test -s conftest
$ac_exeext &&
15228 $as_test_x conftest
$ac_exeext; then
15231 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'` ;;
15232 *) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15235 echo "$as_me: failed program was:" >&5
15236 sed 's/^/| /' conftest.
$ac_ext >&5
15241 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15242 conftest
$ac_exeext conftest.
$ac_ext
15243 LIBS
=$ac_check_soname_save_LIBS
15245 if test "x$ac_cv_lib_soname_Xext" = "x"; then
15246 { echo "$as_me:$LINENO: result: not found" >&5
15247 echo "${ECHO_T}not found" >&6; }
15250 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
15251 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
15253 cat >>confdefs.h
<<_ACEOF
15254 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
15260 { echo "$as_me:$LINENO: checking for -lXi" >&5
15261 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
15262 if test "${ac_cv_lib_soname_Xi+set}" = set; then
15263 echo $ECHO_N "(cached) $ECHO_C" >&6
15265 ac_check_soname_save_LIBS
=$LIBS
15266 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15267 cat >conftest.
$ac_ext <<_ACEOF
15270 cat confdefs.h
>>conftest.
$ac_ext
15271 cat >>conftest.
$ac_ext <<_ACEOF
15272 /* end confdefs.h. */
15274 /* Override any GCC internal prototype to avoid an error.
15275 Use char because int might match the return type of a GCC
15276 builtin and then its argument prototype would still apply. */
15280 char XOpenDevice ();
15284 return XOpenDevice ();
15289 rm -f conftest.
$ac_objext conftest
$ac_exeext
15290 if { (ac_try
="$ac_link"
15291 case "(($ac_try" in
15292 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15293 *) ac_try_echo=$ac_try;;
15295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15296 (eval "$ac_link") 2>conftest.er1
15298 grep -v '^ *+' conftest.er1 >conftest.err
15300 cat conftest.err >&5
15301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15302 (exit $ac_status); } && {
15303 test -z "$ac_c_werror_flag" ||
15304 test ! -s conftest.err
15305 } && test -s conftest$ac_exeext &&
15306 $as_test_x conftest$ac_exeext; then
15309 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'` ;;
15310 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15313 echo "$as_me: failed program was:" >&5
15314 sed 's/^/| /' conftest.$ac_ext >&5
15319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15320 conftest$ac_exeext conftest.$ac_ext
15321 LIBS=$ac_check_soname_save_LIBS
15323 if test "x$ac_cv_lib_soname_Xi" = "x"; then
15324 { echo "$as_me:$LINENO: result: not found" >&5
15325 echo "${ECHO_T}not found" >&6; }
15328 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
15329 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
15331 cat >>confdefs.h <<_ACEOF
15332 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
15338 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
15339 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
15340 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
15341 echo $ECHO_N "(cached) $ECHO_C" >&6
15343 ac_check_soname_save_LIBS=$LIBS
15344 LIBS="-lXcursor $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
15345 cat >conftest.$ac_ext <<_ACEOF
15348 cat confdefs.h >>conftest.$ac_ext
15349 cat >>conftest.$ac_ext <<_ACEOF
15350 /* end confdefs.h. */
15352 /* Override any GCC internal prototype to avoid an error.
15353 Use char because int might match the return type of a GCC
15354 builtin and then its argument prototype would still apply. */
15358 char XcursorImageLoadCursor ();
15362 return XcursorImageLoadCursor ();
15367 rm -f conftest.$ac_objext conftest$ac_exeext
15368 if { (ac_try="$ac_link"
15369 case "(($ac_try" in
15370 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15371 *) ac_try_echo
=$ac_try;;
15373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15374 (eval "$ac_link") 2>conftest.er1
15376 grep -v '^ *+' conftest.er1
>conftest.err
15378 cat conftest.err
>&5
15379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380 (exit $ac_status); } && {
15381 test -z "$ac_c_werror_flag" ||
15382 test ! -s conftest.err
15383 } && test -s conftest
$ac_exeext &&
15384 $as_test_x conftest
$ac_exeext; then
15387 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'` ;;
15388 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15391 echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.
$ac_ext >&5
15397 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15398 conftest
$ac_exeext conftest.
$ac_ext
15399 LIBS
=$ac_check_soname_save_LIBS
15401 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
15402 { echo "$as_me:$LINENO: result: not found" >&5
15403 echo "${ECHO_T}not found" >&6; }
15406 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
15407 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
15409 cat >>confdefs.h
<<_ACEOF
15410 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
15416 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
15417 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
15418 if test "${ac_cv_lib_soname_freetype+set}" = set; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15421 ac_check_soname_save_LIBS
=$LIBS
15422 LIBS
="-lfreetype $X_LIBS $LIBS"
15423 cat >conftest.
$ac_ext <<_ACEOF
15426 cat confdefs.h
>>conftest.
$ac_ext
15427 cat >>conftest.
$ac_ext <<_ACEOF
15428 /* end confdefs.h. */
15430 /* Override any GCC internal prototype to avoid an error.
15431 Use char because int might match the return type of a GCC
15432 builtin and then its argument prototype would still apply. */
15436 char FT_Init_FreeType ();
15440 return FT_Init_FreeType ();
15445 rm -f conftest.
$ac_objext conftest
$ac_exeext
15446 if { (ac_try
="$ac_link"
15447 case "(($ac_try" in
15448 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15449 *) ac_try_echo=$ac_try;;
15451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15452 (eval "$ac_link") 2>conftest.er1
15454 grep -v '^ *+' conftest.er1 >conftest.err
15456 cat conftest.err >&5
15457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15458 (exit $ac_status); } && {
15459 test -z "$ac_c_werror_flag" ||
15460 test ! -s conftest.err
15461 } && test -s conftest$ac_exeext &&
15462 $as_test_x conftest$ac_exeext; then
15465 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'` ;;
15466 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15469 echo "$as_me: failed program was:" >&5
15470 sed 's/^/| /' conftest.$ac_ext >&5
15475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15476 conftest$ac_exeext conftest.$ac_ext
15477 LIBS=$ac_check_soname_save_LIBS
15479 if test "x$ac_cv_lib_soname_freetype" = "x"; then
15480 { echo "$as_me:$LINENO: result: not found" >&5
15481 echo "${ECHO_T}not found" >&6; }
15484 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
15485 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
15487 cat >>confdefs.h <<_ACEOF
15488 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
15622 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
15623 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15624 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15625 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15626 echo $ECHO_N "(cached) $ECHO_C" >&6
15628 cat >conftest.$ac_ext <<_ACEOF
15631 cat confdefs.h >>conftest.$ac_ext
15632 cat >>conftest.$ac_ext <<_ACEOF
15633 /* end confdefs.h. */
15634 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15635 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15636 #define $ac_func innocuous_$ac_func
15638 /* System header to define __stub macros and hopefully few prototypes,
15639 which can conflict with char $ac_func (); below.
15640 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15641 <limits.h> exists even on freestanding compilers. */
15644 # include <limits.h>
15646 # include <assert.h>
15651 /* Override any GCC internal prototype to avoid an error.
15652 Use char because int might match the return type of a GCC
15653 builtin and then its argument prototype would still apply. */
15658 /* The GNU C library defines this for functions which it implements
15659 to always fail with ENOSYS. Some functions are actually named
15660 something starting with __ and the normal name is an alias. */
15661 #if defined __stub_$ac_func || defined __stub___$ac_func
15668 return $ac_func ();
15673 rm -f conftest.$ac_objext conftest$ac_exeext
15674 if { (ac_try="$ac_link"
15675 case "(($ac_try" in
15676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15677 *) ac_try_echo
=$ac_try;;
15679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15680 (eval "$ac_link") 2>conftest.er1
15682 grep -v '^ *+' conftest.er1
>conftest.err
15684 cat conftest.err
>&5
15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); } && {
15687 test -z "$ac_c_werror_flag" ||
15688 test ! -s conftest.err
15689 } && test -s conftest
$ac_exeext &&
15690 $as_test_x conftest
$ac_exeext; then
15691 eval "$as_ac_var=yes"
15693 echo "$as_me: failed program was:" >&5
15694 sed 's/^/| /' conftest.
$ac_ext >&5
15696 eval "$as_ac_var=no"
15699 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15700 conftest
$ac_exeext conftest.
$ac_ext
15702 ac_res
=`eval echo '${'$as_ac_var'}'`
15703 { echo "$as_me:$LINENO: result: $ac_res" >&5
15704 echo "${ECHO_T}$ac_res" >&6; }
15705 if test `eval echo '${'$as_ac_var'}'` = yes; then
15706 cat >>confdefs.h
<<_ACEOF
15707 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15714 if test "$ac_cv_func_dlopen" = no
15716 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15717 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
15718 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15719 echo $ECHO_N "(cached) $ECHO_C" >&6
15721 ac_check_lib_save_LIBS
=$LIBS
15723 cat >conftest.
$ac_ext <<_ACEOF
15726 cat confdefs.h
>>conftest.
$ac_ext
15727 cat >>conftest.
$ac_ext <<_ACEOF
15728 /* end confdefs.h. */
15730 /* Override any GCC internal prototype to avoid an error.
15731 Use char because int might match the return type of a GCC
15732 builtin and then its argument prototype would still apply. */
15745 rm -f conftest.
$ac_objext conftest
$ac_exeext
15746 if { (ac_try
="$ac_link"
15747 case "(($ac_try" in
15748 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15749 *) ac_try_echo=$ac_try;;
15751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15752 (eval "$ac_link") 2>conftest.er1
15754 grep -v '^ *+' conftest.er1 >conftest.err
15756 cat conftest.err >&5
15757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15758 (exit $ac_status); } && {
15759 test -z "$ac_c_werror_flag" ||
15760 test ! -s conftest.err
15761 } && test -s conftest$ac_exeext &&
15762 $as_test_x conftest$ac_exeext; then
15763 ac_cv_lib_dl_dlopen=yes
15765 echo "$as_me: failed program was:" >&5
15766 sed 's/^/| /' conftest.$ac_ext >&5
15768 ac_cv_lib_dl_dlopen=no
15771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15772 conftest$ac_exeext conftest.$ac_ext
15773 LIBS=$ac_check_lib_save_LIBS
15775 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15776 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
15777 if test $ac_cv_lib_dl_dlopen = yes; then
15778 cat >>confdefs.h <<\_ACEOF
15779 #define HAVE_DLOPEN 1
15786 ac_wine_check_funcs_save_LIBS="$LIBS"
15787 LIBS="$LIBS $LIBDL"
15789 for ac_func in dladdr
15791 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
15792 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15793 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15794 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15795 echo $ECHO_N "(cached) $ECHO_C" >&6
15797 cat >conftest.$ac_ext <<_ACEOF
15800 cat confdefs.h >>conftest.$ac_ext
15801 cat >>conftest.$ac_ext <<_ACEOF
15802 /* end confdefs.h. */
15803 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15804 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15805 #define $ac_func innocuous_$ac_func
15807 /* System header to define __stub macros and hopefully few prototypes,
15808 which can conflict with char $ac_func (); below.
15809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15810 <limits.h> exists even on freestanding compilers. */
15813 # include <limits.h>
15815 # include <assert.h>
15820 /* Override any GCC internal prototype to avoid an error.
15821 Use char because int might match the return type of a GCC
15822 builtin and then its argument prototype would still apply. */
15827 /* The GNU C library defines this for functions which it implements
15828 to always fail with ENOSYS. Some functions are actually named
15829 something starting with __ and the normal name is an alias. */
15830 #if defined __stub_$ac_func || defined __stub___$ac_func
15837 return $ac_func ();
15842 rm -f conftest.$ac_objext conftest$ac_exeext
15843 if { (ac_try="$ac_link"
15844 case "(($ac_try" in
15845 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15846 *) ac_try_echo
=$ac_try;;
15848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15849 (eval "$ac_link") 2>conftest.er1
15851 grep -v '^ *+' conftest.er1
>conftest.err
15853 cat conftest.err
>&5
15854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15855 (exit $ac_status); } && {
15856 test -z "$ac_c_werror_flag" ||
15857 test ! -s conftest.err
15858 } && test -s conftest
$ac_exeext &&
15859 $as_test_x conftest
$ac_exeext; then
15860 eval "$as_ac_var=yes"
15862 echo "$as_me: failed program was:" >&5
15863 sed 's/^/| /' conftest.
$ac_ext >&5
15865 eval "$as_ac_var=no"
15868 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15869 conftest
$ac_exeext conftest.
$ac_ext
15871 ac_res
=`eval echo '${'$as_ac_var'}'`
15872 { echo "$as_me:$LINENO: result: $ac_res" >&5
15873 echo "${ECHO_T}$ac_res" >&6; }
15874 if test `eval echo '${'$as_ac_var'}'` = yes; then
15875 cat >>confdefs.h
<<_ACEOF
15876 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15882 LIBS
="$ac_wine_check_funcs_save_LIBS"
15884 if test "$ac_cv_func_poll" = no
15886 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
15887 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
15888 if test "${ac_cv_lib_poll_poll+set}" = set; then
15889 echo $ECHO_N "(cached) $ECHO_C" >&6
15891 ac_check_lib_save_LIBS
=$LIBS
15892 LIBS
="-lpoll $LIBS"
15893 cat >conftest.
$ac_ext <<_ACEOF
15896 cat confdefs.h
>>conftest.
$ac_ext
15897 cat >>conftest.
$ac_ext <<_ACEOF
15898 /* end confdefs.h. */
15900 /* Override any GCC internal prototype to avoid an error.
15901 Use char because int might match the return type of a GCC
15902 builtin and then its argument prototype would still apply. */
15915 rm -f conftest.
$ac_objext conftest
$ac_exeext
15916 if { (ac_try
="$ac_link"
15917 case "(($ac_try" in
15918 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15919 *) ac_try_echo=$ac_try;;
15921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15922 (eval "$ac_link") 2>conftest.er1
15924 grep -v '^ *+' conftest.er1 >conftest.err
15926 cat conftest.err >&5
15927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15928 (exit $ac_status); } && {
15929 test -z "$ac_c_werror_flag" ||
15930 test ! -s conftest.err
15931 } && test -s conftest$ac_exeext &&
15932 $as_test_x conftest$ac_exeext; then
15933 ac_cv_lib_poll_poll=yes
15935 echo "$as_me: failed program was:" >&5
15936 sed 's/^/| /' conftest.$ac_ext >&5
15938 ac_cv_lib_poll_poll=no
15941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15942 conftest$ac_exeext conftest.$ac_ext
15943 LIBS=$ac_check_lib_save_LIBS
15945 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
15946 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
15947 if test $ac_cv_lib_poll_poll = yes; then
15948 cat >>confdefs.h <<\_ACEOF
15949 #define HAVE_POLL 1
15957 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
15958 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
15959 if test "${ac_cv_search_gethostbyname+set}" = set; then
15960 echo $ECHO_N "(cached) $ECHO_C" >&6
15962 ac_func_search_save_LIBS=$LIBS
15963 cat >conftest.$ac_ext <<_ACEOF
15966 cat confdefs.h >>conftest.$ac_ext
15967 cat >>conftest.$ac_ext <<_ACEOF
15968 /* end confdefs.h. */
15970 /* Override any GCC internal prototype to avoid an error.
15971 Use char because int might match the return type of a GCC
15972 builtin and then its argument prototype would still apply. */
15976 char gethostbyname ();
15980 return gethostbyname ();
15985 for ac_lib in '' nsl; do
15986 if test -z "$ac_lib"; then
15987 ac_res="none required"
15990 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15992 rm -f conftest.$ac_objext conftest$ac_exeext
15993 if { (ac_try="$ac_link"
15994 case "(($ac_try" in
15995 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15996 *) ac_try_echo
=$ac_try;;
15998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15999 (eval "$ac_link") 2>conftest.er1
16001 grep -v '^ *+' conftest.er1
>conftest.err
16003 cat conftest.err
>&5
16004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16005 (exit $ac_status); } && {
16006 test -z "$ac_c_werror_flag" ||
16007 test ! -s conftest.err
16008 } && test -s conftest
$ac_exeext &&
16009 $as_test_x conftest
$ac_exeext; then
16010 ac_cv_search_gethostbyname
=$ac_res
16012 echo "$as_me: failed program was:" >&5
16013 sed 's/^/| /' conftest.
$ac_ext >&5
16018 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16020 if test "${ac_cv_search_gethostbyname+set}" = set; then
16024 if test "${ac_cv_search_gethostbyname+set}" = set; then
16027 ac_cv_search_gethostbyname
=no
16029 rm conftest.
$ac_ext
16030 LIBS
=$ac_func_search_save_LIBS
16032 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
16033 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
16034 ac_res
=$ac_cv_search_gethostbyname
16035 if test "$ac_res" != no
; then
16036 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16041 { echo "$as_me:$LINENO: checking for library containing connect" >&5
16042 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
16043 if test "${ac_cv_search_connect+set}" = set; then
16044 echo $ECHO_N "(cached) $ECHO_C" >&6
16046 ac_func_search_save_LIBS
=$LIBS
16047 cat >conftest.
$ac_ext <<_ACEOF
16050 cat confdefs.h
>>conftest.
$ac_ext
16051 cat >>conftest.
$ac_ext <<_ACEOF
16052 /* end confdefs.h. */
16054 /* Override any GCC internal prototype to avoid an error.
16055 Use char because int might match the return type of a GCC
16056 builtin and then its argument prototype would still apply. */
16069 for ac_lib
in '' socket
; do
16070 if test -z "$ac_lib"; then
16071 ac_res
="none required"
16074 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
16076 rm -f conftest.
$ac_objext conftest
$ac_exeext
16077 if { (ac_try
="$ac_link"
16078 case "(($ac_try" in
16079 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083 (eval "$ac_link") 2>conftest.er1
16085 grep -v '^ *+' conftest.er1 >conftest.err
16087 cat conftest.err >&5
16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089 (exit $ac_status); } && {
16090 test -z "$ac_c_werror_flag" ||
16091 test ! -s conftest.err
16092 } && test -s conftest$ac_exeext &&
16093 $as_test_x conftest$ac_exeext; then
16094 ac_cv_search_connect=$ac_res
16096 echo "$as_me: failed program was:" >&5
16097 sed 's/^/| /' conftest.$ac_ext >&5
16102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16104 if test "${ac_cv_search_connect+set}" = set; then
16108 if test "${ac_cv_search_connect+set}" = set; then
16111 ac_cv_search_connect=no
16113 rm conftest.$ac_ext
16114 LIBS=$ac_func_search_save_LIBS
16116 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
16117 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
16118 ac_res=$ac_cv_search_connect
16119 if test "$ac_res" != no; then
16120 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16125 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
16126 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
16127 if test "${ac_cv_search_inet_aton+set}" = set; then
16128 echo $ECHO_N "(cached) $ECHO_C" >&6
16130 ac_func_search_save_LIBS=$LIBS
16131 cat >conftest.$ac_ext <<_ACEOF
16134 cat confdefs.h >>conftest.$ac_ext
16135 cat >>conftest.$ac_ext <<_ACEOF
16136 /* end confdefs.h. */
16138 /* Override any GCC internal prototype to avoid an error.
16139 Use char because int might match the return type of a GCC
16140 builtin and then its argument prototype would still apply. */
16148 return inet_aton ();
16153 for ac_lib in '' resolv; do
16154 if test -z "$ac_lib"; then
16155 ac_res="none required"
16158 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16160 rm -f conftest.$ac_objext conftest$ac_exeext
16161 if { (ac_try="$ac_link"
16162 case "(($ac_try" in
16163 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16164 *) ac_try_echo
=$ac_try;;
16166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16167 (eval "$ac_link") 2>conftest.er1
16169 grep -v '^ *+' conftest.er1
>conftest.err
16171 cat conftest.err
>&5
16172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16173 (exit $ac_status); } && {
16174 test -z "$ac_c_werror_flag" ||
16175 test ! -s conftest.err
16176 } && test -s conftest
$ac_exeext &&
16177 $as_test_x conftest
$ac_exeext; then
16178 ac_cv_search_inet_aton
=$ac_res
16180 echo "$as_me: failed program was:" >&5
16181 sed 's/^/| /' conftest.
$ac_ext >&5
16186 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16188 if test "${ac_cv_search_inet_aton+set}" = set; then
16192 if test "${ac_cv_search_inet_aton+set}" = set; then
16195 ac_cv_search_inet_aton
=no
16197 rm conftest.
$ac_ext
16198 LIBS
=$ac_func_search_save_LIBS
16200 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
16201 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
16202 ac_res
=$ac_cv_search_inet_aton
16203 if test "$ac_res" != no
; then
16204 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
16228 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16229 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16230 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16231 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16232 echo $ECHO_N "(cached) $ECHO_C" >&6
16234 cat >conftest.
$ac_ext <<_ACEOF
16237 cat confdefs.h
>>conftest.
$ac_ext
16238 cat >>conftest.
$ac_ext <<_ACEOF
16239 /* end confdefs.h. */
16240 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16241 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16242 #define $ac_func innocuous_$ac_func
16244 /* System header to define __stub macros and hopefully few prototypes,
16245 which can conflict with char $ac_func (); below.
16246 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16247 <limits.h> exists even on freestanding compilers. */
16250 # include <limits.h>
16252 # include <assert.h>
16257 /* Override any GCC internal prototype to avoid an error.
16258 Use char because int might match the return type of a GCC
16259 builtin and then its argument prototype would still apply. */
16264 /* The GNU C library defines this for functions which it implements
16265 to always fail with ENOSYS. Some functions are actually named
16266 something starting with __ and the normal name is an alias. */
16267 #if defined __stub_$ac_func || defined __stub___$ac_func
16274 return $ac_func ();
16279 rm -f conftest.
$ac_objext conftest
$ac_exeext
16280 if { (ac_try
="$ac_link"
16281 case "(($ac_try" in
16282 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16283 *) ac_try_echo=$ac_try;;
16285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16286 (eval "$ac_link") 2>conftest.er1
16288 grep -v '^ *+' conftest.er1 >conftest.err
16290 cat conftest.err >&5
16291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16292 (exit $ac_status); } && {
16293 test -z "$ac_c_werror_flag" ||
16294 test ! -s conftest.err
16295 } && test -s conftest$ac_exeext &&
16296 $as_test_x conftest$ac_exeext; then
16297 eval "$as_ac_var=yes"
16299 echo "$as_me: failed program was:" >&5
16300 sed 's/^/| /' conftest.$ac_ext >&5
16302 eval "$as_ac_var=no"
16305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16306 conftest$ac_exeext conftest.$ac_ext
16308 ac_res=`eval echo '${'$as_ac_var'}'`
16309 { echo "$as_me:$LINENO: result: $ac_res" >&5
16310 echo "${ECHO_T}$ac_res" >&6; }
16311 if test `eval echo '${'$as_ac_var'}'` = yes; then
16312 cat >>confdefs.h <<_ACEOF
16313 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
16321 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16322 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
16323 if test "${ac_cv_c_const+set}" = set; then
16324 echo $ECHO_N "(cached) $ECHO_C" >&6
16326 cat >conftest.$ac_ext <<_ACEOF
16329 cat confdefs.h >>conftest.$ac_ext
16330 cat >>conftest.$ac_ext <<_ACEOF
16331 /* end confdefs.h. */
16336 /* FIXME: Include the comments suggested by Paul. */
16337 #ifndef __cplusplus
16338 /* Ultrix mips cc rejects this. */
16339 typedef int charset[2];
16341 /* SunOS 4.1.1 cc rejects this. */
16342 char const *const *pcpcc;
16344 /* NEC SVR4.0.2 mips cc rejects this. */
16345 struct point {int x, y;};
16346 static struct point const zero = {0,0};
16347 /* AIX XL C 1.02.0.0 rejects this.
16348 It does not let you subtract one const X* pointer from another in
16349 an arm of an if-expression whose if-part is not a constant
16351 const char *g = "string";
16352 pcpcc = &g + (g ? g-g : 0);
16353 /* HPUX 7.0 cc rejects these. */
16355 ppc = (char**) pcpcc;
16356 pcpcc = (char const *const *) ppc;
16357 { /* SCO 3.2v4 cc rejects this. */
16359 char const *s = 0 ? (char *) 0 : (char const *) 0;
16364 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
16365 int x[] = {25, 17};
16366 const int *foo = &x[0];
16369 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16370 typedef const int *iptr;
16374 { /* AIX XL C 1.02.0.0 rejects this saying
16375 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16376 struct s { int j; const int *ap[3]; };
16377 struct s *b; b->j = 5;
16379 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16380 const int foo = 10;
16381 if (!foo) return 0;
16383 return !cs[0] && !zero.x;
16390 rm -f conftest.$ac_objext
16391 if { (ac_try="$ac_compile"
16392 case "(($ac_try" in
16393 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16394 *) ac_try_echo
=$ac_try;;
16396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16397 (eval "$ac_compile") 2>conftest.er1
16399 grep -v '^ *+' conftest.er1
>conftest.err
16401 cat conftest.err
>&5
16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403 (exit $ac_status); } && {
16404 test -z "$ac_c_werror_flag" ||
16405 test ! -s conftest.err
16406 } && test -s conftest.
$ac_objext; then
16409 echo "$as_me: failed program was:" >&5
16410 sed 's/^/| /' conftest.
$ac_ext >&5
16415 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16417 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16418 echo "${ECHO_T}$ac_cv_c_const" >&6; }
16419 if test $ac_cv_c_const = no
; then
16421 cat >>confdefs.h
<<\_ACEOF
16427 { echo "$as_me:$LINENO: checking for inline" >&5
16428 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
16429 if test "${ac_cv_c_inline+set}" = set; then
16430 echo $ECHO_N "(cached) $ECHO_C" >&6
16433 for ac_kw
in inline __inline__ __inline
; do
16434 cat >conftest.
$ac_ext <<_ACEOF
16437 cat confdefs.h
>>conftest.
$ac_ext
16438 cat >>conftest.
$ac_ext <<_ACEOF
16439 /* end confdefs.h. */
16440 #ifndef __cplusplus
16442 static $ac_kw foo_t static_foo () {return 0; }
16443 $ac_kw foo_t foo () {return 0; }
16447 rm -f conftest.
$ac_objext
16448 if { (ac_try
="$ac_compile"
16449 case "(($ac_try" in
16450 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16451 *) ac_try_echo=$ac_try;;
16453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16454 (eval "$ac_compile") 2>conftest.er1
16456 grep -v '^ *+' conftest.er1 >conftest.err
16458 cat conftest.err >&5
16459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16460 (exit $ac_status); } && {
16461 test -z "$ac_c_werror_flag" ||
16462 test ! -s conftest.err
16463 } && test -s conftest.$ac_objext; then
16464 ac_cv_c_inline=$ac_kw
16466 echo "$as_me: failed program was:" >&5
16467 sed 's/^/| /' conftest.$ac_ext >&5
16472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16473 test "$ac_cv_c_inline" != no && break
16477 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16478 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
16481 case $ac_cv_c_inline in
16484 case $ac_cv_c_inline in
16486 *) ac_val=$ac_cv_c_inline;;
16488 cat >>confdefs.h <<_ACEOF
16489 #ifndef __cplusplus
16490 #define inline $ac_val
16496 { echo "$as_me:$LINENO: checking for mode_t" >&5
16497 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
16498 if test "${ac_cv_type_mode_t+set}" = set; then
16499 echo $ECHO_N "(cached) $ECHO_C" >&6
16501 cat >conftest.$ac_ext <<_ACEOF
16504 cat confdefs.h >>conftest.$ac_ext
16505 cat >>conftest.$ac_ext <<_ACEOF
16506 /* end confdefs.h. */
16507 $ac_includes_default
16508 typedef mode_t ac__type_new_;
16512 if ((ac__type_new_ *) 0)
16514 if (sizeof (ac__type_new_))
16520 rm -f conftest.$ac_objext
16521 if { (ac_try="$ac_compile"
16522 case "(($ac_try" in
16523 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16524 *) ac_try_echo
=$ac_try;;
16526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16527 (eval "$ac_compile") 2>conftest.er1
16529 grep -v '^ *+' conftest.er1
>conftest.err
16531 cat conftest.err
>&5
16532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16533 (exit $ac_status); } && {
16534 test -z "$ac_c_werror_flag" ||
16535 test ! -s conftest.err
16536 } && test -s conftest.
$ac_objext; then
16537 ac_cv_type_mode_t
=yes
16539 echo "$as_me: failed program was:" >&5
16540 sed 's/^/| /' conftest.
$ac_ext >&5
16542 ac_cv_type_mode_t
=no
16545 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16547 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
16548 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
16549 if test $ac_cv_type_mode_t = yes; then
16551 cat >>confdefs.h
<<_ACEOF
16552 #define HAVE_MODE_T 1
16557 { echo "$as_me:$LINENO: checking for off_t" >&5
16558 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
16559 if test "${ac_cv_type_off_t+set}" = set; then
16560 echo $ECHO_N "(cached) $ECHO_C" >&6
16562 cat >conftest.
$ac_ext <<_ACEOF
16565 cat confdefs.h
>>conftest.
$ac_ext
16566 cat >>conftest.
$ac_ext <<_ACEOF
16567 /* end confdefs.h. */
16568 $ac_includes_default
16569 typedef off_t ac__type_new_;
16573 if ((ac__type_new_ *) 0)
16575 if (sizeof (ac__type_new_))
16581 rm -f conftest.
$ac_objext
16582 if { (ac_try
="$ac_compile"
16583 case "(($ac_try" in
16584 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16585 *) ac_try_echo=$ac_try;;
16587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16588 (eval "$ac_compile") 2>conftest.er1
16590 grep -v '^ *+' conftest.er1 >conftest.err
16592 cat conftest.err >&5
16593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16594 (exit $ac_status); } && {
16595 test -z "$ac_c_werror_flag" ||
16596 test ! -s conftest.err
16597 } && test -s conftest.$ac_objext; then
16598 ac_cv_type_off_t=yes
16600 echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16603 ac_cv_type_off_t=no
16606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16608 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
16609 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
16610 if test $ac_cv_type_off_t = yes; then
16612 cat >>confdefs.h <<_ACEOF
16613 #define HAVE_OFF_T 1
16618 { echo "$as_me:$LINENO: checking for pid_t" >&5
16619 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
16620 if test "${ac_cv_type_pid_t+set}" = set; then
16621 echo $ECHO_N "(cached) $ECHO_C" >&6
16623 cat >conftest.$ac_ext <<_ACEOF
16626 cat confdefs.h >>conftest.$ac_ext
16627 cat >>conftest.$ac_ext <<_ACEOF
16628 /* end confdefs.h. */
16629 $ac_includes_default
16630 typedef pid_t ac__type_new_;
16634 if ((ac__type_new_ *) 0)
16636 if (sizeof (ac__type_new_))
16642 rm -f conftest.$ac_objext
16643 if { (ac_try="$ac_compile"
16644 case "(($ac_try" in
16645 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16646 *) ac_try_echo
=$ac_try;;
16648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16649 (eval "$ac_compile") 2>conftest.er1
16651 grep -v '^ *+' conftest.er1
>conftest.err
16653 cat conftest.err
>&5
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); } && {
16656 test -z "$ac_c_werror_flag" ||
16657 test ! -s conftest.err
16658 } && test -s conftest.
$ac_objext; then
16659 ac_cv_type_pid_t
=yes
16661 echo "$as_me: failed program was:" >&5
16662 sed 's/^/| /' conftest.
$ac_ext >&5
16664 ac_cv_type_pid_t
=no
16667 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16669 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
16670 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
16671 if test $ac_cv_type_pid_t = yes; then
16673 cat >>confdefs.h
<<_ACEOF
16674 #define HAVE_PID_T 1
16679 { echo "$as_me:$LINENO: checking for size_t" >&5
16680 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
16681 if test "${ac_cv_type_size_t+set}" = set; then
16682 echo $ECHO_N "(cached) $ECHO_C" >&6
16684 cat >conftest.
$ac_ext <<_ACEOF
16687 cat confdefs.h
>>conftest.
$ac_ext
16688 cat >>conftest.
$ac_ext <<_ACEOF
16689 /* end confdefs.h. */
16690 $ac_includes_default
16691 typedef size_t ac__type_new_;
16695 if ((ac__type_new_ *) 0)
16697 if (sizeof (ac__type_new_))
16703 rm -f conftest.
$ac_objext
16704 if { (ac_try
="$ac_compile"
16705 case "(($ac_try" in
16706 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16707 *) ac_try_echo=$ac_try;;
16709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16710 (eval "$ac_compile") 2>conftest.er1
16712 grep -v '^ *+' conftest.er1 >conftest.err
16714 cat conftest.err >&5
16715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16716 (exit $ac_status); } && {
16717 test -z "$ac_c_werror_flag" ||
16718 test ! -s conftest.err
16719 } && test -s conftest.$ac_objext; then
16720 ac_cv_type_size_t=yes
16722 echo "$as_me: failed program was:" >&5
16723 sed 's/^/| /' conftest.$ac_ext >&5
16725 ac_cv_type_size_t=no
16728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16730 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16731 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
16732 if test $ac_cv_type_size_t = yes; then
16734 cat >>confdefs.h <<_ACEOF
16735 #define HAVE_SIZE_T 1
16740 { echo "$as_me:$LINENO: checking for ssize_t" >&5
16741 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
16742 if test "${ac_cv_type_ssize_t+set}" = set; then
16743 echo $ECHO_N "(cached) $ECHO_C" >&6
16745 cat >conftest.$ac_ext <<_ACEOF
16748 cat confdefs.h >>conftest.$ac_ext
16749 cat >>conftest.$ac_ext <<_ACEOF
16750 /* end confdefs.h. */
16751 $ac_includes_default
16752 typedef ssize_t ac__type_new_;
16756 if ((ac__type_new_ *) 0)
16758 if (sizeof (ac__type_new_))
16764 rm -f conftest.$ac_objext
16765 if { (ac_try="$ac_compile"
16766 case "(($ac_try" in
16767 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16768 *) ac_try_echo
=$ac_try;;
16770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16771 (eval "$ac_compile") 2>conftest.er1
16773 grep -v '^ *+' conftest.er1
>conftest.err
16775 cat conftest.err
>&5
16776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16777 (exit $ac_status); } && {
16778 test -z "$ac_c_werror_flag" ||
16779 test ! -s conftest.err
16780 } && test -s conftest.
$ac_objext; then
16781 ac_cv_type_ssize_t
=yes
16783 echo "$as_me: failed program was:" >&5
16784 sed 's/^/| /' conftest.
$ac_ext >&5
16786 ac_cv_type_ssize_t
=no
16789 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16791 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
16792 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
16793 if test $ac_cv_type_ssize_t = yes; then
16795 cat >>confdefs.h
<<_ACEOF
16796 #define HAVE_SSIZE_T 1
16801 { echo "$as_me:$LINENO: checking for long long" >&5
16802 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
16803 if test "${ac_cv_type_long_long+set}" = set; then
16804 echo $ECHO_N "(cached) $ECHO_C" >&6
16806 cat >conftest.
$ac_ext <<_ACEOF
16809 cat confdefs.h
>>conftest.
$ac_ext
16810 cat >>conftest.
$ac_ext <<_ACEOF
16811 /* end confdefs.h. */
16812 $ac_includes_default
16813 typedef long long ac__type_new_;
16817 if ((ac__type_new_ *) 0)
16819 if (sizeof (ac__type_new_))
16825 rm -f conftest.
$ac_objext
16826 if { (ac_try
="$ac_compile"
16827 case "(($ac_try" in
16828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16829 *) ac_try_echo=$ac_try;;
16831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16832 (eval "$ac_compile") 2>conftest.er1
16834 grep -v '^ *+' conftest.er1 >conftest.err
16836 cat conftest.err >&5
16837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); } && {
16839 test -z "$ac_c_werror_flag" ||
16840 test ! -s conftest.err
16841 } && test -s conftest.$ac_objext; then
16842 ac_cv_type_long_long=yes
16844 echo "$as_me: failed program was:" >&5
16845 sed 's/^/| /' conftest.$ac_ext >&5
16847 ac_cv_type_long_long=no
16850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16852 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16853 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
16854 if test $ac_cv_type_long_long = yes; then
16856 cat >>confdefs.h <<_ACEOF
16857 #define HAVE_LONG_LONG 1
16862 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
16863 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
16864 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
16865 echo $ECHO_N "(cached) $ECHO_C" >&6
16867 cat >conftest.$ac_ext <<_ACEOF
16870 cat confdefs.h >>conftest.$ac_ext
16871 cat >>conftest.$ac_ext <<_ACEOF
16872 /* end confdefs.h. */
16873 $ac_includes_default
16874 typedef fsblkcnt_t ac__type_new_;
16878 if ((ac__type_new_ *) 0)
16880 if (sizeof (ac__type_new_))
16886 rm -f conftest.$ac_objext
16887 if { (ac_try="$ac_compile"
16888 case "(($ac_try" in
16889 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16890 *) ac_try_echo
=$ac_try;;
16892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16893 (eval "$ac_compile") 2>conftest.er1
16895 grep -v '^ *+' conftest.er1
>conftest.err
16897 cat conftest.err
>&5
16898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16899 (exit $ac_status); } && {
16900 test -z "$ac_c_werror_flag" ||
16901 test ! -s conftest.err
16902 } && test -s conftest.
$ac_objext; then
16903 ac_cv_type_fsblkcnt_t
=yes
16905 echo "$as_me: failed program was:" >&5
16906 sed 's/^/| /' conftest.
$ac_ext >&5
16908 ac_cv_type_fsblkcnt_t
=no
16911 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16913 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
16914 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
16915 if test $ac_cv_type_fsblkcnt_t = yes; then
16917 cat >>confdefs.h
<<_ACEOF
16918 #define HAVE_FSBLKCNT_T 1
16923 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
16924 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
16925 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
16926 echo $ECHO_N "(cached) $ECHO_C" >&6
16928 cat >conftest.
$ac_ext <<_ACEOF
16931 cat confdefs.h
>>conftest.
$ac_ext
16932 cat >>conftest.
$ac_ext <<_ACEOF
16933 /* end confdefs.h. */
16934 $ac_includes_default
16935 typedef fsfilcnt_t ac__type_new_;
16939 if ((ac__type_new_ *) 0)
16941 if (sizeof (ac__type_new_))
16947 rm -f conftest.
$ac_objext
16948 if { (ac_try
="$ac_compile"
16949 case "(($ac_try" in
16950 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16951 *) ac_try_echo=$ac_try;;
16953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16954 (eval "$ac_compile") 2>conftest.er1
16956 grep -v '^ *+' conftest.er1 >conftest.err
16958 cat conftest.err >&5
16959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16960 (exit $ac_status); } && {
16961 test -z "$ac_c_werror_flag" ||
16962 test ! -s conftest.err
16963 } && test -s conftest.$ac_objext; then
16964 ac_cv_type_fsfilcnt_t=yes
16966 echo "$as_me: failed program was:" >&5
16967 sed 's/^/| /' conftest.$ac_ext >&5
16969 ac_cv_type_fsfilcnt_t=no
16972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16974 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
16975 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
16976 if test $ac_cv_type_fsfilcnt_t = yes; then
16978 cat >>confdefs.h <<_ACEOF
16979 #define HAVE_FSFILCNT_T 1
16985 { echo "$as_me:$LINENO: checking for sigset_t" >&5
16986 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
16987 if test "${ac_cv_type_sigset_t+set}" = set; then
16988 echo $ECHO_N "(cached) $ECHO_C" >&6
16990 cat >conftest.$ac_ext <<_ACEOF
16993 cat confdefs.h >>conftest.$ac_ext
16994 cat >>conftest.$ac_ext <<_ACEOF
16995 /* end confdefs.h. */
16996 #include <signal.h>
16998 typedef sigset_t ac__type_new_;
17002 if ((ac__type_new_ *) 0)
17004 if (sizeof (ac__type_new_))
17010 rm -f conftest.$ac_objext
17011 if { (ac_try="$ac_compile"
17012 case "(($ac_try" in
17013 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17014 *) ac_try_echo
=$ac_try;;
17016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17017 (eval "$ac_compile") 2>conftest.er1
17019 grep -v '^ *+' conftest.er1
>conftest.err
17021 cat conftest.err
>&5
17022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023 (exit $ac_status); } && {
17024 test -z "$ac_c_werror_flag" ||
17025 test ! -s conftest.err
17026 } && test -s conftest.
$ac_objext; then
17027 ac_cv_type_sigset_t
=yes
17029 echo "$as_me: failed program was:" >&5
17030 sed 's/^/| /' conftest.
$ac_ext >&5
17032 ac_cv_type_sigset_t
=no
17035 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17037 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
17038 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
17039 if test $ac_cv_type_sigset_t = yes; then
17041 cat >>confdefs.h
<<_ACEOF
17042 #define HAVE_SIGSET_T 1
17048 { echo "$as_me:$LINENO: checking for request_sense" >&5
17049 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
17050 if test "${ac_cv_type_request_sense+set}" = set; then
17051 echo $ECHO_N "(cached) $ECHO_C" >&6
17053 cat >conftest.
$ac_ext <<_ACEOF
17056 cat confdefs.h
>>conftest.
$ac_ext
17057 cat >>conftest.
$ac_ext <<_ACEOF
17058 /* end confdefs.h. */
17059 #include <linux/cdrom.h>
17061 typedef request_sense ac__type_new_;
17065 if ((ac__type_new_ *) 0)
17067 if (sizeof (ac__type_new_))
17073 rm -f conftest.
$ac_objext
17074 if { (ac_try
="$ac_compile"
17075 case "(($ac_try" in
17076 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17077 *) ac_try_echo=$ac_try;;
17079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17080 (eval "$ac_compile") 2>conftest.er1
17082 grep -v '^ *+' conftest.er1 >conftest.err
17084 cat conftest.err >&5
17085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17086 (exit $ac_status); } && {
17087 test -z "$ac_c_werror_flag" ||
17088 test ! -s conftest.err
17089 } && test -s conftest.$ac_objext; then
17090 ac_cv_type_request_sense=yes
17092 echo "$as_me: failed program was:" >&5
17093 sed 's/^/| /' conftest.$ac_ext >&5
17095 ac_cv_type_request_sense=no
17098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17100 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
17101 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
17102 if test $ac_cv_type_request_sense = yes; then
17104 cat >>confdefs.h <<_ACEOF
17105 #define HAVE_REQUEST_SENSE 1
17112 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
17113 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
17114 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
17115 echo $ECHO_N "(cached) $ECHO_C" >&6
17117 cat >conftest.$ac_ext <<_ACEOF
17120 cat confdefs.h >>conftest.$ac_ext
17121 cat >>conftest.$ac_ext <<_ACEOF
17122 /* end confdefs.h. */
17123 #ifdef HAVE_LINUX_INPUT_H
17124 #include <linux/input.h>
17130 static struct ff_effect ac_aggr;
17131 if (ac_aggr.direction)
17137 rm -f conftest.$ac_objext
17138 if { (ac_try="$ac_compile"
17139 case "(($ac_try" in
17140 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17141 *) ac_try_echo
=$ac_try;;
17143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17144 (eval "$ac_compile") 2>conftest.er1
17146 grep -v '^ *+' conftest.er1
>conftest.err
17148 cat conftest.err
>&5
17149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17150 (exit $ac_status); } && {
17151 test -z "$ac_c_werror_flag" ||
17152 test ! -s conftest.err
17153 } && test -s conftest.
$ac_objext; then
17154 ac_cv_member_struct_ff_effect_direction
=yes
17156 echo "$as_me: failed program was:" >&5
17157 sed 's/^/| /' conftest.
$ac_ext >&5
17159 cat >conftest.
$ac_ext <<_ACEOF
17162 cat confdefs.h
>>conftest.
$ac_ext
17163 cat >>conftest.
$ac_ext <<_ACEOF
17164 /* end confdefs.h. */
17165 #ifdef HAVE_LINUX_INPUT_H
17166 #include <linux/input.h>
17172 static struct ff_effect ac_aggr;
17173 if (sizeof ac_aggr.direction)
17179 rm -f conftest.
$ac_objext
17180 if { (ac_try
="$ac_compile"
17181 case "(($ac_try" in
17182 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17183 *) ac_try_echo=$ac_try;;
17185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17186 (eval "$ac_compile") 2>conftest.er1
17188 grep -v '^ *+' conftest.er1 >conftest.err
17190 cat conftest.err >&5
17191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17192 (exit $ac_status); } && {
17193 test -z "$ac_c_werror_flag" ||
17194 test ! -s conftest.err
17195 } && test -s conftest.$ac_objext; then
17196 ac_cv_member_struct_ff_effect_direction=yes
17198 echo "$as_me: failed program was:" >&5
17199 sed 's/^/| /' conftest.$ac_ext >&5
17201 ac_cv_member_struct_ff_effect_direction=no
17204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17209 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
17210 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
17211 if test $ac_cv_member_struct_ff_effect_direction = yes; then
17213 cat >>confdefs.h <<_ACEOF
17214 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
17221 { echo "$as_me:$LINENO: checking for sigaddset" >&5
17222 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
17223 if test "${wine_cv_have_sigaddset+set}" = set; then
17224 echo $ECHO_N "(cached) $ECHO_C" >&6
17226 cat >conftest.$ac_ext <<_ACEOF
17229 cat confdefs.h >>conftest.$ac_ext
17230 cat >>conftest.$ac_ext <<_ACEOF
17231 /* end confdefs.h. */
17232 #include <signal.h>
17236 sigset_t set; sigaddset(&set,SIGTERM);
17241 rm -f conftest.$ac_objext conftest$ac_exeext
17242 if { (ac_try="$ac_link"
17243 case "(($ac_try" in
17244 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17245 *) ac_try_echo
=$ac_try;;
17247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17248 (eval "$ac_link") 2>conftest.er1
17250 grep -v '^ *+' conftest.er1
>conftest.err
17252 cat conftest.err
>&5
17253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17254 (exit $ac_status); } && {
17255 test -z "$ac_c_werror_flag" ||
17256 test ! -s conftest.err
17257 } && test -s conftest
$ac_exeext &&
17258 $as_test_x conftest
$ac_exeext; then
17259 wine_cv_have_sigaddset
=yes
17261 echo "$as_me: failed program was:" >&5
17262 sed 's/^/| /' conftest.
$ac_ext >&5
17264 wine_cv_have_sigaddset
=no
17267 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17268 conftest
$ac_exeext conftest.
$ac_ext
17270 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
17271 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
17272 if test "$wine_cv_have_sigaddset" = "yes"
17275 cat >>confdefs.h
<<\_ACEOF
17276 #define HAVE_SIGADDSET 1
17282 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
17283 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
17284 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
17285 echo $ECHO_N "(cached) $ECHO_C" >&6
17287 cat >conftest.
$ac_ext <<_ACEOF
17290 cat confdefs.h
>>conftest.
$ac_ext
17291 cat >>conftest.
$ac_ext <<_ACEOF
17292 /* end confdefs.h. */
17300 struct hostent *result;
17307 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
17308 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
17314 rm -f conftest.
$ac_objext conftest
$ac_exeext
17315 if { (ac_try
="$ac_link"
17316 case "(($ac_try" in
17317 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17318 *) ac_try_echo=$ac_try;;
17320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17321 (eval "$ac_link") 2>conftest.er1
17323 grep -v '^ *+' conftest.er1 >conftest.err
17325 cat conftest.err >&5
17326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17327 (exit $ac_status); } && {
17328 test -z "$ac_c_werror_flag" ||
17329 test ! -s conftest.err
17330 } && test -s conftest$ac_exeext &&
17331 $as_test_x conftest$ac_exeext; then
17332 wine_cv_linux_gethostbyname_r_6=yes
17334 echo "$as_me: failed program was:" >&5
17335 sed 's/^/| /' conftest.$ac_ext >&5
17337 wine_cv_linux_gethostbyname_r_6=no
17341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17342 conftest$ac_exeext conftest.$ac_ext
17345 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
17346 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
17347 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
17350 cat >>confdefs.h <<\_ACEOF
17351 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
17356 if test "$ac_cv_header_linux_joystick_h" = "yes"
17358 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
17359 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
17360 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
17361 echo $ECHO_N "(cached) $ECHO_C" >&6
17363 cat >conftest.$ac_ext <<_ACEOF
17366 cat confdefs.h >>conftest.$ac_ext
17367 cat >>conftest.$ac_ext <<_ACEOF
17368 /* end confdefs.h. */
17370 #include <sys/ioctl.h>
17371 #include <sys/types.h>
17372 #include <linux/joystick.h>
17374 struct js_event blub;
17375 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
17376 #error "no 2.2 header"
17387 rm -f conftest.$ac_objext
17388 if { (ac_try="$ac_compile"
17389 case "(($ac_try" in
17390 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17391 *) ac_try_echo
=$ac_try;;
17393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17394 (eval "$ac_compile") 2>conftest.er1
17396 grep -v '^ *+' conftest.er1
>conftest.err
17398 cat conftest.err
>&5
17399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17400 (exit $ac_status); } && {
17401 test -z "$ac_c_werror_flag" ||
17402 test ! -s conftest.err
17403 } && test -s conftest.
$ac_objext; then
17404 wine_cv_linux_joystick_22_api
=yes
17406 echo "$as_me: failed program was:" >&5
17407 sed 's/^/| /' conftest.
$ac_ext >&5
17409 wine_cv_linux_joystick_22_api
=no
17412 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17415 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
17416 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
17417 if test "$wine_cv_linux_joystick_22_api" = "yes"
17420 cat >>confdefs.h
<<\_ACEOF
17421 #define HAVE_LINUX_22_JOYSTICK_API 1
17428 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
17429 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
17430 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
17431 echo $ECHO_N "(cached) $ECHO_C" >&6
17433 cat >conftest.
$ac_ext <<_ACEOF
17436 cat confdefs.h
>>conftest.
$ac_ext
17437 cat >>conftest.
$ac_ext <<_ACEOF
17438 /* end confdefs.h. */
17439 #include <sys/types.h>
17440 #ifdef HAVE_SYS_PARAM_H
17441 # include <sys/param.h>
17443 #ifdef HAVE_SYS_MOUNT_H
17444 # include <sys/mount.h>
17446 #ifdef HAVE_SYS_VFS_H
17447 # include <sys/vfs.h>
17449 #ifdef HAVE_SYS_STATFS_H
17450 # include <sys/statfs.h>
17456 static struct statfs ac_aggr;
17457 if (ac_aggr.f_bfree)
17463 rm -f conftest.
$ac_objext
17464 if { (ac_try
="$ac_compile"
17465 case "(($ac_try" in
17466 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17467 *) ac_try_echo=$ac_try;;
17469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17470 (eval "$ac_compile") 2>conftest.er1
17472 grep -v '^ *+' conftest.er1 >conftest.err
17474 cat conftest.err >&5
17475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17476 (exit $ac_status); } && {
17477 test -z "$ac_c_werror_flag" ||
17478 test ! -s conftest.err
17479 } && test -s conftest.$ac_objext; then
17480 ac_cv_member_struct_statfs_f_bfree=yes
17482 echo "$as_me: failed program was:" >&5
17483 sed 's/^/| /' conftest.$ac_ext >&5
17485 cat >conftest.$ac_ext <<_ACEOF
17488 cat confdefs.h >>conftest.$ac_ext
17489 cat >>conftest.$ac_ext <<_ACEOF
17490 /* end confdefs.h. */
17491 #include <sys/types.h>
17492 #ifdef HAVE_SYS_PARAM_H
17493 # include <sys/param.h>
17495 #ifdef HAVE_SYS_MOUNT_H
17496 # include <sys/mount.h>
17498 #ifdef HAVE_SYS_VFS_H
17499 # include <sys/vfs.h>
17501 #ifdef HAVE_SYS_STATFS_H
17502 # include <sys/statfs.h>
17508 static struct statfs ac_aggr;
17509 if (sizeof ac_aggr.f_bfree)
17515 rm -f conftest.$ac_objext
17516 if { (ac_try="$ac_compile"
17517 case "(($ac_try" in
17518 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17519 *) ac_try_echo
=$ac_try;;
17521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17522 (eval "$ac_compile") 2>conftest.er1
17524 grep -v '^ *+' conftest.er1
>conftest.err
17526 cat conftest.err
>&5
17527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17528 (exit $ac_status); } && {
17529 test -z "$ac_c_werror_flag" ||
17530 test ! -s conftest.err
17531 } && test -s conftest.
$ac_objext; then
17532 ac_cv_member_struct_statfs_f_bfree
=yes
17534 echo "$as_me: failed program was:" >&5
17535 sed 's/^/| /' conftest.
$ac_ext >&5
17537 ac_cv_member_struct_statfs_f_bfree
=no
17540 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17543 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17545 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
17546 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
17547 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
17549 cat >>confdefs.h
<<_ACEOF
17550 #define HAVE_STRUCT_STATFS_F_BFREE 1
17555 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
17556 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
17557 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
17558 echo $ECHO_N "(cached) $ECHO_C" >&6
17560 cat >conftest.
$ac_ext <<_ACEOF
17563 cat confdefs.h
>>conftest.
$ac_ext
17564 cat >>conftest.
$ac_ext <<_ACEOF
17565 /* end confdefs.h. */
17566 #include <sys/types.h>
17567 #ifdef HAVE_SYS_PARAM_H
17568 # include <sys/param.h>
17570 #ifdef HAVE_SYS_MOUNT_H
17571 # include <sys/mount.h>
17573 #ifdef HAVE_SYS_VFS_H
17574 # include <sys/vfs.h>
17576 #ifdef HAVE_SYS_STATFS_H
17577 # include <sys/statfs.h>
17583 static struct statfs ac_aggr;
17584 if (ac_aggr.f_bavail)
17590 rm -f conftest.
$ac_objext
17591 if { (ac_try
="$ac_compile"
17592 case "(($ac_try" in
17593 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17594 *) ac_try_echo=$ac_try;;
17596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17597 (eval "$ac_compile") 2>conftest.er1
17599 grep -v '^ *+' conftest.er1 >conftest.err
17601 cat conftest.err >&5
17602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17603 (exit $ac_status); } && {
17604 test -z "$ac_c_werror_flag" ||
17605 test ! -s conftest.err
17606 } && test -s conftest.$ac_objext; then
17607 ac_cv_member_struct_statfs_f_bavail=yes
17609 echo "$as_me: failed program was:" >&5
17610 sed 's/^/| /' conftest.$ac_ext >&5
17612 cat >conftest.$ac_ext <<_ACEOF
17615 cat confdefs.h >>conftest.$ac_ext
17616 cat >>conftest.$ac_ext <<_ACEOF
17617 /* end confdefs.h. */
17618 #include <sys/types.h>
17619 #ifdef HAVE_SYS_PARAM_H
17620 # include <sys/param.h>
17622 #ifdef HAVE_SYS_MOUNT_H
17623 # include <sys/mount.h>
17625 #ifdef HAVE_SYS_VFS_H
17626 # include <sys/vfs.h>
17628 #ifdef HAVE_SYS_STATFS_H
17629 # include <sys/statfs.h>
17635 static struct statfs ac_aggr;
17636 if (sizeof ac_aggr.f_bavail)
17642 rm -f conftest.$ac_objext
17643 if { (ac_try="$ac_compile"
17644 case "(($ac_try" in
17645 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17646 *) ac_try_echo
=$ac_try;;
17648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17649 (eval "$ac_compile") 2>conftest.er1
17651 grep -v '^ *+' conftest.er1
>conftest.err
17653 cat conftest.err
>&5
17654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17655 (exit $ac_status); } && {
17656 test -z "$ac_c_werror_flag" ||
17657 test ! -s conftest.err
17658 } && test -s conftest.
$ac_objext; then
17659 ac_cv_member_struct_statfs_f_bavail
=yes
17661 echo "$as_me: failed program was:" >&5
17662 sed 's/^/| /' conftest.
$ac_ext >&5
17664 ac_cv_member_struct_statfs_f_bavail
=no
17667 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17670 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17672 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
17673 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
17674 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
17676 cat >>confdefs.h
<<_ACEOF
17677 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
17682 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
17683 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
17684 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
17685 echo $ECHO_N "(cached) $ECHO_C" >&6
17687 cat >conftest.
$ac_ext <<_ACEOF
17690 cat confdefs.h
>>conftest.
$ac_ext
17691 cat >>conftest.
$ac_ext <<_ACEOF
17692 /* end confdefs.h. */
17693 #include <sys/types.h>
17694 #ifdef HAVE_SYS_PARAM_H
17695 # include <sys/param.h>
17697 #ifdef HAVE_SYS_MOUNT_H
17698 # include <sys/mount.h>
17700 #ifdef HAVE_SYS_VFS_H
17701 # include <sys/vfs.h>
17703 #ifdef HAVE_SYS_STATFS_H
17704 # include <sys/statfs.h>
17710 static struct statfs ac_aggr;
17711 if (ac_aggr.f_frsize)
17717 rm -f conftest.
$ac_objext
17718 if { (ac_try
="$ac_compile"
17719 case "(($ac_try" in
17720 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17721 *) ac_try_echo=$ac_try;;
17723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17724 (eval "$ac_compile") 2>conftest.er1
17726 grep -v '^ *+' conftest.er1 >conftest.err
17728 cat conftest.err >&5
17729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17730 (exit $ac_status); } && {
17731 test -z "$ac_c_werror_flag" ||
17732 test ! -s conftest.err
17733 } && test -s conftest.$ac_objext; then
17734 ac_cv_member_struct_statfs_f_frsize=yes
17736 echo "$as_me: failed program was:" >&5
17737 sed 's/^/| /' conftest.$ac_ext >&5
17739 cat >conftest.$ac_ext <<_ACEOF
17742 cat confdefs.h >>conftest.$ac_ext
17743 cat >>conftest.$ac_ext <<_ACEOF
17744 /* end confdefs.h. */
17745 #include <sys/types.h>
17746 #ifdef HAVE_SYS_PARAM_H
17747 # include <sys/param.h>
17749 #ifdef HAVE_SYS_MOUNT_H
17750 # include <sys/mount.h>
17752 #ifdef HAVE_SYS_VFS_H
17753 # include <sys/vfs.h>
17755 #ifdef HAVE_SYS_STATFS_H
17756 # include <sys/statfs.h>
17762 static struct statfs ac_aggr;
17763 if (sizeof ac_aggr.f_frsize)
17769 rm -f conftest.$ac_objext
17770 if { (ac_try="$ac_compile"
17771 case "(($ac_try" in
17772 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17773 *) ac_try_echo
=$ac_try;;
17775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17776 (eval "$ac_compile") 2>conftest.er1
17778 grep -v '^ *+' conftest.er1
>conftest.err
17780 cat conftest.err
>&5
17781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17782 (exit $ac_status); } && {
17783 test -z "$ac_c_werror_flag" ||
17784 test ! -s conftest.err
17785 } && test -s conftest.
$ac_objext; then
17786 ac_cv_member_struct_statfs_f_frsize
=yes
17788 echo "$as_me: failed program was:" >&5
17789 sed 's/^/| /' conftest.
$ac_ext >&5
17791 ac_cv_member_struct_statfs_f_frsize
=no
17794 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17797 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17799 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
17800 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
17801 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
17803 cat >>confdefs.h
<<_ACEOF
17804 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17809 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
17810 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
17811 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
17812 echo $ECHO_N "(cached) $ECHO_C" >&6
17814 cat >conftest.
$ac_ext <<_ACEOF
17817 cat confdefs.h
>>conftest.
$ac_ext
17818 cat >>conftest.
$ac_ext <<_ACEOF
17819 /* end confdefs.h. */
17820 #include <sys/types.h>
17821 #ifdef HAVE_SYS_PARAM_H
17822 # include <sys/param.h>
17824 #ifdef HAVE_SYS_MOUNT_H
17825 # include <sys/mount.h>
17827 #ifdef HAVE_SYS_VFS_H
17828 # include <sys/vfs.h>
17830 #ifdef HAVE_SYS_STATFS_H
17831 # include <sys/statfs.h>
17837 static struct statfs ac_aggr;
17838 if (ac_aggr.f_ffree)
17844 rm -f conftest.
$ac_objext
17845 if { (ac_try
="$ac_compile"
17846 case "(($ac_try" in
17847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17848 *) ac_try_echo=$ac_try;;
17850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17851 (eval "$ac_compile") 2>conftest.er1
17853 grep -v '^ *+' conftest.er1 >conftest.err
17855 cat conftest.err >&5
17856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17857 (exit $ac_status); } && {
17858 test -z "$ac_c_werror_flag" ||
17859 test ! -s conftest.err
17860 } && test -s conftest.$ac_objext; then
17861 ac_cv_member_struct_statfs_f_ffree=yes
17863 echo "$as_me: failed program was:" >&5
17864 sed 's/^/| /' conftest.$ac_ext >&5
17866 cat >conftest.$ac_ext <<_ACEOF
17869 cat confdefs.h >>conftest.$ac_ext
17870 cat >>conftest.$ac_ext <<_ACEOF
17871 /* end confdefs.h. */
17872 #include <sys/types.h>
17873 #ifdef HAVE_SYS_PARAM_H
17874 # include <sys/param.h>
17876 #ifdef HAVE_SYS_MOUNT_H
17877 # include <sys/mount.h>
17879 #ifdef HAVE_SYS_VFS_H
17880 # include <sys/vfs.h>
17882 #ifdef HAVE_SYS_STATFS_H
17883 # include <sys/statfs.h>
17889 static struct statfs ac_aggr;
17890 if (sizeof ac_aggr.f_ffree)
17896 rm -f conftest.$ac_objext
17897 if { (ac_try="$ac_compile"
17898 case "(($ac_try" in
17899 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17900 *) ac_try_echo
=$ac_try;;
17902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17903 (eval "$ac_compile") 2>conftest.er1
17905 grep -v '^ *+' conftest.er1
>conftest.err
17907 cat conftest.err
>&5
17908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17909 (exit $ac_status); } && {
17910 test -z "$ac_c_werror_flag" ||
17911 test ! -s conftest.err
17912 } && test -s conftest.
$ac_objext; then
17913 ac_cv_member_struct_statfs_f_ffree
=yes
17915 echo "$as_me: failed program was:" >&5
17916 sed 's/^/| /' conftest.
$ac_ext >&5
17918 ac_cv_member_struct_statfs_f_ffree
=no
17921 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17924 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
17926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
17927 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
17928 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
17930 cat >>confdefs.h
<<_ACEOF
17931 #define HAVE_STRUCT_STATFS_F_FFREE 1
17936 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
17937 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
17938 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
17939 echo $ECHO_N "(cached) $ECHO_C" >&6
17941 cat >conftest.
$ac_ext <<_ACEOF
17944 cat confdefs.h
>>conftest.
$ac_ext
17945 cat >>conftest.
$ac_ext <<_ACEOF
17946 /* end confdefs.h. */
17947 #include <sys/types.h>
17948 #ifdef HAVE_SYS_PARAM_H
17949 # include <sys/param.h>
17951 #ifdef HAVE_SYS_MOUNT_H
17952 # include <sys/mount.h>
17954 #ifdef HAVE_SYS_VFS_H
17955 # include <sys/vfs.h>
17957 #ifdef HAVE_SYS_STATFS_H
17958 # include <sys/statfs.h>
17964 static struct statfs ac_aggr;
17965 if (ac_aggr.f_favail)
17971 rm -f conftest.
$ac_objext
17972 if { (ac_try
="$ac_compile"
17973 case "(($ac_try" in
17974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17975 *) ac_try_echo=$ac_try;;
17977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17978 (eval "$ac_compile") 2>conftest.er1
17980 grep -v '^ *+' conftest.er1 >conftest.err
17982 cat conftest.err >&5
17983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17984 (exit $ac_status); } && {
17985 test -z "$ac_c_werror_flag" ||
17986 test ! -s conftest.err
17987 } && test -s conftest.$ac_objext; then
17988 ac_cv_member_struct_statfs_f_favail=yes
17990 echo "$as_me: failed program was:" >&5
17991 sed 's/^/| /' conftest.$ac_ext >&5
17993 cat >conftest.$ac_ext <<_ACEOF
17996 cat confdefs.h >>conftest.$ac_ext
17997 cat >>conftest.$ac_ext <<_ACEOF
17998 /* end confdefs.h. */
17999 #include <sys/types.h>
18000 #ifdef HAVE_SYS_PARAM_H
18001 # include <sys/param.h>
18003 #ifdef HAVE_SYS_MOUNT_H
18004 # include <sys/mount.h>
18006 #ifdef HAVE_SYS_VFS_H
18007 # include <sys/vfs.h>
18009 #ifdef HAVE_SYS_STATFS_H
18010 # include <sys/statfs.h>
18016 static struct statfs ac_aggr;
18017 if (sizeof ac_aggr.f_favail)
18023 rm -f conftest.$ac_objext
18024 if { (ac_try="$ac_compile"
18025 case "(($ac_try" in
18026 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18027 *) ac_try_echo
=$ac_try;;
18029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18030 (eval "$ac_compile") 2>conftest.er1
18032 grep -v '^ *+' conftest.er1
>conftest.err
18034 cat conftest.err
>&5
18035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18036 (exit $ac_status); } && {
18037 test -z "$ac_c_werror_flag" ||
18038 test ! -s conftest.err
18039 } && test -s conftest.
$ac_objext; then
18040 ac_cv_member_struct_statfs_f_favail
=yes
18042 echo "$as_me: failed program was:" >&5
18043 sed 's/^/| /' conftest.
$ac_ext >&5
18045 ac_cv_member_struct_statfs_f_favail
=no
18048 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18051 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18053 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
18054 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
18055 if test $ac_cv_member_struct_statfs_f_favail = yes; then
18057 cat >>confdefs.h
<<_ACEOF
18058 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
18063 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
18064 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
18065 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
18066 echo $ECHO_N "(cached) $ECHO_C" >&6
18068 cat >conftest.
$ac_ext <<_ACEOF
18071 cat confdefs.h
>>conftest.
$ac_ext
18072 cat >>conftest.
$ac_ext <<_ACEOF
18073 /* end confdefs.h. */
18074 #include <sys/types.h>
18075 #ifdef HAVE_SYS_PARAM_H
18076 # include <sys/param.h>
18078 #ifdef HAVE_SYS_MOUNT_H
18079 # include <sys/mount.h>
18081 #ifdef HAVE_SYS_VFS_H
18082 # include <sys/vfs.h>
18084 #ifdef HAVE_SYS_STATFS_H
18085 # include <sys/statfs.h>
18091 static struct statfs ac_aggr;
18092 if (ac_aggr.f_namelen)
18098 rm -f conftest.
$ac_objext
18099 if { (ac_try
="$ac_compile"
18100 case "(($ac_try" in
18101 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18102 *) ac_try_echo=$ac_try;;
18104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18105 (eval "$ac_compile") 2>conftest.er1
18107 grep -v '^ *+' conftest.er1 >conftest.err
18109 cat conftest.err >&5
18110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18111 (exit $ac_status); } && {
18112 test -z "$ac_c_werror_flag" ||
18113 test ! -s conftest.err
18114 } && test -s conftest.$ac_objext; then
18115 ac_cv_member_struct_statfs_f_namelen=yes
18117 echo "$as_me: failed program was:" >&5
18118 sed 's/^/| /' conftest.$ac_ext >&5
18120 cat >conftest.$ac_ext <<_ACEOF
18123 cat confdefs.h >>conftest.$ac_ext
18124 cat >>conftest.$ac_ext <<_ACEOF
18125 /* end confdefs.h. */
18126 #include <sys/types.h>
18127 #ifdef HAVE_SYS_PARAM_H
18128 # include <sys/param.h>
18130 #ifdef HAVE_SYS_MOUNT_H
18131 # include <sys/mount.h>
18133 #ifdef HAVE_SYS_VFS_H
18134 # include <sys/vfs.h>
18136 #ifdef HAVE_SYS_STATFS_H
18137 # include <sys/statfs.h>
18143 static struct statfs ac_aggr;
18144 if (sizeof ac_aggr.f_namelen)
18150 rm -f conftest.$ac_objext
18151 if { (ac_try="$ac_compile"
18152 case "(($ac_try" in
18153 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18154 *) ac_try_echo
=$ac_try;;
18156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18157 (eval "$ac_compile") 2>conftest.er1
18159 grep -v '^ *+' conftest.er1
>conftest.err
18161 cat conftest.err
>&5
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); } && {
18164 test -z "$ac_c_werror_flag" ||
18165 test ! -s conftest.err
18166 } && test -s conftest.
$ac_objext; then
18167 ac_cv_member_struct_statfs_f_namelen
=yes
18169 echo "$as_me: failed program was:" >&5
18170 sed 's/^/| /' conftest.
$ac_ext >&5
18172 ac_cv_member_struct_statfs_f_namelen
=no
18175 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18178 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18180 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
18181 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
18182 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
18184 cat >>confdefs.h
<<_ACEOF
18185 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
18192 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
18193 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
18194 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
18195 echo $ECHO_N "(cached) $ECHO_C" >&6
18197 cat >conftest.
$ac_ext <<_ACEOF
18200 cat confdefs.h
>>conftest.
$ac_ext
18201 cat >>conftest.
$ac_ext <<_ACEOF
18202 /* end confdefs.h. */
18203 #ifdef HAVE_SYS_STATVFS_H
18204 #include <sys/statvfs.h>
18210 static struct statvfs ac_aggr;
18211 if (ac_aggr.f_blocks)
18217 rm -f conftest.
$ac_objext
18218 if { (ac_try
="$ac_compile"
18219 case "(($ac_try" in
18220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18221 *) ac_try_echo=$ac_try;;
18223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18224 (eval "$ac_compile") 2>conftest.er1
18226 grep -v '^ *+' conftest.er1 >conftest.err
18228 cat conftest.err >&5
18229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18230 (exit $ac_status); } && {
18231 test -z "$ac_c_werror_flag" ||
18232 test ! -s conftest.err
18233 } && test -s conftest.$ac_objext; then
18234 ac_cv_member_struct_statvfs_f_blocks=yes
18236 echo "$as_me: failed program was:" >&5
18237 sed 's/^/| /' conftest.$ac_ext >&5
18239 cat >conftest.$ac_ext <<_ACEOF
18242 cat confdefs.h >>conftest.$ac_ext
18243 cat >>conftest.$ac_ext <<_ACEOF
18244 /* end confdefs.h. */
18245 #ifdef HAVE_SYS_STATVFS_H
18246 #include <sys/statvfs.h>
18252 static struct statvfs ac_aggr;
18253 if (sizeof ac_aggr.f_blocks)
18259 rm -f conftest.$ac_objext
18260 if { (ac_try="$ac_compile"
18261 case "(($ac_try" in
18262 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18263 *) ac_try_echo
=$ac_try;;
18265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18266 (eval "$ac_compile") 2>conftest.er1
18268 grep -v '^ *+' conftest.er1
>conftest.err
18270 cat conftest.err
>&5
18271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18272 (exit $ac_status); } && {
18273 test -z "$ac_c_werror_flag" ||
18274 test ! -s conftest.err
18275 } && test -s conftest.
$ac_objext; then
18276 ac_cv_member_struct_statvfs_f_blocks
=yes
18278 echo "$as_me: failed program was:" >&5
18279 sed 's/^/| /' conftest.
$ac_ext >&5
18281 ac_cv_member_struct_statvfs_f_blocks
=no
18284 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18287 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18289 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
18290 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
18291 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
18293 cat >>confdefs.h
<<_ACEOF
18294 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
18301 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
18302 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
18303 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
18304 echo $ECHO_N "(cached) $ECHO_C" >&6
18306 cat >conftest.
$ac_ext <<_ACEOF
18309 cat confdefs.h
>>conftest.
$ac_ext
18310 cat >>conftest.
$ac_ext <<_ACEOF
18311 /* end confdefs.h. */
18312 #include <sys/types.h>
18313 #ifdef HAVE_SYS_SOCKET_H
18314 # include <sys/socket.h>
18316 #ifdef HAVE_SYS_UN_H
18317 # include <sys/un.h>
18323 static struct msghdr ac_aggr;
18324 if (ac_aggr.msg_accrights)
18330 rm -f conftest.
$ac_objext
18331 if { (ac_try
="$ac_compile"
18332 case "(($ac_try" in
18333 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18334 *) ac_try_echo=$ac_try;;
18336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18337 (eval "$ac_compile") 2>conftest.er1
18339 grep -v '^ *+' conftest.er1 >conftest.err
18341 cat conftest.err >&5
18342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18343 (exit $ac_status); } && {
18344 test -z "$ac_c_werror_flag" ||
18345 test ! -s conftest.err
18346 } && test -s conftest.$ac_objext; then
18347 ac_cv_member_struct_msghdr_msg_accrights=yes
18349 echo "$as_me: failed program was:" >&5
18350 sed 's/^/| /' conftest.$ac_ext >&5
18352 cat >conftest.$ac_ext <<_ACEOF
18355 cat confdefs.h >>conftest.$ac_ext
18356 cat >>conftest.$ac_ext <<_ACEOF
18357 /* end confdefs.h. */
18358 #include <sys/types.h>
18359 #ifdef HAVE_SYS_SOCKET_H
18360 # include <sys/socket.h>
18362 #ifdef HAVE_SYS_UN_H
18363 # include <sys/un.h>
18369 static struct msghdr ac_aggr;
18370 if (sizeof ac_aggr.msg_accrights)
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
18393 ac_cv_member_struct_msghdr_msg_accrights
=yes
18395 echo "$as_me: failed program was:" >&5
18396 sed 's/^/| /' conftest.
$ac_ext >&5
18398 ac_cv_member_struct_msghdr_msg_accrights
=no
18401 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18404 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18406 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
18407 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
18408 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
18410 cat >>confdefs.h
<<_ACEOF
18411 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18416 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
18417 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
18418 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
18419 echo $ECHO_N "(cached) $ECHO_C" >&6
18421 cat >conftest.
$ac_ext <<_ACEOF
18424 cat confdefs.h
>>conftest.
$ac_ext
18425 cat >>conftest.
$ac_ext <<_ACEOF
18426 /* end confdefs.h. */
18427 #include <sys/types.h>
18428 #ifdef HAVE_SYS_SOCKET_H
18429 # include <sys/socket.h>
18431 #ifdef HAVE_SYS_UN_H
18432 # include <sys/un.h>
18438 static struct sockaddr ac_aggr;
18439 if (ac_aggr.sa_len)
18445 rm -f conftest.
$ac_objext
18446 if { (ac_try
="$ac_compile"
18447 case "(($ac_try" in
18448 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18449 *) ac_try_echo=$ac_try;;
18451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18452 (eval "$ac_compile") 2>conftest.er1
18454 grep -v '^ *+' conftest.er1 >conftest.err
18456 cat conftest.err >&5
18457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18458 (exit $ac_status); } && {
18459 test -z "$ac_c_werror_flag" ||
18460 test ! -s conftest.err
18461 } && test -s conftest.$ac_objext; then
18462 ac_cv_member_struct_sockaddr_sa_len=yes
18464 echo "$as_me: failed program was:" >&5
18465 sed 's/^/| /' conftest.$ac_ext >&5
18467 cat >conftest.$ac_ext <<_ACEOF
18470 cat confdefs.h >>conftest.$ac_ext
18471 cat >>conftest.$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18473 #include <sys/types.h>
18474 #ifdef HAVE_SYS_SOCKET_H
18475 # include <sys/socket.h>
18477 #ifdef HAVE_SYS_UN_H
18478 # include <sys/un.h>
18484 static struct sockaddr ac_aggr;
18485 if (sizeof ac_aggr.sa_len)
18491 rm -f conftest.$ac_objext
18492 if { (ac_try="$ac_compile"
18493 case "(($ac_try" in
18494 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18495 *) ac_try_echo
=$ac_try;;
18497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18498 (eval "$ac_compile") 2>conftest.er1
18500 grep -v '^ *+' conftest.er1
>conftest.err
18502 cat conftest.err
>&5
18503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18504 (exit $ac_status); } && {
18505 test -z "$ac_c_werror_flag" ||
18506 test ! -s conftest.err
18507 } && test -s conftest.
$ac_objext; then
18508 ac_cv_member_struct_sockaddr_sa_len
=yes
18510 echo "$as_me: failed program was:" >&5
18511 sed 's/^/| /' conftest.
$ac_ext >&5
18513 ac_cv_member_struct_sockaddr_sa_len
=no
18516 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18519 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18521 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
18522 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
18523 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
18525 cat >>confdefs.h
<<_ACEOF
18526 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18531 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
18532 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
18533 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
18534 echo $ECHO_N "(cached) $ECHO_C" >&6
18536 cat >conftest.
$ac_ext <<_ACEOF
18539 cat confdefs.h
>>conftest.
$ac_ext
18540 cat >>conftest.
$ac_ext <<_ACEOF
18541 /* end confdefs.h. */
18542 #include <sys/types.h>
18543 #ifdef HAVE_SYS_SOCKET_H
18544 # include <sys/socket.h>
18546 #ifdef HAVE_SYS_UN_H
18547 # include <sys/un.h>
18553 static struct sockaddr_un ac_aggr;
18554 if (ac_aggr.sun_len)
18560 rm -f conftest.
$ac_objext
18561 if { (ac_try
="$ac_compile"
18562 case "(($ac_try" in
18563 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18564 *) ac_try_echo=$ac_try;;
18566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18567 (eval "$ac_compile") 2>conftest.er1
18569 grep -v '^ *+' conftest.er1 >conftest.err
18571 cat conftest.err >&5
18572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); } && {
18574 test -z "$ac_c_werror_flag" ||
18575 test ! -s conftest.err
18576 } && test -s conftest.$ac_objext; then
18577 ac_cv_member_struct_sockaddr_un_sun_len=yes
18579 echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.$ac_ext >&5
18582 cat >conftest.$ac_ext <<_ACEOF
18585 cat confdefs.h >>conftest.$ac_ext
18586 cat >>conftest.$ac_ext <<_ACEOF
18587 /* end confdefs.h. */
18588 #include <sys/types.h>
18589 #ifdef HAVE_SYS_SOCKET_H
18590 # include <sys/socket.h>
18592 #ifdef HAVE_SYS_UN_H
18593 # include <sys/un.h>
18599 static struct sockaddr_un ac_aggr;
18600 if (sizeof ac_aggr.sun_len)
18606 rm -f conftest.$ac_objext
18607 if { (ac_try="$ac_compile"
18608 case "(($ac_try" in
18609 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18610 *) ac_try_echo
=$ac_try;;
18612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18613 (eval "$ac_compile") 2>conftest.er1
18615 grep -v '^ *+' conftest.er1
>conftest.err
18617 cat conftest.err
>&5
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); } && {
18620 test -z "$ac_c_werror_flag" ||
18621 test ! -s conftest.err
18622 } && test -s conftest.
$ac_objext; then
18623 ac_cv_member_struct_sockaddr_un_sun_len
=yes
18625 echo "$as_me: failed program was:" >&5
18626 sed 's/^/| /' conftest.
$ac_ext >&5
18628 ac_cv_member_struct_sockaddr_un_sun_len
=no
18631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18634 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18636 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
18637 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
18638 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
18640 cat >>confdefs.h
<<_ACEOF
18641 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18648 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
18649 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
18650 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
18651 echo $ECHO_N "(cached) $ECHO_C" >&6
18653 cat >conftest.
$ac_ext <<_ACEOF
18656 cat confdefs.h
>>conftest.
$ac_ext
18657 cat >>conftest.
$ac_ext <<_ACEOF
18658 /* end confdefs.h. */
18659 #include <sys/types.h>
18660 #ifdef HAVE_SCSI_SG_H
18661 #include <scsi/sg.h>
18667 static scsireq_t ac_aggr;
18674 rm -f conftest.
$ac_objext
18675 if { (ac_try
="$ac_compile"
18676 case "(($ac_try" in
18677 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18678 *) ac_try_echo=$ac_try;;
18680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18681 (eval "$ac_compile") 2>conftest.er1
18683 grep -v '^ *+' conftest.er1 >conftest.err
18685 cat conftest.err >&5
18686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18687 (exit $ac_status); } && {
18688 test -z "$ac_c_werror_flag" ||
18689 test ! -s conftest.err
18690 } && test -s conftest.$ac_objext; then
18691 ac_cv_member_scsireq_t_cmd=yes
18693 echo "$as_me: failed program was:" >&5
18694 sed 's/^/| /' conftest.$ac_ext >&5
18696 cat >conftest.$ac_ext <<_ACEOF
18699 cat confdefs.h >>conftest.$ac_ext
18700 cat >>conftest.$ac_ext <<_ACEOF
18701 /* end confdefs.h. */
18702 #include <sys/types.h>
18703 #ifdef HAVE_SCSI_SG_H
18704 #include <scsi/sg.h>
18710 static scsireq_t ac_aggr;
18711 if (sizeof ac_aggr.cmd)
18717 rm -f conftest.$ac_objext
18718 if { (ac_try="$ac_compile"
18719 case "(($ac_try" in
18720 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18721 *) ac_try_echo
=$ac_try;;
18723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18724 (eval "$ac_compile") 2>conftest.er1
18726 grep -v '^ *+' conftest.er1
>conftest.err
18728 cat conftest.err
>&5
18729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18730 (exit $ac_status); } && {
18731 test -z "$ac_c_werror_flag" ||
18732 test ! -s conftest.err
18733 } && test -s conftest.
$ac_objext; then
18734 ac_cv_member_scsireq_t_cmd
=yes
18736 echo "$as_me: failed program was:" >&5
18737 sed 's/^/| /' conftest.
$ac_ext >&5
18739 ac_cv_member_scsireq_t_cmd
=no
18742 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18745 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18747 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
18748 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
18749 if test $ac_cv_member_scsireq_t_cmd = yes; then
18751 cat >>confdefs.h
<<_ACEOF
18752 #define HAVE_SCSIREQ_T_CMD 1
18757 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
18758 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
18759 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
18760 echo $ECHO_N "(cached) $ECHO_C" >&6
18762 cat >conftest.
$ac_ext <<_ACEOF
18765 cat confdefs.h
>>conftest.
$ac_ext
18766 cat >>conftest.
$ac_ext <<_ACEOF
18767 /* end confdefs.h. */
18768 #include <sys/types.h>
18769 #ifdef HAVE_SCSI_SG_H
18770 #include <scsi/sg.h>
18776 static sg_io_hdr_t ac_aggr;
18777 if (ac_aggr.interface_id)
18783 rm -f conftest.
$ac_objext
18784 if { (ac_try
="$ac_compile"
18785 case "(($ac_try" in
18786 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18787 *) ac_try_echo=$ac_try;;
18789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18790 (eval "$ac_compile") 2>conftest.er1
18792 grep -v '^ *+' conftest.er1 >conftest.err
18794 cat conftest.err >&5
18795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18796 (exit $ac_status); } && {
18797 test -z "$ac_c_werror_flag" ||
18798 test ! -s conftest.err
18799 } && test -s conftest.$ac_objext; then
18800 ac_cv_member_sg_io_hdr_t_interface_id=yes
18802 echo "$as_me: failed program was:" >&5
18803 sed 's/^/| /' conftest.$ac_ext >&5
18805 cat >conftest.$ac_ext <<_ACEOF
18808 cat confdefs.h >>conftest.$ac_ext
18809 cat >>conftest.$ac_ext <<_ACEOF
18810 /* end confdefs.h. */
18811 #include <sys/types.h>
18812 #ifdef HAVE_SCSI_SG_H
18813 #include <scsi/sg.h>
18819 static sg_io_hdr_t ac_aggr;
18820 if (sizeof ac_aggr.interface_id)
18826 rm -f conftest.$ac_objext
18827 if { (ac_try="$ac_compile"
18828 case "(($ac_try" in
18829 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18830 *) ac_try_echo
=$ac_try;;
18832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18833 (eval "$ac_compile") 2>conftest.er1
18835 grep -v '^ *+' conftest.er1
>conftest.err
18837 cat conftest.err
>&5
18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 (exit $ac_status); } && {
18840 test -z "$ac_c_werror_flag" ||
18841 test ! -s conftest.err
18842 } && test -s conftest.
$ac_objext; then
18843 ac_cv_member_sg_io_hdr_t_interface_id
=yes
18845 echo "$as_me: failed program was:" >&5
18846 sed 's/^/| /' conftest.
$ac_ext >&5
18848 ac_cv_member_sg_io_hdr_t_interface_id
=no
18851 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18854 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18856 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
18857 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
18858 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
18860 cat >>confdefs.h
<<_ACEOF
18861 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18868 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
18869 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
18870 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
18871 echo $ECHO_N "(cached) $ECHO_C" >&6
18873 cat >conftest.
$ac_ext <<_ACEOF
18876 cat confdefs.h
>>conftest.
$ac_ext
18877 cat >>conftest.
$ac_ext <<_ACEOF
18878 /* end confdefs.h. */
18879 #include <signal.h>
18884 static siginfo_t ac_aggr;
18891 rm -f conftest.
$ac_objext
18892 if { (ac_try
="$ac_compile"
18893 case "(($ac_try" in
18894 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18895 *) ac_try_echo=$ac_try;;
18897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18898 (eval "$ac_compile") 2>conftest.er1
18900 grep -v '^ *+' conftest.er1 >conftest.err
18902 cat conftest.err >&5
18903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18904 (exit $ac_status); } && {
18905 test -z "$ac_c_werror_flag" ||
18906 test ! -s conftest.err
18907 } && test -s conftest.$ac_objext; then
18908 ac_cv_member_siginfo_t_si_fd=yes
18910 echo "$as_me: failed program was:" >&5
18911 sed 's/^/| /' conftest.$ac_ext >&5
18913 cat >conftest.$ac_ext <<_ACEOF
18916 cat confdefs.h >>conftest.$ac_ext
18917 cat >>conftest.$ac_ext <<_ACEOF
18918 /* end confdefs.h. */
18919 #include <signal.h>
18924 static siginfo_t ac_aggr;
18925 if (sizeof ac_aggr.si_fd)
18931 rm -f conftest.$ac_objext
18932 if { (ac_try="$ac_compile"
18933 case "(($ac_try" in
18934 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18935 *) ac_try_echo
=$ac_try;;
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_compile") 2>conftest.er1
18940 grep -v '^ *+' conftest.er1
>conftest.err
18942 cat conftest.err
>&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); } && {
18945 test -z "$ac_c_werror_flag" ||
18946 test ! -s conftest.err
18947 } && test -s conftest.
$ac_objext; then
18948 ac_cv_member_siginfo_t_si_fd
=yes
18950 echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.
$ac_ext >&5
18953 ac_cv_member_siginfo_t_si_fd
=no
18956 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18959 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18961 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
18962 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
18963 if test $ac_cv_member_siginfo_t_si_fd = yes; then
18965 cat >>confdefs.h
<<_ACEOF
18966 #define HAVE_SIGINFO_T_SI_FD 1
18973 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
18974 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
18975 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
18976 echo $ECHO_N "(cached) $ECHO_C" >&6
18978 cat >conftest.
$ac_ext <<_ACEOF
18981 cat confdefs.h
>>conftest.
$ac_ext
18982 cat >>conftest.
$ac_ext <<_ACEOF
18983 /* end confdefs.h. */
18984 #include <sys/types.h>
18985 #ifdef HAVE_SYS_MTIO_H
18986 #include <sys/mtio.h>
18992 static struct mtget ac_aggr;
18993 if (ac_aggr.mt_blksiz)
18999 rm -f conftest.
$ac_objext
19000 if { (ac_try
="$ac_compile"
19001 case "(($ac_try" in
19002 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19003 *) ac_try_echo=$ac_try;;
19005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19006 (eval "$ac_compile") 2>conftest.er1
19008 grep -v '^ *+' conftest.er1 >conftest.err
19010 cat conftest.err >&5
19011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012 (exit $ac_status); } && {
19013 test -z "$ac_c_werror_flag" ||
19014 test ! -s conftest.err
19015 } && test -s conftest.$ac_objext; then
19016 ac_cv_member_struct_mtget_mt_blksiz=yes
19018 echo "$as_me: failed program was:" >&5
19019 sed 's/^/| /' conftest.$ac_ext >&5
19021 cat >conftest.$ac_ext <<_ACEOF
19024 cat confdefs.h >>conftest.$ac_ext
19025 cat >>conftest.$ac_ext <<_ACEOF
19026 /* end confdefs.h. */
19027 #include <sys/types.h>
19028 #ifdef HAVE_SYS_MTIO_H
19029 #include <sys/mtio.h>
19035 static struct mtget ac_aggr;
19036 if (sizeof ac_aggr.mt_blksiz)
19042 rm -f conftest.$ac_objext
19043 if { (ac_try="$ac_compile"
19044 case "(($ac_try" in
19045 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19046 *) ac_try_echo
=$ac_try;;
19048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19049 (eval "$ac_compile") 2>conftest.er1
19051 grep -v '^ *+' conftest.er1
>conftest.err
19053 cat conftest.err
>&5
19054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19055 (exit $ac_status); } && {
19056 test -z "$ac_c_werror_flag" ||
19057 test ! -s conftest.err
19058 } && test -s conftest.
$ac_objext; then
19059 ac_cv_member_struct_mtget_mt_blksiz
=yes
19061 echo "$as_me: failed program was:" >&5
19062 sed 's/^/| /' conftest.
$ac_ext >&5
19064 ac_cv_member_struct_mtget_mt_blksiz
=no
19067 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19070 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19072 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
19073 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
19074 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
19076 cat >>confdefs.h
<<_ACEOF
19077 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
19082 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
19083 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
19084 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
19085 echo $ECHO_N "(cached) $ECHO_C" >&6
19087 cat >conftest.
$ac_ext <<_ACEOF
19090 cat confdefs.h
>>conftest.
$ac_ext
19091 cat >>conftest.
$ac_ext <<_ACEOF
19092 /* end confdefs.h. */
19093 #include <sys/types.h>
19094 #ifdef HAVE_SYS_MTIO_H
19095 #include <sys/mtio.h>
19101 static struct mtget ac_aggr;
19102 if (ac_aggr.mt_gstat)
19108 rm -f conftest.
$ac_objext
19109 if { (ac_try
="$ac_compile"
19110 case "(($ac_try" in
19111 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19112 *) ac_try_echo=$ac_try;;
19114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19115 (eval "$ac_compile") 2>conftest.er1
19117 grep -v '^ *+' conftest.er1 >conftest.err
19119 cat conftest.err >&5
19120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19121 (exit $ac_status); } && {
19122 test -z "$ac_c_werror_flag" ||
19123 test ! -s conftest.err
19124 } && test -s conftest.$ac_objext; then
19125 ac_cv_member_struct_mtget_mt_gstat=yes
19127 echo "$as_me: failed program was:" >&5
19128 sed 's/^/| /' conftest.$ac_ext >&5
19130 cat >conftest.$ac_ext <<_ACEOF
19133 cat confdefs.h >>conftest.$ac_ext
19134 cat >>conftest.$ac_ext <<_ACEOF
19135 /* end confdefs.h. */
19136 #include <sys/types.h>
19137 #ifdef HAVE_SYS_MTIO_H
19138 #include <sys/mtio.h>
19144 static struct mtget ac_aggr;
19145 if (sizeof ac_aggr.mt_gstat)
19151 rm -f conftest.$ac_objext
19152 if { (ac_try="$ac_compile"
19153 case "(($ac_try" in
19154 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19155 *) ac_try_echo
=$ac_try;;
19157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19158 (eval "$ac_compile") 2>conftest.er1
19160 grep -v '^ *+' conftest.er1
>conftest.err
19162 cat conftest.err
>&5
19163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19164 (exit $ac_status); } && {
19165 test -z "$ac_c_werror_flag" ||
19166 test ! -s conftest.err
19167 } && test -s conftest.
$ac_objext; then
19168 ac_cv_member_struct_mtget_mt_gstat
=yes
19170 echo "$as_me: failed program was:" >&5
19171 sed 's/^/| /' conftest.
$ac_ext >&5
19173 ac_cv_member_struct_mtget_mt_gstat
=no
19176 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19179 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19181 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
19182 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
19183 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
19185 cat >>confdefs.h
<<_ACEOF
19186 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
19191 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
19192 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
19193 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
19194 echo $ECHO_N "(cached) $ECHO_C" >&6
19196 cat >conftest.
$ac_ext <<_ACEOF
19199 cat confdefs.h
>>conftest.
$ac_ext
19200 cat >>conftest.
$ac_ext <<_ACEOF
19201 /* end confdefs.h. */
19202 #include <sys/types.h>
19203 #ifdef HAVE_SYS_MTIO_H
19204 #include <sys/mtio.h>
19210 static struct mtget ac_aggr;
19211 if (ac_aggr.mt_blkno)
19217 rm -f conftest.
$ac_objext
19218 if { (ac_try
="$ac_compile"
19219 case "(($ac_try" in
19220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19221 *) ac_try_echo=$ac_try;;
19223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19224 (eval "$ac_compile") 2>conftest.er1
19226 grep -v '^ *+' conftest.er1 >conftest.err
19228 cat conftest.err >&5
19229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19230 (exit $ac_status); } && {
19231 test -z "$ac_c_werror_flag" ||
19232 test ! -s conftest.err
19233 } && test -s conftest.$ac_objext; then
19234 ac_cv_member_struct_mtget_mt_blkno=yes
19236 echo "$as_me: failed program was:" >&5
19237 sed 's/^/| /' conftest.$ac_ext >&5
19239 cat >conftest.$ac_ext <<_ACEOF
19242 cat confdefs.h >>conftest.$ac_ext
19243 cat >>conftest.$ac_ext <<_ACEOF
19244 /* end confdefs.h. */
19245 #include <sys/types.h>
19246 #ifdef HAVE_SYS_MTIO_H
19247 #include <sys/mtio.h>
19253 static struct mtget ac_aggr;
19254 if (sizeof ac_aggr.mt_blkno)
19260 rm -f conftest.$ac_objext
19261 if { (ac_try="$ac_compile"
19262 case "(($ac_try" in
19263 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19264 *) ac_try_echo
=$ac_try;;
19266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19267 (eval "$ac_compile") 2>conftest.er1
19269 grep -v '^ *+' conftest.er1
>conftest.err
19271 cat conftest.err
>&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } && {
19274 test -z "$ac_c_werror_flag" ||
19275 test ! -s conftest.err
19276 } && test -s conftest.
$ac_objext; then
19277 ac_cv_member_struct_mtget_mt_blkno
=yes
19279 echo "$as_me: failed program was:" >&5
19280 sed 's/^/| /' conftest.
$ac_ext >&5
19282 ac_cv_member_struct_mtget_mt_blkno
=no
19285 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
19291 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
19292 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
19294 cat >>confdefs.h
<<_ACEOF
19295 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
19302 { echo "$as_me:$LINENO: checking for struct option.name" >&5
19303 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
19304 if test "${ac_cv_member_struct_option_name+set}" = set; then
19305 echo $ECHO_N "(cached) $ECHO_C" >&6
19307 cat >conftest.
$ac_ext <<_ACEOF
19310 cat confdefs.h
>>conftest.
$ac_ext
19311 cat >>conftest.
$ac_ext <<_ACEOF
19312 /* end confdefs.h. */
19313 #ifdef HAVE_GETOPT_H
19314 #include <getopt.h>
19320 static struct option ac_aggr;
19327 rm -f conftest.
$ac_objext
19328 if { (ac_try
="$ac_compile"
19329 case "(($ac_try" in
19330 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19331 *) ac_try_echo=$ac_try;;
19333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19334 (eval "$ac_compile") 2>conftest.er1
19336 grep -v '^ *+' conftest.er1 >conftest.err
19338 cat conftest.err >&5
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); } && {
19341 test -z "$ac_c_werror_flag" ||
19342 test ! -s conftest.err
19343 } && test -s conftest.$ac_objext; then
19344 ac_cv_member_struct_option_name=yes
19346 echo "$as_me: failed program was:" >&5
19347 sed 's/^/| /' conftest.$ac_ext >&5
19349 cat >conftest.$ac_ext <<_ACEOF
19352 cat confdefs.h >>conftest.$ac_ext
19353 cat >>conftest.$ac_ext <<_ACEOF
19354 /* end confdefs.h. */
19355 #ifdef HAVE_GETOPT_H
19356 #include <getopt.h>
19362 static struct option ac_aggr;
19363 if (sizeof ac_aggr.name)
19369 rm -f conftest.$ac_objext
19370 if { (ac_try="$ac_compile"
19371 case "(($ac_try" in
19372 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19373 *) ac_try_echo
=$ac_try;;
19375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19376 (eval "$ac_compile") 2>conftest.er1
19378 grep -v '^ *+' conftest.er1
>conftest.err
19380 cat conftest.err
>&5
19381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19382 (exit $ac_status); } && {
19383 test -z "$ac_c_werror_flag" ||
19384 test ! -s conftest.err
19385 } && test -s conftest.
$ac_objext; then
19386 ac_cv_member_struct_option_name
=yes
19388 echo "$as_me: failed program was:" >&5
19389 sed 's/^/| /' conftest.
$ac_ext >&5
19391 ac_cv_member_struct_option_name
=no
19394 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19397 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19399 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
19400 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
19401 if test $ac_cv_member_struct_option_name = yes; then
19403 cat >>confdefs.h
<<_ACEOF
19404 #define HAVE_STRUCT_OPTION_NAME 1
19411 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
19412 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
19413 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
19414 echo $ECHO_N "(cached) $ECHO_C" >&6
19416 cat >conftest.
$ac_ext <<_ACEOF
19419 cat confdefs.h
>>conftest.
$ac_ext
19420 cat >>conftest.
$ac_ext <<_ACEOF
19421 /* end confdefs.h. */
19422 $ac_includes_default
19426 static struct stat ac_aggr;
19427 if (ac_aggr.st_blocks)
19433 rm -f conftest.
$ac_objext
19434 if { (ac_try
="$ac_compile"
19435 case "(($ac_try" in
19436 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19437 *) ac_try_echo=$ac_try;;
19439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19440 (eval "$ac_compile") 2>conftest.er1
19442 grep -v '^ *+' conftest.er1 >conftest.err
19444 cat conftest.err >&5
19445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19446 (exit $ac_status); } && {
19447 test -z "$ac_c_werror_flag" ||
19448 test ! -s conftest.err
19449 } && test -s conftest.$ac_objext; then
19450 ac_cv_member_struct_stat_st_blocks=yes
19452 echo "$as_me: failed program was:" >&5
19453 sed 's/^/| /' conftest.$ac_ext >&5
19455 cat >conftest.$ac_ext <<_ACEOF
19458 cat confdefs.h >>conftest.$ac_ext
19459 cat >>conftest.$ac_ext <<_ACEOF
19460 /* end confdefs.h. */
19461 $ac_includes_default
19465 static struct stat ac_aggr;
19466 if (sizeof ac_aggr.st_blocks)
19472 rm -f conftest.$ac_objext
19473 if { (ac_try="$ac_compile"
19474 case "(($ac_try" in
19475 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19476 *) ac_try_echo
=$ac_try;;
19478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19479 (eval "$ac_compile") 2>conftest.er1
19481 grep -v '^ *+' conftest.er1
>conftest.err
19483 cat conftest.err
>&5
19484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19485 (exit $ac_status); } && {
19486 test -z "$ac_c_werror_flag" ||
19487 test ! -s conftest.err
19488 } && test -s conftest.
$ac_objext; then
19489 ac_cv_member_struct_stat_st_blocks
=yes
19491 echo "$as_me: failed program was:" >&5
19492 sed 's/^/| /' conftest.
$ac_ext >&5
19494 ac_cv_member_struct_stat_st_blocks
=no
19497 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19500 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19502 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
19503 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
19504 if test $ac_cv_member_struct_stat_st_blocks = yes; then
19506 cat >>confdefs.h
<<_ACEOF
19507 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19514 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
19515 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
19516 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
19517 echo $ECHO_N "(cached) $ECHO_C" >&6
19519 cat >conftest.
$ac_ext <<_ACEOF
19522 cat confdefs.h
>>conftest.
$ac_ext
19523 cat >>conftest.
$ac_ext <<_ACEOF
19524 /* end confdefs.h. */
19525 #ifdef HAVE_SYS_TYPES_H
19526 #include <sys/types.h>
19528 #ifdef HAVE_NETINET_IN_H
19529 #include <netinet/in.h>
19535 static struct sockaddr_in6 ac_aggr;
19536 if (ac_aggr.sin6_scope_id)
19542 rm -f conftest.
$ac_objext
19543 if { (ac_try
="$ac_compile"
19544 case "(($ac_try" in
19545 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19546 *) ac_try_echo=$ac_try;;
19548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19549 (eval "$ac_compile") 2>conftest.er1
19551 grep -v '^ *+' conftest.er1 >conftest.err
19553 cat conftest.err >&5
19554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555 (exit $ac_status); } && {
19556 test -z "$ac_c_werror_flag" ||
19557 test ! -s conftest.err
19558 } && test -s conftest.$ac_objext; then
19559 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19561 echo "$as_me: failed program was:" >&5
19562 sed 's/^/| /' conftest.$ac_ext >&5
19564 cat >conftest.$ac_ext <<_ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h. */
19570 #ifdef HAVE_SYS_TYPES_H
19571 #include <sys/types.h>
19573 #ifdef HAVE_NETINET_IN_H
19574 #include <netinet/in.h>
19580 static struct sockaddr_in6 ac_aggr;
19581 if (sizeof ac_aggr.sin6_scope_id)
19587 rm -f conftest.$ac_objext
19588 if { (ac_try="$ac_compile"
19589 case "(($ac_try" in
19590 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19591 *) ac_try_echo
=$ac_try;;
19593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19594 (eval "$ac_compile") 2>conftest.er1
19596 grep -v '^ *+' conftest.er1
>conftest.err
19598 cat conftest.err
>&5
19599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600 (exit $ac_status); } && {
19601 test -z "$ac_c_werror_flag" ||
19602 test ! -s conftest.err
19603 } && test -s conftest.
$ac_objext; then
19604 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
19606 echo "$as_me: failed program was:" >&5
19607 sed 's/^/| /' conftest.
$ac_ext >&5
19609 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
19612 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19615 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19617 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
19618 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
19619 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
19621 cat >>confdefs.h
<<_ACEOF
19622 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19629 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
19630 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
19631 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
19632 echo $ECHO_N "(cached) $ECHO_C" >&6
19634 cat >conftest.
$ac_ext <<_ACEOF
19637 cat confdefs.h
>>conftest.
$ac_ext
19638 cat >>conftest.
$ac_ext <<_ACEOF
19639 /* end confdefs.h. */
19640 #ifdef HAVE_SYS_TYPES_H
19641 #include <sys/types.h>
19643 #ifdef HAVE_NETINET_IN_H
19644 # include <netinet/in.h>
19646 #ifdef HAVE_ARPA_NAMESER_H
19647 # include <arpa/nameser.h>
19653 static ns_msg ac_aggr;
19654 if (ac_aggr._msg_ptr)
19660 rm -f conftest.
$ac_objext
19661 if { (ac_try
="$ac_compile"
19662 case "(($ac_try" in
19663 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19664 *) ac_try_echo=$ac_try;;
19666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19667 (eval "$ac_compile") 2>conftest.er1
19669 grep -v '^ *+' conftest.er1 >conftest.err
19671 cat conftest.err >&5
19672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19673 (exit $ac_status); } && {
19674 test -z "$ac_c_werror_flag" ||
19675 test ! -s conftest.err
19676 } && test -s conftest.$ac_objext; then
19677 ac_cv_member_ns_msg__msg_ptr=yes
19679 echo "$as_me: failed program was:" >&5
19680 sed 's/^/| /' conftest.$ac_ext >&5
19682 cat >conftest.$ac_ext <<_ACEOF
19685 cat confdefs.h >>conftest.$ac_ext
19686 cat >>conftest.$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19688 #ifdef HAVE_SYS_TYPES_H
19689 #include <sys/types.h>
19691 #ifdef HAVE_NETINET_IN_H
19692 # include <netinet/in.h>
19694 #ifdef HAVE_ARPA_NAMESER_H
19695 # include <arpa/nameser.h>
19701 static ns_msg ac_aggr;
19702 if (sizeof ac_aggr._msg_ptr)
19708 rm -f conftest.$ac_objext
19709 if { (ac_try="$ac_compile"
19710 case "(($ac_try" in
19711 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19712 *) ac_try_echo
=$ac_try;;
19714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19715 (eval "$ac_compile") 2>conftest.er1
19717 grep -v '^ *+' conftest.er1
>conftest.err
19719 cat conftest.err
>&5
19720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19721 (exit $ac_status); } && {
19722 test -z "$ac_c_werror_flag" ||
19723 test ! -s conftest.err
19724 } && test -s conftest.
$ac_objext; then
19725 ac_cv_member_ns_msg__msg_ptr
=yes
19727 echo "$as_me: failed program was:" >&5
19728 sed 's/^/| /' conftest.
$ac_ext >&5
19730 ac_cv_member_ns_msg__msg_ptr
=no
19733 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19736 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19738 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
19739 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
19740 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
19742 cat >>confdefs.h
<<_ACEOF
19743 #define HAVE_NS_MSG__MSG_PTR 1
19750 { echo "$as_me:$LINENO: checking for timezone variable" >&5
19751 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
19752 if test "${ac_cv_have_timezone+set}" = set; then
19753 echo $ECHO_N "(cached) $ECHO_C" >&6
19755 cat >conftest.
$ac_ext <<_ACEOF
19758 cat confdefs.h
>>conftest.
$ac_ext
19759 cat >>conftest.
$ac_ext <<_ACEOF
19760 /* end confdefs.h. */
19770 rm -f conftest.
$ac_objext conftest
$ac_exeext
19771 if { (ac_try
="$ac_link"
19772 case "(($ac_try" in
19773 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19774 *) ac_try_echo=$ac_try;;
19776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19777 (eval "$ac_link") 2>conftest.er1
19779 grep -v '^ *+' conftest.er1 >conftest.err
19781 cat conftest.err >&5
19782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19783 (exit $ac_status); } && {
19784 test -z "$ac_c_werror_flag" ||
19785 test ! -s conftest.err
19786 } && test -s conftest$ac_exeext &&
19787 $as_test_x conftest$ac_exeext; then
19788 ac_cv_have_timezone="yes"
19790 echo "$as_me: failed program was:" >&5
19791 sed 's/^/| /' conftest.$ac_ext >&5
19793 ac_cv_have_timezone="no"
19796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19797 conftest$ac_exeext conftest.$ac_ext
19799 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
19800 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
19801 if test "$ac_cv_have_timezone" = "yes"
19804 cat >>confdefs.h <<\_ACEOF
19805 #define HAVE_TIMEZONE 1
19809 { echo "$as_me:$LINENO: checking for daylight variable" >&5
19810 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
19811 if test "${ac_cv_have_daylight+set}" = set; then
19812 echo $ECHO_N "(cached) $ECHO_C" >&6
19814 cat >conftest.$ac_ext <<_ACEOF
19817 cat confdefs.h >>conftest.$ac_ext
19818 cat >>conftest.$ac_ext <<_ACEOF
19819 /* end confdefs.h. */
19829 rm -f conftest.$ac_objext conftest$ac_exeext
19830 if { (ac_try="$ac_link"
19831 case "(($ac_try" in
19832 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19833 *) ac_try_echo
=$ac_try;;
19835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19836 (eval "$ac_link") 2>conftest.er1
19838 grep -v '^ *+' conftest.er1
>conftest.err
19840 cat conftest.err
>&5
19841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19842 (exit $ac_status); } && {
19843 test -z "$ac_c_werror_flag" ||
19844 test ! -s conftest.err
19845 } && test -s conftest
$ac_exeext &&
19846 $as_test_x conftest
$ac_exeext; then
19847 ac_cv_have_daylight
="yes"
19849 echo "$as_me: failed program was:" >&5
19850 sed 's/^/| /' conftest.
$ac_ext >&5
19852 ac_cv_have_daylight
="no"
19855 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19856 conftest
$ac_exeext conftest.
$ac_ext
19858 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
19859 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
19860 if test "$ac_cv_have_daylight" = "yes"
19863 cat >>confdefs.h
<<\_ACEOF
19864 #define HAVE_DAYLIGHT 1
19871 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
19872 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
19873 if test "${ac_cv_cpp_def___i386__+set}" = set; then
19874 echo $ECHO_N "(cached) $ECHO_C" >&6
19876 cat >conftest.
$ac_ext <<_ACEOF
19879 cat confdefs.h
>>conftest.
$ac_ext
19880 cat >>conftest.
$ac_ext <<_ACEOF
19881 /* end confdefs.h. */
19886 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19887 $EGREP "yes" >/dev
/null
2>&1; then
19888 ac_cv_cpp_def___i386__
=yes
19890 ac_cv_cpp_def___i386__
=no
19895 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
19896 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
19897 if test $ac_cv_cpp_def___i386__ = yes; then
19898 CFLAGS
="$CFLAGS -D__i386__"
19899 LINTFLAGS
="$LINTFLAGS -D__i386__"
19902 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
19903 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
19904 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
19905 echo $ECHO_N "(cached) $ECHO_C" >&6
19907 cat >conftest.
$ac_ext <<_ACEOF
19910 cat confdefs.h
>>conftest.
$ac_ext
19911 cat >>conftest.
$ac_ext <<_ACEOF
19912 /* end confdefs.h. */
19917 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19918 $EGREP "yes" >/dev
/null
2>&1; then
19919 ac_cv_cpp_def___x86_64__
=yes
19921 ac_cv_cpp_def___x86_64__
=no
19926 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
19927 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
19928 if test $ac_cv_cpp_def___x86_64__ = yes; then
19929 CFLAGS
="$CFLAGS -D__x86_64__"
19930 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
19933 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
19934 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
19935 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
19936 echo $ECHO_N "(cached) $ECHO_C" >&6
19938 cat >conftest.
$ac_ext <<_ACEOF
19941 cat confdefs.h
>>conftest.
$ac_ext
19942 cat >>conftest.
$ac_ext <<_ACEOF
19943 /* end confdefs.h. */
19948 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19949 $EGREP "yes" >/dev
/null
2>&1; then
19950 ac_cv_cpp_def___ALPHA__
=yes
19952 ac_cv_cpp_def___ALPHA__
=no
19957 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
19958 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
19959 if test $ac_cv_cpp_def___ALPHA__ = yes; then
19960 CFLAGS
="$CFLAGS -D__ALPHA__"
19961 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
19964 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
19965 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
19966 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
19967 echo $ECHO_N "(cached) $ECHO_C" >&6
19969 cat >conftest.
$ac_ext <<_ACEOF
19972 cat confdefs.h
>>conftest.
$ac_ext
19973 cat >>conftest.
$ac_ext <<_ACEOF
19974 /* end confdefs.h. */
19979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19980 $EGREP "yes" >/dev
/null
2>&1; then
19981 ac_cv_cpp_def___sparc__
=yes
19983 ac_cv_cpp_def___sparc__
=no
19988 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
19989 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
19990 if test $ac_cv_cpp_def___sparc__ = yes; then
19991 CFLAGS
="$CFLAGS -D__sparc__"
19992 LINTFLAGS
="$LINTFLAGS -D__sparc__"
19995 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
19996 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
19997 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
19998 echo $ECHO_N "(cached) $ECHO_C" >&6
20000 cat >conftest.
$ac_ext <<_ACEOF
20003 cat confdefs.h
>>conftest.
$ac_ext
20004 cat >>conftest.
$ac_ext <<_ACEOF
20005 /* end confdefs.h. */
20006 #ifndef __powerpc__
20010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20011 $EGREP "yes" >/dev
/null
2>&1; then
20012 ac_cv_cpp_def___powerpc__
=yes
20014 ac_cv_cpp_def___powerpc__
=no
20019 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
20020 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
20021 if test $ac_cv_cpp_def___powerpc__ = yes; then
20022 CFLAGS
="$CFLAGS -D__powerpc__"
20023 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
20028 case $host_vendor in
20029 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
20030 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
20031 if test "${ac_cv_cpp_def___sun__+set}" = set; then
20032 echo $ECHO_N "(cached) $ECHO_C" >&6
20034 cat >conftest.
$ac_ext <<_ACEOF
20037 cat confdefs.h
>>conftest.
$ac_ext
20038 cat >>conftest.
$ac_ext <<_ACEOF
20039 /* end confdefs.h. */
20044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20045 $EGREP "yes" >/dev
/null
2>&1; then
20046 ac_cv_cpp_def___sun__
=yes
20048 ac_cv_cpp_def___sun__
=no
20053 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
20054 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
20055 if test $ac_cv_cpp_def___sun__ = yes; then
20056 CFLAGS
="$CFLAGS -D__sun__"
20057 LINTFLAGS
="$LINTFLAGS -D__sun__"
20063 DEPENDENCIES
="### Dependencies:
20068 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
20070 \$(OBJS): \$(IDL_GEN_HEADERS)
20071 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
20072 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
20073 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
20079 ac_config_commands
="$ac_config_commands include/stamp-h"
20082 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
20084 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
20086 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
20088 ac_config_commands
="$ac_config_commands dlls/user32/resources"
20090 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
20092 ac_config_commands
="$ac_config_commands include/wine"
20095 MAKE_RULES
=Make.rules
20098 MAKE_DLL_RULES
=dlls
/Makedll.rules
20101 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
20104 MAKE_TEST_RULES
=dlls
/Maketest.rules
20107 MAKE_PROG_RULES
=programs
/Makeprog.rules
20110 ac_config_files
="$ac_config_files Make.rules"
20112 ac_config_files
="$ac_config_files dlls/Makedll.rules"
20114 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
20116 ac_config_files
="$ac_config_files dlls/Maketest.rules"
20118 ac_config_files
="$ac_config_files programs/Makeprog.rules"
20120 ac_config_files
="$ac_config_files Makefile"
20122 ac_config_files
="$ac_config_files dlls/Makefile"
20124 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
20126 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
20128 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
20130 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
20132 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
20134 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
20136 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
20138 ac_config_files
="$ac_config_files dlls/atl/Makefile"
20140 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
20142 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
20144 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
20146 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
20148 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
20150 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
20152 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
20154 ac_config_files
="$ac_config_files dlls/cards/Makefile"
20156 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
20158 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
20160 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
20162 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
20164 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
20166 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
20168 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
20170 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
20172 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
20174 ac_config_files
="$ac_config_files dlls/credui/Makefile"
20176 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
20178 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
20180 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
20182 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
20184 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
20186 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
20188 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
20190 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
20192 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
20194 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
20196 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
20198 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
20200 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
20202 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
20204 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
20206 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
20208 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
20210 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
20212 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
20214 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
20216 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
20218 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
20220 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
20222 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
20224 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
20226 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
20228 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
20230 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
20232 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
20234 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
20236 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
20238 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
20240 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
20242 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
20244 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
20246 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
20248 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
20250 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
20252 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
20254 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
20256 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
20258 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
20260 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
20262 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
20264 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
20266 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
20268 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
20270 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
20272 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
20274 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
20276 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
20278 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
20280 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
20282 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
20284 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
20286 ac_config_files
="$ac_config_files dlls/hal/Makefile"
20288 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
20290 ac_config_files
="$ac_config_files dlls/hid/Makefile"
20292 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
20294 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
20296 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
20298 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
20300 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
20302 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
20304 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
20306 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
20308 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
20310 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
20312 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
20314 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
20316 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
20318 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
20320 ac_config_files
="$ac_config_files dlls/itss/Makefile"
20322 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
20324 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
20326 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
20328 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
20330 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
20332 ac_config_files
="$ac_config_files dlls/localui/Makefile"
20334 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
20336 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
20338 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
20340 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
20342 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
20344 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
20346 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
20348 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
20350 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
20352 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
20354 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
20356 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
20358 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
20360 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
20362 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
20364 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
20366 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
20368 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
20370 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
20372 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
20374 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
20376 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
20378 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
20380 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
20382 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
20384 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
20386 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
20388 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
20390 ac_config_files
="$ac_config_files dlls/msi/Makefile"
20392 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
20394 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
20396 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
20398 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
20400 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
20402 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
20404 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
20406 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
20408 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
20410 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
20412 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
20414 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
20416 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
20418 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
20420 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
20422 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
20424 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
20426 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
20428 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
20430 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
20432 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
20434 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
20436 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
20438 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
20440 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
20442 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
20444 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
20446 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
20448 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
20450 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
20452 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
20454 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
20456 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
20458 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
20460 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
20462 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
20464 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
20466 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
20468 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
20470 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
20472 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
20474 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
20476 ac_config_files
="$ac_config_files dlls/printui/Makefile"
20478 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
20480 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
20482 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
20484 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
20486 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
20488 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
20490 ac_config_files
="$ac_config_files dlls/query/Makefile"
20492 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
20494 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
20496 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
20498 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
20500 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
20502 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
20504 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
20506 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
20508 ac_config_files
="$ac_config_files dlls/rsabase/tests/Makefile"
20510 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
20512 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
20514 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
20516 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
20518 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
20520 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
20522 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
20524 ac_config_files
="$ac_config_files dlls/security/Makefile"
20526 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
20528 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
20530 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
20532 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
20534 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
20536 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
20538 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
20540 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
20542 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
20544 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
20546 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
20548 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
20550 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
20552 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
20554 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
20556 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
20558 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
20560 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
20562 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
20564 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
20566 ac_config_files
="$ac_config_files dlls/sti/Makefile"
20568 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
20570 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
20572 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
20574 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
20576 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
20578 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
20580 ac_config_files
="$ac_config_files dlls/url/Makefile"
20582 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
20584 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
20586 ac_config_files
="$ac_config_files dlls/user32/Makefile"
20588 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
20590 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
20592 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
20594 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
20596 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
20598 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
20600 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
20602 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
20604 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
20606 ac_config_files
="$ac_config_files dlls/version/Makefile"
20608 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
20610 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
20612 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
20614 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
20616 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
20618 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
20620 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
20622 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
20624 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
20626 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
20628 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
20630 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
20632 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
20634 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
20636 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
20638 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
20640 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
20642 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
20644 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
20646 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
20648 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
20650 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
20652 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
20654 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
20656 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
20658 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
20660 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
20662 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
20664 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
20666 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
20668 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
20670 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
20672 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
20674 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
20676 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
20678 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
20680 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
20682 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
20684 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
20686 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
20688 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
20690 ac_config_files
="$ac_config_files documentation/Makefile"
20692 ac_config_files
="$ac_config_files fonts/Makefile"
20694 ac_config_files
="$ac_config_files include/Makefile"
20696 ac_config_files
="$ac_config_files libs/Makefile"
20698 ac_config_files
="$ac_config_files libs/port/Makefile"
20700 ac_config_files
="$ac_config_files libs/wine/Makefile"
20702 ac_config_files
="$ac_config_files libs/wpp/Makefile"
20704 ac_config_files
="$ac_config_files loader/Makefile"
20706 ac_config_files
="$ac_config_files programs/Makefile"
20708 ac_config_files
="$ac_config_files programs/clock/Makefile"
20710 ac_config_files
="$ac_config_files programs/cmd/Makefile"
20712 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
20714 ac_config_files
="$ac_config_files programs/control/Makefile"
20716 ac_config_files
="$ac_config_files programs/eject/Makefile"
20718 ac_config_files
="$ac_config_files programs/expand/Makefile"
20720 ac_config_files
="$ac_config_files programs/explorer/Makefile"
20722 ac_config_files
="$ac_config_files programs/hh/Makefile"
20724 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
20726 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
20728 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
20730 ac_config_files
="$ac_config_files programs/net/Makefile"
20732 ac_config_files
="$ac_config_files programs/notepad/Makefile"
20734 ac_config_files
="$ac_config_files programs/oleview/Makefile"
20736 ac_config_files
="$ac_config_files programs/progman/Makefile"
20738 ac_config_files
="$ac_config_files programs/regedit/Makefile"
20740 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
20742 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
20744 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
20746 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
20748 ac_config_files
="$ac_config_files programs/start/Makefile"
20750 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
20752 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
20754 ac_config_files
="$ac_config_files programs/view/Makefile"
20756 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
20758 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
20760 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
20762 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
20764 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
20766 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
20768 ac_config_files
="$ac_config_files programs/winefile/Makefile"
20770 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
20772 ac_config_files
="$ac_config_files programs/winemine/Makefile"
20774 ac_config_files
="$ac_config_files programs/winepath/Makefile"
20776 ac_config_files
="$ac_config_files programs/winetest/Makefile"
20778 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
20780 ac_config_files
="$ac_config_files programs/winhelp/Makefile"
20782 ac_config_files
="$ac_config_files programs/winver/Makefile"
20784 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
20786 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
20788 ac_config_files
="$ac_config_files server/Makefile"
20790 ac_config_files
="$ac_config_files tools/Makefile"
20792 ac_config_files
="$ac_config_files tools/widl/Makefile"
20794 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
20796 ac_config_files
="$ac_config_files tools/winedump/Makefile"
20798 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
20800 ac_config_files
="$ac_config_files tools/wmc/Makefile"
20802 ac_config_files
="$ac_config_files tools/wrc/Makefile"
20805 cat >confcache
<<\_ACEOF
20806 # This file is a shell script that caches the results of configure
20807 # tests run on this system so they can be shared between configure
20808 # scripts and configure runs, see configure's option --config-cache.
20809 # It is not useful on other systems. If it contains results you don't
20810 # want to keep, you may remove or edit it.
20812 # config.status only pays attention to the cache file if you give it
20813 # the --recheck option to rerun configure.
20815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20817 # following values.
20821 # The following way of writing the cache mishandles newlines in values,
20822 # but we know of no workaround that is simple, portable, and efficient.
20823 # So, we kill variables containing newlines.
20824 # Ultrix sh set writes to stderr and can't be redirected directly,
20825 # and sets the high bit in the cache file unless we assign to the vars.
20827 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20828 eval ac_val
=\$
$ac_var
20832 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
20833 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
20836 _ | IFS | as_nl
) ;; #(
20837 *) $as_unset $ac_var ;;
20843 case $as_nl`(ac_space=' '; set) 2>&1` in #(
20844 *${as_nl}ac_space
=\
*)
20845 # `set' does not quote correctly, so add quotes (double-quote
20846 # substitution turns \\\\ into \\, and sed turns \\ into \).
20849 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20852 # `set' quotes correctly as required by POSIX, so do not add quotes.
20853 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20862 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20864 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20866 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
20867 if test -w "$cache_file"; then
20868 test "x$cache_file" != "x/dev/null" &&
20869 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
20870 echo "$as_me: updating cache $cache_file" >&6;}
20871 cat confcache
>$cache_file
20873 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
20874 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20879 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
20880 # Let make expand exec_prefix.
20881 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
20883 DEFS
=-DHAVE_CONFIG_H
20887 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
20888 # 1. Remove the extension, and $U if already installed.
20889 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
20890 ac_i
=`echo "$ac_i" | sed "$ac_script"`
20891 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
20892 # will be set to the directory where LIBOBJS objects are built.
20893 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20894 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
20896 LIBOBJS
=$ac_libobjs
20898 LTLIBOBJS
=$ac_ltlibobjs
20902 : ${CONFIG_STATUS=./config.status}
20903 ac_clean_files_save
=$ac_clean_files
20904 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
20905 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
20906 echo "$as_me: creating $CONFIG_STATUS" >&6;}
20907 cat >$CONFIG_STATUS <<_ACEOF
20909 # Generated by $as_me.
20910 # Run this file to recreate the current configuration.
20911 # Compiler output produced by configure, useful for debugging
20912 # configure, is in config.log if it exists.
20915 ac_cs_recheck=false
20917 SHELL=\${CONFIG_SHELL-$SHELL}
20920 cat >>$CONFIG_STATUS <<\_ACEOF
20921 ## --------------------- ##
20922 ## M4sh Initialization. ##
20923 ## --------------------- ##
20925 # Be more Bourne compatible
20926 DUALCASE
=1; export DUALCASE
# for MKS sh
20927 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20930 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20931 # is contrary to our usage. Disable this feature.
20932 alias -g '${1+"$@"}'='"$@"'
20933 setopt NO_GLOB_SUBST
20935 case `(set -o) 2>/dev/null` in
20936 *posix
*) set -o posix
;;
20945 # Avoid depending upon Character Ranges.
20946 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
20947 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20948 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
20949 as_cr_digits
='0123456789'
20950 as_cr_alnum
=$as_cr_Letters$as_cr_digits
20952 # The user is always right.
20953 if test "${PATH_SEPARATOR+set}" != set; then
20954 echo "#! /bin/sh" >conf$$.sh
20955 echo "exit 0" >>conf$$.sh
20957 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
20965 # Support unset when possible.
20966 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
20974 # We need space, tab and new line, in precisely that order. Quoting is
20975 # there to prevent editors from complaining about space-tab.
20976 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
20977 # splitting by setting IFS to empty value.)
20982 # Find who we are. Look in the path if we contain no directory separator.
20984 *[\\/]* ) as_myself
=$0 ;;
20985 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20986 for as_dir
in $PATH
20989 test -z "$as_dir" && as_dir
=.
20990 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
20996 # We did not find ourselves, most probably we were run as `sh COMMAND'
20997 # in which case we are not to be found in the path.
20998 if test "x$as_myself" = x
; then
21001 if test ! -f "$as_myself"; then
21002 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21003 { (exit 1); exit 1; }
21006 # Work around bugs in pre-3.0 UWIN ksh.
21007 for as_var
in ENV MAIL MAILPATH
21008 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
21016 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21017 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21018 LC_TELEPHONE LC_TIME
21020 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21021 eval $as_var=C
; export $as_var
21023 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
21027 # Required to use basename.
21028 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
21029 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
21035 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21036 as_basename
=basename
21042 # Name of the executable.
21043 as_me
=`$as_basename -- "$0" ||
21044 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21045 X"$0" : 'X\(//\)$' \| \
21046 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21048 sed '/^.*\/\([^/][^/]*\)\/*$/{
21067 as_lineno_1
=$LINENO
21068 as_lineno_2
=$LINENO
21069 test "x$as_lineno_1" != "x$as_lineno_2" &&
21070 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
21072 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21073 # uniformly replaced by the line number. The first 'sed' inserts a
21074 # line-number line after each line using $LINENO; the second 'sed'
21075 # does the real work. The second script uses 'N' to pair each
21076 # line-number line with the line containing $LINENO, and appends
21077 # trailing '-' during substitution so that $LINENO is not a special
21078 # case at line end.
21079 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21080 # scripts with optimization help from Paolo Bonzini. Blame Lee
21081 # E. McMahon (1931-1989) for sed's syntax. :-)
21093 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21096 ' >$as_me.lineno
&&
21097 chmod +x
"$as_me.lineno" ||
21098 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21099 { (exit 1); exit 1; }; }
21101 # Don't try to exec as it changes $[0], causing all sort of problems
21102 # (the dirname of $[0] is not the place where we might find the
21103 # original and so on. Autoconf is especially sensitive to this).
21104 .
"./$as_me.lineno"
21105 # Exit status is that of the last command.
21110 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
21116 ECHO_C
= ECHO_N
= ECHO_T
=
21117 case `echo -n x` in
21119 case `echo 'x\c'` in
21120 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
21127 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
21128 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
21134 rm -f conf$$ conf$$.exe conf$$.
file
21135 if test -d conf$$.dir
; then
21136 rm -f conf$$.dir
/conf$$.
file
21142 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
21144 # ... but there are two gotchas:
21145 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21146 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21147 # In both cases, we have to default to `cp -p'.
21148 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
21150 elif ln conf$$.
file conf$$
2>/dev
/null
; then
21155 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
21156 rmdir conf$$.dir
2>/dev
/null
21158 if mkdir
-p .
2>/dev
/null
; then
21161 test -d .
/-p && rmdir .
/-p
21165 if test -x / >/dev
/null
2>&1; then
21166 as_test_x
='test -x'
21168 if ls -dL / >/dev
/null
2>&1; then
21175 if test -d "$1"; then
21181 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
21182 ???[sx]*):;;*)false;;esac;fi
21186 as_executable_p
=$as_test_x
21188 # Sed expression to map a string onto a valid CPP name.
21189 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21191 # Sed expression to map a string onto a valid variable name.
21192 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21197 # Save the log message, to keep $[0] and so on meaningful, and to
21198 # report actual input values of CONFIG_FILES etc. instead of their
21199 # values after options handling.
21201 This file was extended by Wine $as_me 0.9.40, which was
21202 generated by GNU Autoconf 2.61. Invocation command line was
21204 CONFIG_FILES = $CONFIG_FILES
21205 CONFIG_HEADERS = $CONFIG_HEADERS
21206 CONFIG_LINKS = $CONFIG_LINKS
21207 CONFIG_COMMANDS = $CONFIG_COMMANDS
21210 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21215 cat >>$CONFIG_STATUS <<_ACEOF
21216 # Files that config.status was made for.
21217 config_files="$ac_config_files"
21218 config_headers="$ac_config_headers"
21219 config_commands="$ac_config_commands"
21223 cat >>$CONFIG_STATUS <<\_ACEOF
21225 \`$as_me' instantiates files from templates according to the
21226 current configuration.
21228 Usage: $0 [OPTIONS] [FILE]...
21230 -h, --help print this help, then exit
21231 -V, --version print version number and configuration settings, then exit
21232 -q, --quiet do not print progress messages
21233 -d, --debug don't remove temporary files
21234 --recheck update $as_me by reconfiguring in the same conditions
21235 --file=FILE[:TEMPLATE]
21236 instantiate the configuration file FILE
21237 --header=FILE[:TEMPLATE]
21238 instantiate the configuration header FILE
21240 Configuration files:
21243 Configuration headers:
21246 Configuration commands:
21249 Report bugs to <bug-autoconf@gnu.org>."
21252 cat >>$CONFIG_STATUS <<_ACEOF
21254 Wine config.status 0.9.40
21255 configured by $0, generated by GNU Autoconf 2.61,
21256 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
21258 Copyright (C) 2006 Free Software Foundation, Inc.
21259 This config.status script is free software; the Free Software Foundation
21260 gives unlimited permission to copy, distribute and modify it."
21267 cat >>$CONFIG_STATUS <<\_ACEOF
21268 # If no file are specified by the user, then we need to provide default
21269 # value. By we need to know if files were specified by the user.
21275 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
21276 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
21287 # Handling of the options.
21288 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
21290 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
21291 echo "$ac_cs_version"; exit ;;
21292 --debug |
--debu |
--deb |
--de |
--d |
-d )
21294 --file |
--fil |
--fi |
--f )
21296 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
21297 ac_need_defaults
=false
;;
21298 --header |
--heade |
--head |
--hea )
21300 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
21301 ac_need_defaults
=false
;;
21303 # Conflict between --help and --header
21304 { echo "$as_me: error: ambiguous option: $1
21305 Try \`$0 --help' for more information." >&2
21306 { (exit 1); exit 1; }; };;
21307 --help |
--hel |
-h )
21308 echo "$ac_cs_usage"; exit ;;
21309 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
21310 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
21313 # This is an error.
21314 -*) { echo "$as_me: error: unrecognized option: $1
21315 Try \`$0 --help' for more information." >&2
21316 { (exit 1); exit 1; }; } ;;
21318 *) ac_config_targets
="$ac_config_targets $1"
21319 ac_need_defaults
=false
;;
21325 ac_configure_extra_args
=
21327 if $ac_cs_silent; then
21329 ac_configure_extra_args
="$ac_configure_extra_args --silent"
21333 cat >>$CONFIG_STATUS <<_ACEOF
21334 if \$ac_cs_recheck; then
21335 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21336 CONFIG_SHELL=$SHELL
21337 export CONFIG_SHELL
21338 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21342 cat >>$CONFIG_STATUS <<\_ACEOF
21346 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21347 ## Running $as_me. ##
21353 cat >>$CONFIG_STATUS <<_ACEOF
21356 cat >>$CONFIG_STATUS <<\_ACEOF
21358 # Handling of arguments.
21359 for ac_config_target
in $ac_config_targets
21361 case $ac_config_target in
21362 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
21363 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
21364 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
21365 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
21366 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
21367 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
21368 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21369 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
21370 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
21371 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
21372 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21373 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
21374 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
21375 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
21376 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
21377 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
21378 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
21379 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21380 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21381 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
21382 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21383 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
21384 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
21385 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21386 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21387 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
21388 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
21389 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21390 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21391 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21392 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
21393 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21394 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
21395 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
21396 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
21397 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21398 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21399 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21400 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
21401 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
21402 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
21403 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21404 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21405 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21406 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21407 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
21408 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21409 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21410 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21411 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21412 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21413 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21414 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21415 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
21416 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
21417 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21418 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21419 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21420 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21421 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21422 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
21423 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
21424 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
21425 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21426 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21427 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
21428 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21429 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
21430 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21431 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21432 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21433 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21434 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21435 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21436 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21437 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21438 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
21439 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21440 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
21441 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
21442 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21443 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21444 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
21445 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21446 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
21447 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
21448 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21449 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21450 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21451 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21452 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
21453 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
21454 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
21455 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
21456 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
21457 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21458 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
21459 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21460 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
21461 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
21462 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
21463 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
21464 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21465 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
21466 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21467 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21468 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21469 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
21470 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
21471 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
21472 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
21473 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21474 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21475 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
21476 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
21477 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
21478 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
21479 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
21480 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
21481 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
21482 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
21483 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
21484 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21485 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21486 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21487 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21488 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21489 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21490 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21491 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
21492 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
21493 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21494 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21495 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21496 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
21497 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21498 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21499 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21500 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21501 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21502 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
21503 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21504 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
21505 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21506 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21507 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21508 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21509 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21510 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
21511 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21512 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21513 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21514 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21515 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21516 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21517 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21518 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21519 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21520 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21521 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21522 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21523 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21524 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21525 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21526 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21527 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
21528 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21529 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21530 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
21531 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21532 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21533 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21534 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
21535 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
21536 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
21537 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
21538 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21539 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21540 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
21541 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
21542 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21543 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21544 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21545 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21546 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21547 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21548 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21549 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21550 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21551 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
21552 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21553 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
21554 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
21555 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21556 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
21557 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
21558 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
21559 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21560 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
21561 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21562 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
21563 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
21564 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21565 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
21566 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21567 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21568 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21569 "dlls/rsabase/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
21570 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21571 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21572 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21573 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
21574 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
21575 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
21576 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21577 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
21578 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21579 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
21580 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
21581 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21582 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21583 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
21584 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21585 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21586 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21587 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21588 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
21589 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21590 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21591 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21592 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21593 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21594 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21595 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21596 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21597 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21598 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
21599 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21600 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21601 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
21602 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21603 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21604 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
21605 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
21606 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21607 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21608 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
21609 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21610 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
21611 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
21612 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21613 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
21614 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21615 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21616 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21617 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21618 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
21619 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21620 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21621 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21622 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21623 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21624 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21625 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21626 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21627 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21628 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21629 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21630 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21631 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
21632 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21633 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21634 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21635 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21636 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21637 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21638 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21639 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21640 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21641 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
21642 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
21643 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21644 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
21645 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21646 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21647 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
21648 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21649 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21650 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21651 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21652 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21653 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21654 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21655 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
21656 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21657 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21658 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21659 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21660 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
21661 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
21662 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
21663 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
21664 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
21665 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
21666 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
21667 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
21668 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
21669 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
21670 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
21671 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21672 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
21673 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
21674 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
21675 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
21676 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
21677 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
21678 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
21679 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
21680 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
21681 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
21682 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
21683 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
21684 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
21685 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21686 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
21687 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
21688 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21689 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
21690 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21691 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21692 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
21693 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
21694 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21695 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
21696 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21697 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
21698 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
21699 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
21700 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21701 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
21702 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
21703 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
21704 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
21705 "programs/winhelp/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhelp/Makefile" ;;
21706 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
21707 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
21708 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
21709 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
21710 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
21711 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
21712 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
21713 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
21714 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
21715 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
21716 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
21718 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21719 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
21720 { (exit 1); exit 1; }; };;
21725 # If the user did not use the arguments to specify the items to instantiate,
21726 # then the envvar interface is used. Set only those that are not.
21727 # We use the long form for the default assignment because of an extremely
21728 # bizarre bug on SunOS 4.1.3.
21729 if $ac_need_defaults; then
21730 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
21731 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
21732 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
21735 # Have a temporary directory for convenience. Make it in the build tree
21736 # simply because there is no reason against having it here, and in addition,
21737 # creating and moving files from /tmp can sometimes cause problems.
21738 # Hook for its removal unless debugging.
21739 # Note that there is a small window in which the directory will not be cleaned:
21740 # after its creation but before its name has been assigned to `$tmp'.
21744 trap 'exit_status=$?
21745 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21747 trap '{ (exit 1); exit 1; }' 1 2 13 15
21749 # Create a (secure) tmp directory for tmp files.
21752 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21753 test -n "$tmp" && test -d "$tmp"
21756 tmp
=.
/conf$$
-$RANDOM
21757 (umask 077 && mkdir
"$tmp")
21760 echo "$me: cannot create a temporary directory in ." >&2
21761 { (exit 1); exit 1; }
21765 # Set up the sed scripts for CONFIG_FILES section.
21768 # No need to generate the scripts if there are no CONFIG_FILES.
21769 # This happens for instance when ./config.status config.h
21770 if test -n "$CONFIG_FILES"; then
21774 # Create sed commands to just substitute file output variables.
21776 # Remaining file output variables are in a fragment that also has non-file
21782 for ac_last_try
in false false false false false
:; do
21783 cat >conf$
$subs.
sed <<_ACEOF
21784 SHELL!$SHELL$ac_delim
21785 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
21786 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
21787 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
21788 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
21789 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
21790 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
21791 exec_prefix!$exec_prefix$ac_delim
21792 prefix!$prefix$ac_delim
21793 program_transform_name!$program_transform_name$ac_delim
21794 bindir!$bindir$ac_delim
21795 sbindir!$sbindir$ac_delim
21796 libexecdir!$libexecdir$ac_delim
21797 datarootdir!$datarootdir$ac_delim
21798 datadir!$datadir$ac_delim
21799 sysconfdir!$sysconfdir$ac_delim
21800 sharedstatedir!$sharedstatedir$ac_delim
21801 localstatedir!$localstatedir$ac_delim
21802 includedir!$includedir$ac_delim
21803 oldincludedir!$oldincludedir$ac_delim
21804 docdir!$docdir$ac_delim
21805 infodir!$infodir$ac_delim
21806 htmldir!$htmldir$ac_delim
21807 dvidir!$dvidir$ac_delim
21808 pdfdir!$pdfdir$ac_delim
21809 psdir!$psdir$ac_delim
21810 libdir!$libdir$ac_delim
21811 localedir!$localedir$ac_delim
21812 mandir!$mandir$ac_delim
21813 DEFS!$DEFS$ac_delim
21814 ECHO_C!$ECHO_C$ac_delim
21815 ECHO_N!$ECHO_N$ac_delim
21816 ECHO_T!$ECHO_T$ac_delim
21817 LIBS!$LIBS$ac_delim
21818 build_alias!$build_alias$ac_delim
21819 host_alias!$host_alias$ac_delim
21820 target_alias!$target_alias$ac_delim
21821 build!$build$ac_delim
21822 build_cpu!$build_cpu$ac_delim
21823 build_vendor!$build_vendor$ac_delim
21824 build_os!$build_os$ac_delim
21825 host!$host$ac_delim
21826 host_cpu!$host_cpu$ac_delim
21827 host_vendor!$host_vendor$ac_delim
21828 host_os!$host_os$ac_delim
21829 WIN16_FILES!$WIN16_FILES$ac_delim
21830 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
21831 SET_MAKE!$SET_MAKE$ac_delim
21833 CFLAGS!$CFLAGS$ac_delim
21834 LDFLAGS!$LDFLAGS$ac_delim
21835 CPPFLAGS!$CPPFLAGS$ac_delim
21836 ac_ct_CC!$ac_ct_CC$ac_delim
21837 EXEEXT!$EXEEXT$ac_delim
21838 OBJEXT!$OBJEXT$ac_delim
21840 CXXFLAGS!$CXXFLAGS$ac_delim
21841 ac_ct_CXX!$ac_ct_CXX$ac_delim
21842 CPPBIN!$CPPBIN$ac_delim
21843 TOOLSDIR!$TOOLSDIR$ac_delim
21844 XMKMF!$XMKMF$ac_delim
21846 X_CFLAGS!$X_CFLAGS$ac_delim
21847 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
21848 X_LIBS!$X_LIBS$ac_delim
21849 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
21850 FLEX!$FLEX$ac_delim
21851 BISON!$BISON$ac_delim
21853 ac_ct_AS!$ac_ct_AS$ac_delim
21856 RANLIB!$RANLIB$ac_delim
21857 STRIP!$STRIP$ac_delim
21858 WINDRES!$WINDRES$ac_delim
21859 LN_S!$LN_S$ac_delim
21861 GREP!$GREP$ac_delim
21862 EGREP!$EGREP$ac_delim
21863 LDCONFIG!$LDCONFIG$ac_delim
21864 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
21865 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
21868 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
21870 elif $ac_last_try; then
21871 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
21872 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
21873 { (exit 1); exit 1; }; }
21875 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
21879 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
21880 if test -n "$ac_eof"; then
21881 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
21882 ac_eof
=`expr $ac_eof + 1`
21885 cat >>$CONFIG_STATUS <<_ACEOF
21886 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
21887 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21888 /^[ ]*@MAKE_RULES@[ ]*$/{
21892 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
21896 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
21897 r $MAKE_IMPLIB_RULES
21900 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
21904 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
21910 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
21911 s/^/s,@/; s/!/@,|#_!!_#|/
21914 s/'"$ac_delim"'$/,g/; t
21916 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
21917 ' >>$CONFIG_STATUS <conf$
$subs.
sed
21918 rm -f conf$
$subs.
sed
21919 cat >>$CONFIG_STATUS <<_ACEOF
21925 for ac_last_try
in false false false false false
:; do
21926 cat >conf$
$subs.
sed <<_ACEOF
21927 INSTALL_DATA!$INSTALL_DATA$ac_delim
21928 LINT!$LINT$ac_delim
21929 LINTFLAGS!$LINTFLAGS$ac_delim
21930 FONTFORGE!$FONTFORGE$ac_delim
21931 PKG_CONFIG!$PKG_CONFIG$ac_delim
21932 PRELINK!$PRELINK$ac_delim
21933 LIBPTHREAD!$LIBPTHREAD$ac_delim
21934 XLIB!$XLIB$ac_delim
21935 XFILES!$XFILES$ac_delim
21936 OPENGLFILES!$OPENGLFILES$ac_delim
21937 GLU32FILES!$GLU32FILES$ac_delim
21938 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
21939 QUARTZFILES!$QUARTZFILES$ac_delim
21940 DLLEXT!$DLLEXT$ac_delim
21941 DLLFLAGS!$DLLFLAGS$ac_delim
21942 LDSHARED!$LDSHARED$ac_delim
21943 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
21944 LIBEXT!$LIBEXT$ac_delim
21945 IMPLIBEXT!$IMPLIBEXT$ac_delim
21946 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
21947 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
21949 DLLTOOL!$DLLTOOL$ac_delim
21950 DLLWRAP!$DLLWRAP$ac_delim
21951 MINGWAR!$MINGWAR$ac_delim
21952 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
21953 IOKITLIB!$IOKITLIB$ac_delim
21954 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
21955 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
21956 COREAUDIO!$COREAUDIO$ac_delim
21957 CARBONLIB!$CARBONLIB$ac_delim
21958 CROSSTEST!$CROSSTEST$ac_delim
21959 CROSSCC!$CROSSCC$ac_delim
21960 CROSSWINDRES!$CROSSWINDRES$ac_delim
21961 NASLIBS!$NASLIBS$ac_delim
21962 XML2LIBS!$XML2LIBS$ac_delim
21963 XML2INCL!$XML2INCL$ac_delim
21964 XSLTLIBS!$XSLTLIBS$ac_delim
21965 XSLTINCL!$XSLTINCL$ac_delim
21966 HALINCL!$HALINCL$ac_delim
21967 sane_devel!$sane_devel$ac_delim
21968 SANEINCL!$SANEINCL$ac_delim
21969 gphoto2_devel!$gphoto2_devel$ac_delim
21970 gphoto2port_devel!$gphoto2port_devel$ac_delim
21971 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
21972 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
21973 ICULIBS!$ICULIBS$ac_delim
21974 RESOLVLIBS!$RESOLVLIBS$ac_delim
21975 LCMSLIBS!$LCMSLIBS$ac_delim
21976 LDAPLIBS!$LDAPLIBS$ac_delim
21977 FREETYPELIBS!$FREETYPELIBS$ac_delim
21978 FREETYPEINCL!$FREETYPEINCL$ac_delim
21979 ft_devel!$ft_devel$ac_delim
21980 ft_devel2!$ft_devel2$ac_delim
21981 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
21982 ESDCONFIG!$ESDCONFIG$ac_delim
21983 ESDLIBS!$ESDLIBS$ac_delim
21984 ESDINCL!$ESDINCL$ac_delim
21985 ALSALIBS!$ALSALIBS$ac_delim
21986 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
21987 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
21988 BUILTINFLAG!$BUILTINFLAG$ac_delim
21989 LDPATH!$LDPATH$ac_delim
21990 CRTLIBS!$CRTLIBS$ac_delim
21991 SOCKETLIBS!$SOCKETLIBS$ac_delim
21992 MAIN_BINARY!$MAIN_BINARY$ac_delim
21993 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
21994 LIBDL!$LIBDL$ac_delim
21995 LIBPOLL!$LIBPOLL$ac_delim
21996 DEPENDENCIES!$DEPENDENCIES$ac_delim
21997 LIBOBJS!$LIBOBJS$ac_delim
21998 LTLIBOBJS!$LTLIBOBJS$ac_delim
22001 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
22003 elif $ac_last_try; then
22004 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22005 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22006 { (exit 1); exit 1; }; }
22008 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
22012 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22013 if test -n "$ac_eof"; then
22014 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
22015 ac_eof
=`expr $ac_eof + 1`
22018 cat >>$CONFIG_STATUS <<_ACEOF
22019 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22020 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22023 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22024 s/^/s,@/; s/!/@,|#_!!_#|/
22027 s/'"$ac_delim"'$/,g/; t
22029 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22030 ' >>$CONFIG_STATUS <conf$
$subs.
sed
22031 rm -f conf$
$subs.
sed
22032 cat >>$CONFIG_STATUS <<_ACEOF
22039 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22040 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22041 # trailing colons and then remove the whole line if VPATH becomes empty
22042 # (actually we leave an empty line to preserve line numbers).
22043 if test "x$srcdir" = x.
; then
22044 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
22045 s/:*\$(srcdir):*/:/
22046 s/:*\${srcdir}:*/:/
22048 s/^\([^=]*=[ ]*\):*/\1/
22054 cat >>$CONFIG_STATUS <<\_ACEOF
22055 fi # test -n "$CONFIG_FILES"
22058 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
22061 :[FHLC
]) ac_mode
=$ac_tag; continue;;
22063 case $ac_mode$ac_tag in
22065 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22066 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22067 { (exit 1); exit 1; }; };;
22068 :[FH
]-) ac_tag
=-:-;;
22069 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
22086 -) ac_f
="$tmp/stdin";;
22087 *) # Look for the file first in the build tree, then in the source tree
22088 # (if the path is not absolute). The absolute path cannot be DOS-style,
22089 # because $ac_f cannot contain `:'.
22093 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
22095 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22096 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22097 { (exit 1); exit 1; }; };;
22099 ac_file_inputs
="$ac_file_inputs $ac_f"
22102 # Let's still pretend it is `configure' which instantiates (i.e., don't
22103 # use $as_me), people would be surprised to read:
22104 # /* config.h. Generated by config.status. */
22105 configure_input
="Generated from "`IFS=:
22106 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22107 if test x
"$ac_file" != x-
; then
22108 configure_input
="$ac_file. $configure_input"
22109 { echo "$as_me:$LINENO: creating $ac_file" >&5
22110 echo "$as_me: creating $ac_file" >&6;}
22114 *:-:* |
*:-) cat >"$tmp/stdin";;
22119 ac_dir
=`$as_dirname -- "$ac_file" ||
22120 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22121 X"$ac_file" : 'X\(//\)[^/]' \| \
22122 X"$ac_file" : 'X\(//\)$' \| \
22123 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22125 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22129 /^X\(\/\/\)[^/].*/{
22144 -*) as_dir
=.
/$as_dir;;
22146 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
22150 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22151 *) as_qdir
=$as_dir;;
22153 as_dirs
="'$as_qdir' $as_dirs"
22154 as_dir
=`$as_dirname -- "$as_dir" ||
22155 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22156 X"$as_dir" : 'X\(//\)[^/]' \| \
22157 X"$as_dir" : 'X\(//\)$' \| \
22158 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22160 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22164 /^X\(\/\/\)[^/].*/{
22177 test -d "$as_dir" && break
22179 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
22180 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22181 echo "$as_me: error: cannot create directory $as_dir" >&2;}
22182 { (exit 1); exit 1; }; }; }
22186 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22188 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22189 # A ".." for each directory in $ac_dir_suffix.
22190 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22191 case $ac_top_builddir_sub in
22192 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
22193 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
22196 ac_abs_top_builddir
=$ac_pwd
22197 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
22198 # for backward compatibility:
22199 ac_top_builddir
=$ac_top_build_prefix
22202 .
) # We are building in place.
22204 ac_top_srcdir
=$ac_top_builddir_sub
22205 ac_abs_top_srcdir
=$ac_pwd ;;
22206 [\\/]* | ?
:[\\/]* ) # Absolute name.
22207 ac_srcdir
=$srcdir$ac_dir_suffix;
22208 ac_top_srcdir
=$srcdir
22209 ac_abs_top_srcdir
=$srcdir ;;
22210 *) # Relative name.
22211 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
22212 ac_top_srcdir
=$ac_top_build_prefix$srcdir
22213 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
22215 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
22225 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
22226 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
22230 cat >>$CONFIG_STATUS <<\_ACEOF
22231 # If the template does not know about datarootdir, expand it.
22232 # FIXME: This hack should be removed a few years after 2.60.
22233 ac_datarootdir_hack
=; ac_datarootdir_seen
=
22235 case `sed -n '/datarootdir/ {
22244 ' $ac_file_inputs` in
22245 *datarootdir
*) ac_datarootdir_seen
=yes;;
22246 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
22247 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22248 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22250 cat >>$CONFIG_STATUS <<_ACEOF
22251 ac_datarootdir_hack='
22252 s&@datadir@&$datadir&g
22253 s&@docdir@&$docdir&g
22254 s&@infodir@&$infodir&g
22255 s&@localedir@&$localedir&g
22256 s&@mandir@&$mandir&g
22257 s&\\\${datarootdir}&$datarootdir&g' ;;
22261 # Neutralize VPATH when `$srcdir' = `.'.
22262 # Shell code in configure.ac might set extrasub.
22263 # FIXME: do we really want to maintain this feature?
22264 cat >>$CONFIG_STATUS <<_ACEOF
22268 cat >>$CONFIG_STATUS <<\_ACEOF
22270 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
22271 s
&@configure_input@
&$configure_input&;t t
22272 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
22273 s
&@srcdir@
&$ac_srcdir&;t t
22274 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
22275 s
&@top_srcdir@
&$ac_top_srcdir&;t t
22276 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
22277 s
&@builddir@
&$ac_builddir&;t t
22278 s
&@abs_builddir@
&$ac_abs_builddir&;t t
22279 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
22280 s
&@INSTALL@
&$ac_INSTALL&;t t
22281 $ac_datarootdir_hack
22282 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
22284 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22285 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
22286 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
22287 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
22288 which seems to be undefined. Please make sure it is defined." >&5
22289 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
22290 which seems to be undefined. Please make sure it is defined." >&2;}
22294 -) cat "$tmp/out"; rm -f "$tmp/out";;
22295 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22304 # Transform confdefs.h into a sed script `conftest.defines', that
22305 # substitutes the proper values into config.h.in to produce config.h.
22306 rm -f conftest.defines conftest.
tail
22307 # First, append a space to every undef/define line, to ease matching.
22308 echo 's/$/ /' >conftest.defines
22309 # Then, protect against being on the right side of a sed subst, or in
22310 # an unquoted here document, in config.status. If some macros were
22311 # called several times there might be several #defines for the same
22312 # symbol, which is useless. But do not sort them, since the last
22313 # AC_DEFINE must be honored.
22314 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
22315 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22316 # NAME is the cpp macro being defined, VALUE is the value it is being given.
22317 # PARAMS is the parameter list in the macro definition--in most cases, it's
22318 # just an empty string.
22319 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
22320 ac_dB
='\\)[ (].*,\\1define\\2'
22328 s/^[ ]*#[ ]*define[ ][ ]*//
22333 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
22334 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
22335 ' >>conftest.defines
22337 # Remove the space that was appended to ease matching.
22338 # Then replace #undef with comments. This is necessary, for
22339 # example, in the case of _POSIX_SOURCE, which is predefined and required
22340 # on some systems where configure will not decide to define it.
22341 # (The regexp can be short, since the line contains either #define or #undef.)
22343 s,^[ #]*u.*,/* & */,' >>conftest.defines
22345 # Break up conftest.defines:
22346 ac_max_sed_lines
=50
22348 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22349 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22350 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22352 ac_in
='$ac_file_inputs'
22353 ac_out
='"$tmp/out1"'
22354 ac_nxt
='"$tmp/out2"'
22358 # Write a here document:
22359 cat >>$CONFIG_STATUS <<_ACEOF
22360 # First, check the format of the line:
22361 cat >"\$tmp/defines.sed" <<\\CEOF
22362 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
22363 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
22367 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
22369 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22370 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
22371 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
22372 grep . conftest.
tail >/dev
/null ||
break
22373 rm -f conftest.defines
22374 mv conftest.
tail conftest.defines
22376 rm -f conftest.defines conftest.
tail
22378 echo "ac_result=$ac_in" >>$CONFIG_STATUS
22379 cat >>$CONFIG_STATUS <<\_ACEOF
22380 if test x
"$ac_file" != x-
; then
22381 echo "/* $configure_input */" >"$tmp/config.h"
22382 cat "$ac_result" >>"$tmp/config.h"
22383 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
22384 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22385 echo "$as_me: $ac_file is unchanged" >&6;}
22388 mv "$tmp/config.h" $ac_file
22391 echo "/* $configure_input */"
22397 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
22398 echo "$as_me: executing $ac_file commands" >&6;}
22403 case $ac_file$ac_mode in
22404 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
22405 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
22406 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
22407 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
22408 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
22409 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
22410 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
22411 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
22412 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
22413 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
22414 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
22415 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
22416 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
22422 { (exit 0); exit 0; }
22424 chmod +x
$CONFIG_STATUS
22425 ac_clean_files
=$ac_clean_files_save
22428 # configure is writing to config.log, and then calls config.status.
22429 # config.status does its own redirection, appending to config.log.
22430 # Unfortunately, on DOS this fails, as config.log is still kept open
22431 # by configure, so config.status won't be able to write to it; its
22432 # output is simply discarded. So we exec the FD to /dev/null,
22433 # effectively closing config.log, so it can be properly (re)opened and
22434 # appended to by config.status. When coming back to configure, we
22435 # need to make the FD available again.
22436 if test "$no_create" != yes; then
22438 ac_config_status_args
=
22439 test "$silent" = yes &&
22440 ac_config_status_args
="$ac_config_status_args --quiet"
22442 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
22444 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22445 # would make configure fail if this is the last instruction.
22446 $ac_cs_success ||
{ (exit 1); exit 1; }
22451 if test "$no_create" = "yes"
22456 if test "$verbose" = "yes"
22458 if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
22461 { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
22462 echo "$as_me: libcapi20 development files not found." >&6;}
22463 { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
22464 echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
22467 if test "$ac_cv_header_cups_cups_h" != "yes"
22470 { echo "$as_me:$LINENO: libcups development files not found." >&5
22471 echo "$as_me: libcups development files not found." >&6;}
22472 { echo "$as_me:$LINENO: Wine will be built without CUPS support." >&5
22473 echo "$as_me: Wine will be built without CUPS support." >&6;}
22477 if test "$ac_cv_header_gphoto2_camera_h" != "yes"
22480 { echo "$as_me:$LINENO: libgphoto2 development files not found." >&5
22481 echo "$as_me: libgphoto2 development files not found." >&6;}
22482 if test "$ac_cv_header_sane_sane_h" = "yes"
22484 { echo "$as_me:$LINENO: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&5
22485 echo "$as_me: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&6;}
22487 { echo "$as_me:$LINENO: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&5
22488 echo "$as_me: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&6;}
22492 if test "$ac_cv_header_hal_libhal_h" != "yes"
22495 { echo "$as_me:$LINENO: libhal development files not found." >&5
22496 echo "$as_me: libhal development files not found." >&6;}
22497 { echo "$as_me:$LINENO: Wine will be built without dynamic device support. (explorer.exe)" >&5
22498 echo "$as_me: Wine will be built without dynamic device support. (explorer.exe)" >&6;}
22501 if test "$ac_cv_header_unicode_ubidi_h" != "yes"
22504 { echo "$as_me:$LINENO: libicu development files not found." >&5
22505 echo "$as_me: libicu development files not found." >&6;}
22506 { echo "$as_me:$LINENO: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&5
22507 echo "$as_me: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&6;}
22510 if test "$ac_cv_header_lcms_h" != "yes" -a "$ac_cv_header_lcms_lcms_h" != "yes"
22513 { echo "$as_me:$LINENO: liblcms development files not found." >&5
22514 echo "$as_me: liblcms development files not found." >&6;}
22515 { echo "$as_me:$LINENO: Wine will be built without Color Management support. (mscms.dll)" >&5
22516 echo "$as_me: Wine will be built without Color Management support. (mscms.dll)" >&6;}
22519 if test "$ac_cv_header_ldap_h" != "yes" -o "$ac_cv_header_lber_h" != "yes"
22522 { echo "$as_me:$LINENO: libldap (OpenLDAP) development files not found." >&5
22523 echo "$as_me: libldap (OpenLDAP) development files not found." >&6;}
22524 { echo "$as_me:$LINENO: Wine will be built without LDAP support. (wldap32.dll)" >&5
22525 echo "$as_me: Wine will be built without LDAP support. (wldap32.dll)" >&6;}
22528 if test "x$with_curses" != "xno" -a "$ac_cv_header_ncurses_h" != "yes" -a "$ac_cv_header_curses_h" != "yes"
22531 { echo "$as_me:$LINENO: lib(n)curses development files not found." >&5
22532 echo "$as_me: lib(n)curses development files not found." >&6;}
22533 { echo "$as_me:$LINENO: Wine will be built without (n)curses support. (wineconsole.exe)" >&5
22534 echo "$as_me: Wine will be built without (n)curses support. (wineconsole.exe)" >&6;}
22537 if test "$ac_cv_header_sane_sane_h" != "yes"
22540 { echo "$as_me:$LINENO: libsane development files not found." >&5
22541 echo "$as_me: libsane development files not found." >&6;}
22542 { echo "$as_me:$LINENO: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&5
22543 echo "$as_me: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&6;}
22546 if test "$have_x" = "yes"
22548 if test "$ac_cv_header_X11_extensions_shape_h" != "yes" -o "$ac_cv_header_X11_extensions_XShm_h" != "yes"
22551 { echo "$as_me:$LINENO: libxext development files not found." >&5
22552 echo "$as_me: libxext development files not found." >&6;}
22553 { echo "$as_me:$LINENO: Wine will be built without Shm / Shape support. (winex11.drv)" >&5
22554 echo "$as_me: Wine will be built without Shm / Shape support. (winex11.drv)" >&6;}
22557 if test "$ac_cv_header_X11_extensions_Xrandr_h" != "yes"
22560 { echo "$as_me:$LINENO: libXrandr development files not found." >&5
22561 echo "$as_me: libXrandr development files not found." >&6;}
22562 { echo "$as_me:$LINENO: Wine will be built without Xrandr support. (winex11.drv)" >&5
22563 echo "$as_me: Wine will be built without Xrandr support. (winex11.drv)" >&6;}
22566 if test "$ac_cv_header_X11_extensions_Xrender_h" != "yes"
22569 { echo "$as_me:$LINENO: libXrender development files not found." >&5
22570 echo "$as_me: libXrender development files not found." >&6;}
22571 { echo "$as_me:$LINENO: Wine will be built without Xrender support. (winex11.drv)" >&5
22572 echo "$as_me: Wine will be built without Xrender support. (winex11.drv)" >&6;}
22575 if test "$ac_cv_header_X11_extensions_xf86vmode_h" != "yes"
22578 { echo "$as_me:$LINENO: libXxf86vm development files not found." >&5
22579 echo "$as_me: libXxf86vm development files not found." >&6;}
22580 { echo "$as_me:$LINENO: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&5
22581 echo "$as_me: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&6;}
22585 if test "$ac_cv_header_libxml_parser_h" != "yes"
22588 { echo "$as_me:$LINENO: libxml2 development files not found." >&5
22589 echo "$as_me: libxml2 development files not found." >&6;}
22590 { echo "$as_me:$LINENO: Wine will be built without XML support. (msxml.dll)" >&5
22591 echo "$as_me: Wine will be built without XML support. (msxml.dll)" >&6;}
22594 if test "$ac_cv_header_libxslt_pattern_h" != "yes" -o "$ac_cv_header_libxslt_transform_h" != "yes"
22597 { echo "$as_me:$LINENO: libxslt development files not found." >&5
22598 echo "$as_me: libxslt development files not found." >&6;}
22599 { echo "$as_me:$LINENO: Wine will be built without xslt support. (msxml.dll)" >&5
22600 echo "$as_me: Wine will be built without xslt support. (msxml.dll)" >&6;}
22605 if test "$have_x" = "no"
22608 { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5
22609 echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;}
22610 { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5
22611 echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;}
22612 { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5
22613 echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;}
22614 { echo "$as_me:$LINENO: WARNING: packages of Xlib/Xfree86 at the very least." >&5
22615 echo "$as_me: WARNING: packages of Xlib/Xfree86 at the very least." >&2;}
22618 if test -z "$OPENGLFILES"
22621 { echo "$as_me:$LINENO: WARNING: Wine will be build without OpenGL or Direct3D support" >&5
22622 echo "$as_me: WARNING: Wine will be build without OpenGL or Direct3D support" >&2;}
22623 { echo "$as_me:$LINENO: WARNING: because something is wrong with the OpenGL setup:" >&5
22624 echo "$as_me: WARNING: because something is wrong with the OpenGL setup:" >&2;}
22625 if test "$wine_cv_opengl_headers_found" = "no"
22627 { echo "$as_me:$LINENO: WARNING: No OpenGL development headers were found" >&5
22628 echo "$as_me: WARNING: No OpenGL development headers were found" >&2;}
22630 if test "$wine_cv_opengl_header_version_OK" = "no"
22632 { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5
22633 echo "$as_me: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;}
22634 elif test "$ac_cv_lib_GL_glXCreateContext" = "no"
22636 if test -f /usr
/X11R
6/lib
/libGL.a
22638 { echo "$as_me:$LINENO: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
22639 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&5
22640 echo "$as_me: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
22641 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&2;}
22643 { echo "$as_me:$LINENO: WARNING: No OpenGL library found on this system." >&5
22644 echo "$as_me: WARNING: No OpenGL library found on this system." >&2;}
22649 if test "$wine_cv_msg_freetype" = "yes"
22652 { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5
22653 echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;}
22654 { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5
22655 echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;}
22656 { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5
22657 echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;}
22658 { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5
22659 echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;}
22662 if test -z "$FONTSSUBDIRS"
22665 if test "$FONTFORGE" = "false"
22667 { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5
22668 echo "$as_me: WARNING: FontForge is missing." >&2;}
22670 { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5
22671 echo "$as_me: WARNING: FreeType is missing." >&2;}
22673 { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5
22674 echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;}
22677 if test -z "$ALSALIBS" -a \
22678 -z "$AUDIOIOLIBS" -a \
22680 -z "$ESD_LIBS" -a \
22681 -z "$ac_cv_lib_soname_jack" -a \
22682 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
22683 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
22684 "$ac_cv_header_soundcard_h" != "yes"
22687 { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5
22688 echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;}
22689 { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5
22690 echo "$as_me: WARNING: The currently supported sound systems are:" >&2;}
22691 { echo "$as_me:$LINENO: WARNING: ALSA, EsounD, AudioIO, Jack, NAS and OSS" >&5
22692 echo "$as_me: WARNING: ALSA, EsounD, AudioIO, Jack, NAS and OSS" >&2;}
22696 echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."