2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60a for Wine 0.9.25.
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 Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
24 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
26 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
27 DUALCASE
=1; export DUALCASE
# for MKS sh
31 # Avoid depending upon Character Ranges.
32 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
33 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
35 as_cr_digits
='0123456789'
36 as_cr_alnum
=$as_cr_Letters$as_cr_digits
38 # The user is always right.
39 if test "${PATH_SEPARATOR+set}" != set; then
40 echo "#! /bin/sh" >conf$$.sh
41 echo "exit 0" >>conf$$.sh
43 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
51 # Support unset when possible.
52 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
60 # We need space, tab and new line, in precisely that order. Quoting is
61 # there to prevent editors from complaining about space-tab.
62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
63 # splitting by setting IFS to empty value.)
68 # Find who we are. Look in the path if we contain no directory separator.
70 *[\\/]* ) as_myself
=$0 ;;
71 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
75 test -z "$as_dir" && as_dir
=.
76 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
82 # We did not find ourselves, most probably we were run as `sh COMMAND'
83 # in which case we are not to be found in the path.
84 if test "x$as_myself" = x
; then
87 if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
92 # Work around bugs in pre-3.0 UWIN ksh.
93 for as_var
in ENV MAIL MAILPATH
94 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
102 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
103 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C
; export $as_var
109 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
113 # Required to use basename.
114 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
121 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
128 # Name of the executable.
129 as_me
=`$as_basename -- "$0" ||
130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131 X"$0" : 'X\(//\)$' \| \
132 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
134 sed '/^.*\/\([^/][^/]*\)\/*$/{
152 if test "x$CONFIG_SHELL" = x
; then
153 if (eval ":") 2>/dev
/null
; then
159 if test $as_have_required = yes && (eval ":
169 as_func_ret_success () {
172 as_func_ret_failure () {
177 if as_func_success; then
181 echo as_func_success failed.
184 if as_func_failure; then
186 echo as_func_failure succeeded.
189 if as_func_ret_success; then
193 echo as_func_ret_success failed.
196 if as_func_ret_failure; then
198 echo as_func_ret_failure succeeded.
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 echo positional parameters were not saved.
208 test \$exitcode = 0) || { (exit 1); exit 1; }
213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
215 ") 2> /dev
/null
; then
219 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
220 for as_dir
in /usr
/bin
/posix
$PATH_SEPARATOR/bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
223 test -z "$as_dir" && as_dir
=.
226 for as_base
in sh bash ksh sh5
; do
227 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
234 for as_shell
in $as_candidate_shells $SHELL; do
235 # Try only shells that exist, to save several forks.
236 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
237 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
238 # Be Bourne compatible
239 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243 # is contrary to our usage. Disable this feature.
244 alias -g '${1+"$@"}'='"$@"'
247 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
249 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
250 DUALCASE
=1; export DUALCASE
# for MKS sh
255 CONFIG_SHELL
=$as_shell
257 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
258 # Be Bourne compatible
259 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
267 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
269 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
270 DUALCASE
=1; export DUALCASE
# for MKS sh
282 as_func_ret_success
() {
285 as_func_ret_failure
() {
290 if as_func_success
; then
294 echo as_func_success failed.
297 if as_func_failure
; then
299 echo as_func_failure succeeded.
302 if as_func_ret_success
; then
306 echo as_func_ret_success failed.
309 if as_func_ret_failure
; then
311 echo as_func_ret_failure succeeded.
314 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
318 echo positional parameters were not saved.
321 test $exitcode = 0) ||
{ (exit 1); exit 1; }
326 test "x$as_lineno_1" != "x$as_lineno_2" &&
327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
338 if test "x$CONFIG_SHELL" != x
; then
339 for as_var
in BASH_ENV ENV
340 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
347 if test $as_have_required = no
; then
348 echo This
script requires a shell
more modern than all the
349 echo shells that I found on your system. Please
install a
350 echo modern shell
, or manually run the
script under such a
351 echo shell
if you
do have one.
352 { (exit 1); exit 1; }
362 (eval "as_func_return () {
371 as_func_ret_success () {
374 as_func_ret_failure () {
379 if as_func_success; then
383 echo as_func_success failed.
386 if as_func_failure; then
388 echo as_func_failure succeeded.
391 if as_func_ret_success; then
395 echo as_func_ret_success failed.
398 if as_func_ret_failure; then
400 echo as_func_ret_failure succeeded.
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
407 echo positional parameters were not saved.
410 test \$exitcode = 0") ||
{
411 echo No shell found that supports shell functions.
412 echo Please tell autoconf@gnu.org about your system
,
413 echo including any error possibly output before this
421 test "x$as_lineno_1" != "x$as_lineno_2" &&
422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
424 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
425 # uniformly replaced by the line number. The first 'sed' inserts a
426 # line-number line after each line using $LINENO; the second 'sed'
427 # does the real work. The second script uses 'N' to pair each
428 # line-number line with the line containing $LINENO, and appends
429 # trailing '-' during substitution so that $LINENO is not a special
431 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
432 # scripts with optimization help from Paolo Bonzini. Blame Lee
433 # E. McMahon (1931-1989) for sed's syntax. :-)
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449 chmod +x
"$as_me.lineno" ||
450 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
451 { (exit 1); exit 1; }; }
453 # Don't try to exec as it changes $[0], causing all sort of problems
454 # (the dirname of $[0] is not the place where we might find the
455 # original and so on. Autoconf is especially sensitive to this).
457 # Exit status is that of the last command.
462 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
468 ECHO_C
= ECHO_N
= ECHO_T
=
472 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
479 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
480 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
486 rm -f conf$$ conf$$.exe conf$$.
file
487 if test -d conf$$.dir
; then
488 rm -f conf$$.dir
/conf$$.
file
494 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
496 # ... but there are two gotchas:
497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499 # In both cases, we have to default to `cp -p'.
500 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
502 elif ln conf$$.
file conf$$
2>/dev
/null
; then
507 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
508 rmdir conf$$.dir
2>/dev
/null
510 if mkdir
-p .
2>/dev
/null
; then
513 test -d .
/-p && rmdir .
/-p
517 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
518 # systems may use methods other than mode bits to determine executability.
519 cat >conf$$.
file <<_ASEOF
524 if test -x conf$$.
file >/dev
/null
2>&1; then
525 as_executable_p
="test -x"
531 # Sed expression to map a string onto a valid CPP name.
532 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534 # Sed expression to map a string onto a valid variable name.
535 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539 exec 7<&0 </dev
/null
6>&1
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
549 ac_default_prefix
=/usr
/local
551 ac_config_libobj_dir
=.
557 SHELL
=${CONFIG_SHELL-/bin/sh}
559 # Identity of this package.
561 PACKAGE_TARNAME
='wine'
562 PACKAGE_VERSION
='0.9.25'
563 PACKAGE_STRING
='Wine 0.9.25'
564 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
566 ac_unique_file
="server/atom.c"
567 # Factoring default headers for most tests.
568 ac_includes_default
="\
570 #ifdef HAVE_SYS_TYPES_H
571 # include <sys/types.h>
573 #ifdef HAVE_SYS_STAT_H
574 # include <sys/stat.h>
580 # ifdef HAVE_STDLIB_H
585 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
590 #ifdef HAVE_STRINGS_H
591 # include <strings.h>
593 #ifdef HAVE_INTTYPES_H
594 # include <inttypes.h>
612 program_transform_name
764 ac_subst_files
='MAKE_RULES
769 ac_precious_vars
='build_alias
783 # Initialize some variables set by options.
785 ac_init_version
=false
786 # The variables have the same names as the options, with
787 # dashes changed to underlines.
795 program_transform_name
=s
,x
,x
,
803 # Installation directory options.
804 # These are left unexpanded so users can "make install exec_prefix=/foo"
805 # and all the variables that are supposed to be based on exec_prefix
806 # by default will actually change.
807 # Use braces instead of parens because sh, perl, etc. also accept them.
808 # (The list follows the same order as the GNU Coding Standards.)
809 bindir
='${exec_prefix}/bin'
810 sbindir
='${exec_prefix}/sbin'
811 libexecdir
='${exec_prefix}/libexec'
812 datarootdir
='${prefix}/share'
813 datadir
='${datarootdir}'
814 sysconfdir
='${prefix}/etc'
815 sharedstatedir
='${prefix}/com'
816 localstatedir
='${prefix}/var'
817 includedir
='${prefix}/include'
818 oldincludedir
='/usr/include'
819 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
820 infodir
='${datarootdir}/info'
825 libdir
='${exec_prefix}/lib'
826 localedir
='${datarootdir}/locale'
827 mandir
='${datarootdir}/man'
833 # If the previous option needs an argument, assign it.
834 if test -n "$ac_prev"; then
835 eval $ac_prev=\
$ac_option
841 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
845 # Accept the important Cygnus configure options, so we can diagnose typos.
847 case $ac_dashdash$ac_option in
851 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
853 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
856 -build |
--build |
--buil |
--bui |
--bu)
857 ac_prev
=build_alias
;;
858 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
859 build_alias
=$ac_optarg ;;
861 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
862 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
863 ac_prev
=cache_file
;;
864 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
865 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
866 cache_file
=$ac_optarg ;;
869 cache_file
=config.cache
;;
871 -datadir |
--datadir |
--datadi |
--datad)
873 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
874 datadir
=$ac_optarg ;;
876 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
877 |
--dataroo |
--dataro |
--datar)
878 ac_prev
=datarootdir
;;
879 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
880 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
881 datarootdir
=$ac_optarg ;;
883 -disable-* |
--disable-*)
884 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
885 # Reject names that are not valid shell variable names.
886 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
887 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
888 { (exit 1); exit 1; }; }
889 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
890 eval enable_
$ac_feature=no
;;
892 -docdir |
--docdir |
--docdi |
--doc |
--do)
894 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
897 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
899 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
902 -enable-* |
--enable-*)
903 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
906 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
907 { (exit 1); exit 1; }; }
908 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
909 eval enable_
$ac_feature=\
$ac_optarg ;;
911 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
912 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
913 |
--exec |
--exe |
--ex)
914 ac_prev
=exec_prefix
;;
915 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
916 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
917 |
--exec=* |
--exe=* |
--ex=*)
918 exec_prefix
=$ac_optarg ;;
920 -gas |
--gas |
--ga |
--g)
921 # Obsolete; use --with-gas.
924 -help |
--help |
--hel |
--he |
-h)
926 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
927 ac_init_help
=recursive
;;
928 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
929 ac_init_help
=short
;;
931 -host |
--host |
--hos |
--ho)
932 ac_prev
=host_alias
;;
933 -host=* |
--host=* |
--hos=* |
--ho=*)
934 host_alias
=$ac_optarg ;;
936 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
938 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
940 htmldir
=$ac_optarg ;;
942 -includedir |
--includedir |
--includedi |
--included |
--include \
943 |
--includ |
--inclu |
--incl |
--inc)
944 ac_prev
=includedir
;;
945 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
946 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
947 includedir
=$ac_optarg ;;
949 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
951 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
952 infodir
=$ac_optarg ;;
954 -libdir |
--libdir |
--libdi |
--libd)
956 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
959 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
960 |
--libexe |
--libex |
--libe)
961 ac_prev
=libexecdir
;;
962 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
963 |
--libexe=* |
--libex=* |
--libe=*)
964 libexecdir
=$ac_optarg ;;
966 -localedir |
--localedir |
--localedi |
--localed |
--locale)
968 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
969 localedir
=$ac_optarg ;;
971 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
972 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
973 ac_prev
=localstatedir
;;
974 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
975 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
976 localstatedir
=$ac_optarg ;;
978 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
980 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
984 # Obsolete; use --without-fp.
987 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
988 |
--no-cr |
--no-c |
-n)
991 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
992 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
995 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
996 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
997 |
--oldin |
--oldi |
--old |
--ol |
--o)
998 ac_prev
=oldincludedir
;;
999 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1000 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1001 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1002 oldincludedir
=$ac_optarg ;;
1004 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1006 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1007 prefix
=$ac_optarg ;;
1009 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1010 |
--program-pre |
--program-pr |
--program-p)
1011 ac_prev
=program_prefix
;;
1012 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1013 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1014 program_prefix
=$ac_optarg ;;
1016 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1017 |
--program-suf |
--program-su |
--program-s)
1018 ac_prev
=program_suffix
;;
1019 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1020 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1021 program_suffix
=$ac_optarg ;;
1023 -program-transform-name |
--program-transform-name \
1024 |
--program-transform-nam |
--program-transform-na \
1025 |
--program-transform-n |
--program-transform- \
1026 |
--program-transform |
--program-transfor \
1027 |
--program-transfo |
--program-transf \
1028 |
--program-trans |
--program-tran \
1029 |
--progr-tra |
--program-tr |
--program-t)
1030 ac_prev
=program_transform_name
;;
1031 -program-transform-name=* |
--program-transform-name=* \
1032 |
--program-transform-nam=* |
--program-transform-na=* \
1033 |
--program-transform-n=* |
--program-transform-=* \
1034 |
--program-transform=* |
--program-transfor=* \
1035 |
--program-transfo=* |
--program-transf=* \
1036 |
--program-trans=* |
--program-tran=* \
1037 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1038 program_transform_name
=$ac_optarg ;;
1040 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1042 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1043 pdfdir
=$ac_optarg ;;
1045 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1047 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1050 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1051 |
-silent |
--silent |
--silen |
--sile |
--sil)
1054 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1056 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1058 sbindir
=$ac_optarg ;;
1060 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1061 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1062 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1064 ac_prev
=sharedstatedir
;;
1065 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1066 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1067 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1069 sharedstatedir
=$ac_optarg ;;
1071 -site |
--site |
--sit)
1073 -site=* |
--site=* |
--sit=*)
1076 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1078 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1079 srcdir
=$ac_optarg ;;
1081 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1082 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1083 ac_prev
=sysconfdir
;;
1084 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1085 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1086 sysconfdir
=$ac_optarg ;;
1088 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1089 ac_prev
=target_alias
;;
1090 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1091 target_alias
=$ac_optarg ;;
1093 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1096 -version |
--version |
--versio |
--versi |
--vers |
-V)
1097 ac_init_version
=: ;;
1100 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1101 # Reject names that are not valid shell variable names.
1102 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
1103 { echo "$as_me: error: invalid package name: $ac_package" >&2
1104 { (exit 1); exit 1; }; }
1105 ac_package
=`echo $ac_package| sed 's/-/_/g'`
1106 eval with_
$ac_package=\
$ac_optarg ;;
1108 -without-* |
--without-*)
1109 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
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=no
;;
1118 # Obsolete; use --with-x.
1121 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1122 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1123 ac_prev
=x_includes
;;
1124 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1125 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1126 x_includes
=$ac_optarg ;;
1128 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1129 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1130 ac_prev
=x_libraries
;;
1131 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1132 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1133 x_libraries
=$ac_optarg ;;
1135 -*) { echo "$as_me: error: unrecognized option: $ac_option
1136 Try \`$0 --help' for more information." >&2
1137 { (exit 1); exit 1; }; }
1141 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1142 # Reject names that are not valid shell variable names.
1143 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1144 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1145 { (exit 1); exit 1; }; }
1146 eval $ac_envvar=\
$ac_optarg
1147 export $ac_envvar ;;
1150 # FIXME: should be removed in autoconf 3.0.
1151 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1152 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1153 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1154 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1160 if test -n "$ac_prev"; then
1161 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1162 { echo "$as_me: error: missing argument to $ac_option" >&2
1163 { (exit 1); exit 1; }; }
1166 # Be sure to have absolute directory names.
1167 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168 datadir sysconfdir sharedstatedir localstatedir includedir \
1169 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170 libdir localedir mandir
1172 eval ac_val
=\$
$ac_var
1174 [\\/$
]* | ?
:[\\/]* ) continue;;
1175 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1177 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1178 { (exit 1); exit 1; }; }
1181 # There might be people who depend on the old broken behavior: `$host'
1182 # used to hold the argument of --host etc.
1183 # FIXME: To remove some day.
1186 target
=$target_alias
1188 # FIXME: To remove some day.
1189 if test "x$host_alias" != x
; then
1190 if test "x$build_alias" = x
; then
1191 cross_compiling
=maybe
1192 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1193 If a cross compiler is detected then cross compile mode will be used." >&2
1194 elif test "x$build_alias" != "x$host_alias"; then
1200 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1202 test "$silent" = yes && exec 6>/dev
/null
1205 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1206 ac_ls_di
=`ls -di .` &&
1207 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1208 { echo "$as_me: error: Working directory cannot be determined" >&2
1209 { (exit 1); exit 1; }; }
1210 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1211 { echo "$as_me: error: pwd does not report name of working directory" >&2
1212 { (exit 1); exit 1; }; }
1215 # Find the source files, if location was not specified.
1216 if test -z "$srcdir"; then
1217 ac_srcdir_defaulted
=yes
1218 # Try the directory containing this script, then the parent directory.
1219 ac_confdir
=`$as_dirname -- "$0" ||
1220 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1221 X"$0" : 'X\(//\)[^/]' \| \
1222 X"$0" : 'X\(//\)$' \| \
1223 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1225 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1243 if test ! -r "$srcdir/$ac_unique_file"; then
1247 ac_srcdir_defaulted
=no
1249 if test ! -r "$srcdir/$ac_unique_file"; then
1250 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1251 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1252 { (exit 1); exit 1; }; }
1254 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1256 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1257 { (exit 1); exit 1; }; }
1259 # When building in place, set srcdir=.
1260 if test "$ac_abs_confdir" = "$ac_pwd"; then
1263 # Remove unnecessary trailing slashes from srcdir.
1264 # Double slashes in file names in object file debugging info
1265 # mess up M-x gdb in Emacs.
1267 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1269 for ac_var
in $ac_precious_vars; do
1270 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1271 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1272 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1273 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1277 # Report the --help message.
1279 if test "$ac_init_help" = "long"; then
1280 # Omit some internal or obsolete options to make the list less imposing.
1281 # This message is too long to be a string in the A/UX 3.1 sh.
1283 \`configure' configures Wine 0.9.25 to adapt to many kinds of systems.
1285 Usage: $0 [OPTION]... [VAR=VALUE]...
1287 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1288 VAR=VALUE. See below for descriptions of some of the useful variables.
1290 Defaults for the options are specified in brackets.
1293 -h, --help display this help and exit
1294 --help=short display options specific to this package
1295 --help=recursive display the short help of all the included packages
1296 -V, --version display version information and exit
1297 -q, --quiet, --silent do not print \`checking...' messages
1298 --cache-file=FILE cache test results in FILE [disabled]
1299 -C, --config-cache alias for \`--cache-file=config.cache'
1300 -n, --no-create do not create output files
1301 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1303 Installation directories:
1304 --prefix=PREFIX install architecture-independent files in PREFIX
1305 [$ac_default_prefix]
1306 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1309 By default, \`make install' will install all the files in
1310 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1311 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1312 for instance \`--prefix=\$HOME'.
1314 For better control, use the options below.
1316 Fine tuning of the installation directories:
1317 --bindir=DIR user executables [EPREFIX/bin]
1318 --sbindir=DIR system admin executables [EPREFIX/sbin]
1319 --libexecdir=DIR program executables [EPREFIX/libexec]
1320 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1321 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1322 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1323 --libdir=DIR object code libraries [EPREFIX/lib]
1324 --includedir=DIR C header files [PREFIX/include]
1325 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1326 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1327 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1328 --infodir=DIR info documentation [DATAROOTDIR/info]
1329 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1330 --mandir=DIR man documentation [DATAROOTDIR/man]
1331 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1332 --htmldir=DIR html documentation [DOCDIR]
1333 --dvidir=DIR dvi documentation [DOCDIR]
1334 --pdfdir=DIR pdf documentation [DOCDIR]
1335 --psdir=DIR ps documentation [DOCDIR]
1341 --x-includes=DIR X include files are
in DIR
1342 --x-libraries=DIR X library files are
in DIR
1345 --build=BUILD configure
for building on BUILD
[guessed
]
1346 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1350 if test -n "$ac_init_help"; then
1351 case $ac_init_help in
1352 short | recursive
) echo "Configuration of Wine 0.9.25:";;
1357 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1358 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1359 --disable-win16 do not include Win16 support
1360 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1364 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1365 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1366 --without-opengl do not use OpenGL
1367 --without-curses do not use curses
1368 --with-wine-tools=<dir> use Wine tools from directory <dir>
1369 --with-x use the X Window System
1371 Some influential environment variables:
1372 CC C compiler command
1373 CFLAGS C compiler flags
1374 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1375 nonstandard directory <lib dir>
1376 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1377 you have headers in a nonstandard directory <include dir>
1378 CXX C++ compiler command
1379 CXXFLAGS C++ compiler flags
1380 XMKMF Path to xmkmf, Makefile generator for X Window System
1383 Use these variables to override the choices made by `configure' or to
help
1384 it to
find libraries and programs with nonstandard names
/locations.
1386 Report bugs to
<wine-devel@winehq.org
>.
1391 if test "$ac_init_help" = "recursive"; then
1392 # If there are subdirs, report their specific --help.
1393 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1394 test -d "$ac_dir" ||
continue
1398 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1400 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1401 # A ".." for each directory in $ac_dir_suffix.
1402 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1403 case $ac_top_builddir_sub in
1404 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1405 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1408 ac_abs_top_builddir
=$ac_pwd
1409 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1410 # for backward compatibility:
1411 ac_top_builddir
=$ac_top_build_prefix
1414 .
) # We are building in place.
1416 ac_top_srcdir
=$ac_top_builddir_sub
1417 ac_abs_top_srcdir
=$ac_pwd ;;
1418 [\\/]* | ?
:[\\/]* ) # Absolute name.
1419 ac_srcdir
=$srcdir$ac_dir_suffix;
1420 ac_top_srcdir
=$srcdir
1421 ac_abs_top_srcdir
=$srcdir ;;
1423 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1424 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1425 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1427 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1429 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1430 # Check for guested configure.
1431 if test -f "$ac_srcdir/configure.gnu"; then
1433 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1434 elif test -f "$ac_srcdir/configure"; then
1436 $SHELL "$ac_srcdir/configure" --help=recursive
1438 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1440 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1444 test -n "$ac_init_help" && exit $ac_status
1445 if $ac_init_version; then
1447 Wine configure
0.9.25
1448 generated by GNU Autoconf
2.60a
1450 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1451 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1452 This configure
script is free software
; the Free Software Foundation
1453 gives unlimited permission to copy
, distribute and modify it.
1457 cat >config.log
<<_ACEOF
1458 This file contains any messages produced by compilers while
1459 running configure, to aid debugging if configure makes a mistake.
1461 It was created by Wine $as_me 0.9.25, which was
1462 generated by GNU Autoconf 2.60a. Invocation command line was
1474 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1475 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1476 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1477 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1478 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1480 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1481 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1483 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1484 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1485 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1486 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1487 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1488 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1489 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1497 test -z "$as_dir" && as_dir
=.
1498 echo "PATH: $as_dir"
1514 # Keep a trace of the command line.
1515 # Strip out --no-create and --no-recursion so they do not pile up.
1516 # Strip out --silent because we don't want to record it for future runs.
1517 # Also quote any args containing shell meta-characters.
1518 # Make two passes to allow for proper duplicate-argument suppression.
1522 ac_must_keep_next
=false
1528 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1529 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1530 |
-silent |
--silent |
--silen |
--sile |
--sil)
1533 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1536 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1538 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1539 if test $ac_must_keep_next = true
; then
1540 ac_must_keep_next
=false
# Got value, back to normal.
1543 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1544 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1545 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1546 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1547 case "$ac_configure_args0 " in
1548 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1551 -* ) ac_must_keep_next
=true
;;
1554 ac_configure_args
="$ac_configure_args '$ac_arg'"
1559 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1560 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1562 # When interrupted or exit'd, cleanup temporary files, and complete
1563 # config.log. We remove comments because anyway the quotes in there
1564 # would cause problems or look ugly.
1565 # WARNING: Use '\'' to represent an apostrophe within the trap.
1566 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1567 trap 'exit_status=$?
1568 # Save into config.log some information that might help in debugging.
1573 ## ---------------- ##
1574 ## Cache variables. ##
1575 ## ---------------- ##
1578 # The following way of writing the cache mishandles newlines in values,
1580 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1581 eval ac_val=\$$ac_var
1585 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1586 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1589 _ | IFS | as_nl) ;; #(
1590 *) $as_unset $ac_var ;;
1595 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1596 *${as_nl}ac_space=\ *)
1598 "s/'\''/'\''\\\\'\'''\''/g;
1599 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1602 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1610 ## ----------------- ##
1611 ## Output variables. ##
1612 ## ----------------- ##
1615 for ac_var in $ac_subst_vars
1617 eval ac_val=\$$ac_var
1619 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1621 echo "$ac_var='\''$ac_val'\''"
1625 if test -n "$ac_subst_files"; then
1627 ## ------------------- ##
1628 ## File substitutions. ##
1629 ## ------------------- ##
1632 for ac_var
in $ac_subst_files
1634 eval ac_val
=\$
$ac_var
1636 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1638 echo "$ac_var='\''$ac_val'\''"
1643 if test -s confdefs.h; then
1653 test "$ac_signal" != 0 &&
1654 echo "$as_me: caught signal $ac_signal"
1655 echo "$as_me: exit $exit_status"
1657 rm -f core *.core core.conftest.* &&
1658 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1661 for ac_signal
in 1 2 13 15; do
1662 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1666 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1667 rm -f -r conftest
* confdefs.h
1669 # Predefined preprocessor variables.
1671 cat >>confdefs.h
<<_ACEOF
1672 #define PACKAGE_NAME "$PACKAGE_NAME"
1676 cat >>confdefs.h
<<_ACEOF
1677 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1681 cat >>confdefs.h
<<_ACEOF
1682 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1686 cat >>confdefs.h
<<_ACEOF
1687 #define PACKAGE_STRING "$PACKAGE_STRING"
1691 cat >>confdefs.h
<<_ACEOF
1692 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1696 # Let the site file select an alternate cache file if it wants to.
1697 # Prefer explicitly selected file to automatically selected ones.
1698 if test -n "$CONFIG_SITE"; then
1699 set x
"$CONFIG_SITE"
1700 elif test "x$prefix" != xNONE
; then
1701 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1703 set x
"$ac_default_prefix/share/config.site" \
1704 "$ac_default_prefix/etc/config.site"
1709 if test -r "$ac_site_file"; then
1710 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1711 echo "$as_me: loading site script $ac_site_file" >&6;}
1712 sed 's/^/| /' "$ac_site_file" >&5
1717 if test -r "$cache_file"; then
1718 # Some versions of bash will fail to source /dev/null (special
1719 # files actually), so we avoid doing that.
1720 if test -f "$cache_file"; then
1721 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1722 echo "$as_me: loading cache $cache_file" >&6;}
1724 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1725 *) .
"./$cache_file";;
1729 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1730 echo "$as_me: creating cache $cache_file" >&6;}
1734 # Check that the precious variables saved in the cache have kept the same
1736 ac_cache_corrupted
=false
1737 for ac_var
in $ac_precious_vars; do
1738 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1739 eval ac_new_set
=\
$ac_env_${ac_var}_set
1740 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1741 eval ac_new_val
=\
$ac_env_${ac_var}_value
1742 case $ac_old_set,$ac_new_set in
1744 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1745 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1746 ac_cache_corrupted
=: ;;
1748 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1749 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1750 ac_cache_corrupted
=: ;;
1753 if test "x$ac_old_val" != "x$ac_new_val"; then
1754 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1755 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1756 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1757 echo "$as_me: former value: $ac_old_val" >&2;}
1758 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1759 echo "$as_me: current value: $ac_new_val" >&2;}
1760 ac_cache_corrupted
=:
1763 # Pass precious variables to config.status.
1764 if test "$ac_new_set" = set; then
1766 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1767 *) ac_arg
=$ac_var=$ac_new_val ;;
1769 case " $ac_configure_args " in
1770 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1771 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1775 if $ac_cache_corrupted; then
1776 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1777 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1778 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1779 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1780 { (exit 1); exit 1; }; }
1808 ac_cpp
='$CPP $CPPFLAGS'
1809 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1810 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1811 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1815 ac_config_headers
="$ac_config_headers include/config.h"
1818 for ac_dir
in tools
"$srcdir"/tools
; do
1819 if test -f "$ac_dir/install-sh"; then
1821 ac_install_sh
="$ac_aux_dir/install-sh -c"
1823 elif test -f "$ac_dir/install.sh"; then
1825 ac_install_sh
="$ac_aux_dir/install.sh -c"
1827 elif test -f "$ac_dir/shtool"; then
1829 ac_install_sh
="$ac_aux_dir/shtool install -c"
1833 if test -z "$ac_aux_dir"; then
1834 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1835 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1836 { (exit 1); exit 1; }; }
1839 # These three variables are undocumented and unsupported,
1840 # and are intended to be withdrawn in a future Autoconf release.
1841 # They can cause serious problems if a builder's source tree is in a directory
1842 # whose full name contains unusual characters.
1843 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1844 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1845 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1850 # Check whether --enable-win16 was given.
1851 if test "${enable_win16+set}" = set; then
1852 enableval
=$enable_win16;
1855 # Check whether --enable-win64 was given.
1856 if test "${enable_win64+set}" = set; then
1857 enableval
=$enable_win64;
1862 # Check whether --with-opengl was given.
1863 if test "${with_opengl+set}" = set; then
1864 withval
=$with_opengl;
1868 # Check whether --with-curses was given.
1869 if test "${with_curses+set}" = set; then
1870 withval
=$with_curses;
1874 # Check whether --with-wine-tools was given.
1875 if test "${with_wine_tools+set}" = set; then
1876 withval
=$with_wine_tools;
1880 # Make sure we can run config.sub.
1881 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
1882 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1883 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1884 { (exit 1); exit 1; }; }
1886 { echo "$as_me:$LINENO: checking build system type" >&5
1887 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1888 if test "${ac_cv_build+set}" = set; then
1889 echo $ECHO_N "(cached) $ECHO_C" >&6
1891 ac_build_alias
=$build_alias
1892 test "x$ac_build_alias" = x
&&
1893 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
1894 test "x$ac_build_alias" = x
&&
1895 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1896 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1897 { (exit 1); exit 1; }; }
1898 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1899 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1900 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1901 { (exit 1); exit 1; }; }
1904 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1905 echo "${ECHO_T}$ac_cv_build" >&6; }
1906 case $ac_cv_build in
1908 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1909 echo "$as_me: error: invalid value of canonical build" >&2;}
1910 { (exit 1); exit 1; }; };;
1913 ac_save_IFS
=$IFS; IFS
='-'
1919 # Remember, the first character of IFS is used to create $*,
1920 # except with old shells:
1923 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
1926 { echo "$as_me:$LINENO: checking host system type" >&5
1927 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1928 if test "${ac_cv_host+set}" = set; then
1929 echo $ECHO_N "(cached) $ECHO_C" >&6
1931 if test "x$host_alias" = x
; then
1932 ac_cv_host
=$ac_cv_build
1934 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1935 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1936 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1937 { (exit 1); exit 1; }; }
1941 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1942 echo "${ECHO_T}$ac_cv_host" >&6; }
1945 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1946 echo "$as_me: error: invalid value of canonical host" >&2;}
1947 { (exit 1); exit 1; }; };;
1950 ac_save_IFS
=$IFS; IFS
='-'
1956 # Remember, the first character of IFS is used to create $*,
1957 # except with old shells:
1960 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
1965 if test "x$enable_win64" != "xyes"
1967 test -n "$CC" || CC
="gcc -m32"
1968 test -n "$LD" || LD
="ld -m elf_i386"
1969 test -n "$AS" || AS
="as --32"
1977 if test "x$enable_win16" != "xno"
1984 WIN16_FILES
="\$(WIN16_FILES)"
1986 WIN16_INSTALL
="\$(WIN16_INSTALL)"
1988 if test "x$enable_win16" != "xyes"
1995 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1996 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1997 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1998 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1999 echo $ECHO_N "(cached) $ECHO_C" >&6
2001 cat >conftest.
make <<\_ACEOF
2004 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2006 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2007 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2009 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2011 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2015 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2016 { echo "$as_me:$LINENO: result: yes" >&5
2017 echo "${ECHO_T}yes" >&6; }
2020 { echo "$as_me:$LINENO: result: no" >&5
2021 echo "${ECHO_T}no" >&6; }
2022 SET_MAKE
="MAKE=${MAKE-make}"
2026 ac_cpp
='$CPP $CPPFLAGS'
2027 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2028 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2029 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2030 if test -n "$ac_tool_prefix"; then
2031 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2032 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2035 if test "${ac_cv_prog_CC+set}" = set; then
2036 echo $ECHO_N "(cached) $ECHO_C" >&6
2038 if test -n "$CC"; then
2039 ac_cv_prog_CC
="$CC" # Let the user override the test.
2041 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2045 test -z "$as_dir" && as_dir
=.
2046 for ac_exec_ext
in '' $ac_executable_extensions; do
2047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2048 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2059 if test -n "$CC"; then
2060 { echo "$as_me:$LINENO: result: $CC" >&5
2061 echo "${ECHO_T}$CC" >&6; }
2063 { echo "$as_me:$LINENO: result: no" >&5
2064 echo "${ECHO_T}no" >&6; }
2069 if test -z "$ac_cv_prog_CC"; then
2071 # Extract the first word of "gcc", so it can be a program name with args.
2072 set dummy gcc
; ac_word
=$2
2073 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2074 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2075 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2076 echo $ECHO_N "(cached) $ECHO_C" >&6
2078 if test -n "$ac_ct_CC"; then
2079 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2081 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2085 test -z "$as_dir" && as_dir
=.
2086 for ac_exec_ext
in '' $ac_executable_extensions; do
2087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2088 ac_cv_prog_ac_ct_CC
="gcc"
2089 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2098 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2099 if test -n "$ac_ct_CC"; then
2100 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2101 echo "${ECHO_T}$ac_ct_CC" >&6; }
2103 { echo "$as_me:$LINENO: result: no" >&5
2104 echo "${ECHO_T}no" >&6; }
2107 if test "x$ac_ct_CC" = x
; then
2110 case $cross_compiling:$ac_tool_warned in
2112 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2113 whose name does not start with the host triplet. If you think this
2114 configuration is useful to you, please write to autoconf@gnu.org." >&5
2115 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2116 whose name does not start with the host triplet. If you think this
2117 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2118 ac_tool_warned
=yes ;;
2126 if test -z "$CC"; then
2127 if test -n "$ac_tool_prefix"; then
2128 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2129 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2130 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2132 if test "${ac_cv_prog_CC+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
2135 if test -n "$CC"; then
2136 ac_cv_prog_CC
="$CC" # Let the user override the test.
2138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2142 test -z "$as_dir" && as_dir
=.
2143 for ac_exec_ext
in '' $ac_executable_extensions; do
2144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2145 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2156 if test -n "$CC"; then
2157 { echo "$as_me:$LINENO: result: $CC" >&5
2158 echo "${ECHO_T}$CC" >&6; }
2160 { echo "$as_me:$LINENO: result: no" >&5
2161 echo "${ECHO_T}no" >&6; }
2167 if test -z "$CC"; then
2168 # Extract the first word of "cc", so it can be a program name with args.
2169 set dummy cc
; ac_word
=$2
2170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2172 if test "${ac_cv_prog_CC+set}" = set; then
2173 echo $ECHO_N "(cached) $ECHO_C" >&6
2175 if test -n "$CC"; then
2176 ac_cv_prog_CC
="$CC" # Let the user override the test.
2179 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2183 test -z "$as_dir" && as_dir
=.
2184 for ac_exec_ext
in '' $ac_executable_extensions; do
2185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2186 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2187 ac_prog_rejected
=yes
2191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2198 if test $ac_prog_rejected = yes; then
2199 # We found a bogon in the path, so make sure we never use it.
2200 set dummy
$ac_cv_prog_CC
2202 if test $# != 0; then
2203 # We chose a different compiler from the bogus one.
2204 # However, it has the same basename, so the bogon will be chosen
2205 # first if we set CC to just the basename; use the full file name.
2207 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2213 if test -n "$CC"; then
2214 { echo "$as_me:$LINENO: result: $CC" >&5
2215 echo "${ECHO_T}$CC" >&6; }
2217 { echo "$as_me:$LINENO: result: no" >&5
2218 echo "${ECHO_T}no" >&6; }
2223 if test -z "$CC"; then
2224 if test -n "$ac_tool_prefix"; then
2225 for ac_prog
in cl.exe
2227 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2228 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2229 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2230 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2231 if test "${ac_cv_prog_CC+set}" = set; then
2232 echo $ECHO_N "(cached) $ECHO_C" >&6
2234 if test -n "$CC"; then
2235 ac_cv_prog_CC
="$CC" # Let the user override the test.
2237 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2241 test -z "$as_dir" && as_dir
=.
2242 for ac_exec_ext
in '' $ac_executable_extensions; do
2243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2244 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2255 if test -n "$CC"; then
2256 { echo "$as_me:$LINENO: result: $CC" >&5
2257 echo "${ECHO_T}$CC" >&6; }
2259 { echo "$as_me:$LINENO: result: no" >&5
2260 echo "${ECHO_T}no" >&6; }
2264 test -n "$CC" && break
2267 if test -z "$CC"; then
2269 for ac_prog
in cl.exe
2271 # Extract the first word of "$ac_prog", so it can be a program name with args.
2272 set dummy
$ac_prog; ac_word
=$2
2273 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2274 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2275 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2276 echo $ECHO_N "(cached) $ECHO_C" >&6
2278 if test -n "$ac_ct_CC"; then
2279 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2281 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2285 test -z "$as_dir" && as_dir
=.
2286 for ac_exec_ext
in '' $ac_executable_extensions; do
2287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2288 ac_cv_prog_ac_ct_CC
="$ac_prog"
2289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2298 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2299 if test -n "$ac_ct_CC"; then
2300 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2301 echo "${ECHO_T}$ac_ct_CC" >&6; }
2303 { echo "$as_me:$LINENO: result: no" >&5
2304 echo "${ECHO_T}no" >&6; }
2308 test -n "$ac_ct_CC" && break
2311 if test "x$ac_ct_CC" = x
; then
2314 case $cross_compiling:$ac_tool_warned in
2316 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2317 whose name does not start with the host triplet. If you think this
2318 configuration is useful to you, please write to autoconf@gnu.org." >&5
2319 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2320 whose name does not start with the host triplet. If you think this
2321 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2322 ac_tool_warned
=yes ;;
2331 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2332 See \`config.log' for more details." >&5
2333 echo "$as_me: error: no acceptable C compiler found in \$PATH
2334 See \`config.log' for more details." >&2;}
2335 { (exit 1); exit 1; }; }
2337 # Provide some information about the compiler.
2338 echo "$as_me:$LINENO: checking for C compiler version" >&5
2339 ac_compiler
=`set X $ac_compile; echo $2`
2340 { (ac_try
="$ac_compiler --version >&5"
2342 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2343 *) ac_try_echo=$ac_try;;
2345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2346 (eval "$ac_compiler --version >&5") 2>&5
2348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2349 (exit $ac_status); }
2350 { (ac_try="$ac_compiler -v >&5"
2352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2353 *) ac_try_echo
=$ac_try;;
2355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2356 (eval "$ac_compiler -v >&5") 2>&5
2358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2359 (exit $ac_status); }
2360 { (ac_try
="$ac_compiler -V >&5"
2362 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2363 *) ac_try_echo=$ac_try;;
2365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2366 (eval "$ac_compiler -V >&5") 2>&5
2368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2369 (exit $ac_status); }
2371 cat >conftest.$ac_ext <<_ACEOF
2374 cat confdefs.h >>conftest.$ac_ext
2375 cat >>conftest.$ac_ext <<_ACEOF
2376 /* end confdefs.h. */
2386 ac_clean_files_save=$ac_clean_files
2387 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2388 # Try to create an executable without -o first, disregard a.out.
2389 # It will help us diagnose broken compilers, and finding out an intuition
2391 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2392 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2393 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2395 # List of possible output files, starting from the most likely.
2396 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2397 # only as a last resort. b.out is created by i960 compilers.
2398 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2400 # The IRIX 6 linker writes into existing files which may not be
2401 # executable, retaining their permissions. Remove them first so a
2402 # subsequent execution test works.
2404 for ac_file in $ac_files
2407 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2408 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2413 if { (ac_try="$ac_link_default"
2415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2416 *) ac_try_echo=$ac_try;;
2418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2419 (eval "$ac_link_default") 2>&5
2421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2422 (exit $ac_status); }; then
2423 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2424 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2425 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2426 # so that the user can short-circuit this test for compilers unknown to
2428 for ac_file
in $ac_files ''
2430 test -f "$ac_file" ||
continue
2432 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2435 # We found the default executable, but exeext='' is most
2439 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2441 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2443 # We set ac_cv_exeext here because the later test for it is not
2444 # safe: cross compilers may not add the suffix if given an `-o'
2445 # argument, so we may need to know it at that point already.
2446 # Even if this section looks crufty: it has the advantage of
2453 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2459 { echo "$as_me:$LINENO: result: $ac_file" >&5
2460 echo "${ECHO_T}$ac_file" >&6; }
2461 if test -z "$ac_file"; then
2462 echo "$as_me: failed program was:" >&5
2463 sed 's/^/| /' conftest.
$ac_ext >&5
2465 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2466 See \`config.log' for more details." >&5
2467 echo "$as_me: error: C compiler cannot create executables
2468 See \`config.log' for more details." >&2;}
2469 { (exit 77); exit 77; }; }
2472 ac_exeext
=$ac_cv_exeext
2474 # Check that the compiler produces executables we can run. If not, either
2475 # the compiler is broken, or we cross compile.
2476 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2477 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2478 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2479 # If not cross compiling, check that we can run a simple program.
2480 if test "$cross_compiling" != yes; then
2481 if { ac_try
='./$ac_file'
2482 { (case "(($ac_try" in
2483 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2484 *) ac_try_echo=$ac_try;;
2486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2487 (eval "$ac_try") 2>&5
2489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2490 (exit $ac_status); }; }; then
2493 if test "$cross_compiling" = maybe; then
2496 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2497 If you meant to cross compile, use \`--host'.
2498 See \`config.log' for more details.
" >&5
2499 echo "$as_me: error
: cannot run C compiled programs.
2500 If you meant to cross compile
, use \
`--host'.
2501 See \`config.log
' for more details." >&2;}
2502 { (exit 1); exit 1; }; }
2506 { echo "$as_me:$LINENO: result: yes" >&5
2507 echo "${ECHO_T}yes" >&6; }
2509 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2510 ac_clean_files=$ac_clean_files_save
2511 # Check that the compiler produces executables we can run. If not, either
2512 # the compiler is broken, or we cross compile.
2513 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2514 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2515 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2516 echo "${ECHO_T}$cross_compiling" >&6; }
2518 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2519 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2520 if { (ac_try="$ac_link"
2522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2523 *) ac_try_echo=$ac_try;;
2525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2526 (eval "$ac_link") 2>&5
2528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2529 (exit $ac_status); }; then
2530 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2531 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2532 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2534 for ac_file
in conftest.exe conftest conftest.
*; do
2535 test -f "$ac_file" ||
continue
2537 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2538 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2544 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2545 See \`config.log' for more details." >&5
2546 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2547 See \`config.log' for more details." >&2;}
2548 { (exit 1); exit 1; }; }
2551 rm -f conftest
$ac_cv_exeext
2552 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2553 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2555 rm -f conftest.
$ac_ext
2556 EXEEXT
=$ac_cv_exeext
2558 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2559 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2560 if test "${ac_cv_objext+set}" = set; then
2561 echo $ECHO_N "(cached) $ECHO_C" >&6
2563 cat >conftest.
$ac_ext <<_ACEOF
2566 cat confdefs.h
>>conftest.
$ac_ext
2567 cat >>conftest.
$ac_ext <<_ACEOF
2568 /* end confdefs.h. */
2578 rm -f conftest.o conftest.obj
2579 if { (ac_try
="$ac_compile"
2581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2582 *) ac_try_echo=$ac_try;;
2584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2585 (eval "$ac_compile") 2>&5
2587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588 (exit $ac_status); }; then
2589 for ac_file in conftest.o conftest.obj conftest.*; do
2590 test -f "$ac_file" || continue;
2592 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2593 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2598 echo "$as_me: failed program was:" >&5
2599 sed 's/^/| /' conftest.$ac_ext >&5
2601 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2602 See \`config.log
' for more details." >&5
2603 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2604 See \`config.log' for more details.
" >&2;}
2605 { (exit 1); exit 1; }; }
2608 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2610 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2611 echo "${ECHO_T}$ac_cv_objext" >&6; }
2612 OBJEXT=$ac_cv_objext
2614 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2615 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2616 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2617 echo $ECHO_N "(cached
) $ECHO_C" >&6
2619 cat >conftest.$ac_ext <<_ACEOF
2622 cat confdefs.h >>conftest.$ac_ext
2623 cat >>conftest.$ac_ext <<_ACEOF
2624 /* end confdefs.h. */
2637 rm -f conftest.$ac_objext
2638 if { (ac_try="$ac_compile"
2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641 *) ac_try_echo=$ac_try;;
2643 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2644 (eval "$ac_compile") 2>conftest.er1
2646 grep -v '^ *+' conftest.er1 >conftest.err
2648 cat conftest.err >&5
2649 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2650 (exit $ac_status); } &&
2651 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2652 { (case "(($ac_try" in
2653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2654 *) ac_try_echo=$ac_try;;
2656 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2657 (eval "$ac_try") 2>&5
2659 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2660 (exit $ac_status); }; } &&
2661 { ac_try='test -s conftest.$ac_objext'
2662 { (case "(($ac_try" in
2663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2664 *) ac_try_echo=$ac_try;;
2666 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2667 (eval "$ac_try") 2>&5
2669 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2670 (exit $ac_status); }; }; then
2673 echo "$as_me: failed program was
:" >&5
2674 sed 's/^/| /' conftest.$ac_ext >&5
2679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2680 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2683 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2684 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2685 GCC=`test $ac_compiler_gnu = yes && echo yes`
2686 ac_test_CFLAGS=${CFLAGS+set}
2687 ac_save_CFLAGS=$CFLAGS
2688 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2689 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2690 if test "${ac_cv_prog_cc_g+set}" = set; then
2691 echo $ECHO_N "(cached
) $ECHO_C" >&6
2693 ac_save_c_werror_flag=$ac_c_werror_flag
2694 ac_c_werror_flag=yes
2697 cat >conftest.$ac_ext <<_ACEOF
2700 cat confdefs.h >>conftest.$ac_ext
2701 cat >>conftest.$ac_ext <<_ACEOF
2702 /* end confdefs.h. */
2712 rm -f conftest.$ac_objext
2713 if { (ac_try="$ac_compile"
2715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2716 *) ac_try_echo=$ac_try;;
2718 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2719 (eval "$ac_compile") 2>conftest.er1
2721 grep -v '^ *+' conftest.er1 >conftest.err
2723 cat conftest.err >&5
2724 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2725 (exit $ac_status); } &&
2726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2727 { (case "(($ac_try" in
2728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729 *) ac_try_echo=$ac_try;;
2731 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2732 (eval "$ac_try") 2>&5
2734 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2735 (exit $ac_status); }; } &&
2736 { ac_try='test -s conftest.$ac_objext'
2737 { (case "(($ac_try" in
2738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739 *) ac_try_echo=$ac_try;;
2741 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2742 (eval "$ac_try") 2>&5
2744 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2745 (exit $ac_status); }; }; then
2748 echo "$as_me: failed program was
:" >&5
2749 sed 's/^/| /' conftest.$ac_ext >&5
2752 cat >conftest.$ac_ext <<_ACEOF
2755 cat confdefs.h >>conftest.$ac_ext
2756 cat >>conftest.$ac_ext <<_ACEOF
2757 /* end confdefs.h. */
2767 rm -f conftest.$ac_objext
2768 if { (ac_try="$ac_compile"
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2773 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2774 (eval "$ac_compile") 2>conftest.er1
2776 grep -v '^ *+' conftest.er1 >conftest.err
2778 cat conftest.err >&5
2779 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2780 (exit $ac_status); } &&
2781 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2782 { (case "(($ac_try" in
2783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2784 *) ac_try_echo=$ac_try;;
2786 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2787 (eval "$ac_try") 2>&5
2789 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2790 (exit $ac_status); }; } &&
2791 { ac_try='test -s conftest.$ac_objext'
2792 { (case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2796 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2797 (eval "$ac_try") 2>&5
2799 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2800 (exit $ac_status); }; }; then
2803 echo "$as_me: failed program was
:" >&5
2804 sed 's/^/| /' conftest.$ac_ext >&5
2806 ac_c_werror_flag=$ac_save_c_werror_flag
2808 cat >conftest.$ac_ext <<_ACEOF
2811 cat confdefs.h >>conftest.$ac_ext
2812 cat >>conftest.$ac_ext <<_ACEOF
2813 /* end confdefs.h. */
2823 rm -f conftest.$ac_objext
2824 if { (ac_try="$ac_compile"
2826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2827 *) ac_try_echo=$ac_try;;
2829 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2830 (eval "$ac_compile") 2>conftest.er1
2832 grep -v '^ *+' conftest.er1 >conftest.err
2834 cat conftest.err >&5
2835 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2836 (exit $ac_status); } &&
2837 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2838 { (case "(($ac_try" in
2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2842 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2843 (eval "$ac_try") 2>&5
2845 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2846 (exit $ac_status); }; } &&
2847 { ac_try='test -s conftest.$ac_objext'
2848 { (case "(($ac_try" in
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2852 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2853 (eval "$ac_try") 2>&5
2855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2856 (exit $ac_status); }; }; then
2859 echo "$as_me: failed program was
:" >&5
2860 sed 's/^/| /' conftest.$ac_ext >&5
2865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2872 ac_c_werror_flag=$ac_save_c_werror_flag
2874 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
2875 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2876 if test "$ac_test_CFLAGS" = set; then
2877 CFLAGS=$ac_save_CFLAGS
2878 elif test $ac_cv_prog_cc_g = yes; then
2879 if test "$GCC" = yes; then
2885 if test "$GCC" = yes; then
2891 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
2892 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
2893 if test "${ac_cv_prog_cc_c89+set}" = set; then
2894 echo $ECHO_N "(cached
) $ECHO_C" >&6
2896 ac_cv_prog_cc_c89=no
2898 cat >conftest.$ac_ext <<_ACEOF
2901 cat confdefs.h >>conftest.$ac_ext
2902 cat >>conftest.$ac_ext <<_ACEOF
2903 /* end confdefs.h. */
2906 #include <sys/types.h>
2907 #include <sys/stat.h>
2908 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2909 struct buf { int x; };
2910 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2911 static char *e (p, i)
2917 static char *f (char * (*g) (char **, int), char **p, ...)
2922 s = g (p, va_arg (v,int));
2927 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2928 function prototypes and stuff, but not '\xHH' hex character constants.
2929 These don't provoke an error unfortunately, instead are silently treated
2930 as 'x'. The following induces an error, until -std is added to get
2931 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2932 array size at least. It's necessary to write '\x00'==0 to get something
2933 that's true only with -std. */
2934 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2936 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2937 inside strings and character constants. */
2939 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2941 int test (int i, double x);
2942 struct s1 {int (*f) (int a);};
2943 struct s2 {int (*f) (double a);};
2944 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2950 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2955 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2956 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2958 CC="$ac_save_CC $ac_arg"
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2965 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2968 grep -v '^ *+' conftest.er1 >conftest.err
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2972 (exit $ac_status); } &&
2973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2974 { (case "(($ac_try" in
2975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2976 *) ac_try_echo=$ac_try;;
2978 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2979 (eval "$ac_try") 2>&5
2981 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2982 (exit $ac_status); }; } &&
2983 { ac_try='test -s conftest.$ac_objext'
2984 { (case "(($ac_try" in
2985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2986 *) ac_try_echo=$ac_try;;
2988 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2989 (eval "$ac_try") 2>&5
2991 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2992 (exit $ac_status); }; }; then
2993 ac_cv_prog_cc_c89=$ac_arg
2995 echo "$as_me: failed program was
:" >&5
2996 sed 's/^/| /' conftest.$ac_ext >&5
3001 rm -f core conftest.err conftest.$ac_objext
3002 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3004 rm -f conftest.$ac_ext
3009 case "x
$ac_cv_prog_cc_c89" in
3011 { echo "$as_me:$LINENO: result
: none needed
" >&5
3012 echo "${ECHO_T}none needed
" >&6; } ;;
3014 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3015 echo "${ECHO_T}unsupported
" >&6; } ;;
3017 CC="$CC $ac_cv_prog_cc_c89"
3018 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3019 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3024 ac_cpp='$CPP $CPPFLAGS'
3025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3030 ac_cpp='$CXXCPP $CPPFLAGS'
3031 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3032 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3033 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3034 if test -z "$CXX"; then
3035 if test -n "$CCC"; then
3038 if test -n "$ac_tool_prefix"; then
3039 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3041 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3042 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3043 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3044 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3045 if test "${ac_cv_prog_CXX+set}" = set; then
3046 echo $ECHO_N "(cached
) $ECHO_C" >&6
3048 if test -n "$CXX"; then
3049 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 test -z "$as_dir" && as_dir=.
3056 for ac_exec_ext in '' $ac_executable_extensions; do
3057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3058 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3059 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3069 if test -n "$CXX"; then
3070 { echo "$as_me:$LINENO: result
: $CXX" >&5
3071 echo "${ECHO_T}$CXX" >&6; }
3073 { echo "$as_me:$LINENO: result
: no
" >&5
3074 echo "${ECHO_T}no
" >&6; }
3078 test -n "$CXX" && break
3081 if test -z "$CXX"; then
3083 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3085 # Extract the first word of "$ac_prog", so it can be a program name with args.
3086 set dummy $ac_prog; ac_word=$2
3087 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3088 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3089 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3090 echo $ECHO_N "(cached
) $ECHO_C" >&6
3092 if test -n "$ac_ct_CXX"; then
3093 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 test -z "$as_dir" && as_dir=.
3100 for ac_exec_ext in '' $ac_executable_extensions; do
3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3102 ac_cv_prog_ac_ct_CXX="$ac_prog"
3103 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3112 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3113 if test -n "$ac_ct_CXX"; then
3114 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3115 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3117 { echo "$as_me:$LINENO: result
: no
" >&5
3118 echo "${ECHO_T}no
" >&6; }
3122 test -n "$ac_ct_CXX" && break
3125 if test "x
$ac_ct_CXX" = x; then
3128 case $cross_compiling:$ac_tool_warned in
3130 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3131 whose name does not start with the
host triplet. If you think this
3132 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3133 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3134 whose name does not start with the
host triplet. If you think this
3135 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3136 ac_tool_warned=yes ;;
3144 # Provide some information about the compiler.
3145 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3146 ac_compiler=`set X $ac_compile; echo $2`
3147 { (ac_try="$ac_compiler --version >&5"
3149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3150 *) ac_try_echo=$ac_try;;
3152 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3153 (eval "$ac_compiler --version >&5") 2>&5
3155 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3156 (exit $ac_status); }
3157 { (ac_try="$ac_compiler -v >&5"
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3162 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compiler -v >&5") 2>&5
3165 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3166 (exit $ac_status); }
3167 { (ac_try="$ac_compiler -V >&5"
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3172 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3173 (eval "$ac_compiler -V >&5") 2>&5
3175 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3176 (exit $ac_status); }
3178 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3179 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3180 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3181 echo $ECHO_N "(cached
) $ECHO_C" >&6
3183 cat >conftest.$ac_ext <<_ACEOF
3186 cat confdefs.h >>conftest.$ac_ext
3187 cat >>conftest.$ac_ext <<_ACEOF
3188 /* end confdefs.h. */
3201 rm -f conftest.$ac_objext
3202 if { (ac_try="$ac_compile"
3204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3205 *) ac_try_echo=$ac_try;;
3207 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3208 (eval "$ac_compile") 2>conftest.er1
3210 grep -v '^ *+' conftest.er1 >conftest.err
3212 cat conftest.err >&5
3213 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3214 (exit $ac_status); } &&
3215 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3216 { (case "(($ac_try" in
3217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3218 *) ac_try_echo=$ac_try;;
3220 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3221 (eval "$ac_try") 2>&5
3223 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3224 (exit $ac_status); }; } &&
3225 { ac_try='test -s conftest.$ac_objext'
3226 { (case "(($ac_try" in
3227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3228 *) ac_try_echo=$ac_try;;
3230 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3231 (eval "$ac_try") 2>&5
3233 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3234 (exit $ac_status); }; }; then
3237 echo "$as_me: failed program was
:" >&5
3238 sed 's/^/| /' conftest.$ac_ext >&5
3243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3244 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3247 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3248 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3249 GXX=`test $ac_compiler_gnu = yes && echo yes`
3250 ac_test_CXXFLAGS=${CXXFLAGS+set}
3251 ac_save_CXXFLAGS=$CXXFLAGS
3252 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3253 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3254 if test "${ac_cv_prog_cxx_g+set}" = set; then
3255 echo $ECHO_N "(cached
) $ECHO_C" >&6
3257 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3258 ac_cxx_werror_flag=yes
3261 cat >conftest.$ac_ext <<_ACEOF
3264 cat confdefs.h >>conftest.$ac_ext
3265 cat >>conftest.$ac_ext <<_ACEOF
3266 /* end confdefs.h. */
3276 rm -f conftest.$ac_objext
3277 if { (ac_try="$ac_compile"
3279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3280 *) ac_try_echo=$ac_try;;
3282 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3283 (eval "$ac_compile") 2>conftest.er1
3285 grep -v '^ *+' conftest.er1 >conftest.err
3287 cat conftest.err >&5
3288 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3289 (exit $ac_status); } &&
3290 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3291 { (case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3295 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3296 (eval "$ac_try") 2>&5
3298 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3299 (exit $ac_status); }; } &&
3300 { ac_try='test -s conftest.$ac_objext'
3301 { (case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3305 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3306 (eval "$ac_try") 2>&5
3308 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3309 (exit $ac_status); }; }; then
3310 ac_cv_prog_cxx_g=yes
3312 echo "$as_me: failed program was
:" >&5
3313 sed 's/^/| /' conftest.$ac_ext >&5
3316 cat >conftest.$ac_ext <<_ACEOF
3319 cat confdefs.h >>conftest.$ac_ext
3320 cat >>conftest.$ac_ext <<_ACEOF
3321 /* end confdefs.h. */
3331 rm -f conftest.$ac_objext
3332 if { (ac_try="$ac_compile"
3334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3335 *) ac_try_echo=$ac_try;;
3337 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3338 (eval "$ac_compile") 2>conftest.er1
3340 grep -v '^ *+' conftest.er1 >conftest.err
3342 cat conftest.err >&5
3343 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3344 (exit $ac_status); } &&
3345 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3346 { (case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3350 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_try") 2>&5
3353 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3354 (exit $ac_status); }; } &&
3355 { ac_try='test -s conftest.$ac_objext'
3356 { (case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3360 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_try") 2>&5
3363 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3364 (exit $ac_status); }; }; then
3367 echo "$as_me: failed program was
:" >&5
3368 sed 's/^/| /' conftest.$ac_ext >&5
3370 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3372 cat >conftest.$ac_ext <<_ACEOF
3375 cat confdefs.h >>conftest.$ac_ext
3376 cat >>conftest.$ac_ext <<_ACEOF
3377 /* end confdefs.h. */
3387 rm -f conftest.$ac_objext
3388 if { (ac_try="$ac_compile"
3390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3391 *) ac_try_echo=$ac_try;;
3393 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3394 (eval "$ac_compile") 2>conftest.er1
3396 grep -v '^ *+' conftest.er1 >conftest.err
3398 cat conftest.err >&5
3399 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3400 (exit $ac_status); } &&
3401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3402 { (case "(($ac_try" in
3403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404 *) ac_try_echo=$ac_try;;
3406 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3407 (eval "$ac_try") 2>&5
3409 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3410 (exit $ac_status); }; } &&
3411 { ac_try='test -s conftest.$ac_objext'
3412 { (case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3416 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3417 (eval "$ac_try") 2>&5
3419 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3420 (exit $ac_status); }; }; then
3421 ac_cv_prog_cxx_g=yes
3423 echo "$as_me: failed program was
:" >&5
3424 sed 's/^/| /' conftest.$ac_ext >&5
3429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3436 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3438 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3439 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3440 if test "$ac_test_CXXFLAGS" = set; then
3441 CXXFLAGS=$ac_save_CXXFLAGS
3442 elif test $ac_cv_prog_cxx_g = yes; then
3443 if test "$GXX" = yes; then
3449 if test "$GXX" = yes; then
3456 ac_cpp='$CPP $CPPFLAGS'
3457 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3458 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3459 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3461 if test -n "$ac_tool_prefix"; then
3462 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3463 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3464 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3465 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3466 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3467 echo $ECHO_N "(cached
) $ECHO_C" >&6
3469 if test -n "$CPPBIN"; then
3470 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3476 test -z "$as_dir" && as_dir=.
3477 for ac_exec_ext in '' $ac_executable_extensions; do
3478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3479 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3480 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3489 CPPBIN=$ac_cv_prog_CPPBIN
3490 if test -n "$CPPBIN"; then
3491 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3492 echo "${ECHO_T}$CPPBIN" >&6; }
3494 { echo "$as_me:$LINENO: result
: no
" >&5
3495 echo "${ECHO_T}no
" >&6; }
3500 if test -z "$ac_cv_prog_CPPBIN"; then
3501 ac_ct_CPPBIN=$CPPBIN
3502 # Extract the first word of "cpp
", so it can be a program name with args.
3503 set dummy cpp; ac_word=$2
3504 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3505 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3506 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3507 echo $ECHO_N "(cached
) $ECHO_C" >&6
3509 if test -n "$ac_ct_CPPBIN"; then
3510 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516 test -z "$as_dir" && as_dir=.
3517 for ac_exec_ext in '' $ac_executable_extensions; do
3518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3519 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3520 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3529 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3530 if test -n "$ac_ct_CPPBIN"; then
3531 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3532 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3534 { echo "$as_me:$LINENO: result
: no
" >&5
3535 echo "${ECHO_T}no
" >&6; }
3538 if test "x
$ac_ct_CPPBIN" = x; then
3541 case $cross_compiling:$ac_tool_warned in
3543 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3544 whose name does not start with the
host triplet. If you think this
3545 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3546 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3547 whose name does not start with the
host triplet. If you think this
3548 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3549 ac_tool_warned=yes ;;
3551 CPPBIN=$ac_ct_CPPBIN
3554 CPPBIN="$ac_cv_prog_CPPBIN"
3558 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3559 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3560 if test "${wine_cv_toolsdir+set}" = set; then
3561 echo $ECHO_N "(cached
) $ECHO_C" >&6
3563 if test -z "$with_wine_tools"; then
3564 if test "$cross_compiling" = "yes"; then
3565 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3566 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3567 { (exit 1); exit 1; }; }
3569 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3571 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3572 case $with_wine_tools in
3573 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3574 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3577 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3578 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3579 { (exit 1); exit 1; }; }
3582 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3583 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3584 TOOLSDIR=$wine_cv_toolsdir
3589 ac_cpp='$CPP $CPPFLAGS'
3590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3593 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3594 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3595 # On Suns, sometimes $CPP names a directory.
3596 if test -n "$CPP" && test -d "$CPP"; then
3599 if test -z "$CPP"; then
3600 if test "${ac_cv_prog_CPP+set}" = set; then
3601 echo $ECHO_N "(cached
) $ECHO_C" >&6
3603 # Double quotes because CPP needs to be expanded
3604 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3607 for ac_c_preproc_warn_flag in '' yes
3609 # Use a header file that comes with gcc, so configuring glibc
3610 # with a fresh cross-compiler works.
3611 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3612 # <limits.h> exists even on freestanding compilers.
3613 # On the NeXT, cc -E runs the code through the compiler's parser,
3614 # not just through cpp. "Syntax error
" is here to catch this case.
3615 cat >conftest.$ac_ext <<_ACEOF
3618 cat confdefs.h >>conftest.$ac_ext
3619 cat >>conftest.$ac_ext <<_ACEOF
3620 /* end confdefs.h. */
3622 # include <limits.h>
3624 # include <assert.h>
3628 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3631 *) ac_try_echo=$ac_try;;
3633 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3634 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3636 grep -v '^ *+' conftest.er1 >conftest.err
3638 cat conftest.err >&5
3639 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3640 (exit $ac_status); } >/dev/null; then
3641 if test -s conftest.err; then
3642 ac_cpp_err=$ac_c_preproc_warn_flag
3643 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3650 if test -z "$ac_cpp_err"; then
3653 echo "$as_me: failed program was
:" >&5
3654 sed 's/^/| /' conftest.$ac_ext >&5
3656 # Broken: fails on valid input.
3660 rm -f conftest.err conftest.$ac_ext
3662 # OK, works on sane cases. Now check whether nonexistent headers
3663 # can be detected and how.
3664 cat >conftest.$ac_ext <<_ACEOF
3667 cat confdefs.h >>conftest.$ac_ext
3668 cat >>conftest.$ac_ext <<_ACEOF
3669 /* end confdefs.h. */
3670 #include <ac_nonexistent.h>
3672 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3675 *) ac_try_echo=$ac_try;;
3677 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3678 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3680 grep -v '^ *+' conftest.er1 >conftest.err
3682 cat conftest.err >&5
3683 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3684 (exit $ac_status); } >/dev/null; then
3685 if test -s conftest.err; then
3686 ac_cpp_err=$ac_c_preproc_warn_flag
3687 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3694 if test -z "$ac_cpp_err"; then
3695 # Broken: success on invalid input.
3698 echo "$as_me: failed program was
:" >&5
3699 sed 's/^/| /' conftest.$ac_ext >&5
3701 # Passes both tests.
3706 rm -f conftest.err conftest.$ac_ext
3709 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3710 rm -f conftest.err conftest.$ac_ext
3711 if $ac_preproc_ok; then
3723 { echo "$as_me:$LINENO: result
: $CPP" >&5
3724 echo "${ECHO_T}$CPP" >&6; }
3726 for ac_c_preproc_warn_flag in '' yes
3728 # Use a header file that comes with gcc, so configuring glibc
3729 # with a fresh cross-compiler works.
3730 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3731 # <limits.h> exists even on freestanding compilers.
3732 # On the NeXT, cc -E runs the code through the compiler's parser,
3733 # not just through cpp. "Syntax error
" is here to catch this case.
3734 cat >conftest.$ac_ext <<_ACEOF
3737 cat confdefs.h >>conftest.$ac_ext
3738 cat >>conftest.$ac_ext <<_ACEOF
3739 /* end confdefs.h. */
3741 # include <limits.h>
3743 # include <assert.h>
3747 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3750 *) ac_try_echo=$ac_try;;
3752 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3753 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3755 grep -v '^ *+' conftest.er1 >conftest.err
3757 cat conftest.err >&5
3758 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3759 (exit $ac_status); } >/dev/null; then
3760 if test -s conftest.err; then
3761 ac_cpp_err=$ac_c_preproc_warn_flag
3762 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3769 if test -z "$ac_cpp_err"; then
3772 echo "$as_me: failed program was
:" >&5
3773 sed 's/^/| /' conftest.$ac_ext >&5
3775 # Broken: fails on valid input.
3779 rm -f conftest.err conftest.$ac_ext
3781 # OK, works on sane cases. Now check whether nonexistent headers
3782 # can be detected and how.
3783 cat >conftest.$ac_ext <<_ACEOF
3786 cat confdefs.h >>conftest.$ac_ext
3787 cat >>conftest.$ac_ext <<_ACEOF
3788 /* end confdefs.h. */
3789 #include <ac_nonexistent.h>
3791 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3794 *) ac_try_echo=$ac_try;;
3796 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3797 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3799 grep -v '^ *+' conftest.er1 >conftest.err
3801 cat conftest.err >&5
3802 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3803 (exit $ac_status); } >/dev/null; then
3804 if test -s conftest.err; then
3805 ac_cpp_err=$ac_c_preproc_warn_flag
3806 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3813 if test -z "$ac_cpp_err"; then
3814 # Broken: success on invalid input.
3817 echo "$as_me: failed program was
:" >&5
3818 sed 's/^/| /' conftest.$ac_ext >&5
3820 # Passes both tests.
3825 rm -f conftest.err conftest.$ac_ext
3828 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3829 rm -f conftest.err conftest.$ac_ext
3830 if $ac_preproc_ok; then
3833 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3834 See \
`config.log' for more details." >&5
3835 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3836 See \`config.log
' for more details." >&2;}
3837 { (exit 1); exit 1; }; }
3841 ac_cpp='$CPP $CPPFLAGS'
3842 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3843 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3844 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3847 { echo "$as_me:$LINENO: checking for X" >&5
3848 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3851 # Check whether --with-x was given.
3852 if test "${with_x+set}" = set; then
3856 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3857 if test "x$with_x" = xno; then
3858 # The user explicitly disabled X.
3861 case $x_includes,$x_libraries in #(
3862 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3863 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3864 { (exit 1); exit 1; }; };; #(
3865 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3866 echo $ECHO_N "(cached) $ECHO_C" >&6
3868 # One or both of the vars are not set, and there is no cached value.
3869 ac_x_includes=no ac_x_libraries=no
3870 rm -f -r conftest.dir
3871 if mkdir conftest.dir; then
3873 cat >Imakefile <<'_ACEOF'
3875 @echo incroot='${INCROOT}'
3877 @echo usrlibdir='${USRLIBDIR}'
3879 @echo libdir='${LIBDIR}'
3881 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3882 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3883 for ac_var in incroot usrlibdir libdir; do
3884 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3886 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3887 for ac_extension in a so sl; do
3888 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3889 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3890 ac_im_usrlibdir=$ac_im_libdir; break
3893 # Screen out bogus values from the imake configuration. They are
3894 # bogus both because they are the default anyway, and because
3895 # using them would break gcc on systems where it needs fixed includes.
3896 case $ac_im_incroot in
3897 /usr/include) ac_x_includes= ;;
3898 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3900 case $ac_im_usrlibdir in
3902 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3906 rm -f -r conftest.dir
3909 # Standard set of common directories for X headers.
3910 # Check X11 before X11Rn because it is often a symlink to the current release.
3922 /usr
/local
/X11
/include
3923 /usr
/local
/X11R
6/include
3924 /usr
/local
/X11R
5/include
3925 /usr
/local
/X11R
4/include
3927 /usr
/local
/include
/X11
3928 /usr
/local
/include
/X11R6
3929 /usr
/local
/include
/X11R5
3930 /usr
/local
/include
/X11R4
3934 /usr
/XFree86
/include
/X11
3938 /usr
/unsupported
/include
3940 /usr
/local
/x11r
5/include
3941 /usr
/lpp
/Xamples
/include
3943 /usr
/openwin
/include
3944 /usr
/openwin
/share
/include
'
3946 if test "$ac_x_includes" = no; then
3947 # Guess where to find include files, by looking for Xlib.h.
3948 # First, try using that file with no special directory specified.
3949 cat >conftest.$ac_ext <<_ACEOF
3952 cat confdefs.h >>conftest.$ac_ext
3953 cat >>conftest.$ac_ext <<_ACEOF
3954 /* end confdefs.h. */
3955 #include <X11/Xlib.h>
3957 if { (ac_try="$ac_cpp conftest.$ac_ext"
3959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3960 *) ac_try_echo=$ac_try;;
3962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3965 grep -v '^
*+' conftest.er1 >conftest.err
3967 cat conftest.err >&5
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); } >/dev/null; then
3970 if test -s conftest.err; then
3971 ac_cpp_err=$ac_c_preproc_warn_flag
3972 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3979 if test -z "$ac_cpp_err"; then
3980 # We can compile using X headers with no special include directory.
3983 echo "$as_me: failed program was:" >&5
3984 sed 's
/^
/|
/' conftest.$ac_ext >&5
3986 for ac_dir in $ac_x_header_dirs; do
3987 if test -r "$ac_dir/X11/Xlib.h"; then
3988 ac_x_includes=$ac_dir
3994 rm -f conftest.err conftest.$ac_ext
3995 fi # $ac_x_includes = no
3997 if test "$ac_x_libraries" = no; then
3998 # Check for the libraries.
3999 # See if we find them without any special options.
4000 # Don't add to
$LIBS permanently.
4003 cat >conftest.
$ac_ext <<_ACEOF
4006 cat confdefs.h
>>conftest.
$ac_ext
4007 cat >>conftest.
$ac_ext <<_ACEOF
4008 /* end confdefs.h. */
4009 #include <X11/Xlib.h>
4018 rm -f conftest.
$ac_objext conftest
$ac_exeext
4019 if { (ac_try
="$ac_link"
4021 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4022 *) ac_try_echo=$ac_try;;
4024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4025 (eval "$ac_link") 2>conftest.er1
4027 grep -v '^ *+' conftest.er1 >conftest.err
4029 cat conftest.err >&5
4030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4031 (exit $ac_status); } &&
4032 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4033 { (case "(($ac_try" in
4034 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4035 *) ac_try_echo
=$ac_try;;
4037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4038 (eval "$ac_try") 2>&5
4040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4041 (exit $ac_status); }; } &&
4042 { ac_try
='test -s conftest$ac_exeext'
4043 { (case "(($ac_try" in
4044 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4045 *) ac_try_echo=$ac_try;;
4047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4048 (eval "$ac_try") 2>&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); }; }; then
4053 # We can link X programs with no special library path.
4056 echo "$as_me: failed program was:" >&5
4057 sed 's/^/| /' conftest.$ac_ext >&5
4060 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4062 # Don't even attempt the hair of trying to link an X program!
4063 for ac_extension in a so sl; do
4064 if test -r "$ac_dir/libX11.$ac_extension"; then
4065 ac_x_libraries=$ac_dir
4072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4073 conftest$ac_exeext conftest.$ac_ext
4074 fi # $ac_x_libraries = no
4076 case $ac_x_includes,$ac_x_libraries in #(
4078 # Didn't find X, or a directory has "'" in its name.
4079 ac_cv_have_x="have_x=no";; #(
4081 # Record where we found X for the cache.
4082 ac_cv_have_x="have_x=yes\
4083 ac_x_includes='$ac_x_includes'\
4084 ac_x_libraries='$ac_x_libraries'"
4090 eval "$ac_cv_have_x"
4093 if test "$have_x" != yes; then
4094 { echo "$as_me:$LINENO: result: $have_x" >&5
4095 echo "${ECHO_T}$have_x" >&6; }
4098 # If each of the values was on the command line, it overrides each guess.
4099 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4100 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4101 # Update the cache value to reflect the command line values.
4102 ac_cv_have_x="have_x=yes\
4103 ac_x_includes='$x_includes'\
4104 ac_x_libraries='$x_libraries'"
4105 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4106 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4109 if test "$no_x" = yes; then
4110 # Not all programs may use this symbol, but it does not hurt to define it.
4112 cat >>confdefs.h <<\_ACEOF
4113 #define X_DISPLAY_MISSING 1
4116 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4118 if test -n "$x_includes"; then
4119 X_CFLAGS="$X_CFLAGS -I$x_includes"
4122 # It would also be nice to do this for all -L options, not just this one.
4123 if test -n "$x_libraries"; then
4124 X_LIBS="$X_LIBS -L$x_libraries"
4125 # For Solaris; some versions of Sun CC require a space after -R and
4126 # others require no space. Words are not sufficient . . . .
4127 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4128 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4129 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4130 ac_xsave_c_werror_flag=$ac_c_werror_flag
4131 ac_c_werror_flag=yes
4132 cat >conftest.$ac_ext <<_ACEOF
4135 cat confdefs.h >>conftest.$ac_ext
4136 cat >>conftest.$ac_ext <<_ACEOF
4137 /* end confdefs.h. */
4147 rm -f conftest.$ac_objext conftest$ac_exeext
4148 if { (ac_try="$ac_link"
4150 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4151 *) ac_try_echo
=$ac_try;;
4153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4154 (eval "$ac_link") 2>conftest.er1
4156 grep -v '^ *+' conftest.er1
>conftest.err
4158 cat conftest.err
>&5
4159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4160 (exit $ac_status); } &&
4161 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4162 { (case "(($ac_try" in
4163 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4164 *) ac_try_echo=$ac_try;;
4166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4167 (eval "$ac_try") 2>&5
4169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4170 (exit $ac_status); }; } &&
4171 { ac_try='test -s conftest$ac_exeext'
4172 { (case "(($ac_try" in
4173 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4174 *) ac_try_echo
=$ac_try;;
4176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4177 (eval "$ac_try") 2>&5
4179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180 (exit $ac_status); }; }; then
4181 { echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6; }
4183 X_LIBS
="$X_LIBS -R$x_libraries"
4185 echo "$as_me: failed program was:" >&5
4186 sed 's/^/| /' conftest.
$ac_ext >&5
4188 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4189 cat >conftest.
$ac_ext <<_ACEOF
4192 cat confdefs.h
>>conftest.
$ac_ext
4193 cat >>conftest.
$ac_ext <<_ACEOF
4194 /* end confdefs.h. */
4204 rm -f conftest.
$ac_objext conftest
$ac_exeext
4205 if { (ac_try
="$ac_link"
4207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4208 *) ac_try_echo=$ac_try;;
4210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4211 (eval "$ac_link") 2>conftest.er1
4213 grep -v '^ *+' conftest.er1 >conftest.err
4215 cat conftest.err >&5
4216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4217 (exit $ac_status); } &&
4218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4219 { (case "(($ac_try" in
4220 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4221 *) ac_try_echo
=$ac_try;;
4223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4224 (eval "$ac_try") 2>&5
4226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4227 (exit $ac_status); }; } &&
4228 { ac_try
='test -s conftest$ac_exeext'
4229 { (case "(($ac_try" in
4230 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4231 *) ac_try_echo=$ac_try;;
4233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4234 (eval "$ac_try") 2>&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); }; }; then
4238 { echo "$as_me:$LINENO: result: yes" >&5
4239 echo "${ECHO_T}yes" >&6; }
4240 X_LIBS="$X_LIBS -R $x_libraries"
4242 echo "$as_me: failed program was:" >&5
4243 sed 's/^/| /' conftest.$ac_ext >&5
4245 { echo "$as_me:$LINENO: result: neither works" >&5
4246 echo "${ECHO_T}neither works" >&6; }
4249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4250 conftest$ac_exeext conftest.$ac_ext
4253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4254 conftest$ac_exeext conftest.$ac_ext
4255 ac_c_werror_flag=$ac_xsave_c_werror_flag
4259 # Check for system-dependent libraries X programs must link with.
4260 # Do this before checking for the system-independent R6 libraries
4261 # (-lICE), since we may need -lsocket or whatever for X linking.
4263 if test "$ISC" = yes; then
4264 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4266 # Martyn Johnson says this is needed for Ultrix, if the X
4267 # libraries were built with DECnet support. And Karl Berry says
4268 # the Alpha needs dnet_stub (dnet does not exist).
4269 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4270 cat >conftest.$ac_ext <<_ACEOF
4273 cat confdefs.h >>conftest.$ac_ext
4274 cat >>conftest.$ac_ext <<_ACEOF
4275 /* end confdefs.h. */
4277 /* Override any GCC internal prototype to avoid an error.
4278 Use char because int might match the return type of a GCC
4279 builtin and then its argument prototype would still apply. */
4283 char XOpenDisplay ();
4287 return XOpenDisplay ();
4292 rm -f conftest.$ac_objext conftest$ac_exeext
4293 if { (ac_try="$ac_link"
4295 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4296 *) ac_try_echo
=$ac_try;;
4298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4299 (eval "$ac_link") 2>conftest.er1
4301 grep -v '^ *+' conftest.er1
>conftest.err
4303 cat conftest.err
>&5
4304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4305 (exit $ac_status); } &&
4306 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4307 { (case "(($ac_try" in
4308 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4309 *) ac_try_echo=$ac_try;;
4311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4312 (eval "$ac_try") 2>&5
4314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4315 (exit $ac_status); }; } &&
4316 { ac_try='test -s conftest$ac_exeext'
4317 { (case "(($ac_try" in
4318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4319 *) ac_try_echo
=$ac_try;;
4321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4322 (eval "$ac_try") 2>&5
4324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4325 (exit $ac_status); }; }; then
4328 echo "$as_me: failed program was:" >&5
4329 sed 's/^/| /' conftest.
$ac_ext >&5
4331 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4332 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4333 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4334 echo $ECHO_N "(cached) $ECHO_C" >&6
4336 ac_check_lib_save_LIBS
=$LIBS
4338 cat >conftest.
$ac_ext <<_ACEOF
4341 cat confdefs.h
>>conftest.
$ac_ext
4342 cat >>conftest.
$ac_ext <<_ACEOF
4343 /* end confdefs.h. */
4345 /* Override any GCC internal prototype to avoid an error.
4346 Use char because int might match the return type of a GCC
4347 builtin and then its argument prototype would still apply. */
4355 return dnet_ntoa ();
4360 rm -f conftest.
$ac_objext conftest
$ac_exeext
4361 if { (ac_try
="$ac_link"
4363 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4364 *) ac_try_echo=$ac_try;;
4366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4367 (eval "$ac_link") 2>conftest.er1
4369 grep -v '^ *+' conftest.er1 >conftest.err
4371 cat conftest.err >&5
4372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4373 (exit $ac_status); } &&
4374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4375 { (case "(($ac_try" in
4376 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4377 *) ac_try_echo
=$ac_try;;
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380 (eval "$ac_try") 2>&5
4382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4383 (exit $ac_status); }; } &&
4384 { ac_try
='test -s conftest$ac_exeext'
4385 { (case "(($ac_try" in
4386 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4387 *) ac_try_echo=$ac_try;;
4389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4390 (eval "$ac_try") 2>&5
4392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4393 (exit $ac_status); }; }; then
4394 ac_cv_lib_dnet_dnet_ntoa=yes
4396 echo "$as_me: failed program was:" >&5
4397 sed 's/^/| /' conftest.$ac_ext >&5
4399 ac_cv_lib_dnet_dnet_ntoa=no
4402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4403 conftest$ac_exeext conftest.$ac_ext
4404 LIBS=$ac_check_lib_save_LIBS
4406 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4407 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4408 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4409 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4412 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4413 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4414 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4415 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4416 echo $ECHO_N "(cached) $ECHO_C" >&6
4418 ac_check_lib_save_LIBS=$LIBS
4419 LIBS="-ldnet_stub $LIBS"
4420 cat >conftest.$ac_ext <<_ACEOF
4423 cat confdefs.h >>conftest.$ac_ext
4424 cat >>conftest.$ac_ext <<_ACEOF
4425 /* end confdefs.h. */
4427 /* Override any GCC internal prototype to avoid an error.
4428 Use char because int might match the return type of a GCC
4429 builtin and then its argument prototype would still apply. */
4437 return dnet_ntoa ();
4442 rm -f conftest.$ac_objext conftest$ac_exeext
4443 if { (ac_try="$ac_link"
4445 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4446 *) ac_try_echo
=$ac_try;;
4448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4449 (eval "$ac_link") 2>conftest.er1
4451 grep -v '^ *+' conftest.er1
>conftest.err
4453 cat conftest.err
>&5
4454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455 (exit $ac_status); } &&
4456 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4457 { (case "(($ac_try" in
4458 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4462 (eval "$ac_try") 2>&5
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; } &&
4466 { ac_try='test -s conftest$ac_exeext'
4467 { (case "(($ac_try" in
4468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4469 *) ac_try_echo
=$ac_try;;
4471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4472 (eval "$ac_try") 2>&5
4474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4475 (exit $ac_status); }; }; then
4476 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4478 echo "$as_me: failed program was:" >&5
4479 sed 's/^/| /' conftest.
$ac_ext >&5
4481 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4484 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4485 conftest
$ac_exeext conftest.
$ac_ext
4486 LIBS
=$ac_check_lib_save_LIBS
4488 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4489 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4490 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4491 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4497 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4498 conftest
$ac_exeext conftest.
$ac_ext
4499 LIBS
="$ac_xsave_LIBS"
4501 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4502 # to get the SysV transport functions.
4503 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4505 # The nsl library prevents programs from opening the X display
4506 # on Irix 5.2, according to T.E. Dickey.
4507 # The functions gethostbyname, getservbyname, and inet_addr are
4508 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4509 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4510 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4511 if test "${ac_cv_func_gethostbyname+set}" = set; then
4512 echo $ECHO_N "(cached) $ECHO_C" >&6
4514 cat >conftest.
$ac_ext <<_ACEOF
4517 cat confdefs.h
>>conftest.
$ac_ext
4518 cat >>conftest.
$ac_ext <<_ACEOF
4519 /* end confdefs.h. */
4520 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4522 #define gethostbyname innocuous_gethostbyname
4524 /* System header to define __stub macros and hopefully few prototypes,
4525 which can conflict with char gethostbyname (); below.
4526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4527 <limits.h> exists even on freestanding compilers. */
4530 # include <limits.h>
4532 # include <assert.h>
4535 #undef gethostbyname
4537 /* Override any GCC internal prototype to avoid an error.
4538 Use char because int might match the return type of a GCC
4539 builtin and then its argument prototype would still apply. */
4543 char gethostbyname ();
4544 /* The GNU C library defines this for functions which it implements
4545 to always fail with ENOSYS. Some functions are actually named
4546 something starting with __ and the normal name is an alias. */
4547 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4554 return gethostbyname ();
4559 rm -f conftest.
$ac_objext conftest
$ac_exeext
4560 if { (ac_try
="$ac_link"
4562 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4563 *) ac_try_echo=$ac_try;;
4565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4566 (eval "$ac_link") 2>conftest.er1
4568 grep -v '^ *+' conftest.er1 >conftest.err
4570 cat conftest.err >&5
4571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4572 (exit $ac_status); } &&
4573 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4574 { (case "(($ac_try" in
4575 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4576 *) ac_try_echo
=$ac_try;;
4578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4579 (eval "$ac_try") 2>&5
4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582 (exit $ac_status); }; } &&
4583 { ac_try
='test -s conftest$ac_exeext'
4584 { (case "(($ac_try" in
4585 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4586 *) ac_try_echo=$ac_try;;
4588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4589 (eval "$ac_try") 2>&5
4591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4592 (exit $ac_status); }; }; then
4593 ac_cv_func_gethostbyname=yes
4595 echo "$as_me: failed program was:" >&5
4596 sed 's/^/| /' conftest.$ac_ext >&5
4598 ac_cv_func_gethostbyname=no
4601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4602 conftest$ac_exeext conftest.$ac_ext
4604 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4605 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4607 if test $ac_cv_func_gethostbyname = no; then
4608 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4609 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4610 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4611 echo $ECHO_N "(cached) $ECHO_C" >&6
4613 ac_check_lib_save_LIBS=$LIBS
4615 cat >conftest.$ac_ext <<_ACEOF
4618 cat confdefs.h >>conftest.$ac_ext
4619 cat >>conftest.$ac_ext <<_ACEOF
4620 /* end confdefs.h. */
4622 /* Override any GCC internal prototype to avoid an error.
4623 Use char because int might match the return type of a GCC
4624 builtin and then its argument prototype would still apply. */
4628 char gethostbyname ();
4632 return gethostbyname ();
4637 rm -f conftest.$ac_objext conftest$ac_exeext
4638 if { (ac_try="$ac_link"
4640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4641 *) ac_try_echo
=$ac_try;;
4643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4644 (eval "$ac_link") 2>conftest.er1
4646 grep -v '^ *+' conftest.er1
>conftest.err
4648 cat conftest.err
>&5
4649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4650 (exit $ac_status); } &&
4651 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4652 { (case "(($ac_try" in
4653 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4654 *) ac_try_echo=$ac_try;;
4656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4657 (eval "$ac_try") 2>&5
4659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4660 (exit $ac_status); }; } &&
4661 { ac_try='test -s conftest$ac_exeext'
4662 { (case "(($ac_try" in
4663 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4664 *) ac_try_echo
=$ac_try;;
4666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4667 (eval "$ac_try") 2>&5
4669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4670 (exit $ac_status); }; }; then
4671 ac_cv_lib_nsl_gethostbyname
=yes
4673 echo "$as_me: failed program was:" >&5
4674 sed 's/^/| /' conftest.
$ac_ext >&5
4676 ac_cv_lib_nsl_gethostbyname
=no
4679 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4680 conftest
$ac_exeext conftest.
$ac_ext
4681 LIBS
=$ac_check_lib_save_LIBS
4683 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4684 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4685 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4686 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4689 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4690 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4691 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4692 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4693 echo $ECHO_N "(cached) $ECHO_C" >&6
4695 ac_check_lib_save_LIBS
=$LIBS
4697 cat >conftest.
$ac_ext <<_ACEOF
4700 cat confdefs.h
>>conftest.
$ac_ext
4701 cat >>conftest.
$ac_ext <<_ACEOF
4702 /* end confdefs.h. */
4704 /* Override any GCC internal prototype to avoid an error.
4705 Use char because int might match the return type of a GCC
4706 builtin and then its argument prototype would still apply. */
4710 char gethostbyname ();
4714 return gethostbyname ();
4719 rm -f conftest.
$ac_objext conftest
$ac_exeext
4720 if { (ac_try
="$ac_link"
4722 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4723 *) ac_try_echo=$ac_try;;
4725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4726 (eval "$ac_link") 2>conftest.er1
4728 grep -v '^ *+' conftest.er1 >conftest.err
4730 cat conftest.err >&5
4731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4732 (exit $ac_status); } &&
4733 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4734 { (case "(($ac_try" in
4735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4736 *) ac_try_echo
=$ac_try;;
4738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4739 (eval "$ac_try") 2>&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); }; } &&
4743 { ac_try
='test -s conftest$ac_exeext'
4744 { (case "(($ac_try" in
4745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4746 *) ac_try_echo=$ac_try;;
4748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4749 (eval "$ac_try") 2>&5
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; }; then
4753 ac_cv_lib_bsd_gethostbyname=yes
4755 echo "$as_me: failed program was:" >&5
4756 sed 's/^/| /' conftest.$ac_ext >&5
4758 ac_cv_lib_bsd_gethostbyname=no
4761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4762 conftest$ac_exeext conftest.$ac_ext
4763 LIBS=$ac_check_lib_save_LIBS
4765 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4766 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4767 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4768 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4774 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4775 # socket/setsockopt and other routines are undefined under SCO ODT
4776 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4777 # on later versions), says Simon Leinen: it contains gethostby*
4778 # variants that don't use the name server (or something). -lsocket
4779 # must be given before -lnsl if both are needed. We assume that
4780 # if connect needs -lnsl, so does gethostbyname.
4781 { echo "$as_me:$LINENO: checking for connect" >&5
4782 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4783 if test "${ac_cv_func_connect+set}" = set; then
4784 echo $ECHO_N "(cached) $ECHO_C" >&6
4786 cat >conftest.$ac_ext <<_ACEOF
4789 cat confdefs.h >>conftest.$ac_ext
4790 cat >>conftest.$ac_ext <<_ACEOF
4791 /* end confdefs.h. */
4792 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4793 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4794 #define connect innocuous_connect
4796 /* System header to define __stub macros and hopefully few prototypes,
4797 which can conflict with char connect (); below.
4798 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4799 <limits.h> exists even on freestanding compilers. */
4802 # include <limits.h>
4804 # include <assert.h>
4809 /* Override any GCC internal prototype to avoid an error.
4810 Use char because int might match the return type of a GCC
4811 builtin and then its argument prototype would still apply. */
4816 /* The GNU C library defines this for functions which it implements
4817 to always fail with ENOSYS. Some functions are actually named
4818 something starting with __ and the normal name is an alias. */
4819 #if defined __stub_connect || defined __stub___connect
4831 rm -f conftest.$ac_objext conftest$ac_exeext
4832 if { (ac_try="$ac_link"
4834 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4835 *) ac_try_echo
=$ac_try;;
4837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4838 (eval "$ac_link") 2>conftest.er1
4840 grep -v '^ *+' conftest.er1
>conftest.err
4842 cat conftest.err
>&5
4843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4844 (exit $ac_status); } &&
4845 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4846 { (case "(($ac_try" in
4847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4848 *) ac_try_echo=$ac_try;;
4850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4851 (eval "$ac_try") 2>&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); }; } &&
4855 { ac_try='test -s conftest$ac_exeext'
4856 { (case "(($ac_try" in
4857 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4858 *) ac_try_echo
=$ac_try;;
4860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4861 (eval "$ac_try") 2>&5
4863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4864 (exit $ac_status); }; }; then
4865 ac_cv_func_connect
=yes
4867 echo "$as_me: failed program was:" >&5
4868 sed 's/^/| /' conftest.
$ac_ext >&5
4870 ac_cv_func_connect
=no
4873 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4874 conftest
$ac_exeext conftest.
$ac_ext
4876 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4877 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4879 if test $ac_cv_func_connect = no
; then
4880 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4881 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4882 if test "${ac_cv_lib_socket_connect+set}" = set; then
4883 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 ac_check_lib_save_LIBS
=$LIBS
4886 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4887 cat >conftest.
$ac_ext <<_ACEOF
4890 cat confdefs.h
>>conftest.
$ac_ext
4891 cat >>conftest.
$ac_ext <<_ACEOF
4892 /* end confdefs.h. */
4894 /* Override any GCC internal prototype to avoid an error.
4895 Use char because int might match the return type of a GCC
4896 builtin and then its argument prototype would still apply. */
4909 rm -f conftest.
$ac_objext conftest
$ac_exeext
4910 if { (ac_try
="$ac_link"
4912 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4913 *) ac_try_echo=$ac_try;;
4915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4916 (eval "$ac_link") 2>conftest.er1
4918 grep -v '^ *+' conftest.er1 >conftest.err
4920 cat conftest.err >&5
4921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4922 (exit $ac_status); } &&
4923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4924 { (case "(($ac_try" in
4925 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4926 *) ac_try_echo
=$ac_try;;
4928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4929 (eval "$ac_try") 2>&5
4931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4932 (exit $ac_status); }; } &&
4933 { ac_try
='test -s conftest$ac_exeext'
4934 { (case "(($ac_try" in
4935 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4936 *) ac_try_echo=$ac_try;;
4938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4939 (eval "$ac_try") 2>&5
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); }; }; then
4943 ac_cv_lib_socket_connect=yes
4945 echo "$as_me: failed program was:" >&5
4946 sed 's/^/| /' conftest.$ac_ext >&5
4948 ac_cv_lib_socket_connect=no
4951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4952 conftest$ac_exeext conftest.$ac_ext
4953 LIBS=$ac_check_lib_save_LIBS
4955 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4956 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4957 if test $ac_cv_lib_socket_connect = yes; then
4958 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4963 # Guillermo Gomez says -lposix is necessary on A/UX.
4964 { echo "$as_me:$LINENO: checking for remove" >&5
4965 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4966 if test "${ac_cv_func_remove+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4969 cat >conftest.$ac_ext <<_ACEOF
4972 cat confdefs.h >>conftest.$ac_ext
4973 cat >>conftest.$ac_ext <<_ACEOF
4974 /* end confdefs.h. */
4975 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4976 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4977 #define remove innocuous_remove
4979 /* System header to define __stub macros and hopefully few prototypes,
4980 which can conflict with char remove (); below.
4981 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4982 <limits.h> exists even on freestanding compilers. */
4985 # include <limits.h>
4987 # include <assert.h>
4992 /* Override any GCC internal prototype to avoid an error.
4993 Use char because int might match the return type of a GCC
4994 builtin and then its argument prototype would still apply. */
4999 /* The GNU C library defines this for functions which it implements
5000 to always fail with ENOSYS. Some functions are actually named
5001 something starting with __ and the normal name is an alias. */
5002 #if defined __stub_remove || defined __stub___remove
5014 rm -f conftest.$ac_objext conftest$ac_exeext
5015 if { (ac_try="$ac_link"
5017 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5018 *) ac_try_echo
=$ac_try;;
5020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5021 (eval "$ac_link") 2>conftest.er1
5023 grep -v '^ *+' conftest.er1
>conftest.err
5025 cat conftest.err
>&5
5026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5027 (exit $ac_status); } &&
5028 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5029 { (case "(($ac_try" in
5030 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5031 *) ac_try_echo=$ac_try;;
5033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5034 (eval "$ac_try") 2>&5
5036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5037 (exit $ac_status); }; } &&
5038 { ac_try='test -s conftest$ac_exeext'
5039 { (case "(($ac_try" in
5040 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5041 *) ac_try_echo
=$ac_try;;
5043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5044 (eval "$ac_try") 2>&5
5046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047 (exit $ac_status); }; }; then
5048 ac_cv_func_remove
=yes
5050 echo "$as_me: failed program was:" >&5
5051 sed 's/^/| /' conftest.
$ac_ext >&5
5053 ac_cv_func_remove
=no
5056 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5057 conftest
$ac_exeext conftest.
$ac_ext
5059 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5060 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
5062 if test $ac_cv_func_remove = no
; then
5063 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5064 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
5065 if test "${ac_cv_lib_posix_remove+set}" = set; then
5066 echo $ECHO_N "(cached) $ECHO_C" >&6
5068 ac_check_lib_save_LIBS
=$LIBS
5069 LIBS
="-lposix $LIBS"
5070 cat >conftest.
$ac_ext <<_ACEOF
5073 cat confdefs.h
>>conftest.
$ac_ext
5074 cat >>conftest.
$ac_ext <<_ACEOF
5075 /* end confdefs.h. */
5077 /* Override any GCC internal prototype to avoid an error.
5078 Use char because int might match the return type of a GCC
5079 builtin and then its argument prototype would still apply. */
5092 rm -f conftest.
$ac_objext conftest
$ac_exeext
5093 if { (ac_try
="$ac_link"
5095 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5096 *) ac_try_echo=$ac_try;;
5098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5099 (eval "$ac_link") 2>conftest.er1
5101 grep -v '^ *+' conftest.er1 >conftest.err
5103 cat conftest.err >&5
5104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5105 (exit $ac_status); } &&
5106 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5107 { (case "(($ac_try" in
5108 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5109 *) ac_try_echo
=$ac_try;;
5111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5112 (eval "$ac_try") 2>&5
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); }; } &&
5116 { ac_try
='test -s conftest$ac_exeext'
5117 { (case "(($ac_try" in
5118 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5119 *) ac_try_echo=$ac_try;;
5121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5122 (eval "$ac_try") 2>&5
5124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5125 (exit $ac_status); }; }; then
5126 ac_cv_lib_posix_remove=yes
5128 echo "$as_me: failed program was:" >&5
5129 sed 's/^/| /' conftest.$ac_ext >&5
5131 ac_cv_lib_posix_remove=no
5134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5135 conftest$ac_exeext conftest.$ac_ext
5136 LIBS=$ac_check_lib_save_LIBS
5138 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5139 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5140 if test $ac_cv_lib_posix_remove = yes; then
5141 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5146 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5147 { echo "$as_me:$LINENO: checking for shmat" >&5
5148 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5149 if test "${ac_cv_func_shmat+set}" = set; then
5150 echo $ECHO_N "(cached) $ECHO_C" >&6
5152 cat >conftest.$ac_ext <<_ACEOF
5155 cat confdefs.h >>conftest.$ac_ext
5156 cat >>conftest.$ac_ext <<_ACEOF
5157 /* end confdefs.h. */
5158 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5159 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5160 #define shmat innocuous_shmat
5162 /* System header to define __stub macros and hopefully few prototypes,
5163 which can conflict with char shmat (); below.
5164 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5165 <limits.h> exists even on freestanding compilers. */
5168 # include <limits.h>
5170 # include <assert.h>
5175 /* Override any GCC internal prototype to avoid an error.
5176 Use char because int might match the return type of a GCC
5177 builtin and then its argument prototype would still apply. */
5182 /* The GNU C library defines this for functions which it implements
5183 to always fail with ENOSYS. Some functions are actually named
5184 something starting with __ and the normal name is an alias. */
5185 #if defined __stub_shmat || defined __stub___shmat
5197 rm -f conftest.$ac_objext conftest$ac_exeext
5198 if { (ac_try="$ac_link"
5200 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5201 *) ac_try_echo
=$ac_try;;
5203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5204 (eval "$ac_link") 2>conftest.er1
5206 grep -v '^ *+' conftest.er1
>conftest.err
5208 cat conftest.err
>&5
5209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5210 (exit $ac_status); } &&
5211 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5212 { (case "(($ac_try" in
5213 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5217 (eval "$ac_try") 2>&5
5219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5220 (exit $ac_status); }; } &&
5221 { ac_try='test -s conftest$ac_exeext'
5222 { (case "(($ac_try" in
5223 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5224 *) ac_try_echo
=$ac_try;;
5226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5227 (eval "$ac_try") 2>&5
5229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 (exit $ac_status); }; }; then
5231 ac_cv_func_shmat
=yes
5233 echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.
$ac_ext >&5
5239 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5240 conftest
$ac_exeext conftest.
$ac_ext
5242 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5243 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5245 if test $ac_cv_func_shmat = no
; then
5246 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5247 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5248 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5249 echo $ECHO_N "(cached) $ECHO_C" >&6
5251 ac_check_lib_save_LIBS
=$LIBS
5253 cat >conftest.
$ac_ext <<_ACEOF
5256 cat confdefs.h
>>conftest.
$ac_ext
5257 cat >>conftest.
$ac_ext <<_ACEOF
5258 /* end confdefs.h. */
5260 /* Override any GCC internal prototype to avoid an error.
5261 Use char because int might match the return type of a GCC
5262 builtin and then its argument prototype would still apply. */
5275 rm -f conftest.
$ac_objext conftest
$ac_exeext
5276 if { (ac_try
="$ac_link"
5278 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5279 *) ac_try_echo=$ac_try;;
5281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5282 (eval "$ac_link") 2>conftest.er1
5284 grep -v '^ *+' conftest.er1 >conftest.err
5286 cat conftest.err >&5
5287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5288 (exit $ac_status); } &&
5289 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5290 { (case "(($ac_try" in
5291 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5292 *) ac_try_echo
=$ac_try;;
5294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5295 (eval "$ac_try") 2>&5
5297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5298 (exit $ac_status); }; } &&
5299 { ac_try
='test -s conftest$ac_exeext'
5300 { (case "(($ac_try" in
5301 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5302 *) ac_try_echo=$ac_try;;
5304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5305 (eval "$ac_try") 2>&5
5307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5308 (exit $ac_status); }; }; then
5309 ac_cv_lib_ipc_shmat=yes
5311 echo "$as_me: failed program was:" >&5
5312 sed 's/^/| /' conftest.$ac_ext >&5
5314 ac_cv_lib_ipc_shmat=no
5317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5318 conftest$ac_exeext conftest.$ac_ext
5319 LIBS=$ac_check_lib_save_LIBS
5321 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5322 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5323 if test $ac_cv_lib_ipc_shmat = yes; then
5324 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5330 # Check for libraries that X11R6 Xt/Xaw programs need.
5331 ac_save_LDFLAGS=$LDFLAGS
5332 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5333 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5334 # check for ICE first), but we must link in the order -lSM -lICE or
5335 # we get undefined symbols. So assume we have SM if we have ICE.
5336 # These have to be linked with before -lX11, unlike the other
5337 # libraries we check for below, so use a different variable.
5338 # John Interrante, Karl Berry
5339 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5340 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5341 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5342 echo $ECHO_N "(cached) $ECHO_C" >&6
5344 ac_check_lib_save_LIBS=$LIBS
5345 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5346 cat >conftest.$ac_ext <<_ACEOF
5349 cat confdefs.h >>conftest.$ac_ext
5350 cat >>conftest.$ac_ext <<_ACEOF
5351 /* end confdefs.h. */
5353 /* Override any GCC internal prototype to avoid an error.
5354 Use char because int might match the return type of a GCC
5355 builtin and then its argument prototype would still apply. */
5359 char IceConnectionNumber ();
5363 return IceConnectionNumber ();
5368 rm -f conftest.$ac_objext conftest$ac_exeext
5369 if { (ac_try="$ac_link"
5371 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5372 *) ac_try_echo
=$ac_try;;
5374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5375 (eval "$ac_link") 2>conftest.er1
5377 grep -v '^ *+' conftest.er1
>conftest.err
5379 cat conftest.err
>&5
5380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381 (exit $ac_status); } &&
5382 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5383 { (case "(($ac_try" in
5384 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5385 *) ac_try_echo=$ac_try;;
5387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5388 (eval "$ac_try") 2>&5
5390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5391 (exit $ac_status); }; } &&
5392 { ac_try='test -s conftest$ac_exeext'
5393 { (case "(($ac_try" in
5394 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5395 *) ac_try_echo
=$ac_try;;
5397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5398 (eval "$ac_try") 2>&5
5400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5401 (exit $ac_status); }; }; then
5402 ac_cv_lib_ICE_IceConnectionNumber
=yes
5404 echo "$as_me: failed program was:" >&5
5405 sed 's/^/| /' conftest.
$ac_ext >&5
5407 ac_cv_lib_ICE_IceConnectionNumber
=no
5410 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5411 conftest
$ac_exeext conftest.
$ac_ext
5412 LIBS
=$ac_check_lib_save_LIBS
5414 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5415 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5416 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5417 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5420 LDFLAGS
=$ac_save_LDFLAGS
5424 for ac_prog
in flex
lex
5426 # Extract the first word of "$ac_prog", so it can be a program name with args.
5427 set dummy
$ac_prog; ac_word
=$2
5428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5430 if test "${ac_cv_prog_LEX+set}" = set; then
5431 echo $ECHO_N "(cached) $ECHO_C" >&6
5433 if test -n "$LEX"; then
5434 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
5436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5440 test -z "$as_dir" && as_dir
=.
5441 for ac_exec_ext
in '' $ac_executable_extensions; do
5442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5443 ac_cv_prog_LEX
="$ac_prog"
5444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5454 if test -n "$LEX"; then
5455 { echo "$as_me:$LINENO: result: $LEX" >&5
5456 echo "${ECHO_T}$LEX" >&6; }
5458 { echo "$as_me:$LINENO: result: no" >&5
5459 echo "${ECHO_T}no" >&6; }
5463 test -n "$LEX" && break
5465 test -n "$LEX" || LEX
=":"
5467 if test "x$LEX" != "x:"; then
5468 cat >conftest.l
<<_ACEOF
5474 e { yyless (input () != 0); }
5475 f { unput (yytext[0]); }
5476 . { BEGIN INITIAL; }
5478 #ifdef YYTEXT_POINTER
5479 extern char *yytext;
5484 return ! yylex () + ! yywrap ();
5487 { (ac_try
="$LEX conftest.l"
5489 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5490 *) ac_try_echo=$ac_try;;
5492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5493 (eval "$LEX conftest.l") 2>&5
5495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5496 (exit $ac_status); }
5497 { echo "$as_me:$LINENO: checking lex output file root" >&5
5498 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
5499 if test "${ac_cv_prog_lex_root+set}" = set; then
5500 echo $ECHO_N "(cached) $ECHO_C" >&6
5503 if test -f lex.yy.c; then
5504 ac_cv_prog_lex_root=lex.yy
5505 elif test -f lexyy.c; then
5506 ac_cv_prog_lex_root=lexyy
5508 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5509 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5510 { (exit 1); exit 1; }; }
5513 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5514 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
5515 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
5517 if test -z "${LEXLIB+set}"; then
5518 { echo "$as_me:$LINENO: checking lex library" >&5
5519 echo $ECHO_N "checking lex library... $ECHO_C" >&6; }
5520 if test "${ac_cv_lib_lex+set}" = set; then
5521 echo $ECHO_N "(cached) $ECHO_C" >&6
5525 ac_cv_lib_lex='none needed'
5526 for ac_lib in '' -lfl -ll; do
5527 LIBS="$ac_lib $ac_save_LIBS"
5528 cat >conftest.$ac_ext <<_ACEOF
5529 `cat $LEX_OUTPUT_ROOT.c
`
5531 rm -f conftest.$ac_objext conftest$ac_exeext
5532 if { (ac_try="$ac_link"
5534 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5535 *) ac_try_echo
=$ac_try;;
5537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5538 (eval "$ac_link") 2>conftest.er1
5540 grep -v '^ *+' conftest.er1
>conftest.err
5542 cat conftest.err
>&5
5543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544 (exit $ac_status); } &&
5545 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5546 { (case "(($ac_try" in
5547 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5548 *) ac_try_echo=$ac_try;;
5550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5551 (eval "$ac_try") 2>&5
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); }; } &&
5555 { ac_try='test -s conftest$ac_exeext'
5556 { (case "(($ac_try" in
5557 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5558 *) ac_try_echo
=$ac_try;;
5560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5561 (eval "$ac_try") 2>&5
5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5564 (exit $ac_status); }; }; then
5565 ac_cv_lib_lex
=$ac_lib
5567 echo "$as_me: failed program was:" >&5
5568 sed 's/^/| /' conftest.
$ac_ext >&5
5573 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5574 conftest
$ac_exeext conftest.
$ac_ext
5575 test "$ac_cv_lib_lex" != 'none needed' && break
5580 { echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
5581 echo "${ECHO_T}$ac_cv_lib_lex" >&6; }
5582 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB
=$ac_cv_lib_lex
5586 { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5587 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
5588 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5589 echo $ECHO_N "(cached) $ECHO_C" >&6
5591 # POSIX says lex can declare yytext either as a pointer or an array; the
5592 # default is implementation-dependent. Figure out which it is, since
5593 # not all implementations provide the %pointer and %array declarations.
5594 ac_cv_prog_lex_yytext_pointer
=no
5596 LIBS
="$LEXLIB $ac_save_LIBS"
5597 cat >conftest.
$ac_ext <<_ACEOF
5598 #define YYTEXT_POINTER 1
5599 `cat $LEX_OUTPUT_ROOT.c`
5601 rm -f conftest.
$ac_objext conftest
$ac_exeext
5602 if { (ac_try
="$ac_link"
5604 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5605 *) ac_try_echo=$ac_try;;
5607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5608 (eval "$ac_link") 2>conftest.er1
5610 grep -v '^ *+' conftest.er1 >conftest.err
5612 cat conftest.err >&5
5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); } &&
5615 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5616 { (case "(($ac_try" in
5617 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5618 *) ac_try_echo
=$ac_try;;
5620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5621 (eval "$ac_try") 2>&5
5623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5624 (exit $ac_status); }; } &&
5625 { ac_try
='test -s conftest$ac_exeext'
5626 { (case "(($ac_try" in
5627 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5628 *) ac_try_echo=$ac_try;;
5630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5631 (eval "$ac_try") 2>&5
5633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5634 (exit $ac_status); }; }; then
5635 ac_cv_prog_lex_yytext_pointer=yes
5637 echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5644 conftest$ac_exeext conftest.$ac_ext
5648 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5649 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; }
5650 if test $ac_cv_prog_lex_yytext_pointer = yes; then
5652 cat >>confdefs.h <<\_ACEOF
5653 #define YYTEXT_POINTER 1
5657 rm -f conftest.l $LEX_OUTPUT_ROOT.c
5661 for ac_prog in $LEX flex lex
5663 # Extract the first word of "$ac_prog", so it can be a program name with args.
5664 set dummy $ac_prog; ac_word=$2
5665 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5666 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5667 if test "${ac_cv_prog_XLEX+set}" = set; then
5668 echo $ECHO_N "(cached) $ECHO_C" >&6
5670 if test -n "$XLEX"; then
5671 ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
5673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677 test -z "$as_dir" && as_dir=.
5678 for ac_exec_ext in '' $ac_executable_extensions; do
5679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5680 ac_cv_prog_XLEX="$ac_prog"
5681 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5690 XLEX=$ac_cv_prog_XLEX
5691 if test -n "$XLEX"; then
5692 { echo "$as_me:$LINENO: result: $XLEX" >&5
5693 echo "${ECHO_T}$XLEX" >&6; }
5695 { echo "$as_me:$LINENO: result: no" >&5
5696 echo "${ECHO_T}no" >&6; }
5700 test -n "$XLEX" && break
5702 test -n "$XLEX" || XLEX="none"
5704 if test "$XLEX" = "none"
5706 { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
5707 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
5708 { (exit 1); exit 1; }; }
5711 for ac_prog in bison
5713 # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy $ac_prog; ac_word=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_BISON+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5720 if test -n "$BISON"; then
5721 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5727 test -z "$as_dir" && as_dir=.
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5730 ac_cv_prog_BISON="$ac_prog"
5731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 BISON=$ac_cv_prog_BISON
5741 if test -n "$BISON"; then
5742 { echo "$as_me:$LINENO: result: $BISON" >&5
5743 echo "${ECHO_T}$BISON" >&6; }
5745 { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5750 test -n "$BISON" && break
5752 test -n "$BISON" || BISON="none"
5754 if test "$BISON" = "none"
5756 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5757 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5758 { (exit 1); exit 1; }; }
5761 if test -n "$ac_tool_prefix"; then
5762 for ac_prog in gas as
5764 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5768 if test "${ac_cv_prog_AS+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6
5771 if test -n "$AS"; then
5772 ac_cv_prog_AS="$AS" # Let the user override the test.
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 if test -n "$AS"; then
5793 { echo "$as_me:$LINENO: result: $AS" >&5
5794 echo "${ECHO_T}$AS" >&6; }
5796 { echo "$as_me:$LINENO: result: no" >&5
5797 echo "${ECHO_T}no" >&6; }
5801 test -n "$AS" && break
5804 if test -z "$AS"; then
5806 for ac_prog in gas as
5808 # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5812 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5813 echo $ECHO_N "(cached) $ECHO_C" >&6
5815 if test -n "$ac_ct_AS"; then
5816 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
5824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5825 ac_cv_prog_ac_ct_AS="$ac_prog"
5826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5835 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5836 if test -n "$ac_ct_AS"; then
5837 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5838 echo "${ECHO_T}$ac_ct_AS" >&6; }
5840 { echo "$as_me:$LINENO: result: no" >&5
5841 echo "${ECHO_T}no" >&6; }
5845 test -n "$ac_ct_AS" && break
5848 if test "x$ac_ct_AS" = x; then
5851 case $cross_compiling:$ac_tool_warned in
5853 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5854 whose name does not start with the host triplet. If you think this
5855 configuration is useful to you, please write to autoconf@gnu.org." >&5
5856 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5857 whose name does not start with the host triplet. If you think this
5858 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5859 ac_tool_warned=yes ;;
5865 if test -n "$ac_tool_prefix"; then
5866 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5867 set dummy ${ac_tool_prefix}ld; ac_word=$2
5868 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5870 if test "${ac_cv_prog_LD+set}" = set; then
5871 echo $ECHO_N "(cached) $ECHO_C" >&6
5873 if test -n "$LD"; then
5874 ac_cv_prog_LD="$LD" # Let the user override the test.
5876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 test -z "$as_dir" && as_dir=.
5881 for ac_exec_ext in '' $ac_executable_extensions; do
5882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5883 ac_cv_prog_LD="${ac_tool_prefix}ld"
5884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5894 if test -n "$LD"; then
5895 { echo "$as_me:$LINENO: result: $LD" >&5
5896 echo "${ECHO_T}$LD" >&6; }
5898 { echo "$as_me:$LINENO: result: no" >&5
5899 echo "${ECHO_T}no" >&6; }
5904 if test -z "$ac_cv_prog_LD"; then
5906 # Extract the first word of "ld", so it can be a program name with args.
5907 set dummy ld; ac_word=$2
5908 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5910 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5911 echo $ECHO_N "(cached) $ECHO_C" >&6
5913 if test -n "$ac_ct_LD"; then
5914 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920 test -z "$as_dir" && as_dir=.
5921 for ac_exec_ext in '' $ac_executable_extensions; do
5922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5923 ac_cv_prog_ac_ct_LD="ld"
5924 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5933 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5934 if test -n "$ac_ct_LD"; then
5935 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5936 echo "${ECHO_T}$ac_ct_LD" >&6; }
5938 { echo "$as_me:$LINENO: result: no" >&5
5939 echo "${ECHO_T}no" >&6; }
5942 if test "x$ac_ct_LD" = x; then
5945 case $cross_compiling:$ac_tool_warned in
5947 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5948 whose name does not start with the host triplet. If you think this
5949 configuration is useful to you, please write to autoconf@gnu.org." >&5
5950 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet. If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5953 ac_tool_warned=yes ;;
5961 if test -n "$ac_tool_prefix"; then
5962 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5963 set dummy ${ac_tool_prefix}ar; ac_word=$2
5964 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5966 if test "${ac_cv_prog_AR+set}" = set; then
5967 echo $ECHO_N "(cached) $ECHO_C" >&6
5969 if test -n "$AR"; then
5970 ac_cv_prog_AR="$AR" # Let the user override the test.
5972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976 test -z "$as_dir" && as_dir=.
5977 for ac_exec_ext in '' $ac_executable_extensions; do
5978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5979 ac_cv_prog_AR="${ac_tool_prefix}ar"
5980 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5990 if test -n "$AR"; then
5991 { echo "$as_me:$LINENO: result: $AR" >&5
5992 echo "${ECHO_T}$AR" >&6; }
5994 { echo "$as_me:$LINENO: result: no" >&5
5995 echo "${ECHO_T}no" >&6; }
6000 if test -z "$ac_cv_prog_AR"; then
6002 # Extract the first word of "ar", so it can be a program name with args.
6003 set dummy ar; ac_word=$2
6004 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6005 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6006 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6007 echo $ECHO_N "(cached) $ECHO_C" >&6
6009 if test -n "$ac_ct_AR"; then
6010 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016 test -z "$as_dir" && as_dir=.
6017 for ac_exec_ext in '' $ac_executable_extensions; do
6018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6019 ac_cv_prog_ac_ct_AR="ar"
6020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6029 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6030 if test -n "$ac_ct_AR"; then
6031 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6032 echo "${ECHO_T}$ac_ct_AR" >&6; }
6034 { echo "$as_me:$LINENO: result: no" >&5
6035 echo "${ECHO_T}no" >&6; }
6038 if test "x$ac_ct_AR" = x; then
6041 case $cross_compiling:$ac_tool_warned in
6043 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6044 whose name does not start with the host triplet. If you think this
6045 configuration is useful to you, please write to autoconf@gnu.org." >&5
6046 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet. If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6049 ac_tool_warned=yes ;;
6057 if test -n "$ac_tool_prefix"; then
6058 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6059 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6060 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6062 if test "${ac_cv_prog_RANLIB+set}" = set; then
6063 echo $ECHO_N "(cached) $ECHO_C" >&6
6065 if test -n "$RANLIB"; then
6066 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6072 test -z "$as_dir" && as_dir=.
6073 for ac_exec_ext in '' $ac_executable_extensions; do
6074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6075 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6085 RANLIB=$ac_cv_prog_RANLIB
6086 if test -n "$RANLIB"; then
6087 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6088 echo "${ECHO_T}$RANLIB" >&6; }
6090 { echo "$as_me:$LINENO: result: no" >&5
6091 echo "${ECHO_T}no" >&6; }
6096 if test -z "$ac_cv_prog_RANLIB"; then
6097 ac_ct_RANLIB=$RANLIB
6098 # Extract the first word of "ranlib", so it can be a program name with args.
6099 set dummy ranlib; ac_word=$2
6100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6102 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 if test -n "$ac_ct_RANLIB"; then
6106 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6112 test -z "$as_dir" && as_dir=.
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6115 ac_cv_prog_ac_ct_RANLIB="ranlib"
6116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6125 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6126 if test -n "$ac_ct_RANLIB"; then
6127 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6128 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6130 { echo "$as_me:$LINENO: result: no" >&5
6131 echo "${ECHO_T}no" >&6; }
6134 if test "x$ac_ct_RANLIB" = x; then
6137 case $cross_compiling:$ac_tool_warned in
6139 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6140 whose name does not start with the host triplet. If you think this
6141 configuration is useful to you, please write to autoconf@gnu.org." >&5
6142 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6143 whose name does not start with the host triplet. If you think this
6144 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6145 ac_tool_warned=yes ;;
6147 RANLIB=$ac_ct_RANLIB
6150 RANLIB="$ac_cv_prog_RANLIB"
6153 if test -n "$ac_tool_prefix"; then
6154 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6155 set dummy ${ac_tool_prefix}strip; ac_word=$2
6156 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6158 if test "${ac_cv_prog_STRIP+set}" = set; then
6159 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 if test -n "$STRIP"; then
6162 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6168 test -z "$as_dir" && as_dir=.
6169 for ac_exec_ext in '' $ac_executable_extensions; do
6170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6171 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6172 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6181 STRIP=$ac_cv_prog_STRIP
6182 if test -n "$STRIP"; then
6183 { echo "$as_me:$LINENO: result: $STRIP" >&5
6184 echo "${ECHO_T}$STRIP" >&6; }
6186 { echo "$as_me:$LINENO: result: no" >&5
6187 echo "${ECHO_T}no" >&6; }
6192 if test -z "$ac_cv_prog_STRIP"; then
6194 # Extract the first word of "strip", so it can be a program name with args.
6195 set dummy strip; ac_word=$2
6196 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6198 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6199 echo $ECHO_N "(cached) $ECHO_C" >&6
6201 if test -n "$ac_ct_STRIP"; then
6202 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208 test -z "$as_dir" && as_dir=.
6209 for ac_exec_ext in '' $ac_executable_extensions; do
6210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6211 ac_cv_prog_ac_ct_STRIP="strip"
6212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6221 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6222 if test -n "$ac_ct_STRIP"; then
6223 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6224 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6226 { echo "$as_me:$LINENO: result: no" >&5
6227 echo "${ECHO_T}no" >&6; }
6230 if test "x$ac_ct_STRIP" = x; then
6233 case $cross_compiling:$ac_tool_warned in
6235 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6236 whose name does not start with the host triplet. If you think this
6237 configuration is useful to you, please write to autoconf@gnu.org." >&5
6238 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6239 whose name does not start with the host triplet. If you think this
6240 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6241 ac_tool_warned=yes ;;
6246 STRIP="$ac_cv_prog_STRIP"
6249 if test -n "$ac_tool_prefix"; then
6250 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6251 set dummy ${ac_tool_prefix}windres; ac_word=$2
6252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6254 if test "${ac_cv_prog_WINDRES+set}" = set; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6257 if test -n "$WINDRES"; then
6258 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6264 test -z "$as_dir" && as_dir=.
6265 for ac_exec_ext in '' $ac_executable_extensions; do
6266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6267 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 WINDRES=$ac_cv_prog_WINDRES
6278 if test -n "$WINDRES"; then
6279 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6280 echo "${ECHO_T}$WINDRES" >&6; }
6282 { echo "$as_me:$LINENO: result: no" >&5
6283 echo "${ECHO_T}no" >&6; }
6288 if test -z "$ac_cv_prog_WINDRES"; then
6289 ac_ct_WINDRES=$WINDRES
6290 # Extract the first word of "windres", so it can be a program name with args.
6291 set dummy windres; ac_word=$2
6292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6294 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6295 echo $ECHO_N "(cached) $ECHO_C" >&6
6297 if test -n "$ac_ct_WINDRES"; then
6298 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir=.
6305 for ac_exec_ext in '' $ac_executable_extensions; do
6306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6307 ac_cv_prog_ac_ct_WINDRES="windres"
6308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6318 if test -n "$ac_ct_WINDRES"; then
6319 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6320 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6322 { echo "$as_me:$LINENO: result: no" >&5
6323 echo "${ECHO_T}no" >&6; }
6326 if test "x$ac_ct_WINDRES" = x; then
6329 case $cross_compiling:$ac_tool_warned in
6331 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6332 whose name does not start with the host triplet. If you think this
6333 configuration is useful to you, please write to autoconf@gnu.org." >&5
6334 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6335 whose name does not start with the host triplet. If you think this
6336 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6337 ac_tool_warned=yes ;;
6339 WINDRES=$ac_ct_WINDRES
6342 WINDRES="$ac_cv_prog_WINDRES"
6345 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6346 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6348 if test "$LN_S" = "ln -s"; then
6349 { echo "$as_me:$LINENO: result: yes" >&5
6350 echo "${ECHO_T}yes" >&6; }
6352 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6353 echo "${ECHO_T}no, using $LN_S" >&6; }
6356 { echo "$as_me:$LINENO: checking whether ln works" >&5
6357 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6358 rm -f conf$$ conf$$.file
6360 if ln conf$$.file conf$$ 2>/dev/null; then
6363 { echo "$as_me:$LINENO: result: yes" >&5
6364 echo "${ECHO_T}yes" >&6; }
6368 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6369 echo "${ECHO_T}no, using $LN" >&6; }
6371 rm -f conf$$ conf$$.file
6372 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6373 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6374 if test "${ac_cv_path_GREP+set}" = set; then
6375 echo $ECHO_N "(cached) $ECHO_C" >&6
6377 # Extract the first word of "grep ggrep" to use in msg output
6378 if test -z "$GREP"; then
6379 set dummy grep ggrep; ac_prog_name=$2
6380 if test "${ac_cv_path_GREP+set}" = set; then
6381 echo $ECHO_N "(cached) $ECHO_C" >&6
6383 ac_path_GREP_found=false
6384 # Loop through the user's path and test for each of PROGNAME-LIST
6385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6386 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6389 test -z "$as_dir" && as_dir=.
6390 for ac_prog in grep ggrep; do
6391 for ac_exec_ext in '' $ac_executable_extensions; do
6392 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6393 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
6394 # Check for GNU ac_path_GREP and select it if it is found.
6395 # Check for GNU $ac_path_GREP
6396 case `"$ac_path_GREP" --version 2>&1` in
6398 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6401 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6404 cat "conftest.in" "conftest.in" >"conftest.tmp"
6405 mv "conftest.tmp" "conftest.in"
6406 cp "conftest.in" "conftest.nl"
6407 echo 'GREP' >> "conftest.nl"
6408 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6409 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6410 ac_count=`expr $ac_count + 1`
6411 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6412 # Best one so far, save it but keep looking for a better one
6413 ac_cv_path_GREP="$ac_path_GREP"
6414 ac_path_GREP_max=$ac_count
6416 # 10*(2^10) chars as input seems more than enough
6417 test $ac_count -gt 10 && break
6419 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6423 $ac_path_GREP_found && break 3
6433 GREP="$ac_cv_path_GREP"
6434 if test -z "$GREP"; then
6435 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6436 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6437 { (exit 1); exit 1; }; }
6441 ac_cv_path_GREP=$GREP
6446 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6447 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6448 GREP="$ac_cv_path_GREP"
6451 { echo "$as_me:$LINENO: checking for egrep" >&5
6452 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6453 if test "${ac_cv_path_EGREP+set}" = set; then
6454 echo $ECHO_N "(cached) $ECHO_C" >&6
6456 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6457 then ac_cv_path_EGREP="$GREP -E"
6459 # Extract the first word of "egrep" to use in msg output
6460 if test -z "$EGREP"; then
6461 set dummy egrep; ac_prog_name=$2
6462 if test "${ac_cv_path_EGREP+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6
6465 ac_path_EGREP_found=false
6466 # Loop through the user's path and test for each of PROGNAME-LIST
6467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6468 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6471 test -z "$as_dir" && as_dir=.
6472 for ac_prog in egrep; do
6473 for ac_exec_ext in '' $ac_executable_extensions; do
6474 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6475 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
6476 # Check for GNU ac_path_EGREP and select it if it is found.
6477 # Check for GNU $ac_path_EGREP
6478 case `"$ac_path_EGREP" --version 2>&1` in
6480 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6483 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6486 cat "conftest.in" "conftest.in" >"conftest.tmp"
6487 mv "conftest.tmp" "conftest.in"
6488 cp "conftest.in" "conftest.nl"
6489 echo 'EGREP' >> "conftest.nl"
6490 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6491 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6492 ac_count=`expr $ac_count + 1`
6493 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6494 # Best one so far, save it but keep looking for a better one
6495 ac_cv_path_EGREP="$ac_path_EGREP"
6496 ac_path_EGREP_max=$ac_count
6498 # 10*(2^10) chars as input seems more than enough
6499 test $ac_count -gt 10 && break
6501 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6505 $ac_path_EGREP_found && break 3
6515 EGREP="$ac_cv_path_EGREP"
6516 if test -z "$EGREP"; then
6517 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6518 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6519 { (exit 1); exit 1; }; }
6523 ac_cv_path_EGREP=$EGREP
6529 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6530 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6531 EGREP="$ac_cv_path_EGREP"
6534 # Extract the first word of "ldconfig", so it can be a program name with args.
6535 set dummy ldconfig; ac_word=$2
6536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6538 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6539 echo $ECHO_N "(cached) $ECHO_C" >&6
6543 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in /sbin /usr/sbin $PATH
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6561 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6565 LDCONFIG=$ac_cv_path_LDCONFIG
6566 if test -n "$LDCONFIG"; then
6567 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6568 echo "${ECHO_T}$LDCONFIG" >&6; }
6570 { echo "$as_me:$LINENO: result: no" >&5
6571 echo "${ECHO_T}no" >&6; }
6575 # Find a good install program. We prefer a C program (faster),
6576 # so one script is as good as another. But avoid the broken or
6577 # incompatible versions:
6578 # SysV /etc/install, /usr/sbin/install
6579 # SunOS /usr/etc/install
6580 # IRIX /sbin/install
6582 # AmigaOS /C/install, which installs bootblocks on floppy discs
6583 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6584 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6585 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6586 # OS/2's system install, which has a completely different semantic
6587 # ./install, which can be erroneously created by make from ./install.sh.
6588 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6589 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6590 if test -z "$INSTALL"; then
6591 if test "${ac_cv_path_install+set}" = set; then
6592 echo $ECHO_N "(cached) $ECHO_C" >&6
6594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6598 test -z "$as_dir" && as_dir=.
6599 # Account for people who put trailing slashes in PATH elements.
6601 ./ | .// | /cC/* | \
6602 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6603 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6606 # OSF1 and SCO ODT 3.0 have their own names for install.
6607 # Don't use installbsd from OSF since it installs stuff as root
6609 for ac_prog in ginstall scoinst install; do
6610 for ac_exec_ext in '' $ac_executable_extensions; do
6611 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
6612 if test $ac_prog = install &&
6613 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6614 # AIX install. It has an incompatible calling convention.
6616 elif test $ac_prog = install &&
6617 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6618 # program-specific install script used by HP pwplus--don't use.
6621 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6634 if test "${ac_cv_path_install+set}" = set; then
6635 INSTALL=$ac_cv_path_install
6637 # As a last resort, use the slow shell script. Don't cache a
6638 # value for INSTALL within a source directory, because that will
6639 # break other packages using the cache if that directory is
6640 # removed, or if the value is a relative name.
6641 INSTALL=$ac_install_sh
6644 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6645 echo "${ECHO_T}$INSTALL" >&6; }
6647 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6648 # It thinks the first close brace ends the variable substitution.
6649 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6651 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6653 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6656 [\\/$]* | ?:[\\/]* ) ;;
6657 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6660 for ac_prog in lclint lint
6662 # Extract the first word of "$ac_prog", so it can be a program name with args.
6663 set dummy $ac_prog; ac_word=$2
6664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6666 if test "${ac_cv_prog_LINT+set}" = set; then
6667 echo $ECHO_N "(cached) $ECHO_C" >&6
6669 if test -n "$LINT"; then
6670 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6676 test -z "$as_dir" && as_dir=.
6677 for ac_exec_ext in '' $ac_executable_extensions; do
6678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6679 ac_cv_prog_LINT="$ac_prog"
6680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6689 LINT=$ac_cv_prog_LINT
6690 if test -n "$LINT"; then
6691 { echo "$as_me:$LINENO: result: $LINT" >&5
6692 echo "${ECHO_T}$LINT" >&6; }
6694 { echo "$as_me:$LINENO: result: no" >&5
6695 echo "${ECHO_T}no" >&6; }
6699 test -n "$LINT" && break
6702 if test "$LINT" = "lint"
6704 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6709 for ac_prog in fontforge
6711 # Extract the first word of "$ac_prog", so it can be a program name with args.
6712 set dummy $ac_prog; ac_word=$2
6713 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6714 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6715 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6716 echo $ECHO_N "(cached) $ECHO_C" >&6
6718 if test -n "$FONTFORGE"; then
6719 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6725 test -z "$as_dir" && as_dir=.
6726 for ac_exec_ext in '' $ac_executable_extensions; do
6727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6728 ac_cv_prog_FONTFORGE="$ac_prog"
6729 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6738 FONTFORGE=$ac_cv_prog_FONTFORGE
6739 if test -n "$FONTFORGE"; then
6740 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6741 echo "${ECHO_T}$FONTFORGE" >&6; }
6743 { echo "$as_me:$LINENO: result: no" >&5
6744 echo "${ECHO_T}no" >&6; }
6748 test -n "$FONTFORGE" && break
6750 test -n "$FONTFORGE" || FONTFORGE="false"
6752 for ac_prog in pkg-config
6754 # Extract the first word of "$ac_prog", so it can be a program name with args.
6755 set dummy $ac_prog; ac_word=$2
6756 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6758 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6759 echo $ECHO_N "(cached) $ECHO_C" >&6
6761 if test -n "$PKG_CONFIG"; then
6762 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6768 test -z "$as_dir" && as_dir=.
6769 for ac_exec_ext in '' $ac_executable_extensions; do
6770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6771 ac_cv_prog_PKG_CONFIG="$ac_prog"
6772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6781 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6782 if test -n "$PKG_CONFIG"; then
6783 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6784 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6786 { echo "$as_me:$LINENO: result: no" >&5
6787 echo "${ECHO_T}no" >&6; }
6791 test -n "$PKG_CONFIG" && break
6793 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6798 # Extract the first word of "prelink", so it can be a program name with args.
6799 set dummy prelink; ac_word=$2
6800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6802 if test "${ac_cv_path_PRELINK+set}" = set; then
6803 echo $ECHO_N "(cached) $ECHO_C" >&6
6807 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811 for as_dir in /sbin /usr/sbin $PATH
6814 test -z "$as_dir" && as_dir=.
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6817 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6829 PRELINK=$ac_cv_path_PRELINK
6830 if test -n "$PRELINK"; then
6831 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6832 echo "${ECHO_T}$PRELINK" >&6; }
6834 { echo "$as_me:$LINENO: result: no" >&5
6835 echo "${ECHO_T}no" >&6; }
6844 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6845 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6846 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6847 echo $ECHO_N "(cached) $ECHO_C" >&6
6849 ac_check_lib_save_LIBS=$LIBS
6851 cat >conftest.$ac_ext <<_ACEOF
6854 cat confdefs.h >>conftest.$ac_ext
6855 cat >>conftest.$ac_ext <<_ACEOF
6856 /* end confdefs.h. */
6858 /* Override any GCC internal prototype to avoid an error.
6859 Use char because int might match the return type of a GCC
6860 builtin and then its argument prototype would still apply. */
6864 char i386_set_ldt ();
6868 return i386_set_ldt ();
6873 rm -f conftest.$ac_objext conftest$ac_exeext
6874 if { (ac_try="$ac_link"
6876 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6877 *) ac_try_echo
=$ac_try;;
6879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6880 (eval "$ac_link") 2>conftest.er1
6882 grep -v '^ *+' conftest.er1
>conftest.err
6884 cat conftest.err
>&5
6885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6886 (exit $ac_status); } &&
6887 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6888 { (case "(($ac_try" in
6889 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6890 *) ac_try_echo=$ac_try;;
6892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6893 (eval "$ac_try") 2>&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); }; } &&
6897 { ac_try='test -s conftest$ac_exeext'
6898 { (case "(($ac_try" in
6899 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6900 *) ac_try_echo
=$ac_try;;
6902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6903 (eval "$ac_try") 2>&5
6905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6906 (exit $ac_status); }; }; then
6907 ac_cv_lib_i386_i386_set_ldt
=yes
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.
$ac_ext >&5
6912 ac_cv_lib_i386_i386_set_ldt
=no
6915 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6916 conftest
$ac_exeext conftest.
$ac_ext
6917 LIBS
=$ac_check_lib_save_LIBS
6919 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6920 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6921 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6922 cat >>confdefs.h
<<_ACEOF
6923 #define HAVE_LIBI386 1
6931 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6932 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6933 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6934 echo $ECHO_N "(cached) $ECHO_C" >&6
6936 ac_check_lib_save_LIBS
=$LIBS
6937 LIBS
="-lossaudio $LIBS"
6938 cat >conftest.
$ac_ext <<_ACEOF
6941 cat confdefs.h
>>conftest.
$ac_ext
6942 cat >>conftest.
$ac_ext <<_ACEOF
6943 /* end confdefs.h. */
6945 /* Override any GCC internal prototype to avoid an error.
6946 Use char because int might match the return type of a GCC
6947 builtin and then its argument prototype would still apply. */
6955 return _oss_ioctl ();
6960 rm -f conftest.
$ac_objext conftest
$ac_exeext
6961 if { (ac_try
="$ac_link"
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_link") 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 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6975 { (case "(($ac_try" in
6976 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6977 *) ac_try_echo
=$ac_try;;
6979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6980 (eval "$ac_try") 2>&5
6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983 (exit $ac_status); }; } &&
6984 { ac_try
='test -s conftest$ac_exeext'
6985 { (case "(($ac_try" in
6986 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6987 *) ac_try_echo=$ac_try;;
6989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6990 (eval "$ac_try") 2>&5
6992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6993 (exit $ac_status); }; }; then
6994 ac_cv_lib_ossaudio__oss_ioctl=yes
6996 echo "$as_me: failed program was:" >&5
6997 sed 's/^/| /' conftest.$ac_ext >&5
6999 ac_cv_lib_ossaudio__oss_ioctl=no
7002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7003 conftest$ac_exeext conftest.$ac_ext
7004 LIBS=$ac_check_lib_save_LIBS
7006 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7007 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7008 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
7009 cat >>confdefs.h <<_ACEOF
7010 #define HAVE_LIBOSSAUDIO 1
7013 LIBS="-lossaudio $LIBS"
7018 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
7019 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
7020 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
7021 echo $ECHO_N "(cached) $ECHO_C" >&6
7023 ac_check_lib_save_LIBS=$LIBS
7025 cat >conftest.$ac_ext <<_ACEOF
7028 cat confdefs.h >>conftest.$ac_ext
7029 cat >>conftest.$ac_ext <<_ACEOF
7030 /* end confdefs.h. */
7032 /* Override any GCC internal prototype to avoid an error.
7033 Use char because int might match the return type of a GCC
7034 builtin and then its argument prototype would still apply. */
7038 char _xpg4_setrunelocale ();
7042 return _xpg4_setrunelocale ();
7047 rm -f conftest.$ac_objext conftest$ac_exeext
7048 if { (ac_try="$ac_link"
7050 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7051 *) ac_try_echo
=$ac_try;;
7053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7054 (eval "$ac_link") 2>conftest.er1
7056 grep -v '^ *+' conftest.er1
>conftest.err
7058 cat conftest.err
>&5
7059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060 (exit $ac_status); } &&
7061 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7062 { (case "(($ac_try" in
7063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 (eval "$ac_try") 2>&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); }; } &&
7071 { ac_try='test -s conftest$ac_exeext'
7072 { (case "(($ac_try" in
7073 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7074 *) ac_try_echo
=$ac_try;;
7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077 (eval "$ac_try") 2>&5
7079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7080 (exit $ac_status); }; }; then
7081 ac_cv_lib_xpg4__xpg4_setrunelocale
=yes
7083 echo "$as_me: failed program was:" >&5
7084 sed 's/^/| /' conftest.
$ac_ext >&5
7086 ac_cv_lib_xpg4__xpg4_setrunelocale
=no
7089 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7090 conftest
$ac_exeext conftest.
$ac_ext
7091 LIBS
=$ac_check_lib_save_LIBS
7093 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
7094 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
7095 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
7096 cat >>confdefs.h
<<_ACEOF
7097 #define HAVE_LIBXPG4 1
7104 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7105 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
7106 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7107 echo $ECHO_N "(cached) $ECHO_C" >&6
7109 ac_check_lib_save_LIBS
=$LIBS
7110 LIBS
="-lpthread $LIBS"
7111 cat >conftest.
$ac_ext <<_ACEOF
7114 cat confdefs.h
>>conftest.
$ac_ext
7115 cat >>conftest.
$ac_ext <<_ACEOF
7116 /* end confdefs.h. */
7118 /* Override any GCC internal prototype to avoid an error.
7119 Use char because int might match the return type of a GCC
7120 builtin and then its argument prototype would still apply. */
7124 char pthread_create ();
7128 return pthread_create ();
7133 rm -f conftest.
$ac_objext conftest
$ac_exeext
7134 if { (ac_try
="$ac_link"
7136 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7137 *) ac_try_echo=$ac_try;;
7139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7140 (eval "$ac_link") 2>conftest.er1
7142 grep -v '^ *+' conftest.er1 >conftest.err
7144 cat conftest.err >&5
7145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7146 (exit $ac_status); } &&
7147 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7148 { (case "(($ac_try" in
7149 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7150 *) ac_try_echo
=$ac_try;;
7152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7153 (eval "$ac_try") 2>&5
7155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7156 (exit $ac_status); }; } &&
7157 { ac_try
='test -s conftest$ac_exeext'
7158 { (case "(($ac_try" in
7159 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7160 *) ac_try_echo=$ac_try;;
7162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7163 (eval "$ac_try") 2>&5
7165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7166 (exit $ac_status); }; }; then
7167 ac_cv_lib_pthread_pthread_create=yes
7169 echo "$as_me: failed program was:" >&5
7170 sed 's/^/| /' conftest.$ac_ext >&5
7172 ac_cv_lib_pthread_pthread_create=no
7175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7176 conftest$ac_exeext conftest.$ac_ext
7177 LIBS=$ac_check_lib_save_LIBS
7179 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7180 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
7181 if test $ac_cv_lib_pthread_pthread_create = yes; then
7182 LIBPTHREAD="-lpthread"
7201 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7202 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7203 if test "${ac_cv_header_stdc+set}" = set; then
7204 echo $ECHO_N "(cached) $ECHO_C" >&6
7206 cat >conftest.$ac_ext <<_ACEOF
7209 cat confdefs.h >>conftest.$ac_ext
7210 cat >>conftest.$ac_ext <<_ACEOF
7211 /* end confdefs.h. */
7225 rm -f conftest.$ac_objext
7226 if { (ac_try="$ac_compile"
7228 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7229 *) ac_try_echo
=$ac_try;;
7231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7232 (eval "$ac_compile") 2>conftest.er1
7234 grep -v '^ *+' conftest.er1
>conftest.err
7236 cat conftest.err
>&5
7237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); } &&
7239 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7240 { (case "(($ac_try" in
7241 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7242 *) ac_try_echo=$ac_try;;
7244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7245 (eval "$ac_try") 2>&5
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); }; } &&
7249 { ac_try='test -s conftest.$ac_objext'
7250 { (case "(($ac_try" in
7251 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7252 *) ac_try_echo
=$ac_try;;
7254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7255 (eval "$ac_try") 2>&5
7257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7258 (exit $ac_status); }; }; then
7259 ac_cv_header_stdc
=yes
7261 echo "$as_me: failed program was:" >&5
7262 sed 's/^/| /' conftest.
$ac_ext >&5
7264 ac_cv_header_stdc
=no
7267 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7269 if test $ac_cv_header_stdc = yes; then
7270 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7271 cat >conftest.
$ac_ext <<_ACEOF
7274 cat confdefs.h
>>conftest.
$ac_ext
7275 cat >>conftest.
$ac_ext <<_ACEOF
7276 /* end confdefs.h. */
7280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7281 $EGREP "memchr" >/dev
/null
2>&1; then
7284 ac_cv_header_stdc
=no
7290 if test $ac_cv_header_stdc = yes; then
7291 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7292 cat >conftest.
$ac_ext <<_ACEOF
7295 cat confdefs.h
>>conftest.
$ac_ext
7296 cat >>conftest.
$ac_ext <<_ACEOF
7297 /* end confdefs.h. */
7301 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7302 $EGREP "free" >/dev
/null
2>&1; then
7305 ac_cv_header_stdc
=no
7311 if test $ac_cv_header_stdc = yes; then
7312 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7313 if test "$cross_compiling" = yes; then
7316 cat >conftest.
$ac_ext <<_ACEOF
7319 cat confdefs.h
>>conftest.
$ac_ext
7320 cat >>conftest.
$ac_ext <<_ACEOF
7321 /* end confdefs.h. */
7324 #if ((' ' & 0x0FF) == 0x020)
7325 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7326 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7328 # define ISLOWER(c) \
7329 (('a' <= (c) && (c) <= 'i') \
7330 || ('j' <= (c) && (c) <= 'r') \
7331 || ('s' <= (c) && (c) <= 'z'))
7332 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7335 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7340 for (i = 0; i < 256; i++)
7341 if (XOR (islower (i), ISLOWER (i))
7342 || toupper (i) != TOUPPER (i))
7347 rm -f conftest
$ac_exeext
7348 if { (ac_try
="$ac_link"
7350 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7351 *) ac_try_echo=$ac_try;;
7353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7354 (eval "$ac_link") 2>&5
7356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7358 { (case "(($ac_try" in
7359 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7360 *) ac_try_echo
=$ac_try;;
7362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7363 (eval "$ac_try") 2>&5
7365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7366 (exit $ac_status); }; }; then
7369 echo "$as_me: program exited with status $ac_status" >&5
7370 echo "$as_me: failed program was:" >&5
7371 sed 's/^/| /' conftest.
$ac_ext >&5
7374 ac_cv_header_stdc
=no
7376 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7382 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7383 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7384 if test $ac_cv_header_stdc = yes; then
7386 cat >>confdefs.h
<<\_ACEOF
7387 #define STDC_HEADERS 1
7392 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7402 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7403 inttypes.h stdint.h unistd.h
7405 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7406 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7408 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7409 echo $ECHO_N "(cached) $ECHO_C" >&6
7411 cat >conftest.
$ac_ext <<_ACEOF
7414 cat confdefs.h
>>conftest.
$ac_ext
7415 cat >>conftest.
$ac_ext <<_ACEOF
7416 /* end confdefs.h. */
7417 $ac_includes_default
7419 #include <$ac_header>
7421 rm -f conftest.
$ac_objext
7422 if { (ac_try
="$ac_compile"
7424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7425 *) ac_try_echo=$ac_try;;
7427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7428 (eval "$ac_compile") 2>conftest.er1
7430 grep -v '^ *+' conftest.er1 >conftest.err
7432 cat conftest.err >&5
7433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7434 (exit $ac_status); } &&
7435 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7436 { (case "(($ac_try" in
7437 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7438 *) ac_try_echo
=$ac_try;;
7440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7441 (eval "$ac_try") 2>&5
7443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7444 (exit $ac_status); }; } &&
7445 { ac_try
='test -s conftest.$ac_objext'
7446 { (case "(($ac_try" in
7447 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7448 *) ac_try_echo=$ac_try;;
7450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7451 (eval "$ac_try") 2>&5
7453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7454 (exit $ac_status); }; }; then
7455 eval "$as_ac_Header=yes"
7457 echo "$as_me: failed program was:" >&5
7458 sed 's/^/| /' conftest.$ac_ext >&5
7460 eval "$as_ac_Header=no"
7463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7465 ac_res=`eval echo '${'$as_ac_Header'}'`
7466 { echo "$as_me:$LINENO: result: $ac_res" >&5
7467 echo "${ECHO_T}$ac_res" >&6; }
7468 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7469 cat >>confdefs.h <<_ACEOF
7470 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7587 AudioUnit/AudioUnit.h \
7589 CoreAudio/CoreAudio.h \
7590 DiskArbitration/DiskArbitration.h \
7603 fontconfig/fontconfig.h \
7628 machine/soundcard.h \
7633 netinet/in_systm.h \
7697 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7698 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7699 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7700 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7701 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7702 echo $ECHO_N "(cached) $ECHO_C" >&6
7704 ac_res=`eval echo '${'$as_ac_Header'}'`
7705 { echo "$as_me:$LINENO: result: $ac_res" >&5
7706 echo "${ECHO_T}$ac_res" >&6; }
7708 # Is the header compilable?
7709 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7710 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7711 cat >conftest.$ac_ext <<_ACEOF
7714 cat confdefs.h >>conftest.$ac_ext
7715 cat >>conftest.$ac_ext <<_ACEOF
7716 /* end confdefs.h. */
7717 $ac_includes_default
7718 #include <$ac_header>
7720 rm -f conftest.$ac_objext
7721 if { (ac_try="$ac_compile"
7723 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7724 *) ac_try_echo
=$ac_try;;
7726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7727 (eval "$ac_compile") 2>conftest.er1
7729 grep -v '^ *+' conftest.er1
>conftest.err
7731 cat conftest.err
>&5
7732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7733 (exit $ac_status); } &&
7734 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7735 { (case "(($ac_try" in
7736 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7737 *) ac_try_echo=$ac_try;;
7739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7740 (eval "$ac_try") 2>&5
7742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743 (exit $ac_status); }; } &&
7744 { ac_try='test -s conftest.$ac_objext'
7745 { (case "(($ac_try" in
7746 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7747 *) ac_try_echo
=$ac_try;;
7749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7750 (eval "$ac_try") 2>&5
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 (exit $ac_status); }; }; then
7754 ac_header_compiler
=yes
7756 echo "$as_me: failed program was:" >&5
7757 sed 's/^/| /' conftest.
$ac_ext >&5
7759 ac_header_compiler
=no
7762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7763 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7764 echo "${ECHO_T}$ac_header_compiler" >&6; }
7766 # Is the header present?
7767 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7768 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7769 cat >conftest.
$ac_ext <<_ACEOF
7772 cat confdefs.h
>>conftest.
$ac_ext
7773 cat >>conftest.
$ac_ext <<_ACEOF
7774 /* end confdefs.h. */
7775 #include <$ac_header>
7777 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7779 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7780 *) ac_try_echo=$ac_try;;
7782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7783 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7785 grep -v '^ *+' conftest.er1 >conftest.err
7787 cat conftest.err >&5
7788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789 (exit $ac_status); } >/dev/null; then
7790 if test -s conftest.err; then
7791 ac_cpp_err=$ac_c_preproc_warn_flag
7792 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7799 if test -z "$ac_cpp_err"; then
7800 ac_header_preproc=yes
7802 echo "$as_me: failed program was:" >&5
7803 sed 's/^/| /' conftest.$ac_ext >&5
7805 ac_header_preproc=no
7808 rm -f conftest.err conftest.$ac_ext
7809 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7810 echo "${ECHO_T}$ac_header_preproc" >&6; }
7812 # So? What about this header?
7813 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7815 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7816 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7817 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7818 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7819 ac_header_preproc=yes
7822 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7823 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7824 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7825 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7826 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7827 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7828 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7829 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7830 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7831 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7832 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7833 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7835 ## ------------------------------------ ##
7836 ## Report this to wine-devel@winehq.org ##
7837 ## ------------------------------------ ##
7839 ) | sed "s/^/$as_me: WARNING: /" >&2
7842 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7843 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7844 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7845 echo $ECHO_N "(cached) $ECHO_C" >&6
7847 eval "$as_ac_Header=\$ac_header_preproc"
7849 ac_res=`eval echo '${'$as_ac_Header'}'`
7850 { echo "$as_me:$LINENO: result: $ac_res" >&5
7851 echo "${ECHO_T}$ac_res" >&6; }
7854 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7855 cat >>confdefs.h <<_ACEOF
7856 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7863 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7864 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7865 if test "${ac_cv_header_stat_broken+set}" = set; then
7866 echo $ECHO_N "(cached) $ECHO_C" >&6
7868 cat >conftest.$ac_ext <<_ACEOF
7871 cat confdefs.h >>conftest.$ac_ext
7872 cat >>conftest.$ac_ext <<_ACEOF
7873 /* end confdefs.h. */
7874 #include <sys/types.h>
7875 #include <sys/stat.h>
7877 #if defined S_ISBLK && defined S_IFDIR
7878 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7881 #if defined S_ISBLK && defined S_IFCHR
7882 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7885 #if defined S_ISLNK && defined S_IFREG
7886 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7889 #if defined S_ISSOCK && defined S_IFREG
7890 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7894 rm -f conftest.$ac_objext
7895 if { (ac_try="$ac_compile"
7897 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7898 *) ac_try_echo
=$ac_try;;
7900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7901 (eval "$ac_compile") 2>conftest.er1
7903 grep -v '^ *+' conftest.er1
>conftest.err
7905 cat conftest.err
>&5
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); } &&
7908 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7909 { (case "(($ac_try" in
7910 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7911 *) ac_try_echo=$ac_try;;
7913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7914 (eval "$ac_try") 2>&5
7916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); }; } &&
7918 { ac_try='test -s conftest.$ac_objext'
7919 { (case "(($ac_try" in
7920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7921 *) ac_try_echo
=$ac_try;;
7923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7924 (eval "$ac_try") 2>&5
7926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7927 (exit $ac_status); }; }; then
7928 ac_cv_header_stat_broken
=no
7930 echo "$as_me: failed program was:" >&5
7931 sed 's/^/| /' conftest.
$ac_ext >&5
7933 ac_cv_header_stat_broken
=yes
7936 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7938 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7939 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7940 if test $ac_cv_header_stat_broken = yes; then
7942 cat >>confdefs.h
<<\_ACEOF
7943 #define STAT_MACROS_BROKEN 1
7954 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7956 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7957 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7958 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7959 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7960 echo $ECHO_N "(cached) $ECHO_C" >&6
7962 cat >conftest.
$ac_ext <<_ACEOF
7965 cat confdefs.h
>>conftest.
$ac_ext
7966 cat >>conftest.
$ac_ext <<_ACEOF
7967 /* end confdefs.h. */
7968 #include <sys/types.h>
7969 #if HAVE_SYS_PARAM_H
7970 # include <sys/param.h>
7973 #include <$ac_header>
7975 rm -f conftest.
$ac_objext
7976 if { (ac_try
="$ac_compile"
7978 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7979 *) ac_try_echo=$ac_try;;
7981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7982 (eval "$ac_compile") 2>conftest.er1
7984 grep -v '^ *+' conftest.er1 >conftest.err
7986 cat conftest.err >&5
7987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7988 (exit $ac_status); } &&
7989 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7990 { (case "(($ac_try" in
7991 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7992 *) ac_try_echo
=$ac_try;;
7994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7995 (eval "$ac_try") 2>&5
7997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7998 (exit $ac_status); }; } &&
7999 { ac_try
='test -s conftest.$ac_objext'
8000 { (case "(($ac_try" in
8001 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8002 *) ac_try_echo=$ac_try;;
8004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8005 (eval "$ac_try") 2>&5
8007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008 (exit $ac_status); }; }; then
8009 eval "$as_ac_Header=yes"
8011 echo "$as_me: failed program was:" >&5
8012 sed 's/^/| /' conftest.$ac_ext >&5
8014 eval "$as_ac_Header=no"
8017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8019 ac_res=`eval echo '${'$as_ac_Header'}'`
8020 { echo "$as_me:$LINENO: result: $ac_res" >&5
8021 echo "${ECHO_T}$ac_res" >&6; }
8022 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8023 cat >>confdefs.h <<_ACEOF
8024 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8038 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
8040 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8041 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8042 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8044 echo $ECHO_N "(cached) $ECHO_C" >&6
8046 cat >conftest.$ac_ext <<_ACEOF
8049 cat confdefs.h >>conftest.$ac_ext
8050 cat >>conftest.$ac_ext <<_ACEOF
8051 /* end confdefs.h. */
8052 #include <sys/types.h>
8053 #if HAVE_SYS_SOCKET_H
8054 # include <sys/socket.h>
8057 #include <$ac_header>
8059 rm -f conftest.$ac_objext
8060 if { (ac_try="$ac_compile"
8062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8063 *) ac_try_echo
=$ac_try;;
8065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8066 (eval "$ac_compile") 2>conftest.er1
8068 grep -v '^ *+' conftest.er1
>conftest.err
8070 cat conftest.err
>&5
8071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8072 (exit $ac_status); } &&
8073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8074 { (case "(($ac_try" in
8075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8076 *) ac_try_echo=$ac_try;;
8078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8079 (eval "$ac_try") 2>&5
8081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8082 (exit $ac_status); }; } &&
8083 { ac_try='test -s conftest.$ac_objext'
8084 { (case "(($ac_try" in
8085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8086 *) ac_try_echo
=$ac_try;;
8088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8089 (eval "$ac_try") 2>&5
8091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8092 (exit $ac_status); }; }; then
8093 eval "$as_ac_Header=yes"
8095 echo "$as_me: failed program was:" >&5
8096 sed 's/^/| /' conftest.
$ac_ext >&5
8098 eval "$as_ac_Header=no"
8101 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8103 ac_res
=`eval echo '${'$as_ac_Header'}'`
8104 { echo "$as_me:$LINENO: result: $ac_res" >&5
8105 echo "${ECHO_T}$ac_res" >&6; }
8106 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8107 cat >>confdefs.h
<<_ACEOF
8108 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8117 for ac_header
in linux
/ipx.h
8119 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8120 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8121 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8122 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8123 echo $ECHO_N "(cached) $ECHO_C" >&6
8125 cat >conftest.
$ac_ext <<_ACEOF
8128 cat confdefs.h
>>conftest.
$ac_ext
8129 cat >>conftest.
$ac_ext <<_ACEOF
8130 /* end confdefs.h. */
8131 #include <sys/types.h>
8132 #ifdef HAVE_ASM_TYPES_H
8133 # include <asm/types.h>
8135 #if HAVE_SYS_SOCKET_H
8136 # include <sys/socket.h>
8139 #include <$ac_header>
8141 rm -f conftest.
$ac_objext
8142 if { (ac_try
="$ac_compile"
8144 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8145 *) ac_try_echo=$ac_try;;
8147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8148 (eval "$ac_compile") 2>conftest.er1
8150 grep -v '^ *+' conftest.er1 >conftest.err
8152 cat conftest.err >&5
8153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8154 (exit $ac_status); } &&
8155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8156 { (case "(($ac_try" in
8157 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8158 *) ac_try_echo
=$ac_try;;
8160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8161 (eval "$ac_try") 2>&5
8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 (exit $ac_status); }; } &&
8165 { ac_try
='test -s conftest.$ac_objext'
8166 { (case "(($ac_try" in
8167 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8168 *) ac_try_echo=$ac_try;;
8170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8171 (eval "$ac_try") 2>&5
8173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8174 (exit $ac_status); }; }; then
8175 eval "$as_ac_Header=yes"
8177 echo "$as_me: failed program was:" >&5
8178 sed 's/^/| /' conftest.$ac_ext >&5
8180 eval "$as_ac_Header=no"
8183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8185 ac_res=`eval echo '${'$as_ac_Header'}'`
8186 { echo "$as_me:$LINENO: result: $ac_res" >&5
8187 echo "${ECHO_T}$ac_res" >&6; }
8188 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8189 cat >>confdefs.h <<_ACEOF
8190 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8199 for ac_header in resolv.h
8201 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8202 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8203 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8204 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8205 echo $ECHO_N "(cached) $ECHO_C" >&6
8207 cat >conftest.$ac_ext <<_ACEOF
8210 cat confdefs.h >>conftest.$ac_ext
8211 cat >>conftest.$ac_ext <<_ACEOF
8212 /* end confdefs.h. */
8213 #include <sys/types.h>
8214 #if HAVE_SYS_SOCKET_H
8215 # include <sys/socket.h>
8217 #if HAVE_NETINET_IN_H
8218 # include <netinet/in.h>
8220 #if HAVE_ARPA_NAMESER_H
8221 # include <arpa/nameser.h>
8224 #include <$ac_header>
8226 rm -f conftest.$ac_objext
8227 if { (ac_try="$ac_compile"
8229 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8230 *) ac_try_echo
=$ac_try;;
8232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8233 (eval "$ac_compile") 2>conftest.er1
8235 grep -v '^ *+' conftest.er1
>conftest.err
8237 cat conftest.err
>&5
8238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239 (exit $ac_status); } &&
8240 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8241 { (case "(($ac_try" in
8242 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8243 *) ac_try_echo=$ac_try;;
8245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8246 (eval "$ac_try") 2>&5
8248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8249 (exit $ac_status); }; } &&
8250 { ac_try='test -s conftest.$ac_objext'
8251 { (case "(($ac_try" in
8252 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8253 *) ac_try_echo
=$ac_try;;
8255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8256 (eval "$ac_try") 2>&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 (exit $ac_status); }; }; then
8260 eval "$as_ac_Header=yes"
8262 echo "$as_me: failed program was:" >&5
8263 sed 's/^/| /' conftest.
$ac_ext >&5
8265 eval "$as_ac_Header=no"
8268 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8270 ac_res
=`eval echo '${'$as_ac_Header'}'`
8271 { echo "$as_me:$LINENO: result: $ac_res" >&5
8272 echo "${ECHO_T}$ac_res" >&6; }
8273 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8274 cat >>confdefs.h
<<_ACEOF
8275 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8284 for ac_header
in ucontext.h
8286 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8287 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8288 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8289 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8290 echo $ECHO_N "(cached) $ECHO_C" >&6
8292 cat >conftest.
$ac_ext <<_ACEOF
8295 cat confdefs.h
>>conftest.
$ac_ext
8296 cat >>conftest.
$ac_ext <<_ACEOF
8297 /* end confdefs.h. */
8300 #include <$ac_header>
8302 rm -f conftest.
$ac_objext
8303 if { (ac_try
="$ac_compile"
8305 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8306 *) ac_try_echo=$ac_try;;
8308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8309 (eval "$ac_compile") 2>conftest.er1
8311 grep -v '^ *+' conftest.er1 >conftest.err
8313 cat conftest.err >&5
8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8315 (exit $ac_status); } &&
8316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8317 { (case "(($ac_try" in
8318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8319 *) ac_try_echo
=$ac_try;;
8321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8322 (eval "$ac_try") 2>&5
8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325 (exit $ac_status); }; } &&
8326 { ac_try
='test -s conftest.$ac_objext'
8327 { (case "(($ac_try" in
8328 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8329 *) ac_try_echo=$ac_try;;
8331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8332 (eval "$ac_try") 2>&5
8334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8335 (exit $ac_status); }; }; then
8336 eval "$as_ac_Header=yes"
8338 echo "$as_me: failed program was:" >&5
8339 sed 's/^/| /' conftest.$ac_ext >&5
8341 eval "$as_ac_Header=no"
8344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8346 ac_res=`eval echo '${'$as_ac_Header'}'`
8347 { echo "$as_me:$LINENO: result: $ac_res" >&5
8348 echo "${ECHO_T}$ac_res" >&6; }
8349 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8350 cat >>confdefs.h <<_ACEOF
8351 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8360 for ac_header in pthread_np.h
8362 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8363 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8365 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8366 echo $ECHO_N "(cached) $ECHO_C" >&6
8368 cat >conftest.$ac_ext <<_ACEOF
8371 cat confdefs.h >>conftest.$ac_ext
8372 cat >>conftest.$ac_ext <<_ACEOF
8373 /* end confdefs.h. */
8374 #ifdef HAVE_PTHREAD_H
8375 #include <pthread.h>
8378 #include <$ac_header>
8380 rm -f conftest.$ac_objext
8381 if { (ac_try="$ac_compile"
8383 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8384 *) ac_try_echo
=$ac_try;;
8386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8387 (eval "$ac_compile") 2>conftest.er1
8389 grep -v '^ *+' conftest.er1
>conftest.err
8391 cat conftest.err
>&5
8392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8393 (exit $ac_status); } &&
8394 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8395 { (case "(($ac_try" in
8396 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8397 *) ac_try_echo=$ac_try;;
8399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8400 (eval "$ac_try") 2>&5
8402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8403 (exit $ac_status); }; } &&
8404 { ac_try='test -s conftest.$ac_objext'
8405 { (case "(($ac_try" in
8406 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8407 *) ac_try_echo
=$ac_try;;
8409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8410 (eval "$ac_try") 2>&5
8412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8413 (exit $ac_status); }; }; then
8414 eval "$as_ac_Header=yes"
8416 echo "$as_me: failed program was:" >&5
8417 sed 's/^/| /' conftest.
$ac_ext >&5
8419 eval "$as_ac_Header=no"
8422 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8424 ac_res
=`eval echo '${'$as_ac_Header'}'`
8425 { echo "$as_me:$LINENO: result: $ac_res" >&5
8426 echo "${ECHO_T}$ac_res" >&6; }
8427 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8428 cat >>confdefs.h
<<_ACEOF
8429 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8438 for ac_header
in linux
/videodev.h
8440 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8441 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8443 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8444 echo $ECHO_N "(cached) $ECHO_C" >&6
8446 cat >conftest.
$ac_ext <<_ACEOF
8449 cat confdefs.h
>>conftest.
$ac_ext
8450 cat >>conftest.
$ac_ext <<_ACEOF
8451 /* end confdefs.h. */
8452 #ifdef HAVE_SYS_TIME_H
8453 #include <sys/time.h>
8455 #include <sys/types.h>
8456 #ifdef HAVE_ASM_TYPES_H
8457 #include <asm/types.h>
8460 #include <$ac_header>
8462 rm -f conftest.
$ac_objext
8463 if { (ac_try
="$ac_compile"
8465 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8466 *) ac_try_echo=$ac_try;;
8468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8469 (eval "$ac_compile") 2>conftest.er1
8471 grep -v '^ *+' conftest.er1 >conftest.err
8473 cat conftest.err >&5
8474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8475 (exit $ac_status); } &&
8476 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8477 { (case "(($ac_try" in
8478 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8479 *) ac_try_echo
=$ac_try;;
8481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8482 (eval "$ac_try") 2>&5
8484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8485 (exit $ac_status); }; } &&
8486 { ac_try
='test -s conftest.$ac_objext'
8487 { (case "(($ac_try" in
8488 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8489 *) ac_try_echo=$ac_try;;
8491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8492 (eval "$ac_try") 2>&5
8494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8495 (exit $ac_status); }; }; then
8496 eval "$as_ac_Header=yes"
8498 echo "$as_me: failed program was:" >&5
8499 sed 's/^/| /' conftest.$ac_ext >&5
8501 eval "$as_ac_Header=no"
8504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8506 ac_res=`eval echo '${'$as_ac_Header'}'`
8507 { echo "$as_me:$LINENO: result: $ac_res" >&5
8508 echo "${ECHO_T}$ac_res" >&6; }
8509 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8510 cat >>confdefs.h <<_ACEOF
8511 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8520 for ac_header in linux/capi.h
8522 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8523 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8524 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8525 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8528 cat >conftest.$ac_ext <<_ACEOF
8531 cat confdefs.h >>conftest.$ac_ext
8532 cat >>conftest.$ac_ext <<_ACEOF
8533 /* end confdefs.h. */
8536 #include <$ac_header>
8538 rm -f conftest.$ac_objext
8539 if { (ac_try="$ac_compile"
8541 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8542 *) ac_try_echo
=$ac_try;;
8544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8545 (eval "$ac_compile") 2>conftest.er1
8547 grep -v '^ *+' conftest.er1
>conftest.err
8549 cat conftest.err
>&5
8550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8551 (exit $ac_status); } &&
8552 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8553 { (case "(($ac_try" in
8554 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8555 *) ac_try_echo=$ac_try;;
8557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8558 (eval "$ac_try") 2>&5
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 (exit $ac_status); }; } &&
8562 { ac_try='test -s conftest.$ac_objext'
8563 { (case "(($ac_try" in
8564 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8565 *) ac_try_echo
=$ac_try;;
8567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8568 (eval "$ac_try") 2>&5
8570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571 (exit $ac_status); }; }; then
8572 eval "$as_ac_Header=yes"
8574 echo "$as_me: failed program was:" >&5
8575 sed 's/^/| /' conftest.
$ac_ext >&5
8577 eval "$as_ac_Header=no"
8580 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8582 ac_res
=`eval echo '${'$as_ac_Header'}'`
8583 { echo "$as_me:$LINENO: result: $ac_res" >&5
8584 echo "${ECHO_T}$ac_res" >&6; }
8585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8586 cat >>confdefs.h
<<_ACEOF
8587 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8596 if test "$have_x" = "yes"
8599 ac_save_CPPFLAGS
="$CPPFLAGS"
8600 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
8612 for ac_header
in X11
/Xlib.h \
8615 X11
/extensions
/shape.h \
8616 X11
/extensions
/XInput.h \
8617 X11
/extensions
/XShm.h \
8618 X11
/extensions
/Xinerama.h \
8619 X11
/extensions
/Xrandr.h \
8620 X11
/extensions
/Xrender.h \
8621 X11
/extensions
/xf86vmode.h
8623 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8624 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8625 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8626 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8627 echo $ECHO_N "(cached) $ECHO_C" >&6
8629 cat >conftest.
$ac_ext <<_ACEOF
8632 cat confdefs.h
>>conftest.
$ac_ext
8633 cat >>conftest.
$ac_ext <<_ACEOF
8634 /* end confdefs.h. */
8635 #ifdef HAVE_X11_XLIB_H
8636 # include <X11/Xlib.h>
8638 #ifdef HAVE_X11_XUTIL_H
8639 # include <X11/Xutil.h>
8642 #include <$ac_header>
8644 rm -f conftest.
$ac_objext
8645 if { (ac_try
="$ac_compile"
8647 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8648 *) ac_try_echo=$ac_try;;
8650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8651 (eval "$ac_compile") 2>conftest.er1
8653 grep -v '^ *+' conftest.er1 >conftest.err
8655 cat conftest.err >&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); } &&
8658 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8659 { (case "(($ac_try" in
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_try") 2>&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); }; } &&
8668 { ac_try
='test -s conftest.$ac_objext'
8669 { (case "(($ac_try" in
8670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8671 *) ac_try_echo=$ac_try;;
8673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8674 (eval "$ac_try") 2>&5
8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8677 (exit $ac_status); }; }; then
8678 eval "$as_ac_Header=yes"
8680 echo "$as_me: failed program was:" >&5
8681 sed 's/^/| /' conftest.$ac_ext >&5
8683 eval "$as_ac_Header=no"
8686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8688 ac_res=`eval echo '${'$as_ac_Header'}'`
8689 { echo "$as_me:$LINENO: result: $ac_res" >&5
8690 echo "${ECHO_T}$ac_res" >&6; }
8691 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8692 cat >>confdefs.h <<_ACEOF
8693 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8701 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8703 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
8704 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
8705 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
8706 echo $ECHO_N "(cached) $ECHO_C" >&6
8708 ac_check_lib_save_LIBS=$LIBS
8709 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8710 cat >conftest.$ac_ext <<_ACEOF
8713 cat confdefs.h >>conftest.$ac_ext
8714 cat >>conftest.$ac_ext <<_ACEOF
8715 /* end confdefs.h. */
8717 /* Override any GCC internal prototype to avoid an error.
8718 Use char because int might match the return type of a GCC
8719 builtin and then its argument prototype would still apply. */
8723 char XkbQueryExtension ();
8727 return XkbQueryExtension ();
8732 rm -f conftest.$ac_objext conftest$ac_exeext
8733 if { (ac_try="$ac_link"
8735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8736 *) ac_try_echo
=$ac_try;;
8738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8739 (eval "$ac_link") 2>conftest.er1
8741 grep -v '^ *+' conftest.er1
>conftest.err
8743 cat conftest.err
>&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 (exit $ac_status); } &&
8746 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8747 { (case "(($ac_try" in
8748 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8749 *) ac_try_echo=$ac_try;;
8751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8752 (eval "$ac_try") 2>&5
8754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755 (exit $ac_status); }; } &&
8756 { ac_try='test -s conftest$ac_exeext'
8757 { (case "(($ac_try" in
8758 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8759 *) ac_try_echo
=$ac_try;;
8761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8762 (eval "$ac_try") 2>&5
8764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8765 (exit $ac_status); }; }; then
8766 ac_cv_lib_X11_XkbQueryExtension
=yes
8768 echo "$as_me: failed program was:" >&5
8769 sed 's/^/| /' conftest.
$ac_ext >&5
8771 ac_cv_lib_X11_XkbQueryExtension
=no
8774 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8775 conftest
$ac_exeext conftest.
$ac_ext
8776 LIBS
=$ac_check_lib_save_LIBS
8778 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8779 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8780 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
8782 cat >>confdefs.h
<<\_ACEOF
8790 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8792 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
8793 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
8794 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
8795 echo $ECHO_N "(cached) $ECHO_C" >&6
8797 ac_check_lib_save_LIBS
=$LIBS
8798 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8799 cat >conftest.
$ac_ext <<_ACEOF
8802 cat confdefs.h
>>conftest.
$ac_ext
8803 cat >>conftest.
$ac_ext <<_ACEOF
8804 /* end confdefs.h. */
8806 /* Override any GCC internal prototype to avoid an error.
8807 Use char because int might match the return type of a GCC
8808 builtin and then its argument prototype would still apply. */
8812 char XShmQueryExtension ();
8816 return XShmQueryExtension ();
8821 rm -f conftest.
$ac_objext conftest
$ac_exeext
8822 if { (ac_try
="$ac_link"
8824 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8825 *) ac_try_echo=$ac_try;;
8827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8828 (eval "$ac_link") 2>conftest.er1
8830 grep -v '^ *+' conftest.er1 >conftest.err
8832 cat conftest.err >&5
8833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8834 (exit $ac_status); } &&
8835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8836 { (case "(($ac_try" in
8837 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8838 *) ac_try_echo
=$ac_try;;
8840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8841 (eval "$ac_try") 2>&5
8843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8844 (exit $ac_status); }; } &&
8845 { ac_try
='test -s conftest$ac_exeext'
8846 { (case "(($ac_try" in
8847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8848 *) ac_try_echo=$ac_try;;
8850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8851 (eval "$ac_try") 2>&5
8853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8854 (exit $ac_status); }; }; then
8855 ac_cv_lib_Xext_XShmQueryExtension=yes
8857 echo "$as_me: failed program was:" >&5
8858 sed 's/^/| /' conftest.$ac_ext >&5
8860 ac_cv_lib_Xext_XShmQueryExtension=no
8863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8864 conftest$ac_exeext conftest.$ac_ext
8865 LIBS=$ac_check_lib_save_LIBS
8867 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8868 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8869 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
8871 cat >>confdefs.h <<\_ACEOF
8872 #define HAVE_LIBXXSHM 1
8879 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8881 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
8882 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
8883 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
8884 echo $ECHO_N "(cached) $ECHO_C" >&6
8886 ac_check_lib_save_LIBS=$LIBS
8887 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8888 cat >conftest.$ac_ext <<_ACEOF
8891 cat confdefs.h >>conftest.$ac_ext
8892 cat >>conftest.$ac_ext <<_ACEOF
8893 /* end confdefs.h. */
8895 /* Override any GCC internal prototype to avoid an error.
8896 Use char because int might match the return type of a GCC
8897 builtin and then its argument prototype would still apply. */
8901 char XShapeQueryExtension ();
8905 return XShapeQueryExtension ();
8910 rm -f conftest.$ac_objext conftest$ac_exeext
8911 if { (ac_try="$ac_link"
8913 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8914 *) ac_try_echo
=$ac_try;;
8916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8917 (eval "$ac_link") 2>conftest.er1
8919 grep -v '^ *+' conftest.er1
>conftest.err
8921 cat conftest.err
>&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); } &&
8924 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8925 { (case "(($ac_try" in
8926 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8927 *) ac_try_echo=$ac_try;;
8929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8930 (eval "$ac_try") 2>&5
8932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 (exit $ac_status); }; } &&
8934 { ac_try='test -s conftest$ac_exeext'
8935 { (case "(($ac_try" in
8936 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8937 *) ac_try_echo
=$ac_try;;
8939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8940 (eval "$ac_try") 2>&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); }; }; then
8944 ac_cv_lib_Xext_XShapeQueryExtension
=yes
8946 echo "$as_me: failed program was:" >&5
8947 sed 's/^/| /' conftest.
$ac_ext >&5
8949 ac_cv_lib_Xext_XShapeQueryExtension
=no
8952 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8953 conftest
$ac_exeext conftest.
$ac_ext
8954 LIBS
=$ac_check_lib_save_LIBS
8956 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8957 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8958 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
8960 cat >>confdefs.h
<<\_ACEOF
8961 #define HAVE_LIBXSHAPE 1
8968 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8970 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
8971 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
8972 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
8973 echo $ECHO_N "(cached) $ECHO_C" >&6
8975 ac_check_lib_save_LIBS
=$LIBS
8976 LIBS
="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8977 cat >conftest.
$ac_ext <<_ACEOF
8980 cat confdefs.h
>>conftest.
$ac_ext
8981 cat >>conftest.
$ac_ext <<_ACEOF
8982 /* end confdefs.h. */
8984 /* Override any GCC internal prototype to avoid an error.
8985 Use char because int might match the return type of a GCC
8986 builtin and then its argument prototype would still apply. */
8990 char XF86VidModeQueryExtension ();
8994 return XF86VidModeQueryExtension ();
8999 rm -f conftest.
$ac_objext conftest
$ac_exeext
9000 if { (ac_try
="$ac_link"
9002 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9003 *) ac_try_echo=$ac_try;;
9005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9006 (eval "$ac_link") 2>conftest.er1
9008 grep -v '^ *+' conftest.er1 >conftest.err
9010 cat conftest.err >&5
9011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9012 (exit $ac_status); } &&
9013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9014 { (case "(($ac_try" in
9015 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9016 *) ac_try_echo
=$ac_try;;
9018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9019 (eval "$ac_try") 2>&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); }; } &&
9023 { ac_try
='test -s conftest$ac_exeext'
9024 { (case "(($ac_try" in
9025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9026 *) ac_try_echo=$ac_try;;
9028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9029 (eval "$ac_try") 2>&5
9031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9032 (exit $ac_status); }; }; then
9033 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
9035 echo "$as_me: failed program was:" >&5
9036 sed 's/^/| /' conftest.$ac_ext >&5
9038 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
9041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9042 conftest$ac_exeext conftest.$ac_ext
9043 LIBS=$ac_check_lib_save_LIBS
9045 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9046 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9047 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9049 cat >>confdefs.h <<\_ACEOF
9050 #define HAVE_LIBXXF86VM 1
9053 X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
9059 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
9061 cat >conftest.$ac_ext <<_ACEOF
9064 cat confdefs.h >>conftest.$ac_ext
9065 cat >>conftest.$ac_ext <<_ACEOF
9066 /* end confdefs.h. */
9067 #include <X11/Xlib.h>
9068 #include <X11/extensions/Xrandr.h>
9072 static typeof(XRRSetScreenConfigAndRate) * func;
9077 rm -f conftest.$ac_objext
9078 if { (ac_try="$ac_compile"
9080 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9081 *) ac_try_echo
=$ac_try;;
9083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9084 (eval "$ac_compile") 2>conftest.er1
9086 grep -v '^ *+' conftest.er1
>conftest.err
9088 cat conftest.err
>&5
9089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9090 (exit $ac_status); } &&
9091 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9092 { (case "(($ac_try" in
9093 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9094 *) ac_try_echo=$ac_try;;
9096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9097 (eval "$ac_try") 2>&5
9099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9100 (exit $ac_status); }; } &&
9101 { ac_try='test -s conftest.$ac_objext'
9102 { (case "(($ac_try" in
9103 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9104 *) ac_try_echo
=$ac_try;;
9106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9107 (eval "$ac_try") 2>&5
9109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9110 (exit $ac_status); }; }; then
9112 cat >>confdefs.h
<<\_ACEOF
9113 #define HAVE_LIBXRANDR 1
9117 echo "$as_me: failed program was:" >&5
9118 sed 's/^/| /' conftest.
$ac_ext >&5
9123 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9126 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9128 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9129 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9130 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9131 echo $ECHO_N "(cached) $ECHO_C" >&6
9133 ac_check_lib_save_LIBS
=$LIBS
9134 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9135 cat >conftest.
$ac_ext <<_ACEOF
9138 cat confdefs.h
>>conftest.
$ac_ext
9139 cat >>conftest.
$ac_ext <<_ACEOF
9140 /* end confdefs.h. */
9142 /* Override any GCC internal prototype to avoid an error.
9143 Use char because int might match the return type of a GCC
9144 builtin and then its argument prototype would still apply. */
9148 char XRenderSetPictureTransform ();
9152 return XRenderSetPictureTransform ();
9157 rm -f conftest.
$ac_objext conftest
$ac_exeext
9158 if { (ac_try
="$ac_link"
9160 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9161 *) ac_try_echo=$ac_try;;
9163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9164 (eval "$ac_link") 2>conftest.er1
9166 grep -v '^ *+' conftest.er1 >conftest.err
9168 cat conftest.err >&5
9169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9170 (exit $ac_status); } &&
9171 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9172 { (case "(($ac_try" in
9173 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9174 *) ac_try_echo
=$ac_try;;
9176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9177 (eval "$ac_try") 2>&5
9179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9180 (exit $ac_status); }; } &&
9181 { ac_try
='test -s conftest$ac_exeext'
9182 { (case "(($ac_try" in
9183 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9184 *) ac_try_echo=$ac_try;;
9186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9187 (eval "$ac_try") 2>&5
9189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9190 (exit $ac_status); }; }; then
9191 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9193 echo "$as_me: failed program was:" >&5
9194 sed 's/^/| /' conftest.$ac_ext >&5
9196 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9200 conftest$ac_exeext conftest.$ac_ext
9201 LIBS=$ac_check_lib_save_LIBS
9203 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9204 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9205 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9207 cat >>confdefs.h <<\_ACEOF
9208 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9215 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9217 cat >conftest.$ac_ext <<_ACEOF
9220 cat confdefs.h >>conftest.$ac_ext
9221 cat >>conftest.$ac_ext <<_ACEOF
9222 /* end confdefs.h. */
9223 #include <X11/Xlib.h>
9224 #include <X11/extensions/Xinerama.h>
9228 static typeof(XineramaQueryScreens) * func;
9233 rm -f conftest.$ac_objext
9234 if { (ac_try="$ac_compile"
9236 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9237 *) ac_try_echo
=$ac_try;;
9239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9240 (eval "$ac_compile") 2>conftest.er1
9242 grep -v '^ *+' conftest.er1
>conftest.err
9244 cat conftest.err
>&5
9245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9246 (exit $ac_status); } &&
9247 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9248 { (case "(($ac_try" in
9249 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9250 *) ac_try_echo=$ac_try;;
9252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9253 (eval "$ac_try") 2>&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); }; } &&
9257 { ac_try='test -s conftest.$ac_objext'
9258 { (case "(($ac_try" in
9259 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9260 *) ac_try_echo
=$ac_try;;
9262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9263 (eval "$ac_try") 2>&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); }; }; then
9268 cat >>confdefs.h
<<\_ACEOF
9269 #define HAVE_LIBXINERAMA 1
9273 echo "$as_me: failed program was:" >&5
9274 sed 's/^/| /' conftest.
$ac_ext >&5
9279 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9283 if test "x$with_opengl" != "xno"
9289 for ac_header
in GL
/gl.h GL
/glx.h GL
/glext.h GL
/glu.h
9291 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9292 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9293 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9294 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9295 echo $ECHO_N "(cached) $ECHO_C" >&6
9297 cat >conftest.
$ac_ext <<_ACEOF
9300 cat confdefs.h
>>conftest.
$ac_ext
9301 cat >>conftest.
$ac_ext <<_ACEOF
9302 /* end confdefs.h. */
9303 #ifdef HAVE_GL_GLX_H
9304 # include <GL/glx.h>
9307 #include <$ac_header>
9309 rm -f conftest.
$ac_objext
9310 if { (ac_try
="$ac_compile"
9312 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9313 *) ac_try_echo=$ac_try;;
9315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9316 (eval "$ac_compile") 2>conftest.er1
9318 grep -v '^ *+' conftest.er1 >conftest.err
9320 cat conftest.err >&5
9321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9322 (exit $ac_status); } &&
9323 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9324 { (case "(($ac_try" in
9325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9326 *) ac_try_echo
=$ac_try;;
9328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9329 (eval "$ac_try") 2>&5
9331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9332 (exit $ac_status); }; } &&
9333 { ac_try
='test -s conftest.$ac_objext'
9334 { (case "(($ac_try" in
9335 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9336 *) ac_try_echo=$ac_try;;
9338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9339 (eval "$ac_try") 2>&5
9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); }; }; then
9343 eval "$as_ac_Header=yes"
9345 echo "$as_me: failed program was:" >&5
9346 sed 's/^/| /' conftest.$ac_ext >&5
9348 eval "$as_ac_Header=no"
9351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9353 ac_res=`eval echo '${'$as_ac_Header'}'`
9354 { echo "$as_me:$LINENO: result: $ac_res" >&5
9355 echo "${ECHO_T}$ac_res" >&6; }
9356 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9357 cat >>confdefs.h <<_ACEOF
9358 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
9365 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9367 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9368 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9369 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
9370 echo $ECHO_N "(cached) $ECHO_C" >&6
9372 cat >conftest.$ac_ext <<_ACEOF
9375 cat confdefs.h >>conftest.$ac_ext
9376 cat >>conftest.$ac_ext <<_ACEOF
9377 /* end confdefs.h. */
9382 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9387 rm -f conftest.$ac_objext
9388 if { (ac_try="$ac_compile"
9390 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9391 *) ac_try_echo
=$ac_try;;
9393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9394 (eval "$ac_compile") 2>conftest.er1
9396 grep -v '^ *+' conftest.er1
>conftest.err
9398 cat conftest.err
>&5
9399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 (exit $ac_status); } &&
9401 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9402 { (case "(($ac_try" in
9403 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9404 *) ac_try_echo=$ac_try;;
9406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9407 (eval "$ac_try") 2>&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 (exit $ac_status); }; } &&
9411 { ac_try='test -s conftest.$ac_objext'
9412 { (case "(($ac_try" in
9413 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9414 *) ac_try_echo
=$ac_try;;
9416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9417 (eval "$ac_try") 2>&5
9419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9420 (exit $ac_status); }; }; then
9421 wine_cv_opengl_header_version_OK
="yes"
9423 echo "$as_me: failed program was:" >&5
9424 sed 's/^/| /' conftest.
$ac_ext >&5
9426 wine_cv_opengl_header_version_OK
="no"
9430 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9433 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
9434 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
9436 if test "$wine_cv_opengl_header_version_OK" = "yes"
9438 { echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
9439 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; }
9440 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
9441 echo $ECHO_N "(cached) $ECHO_C" >&6
9443 ac_check_lib_save_LIBS
=$LIBS
9444 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
9445 cat >conftest.
$ac_ext <<_ACEOF
9448 cat confdefs.h
>>conftest.
$ac_ext
9449 cat >>conftest.
$ac_ext <<_ACEOF
9450 /* end confdefs.h. */
9452 /* Override any GCC internal prototype to avoid an error.
9453 Use char because int might match the return type of a GCC
9454 builtin and then its argument prototype would still apply. */
9458 char glXCreateContext ();
9462 return glXCreateContext ();
9467 rm -f conftest.
$ac_objext conftest
$ac_exeext
9468 if { (ac_try
="$ac_link"
9470 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9471 *) ac_try_echo=$ac_try;;
9473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9474 (eval "$ac_link") 2>conftest.er1
9476 grep -v '^ *+' conftest.er1 >conftest.err
9478 cat conftest.err >&5
9479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480 (exit $ac_status); } &&
9481 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9482 { (case "(($ac_try" in
9483 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9484 *) ac_try_echo
=$ac_try;;
9486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9487 (eval "$ac_try") 2>&5
9489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9490 (exit $ac_status); }; } &&
9491 { ac_try
='test -s conftest$ac_exeext'
9492 { (case "(($ac_try" in
9493 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9494 *) ac_try_echo=$ac_try;;
9496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9497 (eval "$ac_try") 2>&5
9499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9500 (exit $ac_status); }; }; then
9501 ac_cv_lib_GL_glXCreateContext=yes
9503 echo "$as_me: failed program was:" >&5
9504 sed 's/^/| /' conftest.$ac_ext >&5
9506 ac_cv_lib_GL_glXCreateContext=no
9509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9510 conftest$ac_exeext conftest.$ac_ext
9511 LIBS=$ac_check_lib_save_LIBS
9513 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
9514 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6; }
9515 if test $ac_cv_lib_GL_glXCreateContext = yes; then
9517 OPENGLFILES='$(OPENGLFILES)'
9519 cat >>confdefs.h <<\_ACEOF
9520 #define HAVE_OPENGL 1
9527 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9528 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9529 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9530 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 ac_check_lib_save_LIBS=$LIBS
9533 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9535 cat >conftest.$ac_ext <<_ACEOF
9538 cat confdefs.h >>conftest.$ac_ext
9539 cat >>conftest.$ac_ext <<_ACEOF
9540 /* end confdefs.h. */
9542 /* Override any GCC internal prototype to avoid an error.
9543 Use char because int might match the return type of a GCC
9544 builtin and then its argument prototype would still apply. */
9552 return gluLookAt ();
9557 rm -f conftest.$ac_objext conftest$ac_exeext
9558 if { (ac_try="$ac_link"
9560 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9561 *) ac_try_echo
=$ac_try;;
9563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9564 (eval "$ac_link") 2>conftest.er1
9566 grep -v '^ *+' conftest.er1
>conftest.err
9568 cat conftest.err
>&5
9569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9570 (exit $ac_status); } &&
9571 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9572 { (case "(($ac_try" in
9573 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9574 *) ac_try_echo=$ac_try;;
9576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9577 (eval "$ac_try") 2>&5
9579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9580 (exit $ac_status); }; } &&
9581 { ac_try='test -s conftest$ac_exeext'
9582 { (case "(($ac_try" in
9583 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9584 *) ac_try_echo
=$ac_try;;
9586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9587 (eval "$ac_try") 2>&5
9589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9590 (exit $ac_status); }; }; then
9591 ac_cv_lib_GLU_gluLookAt
=yes
9593 echo "$as_me: failed program was:" >&5
9594 sed 's/^/| /' conftest.
$ac_ext >&5
9596 ac_cv_lib_GLU_gluLookAt
=no
9599 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9600 conftest
$ac_exeext conftest.
$ac_ext
9601 LIBS
=$ac_check_lib_save_LIBS
9603 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9604 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9605 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9606 OPENGL_LIBS
="$OPENGL_LIBS -lGLU"
9607 GLU32FILES
='$(GLU32FILES)'
9613 { echo "$as_me:$LINENO: checking for glutMainLoop in -lglut" >&5
9614 echo $ECHO_N "checking for glutMainLoop in -lglut... $ECHO_C" >&6; }
9615 if test "${ac_cv_lib_glut_glutMainLoop+set}" = set; then
9616 echo $ECHO_N "(cached) $ECHO_C" >&6
9618 ac_check_lib_save_LIBS
=$LIBS
9619 LIBS
="-lglut $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXmu -lXi -lX11 $X_EXTRA_LIBS $LIBS"
9620 cat >conftest.
$ac_ext <<_ACEOF
9623 cat confdefs.h
>>conftest.
$ac_ext
9624 cat >>conftest.
$ac_ext <<_ACEOF
9625 /* end confdefs.h. */
9627 /* Override any GCC internal prototype to avoid an error.
9628 Use char because int might match the return type of a GCC
9629 builtin and then its argument prototype would still apply. */
9633 char glutMainLoop ();
9637 return glutMainLoop ();
9642 rm -f conftest.
$ac_objext conftest
$ac_exeext
9643 if { (ac_try
="$ac_link"
9645 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9646 *) ac_try_echo=$ac_try;;
9648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9649 (eval "$ac_link") 2>conftest.er1
9651 grep -v '^ *+' conftest.er1 >conftest.err
9653 cat conftest.err >&5
9654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655 (exit $ac_status); } &&
9656 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9657 { (case "(($ac_try" in
9658 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9659 *) ac_try_echo
=$ac_try;;
9661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9662 (eval "$ac_try") 2>&5
9664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9665 (exit $ac_status); }; } &&
9666 { ac_try
='test -s conftest$ac_exeext'
9667 { (case "(($ac_try" in
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_try") 2>&5
9674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675 (exit $ac_status); }; }; then
9676 ac_cv_lib_glut_glutMainLoop=yes
9678 echo "$as_me: failed program was:" >&5
9679 sed 's/^/| /' conftest.$ac_ext >&5
9681 ac_cv_lib_glut_glutMainLoop=no
9684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9685 conftest$ac_exeext conftest.$ac_ext
9686 LIBS=$ac_check_lib_save_LIBS
9688 { echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutMainLoop" >&5
9689 echo "${ECHO_T}$ac_cv_lib_glut_glutMainLoop" >&6; }
9690 if test $ac_cv_lib_glut_glutMainLoop = yes; then
9691 GLUT_LIBS="-lglut -lXmu -lXi"
9693 GLUT32FILES='$(GLUT32FILES)'
9698 wine_cv_opengl_headers_found="no"
9704 for ac_header in audio/audiolib.h
9706 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9708 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9709 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9711 echo $ECHO_N "(cached) $ECHO_C" >&6
9713 ac_res=`eval echo '${'$as_ac_Header'}'`
9714 { echo "$as_me:$LINENO: result: $ac_res" >&5
9715 echo "${ECHO_T}$ac_res" >&6; }
9717 # Is the header compilable?
9718 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9719 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9720 cat >conftest.$ac_ext <<_ACEOF
9723 cat confdefs.h >>conftest.$ac_ext
9724 cat >>conftest.$ac_ext <<_ACEOF
9725 /* end confdefs.h. */
9726 $ac_includes_default
9727 #include <$ac_header>
9729 rm -f conftest.$ac_objext
9730 if { (ac_try="$ac_compile"
9732 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9733 *) ac_try_echo
=$ac_try;;
9735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9736 (eval "$ac_compile") 2>conftest.er1
9738 grep -v '^ *+' conftest.er1
>conftest.err
9740 cat conftest.err
>&5
9741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9742 (exit $ac_status); } &&
9743 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9744 { (case "(($ac_try" in
9745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9746 *) ac_try_echo=$ac_try;;
9748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9749 (eval "$ac_try") 2>&5
9751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9752 (exit $ac_status); }; } &&
9753 { ac_try='test -s conftest.$ac_objext'
9754 { (case "(($ac_try" in
9755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9756 *) ac_try_echo
=$ac_try;;
9758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9759 (eval "$ac_try") 2>&5
9761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762 (exit $ac_status); }; }; then
9763 ac_header_compiler
=yes
9765 echo "$as_me: failed program was:" >&5
9766 sed 's/^/| /' conftest.
$ac_ext >&5
9768 ac_header_compiler
=no
9771 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9772 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9773 echo "${ECHO_T}$ac_header_compiler" >&6; }
9775 # Is the header present?
9776 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9777 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9778 cat >conftest.
$ac_ext <<_ACEOF
9781 cat confdefs.h
>>conftest.
$ac_ext
9782 cat >>conftest.
$ac_ext <<_ACEOF
9783 /* end confdefs.h. */
9784 #include <$ac_header>
9786 if { (ac_try
="$ac_cpp conftest.$ac_ext"
9788 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9789 *) ac_try_echo=$ac_try;;
9791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9792 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9794 grep -v '^ *+' conftest.er1 >conftest.err
9796 cat conftest.err >&5
9797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9798 (exit $ac_status); } >/dev/null; then
9799 if test -s conftest.err; then
9800 ac_cpp_err=$ac_c_preproc_warn_flag
9801 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9808 if test -z "$ac_cpp_err"; then
9809 ac_header_preproc=yes
9811 echo "$as_me: failed program was:" >&5
9812 sed 's/^/| /' conftest.$ac_ext >&5
9814 ac_header_preproc=no
9817 rm -f conftest.err conftest.$ac_ext
9818 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9819 echo "${ECHO_T}$ac_header_preproc" >&6; }
9821 # So? What about this header?
9822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9824 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9825 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9826 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9827 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9828 ac_header_preproc=yes
9831 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9832 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9833 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9834 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9835 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9836 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9837 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9838 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9839 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9840 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9841 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9842 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9844 ## ------------------------------------ ##
9845 ## Report this to wine-devel@winehq.org ##
9846 ## ------------------------------------ ##
9848 ) | sed "s/^/$as_me: WARNING: /" >&2
9851 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9852 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9854 echo $ECHO_N "(cached) $ECHO_C" >&6
9856 eval "$as_ac_Header=\$ac_header_preproc"
9858 ac_res=`eval echo '${'$as_ac_Header'}'`
9859 { echo "$as_me:$LINENO: result: $ac_res" >&5
9860 echo "${ECHO_T}$ac_res" >&6; }
9863 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9864 cat >>confdefs.h <<_ACEOF
9865 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
9868 for ac_header in audio/soundlib.h
9870 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9871 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9872 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9874 echo $ECHO_N "(cached) $ECHO_C" >&6
9876 cat >conftest.$ac_ext <<_ACEOF
9879 cat confdefs.h >>conftest.$ac_ext
9880 cat >>conftest.$ac_ext <<_ACEOF
9881 /* end confdefs.h. */
9882 #include <audio/audiolib.h>
9884 #include <$ac_header>
9886 rm -f conftest.$ac_objext
9887 if { (ac_try="$ac_compile"
9889 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9890 *) ac_try_echo
=$ac_try;;
9892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9893 (eval "$ac_compile") 2>conftest.er1
9895 grep -v '^ *+' conftest.er1
>conftest.err
9897 cat conftest.err
>&5
9898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9899 (exit $ac_status); } &&
9900 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9901 { (case "(($ac_try" in
9902 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9903 *) ac_try_echo=$ac_try;;
9905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9906 (eval "$ac_try") 2>&5
9908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9909 (exit $ac_status); }; } &&
9910 { ac_try='test -s conftest.$ac_objext'
9911 { (case "(($ac_try" in
9912 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9913 *) ac_try_echo
=$ac_try;;
9915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9916 (eval "$ac_try") 2>&5
9918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9919 (exit $ac_status); }; }; then
9920 eval "$as_ac_Header=yes"
9922 echo "$as_me: failed program was:" >&5
9923 sed 's/^/| /' conftest.
$ac_ext >&5
9925 eval "$as_ac_Header=no"
9928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9930 ac_res
=`eval echo '${'$as_ac_Header'}'`
9931 { echo "$as_me:$LINENO: result: $ac_res" >&5
9932 echo "${ECHO_T}$ac_res" >&6; }
9933 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9934 cat >>confdefs.h
<<_ACEOF
9935 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9942 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
9943 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
9944 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
9945 echo $ECHO_N "(cached) $ECHO_C" >&6
9947 ac_check_lib_save_LIBS
=$LIBS
9948 LIBS
="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9949 cat >conftest.
$ac_ext <<_ACEOF
9952 cat confdefs.h
>>conftest.
$ac_ext
9953 cat >>conftest.
$ac_ext <<_ACEOF
9954 /* end confdefs.h. */
9956 /* Override any GCC internal prototype to avoid an error.
9957 Use char because int might match the return type of a GCC
9958 builtin and then its argument prototype would still apply. */
9962 char AuCreateFlow ();
9966 return AuCreateFlow ();
9971 rm -f conftest.
$ac_objext conftest
$ac_exeext
9972 if { (ac_try
="$ac_link"
9974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9975 *) ac_try_echo=$ac_try;;
9977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9978 (eval "$ac_link") 2>conftest.er1
9980 grep -v '^ *+' conftest.er1 >conftest.err
9982 cat conftest.err >&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); } &&
9985 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9986 { (case "(($ac_try" in
9987 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9988 *) ac_try_echo
=$ac_try;;
9990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9991 (eval "$ac_try") 2>&5
9993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994 (exit $ac_status); }; } &&
9995 { ac_try
='test -s conftest$ac_exeext'
9996 { (case "(($ac_try" in
9997 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9998 *) ac_try_echo=$ac_try;;
10000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10001 (eval "$ac_try") 2>&5
10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 (exit $ac_status); }; }; then
10005 ac_cv_lib_audio_AuCreateFlow=yes
10007 echo "$as_me: failed program was:" >&5
10008 sed 's/^/| /' conftest.$ac_ext >&5
10010 ac_cv_lib_audio_AuCreateFlow=no
10013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10014 conftest$ac_exeext conftest.$ac_ext
10015 LIBS=$ac_check_lib_save_LIBS
10017 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
10018 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
10019 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
10021 cat >>confdefs.h <<\_ACEOF
10025 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10033 CPPFLAGS="$ac_save_CPPFLAGS"
10050 if test "$PKG_CONFIG" != "false"
10052 ac_save_CPPFLAGS="$CPPFLAGS"
10053 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
10054 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
10055 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
10057 for ac_header in libxml/parser.h
10059 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10064 echo $ECHO_N "(cached) $ECHO_C" >&6
10066 ac_res=`eval echo '${'$as_ac_Header'}'`
10067 { echo "$as_me:$LINENO: result: $ac_res" >&5
10068 echo "${ECHO_T}$ac_res" >&6; }
10070 # Is the header compilable?
10071 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10072 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10073 cat >conftest.$ac_ext <<_ACEOF
10076 cat confdefs.h >>conftest.$ac_ext
10077 cat >>conftest.$ac_ext <<_ACEOF
10078 /* end confdefs.h. */
10079 $ac_includes_default
10080 #include <$ac_header>
10082 rm -f conftest.$ac_objext
10083 if { (ac_try="$ac_compile"
10084 case "(($ac_try" in
10085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10086 *) ac_try_echo
=$ac_try;;
10088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10089 (eval "$ac_compile") 2>conftest.er1
10091 grep -v '^ *+' conftest.er1
>conftest.err
10093 cat conftest.err
>&5
10094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10095 (exit $ac_status); } &&
10096 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10097 { (case "(($ac_try" in
10098 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10099 *) ac_try_echo=$ac_try;;
10101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10102 (eval "$ac_try") 2>&5
10104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10105 (exit $ac_status); }; } &&
10106 { ac_try='test -s conftest.$ac_objext'
10107 { (case "(($ac_try" in
10108 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10109 *) ac_try_echo
=$ac_try;;
10111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10112 (eval "$ac_try") 2>&5
10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then
10116 ac_header_compiler
=yes
10118 echo "$as_me: failed program was:" >&5
10119 sed 's/^/| /' conftest.
$ac_ext >&5
10121 ac_header_compiler
=no
10124 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10125 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10126 echo "${ECHO_T}$ac_header_compiler" >&6; }
10128 # Is the header present?
10129 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10130 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10131 cat >conftest.
$ac_ext <<_ACEOF
10134 cat confdefs.h
>>conftest.
$ac_ext
10135 cat >>conftest.
$ac_ext <<_ACEOF
10136 /* end confdefs.h. */
10137 #include <$ac_header>
10139 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10140 case "(($ac_try" in
10141 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10142 *) ac_try_echo=$ac_try;;
10144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10145 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10147 grep -v '^ *+' conftest.er1 >conftest.err
10149 cat conftest.err >&5
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); } >/dev/null; then
10152 if test -s conftest.err; then
10153 ac_cpp_err=$ac_c_preproc_warn_flag
10154 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10161 if test -z "$ac_cpp_err"; then
10162 ac_header_preproc=yes
10164 echo "$as_me: failed program was:" >&5
10165 sed 's/^/| /' conftest.$ac_ext >&5
10167 ac_header_preproc=no
10170 rm -f conftest.err conftest.$ac_ext
10171 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10172 echo "${ECHO_T}$ac_header_preproc" >&6; }
10174 # So? What about this header?
10175 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10177 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10178 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10179 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10180 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10181 ac_header_preproc=yes
10184 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10185 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10186 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10187 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10188 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10189 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10190 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10191 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10192 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10193 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10194 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10195 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10197 ## ------------------------------------ ##
10198 ## Report this to wine-devel@winehq.org ##
10199 ## ------------------------------------ ##
10201 ) | sed "s/^/$as_me: WARNING: /" >&2
10204 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10207 echo $ECHO_N "(cached) $ECHO_C" >&6
10209 eval "$as_ac_Header=\$ac_header_preproc"
10211 ac_res=`eval echo '${'$as_ac_Header'}'`
10212 { echo "$as_me:$LINENO: result: $ac_res" >&5
10213 echo "${ECHO_T}$ac_res" >&6; }
10216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10217 cat >>confdefs.h <<_ACEOF
10218 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10220 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
10221 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
10222 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
10223 echo $ECHO_N "(cached) $ECHO_C" >&6
10225 ac_check_lib_save_LIBS=$LIBS
10226 LIBS="-lxml2 $ac_xml_libs $LIBS"
10227 cat >conftest.$ac_ext <<_ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h. */
10234 /* Override any GCC internal prototype to avoid an error.
10235 Use char because int might match the return type of a GCC
10236 builtin and then its argument prototype would still apply. */
10240 char xmlParseMemory ();
10244 return xmlParseMemory ();
10249 rm -f conftest.$ac_objext conftest$ac_exeext
10250 if { (ac_try="$ac_link"
10251 case "(($ac_try" in
10252 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10253 *) ac_try_echo
=$ac_try;;
10255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10256 (eval "$ac_link") 2>conftest.er1
10258 grep -v '^ *+' conftest.er1
>conftest.err
10260 cat conftest.err
>&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } &&
10263 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10264 { (case "(($ac_try" in
10265 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10266 *) ac_try_echo=$ac_try;;
10268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10269 (eval "$ac_try") 2>&5
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); }; } &&
10273 { ac_try='test -s conftest$ac_exeext'
10274 { (case "(($ac_try" in
10275 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10276 *) ac_try_echo
=$ac_try;;
10278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10279 (eval "$ac_try") 2>&5
10281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282 (exit $ac_status); }; }; then
10283 ac_cv_lib_xml2_xmlParseMemory
=yes
10285 echo "$as_me: failed program was:" >&5
10286 sed 's/^/| /' conftest.
$ac_ext >&5
10288 ac_cv_lib_xml2_xmlParseMemory
=no
10291 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10292 conftest
$ac_exeext conftest.
$ac_ext
10293 LIBS
=$ac_check_lib_save_LIBS
10295 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10296 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10297 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
10299 cat >>confdefs.h
<<\_ACEOF
10300 #define HAVE_LIBXML2 1
10303 XML2LIBS
="$ac_xml_libs"
10304 XML2INCL
="$ac_xml_cflags"
10307 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10308 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10309 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10310 echo $ECHO_N "(cached) $ECHO_C" >&6
10312 ac_check_lib_save_LIBS
=$LIBS
10313 LIBS
="-lxml2 $ac_xml_libs $LIBS"
10314 cat >conftest.
$ac_ext <<_ACEOF
10317 cat confdefs.h
>>conftest.
$ac_ext
10318 cat >>conftest.
$ac_ext <<_ACEOF
10319 /* end confdefs.h. */
10321 /* Override any GCC internal prototype to avoid an error.
10322 Use char because int might match the return type of a GCC
10323 builtin and then its argument prototype would still apply. */
10327 char xmlReadMemory ();
10331 return xmlReadMemory ();
10336 rm -f conftest.
$ac_objext conftest
$ac_exeext
10337 if { (ac_try
="$ac_link"
10338 case "(($ac_try" in
10339 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10340 *) ac_try_echo=$ac_try;;
10342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10343 (eval "$ac_link") 2>conftest.er1
10345 grep -v '^ *+' conftest.er1 >conftest.err
10347 cat conftest.err >&5
10348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10349 (exit $ac_status); } &&
10350 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10351 { (case "(($ac_try" in
10352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10353 *) ac_try_echo
=$ac_try;;
10355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10356 (eval "$ac_try") 2>&5
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); }; } &&
10360 { ac_try
='test -s conftest$ac_exeext'
10361 { (case "(($ac_try" in
10362 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10363 *) ac_try_echo=$ac_try;;
10365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10366 (eval "$ac_try") 2>&5
10368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10369 (exit $ac_status); }; }; then
10370 ac_cv_lib_xml2_xmlReadMemory=yes
10372 echo "$as_me: failed program was:" >&5
10373 sed 's/^/| /' conftest.$ac_ext >&5
10375 ac_cv_lib_xml2_xmlReadMemory=no
10378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10379 conftest$ac_exeext conftest.$ac_ext
10380 LIBS=$ac_check_lib_save_LIBS
10382 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10383 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10384 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10386 cat >>confdefs.h <<\_ACEOF
10387 #define HAVE_XMLREADMEMORY 1
10397 CPPFLAGS="$ac_save_CPPFLAGS"
10398 ac_xslt_libs="`$PKG_CONFIG --libs libxslt
2>/dev
/null
`"
10399 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt
2>/dev
/null
`"
10400 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
10403 for ac_header in libxslt/pattern.h libxslt/transform.h
10405 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10406 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10409 echo $ECHO_N "(cached) $ECHO_C" >&6
10411 cat >conftest.$ac_ext <<_ACEOF
10414 cat confdefs.h >>conftest.$ac_ext
10415 cat >>conftest.$ac_ext <<_ACEOF
10416 /* end confdefs.h. */
10417 #ifdef HAVE_LIBXSLT_PATTERN_H
10418 # include <libxslt/pattern.h>
10421 #include <$ac_header>
10423 rm -f conftest.$ac_objext
10424 if { (ac_try="$ac_compile"
10425 case "(($ac_try" in
10426 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10427 *) ac_try_echo
=$ac_try;;
10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10430 (eval "$ac_compile") 2>conftest.er1
10432 grep -v '^ *+' conftest.er1
>conftest.err
10434 cat conftest.err
>&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } &&
10437 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10438 { (case "(($ac_try" in
10439 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10440 *) ac_try_echo=$ac_try;;
10442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10443 (eval "$ac_try") 2>&5
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); }; } &&
10447 { ac_try='test -s conftest.$ac_objext'
10448 { (case "(($ac_try" in
10449 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10450 *) ac_try_echo
=$ac_try;;
10452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10453 (eval "$ac_try") 2>&5
10455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10456 (exit $ac_status); }; }; then
10457 eval "$as_ac_Header=yes"
10459 echo "$as_me: failed program was:" >&5
10460 sed 's/^/| /' conftest.
$ac_ext >&5
10462 eval "$as_ac_Header=no"
10465 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10467 ac_res
=`eval echo '${'$as_ac_Header'}'`
10468 { echo "$as_me:$LINENO: result: $ac_res" >&5
10469 echo "${ECHO_T}$ac_res" >&6; }
10470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10471 cat >>confdefs.h
<<_ACEOF
10472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10474 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10475 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10476 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10477 echo $ECHO_N "(cached) $ECHO_C" >&6
10479 ac_check_lib_save_LIBS
=$LIBS
10480 LIBS
="-lxslt $ac_xslt_libs $LIBS"
10481 cat >conftest.
$ac_ext <<_ACEOF
10484 cat confdefs.h
>>conftest.
$ac_ext
10485 cat >>conftest.
$ac_ext <<_ACEOF
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10494 char xsltCompilePattern ();
10498 return xsltCompilePattern ();
10503 rm -f conftest.
$ac_objext conftest
$ac_exeext
10504 if { (ac_try
="$ac_link"
10505 case "(($ac_try" in
10506 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10507 *) ac_try_echo=$ac_try;;
10509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10510 (eval "$ac_link") 2>conftest.er1
10512 grep -v '^ *+' conftest.er1 >conftest.err
10514 cat conftest.err >&5
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); } &&
10517 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10518 { (case "(($ac_try" in
10519 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10520 *) ac_try_echo
=$ac_try;;
10522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10523 (eval "$ac_try") 2>&5
10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10526 (exit $ac_status); }; } &&
10527 { ac_try
='test -s conftest$ac_exeext'
10528 { (case "(($ac_try" in
10529 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10530 *) ac_try_echo=$ac_try;;
10532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10533 (eval "$ac_try") 2>&5
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; }; then
10537 ac_cv_lib_xslt_xsltCompilePattern=yes
10539 echo "$as_me: failed program was:" >&5
10540 sed 's/^/| /' conftest.$ac_ext >&5
10542 ac_cv_lib_xslt_xsltCompilePattern=no
10545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10546 conftest$ac_exeext conftest.$ac_ext
10547 LIBS=$ac_check_lib_save_LIBS
10549 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10550 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10551 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10553 cat >>confdefs.h <<\_ACEOF
10554 #define HAVE_LIBXSLT 1
10557 XSLTLIBS="$ac_xslt_libs"
10558 XSLTINCL="$ac_xslt_cflags"
10566 CPPFLAGS="$ac_save_CPPFLAGS"
10571 if test "$PKG_CONFIG" != "false"
10573 ac_save_CPPFLAGS="$CPPFLAGS"
10574 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
10575 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
10576 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
10579 for ac_header in dbus/dbus.h hal/libhal.h
10581 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10583 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10584 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10585 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10586 echo $ECHO_N "(cached) $ECHO_C" >&6
10588 ac_res=`eval echo '${'$as_ac_Header'}'`
10589 { echo "$as_me:$LINENO: result: $ac_res" >&5
10590 echo "${ECHO_T}$ac_res" >&6; }
10592 # Is the header compilable?
10593 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10594 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10595 cat >conftest.$ac_ext <<_ACEOF
10598 cat confdefs.h >>conftest.$ac_ext
10599 cat >>conftest.$ac_ext <<_ACEOF
10600 /* end confdefs.h. */
10601 $ac_includes_default
10602 #include <$ac_header>
10604 rm -f conftest.$ac_objext
10605 if { (ac_try="$ac_compile"
10606 case "(($ac_try" in
10607 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10608 *) ac_try_echo
=$ac_try;;
10610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10611 (eval "$ac_compile") 2>conftest.er1
10613 grep -v '^ *+' conftest.er1
>conftest.err
10615 cat conftest.err
>&5
10616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 (exit $ac_status); } &&
10618 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10619 { (case "(($ac_try" in
10620 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10621 *) ac_try_echo=$ac_try;;
10623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10624 (eval "$ac_try") 2>&5
10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); }; } &&
10628 { ac_try='test -s conftest.$ac_objext'
10629 { (case "(($ac_try" in
10630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10631 *) ac_try_echo
=$ac_try;;
10633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10634 (eval "$ac_try") 2>&5
10636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10637 (exit $ac_status); }; }; then
10638 ac_header_compiler
=yes
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.
$ac_ext >&5
10643 ac_header_compiler
=no
10646 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10647 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10648 echo "${ECHO_T}$ac_header_compiler" >&6; }
10650 # Is the header present?
10651 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10652 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10653 cat >conftest.
$ac_ext <<_ACEOF
10656 cat confdefs.h
>>conftest.
$ac_ext
10657 cat >>conftest.
$ac_ext <<_ACEOF
10658 /* end confdefs.h. */
10659 #include <$ac_header>
10661 if { (ac_try
="$ac_cpp conftest.$ac_ext"
10662 case "(($ac_try" in
10663 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10664 *) ac_try_echo=$ac_try;;
10666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10667 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10669 grep -v '^ *+' conftest.er1 >conftest.err
10671 cat conftest.err >&5
10672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10673 (exit $ac_status); } >/dev/null; then
10674 if test -s conftest.err; then
10675 ac_cpp_err=$ac_c_preproc_warn_flag
10676 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10683 if test -z "$ac_cpp_err"; then
10684 ac_header_preproc=yes
10686 echo "$as_me: failed program was:" >&5
10687 sed 's/^/| /' conftest.$ac_ext >&5
10689 ac_header_preproc=no
10692 rm -f conftest.err conftest.$ac_ext
10693 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10694 echo "${ECHO_T}$ac_header_preproc" >&6; }
10696 # So? What about this header?
10697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10699 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10700 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10701 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10702 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10703 ac_header_preproc=yes
10706 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10707 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10708 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10709 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10710 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10711 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10712 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10713 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10714 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10715 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10716 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10717 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10719 ## ------------------------------------ ##
10720 ## Report this to wine-devel@winehq.org ##
10721 ## ------------------------------------ ##
10723 ) | sed "s/^/$as_me: WARNING: /" >&2
10726 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10727 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10729 echo $ECHO_N "(cached) $ECHO_C" >&6
10731 eval "$as_ac_Header=\$ac_header_preproc"
10733 ac_res=`eval echo '${'$as_ac_Header'}'`
10734 { echo "$as_me:$LINENO: result: $ac_res" >&5
10735 echo "${ECHO_T}$ac_res" >&6; }
10738 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10739 cat >>confdefs.h <<_ACEOF
10740 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
10747 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
10749 { echo "$as_me:$LINENO: checking for libhal_ctx_new in -lhal" >&5
10750 echo $ECHO_N "checking for libhal_ctx_new in -lhal... $ECHO_C" >&6; }
10751 if test "${ac_cv_lib_hal_libhal_ctx_new+set}" = set; then
10752 echo $ECHO_N "(cached) $ECHO_C" >&6
10754 ac_check_lib_save_LIBS=$LIBS
10756 cat >conftest.$ac_ext <<_ACEOF
10759 cat confdefs.h >>conftest.$ac_ext
10760 cat >>conftest.$ac_ext <<_ACEOF
10761 /* end confdefs.h. */
10763 /* Override any GCC internal prototype to avoid an error.
10764 Use char because int might match the return type of a GCC
10765 builtin and then its argument prototype would still apply. */
10769 char libhal_ctx_new ();
10773 return libhal_ctx_new ();
10778 rm -f conftest.$ac_objext conftest$ac_exeext
10779 if { (ac_try="$ac_link"
10780 case "(($ac_try" in
10781 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10782 *) ac_try_echo
=$ac_try;;
10784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10785 (eval "$ac_link") 2>conftest.er1
10787 grep -v '^ *+' conftest.er1
>conftest.err
10789 cat conftest.err
>&5
10790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10791 (exit $ac_status); } &&
10792 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10793 { (case "(($ac_try" in
10794 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10795 *) ac_try_echo=$ac_try;;
10797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10798 (eval "$ac_try") 2>&5
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); }; } &&
10802 { ac_try='test -s conftest$ac_exeext'
10803 { (case "(($ac_try" in
10804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10805 *) ac_try_echo
=$ac_try;;
10807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10808 (eval "$ac_try") 2>&5
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); }; }; then
10812 ac_cv_lib_hal_libhal_ctx_new
=yes
10814 echo "$as_me: failed program was:" >&5
10815 sed 's/^/| /' conftest.
$ac_ext >&5
10817 ac_cv_lib_hal_libhal_ctx_new
=no
10820 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10821 conftest
$ac_exeext conftest.
$ac_ext
10822 LIBS
=$ac_check_lib_save_LIBS
10824 { echo "$as_me:$LINENO: result: $ac_cv_lib_hal_libhal_ctx_new" >&5
10825 echo "${ECHO_T}$ac_cv_lib_hal_libhal_ctx_new" >&6; }
10826 if test $ac_cv_lib_hal_libhal_ctx_new = yes; then
10827 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
10828 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
10829 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
10830 echo $ECHO_N "(cached) $ECHO_C" >&6
10832 ac_check_lib_save_LIBS
=$LIBS
10833 LIBS
="-ldbus-1 $ac_hal_libs $LIBS"
10834 cat >conftest.
$ac_ext <<_ACEOF
10837 cat confdefs.h
>>conftest.
$ac_ext
10838 cat >>conftest.
$ac_ext <<_ACEOF
10839 /* end confdefs.h. */
10841 /* Override any GCC internal prototype to avoid an error.
10842 Use char because int might match the return type of a GCC
10843 builtin and then its argument prototype would still apply. */
10847 char dbus_connection_close ();
10851 return dbus_connection_close ();
10856 rm -f conftest.
$ac_objext conftest
$ac_exeext
10857 if { (ac_try
="$ac_link"
10858 case "(($ac_try" in
10859 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10860 *) ac_try_echo=$ac_try;;
10862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10863 (eval "$ac_link") 2>conftest.er1
10865 grep -v '^ *+' conftest.er1 >conftest.err
10867 cat conftest.err >&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } &&
10870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10871 { (case "(($ac_try" in
10872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10873 *) ac_try_echo
=$ac_try;;
10875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10876 (eval "$ac_try") 2>&5
10878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10879 (exit $ac_status); }; } &&
10880 { ac_try
='test -s conftest$ac_exeext'
10881 { (case "(($ac_try" in
10882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10883 *) ac_try_echo=$ac_try;;
10885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10886 (eval "$ac_try") 2>&5
10888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10889 (exit $ac_status); }; }; then
10890 ac_cv_lib_dbus_1_dbus_connection_close=yes
10892 echo "$as_me: failed program was:" >&5
10893 sed 's/^/| /' conftest.$ac_ext >&5
10895 ac_cv_lib_dbus_1_dbus_connection_close=no
10898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10899 conftest$ac_exeext conftest.$ac_ext
10900 LIBS=$ac_check_lib_save_LIBS
10902 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
10903 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
10904 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
10906 cat >>confdefs.h <<\_ACEOF
10907 #define HAVE_LIBHAL 1
10910 HALINCL="$ac_hal_cflags"
10916 CPPFLAGS="$ac_save_CPPFLAGS"
10920 if test "x$with_curses" != "xno"
10922 if test "$ac_cv_header_ncurses_h" = "yes"
10924 { echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
10925 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6; }
10926 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
10927 echo $ECHO_N "(cached) $ECHO_C" >&6
10929 ac_check_lib_save_LIBS=$LIBS
10930 LIBS="-lncurses $LIBS"
10931 cat >conftest.$ac_ext <<_ACEOF
10934 cat confdefs.h >>conftest.$ac_ext
10935 cat >>conftest.$ac_ext <<_ACEOF
10936 /* end confdefs.h. */
10938 /* Override any GCC internal prototype to avoid an error.
10939 Use char because int might match the return type of a GCC
10940 builtin and then its argument prototype would still apply. */
10953 rm -f conftest.$ac_objext conftest$ac_exeext
10954 if { (ac_try="$ac_link"
10955 case "(($ac_try" in
10956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10957 *) ac_try_echo
=$ac_try;;
10959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10960 (eval "$ac_link") 2>conftest.er1
10962 grep -v '^ *+' conftest.er1
>conftest.err
10964 cat conftest.err
>&5
10965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966 (exit $ac_status); } &&
10967 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10968 { (case "(($ac_try" in
10969 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10970 *) ac_try_echo=$ac_try;;
10972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10973 (eval "$ac_try") 2>&5
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }; } &&
10977 { ac_try='test -s conftest$ac_exeext'
10978 { (case "(($ac_try" in
10979 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10980 *) ac_try_echo
=$ac_try;;
10982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10983 (eval "$ac_try") 2>&5
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); }; }; then
10987 ac_cv_lib_ncurses_waddch
=yes
10989 echo "$as_me: failed program was:" >&5
10990 sed 's/^/| /' conftest.
$ac_ext >&5
10992 ac_cv_lib_ncurses_waddch
=no
10995 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10996 conftest
$ac_exeext conftest.
$ac_ext
10997 LIBS
=$ac_check_lib_save_LIBS
10999 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
11000 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6; }
11001 if test $ac_cv_lib_ncurses_waddch = yes; then
11003 cat >>confdefs.h
<<\_ACEOF
11004 #define HAVE_LIBNCURSES 1
11007 CURSESLIBS
="-lncurses"
11010 elif test "$ac_cv_header_curses_h" = "yes"
11012 { echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
11013 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6; }
11014 if test "${ac_cv_lib_curses_waddch+set}" = set; then
11015 echo $ECHO_N "(cached) $ECHO_C" >&6
11017 ac_check_lib_save_LIBS
=$LIBS
11018 LIBS
="-lcurses $LIBS"
11019 cat >conftest.
$ac_ext <<_ACEOF
11022 cat confdefs.h
>>conftest.
$ac_ext
11023 cat >>conftest.
$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11026 /* Override any GCC internal prototype to avoid an error.
11027 Use char because int might match the return type of a GCC
11028 builtin and then its argument prototype would still apply. */
11041 rm -f conftest.
$ac_objext conftest
$ac_exeext
11042 if { (ac_try
="$ac_link"
11043 case "(($ac_try" in
11044 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11045 *) ac_try_echo=$ac_try;;
11047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11048 (eval "$ac_link") 2>conftest.er1
11050 grep -v '^ *+' conftest.er1 >conftest.err
11052 cat conftest.err >&5
11053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11054 (exit $ac_status); } &&
11055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11056 { (case "(($ac_try" in
11057 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11058 *) ac_try_echo
=$ac_try;;
11060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11061 (eval "$ac_try") 2>&5
11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); }; } &&
11065 { ac_try
='test -s conftest$ac_exeext'
11066 { (case "(($ac_try" in
11067 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11068 *) ac_try_echo=$ac_try;;
11070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11071 (eval "$ac_try") 2>&5
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); }; }; then
11075 ac_cv_lib_curses_waddch=yes
11077 echo "$as_me: failed program was:" >&5
11078 sed 's/^/| /' conftest.$ac_ext >&5
11080 ac_cv_lib_curses_waddch=no
11083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11084 conftest$ac_exeext conftest.$ac_ext
11085 LIBS=$ac_check_lib_save_LIBS
11087 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
11088 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6; }
11089 if test $ac_cv_lib_curses_waddch = yes; then
11091 cat >>confdefs.h <<\_ACEOF
11092 #define HAVE_LIBCURSES 1
11095 CURSESLIBS="-lcurses"
11099 ac_save_LIBS="$LIBS"
11100 LIBS="$LIBS $CURSESLIBS"
11102 for ac_func in mousemask
11104 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
11105 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11106 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11108 echo $ECHO_N "(cached) $ECHO_C" >&6
11110 cat >conftest.$ac_ext <<_ACEOF
11113 cat confdefs.h >>conftest.$ac_ext
11114 cat >>conftest.$ac_ext <<_ACEOF
11115 /* end confdefs.h. */
11116 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11117 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11118 #define $ac_func innocuous_$ac_func
11120 /* System header to define __stub macros and hopefully few prototypes,
11121 which can conflict with char $ac_func (); below.
11122 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11123 <limits.h> exists even on freestanding compilers. */
11126 # include <limits.h>
11128 # include <assert.h>
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11140 /* The GNU C library defines this for functions which it implements
11141 to always fail with ENOSYS. Some functions are actually named
11142 something starting with __ and the normal name is an alias. */
11143 #if defined __stub_$ac_func || defined __stub___$ac_func
11150 return $ac_func ();
11155 rm -f conftest.$ac_objext conftest$ac_exeext
11156 if { (ac_try="$ac_link"
11157 case "(($ac_try" in
11158 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11159 *) ac_try_echo
=$ac_try;;
11161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11162 (eval "$ac_link") 2>conftest.er1
11164 grep -v '^ *+' conftest.er1
>conftest.err
11166 cat conftest.err
>&5
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11168 (exit $ac_status); } &&
11169 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11170 { (case "(($ac_try" in
11171 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11172 *) ac_try_echo=$ac_try;;
11174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11175 (eval "$ac_try") 2>&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); }; } &&
11179 { ac_try='test -s conftest$ac_exeext'
11180 { (case "(($ac_try" in
11181 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11182 *) ac_try_echo
=$ac_try;;
11184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11185 (eval "$ac_try") 2>&5
11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); }; }; then
11189 eval "$as_ac_var=yes"
11191 echo "$as_me: failed program was:" >&5
11192 sed 's/^/| /' conftest.
$ac_ext >&5
11194 eval "$as_ac_var=no"
11197 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11198 conftest
$ac_exeext conftest.
$ac_ext
11200 ac_res
=`eval echo '${'$as_ac_var'}'`
11201 { echo "$as_me:$LINENO: result: $ac_res" >&5
11202 echo "${ECHO_T}$ac_res" >&6; }
11203 if test `eval echo '${'$as_ac_var'}'` = yes; then
11204 cat >>confdefs.h
<<_ACEOF
11205 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11211 LIBS
="$ac_save_LIBS"
11215 # Extract the first word of "sane-config", so it can be a program name with args.
11216 set dummy sane-config
; ac_word
=$2
11217 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11219 if test "${ac_cv_prog_sane_devel+set}" = set; then
11220 echo $ECHO_N "(cached) $ECHO_C" >&6
11222 if test -n "$sane_devel"; then
11223 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
11225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11226 for as_dir
in $PATH
11229 test -z "$as_dir" && as_dir
=.
11230 for ac_exec_ext
in '' $ac_executable_extensions; do
11231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11232 ac_cv_prog_sane_devel
="sane-config"
11233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11240 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
11243 sane_devel
=$ac_cv_prog_sane_devel
11244 if test -n "$sane_devel"; then
11245 { echo "$as_me:$LINENO: result: $sane_devel" >&5
11246 echo "${ECHO_T}$sane_devel" >&6; }
11248 { echo "$as_me:$LINENO: result: no" >&5
11249 echo "${ECHO_T}no" >&6; }
11257 if test "$sane_devel" != "no"
11259 SANELIBS
="`$sane_devel --libs`"
11260 SANEINCL
="`$sane_devel --cflags`"
11261 ac_save_CPPFLAGS
="$CPPFLAGS"
11262 ac_save_LIBS
="$LIBS"
11263 CPPFLAGS
="$CPPFLAGS $SANEINCL"
11264 LIBS
="$LIBS $SANELIBS"
11265 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11266 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11267 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11268 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11269 echo $ECHO_N "(cached) $ECHO_C" >&6
11271 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11272 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11274 # Is the header compilable?
11275 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11276 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11277 cat >conftest.
$ac_ext <<_ACEOF
11280 cat confdefs.h
>>conftest.
$ac_ext
11281 cat >>conftest.
$ac_ext <<_ACEOF
11282 /* end confdefs.h. */
11283 $ac_includes_default
11284 #include <sane/sane.h>
11286 rm -f conftest.
$ac_objext
11287 if { (ac_try
="$ac_compile"
11288 case "(($ac_try" in
11289 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11290 *) ac_try_echo=$ac_try;;
11292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11293 (eval "$ac_compile") 2>conftest.er1
11295 grep -v '^ *+' conftest.er1 >conftest.err
11297 cat conftest.err >&5
11298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11299 (exit $ac_status); } &&
11300 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11301 { (case "(($ac_try" in
11302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11303 *) ac_try_echo
=$ac_try;;
11305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11306 (eval "$ac_try") 2>&5
11308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11309 (exit $ac_status); }; } &&
11310 { ac_try
='test -s conftest.$ac_objext'
11311 { (case "(($ac_try" in
11312 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11313 *) ac_try_echo=$ac_try;;
11315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11316 (eval "$ac_try") 2>&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); }; }; then
11320 ac_header_compiler=yes
11322 echo "$as_me: failed program was:" >&5
11323 sed 's/^/| /' conftest.$ac_ext >&5
11325 ac_header_compiler=no
11328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11329 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11330 echo "${ECHO_T}$ac_header_compiler" >&6; }
11332 # Is the header present?
11333 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
11334 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
11335 cat >conftest.$ac_ext <<_ACEOF
11338 cat confdefs.h >>conftest.$ac_ext
11339 cat >>conftest.$ac_ext <<_ACEOF
11340 /* end confdefs.h. */
11341 #include <sane/sane.h>
11343 if { (ac_try="$ac_cpp conftest.$ac_ext"
11344 case "(($ac_try" in
11345 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11346 *) ac_try_echo
=$ac_try;;
11348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11351 grep -v '^ *+' conftest.er1
>conftest.err
11353 cat conftest.err
>&5
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } >/dev
/null
; then
11356 if test -s conftest.err
; then
11357 ac_cpp_err
=$ac_c_preproc_warn_flag
11358 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11365 if test -z "$ac_cpp_err"; then
11366 ac_header_preproc
=yes
11368 echo "$as_me: failed program was:" >&5
11369 sed 's/^/| /' conftest.
$ac_ext >&5
11371 ac_header_preproc
=no
11374 rm -f conftest.err conftest.
$ac_ext
11375 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11376 echo "${ECHO_T}$ac_header_preproc" >&6; }
11378 # So? What about this header?
11379 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11381 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
11382 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11383 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
11384 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
11385 ac_header_preproc
=yes
11388 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
11389 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
11390 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
11391 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
11392 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
11393 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
11394 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
11395 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
11396 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
11397 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
11398 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
11399 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
11401 ## ------------------------------------ ##
11402 ## Report this to wine-devel@winehq.org ##
11403 ## ------------------------------------ ##
11405 ) |
sed "s/^/$as_me: WARNING: /" >&2
11408 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11409 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11410 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11411 echo $ECHO_N "(cached) $ECHO_C" >&6
11413 ac_cv_header_sane_sane_h
=$ac_header_preproc
11415 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11416 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11419 if test $ac_cv_header_sane_sane_h = yes; then
11420 { echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
11421 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6; }
11422 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
11423 echo $ECHO_N "(cached) $ECHO_C" >&6
11425 ac_check_lib_save_LIBS
=$LIBS
11426 LIBS
="-lsane $LIBS"
11427 cat >conftest.
$ac_ext <<_ACEOF
11430 cat confdefs.h
>>conftest.
$ac_ext
11431 cat >>conftest.
$ac_ext <<_ACEOF
11432 /* end confdefs.h. */
11434 /* Override any GCC internal prototype to avoid an error.
11435 Use char because int might match the return type of a GCC
11436 builtin and then its argument prototype would still apply. */
11444 return sane_open ();
11449 rm -f conftest.
$ac_objext conftest
$ac_exeext
11450 if { (ac_try
="$ac_link"
11451 case "(($ac_try" in
11452 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11453 *) ac_try_echo=$ac_try;;
11455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11456 (eval "$ac_link") 2>conftest.er1
11458 grep -v '^ *+' conftest.er1 >conftest.err
11460 cat conftest.err >&5
11461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11462 (exit $ac_status); } &&
11463 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11464 { (case "(($ac_try" in
11465 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11466 *) ac_try_echo
=$ac_try;;
11468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11469 (eval "$ac_try") 2>&5
11471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11472 (exit $ac_status); }; } &&
11473 { ac_try
='test -s conftest$ac_exeext'
11474 { (case "(($ac_try" in
11475 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11476 *) ac_try_echo=$ac_try;;
11478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11479 (eval "$ac_try") 2>&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); }; }; then
11483 ac_cv_lib_sane_sane_open=yes
11485 echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11488 ac_cv_lib_sane_sane_open=no
11491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11492 conftest$ac_exeext conftest.$ac_ext
11493 LIBS=$ac_check_lib_save_LIBS
11495 { echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
11496 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6; }
11497 if test $ac_cv_lib_sane_sane_open = yes; then
11499 cat >>confdefs.h <<\_ACEOF
11500 #define HAVE_SANE 1
11514 LIBS="$ac_save_LIBS"
11515 CPPFLAGS="$ac_save_CPPFLAGS"
11518 # Extract the first word of "gphoto2-config", so it can be a program name with args.
11519 set dummy gphoto2-config; ac_word=$2
11520 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11522 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11525 if test -n "$gphoto2_devel"; then
11526 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
11528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11529 for as_dir in $PATH
11532 test -z "$as_dir" && as_dir=.
11533 for ac_exec_ext in '' $ac_executable_extensions; do
11534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11535 ac_cv_prog_gphoto2_devel="gphoto2-config"
11536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11543 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
11546 gphoto2_devel=$ac_cv_prog_gphoto2_devel
11547 if test -n "$gphoto2_devel"; then
11548 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
11549 echo "${ECHO_T}$gphoto2_devel" >&6; }
11551 { echo "$as_me:$LINENO: result: no" >&5
11552 echo "${ECHO_T}no" >&6; }
11556 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11557 set dummy gphoto2-port-config; ac_word=$2
11558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11560 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11561 echo $ECHO_N "(cached) $ECHO_C" >&6
11563 if test -n "$gphoto2port_devel"; then
11564 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
11566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11567 for as_dir in $PATH
11570 test -z "$as_dir" && as_dir=.
11571 for ac_exec_ext in '' $ac_executable_extensions; do
11572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11573 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
11574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11581 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
11584 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
11585 if test -n "$gphoto2port_devel"; then
11586 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11587 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11589 { echo "$as_me:$LINENO: result: no" >&5
11590 echo "${ECHO_T}no" >&6; }
11598 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11600 GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11602 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11605 -L/usr/lib|-L/usr/lib64) ;;
11606 -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";;
11609 ac_save_CPPFLAGS="$CPPFLAGS"
11610 ac_save_LIBS="$LIBS"
11611 CPPFLAGS="$CPPFLAGS $GPHOTO2INCL"
11612 LIBS="$LIBS $GPHOTO2LIBS"
11613 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11614 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11615 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11616 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11617 echo $ECHO_N "(cached) $ECHO_C" >&6
11619 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11620 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11622 # Is the header compilable?
11623 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11624 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11625 cat >conftest.$ac_ext <<_ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11631 $ac_includes_default
11632 #include <gphoto2-camera.h>
11634 rm -f conftest.$ac_objext
11635 if { (ac_try="$ac_compile"
11636 case "(($ac_try" in
11637 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11638 *) ac_try_echo
=$ac_try;;
11640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11641 (eval "$ac_compile") 2>conftest.er1
11643 grep -v '^ *+' conftest.er1
>conftest.err
11645 cat conftest.err
>&5
11646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11647 (exit $ac_status); } &&
11648 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11649 { (case "(($ac_try" in
11650 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11651 *) ac_try_echo=$ac_try;;
11653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11654 (eval "$ac_try") 2>&5
11656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11657 (exit $ac_status); }; } &&
11658 { ac_try='test -s conftest.$ac_objext'
11659 { (case "(($ac_try" in
11660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11661 *) ac_try_echo
=$ac_try;;
11663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11664 (eval "$ac_try") 2>&5
11666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11667 (exit $ac_status); }; }; then
11668 ac_header_compiler
=yes
11670 echo "$as_me: failed program was:" >&5
11671 sed 's/^/| /' conftest.
$ac_ext >&5
11673 ac_header_compiler
=no
11676 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11677 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11678 echo "${ECHO_T}$ac_header_compiler" >&6; }
11680 # Is the header present?
11681 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11682 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11683 cat >conftest.
$ac_ext <<_ACEOF
11686 cat confdefs.h
>>conftest.
$ac_ext
11687 cat >>conftest.
$ac_ext <<_ACEOF
11688 /* end confdefs.h. */
11689 #include <gphoto2-camera.h>
11691 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11692 case "(($ac_try" in
11693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11699 grep -v '^ *+' conftest.er1 >conftest.err
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } >/dev/null; then
11704 if test -s conftest.err; then
11705 ac_cpp_err=$ac_c_preproc_warn_flag
11706 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11713 if test -z "$ac_cpp_err"; then
11714 ac_header_preproc=yes
11716 echo "$as_me: failed program was:" >&5
11717 sed 's/^/| /' conftest.$ac_ext >&5
11719 ac_header_preproc=no
11722 rm -f conftest.err conftest.$ac_ext
11723 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11724 echo "${ECHO_T}$ac_header_preproc" >&6; }
11726 # So? What about this header?
11727 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11729 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11730 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11731 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11732 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11733 ac_header_preproc=yes
11736 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11737 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11738 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
11739 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
11740 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11741 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11742 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
11743 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
11744 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11745 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11746 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11747 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11749 ## ------------------------------------ ##
11750 ## Report this to wine-devel@winehq.org ##
11751 ## ------------------------------------ ##
11753 ) | sed "s/^/$as_me: WARNING: /" >&2
11756 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11757 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11758 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11759 echo $ECHO_N "(cached) $ECHO_C" >&6
11761 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
11763 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11764 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11767 if test $ac_cv_header_gphoto2_camera_h = yes; then
11768 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11769 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11770 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11771 echo $ECHO_N "(cached) $ECHO_C" >&6
11773 ac_check_lib_save_LIBS=$LIBS
11774 LIBS="-lgphoto2 $LIBS"
11775 cat >conftest.$ac_ext <<_ACEOF
11778 cat confdefs.h >>conftest.$ac_ext
11779 cat >>conftest.$ac_ext <<_ACEOF
11780 /* end confdefs.h. */
11782 /* Override any GCC internal prototype to avoid an error.
11783 Use char because int might match the return type of a GCC
11784 builtin and then its argument prototype would still apply. */
11788 char gp_camera_new ();
11792 return gp_camera_new ();
11797 rm -f conftest.$ac_objext conftest$ac_exeext
11798 if { (ac_try="$ac_link"
11799 case "(($ac_try" in
11800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11801 *) ac_try_echo
=$ac_try;;
11803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11804 (eval "$ac_link") 2>conftest.er1
11806 grep -v '^ *+' conftest.er1
>conftest.err
11808 cat conftest.err
>&5
11809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11810 (exit $ac_status); } &&
11811 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11812 { (case "(($ac_try" in
11813 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11814 *) ac_try_echo=$ac_try;;
11816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11817 (eval "$ac_try") 2>&5
11819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820 (exit $ac_status); }; } &&
11821 { ac_try='test -s conftest$ac_exeext'
11822 { (case "(($ac_try" in
11823 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11824 *) ac_try_echo
=$ac_try;;
11826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11827 (eval "$ac_try") 2>&5
11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11830 (exit $ac_status); }; }; then
11831 ac_cv_lib_gphoto2_gp_camera_new
=yes
11833 echo "$as_me: failed program was:" >&5
11834 sed 's/^/| /' conftest.
$ac_ext >&5
11836 ac_cv_lib_gphoto2_gp_camera_new
=no
11839 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11840 conftest
$ac_exeext conftest.
$ac_ext
11841 LIBS
=$ac_check_lib_save_LIBS
11843 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11844 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11845 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11847 cat >>confdefs.h
<<\_ACEOF
11848 #define HAVE_GPHOTO2 1
11862 LIBS
="$ac_save_LIBS"
11863 CPPFLAGS
="$ac_save_CPPFLAGS"
11866 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
11869 for i
in ${ICU_LIB_DIR-/usr/lib}/libsicu
${ICU_LIB_DIR-/usr/lib}/libicu
11871 TEST_ICUUC_LIB
="${ICUUC_LIB-${i}uc.a}"
11872 TEST_ICUDATA_LIB
="${ICUDATA_LIB-${i}data.a}"
11873 { echo "$as_me:$LINENO: checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB" >&5
11874 echo $ECHO_N "checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB... $ECHO_C" >&6; }
11875 LIBS
="$saved_libs $TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s"
11876 cat >conftest.
$ac_ext <<_ACEOF
11879 cat confdefs.h
>>conftest.
$ac_ext
11880 cat >>conftest.
$ac_ext <<_ACEOF
11881 /* end confdefs.h. */
11882 #include <unicode/ubidi.h>
11891 rm -f conftest.
$ac_objext conftest
$ac_exeext
11892 if { (ac_try
="$ac_link"
11893 case "(($ac_try" in
11894 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11895 *) ac_try_echo=$ac_try;;
11897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11898 (eval "$ac_link") 2>conftest.er1
11900 grep -v '^ *+' conftest.er1 >conftest.err
11902 cat conftest.err >&5
11903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11904 (exit $ac_status); } &&
11905 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11906 { (case "(($ac_try" in
11907 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11908 *) ac_try_echo
=$ac_try;;
11910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11911 (eval "$ac_try") 2>&5
11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); }; } &&
11915 { ac_try
='test -s conftest$ac_exeext'
11916 { (case "(($ac_try" in
11917 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11918 *) ac_try_echo=$ac_try;;
11920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11921 (eval "$ac_try") 2>&5
11923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11924 (exit $ac_status); }; }; then
11926 cat >>confdefs.h <<\_ACEOF
11930 ICULIBS="$TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s"
11932 { echo "$as_me:$LINENO: result: yes" >&5
11933 echo "${ECHO_T}yes" >&6; }
11935 echo "$as_me: failed program was:" >&5
11936 sed 's/^/| /' conftest.$ac_ext >&5
11938 { echo "$as_me:$LINENO: result: no" >&5
11939 echo "${ECHO_T}no" >&6; }
11942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11943 conftest$ac_exeext conftest.$ac_ext
11950 if test "$ac_cv_header_resolv_h" = "yes"
11952 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
11953 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
11954 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
11955 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 ac_check_lib_save_LIBS=$LIBS
11958 LIBS="-lresolv $LIBS"
11959 cat >conftest.$ac_ext <<_ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11976 return res_query ();
11981 rm -f conftest.$ac_objext conftest$ac_exeext
11982 if { (ac_try="$ac_link"
11983 case "(($ac_try" in
11984 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11985 *) ac_try_echo
=$ac_try;;
11987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11988 (eval "$ac_link") 2>conftest.er1
11990 grep -v '^ *+' conftest.er1
>conftest.err
11992 cat conftest.err
>&5
11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11994 (exit $ac_status); } &&
11995 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11996 { (case "(($ac_try" in
11997 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11998 *) ac_try_echo=$ac_try;;
12000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12001 (eval "$ac_try") 2>&5
12003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12004 (exit $ac_status); }; } &&
12005 { ac_try='test -s conftest$ac_exeext'
12006 { (case "(($ac_try" in
12007 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12008 *) ac_try_echo
=$ac_try;;
12010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12011 (eval "$ac_try") 2>&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); }; }; then
12015 ac_cv_lib_resolv_res_query
=yes
12017 echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.
$ac_ext >&5
12020 ac_cv_lib_resolv_res_query
=no
12023 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12024 conftest
$ac_exeext conftest.
$ac_ext
12025 LIBS
=$ac_check_lib_save_LIBS
12027 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
12028 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
12029 if test $ac_cv_lib_resolv_res_query = yes; then
12031 cat >>confdefs.h
<<\_ACEOF
12032 #define HAVE_RESOLV 1
12035 RESOLVLIBS
="-lresolv"
12042 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
12044 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
12045 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
12046 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
12047 echo $ECHO_N "(cached) $ECHO_C" >&6
12049 ac_check_lib_save_LIBS
=$LIBS
12050 LIBS
="-llcms $LIBS"
12051 cat >conftest.
$ac_ext <<_ACEOF
12054 cat confdefs.h
>>conftest.
$ac_ext
12055 cat >>conftest.
$ac_ext <<_ACEOF
12056 /* end confdefs.h. */
12058 /* Override any GCC internal prototype to avoid an error.
12059 Use char because int might match the return type of a GCC
12060 builtin and then its argument prototype would still apply. */
12064 char cmsOpenProfileFromFile ();
12068 return cmsOpenProfileFromFile ();
12073 rm -f conftest.
$ac_objext conftest
$ac_exeext
12074 if { (ac_try
="$ac_link"
12075 case "(($ac_try" in
12076 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12077 *) ac_try_echo=$ac_try;;
12079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12080 (eval "$ac_link") 2>conftest.er1
12082 grep -v '^ *+' conftest.er1 >conftest.err
12084 cat conftest.err >&5
12085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086 (exit $ac_status); } &&
12087 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12088 { (case "(($ac_try" in
12089 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12090 *) ac_try_echo
=$ac_try;;
12092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12093 (eval "$ac_try") 2>&5
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); }; } &&
12097 { ac_try
='test -s conftest$ac_exeext'
12098 { (case "(($ac_try" in
12099 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12100 *) ac_try_echo=$ac_try;;
12102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12103 (eval "$ac_try") 2>&5
12105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106 (exit $ac_status); }; }; then
12107 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
12109 echo "$as_me: failed program was:" >&5
12110 sed 's/^/| /' conftest.$ac_ext >&5
12112 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
12115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12116 conftest$ac_exeext conftest.$ac_ext
12117 LIBS=$ac_check_lib_save_LIBS
12119 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
12120 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
12121 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
12123 cat >>confdefs.h <<\_ACEOF
12124 #define HAVE_LCMS 1
12134 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12136 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
12137 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
12138 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
12139 echo $ECHO_N "(cached) $ECHO_C" >&6
12141 ac_check_lib_save_LIBS=$LIBS
12142 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12143 cat >conftest.$ac_ext <<_ACEOF
12146 cat confdefs.h >>conftest.$ac_ext
12147 cat >>conftest.$ac_ext <<_ACEOF
12148 /* end confdefs.h. */
12150 /* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12156 char ldap_initialize ();
12160 return ldap_initialize ();
12165 rm -f conftest.$ac_objext conftest$ac_exeext
12166 if { (ac_try="$ac_link"
12167 case "(($ac_try" in
12168 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12169 *) ac_try_echo
=$ac_try;;
12171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12172 (eval "$ac_link") 2>conftest.er1
12174 grep -v '^ *+' conftest.er1
>conftest.err
12176 cat conftest.err
>&5
12177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12178 (exit $ac_status); } &&
12179 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12180 { (case "(($ac_try" in
12181 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12182 *) ac_try_echo=$ac_try;;
12184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12185 (eval "$ac_try") 2>&5
12187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12188 (exit $ac_status); }; } &&
12189 { ac_try='test -s conftest$ac_exeext'
12190 { (case "(($ac_try" in
12191 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12192 *) ac_try_echo
=$ac_try;;
12194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12195 (eval "$ac_try") 2>&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); }; }; then
12199 ac_cv_lib_ldap_r_ldap_initialize
=yes
12201 echo "$as_me: failed program was:" >&5
12202 sed 's/^/| /' conftest.
$ac_ext >&5
12204 ac_cv_lib_ldap_r_ldap_initialize
=no
12207 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12208 conftest
$ac_exeext conftest.
$ac_ext
12209 LIBS
=$ac_check_lib_save_LIBS
12211 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12212 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12213 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12214 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12215 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12216 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 ac_check_lib_save_LIBS
=$LIBS
12220 LIBS
="-llber $LIBPTHREAD $LIBS"
12221 cat >conftest.
$ac_ext <<_ACEOF
12224 cat confdefs.h
>>conftest.
$ac_ext
12225 cat >>conftest.
$ac_ext <<_ACEOF
12226 /* end confdefs.h. */
12228 /* Override any GCC internal prototype to avoid an error.
12229 Use char because int might match the return type of a GCC
12230 builtin and then its argument prototype would still apply. */
12238 return ber_init ();
12243 rm -f conftest.
$ac_objext conftest
$ac_exeext
12244 if { (ac_try
="$ac_link"
12245 case "(($ac_try" in
12246 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12247 *) ac_try_echo=$ac_try;;
12249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12250 (eval "$ac_link") 2>conftest.er1
12252 grep -v '^ *+' conftest.er1 >conftest.err
12254 cat conftest.err >&5
12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12256 (exit $ac_status); } &&
12257 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12258 { (case "(($ac_try" in
12259 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12260 *) ac_try_echo
=$ac_try;;
12262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12263 (eval "$ac_try") 2>&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); }; } &&
12267 { ac_try
='test -s conftest$ac_exeext'
12268 { (case "(($ac_try" in
12269 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12270 *) ac_try_echo=$ac_try;;
12272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12273 (eval "$ac_try") 2>&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); }; }; then
12277 ac_cv_lib_lber_ber_init=yes
12279 echo "$as_me: failed program was:" >&5
12280 sed 's/^/| /' conftest.$ac_ext >&5
12282 ac_cv_lib_lber_ber_init=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_lber_ber_init" >&5
12290 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12291 if test $ac_cv_lib_lber_ber_init = yes; then
12293 cat >>confdefs.h <<\_ACEOF
12294 #define HAVE_LDAP 1
12297 LDAPLIBS="-lldap_r -llber"
12302 ac_wine_check_funcs_save_LIBS="$LIBS"
12303 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12309 ldap_count_references \
12310 ldap_first_reference \
12311 ldap_next_reference \
12312 ldap_parse_reference
12314 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12315 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12316 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12317 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12318 echo $ECHO_N "(cached) $ECHO_C" >&6
12320 cat >conftest.$ac_ext <<_ACEOF
12323 cat confdefs.h >>conftest.$ac_ext
12324 cat >>conftest.$ac_ext <<_ACEOF
12325 /* end confdefs.h. */
12326 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12328 #define $ac_func innocuous_$ac_func
12330 /* System header to define __stub macros and hopefully few prototypes,
12331 which can conflict with char $ac_func (); below.
12332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12333 <limits.h> exists even on freestanding compilers. */
12336 # include <limits.h>
12338 # include <assert.h>
12343 /* Override any GCC internal prototype to avoid an error.
12344 Use char because int might match the return type of a GCC
12345 builtin and then its argument prototype would still apply. */
12350 /* The GNU C library defines this for functions which it implements
12351 to always fail with ENOSYS. Some functions are actually named
12352 something starting with __ and the normal name is an alias. */
12353 #if defined __stub_$ac_func || defined __stub___$ac_func
12360 return $ac_func ();
12365 rm -f conftest.$ac_objext conftest$ac_exeext
12366 if { (ac_try="$ac_link"
12367 case "(($ac_try" in
12368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12369 *) ac_try_echo
=$ac_try;;
12371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12372 (eval "$ac_link") 2>conftest.er1
12374 grep -v '^ *+' conftest.er1
>conftest.err
12376 cat conftest.err
>&5
12377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12378 (exit $ac_status); } &&
12379 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12380 { (case "(($ac_try" in
12381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12382 *) ac_try_echo=$ac_try;;
12384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12385 (eval "$ac_try") 2>&5
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); }; } &&
12389 { ac_try='test -s conftest$ac_exeext'
12390 { (case "(($ac_try" in
12391 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12392 *) ac_try_echo
=$ac_try;;
12394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12395 (eval "$ac_try") 2>&5
12397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12398 (exit $ac_status); }; }; then
12399 eval "$as_ac_var=yes"
12401 echo "$as_me: failed program was:" >&5
12402 sed 's/^/| /' conftest.
$ac_ext >&5
12404 eval "$as_ac_var=no"
12407 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12408 conftest
$ac_exeext conftest.
$ac_ext
12410 ac_res
=`eval echo '${'$as_ac_var'}'`
12411 { echo "$as_me:$LINENO: result: $ac_res" >&5
12412 echo "${ECHO_T}$ac_res" >&6; }
12413 if test `eval echo '${'$as_ac_var'}'` = yes; then
12414 cat >>confdefs.h
<<_ACEOF
12415 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12421 LIBS
="$ac_wine_check_funcs_save_LIBS"
12428 # Extract the first word of "freetype-config", so it can be a program name with args.
12429 set dummy freetype-config
; ac_word
=$2
12430 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12432 if test "${ac_cv_prog_ft_devel+set}" = set; then
12433 echo $ECHO_N "(cached) $ECHO_C" >&6
12435 if test -n "$ft_devel"; then
12436 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
12438 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12439 for as_dir
in $PATH
12442 test -z "$as_dir" && as_dir
=.
12443 for ac_exec_ext
in '' $ac_executable_extensions; do
12444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12445 ac_cv_prog_ft_devel
="freetype-config"
12446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12453 test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel
="no"
12456 ft_devel
=$ac_cv_prog_ft_devel
12457 if test -n "$ft_devel"; then
12458 { echo "$as_me:$LINENO: result: $ft_devel" >&5
12459 echo "${ECHO_T}$ft_devel" >&6; }
12461 { echo "$as_me:$LINENO: result: no" >&5
12462 echo "${ECHO_T}no" >&6; }
12466 if test "$ft_devel" = "no"
12468 # Extract the first word of "freetype2-config", so it can be a program name with args.
12469 set dummy freetype2-config
; ac_word
=$2
12470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12472 if test "${ac_cv_prog_ft_devel2+set}" = set; then
12473 echo $ECHO_N "(cached) $ECHO_C" >&6
12475 if test -n "$ft_devel2"; then
12476 ac_cv_prog_ft_devel2
="$ft_devel2" # Let the user override the test.
12478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12479 for as_dir
in $PATH
12482 test -z "$as_dir" && as_dir
=.
12483 for ac_exec_ext
in '' $ac_executable_extensions; do
12484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12485 ac_cv_prog_ft_devel2
="freetype2-config"
12486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12493 test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2
="no"
12496 ft_devel2
=$ac_cv_prog_ft_devel2
12497 if test -n "$ft_devel2"; then
12498 { echo "$as_me:$LINENO: result: $ft_devel2" >&5
12499 echo "${ECHO_T}$ft_devel2" >&6; }
12501 { echo "$as_me:$LINENO: result: no" >&5
12502 echo "${ECHO_T}no" >&6; }
12506 if test "$ft_devel2" = "freetype2-config"
12508 ft_devel
=$ft_devel2
12512 if test "$ft_devel" = "no"
12514 wine_cv_msg_freetype
=yes
12516 FREETYPELIBS
=`$ft_devel --libs`
12517 FREETYPEINCL
=`$ft_devel --cflags`
12518 { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
12519 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
12520 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
12521 echo $ECHO_N "(cached) $ECHO_C" >&6
12523 ac_check_lib_save_LIBS
=$LIBS
12524 LIBS
="-lfreetype $FREETYPELIBS $LIBS"
12525 cat >conftest.
$ac_ext <<_ACEOF
12528 cat confdefs.h
>>conftest.
$ac_ext
12529 cat >>conftest.
$ac_ext <<_ACEOF
12530 /* end confdefs.h. */
12532 /* Override any GCC internal prototype to avoid an error.
12533 Use char because int might match the return type of a GCC
12534 builtin and then its argument prototype would still apply. */
12538 char FT_Init_FreeType ();
12542 return FT_Init_FreeType ();
12547 rm -f conftest.
$ac_objext conftest
$ac_exeext
12548 if { (ac_try
="$ac_link"
12549 case "(($ac_try" in
12550 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12551 *) ac_try_echo=$ac_try;;
12553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12554 (eval "$ac_link") 2>conftest.er1
12556 grep -v '^ *+' conftest.er1 >conftest.err
12558 cat conftest.err >&5
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); } &&
12561 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12562 { (case "(($ac_try" in
12563 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12564 *) ac_try_echo
=$ac_try;;
12566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12567 (eval "$ac_try") 2>&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); }; } &&
12571 { ac_try
='test -s conftest$ac_exeext'
12572 { (case "(($ac_try" in
12573 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12574 *) ac_try_echo=$ac_try;;
12576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12577 (eval "$ac_try") 2>&5
12579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12580 (exit $ac_status); }; }; then
12581 ac_cv_lib_freetype_FT_Init_FreeType=yes
12583 echo "$as_me: failed program was:" >&5
12584 sed 's/^/| /' conftest.$ac_ext >&5
12586 ac_cv_lib_freetype_FT_Init_FreeType=no
12589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12590 conftest$ac_exeext conftest.$ac_ext
12591 LIBS=$ac_check_lib_save_LIBS
12593 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
12594 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
12595 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
12601 if test "$ft_lib" = "no"
12603 wine_cv_msg_freetype=yes
12607 ac_save_CPPFLAGS="$CPPFLAGS"
12608 CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
12620 for ac_header in ft2build.h \
12621 freetype/freetype.h \
12622 freetype/ftglyph.h \
12623 freetype/tttables.h \
12624 freetype/ftnames.h \
12625 freetype/ftsnames.h \
12626 freetype/ttnameid.h \
12627 freetype/ftoutln.h \
12628 freetype/ftwinfnt.h \
12629 freetype/ftmodapi.h \
12630 freetype/internal/sfnt.h
12632 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12633 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12634 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12635 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12636 echo $ECHO_N "(cached) $ECHO_C" >&6
12638 cat >conftest.$ac_ext <<_ACEOF
12641 cat confdefs.h >>conftest.$ac_ext
12642 cat >>conftest.$ac_ext <<_ACEOF
12643 /* end confdefs.h. */
12644 #if HAVE_FT2BUILD_H
12645 #include <ft2build.h>
12648 #include <$ac_header>
12650 rm -f conftest.$ac_objext
12651 if { (ac_try="$ac_compile"
12652 case "(($ac_try" in
12653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12654 *) ac_try_echo
=$ac_try;;
12656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12657 (eval "$ac_compile") 2>conftest.er1
12659 grep -v '^ *+' conftest.er1
>conftest.err
12661 cat conftest.err
>&5
12662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12663 (exit $ac_status); } &&
12664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12665 { (case "(($ac_try" in
12666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12667 *) ac_try_echo=$ac_try;;
12669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12670 (eval "$ac_try") 2>&5
12672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673 (exit $ac_status); }; } &&
12674 { ac_try='test -s conftest.$ac_objext'
12675 { (case "(($ac_try" in
12676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12677 *) ac_try_echo
=$ac_try;;
12679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12680 (eval "$ac_try") 2>&5
12682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12683 (exit $ac_status); }; }; then
12684 eval "$as_ac_Header=yes"
12686 echo "$as_me: failed program was:" >&5
12687 sed 's/^/| /' conftest.
$ac_ext >&5
12689 eval "$as_ac_Header=no"
12692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12694 ac_res
=`eval echo '${'$as_ac_Header'}'`
12695 { echo "$as_me:$LINENO: result: $ac_res" >&5
12696 echo "${ECHO_T}$ac_res" >&6; }
12697 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12698 cat >>confdefs.h
<<_ACEOF
12699 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12706 cat >conftest.
$ac_ext <<_ACEOF
12709 cat confdefs.h
>>conftest.
$ac_ext
12710 cat >>conftest.
$ac_ext <<_ACEOF
12711 /* end confdefs.h. */
12712 #include <ft2build.h>
12713 #include <freetype/fttrigon.h>
12715 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12716 case "(($ac_try" in
12717 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12718 *) ac_try_echo=$ac_try;;
12720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12723 grep -v '^ *+' conftest.er1 >conftest.err
12725 cat conftest.err >&5
12726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12727 (exit $ac_status); } >/dev/null; then
12728 if test -s conftest.err; then
12729 ac_cpp_err=$ac_c_preproc_warn_flag
12730 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12737 if test -z "$ac_cpp_err"; then
12739 cat >>confdefs.h <<\_ACEOF
12740 #define HAVE_FREETYPE_FTTRIGON_H 1
12743 wine_cv_fttrigon=yes
12745 echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5
12748 wine_cv_fttrigon=no
12751 rm -f conftest.err conftest.$ac_ext
12752 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12753 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12754 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12755 echo $ECHO_N "(cached) $ECHO_C" >&6
12757 cat >conftest.$ac_ext <<_ACEOF
12760 cat confdefs.h >>conftest.$ac_ext
12761 cat >>conftest.$ac_ext <<_ACEOF
12762 /* end confdefs.h. */
12763 #include <freetype/ftmodapi.h>
12765 typedef FT_TrueTypeEngineType ac__type_new_;
12769 if ((ac__type_new_ *) 0)
12771 if (sizeof (ac__type_new_))
12777 rm -f conftest.$ac_objext
12778 if { (ac_try="$ac_compile"
12779 case "(($ac_try" in
12780 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12781 *) ac_try_echo
=$ac_try;;
12783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12784 (eval "$ac_compile") 2>conftest.er1
12786 grep -v '^ *+' conftest.er1
>conftest.err
12788 cat conftest.err
>&5
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); } &&
12791 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12792 { (case "(($ac_try" in
12793 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12794 *) ac_try_echo=$ac_try;;
12796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12797 (eval "$ac_try") 2>&5
12799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12800 (exit $ac_status); }; } &&
12801 { ac_try='test -s conftest.$ac_objext'
12802 { (case "(($ac_try" in
12803 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12804 *) ac_try_echo
=$ac_try;;
12806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12807 (eval "$ac_try") 2>&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); }; }; then
12811 ac_cv_type_FT_TrueTypeEngineType
=yes
12813 echo "$as_me: failed program was:" >&5
12814 sed 's/^/| /' conftest.
$ac_ext >&5
12816 ac_cv_type_FT_TrueTypeEngineType
=no
12819 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12821 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12822 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12823 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12825 cat >>confdefs.h
<<_ACEOF
12826 #define HAVE_FT_TRUETYPEENGINETYPE 1
12832 ac_save_CFLAGS
="$CFLAGS"
12833 CFLAGS
="$CFLAGS $FREETYPELIBS"
12835 for ac_func
in FT_Load_Sfnt_Table
12837 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12838 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12839 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12840 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12841 echo $ECHO_N "(cached) $ECHO_C" >&6
12843 cat >conftest.
$ac_ext <<_ACEOF
12846 cat confdefs.h
>>conftest.
$ac_ext
12847 cat >>conftest.
$ac_ext <<_ACEOF
12848 /* end confdefs.h. */
12849 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12850 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12851 #define $ac_func innocuous_$ac_func
12853 /* System header to define __stub macros and hopefully few prototypes,
12854 which can conflict with char $ac_func (); below.
12855 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12856 <limits.h> exists even on freestanding compilers. */
12859 # include <limits.h>
12861 # include <assert.h>
12866 /* Override any GCC internal prototype to avoid an error.
12867 Use char because int might match the return type of a GCC
12868 builtin and then its argument prototype would still apply. */
12873 /* The GNU C library defines this for functions which it implements
12874 to always fail with ENOSYS. Some functions are actually named
12875 something starting with __ and the normal name is an alias. */
12876 #if defined __stub_$ac_func || defined __stub___$ac_func
12883 return $ac_func ();
12888 rm -f conftest.
$ac_objext conftest
$ac_exeext
12889 if { (ac_try
="$ac_link"
12890 case "(($ac_try" in
12891 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12892 *) ac_try_echo=$ac_try;;
12894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12895 (eval "$ac_link") 2>conftest.er1
12897 grep -v '^ *+' conftest.er1 >conftest.err
12899 cat conftest.err >&5
12900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12901 (exit $ac_status); } &&
12902 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12903 { (case "(($ac_try" in
12904 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12905 *) ac_try_echo
=$ac_try;;
12907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12908 (eval "$ac_try") 2>&5
12910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911 (exit $ac_status); }; } &&
12912 { ac_try
='test -s conftest$ac_exeext'
12913 { (case "(($ac_try" in
12914 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12915 *) ac_try_echo=$ac_try;;
12917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12918 (eval "$ac_try") 2>&5
12920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921 (exit $ac_status); }; }; then
12922 eval "$as_ac_var=yes"
12924 echo "$as_me: failed program was:" >&5
12925 sed 's/^/| /' conftest.$ac_ext >&5
12927 eval "$as_ac_var=no"
12930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12931 conftest$ac_exeext conftest.$ac_ext
12933 ac_res=`eval echo '${'$as_ac_var'}'`
12934 { echo "$as_me:$LINENO: result: $ac_res" >&5
12935 echo "${ECHO_T}$ac_res" >&6; }
12936 if test `eval echo '${'$as_ac_var'}'` = yes; then
12937 cat >>confdefs.h <<_ACEOF
12938 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12944 CFLAGS="$ac_save_CFLAGS"
12945 CPPFLAGS="$ac_save_CPPFLAGS"
12946 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12949 cat >>confdefs.h <<\_ACEOF
12950 #define HAVE_FREETYPE 1
12953 wine_cv_msg_freetype=no
12957 wine_cv_msg_freetype=yes
12962 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12964 FONTSSUBDIRS="fonts"
12968 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12969 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12970 if test "${ac_cv_c_ppdev+set}" = set; then
12971 echo $ECHO_N "(cached) $ECHO_C" >&6
12973 cat >conftest.$ac_ext <<_ACEOF
12976 cat confdefs.h >>conftest.$ac_ext
12977 cat >>conftest.$ac_ext <<_ACEOF
12978 /* end confdefs.h. */
12979 #include <linux/ppdev.h>
12983 ioctl (1,PPCLAIM,0)
12988 rm -f conftest.$ac_objext
12989 if { (ac_try="$ac_compile"
12990 case "(($ac_try" in
12991 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12992 *) ac_try_echo
=$ac_try;;
12994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12995 (eval "$ac_compile") 2>conftest.er1
12997 grep -v '^ *+' conftest.er1
>conftest.err
12999 cat conftest.err
>&5
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); } &&
13002 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13003 { (case "(($ac_try" in
13004 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13005 *) ac_try_echo=$ac_try;;
13007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13008 (eval "$ac_try") 2>&5
13010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13011 (exit $ac_status); }; } &&
13012 { ac_try='test -s conftest.$ac_objext'
13013 { (case "(($ac_try" in
13014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13015 *) ac_try_echo
=$ac_try;;
13017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13018 (eval "$ac_try") 2>&5
13020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021 (exit $ac_status); }; }; then
13022 ac_cv_c_ppdev
="yes"
13024 echo "$as_me: failed program was:" >&5
13025 sed 's/^/| /' conftest.
$ac_ext >&5
13030 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13033 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
13034 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
13035 if test "$ac_cv_c_ppdev" = "yes"
13038 cat >>confdefs.h
<<\_ACEOF
13039 #define HAVE_PPDEV 1
13044 { echo "$as_me:$LINENO: checking for va_copy" >&5
13045 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13046 if test "${ac_cv_c_va_copy+set}" = set; then
13047 echo $ECHO_N "(cached) $ECHO_C" >&6
13049 cat >conftest.
$ac_ext <<_ACEOF
13052 cat confdefs.h
>>conftest.
$ac_ext
13053 cat >>conftest.
$ac_ext <<_ACEOF
13054 /* end confdefs.h. */
13055 #include <stdarg.h>
13066 rm -f conftest.
$ac_objext conftest
$ac_exeext
13067 if { (ac_try
="$ac_link"
13068 case "(($ac_try" in
13069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13070 *) ac_try_echo=$ac_try;;
13072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13073 (eval "$ac_link") 2>conftest.er1
13075 grep -v '^ *+' conftest.er1 >conftest.err
13077 cat conftest.err >&5
13078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13079 (exit $ac_status); } &&
13080 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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_try") 2>&5
13088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13089 (exit $ac_status); }; } &&
13090 { ac_try
='test -s conftest$ac_exeext'
13091 { (case "(($ac_try" in
13092 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13093 *) ac_try_echo=$ac_try;;
13095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13096 (eval "$ac_try") 2>&5
13098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13099 (exit $ac_status); }; }; then
13100 ac_cv_c_va_copy="yes"
13102 echo "$as_me: failed program was:" >&5
13103 sed 's/^/| /' conftest.$ac_ext >&5
13105 ac_cv_c_va_copy="no"
13108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13109 conftest$ac_exeext conftest.$ac_ext
13112 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
13113 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
13114 if test "$ac_cv_c_va_copy" = "yes"
13117 cat >>confdefs.h <<\_ACEOF
13118 #define HAVE_VA_COPY 1
13122 { echo "$as_me:$LINENO: checking for __va_copy" >&5
13123 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
13124 if test "${ac_cv_c___va_copy+set}" = set; then
13125 echo $ECHO_N "(cached) $ECHO_C" >&6
13127 cat >conftest.$ac_ext <<_ACEOF
13130 cat confdefs.h >>conftest.$ac_ext
13131 cat >>conftest.$ac_ext <<_ACEOF
13132 /* end confdefs.h. */
13133 #include <stdarg.h>
13138 __va_copy(ap1,ap2);
13144 rm -f conftest.$ac_objext conftest$ac_exeext
13145 if { (ac_try="$ac_link"
13146 case "(($ac_try" in
13147 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13148 *) ac_try_echo
=$ac_try;;
13150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13151 (eval "$ac_link") 2>conftest.er1
13153 grep -v '^ *+' conftest.er1
>conftest.err
13155 cat conftest.err
>&5
13156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13157 (exit $ac_status); } &&
13158 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13159 { (case "(($ac_try" in
13160 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13161 *) ac_try_echo=$ac_try;;
13163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13164 (eval "$ac_try") 2>&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); }; } &&
13168 { ac_try='test -s conftest$ac_exeext'
13169 { (case "(($ac_try" in
13170 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13171 *) ac_try_echo
=$ac_try;;
13173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13174 (eval "$ac_try") 2>&5
13176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13177 (exit $ac_status); }; }; then
13178 ac_cv_c___va_copy
="yes"
13180 echo "$as_me: failed program was:" >&5
13181 sed 's/^/| /' conftest.
$ac_ext >&5
13183 ac_cv_c___va_copy
="no"
13186 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13187 conftest
$ac_exeext conftest.
$ac_ext
13190 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
13191 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
13192 if test "$ac_cv_c___va_copy" = "yes"
13195 cat >>confdefs.h
<<\_ACEOF
13196 #define HAVE___VA_COPY 1
13201 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
13202 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
13203 if test "${ac_cv_c_sigsetjmp+set}" = set; then
13204 echo $ECHO_N "(cached) $ECHO_C" >&6
13206 cat >conftest.
$ac_ext <<_ACEOF
13209 cat confdefs.h
>>conftest.
$ac_ext
13210 cat >>conftest.
$ac_ext <<_ACEOF
13211 /* end confdefs.h. */
13212 #include <setjmp.h>
13217 sigsetjmp( buf, 1 );
13218 siglongjmp( buf, 1 );
13223 rm -f conftest.
$ac_objext conftest
$ac_exeext
13224 if { (ac_try
="$ac_link"
13225 case "(($ac_try" in
13226 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13227 *) ac_try_echo=$ac_try;;
13229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13230 (eval "$ac_link") 2>conftest.er1
13232 grep -v '^ *+' conftest.er1 >conftest.err
13234 cat conftest.err >&5
13235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236 (exit $ac_status); } &&
13237 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13238 { (case "(($ac_try" in
13239 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13240 *) ac_try_echo
=$ac_try;;
13242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13243 (eval "$ac_try") 2>&5
13245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13246 (exit $ac_status); }; } &&
13247 { ac_try
='test -s conftest$ac_exeext'
13248 { (case "(($ac_try" in
13249 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13250 *) ac_try_echo=$ac_try;;
13252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13253 (eval "$ac_try") 2>&5
13255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13256 (exit $ac_status); }; }; then
13257 ac_cv_c_sigsetjmp="yes"
13259 echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13262 ac_cv_c_sigsetjmp="no"
13265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13266 conftest$ac_exeext conftest.$ac_ext
13269 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
13270 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
13271 if test "$ac_cv_c_sigsetjmp" = "yes"
13274 cat >>confdefs.h <<\_ACEOF
13275 #define HAVE_SIGSETJMP 1
13280 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
13281 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
13282 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
13283 echo $ECHO_N "(cached) $ECHO_C" >&6
13285 cat >conftest.$ac_ext <<_ACEOF
13288 cat confdefs.h >>conftest.$ac_ext
13289 cat >>conftest.$ac_ext <<_ACEOF
13290 /* end confdefs.h. */
13291 #define _GNU_SOURCE
13292 #include <pthread.h>
13294 typedef pthread_rwlock_t ac__type_new_;
13298 if ((ac__type_new_ *) 0)
13300 if (sizeof (ac__type_new_))
13306 rm -f conftest.$ac_objext
13307 if { (ac_try="$ac_compile"
13308 case "(($ac_try" in
13309 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13310 *) ac_try_echo
=$ac_try;;
13312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13313 (eval "$ac_compile") 2>conftest.er1
13315 grep -v '^ *+' conftest.er1
>conftest.err
13317 cat conftest.err
>&5
13318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319 (exit $ac_status); } &&
13320 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13321 { (case "(($ac_try" in
13322 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13323 *) ac_try_echo=$ac_try;;
13325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13326 (eval "$ac_try") 2>&5
13328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13329 (exit $ac_status); }; } &&
13330 { ac_try='test -s conftest.$ac_objext'
13331 { (case "(($ac_try" in
13332 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13333 *) ac_try_echo
=$ac_try;;
13335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13336 (eval "$ac_try") 2>&5
13338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13339 (exit $ac_status); }; }; then
13340 ac_cv_type_pthread_rwlock_t
=yes
13342 echo "$as_me: failed program was:" >&5
13343 sed 's/^/| /' conftest.
$ac_ext >&5
13345 ac_cv_type_pthread_rwlock_t
=no
13348 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13350 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
13351 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
13352 if test $ac_cv_type_pthread_rwlock_t = yes; then
13354 cat >>confdefs.h
<<_ACEOF
13355 #define HAVE_PTHREAD_RWLOCK_T 1
13360 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13361 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13362 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13363 echo $ECHO_N "(cached) $ECHO_C" >&6
13365 cat >conftest.
$ac_ext <<_ACEOF
13368 cat confdefs.h
>>conftest.
$ac_ext
13369 cat >>conftest.
$ac_ext <<_ACEOF
13370 /* end confdefs.h. */
13371 #define _GNU_SOURCE
13372 #include <pthread.h>
13374 typedef pthread_rwlockattr_t ac__type_new_;
13378 if ((ac__type_new_ *) 0)
13380 if (sizeof (ac__type_new_))
13386 rm -f conftest.
$ac_objext
13387 if { (ac_try
="$ac_compile"
13388 case "(($ac_try" in
13389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13390 *) ac_try_echo=$ac_try;;
13392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13393 (eval "$ac_compile") 2>conftest.er1
13395 grep -v '^ *+' conftest.er1 >conftest.err
13397 cat conftest.err >&5
13398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13399 (exit $ac_status); } &&
13400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13401 { (case "(($ac_try" in
13402 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13403 *) ac_try_echo
=$ac_try;;
13405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13406 (eval "$ac_try") 2>&5
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; } &&
13410 { ac_try
='test -s conftest.$ac_objext'
13411 { (case "(($ac_try" in
13412 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13413 *) ac_try_echo=$ac_try;;
13415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13416 (eval "$ac_try") 2>&5
13418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13419 (exit $ac_status); }; }; then
13420 ac_cv_type_pthread_rwlockattr_t=yes
13422 echo "$as_me: failed program was:" >&5
13423 sed 's/^/| /' conftest.$ac_ext >&5
13425 ac_cv_type_pthread_rwlockattr_t=no
13428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13430 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13431 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13432 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13434 cat >>confdefs.h <<_ACEOF
13435 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13442 ac_wine_check_funcs_save_LIBS="$LIBS"
13443 LIBS="$LIBS $LIBPTHREAD"
13449 pthread_attr_get_np \
13450 pthread_getattr_np \
13451 pthread_get_stackaddr_np \
13452 pthread_get_stacksize_np
13454 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
13455 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13456 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13457 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13458 echo $ECHO_N "(cached) $ECHO_C" >&6
13460 cat >conftest.$ac_ext <<_ACEOF
13463 cat confdefs.h >>conftest.$ac_ext
13464 cat >>conftest.$ac_ext <<_ACEOF
13465 /* end confdefs.h. */
13466 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13467 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13468 #define $ac_func innocuous_$ac_func
13470 /* System header to define __stub macros and hopefully few prototypes,
13471 which can conflict with char $ac_func (); below.
13472 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13473 <limits.h> exists even on freestanding compilers. */
13476 # include <limits.h>
13478 # include <assert.h>
13483 /* Override any GCC internal prototype to avoid an error.
13484 Use char because int might match the return type of a GCC
13485 builtin and then its argument prototype would still apply. */
13490 /* The GNU C library defines this for functions which it implements
13491 to always fail with ENOSYS. Some functions are actually named
13492 something starting with __ and the normal name is an alias. */
13493 #if defined __stub_$ac_func || defined __stub___$ac_func
13500 return $ac_func ();
13505 rm -f conftest.$ac_objext conftest$ac_exeext
13506 if { (ac_try="$ac_link"
13507 case "(($ac_try" in
13508 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13509 *) ac_try_echo
=$ac_try;;
13511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13512 (eval "$ac_link") 2>conftest.er1
13514 grep -v '^ *+' conftest.er1
>conftest.err
13516 cat conftest.err
>&5
13517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13518 (exit $ac_status); } &&
13519 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13520 { (case "(($ac_try" in
13521 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13522 *) ac_try_echo=$ac_try;;
13524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13525 (eval "$ac_try") 2>&5
13527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13528 (exit $ac_status); }; } &&
13529 { ac_try='test -s conftest$ac_exeext'
13530 { (case "(($ac_try" in
13531 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13532 *) ac_try_echo
=$ac_try;;
13534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13535 (eval "$ac_try") 2>&5
13537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538 (exit $ac_status); }; }; then
13539 eval "$as_ac_var=yes"
13541 echo "$as_me: failed program was:" >&5
13542 sed 's/^/| /' conftest.
$ac_ext >&5
13544 eval "$as_ac_var=no"
13547 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13548 conftest
$ac_exeext conftest.
$ac_ext
13550 ac_res
=`eval echo '${'$as_ac_var'}'`
13551 { echo "$as_me:$LINENO: result: $ac_res" >&5
13552 echo "${ECHO_T}$ac_res" >&6; }
13553 if test `eval echo '${'$as_ac_var'}'` = yes; then
13554 cat >>confdefs.h
<<_ACEOF
13555 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13561 LIBS
="$ac_wine_check_funcs_save_LIBS"
13563 # Extract the first word of "artsc-config", so it can be a program name with args.
13564 set dummy artsc-config
; ac_word
=$2
13565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13567 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
13568 echo $ECHO_N "(cached) $ECHO_C" >&6
13570 case $ARTSCCONFIG in
13572 ac_cv_path_ARTSCCONFIG
="$ARTSCCONFIG" # Let the user override the test with a path.
13575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13576 for as_dir
in $PATH
13579 test -z "$as_dir" && as_dir
=.
13580 for ac_exec_ext
in '' $ac_executable_extensions; do
13581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
13582 ac_cv_path_ARTSCCONFIG
="$as_dir/$ac_word$ac_exec_ext"
13583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13593 ARTSCCONFIG
=$ac_cv_path_ARTSCCONFIG
13594 if test -n "$ARTSCCONFIG"; then
13595 { echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
13596 echo "${ECHO_T}$ARTSCCONFIG" >&6; }
13598 { echo "$as_me:$LINENO: result: no" >&5
13599 echo "${ECHO_T}no" >&6; }
13603 if test x
$ARTSCCONFIG != x
-a x
$ARTSCCONFIG != x
'"$ARTSCCONFIG"';
13606 for i
in `$ARTSCCONFIG --cflags`
13609 -I*) ARTSC_CFLAGS
="$ARTSC_CFLAGS $i";;
13613 for i
in `$ARTSCCONFIG --libs`
13616 -L/usr
/lib|
-L/usr
/lib64
) ;;
13617 -L*|
-l*) ARTSC_LIBS
="$ARTSC_LIBS $i";;
13620 save_CFLAGS
="$CFLAGS"
13621 CFLAGS
="$CFLAGS $ARTSC_CFLAGS"
13622 { echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5
13623 echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6; }
13624 if test "${ac_cv_lib_artsc_arts_init+set}" = set; then
13625 echo $ECHO_N "(cached) $ECHO_C" >&6
13627 ac_check_lib_save_LIBS
=$LIBS
13628 LIBS
="-lartsc $ARTSC_LIBS $LIBS"
13629 cat >conftest.
$ac_ext <<_ACEOF
13632 cat confdefs.h
>>conftest.
$ac_ext
13633 cat >>conftest.
$ac_ext <<_ACEOF
13634 /* end confdefs.h. */
13636 /* Override any GCC internal prototype to avoid an error.
13637 Use char because int might match the return type of a GCC
13638 builtin and then its argument prototype would still apply. */
13646 return arts_init ();
13651 rm -f conftest.
$ac_objext conftest
$ac_exeext
13652 if { (ac_try
="$ac_link"
13653 case "(($ac_try" in
13654 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13655 *) ac_try_echo=$ac_try;;
13657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13658 (eval "$ac_link") 2>conftest.er1
13660 grep -v '^ *+' conftest.er1 >conftest.err
13662 cat conftest.err >&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); } &&
13665 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13666 { (case "(($ac_try" in
13667 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13668 *) ac_try_echo
=$ac_try;;
13670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13671 (eval "$ac_try") 2>&5
13673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13674 (exit $ac_status); }; } &&
13675 { ac_try
='test -s conftest$ac_exeext'
13676 { (case "(($ac_try" in
13677 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13678 *) ac_try_echo=$ac_try;;
13680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13681 (eval "$ac_try") 2>&5
13683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684 (exit $ac_status); }; }; then
13685 ac_cv_lib_artsc_arts_init=yes
13687 echo "$as_me: failed program was:" >&5
13688 sed 's/^/| /' conftest.$ac_ext >&5
13690 ac_cv_lib_artsc_arts_init=no
13693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13694 conftest$ac_exeext conftest.$ac_ext
13695 LIBS=$ac_check_lib_save_LIBS
13697 { echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5
13698 echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6; }
13699 if test $ac_cv_lib_artsc_arts_init = yes; then
13700 cat >conftest.$ac_ext <<_ACEOF
13703 cat confdefs.h >>conftest.$ac_ext
13704 cat >>conftest.$ac_ext <<_ACEOF
13705 /* end confdefs.h. */
13710 arts_stream_t stream;
13715 rm -f conftest.$ac_objext
13716 if { (ac_try="$ac_compile"
13717 case "(($ac_try" in
13718 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13719 *) ac_try_echo
=$ac_try;;
13721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13722 (eval "$ac_compile") 2>conftest.er1
13724 grep -v '^ *+' conftest.er1
>conftest.err
13726 cat conftest.err
>&5
13727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13728 (exit $ac_status); } &&
13729 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13730 { (case "(($ac_try" in
13731 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13732 *) ac_try_echo=$ac_try;;
13734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13735 (eval "$ac_try") 2>&5
13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13738 (exit $ac_status); }; } &&
13739 { ac_try='test -s conftest.$ac_objext'
13740 { (case "(($ac_try" in
13741 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13742 *) ac_try_echo
=$ac_try;;
13744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13745 (eval "$ac_try") 2>&5
13747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13748 (exit $ac_status); }; }; then
13749 ARTSLIBS
=$ARTSC_LIBS
13751 ARTSINCL
=$ARTSC_CFLAGS
13754 cat >>confdefs.h
<<\_ACEOF
13755 #define HAVE_ARTS 1
13759 echo "$as_me: failed program was:" >&5
13760 sed 's/^/| /' conftest.
$ac_ext >&5
13765 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13768 CFLAGS
="$save_CFLAGS"
13771 # Extract the first word of "esd-config", so it can be a program name with args.
13772 set dummy esd-config
; ac_word
=$2
13773 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13774 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13775 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13776 echo $ECHO_N "(cached) $ECHO_C" >&6
13780 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
13783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13784 for as_dir
in $PATH
13787 test -z "$as_dir" && as_dir
=.
13788 for ac_exec_ext
in '' $ac_executable_extensions; do
13789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
13790 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
13791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13801 ESDCONFIG
=$ac_cv_path_ESDCONFIG
13802 if test -n "$ESDCONFIG"; then
13803 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13804 echo "${ECHO_T}$ESDCONFIG" >&6; }
13806 { echo "$as_me:$LINENO: result: no" >&5
13807 echo "${ECHO_T}no" >&6; }
13811 if test x
$ESDCONFIG != x
-a x
$ESDCONFIG != x
'"$ESDCONFIG"';
13814 for i
in `$ESDCONFIG --cflags`
13817 -I*) ESD_CFLAGS
="$ESD_CFLAGS $i";;
13820 ESD_LIBS
=`$ESDCONFIG --libs`
13821 save_CFLAGS
="$CFLAGS"
13822 CFLAGS
="$CFLAGS $ESD_CFLAGS"
13823 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13824 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13825 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13826 echo $ECHO_N "(cached) $ECHO_C" >&6
13828 ac_check_lib_save_LIBS
=$LIBS
13830 cat >conftest.
$ac_ext <<_ACEOF
13833 cat confdefs.h
>>conftest.
$ac_ext
13834 cat >>conftest.
$ac_ext <<_ACEOF
13835 /* end confdefs.h. */
13837 /* Override any GCC internal prototype to avoid an error.
13838 Use char because int might match the return type of a GCC
13839 builtin and then its argument prototype would still apply. */
13843 char esd_open_sound ();
13847 return esd_open_sound ();
13852 rm -f conftest.
$ac_objext conftest
$ac_exeext
13853 if { (ac_try
="$ac_link"
13854 case "(($ac_try" in
13855 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13856 *) ac_try_echo=$ac_try;;
13858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13859 (eval "$ac_link") 2>conftest.er1
13861 grep -v '^ *+' conftest.er1 >conftest.err
13863 cat conftest.err >&5
13864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13865 (exit $ac_status); } &&
13866 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13867 { (case "(($ac_try" in
13868 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13869 *) ac_try_echo
=$ac_try;;
13871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13872 (eval "$ac_try") 2>&5
13874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13875 (exit $ac_status); }; } &&
13876 { ac_try
='test -s conftest$ac_exeext'
13877 { (case "(($ac_try" in
13878 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13879 *) ac_try_echo=$ac_try;;
13881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13882 (eval "$ac_try") 2>&5
13884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13885 (exit $ac_status); }; }; then
13886 ac_cv_lib_esd_esd_open_sound=yes
13888 echo "$as_me: failed program was:" >&5
13889 sed 's/^/| /' conftest.$ac_ext >&5
13891 ac_cv_lib_esd_esd_open_sound=no
13894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13895 conftest$ac_exeext conftest.$ac_ext
13896 LIBS=$ac_check_lib_save_LIBS
13898 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13899 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13900 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13903 ESDINCL=$ESD_CFLAGS
13906 cat >>confdefs.h <<\_ACEOF
13912 CFLAGS="$save_CFLAGS"
13917 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13919 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13920 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13921 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13922 echo $ECHO_N "(cached) $ECHO_C" >&6
13924 ac_check_lib_save_LIBS=$LIBS
13925 LIBS="-lasound $LIBS"
13926 cat >conftest.$ac_ext <<_ACEOF
13929 cat confdefs.h >>conftest.$ac_ext
13930 cat >>conftest.$ac_ext <<_ACEOF
13931 /* end confdefs.h. */
13933 /* Override any GCC internal prototype to avoid an error.
13934 Use char because int might match the return type of a GCC
13935 builtin and then its argument prototype would still apply. */
13939 char snd_pcm_hw_params_get_access ();
13943 return snd_pcm_hw_params_get_access ();
13948 rm -f conftest.$ac_objext conftest$ac_exeext
13949 if { (ac_try="$ac_link"
13950 case "(($ac_try" in
13951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13952 *) ac_try_echo
=$ac_try;;
13954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13955 (eval "$ac_link") 2>conftest.er1
13957 grep -v '^ *+' conftest.er1
>conftest.err
13959 cat conftest.err
>&5
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); } &&
13962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13963 { (case "(($ac_try" in
13964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13965 *) ac_try_echo=$ac_try;;
13967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13968 (eval "$ac_try") 2>&5
13970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13971 (exit $ac_status); }; } &&
13972 { ac_try='test -s conftest$ac_exeext'
13973 { (case "(($ac_try" in
13974 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13975 *) ac_try_echo
=$ac_try;;
13977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13978 (eval "$ac_try") 2>&5
13980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13981 (exit $ac_status); }; }; then
13982 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
13984 echo "$as_me: failed program was:" >&5
13985 sed 's/^/| /' conftest.
$ac_ext >&5
13987 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
13990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13991 conftest
$ac_exeext conftest.
$ac_ext
13992 LIBS
=$ac_check_lib_save_LIBS
13994 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13995 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13996 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13997 cat >conftest.
$ac_ext <<_ACEOF
14000 cat confdefs.h
>>conftest.
$ac_ext
14001 cat >>conftest.
$ac_ext <<_ACEOF
14002 /* end confdefs.h. */
14003 #ifdef HAVE_ALSA_ASOUNDLIB_H
14004 #include <alsa/asoundlib.h>
14005 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14006 #include <sys/asoundlib.h>
14011 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14016 rm -f conftest.
$ac_objext
14017 if { (ac_try
="$ac_compile"
14018 case "(($ac_try" in
14019 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14020 *) ac_try_echo=$ac_try;;
14022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14023 (eval "$ac_compile") 2>conftest.er1
14025 grep -v '^ *+' conftest.er1 >conftest.err
14027 cat conftest.err >&5
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); } &&
14030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14031 { (case "(($ac_try" in
14032 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14033 *) ac_try_echo
=$ac_try;;
14035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14036 (eval "$ac_try") 2>&5
14038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14039 (exit $ac_status); }; } &&
14040 { ac_try
='test -s conftest.$ac_objext'
14041 { (case "(($ac_try" in
14042 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14043 *) ac_try_echo=$ac_try;;
14045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14046 (eval "$ac_try") 2>&5
14048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14049 (exit $ac_status); }; }; then
14051 cat >>confdefs.h <<\_ACEOF
14052 #define HAVE_ALSA 1
14055 ALSALIBS="-lasound"
14057 echo "$as_me: failed program was:" >&5
14058 sed 's/^/| /' conftest.$ac_ext >&5
14063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14071 if test "$ac_cv_header_libaudioio_h" = "yes"
14073 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14074 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14075 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14076 echo $ECHO_N "(cached) $ECHO_C" >&6
14078 ac_check_lib_save_LIBS=$LIBS
14079 LIBS="-laudioio $LIBS"
14080 cat >conftest.$ac_ext <<_ACEOF
14083 cat confdefs.h >>conftest.$ac_ext
14084 cat >>conftest.$ac_ext <<_ACEOF
14085 /* end confdefs.h. */
14087 /* Override any GCC internal prototype to avoid an error.
14088 Use char because int might match the return type of a GCC
14089 builtin and then its argument prototype would still apply. */
14093 char AudioIOGetVersion ();
14097 return AudioIOGetVersion ();
14102 rm -f conftest.$ac_objext conftest$ac_exeext
14103 if { (ac_try="$ac_link"
14104 case "(($ac_try" in
14105 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14106 *) ac_try_echo
=$ac_try;;
14108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14109 (eval "$ac_link") 2>conftest.er1
14111 grep -v '^ *+' conftest.er1
>conftest.err
14113 cat conftest.err
>&5
14114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14115 (exit $ac_status); } &&
14116 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14117 { (case "(($ac_try" in
14118 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14119 *) ac_try_echo=$ac_try;;
14121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14122 (eval "$ac_try") 2>&5
14124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125 (exit $ac_status); }; } &&
14126 { ac_try='test -s conftest$ac_exeext'
14127 { (case "(($ac_try" in
14128 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14129 *) ac_try_echo
=$ac_try;;
14131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14132 (eval "$ac_try") 2>&5
14134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14135 (exit $ac_status); }; }; then
14136 ac_cv_lib_audioio_AudioIOGetVersion
=yes
14138 echo "$as_me: failed program was:" >&5
14139 sed 's/^/| /' conftest.
$ac_ext >&5
14141 ac_cv_lib_audioio_AudioIOGetVersion
=no
14144 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14145 conftest
$ac_exeext conftest.
$ac_ext
14146 LIBS
=$ac_check_lib_save_LIBS
14148 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14149 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14150 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14151 AUDIOIOLIBS
="-laudioio"
14153 cat >>confdefs.h
<<\_ACEOF
14154 #define HAVE_LIBAUDIOIO 1
14162 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14164 { echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5
14165 echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6; }
14166 if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then
14167 echo $ECHO_N "(cached) $ECHO_C" >&6
14169 ac_check_lib_save_LIBS
=$LIBS
14170 LIBS
="-lcapi20 $LIBS"
14171 cat >conftest.
$ac_ext <<_ACEOF
14174 cat confdefs.h
>>conftest.
$ac_ext
14175 cat >>conftest.
$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14178 /* Override any GCC internal prototype to avoid an error.
14179 Use char because int might match the return type of a GCC
14180 builtin and then its argument prototype would still apply. */
14184 char capi20_register ();
14188 return capi20_register ();
14193 rm -f conftest.
$ac_objext conftest
$ac_exeext
14194 if { (ac_try
="$ac_link"
14195 case "(($ac_try" in
14196 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14200 (eval "$ac_link") 2>conftest.er1
14202 grep -v '^ *+' conftest.er1 >conftest.err
14204 cat conftest.err >&5
14205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14206 (exit $ac_status); } &&
14207 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14208 { (case "(($ac_try" in
14209 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14210 *) ac_try_echo
=$ac_try;;
14212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14213 (eval "$ac_try") 2>&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); }; } &&
14217 { ac_try
='test -s conftest$ac_exeext'
14218 { (case "(($ac_try" in
14219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14220 *) ac_try_echo=$ac_try;;
14222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14223 (eval "$ac_try") 2>&5
14225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14226 (exit $ac_status); }; }; then
14227 ac_cv_lib_capi20_capi20_register=yes
14229 echo "$as_me: failed program was:" >&5
14230 sed 's/^/| /' conftest.$ac_ext >&5
14232 ac_cv_lib_capi20_capi20_register=no
14235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14236 conftest$ac_exeext conftest.$ac_ext
14237 LIBS=$ac_check_lib_save_LIBS
14239 { echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5
14240 echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6; }
14241 if test $ac_cv_lib_capi20_capi20_register = yes; then
14243 cat >>confdefs.h <<\_ACEOF
14244 #define HAVE_CAPI4LINUX 1
14254 if test "x${GCC}" = "xyes"
14256 EXTRACFLAGS="-Wall -pipe"
14258 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
14259 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14260 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14261 echo $ECHO_N "(cached) $ECHO_C" >&6
14263 if test "$cross_compiling" = yes; then
14264 ac_cv_c_gcc_strength_bug="yes"
14266 cat >conftest.$ac_ext <<_ACEOF
14269 cat confdefs.h >>conftest.$ac_ext
14270 cat >>conftest.$ac_ext <<_ACEOF
14271 /* end confdefs.h. */
14273 int L[4] = {0,1,2,3};
14275 static int Array[3];
14276 unsigned int B = 3;
14278 for(i=0; i<B; i++) Array[i] = i - 3;
14279 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14282 exit( Array[1] != -2 || L[2] != 3);
14285 rm -f conftest$ac_exeext
14286 if { (ac_try="$ac_link"
14287 case "(($ac_try" in
14288 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14289 *) ac_try_echo
=$ac_try;;
14291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14292 (eval "$ac_link") 2>&5
14294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14295 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14296 { (case "(($ac_try" in
14297 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14298 *) ac_try_echo=$ac_try;;
14300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14301 (eval "$ac_try") 2>&5
14303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14304 (exit $ac_status); }; }; then
14305 ac_cv_c_gcc_strength_bug="no"
14307 echo "$as_me: program exited with status $ac_status" >&5
14308 echo "$as_me: failed program was:" >&5
14309 sed 's/^/| /' conftest.$ac_ext >&5
14311 ( exit $ac_status )
14312 ac_cv_c_gcc_strength_bug="yes"
14314 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14319 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14320 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14321 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14323 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14327 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14328 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14329 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14330 echo $ECHO_N "(cached) $ECHO_C" >&6
14332 ac_wine_try_cflags_saved=$CFLAGS
14333 CFLAGS="$CFLAGS -fshort-wchar"
14334 cat >conftest.$ac_ext <<_ACEOF
14337 cat confdefs.h >>conftest.$ac_ext
14338 cat >>conftest.$ac_ext <<_ACEOF
14339 /* end confdefs.h. */
14349 rm -f conftest.$ac_objext conftest$ac_exeext
14350 if { (ac_try="$ac_link"
14351 case "(($ac_try" in
14352 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14353 *) ac_try_echo
=$ac_try;;
14355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14356 (eval "$ac_link") 2>conftest.er1
14358 grep -v '^ *+' conftest.er1
>conftest.err
14360 cat conftest.err
>&5
14361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14362 (exit $ac_status); } &&
14363 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14364 { (case "(($ac_try" in
14365 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14366 *) ac_try_echo=$ac_try;;
14368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14369 (eval "$ac_try") 2>&5
14371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14372 (exit $ac_status); }; } &&
14373 { ac_try='test -s conftest$ac_exeext'
14374 { (case "(($ac_try" in
14375 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14376 *) ac_try_echo
=$ac_try;;
14378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14379 (eval "$ac_try") 2>&5
14381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14382 (exit $ac_status); }; }; then
14383 ac_cv_cflags__fshort_wchar
=yes
14385 echo "$as_me: failed program was:" >&5
14386 sed 's/^/| /' conftest.
$ac_ext >&5
14388 ac_cv_cflags__fshort_wchar
=no
14391 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14392 conftest
$ac_exeext conftest.
$ac_ext
14393 CFLAGS
=$ac_wine_try_cflags_saved
14395 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14396 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14397 if test $ac_cv_cflags__fshort_wchar = yes; then
14399 cat >>confdefs.h
<<\_ACEOF
14400 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14405 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14406 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14407 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14408 echo $ECHO_N "(cached) $ECHO_C" >&6
14410 ac_wine_try_cflags_saved
=$CFLAGS
14411 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14412 cat >conftest.
$ac_ext <<_ACEOF
14415 cat confdefs.h
>>conftest.
$ac_ext
14416 cat >>conftest.
$ac_ext <<_ACEOF
14417 /* end confdefs.h. */
14427 rm -f conftest.
$ac_objext conftest
$ac_exeext
14428 if { (ac_try
="$ac_link"
14429 case "(($ac_try" in
14430 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14431 *) ac_try_echo=$ac_try;;
14433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14434 (eval "$ac_link") 2>conftest.er1
14436 grep -v '^ *+' conftest.er1 >conftest.err
14438 cat conftest.err >&5
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); } &&
14441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14442 { (case "(($ac_try" in
14443 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14444 *) ac_try_echo
=$ac_try;;
14446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14447 (eval "$ac_try") 2>&5
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); }; } &&
14451 { ac_try
='test -s conftest$ac_exeext'
14452 { (case "(($ac_try" in
14453 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14454 *) ac_try_echo=$ac_try;;
14456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14457 (eval "$ac_try") 2>&5
14459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); }; }; then
14461 ac_cv_cflags__fno_strict_aliasing=yes
14463 echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.$ac_ext >&5
14466 ac_cv_cflags__fno_strict_aliasing=no
14469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14470 conftest$ac_exeext conftest.$ac_ext
14471 CFLAGS=$ac_wine_try_cflags_saved
14473 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14474 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
14475 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
14476 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14479 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14480 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
14481 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
14482 echo $ECHO_N "(cached) $ECHO_C" >&6
14484 ac_wine_try_cflags_saved=$CFLAGS
14485 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14486 cat >conftest.$ac_ext <<_ACEOF
14489 cat confdefs.h >>conftest.$ac_ext
14490 cat >>conftest.$ac_ext <<_ACEOF
14491 /* end confdefs.h. */
14501 rm -f conftest.$ac_objext conftest$ac_exeext
14502 if { (ac_try="$ac_link"
14503 case "(($ac_try" in
14504 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14505 *) ac_try_echo
=$ac_try;;
14507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14508 (eval "$ac_link") 2>conftest.er1
14510 grep -v '^ *+' conftest.er1
>conftest.err
14512 cat conftest.err
>&5
14513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514 (exit $ac_status); } &&
14515 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14516 { (case "(($ac_try" in
14517 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14518 *) ac_try_echo=$ac_try;;
14520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14521 (eval "$ac_try") 2>&5
14523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524 (exit $ac_status); }; } &&
14525 { ac_try='test -s conftest$ac_exeext'
14526 { (case "(($ac_try" in
14527 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14528 *) ac_try_echo
=$ac_try;;
14530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14531 (eval "$ac_try") 2>&5
14533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14534 (exit $ac_status); }; }; then
14535 ac_cv_cflags__Wdeclaration_after_statement
=yes
14537 echo "$as_me: failed program was:" >&5
14538 sed 's/^/| /' conftest.
$ac_ext >&5
14540 ac_cv_cflags__Wdeclaration_after_statement
=no
14543 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14544 conftest
$ac_exeext conftest.
$ac_ext
14545 CFLAGS
=$ac_wine_try_cflags_saved
14547 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14548 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14549 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
14550 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14553 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
14554 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
14555 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
14556 echo $ECHO_N "(cached) $ECHO_C" >&6
14558 ac_wine_try_cflags_saved
=$CFLAGS
14559 CFLAGS
="$CFLAGS -Wwrite-strings"
14560 cat >conftest.
$ac_ext <<_ACEOF
14563 cat confdefs.h
>>conftest.
$ac_ext
14564 cat >>conftest.
$ac_ext <<_ACEOF
14565 /* end confdefs.h. */
14575 rm -f conftest.
$ac_objext conftest
$ac_exeext
14576 if { (ac_try
="$ac_link"
14577 case "(($ac_try" in
14578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14582 (eval "$ac_link") 2>conftest.er1
14584 grep -v '^ *+' conftest.er1 >conftest.err
14586 cat conftest.err >&5
14587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14588 (exit $ac_status); } &&
14589 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14590 { (case "(($ac_try" in
14591 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14592 *) ac_try_echo
=$ac_try;;
14594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14595 (eval "$ac_try") 2>&5
14597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14598 (exit $ac_status); }; } &&
14599 { ac_try
='test -s conftest$ac_exeext'
14600 { (case "(($ac_try" in
14601 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14602 *) ac_try_echo=$ac_try;;
14604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14605 (eval "$ac_try") 2>&5
14607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14608 (exit $ac_status); }; }; then
14609 ac_cv_cflags__Wwrite_strings=yes
14611 echo "$as_me: failed program was:" >&5
14612 sed 's/^/| /' conftest.$ac_ext >&5
14614 ac_cv_cflags__Wwrite_strings=no
14617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14618 conftest$ac_exeext conftest.$ac_ext
14619 CFLAGS=$ac_wine_try_cflags_saved
14621 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
14622 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
14623 if test $ac_cv_cflags__Wwrite_strings = yes; then
14624 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14628 saved_CFLAGS="$CFLAGS"
14629 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14630 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
14631 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
14632 if test "${ac_cv_c_string_h_warnings+set}" = set; then
14633 echo $ECHO_N "(cached) $ECHO_C" >&6
14635 cat >conftest.$ac_ext <<_ACEOF
14638 cat confdefs.h >>conftest.$ac_ext
14639 cat >>conftest.$ac_ext <<_ACEOF
14640 /* end confdefs.h. */
14641 #include <string.h>
14650 rm -f conftest.$ac_objext
14651 if { (ac_try="$ac_compile"
14652 case "(($ac_try" in
14653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14654 *) ac_try_echo
=$ac_try;;
14656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14657 (eval "$ac_compile") 2>conftest.er1
14659 grep -v '^ *+' conftest.er1
>conftest.err
14661 cat conftest.err
>&5
14662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14663 (exit $ac_status); } &&
14664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14665 { (case "(($ac_try" in
14666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14667 *) ac_try_echo=$ac_try;;
14669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14670 (eval "$ac_try") 2>&5
14672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14673 (exit $ac_status); }; } &&
14674 { ac_try='test -s conftest.$ac_objext'
14675 { (case "(($ac_try" in
14676 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14677 *) ac_try_echo
=$ac_try;;
14679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14680 (eval "$ac_try") 2>&5
14682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683 (exit $ac_status); }; }; then
14684 ac_cv_c_string_h_warnings
=no
14686 echo "$as_me: failed program was:" >&5
14687 sed 's/^/| /' conftest.
$ac_ext >&5
14689 ac_cv_c_string_h_warnings
=yes
14692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14694 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
14695 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
14696 CFLAGS
="$saved_CFLAGS"
14697 if test "$ac_cv_c_string_h_warnings" = "no"
14699 EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14704 saved_CFLAGS
="$CFLAGS"
14705 CFLAGS
="$CFLAGS -Werror"
14706 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
14707 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
14708 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
14709 echo $ECHO_N "(cached) $ECHO_C" >&6
14711 cat >conftest.
$ac_ext <<_ACEOF
14714 cat confdefs.h
>>conftest.
$ac_ext
14715 cat >>conftest.
$ac_ext <<_ACEOF
14716 /* end confdefs.h. */
14721 int iswlower(unsigned short);
14726 rm -f conftest.
$ac_objext
14727 if { (ac_try
="$ac_compile"
14728 case "(($ac_try" in
14729 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14730 *) ac_try_echo=$ac_try;;
14732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14733 (eval "$ac_compile") 2>conftest.er1
14735 grep -v '^ *+' conftest.er1 >conftest.err
14737 cat conftest.err >&5
14738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14739 (exit $ac_status); } &&
14740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14741 { (case "(($ac_try" in
14742 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14743 *) ac_try_echo
=$ac_try;;
14745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14746 (eval "$ac_try") 2>&5
14748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14749 (exit $ac_status); }; } &&
14750 { ac_try
='test -s conftest.$ac_objext'
14751 { (case "(($ac_try" in
14752 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14753 *) ac_try_echo=$ac_try;;
14755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14756 (eval "$ac_try") 2>&5
14758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14759 (exit $ac_status); }; }; then
14760 ac_cv_c_builtin_wchar_ctype=no
14762 echo "$as_me: failed program was:" >&5
14763 sed 's/^/| /' conftest.$ac_ext >&5
14765 ac_cv_c_builtin_wchar_ctype=yes
14768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14770 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
14771 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
14772 CFLAGS="$saved_CFLAGS"
14773 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
14775 BUILTINFLAG="-fno-builtin"
14780 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
14781 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
14782 if test "${ac_cv_asm_func_def+set}" = set; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14785 cat >conftest.$ac_ext <<_ACEOF
14788 cat confdefs.h >>conftest.$ac_ext
14789 cat >>conftest.$ac_ext <<_ACEOF
14790 /* end confdefs.h. */
14791 void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); }
14801 rm -f conftest.$ac_objext conftest$ac_exeext
14802 if { (ac_try="$ac_link"
14803 case "(($ac_try" in
14804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14805 *) ac_try_echo
=$ac_try;;
14807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14808 (eval "$ac_link") 2>conftest.er1
14810 grep -v '^ *+' conftest.er1
>conftest.err
14812 cat conftest.err
>&5
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); } &&
14815 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14816 { (case "(($ac_try" in
14817 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14818 *) ac_try_echo=$ac_try;;
14820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14821 (eval "$ac_try") 2>&5
14823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); }; } &&
14825 { ac_try='test -s conftest$ac_exeext'
14826 { (case "(($ac_try" in
14827 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14828 *) ac_try_echo
=$ac_try;;
14830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14831 (eval "$ac_try") 2>&5
14833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14834 (exit $ac_status); }; }; then
14835 ac_cv_asm_func_def
=".def"
14837 echo "$as_me: failed program was:" >&5
14838 sed 's/^/| /' conftest.
$ac_ext >&5
14840 cat >conftest.
$ac_ext <<_ACEOF
14843 cat confdefs.h
>>conftest.
$ac_ext
14844 cat >>conftest.
$ac_ext <<_ACEOF
14845 /* end confdefs.h. */
14846 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
14856 rm -f conftest.
$ac_objext conftest
$ac_exeext
14857 if { (ac_try
="$ac_link"
14858 case "(($ac_try" in
14859 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14860 *) ac_try_echo=$ac_try;;
14862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14863 (eval "$ac_link") 2>conftest.er1
14865 grep -v '^ *+' conftest.er1 >conftest.err
14867 cat conftest.err >&5
14868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869 (exit $ac_status); } &&
14870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14871 { (case "(($ac_try" in
14872 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14873 *) ac_try_echo
=$ac_try;;
14875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14876 (eval "$ac_try") 2>&5
14878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14879 (exit $ac_status); }; } &&
14880 { ac_try
='test -s conftest$ac_exeext'
14881 { (case "(($ac_try" in
14882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14883 *) ac_try_echo=$ac_try;;
14885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14886 (eval "$ac_try") 2>&5
14888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14889 (exit $ac_status); }; }; then
14890 ac_cv_asm_func_def=".type @function"
14892 echo "$as_me: failed program was:" >&5
14893 sed 's/^/| /' conftest.$ac_ext >&5
14895 cat >conftest.$ac_ext <<_ACEOF
14898 cat confdefs.h >>conftest.$ac_ext
14899 cat >>conftest.$ac_ext <<_ACEOF
14900 /* end confdefs.h. */
14901 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
14911 rm -f conftest.$ac_objext conftest$ac_exeext
14912 if { (ac_try="$ac_link"
14913 case "(($ac_try" in
14914 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14915 *) ac_try_echo
=$ac_try;;
14917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14918 (eval "$ac_link") 2>conftest.er1
14920 grep -v '^ *+' conftest.er1
>conftest.err
14922 cat conftest.err
>&5
14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14924 (exit $ac_status); } &&
14925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14926 { (case "(($ac_try" in
14927 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14928 *) ac_try_echo=$ac_try;;
14930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14931 (eval "$ac_try") 2>&5
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); }; } &&
14935 { ac_try='test -s conftest$ac_exeext'
14936 { (case "(($ac_try" in
14937 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14938 *) ac_try_echo
=$ac_try;;
14940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14941 (eval "$ac_try") 2>&5
14943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944 (exit $ac_status); }; }; then
14945 ac_cv_asm_func_def
=".type 2"
14947 echo "$as_me: failed program was:" >&5
14948 sed 's/^/| /' conftest.
$ac_ext >&5
14950 ac_cv_asm_func_def
="unknown"
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
14961 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14962 conftest
$ac_exeext conftest.
$ac_ext
14964 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
14965 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
14969 case "$ac_cv_asm_func_def" in
14971 cat >>confdefs.h
<<\_ACEOF
14972 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
14976 cat >>confdefs.h
<<\_ACEOF
14977 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
14981 cat >>confdefs.h
<<\_ACEOF
14982 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
14986 cat >>confdefs.h
<<\_ACEOF
14987 #define __ASM_FUNC(name) ""
14993 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
14994 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
14995 if test "${ac_cv_c_extern_prefix+set}" = set; then
14996 echo $ECHO_N "(cached) $ECHO_C" >&6
14998 cat >conftest.
$ac_ext <<_ACEOF
15001 cat confdefs.h
>>conftest.
$ac_ext
15002 cat >>conftest.
$ac_ext <<_ACEOF
15003 /* end confdefs.h. */
15004 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
15005 extern int ac_test;
15009 if (ac_test) return 1
15014 rm -f conftest.
$ac_objext conftest
$ac_exeext
15015 if { (ac_try
="$ac_link"
15016 case "(($ac_try" in
15017 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15018 *) ac_try_echo=$ac_try;;
15020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15021 (eval "$ac_link") 2>conftest.er1
15023 grep -v '^ *+' conftest.er1 >conftest.err
15025 cat conftest.err >&5
15026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15027 (exit $ac_status); } &&
15028 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15029 { (case "(($ac_try" in
15030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15031 *) ac_try_echo
=$ac_try;;
15033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15034 (eval "$ac_try") 2>&5
15036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15037 (exit $ac_status); }; } &&
15038 { ac_try
='test -s conftest$ac_exeext'
15039 { (case "(($ac_try" in
15040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15041 *) ac_try_echo=$ac_try;;
15043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15044 (eval "$ac_try") 2>&5
15046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15047 (exit $ac_status); }; }; then
15048 ac_cv_c_extern_prefix="yes"
15050 echo "$as_me: failed program was:" >&5
15051 sed 's/^/| /' conftest.$ac_ext >&5
15053 ac_cv_c_extern_prefix="no"
15056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15057 conftest$ac_exeext conftest.$ac_ext
15059 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
15060 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
15064 if test "$ac_cv_c_extern_prefix" = "yes"
15066 cat >>confdefs.h <<\_ACEOF
15067 #define __ASM_NAME(name) "_" name
15071 cat >>confdefs.h <<\_ACEOF
15072 #define __ASM_NAME(name) name
15080 DLLFLAGS="-D_REENTRANT"
15095 if test -n "$ac_tool_prefix"; then
15096 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
15097 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
15098 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15100 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15101 echo $ECHO_N "(cached) $ECHO_C" >&6
15103 if test -n "$DLLTOOL"; then
15104 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
15106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15107 for as_dir in $PATH
15110 test -z "$as_dir" && as_dir=.
15111 for ac_exec_ext in '' $ac_executable_extensions; do
15112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15113 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
15114 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15123 DLLTOOL=$ac_cv_prog_DLLTOOL
15124 if test -n "$DLLTOOL"; then
15125 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15126 echo "${ECHO_T}$DLLTOOL" >&6; }
15128 { echo "$as_me:$LINENO: result: no" >&5
15129 echo "${ECHO_T}no" >&6; }
15134 if test -z "$ac_cv_prog_DLLTOOL"; then
15135 ac_ct_DLLTOOL=$DLLTOOL
15136 # Extract the first word of "dlltool", so it can be a program name with args.
15137 set dummy dlltool; ac_word=$2
15138 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15140 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
15141 echo $ECHO_N "(cached) $ECHO_C" >&6
15143 if test -n "$ac_ct_DLLTOOL"; then
15144 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
15146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15147 for as_dir in $PATH
15150 test -z "$as_dir" && as_dir=.
15151 for ac_exec_ext in '' $ac_executable_extensions; do
15152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15153 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
15154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15163 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
15164 if test -n "$ac_ct_DLLTOOL"; then
15165 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
15166 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
15168 { echo "$as_me:$LINENO: result: no" >&5
15169 echo "${ECHO_T}no" >&6; }
15172 if test "x$ac_ct_DLLTOOL" = x; then
15175 case $cross_compiling:$ac_tool_warned in
15177 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15178 whose name does not start with the host triplet. If you think this
15179 configuration is useful to you, please write to autoconf@gnu.org." >&5
15180 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15181 whose name does not start with the host triplet. If you think this
15182 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15183 ac_tool_warned=yes ;;
15185 DLLTOOL=$ac_ct_DLLTOOL
15188 DLLTOOL="$ac_cv_prog_DLLTOOL"
15191 if test -n "$ac_tool_prefix"; then
15192 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
15193 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
15194 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15195 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15196 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
15197 echo $ECHO_N "(cached) $ECHO_C" >&6
15199 if test -n "$DLLWRAP"; then
15200 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
15202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15203 for as_dir in $PATH
15206 test -z "$as_dir" && as_dir=.
15207 for ac_exec_ext in '' $ac_executable_extensions; do
15208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15209 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
15210 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15219 DLLWRAP=$ac_cv_prog_DLLWRAP
15220 if test -n "$DLLWRAP"; then
15221 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
15222 echo "${ECHO_T}$DLLWRAP" >&6; }
15224 { echo "$as_me:$LINENO: result: no" >&5
15225 echo "${ECHO_T}no" >&6; }
15230 if test -z "$ac_cv_prog_DLLWRAP"; then
15231 ac_ct_DLLWRAP=$DLLWRAP
15232 # Extract the first word of "dllwrap", so it can be a program name with args.
15233 set dummy dllwrap; ac_word=$2
15234 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15236 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
15237 echo $ECHO_N "(cached) $ECHO_C" >&6
15239 if test -n "$ac_ct_DLLWRAP"; then
15240 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
15242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15243 for as_dir in $PATH
15246 test -z "$as_dir" && as_dir=.
15247 for ac_exec_ext in '' $ac_executable_extensions; do
15248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15249 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
15250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15259 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
15260 if test -n "$ac_ct_DLLWRAP"; then
15261 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
15262 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
15264 { echo "$as_me:$LINENO: result: no" >&5
15265 echo "${ECHO_T}no" >&6; }
15268 if test "x$ac_ct_DLLWRAP" = x; then
15271 case $cross_compiling:$ac_tool_warned in
15273 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15274 whose name does not start with the host triplet. If you think this
15275 configuration is useful to you, please write to autoconf@gnu.org." >&5
15276 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15277 whose name does not start with the host triplet. If you think this
15278 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15279 ac_tool_warned=yes ;;
15281 DLLWRAP=$ac_ct_DLLWRAP
15284 DLLWRAP="$ac_cv_prog_DLLWRAP"
15287 if test "$DLLWRAP" = "false"; then
15299 DLLFLAGS="$DLLFLAGS -fPIC"
15300 LDDLLFLAGS="-bundle -multiply_defined suppress"
15301 LIBWINE_LDFLAGS="-multiply_defined suppress"
15302 LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`/\$(DYNAME)"
15303 STRIP="$STRIP -u -r"
15304 COREFOUNDATIONLIB="-framework CoreFoundation"
15306 IOKITLIB="-framework IOKit -framework CoreFoundation"
15308 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
15310 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
15312 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
15315 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
15317 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices"
15322 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
15324 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
15326 QUARTZFILES='$(QUARTZFILES)'
15330 DLLFLAGS="$DLLFLAGS -fPIC"
15332 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
15333 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
15334 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
15335 echo $ECHO_N "(cached) $ECHO_C" >&6
15337 ac_wine_try_cflags_saved=$CFLAGS
15338 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
15339 cat >conftest.$ac_ext <<_ACEOF
15342 rm -f conftest.$ac_objext conftest$ac_exeext
15343 if { (ac_try="$ac_link"
15344 case "(($ac_try" in
15345 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15346 *) ac_try_echo
=$ac_try;;
15348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15349 (eval "$ac_link") 2>conftest.er1
15351 grep -v '^ *+' conftest.er1
>conftest.err
15353 cat conftest.err
>&5
15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15355 (exit $ac_status); } &&
15356 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15357 { (case "(($ac_try" in
15358 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15359 *) ac_try_echo=$ac_try;;
15361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15362 (eval "$ac_try") 2>&5
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); }; } &&
15366 { ac_try='test -s conftest$ac_exeext'
15367 { (case "(($ac_try" in
15368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15369 *) ac_try_echo
=$ac_try;;
15371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15372 (eval "$ac_try") 2>&5
15374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15375 (exit $ac_status); }; }; then
15376 ac_cv_c_dll_gnuelf
="yes"
15378 echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.
$ac_ext >&5
15381 ac_cv_c_dll_gnuelf
="no"
15384 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15385 conftest
$ac_exeext conftest.
$ac_ext
15386 CFLAGS
=$ac_wine_try_cflags_saved
15388 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
15389 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
15390 if test "$ac_cv_c_dll_gnuelf" = "yes"
15392 LDSHARED
="\$(CC) -shared"
15393 LDDLLFLAGS
="-shared -Wl,-Bsymbolic"
15394 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
15395 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
15396 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
15397 echo $ECHO_N "(cached) $ECHO_C" >&6
15399 ac_wine_try_cflags_saved
=$CFLAGS
15400 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
15401 cat >conftest.
$ac_ext <<_ACEOF
15404 cat confdefs.h
>>conftest.
$ac_ext
15405 cat >>conftest.
$ac_ext <<_ACEOF
15406 /* end confdefs.h. */
15416 rm -f conftest.
$ac_objext conftest
$ac_exeext
15417 if { (ac_try
="$ac_link"
15418 case "(($ac_try" in
15419 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15420 *) ac_try_echo=$ac_try;;
15422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15423 (eval "$ac_link") 2>conftest.er1
15425 grep -v '^ *+' conftest.er1 >conftest.err
15427 cat conftest.err >&5
15428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15429 (exit $ac_status); } &&
15430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15431 { (case "(($ac_try" in
15432 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15433 *) ac_try_echo
=$ac_try;;
15435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15436 (eval "$ac_try") 2>&5
15438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15439 (exit $ac_status); }; } &&
15440 { ac_try
='test -s conftest$ac_exeext'
15441 { (case "(($ac_try" in
15442 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15443 *) ac_try_echo=$ac_try;;
15445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15446 (eval "$ac_try") 2>&5
15448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15449 (exit $ac_status); }; }; then
15450 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
15452 echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15455 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
15458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15459 conftest$ac_exeext conftest.$ac_ext
15460 CFLAGS=$ac_wine_try_cflags_saved
15462 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
15463 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
15464 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
15465 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
15467 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
15468 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
15469 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
15470 echo $ECHO_N "(cached) $ECHO_C" >&6
15472 ac_wine_try_cflags_saved=$CFLAGS
15473 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
15474 cat >conftest.$ac_ext <<_ACEOF
15477 cat confdefs.h >>conftest.$ac_ext
15478 cat >>conftest.$ac_ext <<_ACEOF
15479 /* end confdefs.h. */
15489 rm -f conftest.$ac_objext conftest$ac_exeext
15490 if { (ac_try="$ac_link"
15491 case "(($ac_try" in
15492 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15493 *) ac_try_echo
=$ac_try;;
15495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15496 (eval "$ac_link") 2>conftest.er1
15498 grep -v '^ *+' conftest.er1
>conftest.err
15500 cat conftest.err
>&5
15501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502 (exit $ac_status); } &&
15503 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15504 { (case "(($ac_try" in
15505 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15506 *) ac_try_echo=$ac_try;;
15508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15509 (eval "$ac_try") 2>&5
15511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); }; } &&
15513 { ac_try='test -s conftest$ac_exeext'
15514 { (case "(($ac_try" in
15515 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15516 *) ac_try_echo
=$ac_try;;
15518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15519 (eval "$ac_try") 2>&5
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); }; }; then
15523 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
15525 echo "$as_me: failed program was:" >&5
15526 sed 's/^/| /' conftest.
$ac_ext >&5
15528 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
15531 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15532 conftest
$ac_exeext conftest.
$ac_ext
15533 CFLAGS
=$ac_wine_try_cflags_saved
15535 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
15536 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
15537 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
15538 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
15544 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
15545 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
15546 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
15547 echo $ECHO_N "(cached) $ECHO_C" >&6
15549 ac_wine_try_cflags_saved
=$CFLAGS
15550 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
15551 cat >conftest.
$ac_ext <<_ACEOF
15554 cat confdefs.h
>>conftest.
$ac_ext
15555 cat >>conftest.
$ac_ext <<_ACEOF
15556 /* end confdefs.h. */
15566 rm -f conftest.
$ac_objext conftest
$ac_exeext
15567 if { (ac_try
="$ac_link"
15568 case "(($ac_try" in
15569 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15570 *) ac_try_echo=$ac_try;;
15572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15573 (eval "$ac_link") 2>conftest.er1
15575 grep -v '^ *+' conftest.er1 >conftest.err
15577 cat conftest.err >&5
15578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15579 (exit $ac_status); } &&
15580 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15581 { (case "(($ac_try" in
15582 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15583 *) ac_try_echo
=$ac_try;;
15585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15586 (eval "$ac_try") 2>&5
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); }; } &&
15590 { ac_try
='test -s conftest$ac_exeext'
15591 { (case "(($ac_try" in
15592 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15593 *) ac_try_echo=$ac_try;;
15595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15596 (eval "$ac_try") 2>&5
15598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15599 (exit $ac_status); }; }; then
15600 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
15602 echo "$as_me: failed program was:" >&5
15603 sed 's/^/| /' conftest.$ac_ext >&5
15605 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
15608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15609 conftest$ac_exeext conftest.$ac_ext
15610 CFLAGS=$ac_wine_try_cflags_saved
15612 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
15613 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
15614 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
15615 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
15619 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
15620 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
15621 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
15622 echo $ECHO_N "(cached) $ECHO_C" >&6
15624 ac_wine_try_cflags_saved=$CFLAGS
15625 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
15626 cat >conftest.$ac_ext <<_ACEOF
15629 cat confdefs.h >>conftest.$ac_ext
15630 cat >>conftest.$ac_ext <<_ACEOF
15631 /* end confdefs.h. */
15641 rm -f conftest.$ac_objext conftest$ac_exeext
15642 if { (ac_try="$ac_link"
15643 case "(($ac_try" in
15644 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15645 *) ac_try_echo
=$ac_try;;
15647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15648 (eval "$ac_link") 2>conftest.er1
15650 grep -v '^ *+' conftest.er1
>conftest.err
15652 cat conftest.err
>&5
15653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15654 (exit $ac_status); } &&
15655 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15656 { (case "(($ac_try" in
15657 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15658 *) ac_try_echo=$ac_try;;
15660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15661 (eval "$ac_try") 2>&5
15663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15664 (exit $ac_status); }; } &&
15665 { ac_try='test -s conftest$ac_exeext'
15666 { (case "(($ac_try" in
15667 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15668 *) ac_try_echo
=$ac_try;;
15670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15671 (eval "$ac_try") 2>&5
15673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); }; }; then
15675 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=yes
15677 echo "$as_me: failed program was:" >&5
15678 sed 's/^/| /' conftest.
$ac_ext >&5
15680 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini
=no
15683 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15684 conftest
$ac_exeext conftest.
$ac_ext
15685 CFLAGS
=$ac_wine_try_cflags_saved
15687 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
15688 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
15689 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
15690 LDDLLFLAGS
="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
15694 echo '{ global: *; };' >conftest.map
15695 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
15696 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
15697 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
15698 echo $ECHO_N "(cached) $ECHO_C" >&6
15700 ac_wine_try_cflags_saved
=$CFLAGS
15701 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
15702 cat >conftest.
$ac_ext <<_ACEOF
15705 cat confdefs.h
>>conftest.
$ac_ext
15706 cat >>conftest.
$ac_ext <<_ACEOF
15707 /* end confdefs.h. */
15717 rm -f conftest.
$ac_objext conftest
$ac_exeext
15718 if { (ac_try
="$ac_link"
15719 case "(($ac_try" in
15720 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15721 *) ac_try_echo=$ac_try;;
15723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15724 (eval "$ac_link") 2>conftest.er1
15726 grep -v '^ *+' conftest.er1 >conftest.err
15728 cat conftest.err >&5
15729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15730 (exit $ac_status); } &&
15731 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15732 { (case "(($ac_try" in
15733 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15734 *) ac_try_echo
=$ac_try;;
15736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15737 (eval "$ac_try") 2>&5
15739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15740 (exit $ac_status); }; } &&
15741 { ac_try
='test -s conftest$ac_exeext'
15742 { (case "(($ac_try" in
15743 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15744 *) ac_try_echo=$ac_try;;
15746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15747 (eval "$ac_try") 2>&5
15749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750 (exit $ac_status); }; }; then
15751 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
15753 echo "$as_me: failed program was:" >&5
15754 sed 's/^/| /' conftest.$ac_ext >&5
15756 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
15759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15760 conftest$ac_exeext conftest.$ac_ext
15761 CFLAGS=$ac_wine_try_cflags_saved
15763 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
15764 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
15765 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
15766 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
15771 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
15772 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
15773 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
15774 echo $ECHO_N "(cached) $ECHO_C" >&6
15776 ac_wine_try_cflags_saved=$CFLAGS
15777 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
15778 cat >conftest.$ac_ext <<_ACEOF
15781 cat confdefs.h >>conftest.$ac_ext
15782 cat >>conftest.$ac_ext <<_ACEOF
15783 /* end confdefs.h. */
15793 rm -f conftest.$ac_objext conftest$ac_exeext
15794 if { (ac_try="$ac_link"
15795 case "(($ac_try" in
15796 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15797 *) ac_try_echo
=$ac_try;;
15799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15800 (eval "$ac_link") 2>conftest.er1
15802 grep -v '^ *+' conftest.er1
>conftest.err
15804 cat conftest.err
>&5
15805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15806 (exit $ac_status); } &&
15807 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15808 { (case "(($ac_try" in
15809 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15810 *) ac_try_echo=$ac_try;;
15812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15813 (eval "$ac_try") 2>&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); }; } &&
15817 { ac_try='test -s conftest$ac_exeext'
15818 { (case "(($ac_try" in
15819 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15820 *) ac_try_echo
=$ac_try;;
15822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15823 (eval "$ac_try") 2>&5
15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15826 (exit $ac_status); }; }; then
15827 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
15829 echo "$as_me: failed program was:" >&5
15830 sed 's/^/| /' conftest.
$ac_ext >&5
15832 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
15835 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15836 conftest
$ac_exeext conftest.
$ac_ext
15837 CFLAGS
=$ac_wine_try_cflags_saved
15839 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
15840 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
15841 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
15842 LDEXECFLAGS
="-Wl,--export-dynamic"
15847 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
15848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
15849 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
15850 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15851 echo $ECHO_N "(cached) $ECHO_C" >&6
15853 ac_wine_try_cflags_saved
=$CFLAGS
15854 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
15855 cat >conftest.
$ac_ext <<_ACEOF
15858 cat confdefs.h
>>conftest.
$ac_ext
15859 cat >>conftest.
$ac_ext <<_ACEOF
15860 /* end confdefs.h. */
15870 rm -f conftest.
$ac_objext conftest
$ac_exeext
15871 if { (ac_try
="$ac_link"
15872 case "(($ac_try" in
15873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15874 *) ac_try_echo=$ac_try;;
15876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15877 (eval "$ac_link") 2>conftest.er1
15879 grep -v '^ *+' conftest.er1 >conftest.err
15881 cat conftest.err >&5
15882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883 (exit $ac_status); } &&
15884 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15885 { (case "(($ac_try" in
15886 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15887 *) ac_try_echo
=$ac_try;;
15889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15890 (eval "$ac_try") 2>&5
15892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893 (exit $ac_status); }; } &&
15894 { ac_try
='test -s conftest$ac_exeext'
15895 { (case "(($ac_try" in
15896 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15897 *) ac_try_echo=$ac_try;;
15899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15900 (eval "$ac_try") 2>&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); }; }; then
15904 eval "$as_ac_var=yes"
15906 echo "$as_me: failed program was:" >&5
15907 sed 's/^/| /' conftest.$ac_ext >&5
15909 eval "$as_ac_var=no"
15912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15913 conftest$ac_exeext conftest.$ac_ext
15914 CFLAGS=$ac_wine_try_cflags_saved
15916 ac_res=`eval echo '${'$as_ac_var'}'`
15917 { echo "$as_me:$LINENO: result: $ac_res" >&5
15918 echo "${ECHO_T}$ac_res" >&6; }
15919 if test `eval echo '${'$as_ac_var'}'` = yes; then
15920 LIBWINE_LDFLAGS="-Wl,--rpath,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
15925 *i[3456789]86* | x86_64)
15926 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
15927 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
15928 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
15929 echo $ECHO_N "(cached) $ECHO_C" >&6
15931 ac_wine_try_cflags_saved=$CFLAGS
15932 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
15933 cat >conftest.$ac_ext <<_ACEOF
15936 cat confdefs.h >>conftest.$ac_ext
15937 cat >>conftest.$ac_ext <<_ACEOF
15938 /* end confdefs.h. */
15948 rm -f conftest.$ac_objext conftest$ac_exeext
15949 if { (ac_try="$ac_link"
15950 case "(($ac_try" in
15951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15952 *) ac_try_echo
=$ac_try;;
15954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15955 (eval "$ac_link") 2>conftest.er1
15957 grep -v '^ *+' conftest.er1
>conftest.err
15959 cat conftest.err
>&5
15960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15961 (exit $ac_status); } &&
15962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15963 { (case "(($ac_try" in
15964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15965 *) ac_try_echo=$ac_try;;
15967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15968 (eval "$ac_try") 2>&5
15970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971 (exit $ac_status); }; } &&
15972 { ac_try='test -s conftest$ac_exeext'
15973 { (case "(($ac_try" in
15974 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15975 *) ac_try_echo
=$ac_try;;
15977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15978 (eval "$ac_try") 2>&5
15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); }; }; then
15982 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
15984 echo "$as_me: failed program was:" >&5
15985 sed 's/^/| /' conftest.
$ac_ext >&5
15987 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
15990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15991 conftest
$ac_exeext conftest.
$ac_ext
15992 CFLAGS
=$ac_wine_try_cflags_saved
15994 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
15995 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
15996 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
15997 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
16004 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
16005 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
16006 if test "${ac_cv_c_dll_unixware+set}" = set; then
16007 echo $ECHO_N "(cached) $ECHO_C" >&6
16009 ac_wine_try_cflags_saved
=$CFLAGS
16010 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
16011 cat >conftest.
$ac_ext <<_ACEOF
16014 rm -f conftest.
$ac_objext conftest
$ac_exeext
16015 if { (ac_try
="$ac_link"
16016 case "(($ac_try" in
16017 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16018 *) ac_try_echo=$ac_try;;
16020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16021 (eval "$ac_link") 2>conftest.er1
16023 grep -v '^ *+' conftest.er1 >conftest.err
16025 cat conftest.err >&5
16026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16027 (exit $ac_status); } &&
16028 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16029 { (case "(($ac_try" in
16030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16031 *) ac_try_echo
=$ac_try;;
16033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16034 (eval "$ac_try") 2>&5
16036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16037 (exit $ac_status); }; } &&
16038 { ac_try
='test -s conftest$ac_exeext'
16039 { (case "(($ac_try" in
16040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16041 *) ac_try_echo=$ac_try;;
16043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16044 (eval "$ac_try") 2>&5
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); }; }; then
16048 ac_cv_c_dll_unixware="yes"
16050 echo "$as_me: failed program was:" >&5
16051 sed 's/^/| /' conftest.$ac_ext >&5
16053 ac_cv_c_dll_unixware="no"
16056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16057 conftest$ac_exeext conftest.$ac_ext
16058 CFLAGS=$ac_wine_try_cflags_saved
16060 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
16061 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
16062 if test "$ac_cv_c_dll_unixware" = "yes"
16064 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
16065 LDDLLFLAGS="-Wl,-G,-B,symbolic"
16068 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
16069 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
16070 if test "${ac_cv_c_dll_hpux+set}" = set; then
16071 echo $ECHO_N "(cached) $ECHO_C" >&6
16073 ac_wine_try_cflags_saved=$CFLAGS
16074 CFLAGS="$CFLAGS -shared"
16075 cat >conftest.$ac_ext <<_ACEOF
16078 rm -f conftest.$ac_objext conftest$ac_exeext
16079 if { (ac_try="$ac_link"
16080 case "(($ac_try" in
16081 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16082 *) ac_try_echo
=$ac_try;;
16084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16085 (eval "$ac_link") 2>conftest.er1
16087 grep -v '^ *+' conftest.er1
>conftest.err
16089 cat conftest.err
>&5
16090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16091 (exit $ac_status); } &&
16092 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16093 { (case "(($ac_try" in
16094 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16095 *) ac_try_echo=$ac_try;;
16097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16098 (eval "$ac_try") 2>&5
16100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16101 (exit $ac_status); }; } &&
16102 { ac_try='test -s conftest$ac_exeext'
16103 { (case "(($ac_try" in
16104 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16105 *) ac_try_echo
=$ac_try;;
16107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16108 (eval "$ac_try") 2>&5
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16112 ac_cv_c_dll_hpux
="yes"
16114 echo "$as_me: failed program was:" >&5
16115 sed 's/^/| /' conftest.
$ac_ext >&5
16117 ac_cv_c_dll_hpux
="no"
16120 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16121 conftest
$ac_exeext conftest.
$ac_ext
16122 CFLAGS
=$ac_wine_try_cflags_saved
16124 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
16125 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
16126 if test "$ac_cv_c_dll_hpux" = "yes"
16130 LDDLLFLAGS
="-shared -fPIC"
16131 LDSHARED
="\$(CC) -shared"
16138 if test "$cross_compiling" = "no"
16140 for ac_prog
in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
16142 # Extract the first word of "$ac_prog", so it can be a program name with args.
16143 set dummy
$ac_prog; ac_word
=$2
16144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16146 if test "${ac_cv_prog_CROSSCC+set}" = set; then
16147 echo $ECHO_N "(cached) $ECHO_C" >&6
16149 if test -n "$CROSSCC"; then
16150 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
16152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16153 for as_dir
in $PATH
16156 test -z "$as_dir" && as_dir
=.
16157 for ac_exec_ext
in '' $ac_executable_extensions; do
16158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16159 ac_cv_prog_CROSSCC
="$ac_prog"
16160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16169 CROSSCC
=$ac_cv_prog_CROSSCC
16170 if test -n "$CROSSCC"; then
16171 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
16172 echo "${ECHO_T}$CROSSCC" >&6; }
16174 { echo "$as_me:$LINENO: result: no" >&5
16175 echo "${ECHO_T}no" >&6; }
16179 test -n "$CROSSCC" && break
16181 test -n "$CROSSCC" || CROSSCC
="false"
16183 for ac_prog
in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
16185 # Extract the first word of "$ac_prog", so it can be a program name with args.
16186 set dummy
$ac_prog; ac_word
=$2
16187 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16188 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16189 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
16190 echo $ECHO_N "(cached) $ECHO_C" >&6
16192 if test -n "$DLLTOOL"; then
16193 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
16195 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16196 for as_dir
in $PATH
16199 test -z "$as_dir" && as_dir
=.
16200 for ac_exec_ext
in '' $ac_executable_extensions; do
16201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16202 ac_cv_prog_DLLTOOL
="$ac_prog"
16203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16212 DLLTOOL
=$ac_cv_prog_DLLTOOL
16213 if test -n "$DLLTOOL"; then
16214 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
16215 echo "${ECHO_T}$DLLTOOL" >&6; }
16217 { echo "$as_me:$LINENO: result: no" >&5
16218 echo "${ECHO_T}no" >&6; }
16222 test -n "$DLLTOOL" && break
16224 test -n "$DLLTOOL" || DLLTOOL
="false"
16226 for ac_prog
in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
16228 # Extract the first word of "$ac_prog", so it can be a program name with args.
16229 set dummy
$ac_prog; ac_word
=$2
16230 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16232 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
16233 echo $ECHO_N "(cached) $ECHO_C" >&6
16235 if test -n "$CROSSWINDRES"; then
16236 ac_cv_prog_CROSSWINDRES
="$CROSSWINDRES" # Let the user override the test.
16238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16239 for as_dir
in $PATH
16242 test -z "$as_dir" && as_dir
=.
16243 for ac_exec_ext
in '' $ac_executable_extensions; do
16244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16245 ac_cv_prog_CROSSWINDRES
="$ac_prog"
16246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16255 CROSSWINDRES
=$ac_cv_prog_CROSSWINDRES
16256 if test -n "$CROSSWINDRES"; then
16257 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
16258 echo "${ECHO_T}$CROSSWINDRES" >&6; }
16260 { echo "$as_me:$LINENO: result: no" >&5
16261 echo "${ECHO_T}no" >&6; }
16265 test -n "$CROSSWINDRES" && break
16267 test -n "$CROSSWINDRES" || CROSSWINDRES
="false"
16269 if test "$CROSSCC" != "false"; then CROSSTEST
="\$(CROSSTEST)"; fi
16274 if test "$LIBEXT" = "a"; then
16275 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
16276 It is currently not possible to build Wine without shared library
16277 (.so) support to allow transparent switch between .so and .dll files.
16278 If you are using Linux, you will need a newer binutils.
16280 echo "$as_me: error: could not find a way to build shared libraries.
16281 It is currently not possible to build Wine without shared library
16282 (.so) support to allow transparent switch between .so and .dll files.
16283 If you are using Linux, you will need a newer binutils.
16285 { (exit 1); exit 1; }; }
16290 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16293 LDPATH
="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$DYLD_LIBRARY_PATH\""
16296 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16304 SOCKETLIBS
="-lws2_32"
16309 MAIN_BINARY
="wine-pthread"
16313 linux
* | k
*bsd
*-gnu)
16314 MAIN_BINARY
="wine-glibc"
16316 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16323 if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib"
16325 # Extract the first word of "ldd", so it can be a program name with args.
16326 set dummy ldd
; ac_word
=$2
16327 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16328 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16329 if test "${ac_cv_path_LDD+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16334 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
16337 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16338 as_dummy
="/sbin:/usr/sbin:$PATH"
16339 for as_dir
in $as_dummy
16342 test -z "$as_dir" && as_dir
=.
16343 for ac_exec_ext
in '' $ac_executable_extensions; do
16344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16345 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
16346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16353 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
16357 LDD
=$ac_cv_path_LDD
16358 if test -n "$LDD"; then
16359 { echo "$as_me:$LINENO: result: $LDD" >&5
16360 echo "${ECHO_T}$LDD" >&6; }
16362 { echo "$as_me:$LINENO: result: no" >&5
16363 echo "${ECHO_T}no" >&6; }
16367 { echo "$as_me:$LINENO: checking for -lX11 soname" >&5
16368 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6; }
16369 if test "${ac_cv_lib_soname_X11+set}" = set; then
16370 echo $ECHO_N "(cached) $ECHO_C" >&6
16372 ac_get_soname_save_LIBS
=$LIBS
16373 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
16374 cat >conftest.
$ac_ext <<_ACEOF
16377 cat confdefs.h
>>conftest.
$ac_ext
16378 cat >>conftest.
$ac_ext <<_ACEOF
16379 /* end confdefs.h. */
16381 /* Override any GCC internal prototype to avoid an error.
16382 Use char because int might match the return type of a GCC
16383 builtin and then its argument prototype would still apply. */
16387 char XCreateWindow ();
16391 return XCreateWindow ();
16396 rm -f conftest.
$ac_objext conftest
$ac_exeext
16397 if { (ac_try
="$ac_link"
16398 case "(($ac_try" in
16399 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16400 *) ac_try_echo=$ac_try;;
16402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16403 (eval "$ac_link") 2>conftest.er1
16405 grep -v '^ *+' conftest.er1 >conftest.err
16407 cat conftest.err >&5
16408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); } &&
16410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16411 { (case "(($ac_try" in
16412 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16413 *) ac_try_echo
=$ac_try;;
16415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16416 (eval "$ac_try") 2>&5
16418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16419 (exit $ac_status); }; } &&
16420 { ac_try
='test -s conftest$ac_exeext'
16421 { (case "(($ac_try" in
16422 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16423 *) ac_try_echo=$ac_try;;
16425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16426 (eval "$ac_try") 2>&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); }; }; then
16431 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'` ;;
16432 so) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libX11
\\.so |
sed -e "s/^.*\(libX11\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16434 if test "x$ac_cv_lib_soname_X11" = "x"
16436 ac_cv_lib_soname_X11="libX11.$LIBEXT"
16439 echo "$as_me: failed program was:" >&5
16440 sed 's/^/| /' conftest.$ac_ext >&5
16442 ac_cv_lib_soname_X11="libX11.$LIBEXT"
16445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16446 conftest$ac_exeext conftest.$ac_ext
16447 LIBS=$ac_get_soname_save_LIBS
16449 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
16450 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
16451 if test "${ac_cv_lib_soname_X11+set}" = set; then
16453 cat >>confdefs.h <<_ACEOF
16454 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
16459 { echo "$as_me:$LINENO: checking for -lXext soname" >&5
16460 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6; }
16461 if test "${ac_cv_lib_soname_Xext+set}" = set; then
16462 echo $ECHO_N "(cached) $ECHO_C" >&6
16464 ac_get_soname_save_LIBS=$LIBS
16465 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
16466 cat >conftest.$ac_ext <<_ACEOF
16469 cat confdefs.h >>conftest.$ac_ext
16470 cat >>conftest.$ac_ext <<_ACEOF
16471 /* end confdefs.h. */
16473 /* Override any GCC internal prototype to avoid an error.
16474 Use char because int might match the return type of a GCC
16475 builtin and then its argument prototype would still apply. */
16479 char XextCreateExtension ();
16483 return XextCreateExtension ();
16488 rm -f conftest.$ac_objext conftest$ac_exeext
16489 if { (ac_try="$ac_link"
16490 case "(($ac_try" in
16491 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16492 *) ac_try_echo
=$ac_try;;
16494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16495 (eval "$ac_link") 2>conftest.er1
16497 grep -v '^ *+' conftest.er1
>conftest.err
16499 cat conftest.err
>&5
16500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16501 (exit $ac_status); } &&
16502 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16503 { (case "(($ac_try" in
16504 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16505 *) ac_try_echo=$ac_try;;
16507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16508 (eval "$ac_try") 2>&5
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); }; } &&
16512 { ac_try='test -s conftest$ac_exeext'
16513 { (case "(($ac_try" in
16514 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16515 *) ac_try_echo
=$ac_try;;
16517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16518 (eval "$ac_try") 2>&5
16520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16521 (exit $ac_status); }; }; then
16523 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'` ;;
16524 so
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed -e "s/^.*\(libXext\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16526 if test "x$ac_cv_lib_soname_Xext" = "x"
16528 ac_cv_lib_soname_Xext
="libXext.$LIBEXT"
16531 echo "$as_me: failed program was:" >&5
16532 sed 's/^/| /' conftest.
$ac_ext >&5
16534 ac_cv_lib_soname_Xext
="libXext.$LIBEXT"
16537 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16538 conftest
$ac_exeext conftest.
$ac_ext
16539 LIBS
=$ac_get_soname_save_LIBS
16541 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
16542 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
16543 if test "${ac_cv_lib_soname_Xext+set}" = set; then
16545 cat >>confdefs.h
<<_ACEOF
16546 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
16551 { echo "$as_me:$LINENO: checking for -lXi soname" >&5
16552 echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6; }
16553 if test "${ac_cv_lib_soname_Xi+set}" = set; then
16554 echo $ECHO_N "(cached) $ECHO_C" >&6
16556 ac_get_soname_save_LIBS
=$LIBS
16557 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16558 cat >conftest.
$ac_ext <<_ACEOF
16561 cat confdefs.h
>>conftest.
$ac_ext
16562 cat >>conftest.
$ac_ext <<_ACEOF
16563 /* end confdefs.h. */
16565 /* Override any GCC internal prototype to avoid an error.
16566 Use char because int might match the return type of a GCC
16567 builtin and then its argument prototype would still apply. */
16571 char XOpenDevice ();
16575 return XOpenDevice ();
16580 rm -f conftest.
$ac_objext conftest
$ac_exeext
16581 if { (ac_try
="$ac_link"
16582 case "(($ac_try" in
16583 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16584 *) ac_try_echo=$ac_try;;
16586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16587 (eval "$ac_link") 2>conftest.er1
16589 grep -v '^ *+' conftest.er1 >conftest.err
16591 cat conftest.err >&5
16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593 (exit $ac_status); } &&
16594 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16595 { (case "(($ac_try" in
16596 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16597 *) ac_try_echo
=$ac_try;;
16599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16600 (eval "$ac_try") 2>&5
16602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16603 (exit $ac_status); }; } &&
16604 { ac_try
='test -s conftest$ac_exeext'
16605 { (case "(($ac_try" in
16606 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16607 *) ac_try_echo=$ac_try;;
16609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16610 (eval "$ac_try") 2>&5
16612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16613 (exit $ac_status); }; }; then
16615 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'` ;;
16616 so) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libXi
\\.so |
sed -e "s/^.*\(libXi\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16618 if test "x$ac_cv_lib_soname_Xi" = "x"
16620 ac_cv_lib_soname_Xi="libXi.$LIBEXT"
16623 echo "$as_me: failed program was:" >&5
16624 sed 's/^/| /' conftest.$ac_ext >&5
16626 ac_cv_lib_soname_Xi="libXi.$LIBEXT"
16629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16630 conftest$ac_exeext conftest.$ac_ext
16631 LIBS=$ac_get_soname_save_LIBS
16633 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
16634 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
16635 if test "${ac_cv_lib_soname_Xi+set}" = set; then
16637 cat >>confdefs.h <<_ACEOF
16638 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
16643 { echo "$as_me:$LINENO: checking for -lXinerama soname" >&5
16644 echo $ECHO_N "checking for -lXinerama soname... $ECHO_C" >&6; }
16645 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
16646 echo $ECHO_N "(cached) $ECHO_C" >&6
16648 ac_get_soname_save_LIBS=$LIBS
16649 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16650 cat >conftest.$ac_ext <<_ACEOF
16653 cat confdefs.h >>conftest.$ac_ext
16654 cat >>conftest.$ac_ext <<_ACEOF
16655 /* end confdefs.h. */
16657 /* Override any GCC internal prototype to avoid an error.
16658 Use char because int might match the return type of a GCC
16659 builtin and then its argument prototype would still apply. */
16663 char XineramaQueryScreens ();
16667 return XineramaQueryScreens ();
16672 rm -f conftest.$ac_objext conftest$ac_exeext
16673 if { (ac_try="$ac_link"
16674 case "(($ac_try" in
16675 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16676 *) ac_try_echo
=$ac_try;;
16678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16679 (eval "$ac_link") 2>conftest.er1
16681 grep -v '^ *+' conftest.er1
>conftest.err
16683 cat conftest.err
>&5
16684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16685 (exit $ac_status); } &&
16686 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16687 { (case "(($ac_try" in
16688 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16689 *) ac_try_echo=$ac_try;;
16691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16692 (eval "$ac_try") 2>&5
16694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16695 (exit $ac_status); }; } &&
16696 { ac_try='test -s conftest$ac_exeext'
16697 { (case "(($ac_try" in
16698 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16699 *) ac_try_echo
=$ac_try;;
16701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16702 (eval "$ac_try") 2>&5
16704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16705 (exit $ac_status); }; }; then
16707 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'` ;;
16708 so
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXinerama\\.so | sed -e "s/^.*\(libXinerama\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16710 if test "x$ac_cv_lib_soname_Xinerama" = "x"
16712 ac_cv_lib_soname_Xinerama
="libXinerama.$LIBEXT"
16715 echo "$as_me: failed program was:" >&5
16716 sed 's/^/| /' conftest.
$ac_ext >&5
16718 ac_cv_lib_soname_Xinerama
="libXinerama.$LIBEXT"
16721 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16722 conftest
$ac_exeext conftest.
$ac_ext
16723 LIBS
=$ac_get_soname_save_LIBS
16725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
16726 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
16727 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
16729 cat >>confdefs.h
<<_ACEOF
16730 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
16735 { echo "$as_me:$LINENO: checking for -lXrender soname" >&5
16736 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6; }
16737 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
16738 echo $ECHO_N "(cached) $ECHO_C" >&6
16740 ac_get_soname_save_LIBS
=$LIBS
16741 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16742 cat >conftest.
$ac_ext <<_ACEOF
16745 cat confdefs.h
>>conftest.
$ac_ext
16746 cat >>conftest.
$ac_ext <<_ACEOF
16747 /* end confdefs.h. */
16749 /* Override any GCC internal prototype to avoid an error.
16750 Use char because int might match the return type of a GCC
16751 builtin and then its argument prototype would still apply. */
16755 char XRenderQueryExtension ();
16759 return XRenderQueryExtension ();
16764 rm -f conftest.
$ac_objext conftest
$ac_exeext
16765 if { (ac_try
="$ac_link"
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_link") 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 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16779 { (case "(($ac_try" in
16780 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16781 *) ac_try_echo
=$ac_try;;
16783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16784 (eval "$ac_try") 2>&5
16786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16787 (exit $ac_status); }; } &&
16788 { ac_try
='test -s conftest$ac_exeext'
16789 { (case "(($ac_try" in
16790 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16791 *) ac_try_echo=$ac_try;;
16793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16794 (eval "$ac_try") 2>&5
16796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16797 (exit $ac_status); }; }; then
16799 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'` ;;
16800 so) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libXrender
\\.so |
sed -e "s/^.*\(libXrender\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16802 if test "x$ac_cv_lib_soname_Xrender" = "x"
16804 ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
16807 echo "$as_me: failed program was:" >&5
16808 sed 's/^/| /' conftest.$ac_ext >&5
16810 ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
16813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16814 conftest$ac_exeext conftest.$ac_ext
16815 LIBS=$ac_get_soname_save_LIBS
16817 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
16818 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
16819 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
16821 cat >>confdefs.h <<_ACEOF
16822 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
16827 { echo "$as_me:$LINENO: checking for -lXrandr soname" >&5
16828 echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6; }
16829 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
16830 echo $ECHO_N "(cached) $ECHO_C" >&6
16832 ac_get_soname_save_LIBS=$LIBS
16833 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16834 cat >conftest.$ac_ext <<_ACEOF
16837 cat confdefs.h >>conftest.$ac_ext
16838 cat >>conftest.$ac_ext <<_ACEOF
16839 /* end confdefs.h. */
16841 /* Override any GCC internal prototype to avoid an error.
16842 Use char because int might match the return type of a GCC
16843 builtin and then its argument prototype would still apply. */
16847 char XRRQueryExtension ();
16851 return XRRQueryExtension ();
16856 rm -f conftest.$ac_objext conftest$ac_exeext
16857 if { (ac_try="$ac_link"
16858 case "(($ac_try" in
16859 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16860 *) ac_try_echo
=$ac_try;;
16862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16863 (eval "$ac_link") 2>conftest.er1
16865 grep -v '^ *+' conftest.er1
>conftest.err
16867 cat conftest.err
>&5
16868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16869 (exit $ac_status); } &&
16870 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16871 { (case "(($ac_try" in
16872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16873 *) ac_try_echo=$ac_try;;
16875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16876 (eval "$ac_try") 2>&5
16878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879 (exit $ac_status); }; } &&
16880 { ac_try='test -s conftest$ac_exeext'
16881 { (case "(($ac_try" in
16882 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16883 *) ac_try_echo
=$ac_try;;
16885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16886 (eval "$ac_try") 2>&5
16888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16889 (exit $ac_status); }; }; then
16891 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'` ;;
16892 so
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.so | sed -e "s/^.*\(libXrandr\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16894 if test "x$ac_cv_lib_soname_Xrandr" = "x"
16896 ac_cv_lib_soname_Xrandr
="libXrandr.$LIBEXT"
16899 echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.
$ac_ext >&5
16902 ac_cv_lib_soname_Xrandr
="libXrandr.$LIBEXT"
16905 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16906 conftest
$ac_exeext conftest.
$ac_ext
16907 LIBS
=$ac_get_soname_save_LIBS
16909 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
16910 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
16911 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
16913 cat >>confdefs.h
<<_ACEOF
16914 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
16919 { echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
16920 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6; }
16921 if test "${ac_cv_lib_soname_freetype+set}" = set; then
16922 echo $ECHO_N "(cached) $ECHO_C" >&6
16924 ac_get_soname_save_LIBS
=$LIBS
16925 LIBS
="-lfreetype $X_LIBS $LIBS"
16926 cat >conftest.
$ac_ext <<_ACEOF
16929 cat confdefs.h
>>conftest.
$ac_ext
16930 cat >>conftest.
$ac_ext <<_ACEOF
16931 /* end confdefs.h. */
16933 /* Override any GCC internal prototype to avoid an error.
16934 Use char because int might match the return type of a GCC
16935 builtin and then its argument prototype would still apply. */
16939 char FT_Init_FreeType ();
16943 return FT_Init_FreeType ();
16948 rm -f conftest.
$ac_objext conftest
$ac_exeext
16949 if { (ac_try
="$ac_link"
16950 case "(($ac_try" in
16951 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16952 *) ac_try_echo=$ac_try;;
16954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16955 (eval "$ac_link") 2>conftest.er1
16957 grep -v '^ *+' conftest.er1 >conftest.err
16959 cat conftest.err >&5
16960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16961 (exit $ac_status); } &&
16962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16963 { (case "(($ac_try" in
16964 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16965 *) ac_try_echo
=$ac_try;;
16967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16968 (eval "$ac_try") 2>&5
16970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16971 (exit $ac_status); }; } &&
16972 { ac_try
='test -s conftest$ac_exeext'
16973 { (case "(($ac_try" in
16974 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16975 *) ac_try_echo=$ac_try;;
16977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16978 (eval "$ac_try") 2>&5
16980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16981 (exit $ac_status); }; }; then
16983 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'` ;;
16984 so) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libfreetype
\\.so |
sed -e "s/^.*\(libfreetype\.so[^ ]*\).*$/\1/"';2,$d'` ;;
16986 if test "x$ac_cv_lib_soname_freetype" = "x"
16988 ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
16991 echo "$as_me: failed program was:" >&5
16992 sed 's/^/| /' conftest.$ac_ext >&5
16994 ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
16997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16998 conftest$ac_exeext conftest.$ac_ext
16999 LIBS=$ac_get_soname_save_LIBS
17001 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
17002 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
17003 if test "${ac_cv_lib_soname_freetype+set}" = set; then
17005 cat >>confdefs.h <<_ACEOF
17006 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
17011 { echo "$as_me:$LINENO: checking for -lGL soname" >&5
17012 echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6; }
17013 if test "${ac_cv_lib_soname_GL+set}" = set; then
17014 echo $ECHO_N "(cached) $ECHO_C" >&6
17016 ac_get_soname_save_LIBS=$LIBS
17017 LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
17018 cat >conftest.$ac_ext <<_ACEOF
17021 cat confdefs.h >>conftest.$ac_ext
17022 cat >>conftest.$ac_ext <<_ACEOF
17023 /* end confdefs.h. */
17025 /* Override any GCC internal prototype to avoid an error.
17026 Use char because int might match the return type of a GCC
17027 builtin and then its argument prototype would still apply. */
17031 char glXQueryExtension ();
17035 return glXQueryExtension ();
17040 rm -f conftest.$ac_objext conftest$ac_exeext
17041 if { (ac_try="$ac_link"
17042 case "(($ac_try" in
17043 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17044 *) ac_try_echo
=$ac_try;;
17046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17047 (eval "$ac_link") 2>conftest.er1
17049 grep -v '^ *+' conftest.er1
>conftest.err
17051 cat conftest.err
>&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); } &&
17054 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17055 { (case "(($ac_try" in
17056 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17057 *) ac_try_echo=$ac_try;;
17059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17060 (eval "$ac_try") 2>&5
17062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063 (exit $ac_status); }; } &&
17064 { ac_try='test -s conftest$ac_exeext'
17065 { (case "(($ac_try" in
17066 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17067 *) ac_try_echo
=$ac_try;;
17069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17070 (eval "$ac_try") 2>&5
17072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); }; }; then
17075 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'` ;;
17076 so
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.so | sed -e "s/^.*\(libGL\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17078 if test "x$ac_cv_lib_soname_GL" = "x"
17080 ac_cv_lib_soname_GL
="libGL.$LIBEXT"
17083 echo "$as_me: failed program was:" >&5
17084 sed 's/^/| /' conftest.
$ac_ext >&5
17086 ac_cv_lib_soname_GL
="libGL.$LIBEXT"
17089 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17090 conftest
$ac_exeext conftest.
$ac_ext
17091 LIBS
=$ac_get_soname_save_LIBS
17093 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
17094 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
17095 if test "${ac_cv_lib_soname_GL+set}" = set; then
17097 cat >>confdefs.h
<<_ACEOF
17098 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
17103 { echo "$as_me:$LINENO: checking for -lhal soname" >&5
17104 echo $ECHO_N "checking for -lhal soname... $ECHO_C" >&6; }
17105 if test "${ac_cv_lib_soname_hal+set}" = set; then
17106 echo $ECHO_N "(cached) $ECHO_C" >&6
17108 ac_get_soname_save_LIBS
=$LIBS
17110 cat >conftest.
$ac_ext <<_ACEOF
17113 cat confdefs.h
>>conftest.
$ac_ext
17114 cat >>conftest.
$ac_ext <<_ACEOF
17115 /* end confdefs.h. */
17117 /* Override any GCC internal prototype to avoid an error.
17118 Use char because int might match the return type of a GCC
17119 builtin and then its argument prototype would still apply. */
17123 char libhal_ctx_new ();
17127 return libhal_ctx_new ();
17132 rm -f conftest.
$ac_objext conftest
$ac_exeext
17133 if { (ac_try
="$ac_link"
17134 case "(($ac_try" in
17135 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17136 *) ac_try_echo=$ac_try;;
17138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17139 (eval "$ac_link") 2>conftest.er1
17141 grep -v '^ *+' conftest.er1 >conftest.err
17143 cat conftest.err >&5
17144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17145 (exit $ac_status); } &&
17146 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17147 { (case "(($ac_try" in
17148 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17149 *) ac_try_echo
=$ac_try;;
17151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17152 (eval "$ac_try") 2>&5
17154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17155 (exit $ac_status); }; } &&
17156 { ac_try
='test -s conftest$ac_exeext'
17157 { (case "(($ac_try" in
17158 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17159 *) ac_try_echo=$ac_try;;
17161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17162 (eval "$ac_try") 2>&5
17164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17165 (exit $ac_status); }; }; then
17167 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'` ;;
17168 so) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libhal
\\.so |
sed -e "s/^.*\(libhal\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17170 if test "x$ac_cv_lib_soname_hal" = "x"
17172 ac_cv_lib_soname_hal="libhal.$LIBEXT"
17175 echo "$as_me: failed program was:" >&5
17176 sed 's/^/| /' conftest.$ac_ext >&5
17178 ac_cv_lib_soname_hal="libhal.$LIBEXT"
17181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17182 conftest$ac_exeext conftest.$ac_ext
17183 LIBS=$ac_get_soname_save_LIBS
17185 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
17186 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
17187 if test "${ac_cv_lib_soname_hal+set}" = set; then
17189 cat >>confdefs.h <<_ACEOF
17190 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
17195 { echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5
17196 echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6; }
17197 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
17198 echo $ECHO_N "(cached) $ECHO_C" >&6
17200 ac_get_soname_save_LIBS=$LIBS
17201 LIBS="-ltxc_dxtn $LIBS"
17202 cat >conftest.$ac_ext <<_ACEOF
17205 cat confdefs.h >>conftest.$ac_ext
17206 cat >>conftest.$ac_ext <<_ACEOF
17207 /* end confdefs.h. */
17209 /* Override any GCC internal prototype to avoid an error.
17210 Use char because int might match the return type of a GCC
17211 builtin and then its argument prototype would still apply. */
17215 char fetch_2d_texel_rgba_dxt1 ();
17219 return fetch_2d_texel_rgba_dxt1 ();
17224 rm -f conftest.$ac_objext conftest$ac_exeext
17225 if { (ac_try="$ac_link"
17226 case "(($ac_try" in
17227 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17228 *) ac_try_echo
=$ac_try;;
17230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17231 (eval "$ac_link") 2>conftest.er1
17233 grep -v '^ *+' conftest.er1
>conftest.err
17235 cat conftest.err
>&5
17236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } &&
17238 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17239 { (case "(($ac_try" in
17240 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17241 *) ac_try_echo=$ac_try;;
17243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17244 (eval "$ac_try") 2>&5
17246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); }; } &&
17248 { ac_try='test -s conftest$ac_exeext'
17249 { (case "(($ac_try" in
17250 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17251 *) ac_try_echo
=$ac_try;;
17253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17254 (eval "$ac_try") 2>&5
17256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17257 (exit $ac_status); }; }; then
17259 dylib
) ac_cv_lib_soname_txc_dxtn
=`otool -L conftest$ac_exeext | grep libtxc_dxtn\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libtxc_dxtn\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17260 so
) ac_cv_lib_soname_txc_dxtn
=`$ac_cv_path_LDD conftest$ac_exeext | grep libtxc_dxtn\\.so | sed -e "s/^.*\(libtxc_dxtn\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17262 if test "x$ac_cv_lib_soname_txc_dxtn" = "x"
17264 ac_cv_lib_soname_txc_dxtn
="libtxc_dxtn.$LIBEXT"
17267 echo "$as_me: failed program was:" >&5
17268 sed 's/^/| /' conftest.
$ac_ext >&5
17270 ac_cv_lib_soname_txc_dxtn
="libtxc_dxtn.$LIBEXT"
17273 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17274 conftest
$ac_exeext conftest.
$ac_ext
17275 LIBS
=$ac_get_soname_save_LIBS
17277 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
17278 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; }
17279 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
17281 cat >>confdefs.h
<<_ACEOF
17282 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
17287 { echo "$as_me:$LINENO: checking for -lcups soname" >&5
17288 echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6; }
17289 if test "${ac_cv_lib_soname_cups+set}" = set; then
17290 echo $ECHO_N "(cached) $ECHO_C" >&6
17292 ac_get_soname_save_LIBS
=$LIBS
17293 LIBS
="-lcups $LIBS"
17294 cat >conftest.
$ac_ext <<_ACEOF
17297 cat confdefs.h
>>conftest.
$ac_ext
17298 cat >>conftest.
$ac_ext <<_ACEOF
17299 /* end confdefs.h. */
17301 /* Override any GCC internal prototype to avoid an error.
17302 Use char because int might match the return type of a GCC
17303 builtin and then its argument prototype would still apply. */
17307 char cupsGetDefault ();
17311 return cupsGetDefault ();
17316 rm -f conftest.
$ac_objext conftest
$ac_exeext
17317 if { (ac_try
="$ac_link"
17318 case "(($ac_try" in
17319 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17320 *) ac_try_echo=$ac_try;;
17322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17323 (eval "$ac_link") 2>conftest.er1
17325 grep -v '^ *+' conftest.er1 >conftest.err
17327 cat conftest.err >&5
17328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17329 (exit $ac_status); } &&
17330 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17331 { (case "(($ac_try" in
17332 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17333 *) ac_try_echo
=$ac_try;;
17335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17336 (eval "$ac_try") 2>&5
17338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17339 (exit $ac_status); }; } &&
17340 { ac_try
='test -s conftest$ac_exeext'
17341 { (case "(($ac_try" in
17342 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17343 *) ac_try_echo=$ac_try;;
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_try") 2>&5
17348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17349 (exit $ac_status); }; }; then
17351 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'` ;;
17352 so) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcups
\\.so |
sed -e "s/^.*\(libcups\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17354 if test "x$ac_cv_lib_soname_cups" = "x"
17356 ac_cv_lib_soname_cups="libcups.$LIBEXT"
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17362 ac_cv_lib_soname_cups="libcups.$LIBEXT"
17365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17366 conftest$ac_exeext conftest.$ac_ext
17367 LIBS=$ac_get_soname_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
17370 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
17371 if test "${ac_cv_lib_soname_cups+set}" = set; then
17373 cat >>confdefs.h <<_ACEOF
17374 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
17379 { echo "$as_me:$LINENO: checking for -ljack soname" >&5
17380 echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6; }
17381 if test "${ac_cv_lib_soname_jack+set}" = set; then
17382 echo $ECHO_N "(cached) $ECHO_C" >&6
17384 ac_get_soname_save_LIBS=$LIBS
17385 LIBS="-ljack $LIBS"
17386 cat >conftest.$ac_ext <<_ACEOF
17389 cat confdefs.h >>conftest.$ac_ext
17390 cat >>conftest.$ac_ext <<_ACEOF
17391 /* end confdefs.h. */
17393 /* Override any GCC internal prototype to avoid an error.
17394 Use char because int might match the return type of a GCC
17395 builtin and then its argument prototype would still apply. */
17399 char jack_client_new ();
17403 return jack_client_new ();
17408 rm -f conftest.$ac_objext conftest$ac_exeext
17409 if { (ac_try="$ac_link"
17410 case "(($ac_try" in
17411 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17412 *) ac_try_echo
=$ac_try;;
17414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17415 (eval "$ac_link") 2>conftest.er1
17417 grep -v '^ *+' conftest.er1
>conftest.err
17419 cat conftest.err
>&5
17420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17421 (exit $ac_status); } &&
17422 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17423 { (case "(($ac_try" in
17424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17425 *) ac_try_echo=$ac_try;;
17427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17428 (eval "$ac_try") 2>&5
17430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17431 (exit $ac_status); }; } &&
17432 { ac_try='test -s conftest$ac_exeext'
17433 { (case "(($ac_try" in
17434 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17435 *) ac_try_echo
=$ac_try;;
17437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17438 (eval "$ac_try") 2>&5
17440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17441 (exit $ac_status); }; }; then
17443 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'` ;;
17444 so
) ac_cv_lib_soname_jack
=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.so | sed -e "s/^.*\(libjack\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17446 if test "x$ac_cv_lib_soname_jack" = "x"
17448 ac_cv_lib_soname_jack
="libjack.$LIBEXT"
17451 echo "$as_me: failed program was:" >&5
17452 sed 's/^/| /' conftest.
$ac_ext >&5
17454 ac_cv_lib_soname_jack
="libjack.$LIBEXT"
17457 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17458 conftest
$ac_exeext conftest.
$ac_ext
17459 LIBS
=$ac_get_soname_save_LIBS
17461 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
17462 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
17463 if test "${ac_cv_lib_soname_jack+set}" = set; then
17465 cat >>confdefs.h
<<_ACEOF
17466 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
17471 { echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5
17472 echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6; }
17473 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17476 ac_get_soname_save_LIBS
=$LIBS
17477 LIBS
="-lfontconfig $LIBS"
17478 cat >conftest.
$ac_ext <<_ACEOF
17481 cat confdefs.h
>>conftest.
$ac_ext
17482 cat >>conftest.
$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17485 /* Override any GCC internal prototype to avoid an error.
17486 Use char because int might match the return type of a GCC
17487 builtin and then its argument prototype would still apply. */
17500 rm -f conftest.
$ac_objext conftest
$ac_exeext
17501 if { (ac_try
="$ac_link"
17502 case "(($ac_try" in
17503 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_link") 2>conftest.er1
17509 grep -v '^ *+' conftest.er1 >conftest.err
17511 cat conftest.err >&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } &&
17514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17515 { (case "(($ac_try" in
17516 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17517 *) ac_try_echo
=$ac_try;;
17519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17520 (eval "$ac_try") 2>&5
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); }; } &&
17524 { ac_try
='test -s conftest$ac_exeext'
17525 { (case "(($ac_try" in
17526 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17527 *) ac_try_echo=$ac_try;;
17529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17530 (eval "$ac_try") 2>&5
17532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17533 (exit $ac_status); }; }; then
17535 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'` ;;
17536 so) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libfontconfig
\\.so |
sed -e "s/^.*\(libfontconfig\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17538 if test "x$ac_cv_lib_soname_fontconfig" = "x"
17540 ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
17543 echo "$as_me: failed program was:" >&5
17544 sed 's/^/| /' conftest.$ac_ext >&5
17546 ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
17549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17550 conftest$ac_exeext conftest.$ac_ext
17551 LIBS=$ac_get_soname_save_LIBS
17553 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
17554 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
17555 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
17557 cat >>confdefs.h <<_ACEOF
17558 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
17563 { echo "$as_me:$LINENO: checking for -lssl soname" >&5
17564 echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6; }
17565 if test "${ac_cv_lib_soname_ssl+set}" = set; then
17566 echo $ECHO_N "(cached) $ECHO_C" >&6
17568 ac_get_soname_save_LIBS=$LIBS
17570 cat >conftest.$ac_ext <<_ACEOF
17573 cat confdefs.h >>conftest.$ac_ext
17574 cat >>conftest.$ac_ext <<_ACEOF
17575 /* end confdefs.h. */
17577 /* Override any GCC internal prototype to avoid an error.
17578 Use char because int might match the return type of a GCC
17579 builtin and then its argument prototype would still apply. */
17583 char SSL_library_init ();
17587 return SSL_library_init ();
17592 rm -f conftest.$ac_objext conftest$ac_exeext
17593 if { (ac_try="$ac_link"
17594 case "(($ac_try" in
17595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17596 *) ac_try_echo
=$ac_try;;
17598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17599 (eval "$ac_link") 2>conftest.er1
17601 grep -v '^ *+' conftest.er1
>conftest.err
17603 cat conftest.err
>&5
17604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605 (exit $ac_status); } &&
17606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17607 { (case "(($ac_try" in
17608 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17609 *) ac_try_echo=$ac_try;;
17611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17612 (eval "$ac_try") 2>&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); }; } &&
17616 { ac_try='test -s conftest$ac_exeext'
17617 { (case "(($ac_try" in
17618 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17619 *) ac_try_echo
=$ac_try;;
17621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17622 (eval "$ac_try") 2>&5
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); }; }; then
17627 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'` ;;
17628 so
) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.so | sed -e "s/^.*\(libssl\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17630 if test "x$ac_cv_lib_soname_ssl" = "x"
17632 ac_cv_lib_soname_ssl
="libssl.$LIBEXT"
17635 echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.
$ac_ext >&5
17638 ac_cv_lib_soname_ssl
="libssl.$LIBEXT"
17641 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17642 conftest
$ac_exeext conftest.
$ac_ext
17643 LIBS
=$ac_get_soname_save_LIBS
17645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
17646 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
17647 if test "${ac_cv_lib_soname_ssl+set}" = set; then
17649 cat >>confdefs.h
<<_ACEOF
17650 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
17655 { echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
17656 echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6; }
17657 if test "${ac_cv_lib_soname_crypto+set}" = set; then
17658 echo $ECHO_N "(cached) $ECHO_C" >&6
17660 ac_get_soname_save_LIBS
=$LIBS
17661 LIBS
="-lcrypto $LIBS"
17662 cat >conftest.
$ac_ext <<_ACEOF
17665 cat confdefs.h
>>conftest.
$ac_ext
17666 cat >>conftest.
$ac_ext <<_ACEOF
17667 /* end confdefs.h. */
17669 /* Override any GCC internal prototype to avoid an error.
17670 Use char because int might match the return type of a GCC
17671 builtin and then its argument prototype would still apply. */
17675 char BIO_new_socket ();
17679 return BIO_new_socket ();
17684 rm -f conftest.
$ac_objext conftest
$ac_exeext
17685 if { (ac_try
="$ac_link"
17686 case "(($ac_try" in
17687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17688 *) ac_try_echo=$ac_try;;
17690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17691 (eval "$ac_link") 2>conftest.er1
17693 grep -v '^ *+' conftest.er1 >conftest.err
17695 cat conftest.err >&5
17696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17697 (exit $ac_status); } &&
17698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17699 { (case "(($ac_try" in
17700 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17701 *) ac_try_echo
=$ac_try;;
17703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17704 (eval "$ac_try") 2>&5
17706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17707 (exit $ac_status); }; } &&
17708 { ac_try
='test -s conftest$ac_exeext'
17709 { (case "(($ac_try" in
17710 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17711 *) ac_try_echo=$ac_try;;
17713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17714 (eval "$ac_try") 2>&5
17716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); }; }; then
17719 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'` ;;
17720 so) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcrypto
\\.so |
sed -e "s/^.*\(libcrypto\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17722 if test "x$ac_cv_lib_soname_crypto" = "x"
17724 ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
17727 echo "$as_me: failed program was:" >&5
17728 sed 's/^/| /' conftest.$ac_ext >&5
17730 ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
17733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17734 conftest$ac_exeext conftest.$ac_ext
17735 LIBS=$ac_get_soname_save_LIBS
17737 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
17738 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
17739 if test "${ac_cv_lib_soname_crypto+set}" = set; then
17741 cat >>confdefs.h <<_ACEOF
17742 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17747 { echo "$as_me:$LINENO: checking for -lncurses soname" >&5
17748 echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6; }
17749 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
17750 echo $ECHO_N "(cached) $ECHO_C" >&6
17752 ac_get_soname_save_LIBS=$LIBS
17753 LIBS="-lncurses $LIBS"
17754 cat >conftest.$ac_ext <<_ACEOF
17757 cat confdefs.h >>conftest.$ac_ext
17758 cat >>conftest.$ac_ext <<_ACEOF
17759 /* end confdefs.h. */
17761 /* Override any GCC internal prototype to avoid an error.
17762 Use char because int might match the return type of a GCC
17763 builtin and then its argument prototype would still apply. */
17776 rm -f conftest.$ac_objext conftest$ac_exeext
17777 if { (ac_try="$ac_link"
17778 case "(($ac_try" in
17779 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17780 *) ac_try_echo
=$ac_try;;
17782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17783 (eval "$ac_link") 2>conftest.er1
17785 grep -v '^ *+' conftest.er1
>conftest.err
17787 cat conftest.err
>&5
17788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17789 (exit $ac_status); } &&
17790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17791 { (case "(($ac_try" in
17792 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17793 *) ac_try_echo=$ac_try;;
17795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17796 (eval "$ac_try") 2>&5
17798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17799 (exit $ac_status); }; } &&
17800 { ac_try='test -s conftest$ac_exeext'
17801 { (case "(($ac_try" in
17802 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17803 *) ac_try_echo
=$ac_try;;
17805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17806 (eval "$ac_try") 2>&5
17808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17809 (exit $ac_status); }; }; then
17811 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'` ;;
17812 so
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.so | sed -e "s/^.*\(libncurses\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17814 if test "x$ac_cv_lib_soname_ncurses" = "x"
17816 ac_cv_lib_soname_ncurses
="libncurses.$LIBEXT"
17819 echo "$as_me: failed program was:" >&5
17820 sed 's/^/| /' conftest.
$ac_ext >&5
17822 ac_cv_lib_soname_ncurses
="libncurses.$LIBEXT"
17825 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17826 conftest
$ac_exeext conftest.
$ac_ext
17827 LIBS
=$ac_get_soname_save_LIBS
17829 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
17830 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
17831 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
17833 cat >>confdefs.h
<<_ACEOF
17834 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
17839 { echo "$as_me:$LINENO: checking for -lcurses soname" >&5
17840 echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6; }
17841 if test "${ac_cv_lib_soname_curses+set}" = set; then
17842 echo $ECHO_N "(cached) $ECHO_C" >&6
17844 ac_get_soname_save_LIBS
=$LIBS
17845 LIBS
="-lcurses $LIBS"
17846 cat >conftest.
$ac_ext <<_ACEOF
17849 cat confdefs.h
>>conftest.
$ac_ext
17850 cat >>conftest.
$ac_ext <<_ACEOF
17851 /* end confdefs.h. */
17853 /* Override any GCC internal prototype to avoid an error.
17854 Use char because int might match the return type of a GCC
17855 builtin and then its argument prototype would still apply. */
17868 rm -f conftest.
$ac_objext conftest
$ac_exeext
17869 if { (ac_try
="$ac_link"
17870 case "(($ac_try" in
17871 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17872 *) ac_try_echo=$ac_try;;
17874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17875 (eval "$ac_link") 2>conftest.er1
17877 grep -v '^ *+' conftest.er1 >conftest.err
17879 cat conftest.err >&5
17880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17881 (exit $ac_status); } &&
17882 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17883 { (case "(($ac_try" in
17884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17885 *) ac_try_echo
=$ac_try;;
17887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17888 (eval "$ac_try") 2>&5
17890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891 (exit $ac_status); }; } &&
17892 { ac_try
='test -s conftest$ac_exeext'
17893 { (case "(($ac_try" in
17894 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17895 *) ac_try_echo=$ac_try;;
17897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17898 (eval "$ac_try") 2>&5
17900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17901 (exit $ac_status); }; }; then
17903 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'` ;;
17904 so) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcurses
\\.so |
sed -e "s/^.*\(libcurses\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17906 if test "x$ac_cv_lib_soname_curses" = "x"
17908 ac_cv_lib_soname_curses="libcurses.$LIBEXT"
17911 echo "$as_me: failed program was:" >&5
17912 sed 's/^/| /' conftest.$ac_ext >&5
17914 ac_cv_lib_soname_curses="libcurses.$LIBEXT"
17917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17918 conftest$ac_exeext conftest.$ac_ext
17919 LIBS=$ac_get_soname_save_LIBS
17921 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
17922 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
17923 if test "${ac_cv_lib_soname_curses+set}" = set; then
17925 cat >>confdefs.h <<_ACEOF
17926 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
17931 { echo "$as_me:$LINENO: checking for -ljpeg soname" >&5
17932 echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6; }
17933 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17934 echo $ECHO_N "(cached) $ECHO_C" >&6
17936 ac_get_soname_save_LIBS=$LIBS
17937 LIBS="-ljpeg $LIBS"
17938 cat >conftest.$ac_ext <<_ACEOF
17941 cat confdefs.h >>conftest.$ac_ext
17942 cat >>conftest.$ac_ext <<_ACEOF
17943 /* end confdefs.h. */
17945 /* Override any GCC internal prototype to avoid an error.
17946 Use char because int might match the return type of a GCC
17947 builtin and then its argument prototype would still apply. */
17951 char jpeg_start_decompress ();
17955 return jpeg_start_decompress ();
17960 rm -f conftest.$ac_objext conftest$ac_exeext
17961 if { (ac_try="$ac_link"
17962 case "(($ac_try" in
17963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17964 *) ac_try_echo
=$ac_try;;
17966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17967 (eval "$ac_link") 2>conftest.er1
17969 grep -v '^ *+' conftest.er1
>conftest.err
17971 cat conftest.err
>&5
17972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17973 (exit $ac_status); } &&
17974 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17975 { (case "(($ac_try" in
17976 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17977 *) ac_try_echo=$ac_try;;
17979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17980 (eval "$ac_try") 2>&5
17982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17983 (exit $ac_status); }; } &&
17984 { ac_try='test -s conftest$ac_exeext'
17985 { (case "(($ac_try" in
17986 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17987 *) ac_try_echo
=$ac_try;;
17989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17990 (eval "$ac_try") 2>&5
17992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17993 (exit $ac_status); }; }; then
17995 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'` ;;
17996 so
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.so | sed -e "s/^.*\(libjpeg\.so[^ ]*\).*$/\1/"';2,$d'` ;;
17998 if test "x$ac_cv_lib_soname_jpeg" = "x"
18000 ac_cv_lib_soname_jpeg
="libjpeg.$LIBEXT"
18003 echo "$as_me: failed program was:" >&5
18004 sed 's/^/| /' conftest.
$ac_ext >&5
18006 ac_cv_lib_soname_jpeg
="libjpeg.$LIBEXT"
18009 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18010 conftest
$ac_exeext conftest.
$ac_ext
18011 LIBS
=$ac_get_soname_save_LIBS
18013 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
18014 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
18015 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
18017 cat >>confdefs.h
<<_ACEOF
18018 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
18023 { echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5
18024 echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6; }
18025 if test "${ac_cv_lib_soname_capi20+set}" = set; then
18026 echo $ECHO_N "(cached) $ECHO_C" >&6
18028 ac_get_soname_save_LIBS
=$LIBS
18029 LIBS
="-lcapi20 $LIBS"
18030 cat >conftest.
$ac_ext <<_ACEOF
18033 cat confdefs.h
>>conftest.
$ac_ext
18034 cat >>conftest.
$ac_ext <<_ACEOF
18035 /* end confdefs.h. */
18037 /* Override any GCC internal prototype to avoid an error.
18038 Use char because int might match the return type of a GCC
18039 builtin and then its argument prototype would still apply. */
18043 char capi20_isinstalled ();
18047 return capi20_isinstalled ();
18052 rm -f conftest.
$ac_objext conftest
$ac_exeext
18053 if { (ac_try
="$ac_link"
18054 case "(($ac_try" in
18055 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18056 *) ac_try_echo=$ac_try;;
18058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18059 (eval "$ac_link") 2>conftest.er1
18061 grep -v '^ *+' conftest.er1 >conftest.err
18063 cat conftest.err >&5
18064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18065 (exit $ac_status); } &&
18066 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18067 { (case "(($ac_try" in
18068 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18069 *) ac_try_echo
=$ac_try;;
18071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18072 (eval "$ac_try") 2>&5
18074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18075 (exit $ac_status); }; } &&
18076 { ac_try
='test -s conftest$ac_exeext'
18077 { (case "(($ac_try" in
18078 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18079 *) ac_try_echo=$ac_try;;
18081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18082 (eval "$ac_try") 2>&5
18084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18085 (exit $ac_status); }; }; then
18087 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'` ;;
18088 so) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep libcapi20
\\.so |
sed -e "s/^.*\(libcapi20\.so[^ ]*\).*$/\1/"';2,$d'` ;;
18090 if test "x$ac_cv_lib_soname_capi20" = "x"
18092 ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
18095 echo "$as_me: failed program was:" >&5
18096 sed 's/^/| /' conftest.$ac_ext >&5
18098 ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
18101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18102 conftest$ac_exeext conftest.$ac_ext
18103 LIBS=$ac_get_soname_save_LIBS
18105 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
18106 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
18107 if test "${ac_cv_lib_soname_capi20+set}" = set; then
18109 cat >>confdefs.h <<_ACEOF
18110 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
18262 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
18263 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18264 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18265 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18266 echo $ECHO_N "(cached) $ECHO_C" >&6
18268 cat >conftest.$ac_ext <<_ACEOF
18271 cat confdefs.h >>conftest.$ac_ext
18272 cat >>conftest.$ac_ext <<_ACEOF
18273 /* end confdefs.h. */
18274 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18275 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18276 #define $ac_func innocuous_$ac_func
18278 /* System header to define __stub macros and hopefully few prototypes,
18279 which can conflict with char $ac_func (); below.
18280 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18281 <limits.h> exists even on freestanding compilers. */
18284 # include <limits.h>
18286 # include <assert.h>
18291 /* Override any GCC internal prototype to avoid an error.
18292 Use char because int might match the return type of a GCC
18293 builtin and then its argument prototype would still apply. */
18298 /* The GNU C library defines this for functions which it implements
18299 to always fail with ENOSYS. Some functions are actually named
18300 something starting with __ and the normal name is an alias. */
18301 #if defined __stub_$ac_func || defined __stub___$ac_func
18308 return $ac_func ();
18313 rm -f conftest.$ac_objext conftest$ac_exeext
18314 if { (ac_try="$ac_link"
18315 case "(($ac_try" in
18316 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18317 *) ac_try_echo
=$ac_try;;
18319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18320 (eval "$ac_link") 2>conftest.er1
18322 grep -v '^ *+' conftest.er1
>conftest.err
18324 cat conftest.err
>&5
18325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18326 (exit $ac_status); } &&
18327 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18328 { (case "(($ac_try" in
18329 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18330 *) ac_try_echo=$ac_try;;
18332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18333 (eval "$ac_try") 2>&5
18335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18336 (exit $ac_status); }; } &&
18337 { ac_try='test -s conftest$ac_exeext'
18338 { (case "(($ac_try" in
18339 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18340 *) ac_try_echo
=$ac_try;;
18342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18343 (eval "$ac_try") 2>&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); }; }; then
18347 eval "$as_ac_var=yes"
18349 echo "$as_me: failed program was:" >&5
18350 sed 's/^/| /' conftest.
$ac_ext >&5
18352 eval "$as_ac_var=no"
18355 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18356 conftest
$ac_exeext conftest.
$ac_ext
18358 ac_res
=`eval echo '${'$as_ac_var'}'`
18359 { echo "$as_me:$LINENO: result: $ac_res" >&5
18360 echo "${ECHO_T}$ac_res" >&6; }
18361 if test `eval echo '${'$as_ac_var'}'` = yes; then
18362 cat >>confdefs.h
<<_ACEOF
18363 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18370 if test "$ac_cv_func_dlopen" = no
18372 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18373 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18374 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18375 echo $ECHO_N "(cached) $ECHO_C" >&6
18377 ac_check_lib_save_LIBS
=$LIBS
18379 cat >conftest.
$ac_ext <<_ACEOF
18382 cat confdefs.h
>>conftest.
$ac_ext
18383 cat >>conftest.
$ac_ext <<_ACEOF
18384 /* end confdefs.h. */
18386 /* Override any GCC internal prototype to avoid an error.
18387 Use char because int might match the return type of a GCC
18388 builtin and then its argument prototype would still apply. */
18401 rm -f conftest.
$ac_objext conftest
$ac_exeext
18402 if { (ac_try
="$ac_link"
18403 case "(($ac_try" in
18404 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18405 *) ac_try_echo=$ac_try;;
18407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18408 (eval "$ac_link") 2>conftest.er1
18410 grep -v '^ *+' conftest.er1 >conftest.err
18412 cat conftest.err >&5
18413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18414 (exit $ac_status); } &&
18415 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18416 { (case "(($ac_try" in
18417 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18418 *) ac_try_echo
=$ac_try;;
18420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18421 (eval "$ac_try") 2>&5
18423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18424 (exit $ac_status); }; } &&
18425 { ac_try
='test -s conftest$ac_exeext'
18426 { (case "(($ac_try" in
18427 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18428 *) ac_try_echo=$ac_try;;
18430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18431 (eval "$ac_try") 2>&5
18433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18434 (exit $ac_status); }; }; then
18435 ac_cv_lib_dl_dlopen=yes
18437 echo "$as_me: failed program was:" >&5
18438 sed 's/^/| /' conftest.$ac_ext >&5
18440 ac_cv_lib_dl_dlopen=no
18443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18444 conftest$ac_exeext conftest.$ac_ext
18445 LIBS=$ac_check_lib_save_LIBS
18447 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18448 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18449 if test $ac_cv_lib_dl_dlopen = yes; then
18450 cat >>confdefs.h <<\_ACEOF
18451 #define HAVE_DLOPEN 1
18458 ac_wine_check_funcs_save_LIBS="$LIBS"
18459 LIBS="$LIBS $LIBDL"
18461 for ac_func in dladdr
18463 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
18464 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18465 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18466 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18467 echo $ECHO_N "(cached) $ECHO_C" >&6
18469 cat >conftest.$ac_ext <<_ACEOF
18472 cat confdefs.h >>conftest.$ac_ext
18473 cat >>conftest.$ac_ext <<_ACEOF
18474 /* end confdefs.h. */
18475 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18476 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18477 #define $ac_func innocuous_$ac_func
18479 /* System header to define __stub macros and hopefully few prototypes,
18480 which can conflict with char $ac_func (); below.
18481 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18482 <limits.h> exists even on freestanding compilers. */
18485 # include <limits.h>
18487 # include <assert.h>
18492 /* Override any GCC internal prototype to avoid an error.
18493 Use char because int might match the return type of a GCC
18494 builtin and then its argument prototype would still apply. */
18499 /* The GNU C library defines this for functions which it implements
18500 to always fail with ENOSYS. Some functions are actually named
18501 something starting with __ and the normal name is an alias. */
18502 #if defined __stub_$ac_func || defined __stub___$ac_func
18509 return $ac_func ();
18514 rm -f conftest.$ac_objext conftest$ac_exeext
18515 if { (ac_try="$ac_link"
18516 case "(($ac_try" in
18517 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18518 *) ac_try_echo
=$ac_try;;
18520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18521 (eval "$ac_link") 2>conftest.er1
18523 grep -v '^ *+' conftest.er1
>conftest.err
18525 cat conftest.err
>&5
18526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18527 (exit $ac_status); } &&
18528 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18529 { (case "(($ac_try" in
18530 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18531 *) ac_try_echo=$ac_try;;
18533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18534 (eval "$ac_try") 2>&5
18536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18537 (exit $ac_status); }; } &&
18538 { ac_try='test -s conftest$ac_exeext'
18539 { (case "(($ac_try" in
18540 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18541 *) ac_try_echo
=$ac_try;;
18543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18544 (eval "$ac_try") 2>&5
18546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18547 (exit $ac_status); }; }; then
18548 eval "$as_ac_var=yes"
18550 echo "$as_me: failed program was:" >&5
18551 sed 's/^/| /' conftest.
$ac_ext >&5
18553 eval "$as_ac_var=no"
18556 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18557 conftest
$ac_exeext conftest.
$ac_ext
18559 ac_res
=`eval echo '${'$as_ac_var'}'`
18560 { echo "$as_me:$LINENO: result: $ac_res" >&5
18561 echo "${ECHO_T}$ac_res" >&6; }
18562 if test `eval echo '${'$as_ac_var'}'` = yes; then
18563 cat >>confdefs.h
<<_ACEOF
18564 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18570 LIBS
="$ac_wine_check_funcs_save_LIBS"
18572 if test "$ac_cv_func_poll" = no
18574 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18575 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18576 if test "${ac_cv_lib_poll_poll+set}" = set; then
18577 echo $ECHO_N "(cached) $ECHO_C" >&6
18579 ac_check_lib_save_LIBS
=$LIBS
18580 LIBS
="-lpoll $LIBS"
18581 cat >conftest.
$ac_ext <<_ACEOF
18584 cat confdefs.h
>>conftest.
$ac_ext
18585 cat >>conftest.
$ac_ext <<_ACEOF
18586 /* end confdefs.h. */
18588 /* Override any GCC internal prototype to avoid an error.
18589 Use char because int might match the return type of a GCC
18590 builtin and then its argument prototype would still apply. */
18603 rm -f conftest.
$ac_objext conftest
$ac_exeext
18604 if { (ac_try
="$ac_link"
18605 case "(($ac_try" in
18606 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18607 *) ac_try_echo=$ac_try;;
18609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18610 (eval "$ac_link") 2>conftest.er1
18612 grep -v '^ *+' conftest.er1 >conftest.err
18614 cat conftest.err >&5
18615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18616 (exit $ac_status); } &&
18617 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18618 { (case "(($ac_try" in
18619 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18620 *) ac_try_echo
=$ac_try;;
18622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18623 (eval "$ac_try") 2>&5
18625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18626 (exit $ac_status); }; } &&
18627 { ac_try
='test -s conftest$ac_exeext'
18628 { (case "(($ac_try" in
18629 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18630 *) ac_try_echo=$ac_try;;
18632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18633 (eval "$ac_try") 2>&5
18635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18636 (exit $ac_status); }; }; then
18637 ac_cv_lib_poll_poll=yes
18639 echo "$as_me: failed program was:" >&5
18640 sed 's/^/| /' conftest.$ac_ext >&5
18642 ac_cv_lib_poll_poll=no
18645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18646 conftest$ac_exeext conftest.$ac_ext
18647 LIBS=$ac_check_lib_save_LIBS
18649 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18650 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18651 if test $ac_cv_lib_poll_poll = yes; then
18652 cat >>confdefs.h <<\_ACEOF
18653 #define HAVE_POLL 1
18661 if test "$ac_cv_func_gethostbyname" = no
18664 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
18665 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
18666 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
18667 echo $ECHO_N "(cached) $ECHO_C" >&6
18669 ac_check_lib_save_LIBS=$LIBS
18671 cat >conftest.$ac_ext <<_ACEOF
18674 cat confdefs.h >>conftest.$ac_ext
18675 cat >>conftest.$ac_ext <<_ACEOF
18676 /* end confdefs.h. */
18678 /* Override any GCC internal prototype to avoid an error.
18679 Use char because int might match the return type of a GCC
18680 builtin and then its argument prototype would still apply. */
18684 char gethostbyname ();
18688 return gethostbyname ();
18693 rm -f conftest.$ac_objext conftest$ac_exeext
18694 if { (ac_try="$ac_link"
18695 case "(($ac_try" in
18696 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18697 *) ac_try_echo
=$ac_try;;
18699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18700 (eval "$ac_link") 2>conftest.er1
18702 grep -v '^ *+' conftest.er1
>conftest.err
18704 cat conftest.err
>&5
18705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706 (exit $ac_status); } &&
18707 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18708 { (case "(($ac_try" in
18709 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18710 *) ac_try_echo=$ac_try;;
18712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18713 (eval "$ac_try") 2>&5
18715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18716 (exit $ac_status); }; } &&
18717 { ac_try='test -s conftest$ac_exeext'
18718 { (case "(($ac_try" in
18719 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18720 *) ac_try_echo
=$ac_try;;
18722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18723 (eval "$ac_try") 2>&5
18725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18726 (exit $ac_status); }; }; then
18727 ac_cv_lib_nsl_gethostbyname
=yes
18729 echo "$as_me: failed program was:" >&5
18730 sed 's/^/| /' conftest.
$ac_ext >&5
18732 ac_cv_lib_nsl_gethostbyname
=no
18735 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18736 conftest
$ac_exeext conftest.
$ac_ext
18737 LIBS
=$ac_check_lib_save_LIBS
18739 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
18740 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
18741 if test $ac_cv_lib_nsl_gethostbyname = yes; then
18742 cat >>confdefs.h
<<_ACEOF
18743 #define HAVE_LIBNSL 1
18752 if test "$ac_cv_func_connect" = no
18755 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
18756 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
18757 if test "${ac_cv_lib_socket_connect+set}" = set; then
18758 echo $ECHO_N "(cached) $ECHO_C" >&6
18760 ac_check_lib_save_LIBS
=$LIBS
18761 LIBS
="-lsocket $LIBS"
18762 cat >conftest.
$ac_ext <<_ACEOF
18765 cat confdefs.h
>>conftest.
$ac_ext
18766 cat >>conftest.
$ac_ext <<_ACEOF
18767 /* end confdefs.h. */
18769 /* Override any GCC internal prototype to avoid an error.
18770 Use char because int might match the return type of a GCC
18771 builtin and then its argument prototype would still apply. */
18784 rm -f conftest.
$ac_objext conftest
$ac_exeext
18785 if { (ac_try
="$ac_link"
18786 case "(($ac_try" in
18787 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18788 *) ac_try_echo=$ac_try;;
18790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18791 (eval "$ac_link") 2>conftest.er1
18793 grep -v '^ *+' conftest.er1 >conftest.err
18795 cat conftest.err >&5
18796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18797 (exit $ac_status); } &&
18798 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18799 { (case "(($ac_try" in
18800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18801 *) ac_try_echo
=$ac_try;;
18803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18804 (eval "$ac_try") 2>&5
18806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18807 (exit $ac_status); }; } &&
18808 { ac_try
='test -s conftest$ac_exeext'
18809 { (case "(($ac_try" in
18810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18811 *) ac_try_echo=$ac_try;;
18813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18814 (eval "$ac_try") 2>&5
18816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18817 (exit $ac_status); }; }; then
18818 ac_cv_lib_socket_connect=yes
18820 echo "$as_me: failed program was:" >&5
18821 sed 's/^/| /' conftest.$ac_ext >&5
18823 ac_cv_lib_socket_connect=no
18826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18827 conftest$ac_exeext conftest.$ac_ext
18828 LIBS=$ac_check_lib_save_LIBS
18830 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
18831 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
18832 if test $ac_cv_lib_socket_connect = yes; then
18833 cat >>confdefs.h <<_ACEOF
18834 #define HAVE_LIBSOCKET 1
18837 LIBS="-lsocket $LIBS"
18843 if test "$ac_cv_func_inet_aton" = no
18846 { echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
18847 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6; }
18848 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
18849 echo $ECHO_N "(cached) $ECHO_C" >&6
18851 ac_check_lib_save_LIBS=$LIBS
18852 LIBS="-lresolv $LIBS"
18853 cat >conftest.$ac_ext <<_ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18860 /* Override any GCC internal prototype to avoid an error.
18861 Use char because int might match the return type of a GCC
18862 builtin and then its argument prototype would still apply. */
18870 return inet_aton ();
18875 rm -f conftest.$ac_objext conftest$ac_exeext
18876 if { (ac_try="$ac_link"
18877 case "(($ac_try" in
18878 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18879 *) ac_try_echo
=$ac_try;;
18881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18882 (eval "$ac_link") 2>conftest.er1
18884 grep -v '^ *+' conftest.er1
>conftest.err
18886 cat conftest.err
>&5
18887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888 (exit $ac_status); } &&
18889 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18890 { (case "(($ac_try" in
18891 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18892 *) ac_try_echo=$ac_try;;
18894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18895 (eval "$ac_try") 2>&5
18897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18898 (exit $ac_status); }; } &&
18899 { ac_try='test -s conftest$ac_exeext'
18900 { (case "(($ac_try" in
18901 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18902 *) ac_try_echo
=$ac_try;;
18904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18905 (eval "$ac_try") 2>&5
18907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18908 (exit $ac_status); }; }; then
18909 ac_cv_lib_resolv_inet_aton
=yes
18911 echo "$as_me: failed program was:" >&5
18912 sed 's/^/| /' conftest.
$ac_ext >&5
18914 ac_cv_lib_resolv_inet_aton
=no
18917 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18918 conftest
$ac_exeext conftest.
$ac_ext
18919 LIBS
=$ac_check_lib_save_LIBS
18921 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
18922 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6; }
18923 if test $ac_cv_lib_resolv_inet_aton = yes; then
18924 cat >>confdefs.h
<<_ACEOF
18925 #define HAVE_LIBRESOLV 1
18928 LIBS
="-lresolv $LIBS"
18935 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18936 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18937 if test "${ac_cv_c_const+set}" = set; then
18938 echo $ECHO_N "(cached) $ECHO_C" >&6
18940 cat >conftest.
$ac_ext <<_ACEOF
18943 cat confdefs.h
>>conftest.
$ac_ext
18944 cat >>conftest.
$ac_ext <<_ACEOF
18945 /* end confdefs.h. */
18950 /* FIXME: Include the comments suggested by Paul. */
18951 #ifndef __cplusplus
18952 /* Ultrix mips cc rejects this. */
18953 typedef int charset[2];
18955 /* SunOS 4.1.1 cc rejects this. */
18956 char const *const *pcpcc;
18958 /* NEC SVR4.0.2 mips cc rejects this. */
18959 struct point {int x, y;};
18960 static struct point const zero = {0,0};
18961 /* AIX XL C 1.02.0.0 rejects this.
18962 It does not let you subtract one const X* pointer from another in
18963 an arm of an if-expression whose if-part is not a constant
18965 const char *g = "string";
18966 pcpcc = &g + (g ? g-g : 0);
18967 /* HPUX 7.0 cc rejects these. */
18969 ppc = (char**) pcpcc;
18970 pcpcc = (char const *const *) ppc;
18971 { /* SCO 3.2v4 cc rejects this. */
18973 char const *s = 0 ? (char *) 0 : (char const *) 0;
18978 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18979 int x[] = {25, 17};
18980 const int *foo = &x[0];
18983 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18984 typedef const int *iptr;
18988 { /* AIX XL C 1.02.0.0 rejects this saying
18989 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18990 struct s { int j; const int *ap[3]; };
18991 struct s *b; b->j = 5;
18993 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18994 const int foo = 10;
18995 if (!foo) return 0;
18997 return !cs[0] && !zero.x;
19004 rm -f conftest.
$ac_objext
19005 if { (ac_try
="$ac_compile"
19006 case "(($ac_try" in
19007 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19008 *) ac_try_echo=$ac_try;;
19010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19011 (eval "$ac_compile") 2>conftest.er1
19013 grep -v '^ *+' conftest.er1 >conftest.err
19015 cat conftest.err >&5
19016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19017 (exit $ac_status); } &&
19018 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19019 { (case "(($ac_try" in
19020 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19021 *) ac_try_echo
=$ac_try;;
19023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19024 (eval "$ac_try") 2>&5
19026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19027 (exit $ac_status); }; } &&
19028 { ac_try
='test -s conftest.$ac_objext'
19029 { (case "(($ac_try" in
19030 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19031 *) ac_try_echo=$ac_try;;
19033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19034 (eval "$ac_try") 2>&5
19036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19037 (exit $ac_status); }; }; then
19040 echo "$as_me: failed program was:" >&5
19041 sed 's/^/| /' conftest.$ac_ext >&5
19046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19048 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19049 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19050 if test $ac_cv_c_const = no; then
19052 cat >>confdefs.h <<\_ACEOF
19058 { echo "$as_me:$LINENO: checking for inline" >&5
19059 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19060 if test "${ac_cv_c_inline+set}" = set; then
19061 echo $ECHO_N "(cached) $ECHO_C" >&6
19064 for ac_kw in inline __inline__ __inline; do
19065 cat >conftest.$ac_ext <<_ACEOF
19068 cat confdefs.h >>conftest.$ac_ext
19069 cat >>conftest.$ac_ext <<_ACEOF
19070 /* end confdefs.h. */
19071 #ifndef __cplusplus
19073 static $ac_kw foo_t static_foo () {return 0; }
19074 $ac_kw foo_t foo () {return 0; }
19078 rm -f conftest.$ac_objext
19079 if { (ac_try="$ac_compile"
19080 case "(($ac_try" in
19081 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19082 *) ac_try_echo
=$ac_try;;
19084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19085 (eval "$ac_compile") 2>conftest.er1
19087 grep -v '^ *+' conftest.er1
>conftest.err
19089 cat conftest.err
>&5
19090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19091 (exit $ac_status); } &&
19092 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19093 { (case "(($ac_try" in
19094 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19095 *) ac_try_echo=$ac_try;;
19097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19098 (eval "$ac_try") 2>&5
19100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19101 (exit $ac_status); }; } &&
19102 { ac_try='test -s conftest.$ac_objext'
19103 { (case "(($ac_try" in
19104 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19105 *) ac_try_echo
=$ac_try;;
19107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19108 (eval "$ac_try") 2>&5
19110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19111 (exit $ac_status); }; }; then
19112 ac_cv_c_inline
=$ac_kw
19114 echo "$as_me: failed program was:" >&5
19115 sed 's/^/| /' conftest.
$ac_ext >&5
19120 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19121 test "$ac_cv_c_inline" != no
&& break
19125 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19126 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19129 case $ac_cv_c_inline in
19132 case $ac_cv_c_inline in
19134 *) ac_val
=$ac_cv_c_inline;;
19136 cat >>confdefs.h
<<_ACEOF
19137 #ifndef __cplusplus
19138 #define inline $ac_val
19144 { echo "$as_me:$LINENO: checking for mode_t" >&5
19145 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19146 if test "${ac_cv_type_mode_t+set}" = set; then
19147 echo $ECHO_N "(cached) $ECHO_C" >&6
19149 cat >conftest.
$ac_ext <<_ACEOF
19152 cat confdefs.h
>>conftest.
$ac_ext
19153 cat >>conftest.
$ac_ext <<_ACEOF
19154 /* end confdefs.h. */
19155 $ac_includes_default
19156 typedef mode_t ac__type_new_;
19160 if ((ac__type_new_ *) 0)
19162 if (sizeof (ac__type_new_))
19168 rm -f conftest.
$ac_objext
19169 if { (ac_try
="$ac_compile"
19170 case "(($ac_try" in
19171 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19172 *) ac_try_echo=$ac_try;;
19174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19175 (eval "$ac_compile") 2>conftest.er1
19177 grep -v '^ *+' conftest.er1 >conftest.err
19179 cat conftest.err >&5
19180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19181 (exit $ac_status); } &&
19182 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19183 { (case "(($ac_try" in
19184 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19185 *) ac_try_echo
=$ac_try;;
19187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19188 (eval "$ac_try") 2>&5
19190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19191 (exit $ac_status); }; } &&
19192 { ac_try
='test -s conftest.$ac_objext'
19193 { (case "(($ac_try" in
19194 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19195 *) ac_try_echo=$ac_try;;
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_try") 2>&5
19200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19201 (exit $ac_status); }; }; then
19202 ac_cv_type_mode_t=yes
19204 echo "$as_me: failed program was:" >&5
19205 sed 's/^/| /' conftest.$ac_ext >&5
19207 ac_cv_type_mode_t=no
19210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19212 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19213 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19214 if test $ac_cv_type_mode_t = yes; then
19216 cat >>confdefs.h <<_ACEOF
19217 #define HAVE_MODE_T 1
19222 { echo "$as_me:$LINENO: checking for off_t" >&5
19223 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19224 if test "${ac_cv_type_off_t+set}" = set; then
19225 echo $ECHO_N "(cached) $ECHO_C" >&6
19227 cat >conftest.$ac_ext <<_ACEOF
19230 cat confdefs.h >>conftest.$ac_ext
19231 cat >>conftest.$ac_ext <<_ACEOF
19232 /* end confdefs.h. */
19233 $ac_includes_default
19234 typedef off_t ac__type_new_;
19238 if ((ac__type_new_ *) 0)
19240 if (sizeof (ac__type_new_))
19246 rm -f conftest.$ac_objext
19247 if { (ac_try="$ac_compile"
19248 case "(($ac_try" in
19249 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19250 *) ac_try_echo
=$ac_try;;
19252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19253 (eval "$ac_compile") 2>conftest.er1
19255 grep -v '^ *+' conftest.er1
>conftest.err
19257 cat conftest.err
>&5
19258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19259 (exit $ac_status); } &&
19260 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19261 { (case "(($ac_try" in
19262 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19263 *) ac_try_echo=$ac_try;;
19265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19266 (eval "$ac_try") 2>&5
19268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19269 (exit $ac_status); }; } &&
19270 { ac_try='test -s conftest.$ac_objext'
19271 { (case "(($ac_try" in
19272 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19273 *) ac_try_echo
=$ac_try;;
19275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19276 (eval "$ac_try") 2>&5
19278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19279 (exit $ac_status); }; }; then
19280 ac_cv_type_off_t
=yes
19282 echo "$as_me: failed program was:" >&5
19283 sed 's/^/| /' conftest.
$ac_ext >&5
19285 ac_cv_type_off_t
=no
19288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19291 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19292 if test $ac_cv_type_off_t = yes; then
19294 cat >>confdefs.h
<<_ACEOF
19295 #define HAVE_OFF_T 1
19300 { echo "$as_me:$LINENO: checking for pid_t" >&5
19301 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19302 if test "${ac_cv_type_pid_t+set}" = set; then
19303 echo $ECHO_N "(cached) $ECHO_C" >&6
19305 cat >conftest.
$ac_ext <<_ACEOF
19308 cat confdefs.h
>>conftest.
$ac_ext
19309 cat >>conftest.
$ac_ext <<_ACEOF
19310 /* end confdefs.h. */
19311 $ac_includes_default
19312 typedef pid_t ac__type_new_;
19316 if ((ac__type_new_ *) 0)
19318 if (sizeof (ac__type_new_))
19324 rm -f conftest.
$ac_objext
19325 if { (ac_try
="$ac_compile"
19326 case "(($ac_try" in
19327 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19328 *) ac_try_echo=$ac_try;;
19330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19331 (eval "$ac_compile") 2>conftest.er1
19333 grep -v '^ *+' conftest.er1 >conftest.err
19335 cat conftest.err >&5
19336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19337 (exit $ac_status); } &&
19338 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19339 { (case "(($ac_try" in
19340 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19341 *) ac_try_echo
=$ac_try;;
19343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19344 (eval "$ac_try") 2>&5
19346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); }; } &&
19348 { ac_try
='test -s conftest.$ac_objext'
19349 { (case "(($ac_try" in
19350 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19351 *) ac_try_echo=$ac_try;;
19353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19354 (eval "$ac_try") 2>&5
19356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19357 (exit $ac_status); }; }; then
19358 ac_cv_type_pid_t=yes
19360 echo "$as_me: failed program was:" >&5
19361 sed 's/^/| /' conftest.$ac_ext >&5
19363 ac_cv_type_pid_t=no
19366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19368 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19369 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19370 if test $ac_cv_type_pid_t = yes; then
19372 cat >>confdefs.h <<_ACEOF
19373 #define HAVE_PID_T 1
19378 { echo "$as_me:$LINENO: checking for size_t" >&5
19379 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19380 if test "${ac_cv_type_size_t+set}" = set; then
19381 echo $ECHO_N "(cached) $ECHO_C" >&6
19383 cat >conftest.$ac_ext <<_ACEOF
19386 cat confdefs.h >>conftest.$ac_ext
19387 cat >>conftest.$ac_ext <<_ACEOF
19388 /* end confdefs.h. */
19389 $ac_includes_default
19390 typedef size_t ac__type_new_;
19394 if ((ac__type_new_ *) 0)
19396 if (sizeof (ac__type_new_))
19402 rm -f conftest.$ac_objext
19403 if { (ac_try="$ac_compile"
19404 case "(($ac_try" in
19405 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19406 *) ac_try_echo
=$ac_try;;
19408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19409 (eval "$ac_compile") 2>conftest.er1
19411 grep -v '^ *+' conftest.er1
>conftest.err
19413 cat conftest.err
>&5
19414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19415 (exit $ac_status); } &&
19416 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19417 { (case "(($ac_try" in
19418 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19419 *) ac_try_echo=$ac_try;;
19421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19422 (eval "$ac_try") 2>&5
19424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19425 (exit $ac_status); }; } &&
19426 { ac_try='test -s conftest.$ac_objext'
19427 { (case "(($ac_try" in
19428 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19429 *) ac_try_echo
=$ac_try;;
19431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19432 (eval "$ac_try") 2>&5
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); }; }; then
19436 ac_cv_type_size_t
=yes
19438 echo "$as_me: failed program was:" >&5
19439 sed 's/^/| /' conftest.
$ac_ext >&5
19441 ac_cv_type_size_t
=no
19444 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19446 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19447 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19448 if test $ac_cv_type_size_t = yes; then
19450 cat >>confdefs.h
<<_ACEOF
19451 #define HAVE_SIZE_T 1
19456 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19457 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19458 if test "${ac_cv_type_ssize_t+set}" = set; then
19459 echo $ECHO_N "(cached) $ECHO_C" >&6
19461 cat >conftest.
$ac_ext <<_ACEOF
19464 cat confdefs.h
>>conftest.
$ac_ext
19465 cat >>conftest.
$ac_ext <<_ACEOF
19466 /* end confdefs.h. */
19467 $ac_includes_default
19468 typedef ssize_t ac__type_new_;
19472 if ((ac__type_new_ *) 0)
19474 if (sizeof (ac__type_new_))
19480 rm -f conftest.
$ac_objext
19481 if { (ac_try
="$ac_compile"
19482 case "(($ac_try" in
19483 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19484 *) ac_try_echo=$ac_try;;
19486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19487 (eval "$ac_compile") 2>conftest.er1
19489 grep -v '^ *+' conftest.er1 >conftest.err
19491 cat conftest.err >&5
19492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493 (exit $ac_status); } &&
19494 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19495 { (case "(($ac_try" in
19496 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19497 *) ac_try_echo
=$ac_try;;
19499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19500 (eval "$ac_try") 2>&5
19502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19503 (exit $ac_status); }; } &&
19504 { ac_try
='test -s conftest.$ac_objext'
19505 { (case "(($ac_try" in
19506 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19507 *) ac_try_echo=$ac_try;;
19509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19510 (eval "$ac_try") 2>&5
19512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); }; }; then
19514 ac_cv_type_ssize_t=yes
19516 echo "$as_me: failed program was:" >&5
19517 sed 's/^/| /' conftest.$ac_ext >&5
19519 ac_cv_type_ssize_t=no
19522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19524 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19525 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19526 if test $ac_cv_type_ssize_t = yes; then
19528 cat >>confdefs.h <<_ACEOF
19529 #define HAVE_SSIZE_T 1
19534 { echo "$as_me:$LINENO: checking for long long" >&5
19535 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19536 if test "${ac_cv_type_long_long+set}" = set; then
19537 echo $ECHO_N "(cached) $ECHO_C" >&6
19539 cat >conftest.$ac_ext <<_ACEOF
19542 cat confdefs.h >>conftest.$ac_ext
19543 cat >>conftest.$ac_ext <<_ACEOF
19544 /* end confdefs.h. */
19545 $ac_includes_default
19546 typedef long long ac__type_new_;
19550 if ((ac__type_new_ *) 0)
19552 if (sizeof (ac__type_new_))
19558 rm -f conftest.$ac_objext
19559 if { (ac_try="$ac_compile"
19560 case "(($ac_try" in
19561 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19562 *) ac_try_echo
=$ac_try;;
19564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19565 (eval "$ac_compile") 2>conftest.er1
19567 grep -v '^ *+' conftest.er1
>conftest.err
19569 cat conftest.err
>&5
19570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19571 (exit $ac_status); } &&
19572 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19573 { (case "(($ac_try" in
19574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19575 *) ac_try_echo=$ac_try;;
19577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19578 (eval "$ac_try") 2>&5
19580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19581 (exit $ac_status); }; } &&
19582 { ac_try='test -s conftest.$ac_objext'
19583 { (case "(($ac_try" in
19584 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19585 *) ac_try_echo
=$ac_try;;
19587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19588 (eval "$ac_try") 2>&5
19590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19591 (exit $ac_status); }; }; then
19592 ac_cv_type_long_long
=yes
19594 echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.
$ac_ext >&5
19597 ac_cv_type_long_long
=no
19600 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19602 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19603 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19604 if test $ac_cv_type_long_long = yes; then
19606 cat >>confdefs.h
<<_ACEOF
19607 #define HAVE_LONG_LONG 1
19612 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19613 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19614 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19615 echo $ECHO_N "(cached) $ECHO_C" >&6
19617 cat >conftest.
$ac_ext <<_ACEOF
19620 cat confdefs.h
>>conftest.
$ac_ext
19621 cat >>conftest.
$ac_ext <<_ACEOF
19622 /* end confdefs.h. */
19623 $ac_includes_default
19624 typedef fsblkcnt_t ac__type_new_;
19628 if ((ac__type_new_ *) 0)
19630 if (sizeof (ac__type_new_))
19636 rm -f conftest.
$ac_objext
19637 if { (ac_try
="$ac_compile"
19638 case "(($ac_try" in
19639 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19640 *) ac_try_echo=$ac_try;;
19642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19643 (eval "$ac_compile") 2>conftest.er1
19645 grep -v '^ *+' conftest.er1 >conftest.err
19647 cat conftest.err >&5
19648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19649 (exit $ac_status); } &&
19650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19651 { (case "(($ac_try" in
19652 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19653 *) ac_try_echo
=$ac_try;;
19655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19656 (eval "$ac_try") 2>&5
19658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19659 (exit $ac_status); }; } &&
19660 { ac_try
='test -s conftest.$ac_objext'
19661 { (case "(($ac_try" in
19662 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19663 *) ac_try_echo=$ac_try;;
19665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19666 (eval "$ac_try") 2>&5
19668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); }; }; then
19670 ac_cv_type_fsblkcnt_t=yes
19672 echo "$as_me: failed program was:" >&5
19673 sed 's/^/| /' conftest.$ac_ext >&5
19675 ac_cv_type_fsblkcnt_t=no
19678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19680 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19681 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19682 if test $ac_cv_type_fsblkcnt_t = yes; then
19684 cat >>confdefs.h <<_ACEOF
19685 #define HAVE_FSBLKCNT_T 1
19690 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19691 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19692 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19693 echo $ECHO_N "(cached) $ECHO_C" >&6
19695 cat >conftest.$ac_ext <<_ACEOF
19698 cat confdefs.h >>conftest.$ac_ext
19699 cat >>conftest.$ac_ext <<_ACEOF
19700 /* end confdefs.h. */
19701 $ac_includes_default
19702 typedef fsfilcnt_t ac__type_new_;
19706 if ((ac__type_new_ *) 0)
19708 if (sizeof (ac__type_new_))
19714 rm -f conftest.$ac_objext
19715 if { (ac_try="$ac_compile"
19716 case "(($ac_try" in
19717 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19718 *) ac_try_echo
=$ac_try;;
19720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19721 (eval "$ac_compile") 2>conftest.er1
19723 grep -v '^ *+' conftest.er1
>conftest.err
19725 cat conftest.err
>&5
19726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19727 (exit $ac_status); } &&
19728 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19729 { (case "(($ac_try" in
19730 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19731 *) ac_try_echo=$ac_try;;
19733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19734 (eval "$ac_try") 2>&5
19736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19737 (exit $ac_status); }; } &&
19738 { ac_try='test -s conftest.$ac_objext'
19739 { (case "(($ac_try" in
19740 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19741 *) ac_try_echo
=$ac_try;;
19743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19744 (eval "$ac_try") 2>&5
19746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19747 (exit $ac_status); }; }; then
19748 ac_cv_type_fsfilcnt_t
=yes
19750 echo "$as_me: failed program was:" >&5
19751 sed 's/^/| /' conftest.
$ac_ext >&5
19753 ac_cv_type_fsfilcnt_t
=no
19756 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19758 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19759 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19760 if test $ac_cv_type_fsfilcnt_t = yes; then
19762 cat >>confdefs.h
<<_ACEOF
19763 #define HAVE_FSFILCNT_T 1
19769 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19770 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19771 if test "${ac_cv_type_sigset_t+set}" = set; then
19772 echo $ECHO_N "(cached) $ECHO_C" >&6
19774 cat >conftest.
$ac_ext <<_ACEOF
19777 cat confdefs.h
>>conftest.
$ac_ext
19778 cat >>conftest.
$ac_ext <<_ACEOF
19779 /* end confdefs.h. */
19780 #include <signal.h>
19782 typedef sigset_t ac__type_new_;
19786 if ((ac__type_new_ *) 0)
19788 if (sizeof (ac__type_new_))
19794 rm -f conftest.
$ac_objext
19795 if { (ac_try
="$ac_compile"
19796 case "(($ac_try" in
19797 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19798 *) ac_try_echo=$ac_try;;
19800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19801 (eval "$ac_compile") 2>conftest.er1
19803 grep -v '^ *+' conftest.er1 >conftest.err
19805 cat conftest.err >&5
19806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19807 (exit $ac_status); } &&
19808 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19809 { (case "(($ac_try" in
19810 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19811 *) ac_try_echo
=$ac_try;;
19813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19814 (eval "$ac_try") 2>&5
19816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19817 (exit $ac_status); }; } &&
19818 { ac_try
='test -s conftest.$ac_objext'
19819 { (case "(($ac_try" in
19820 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19821 *) ac_try_echo=$ac_try;;
19823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19824 (eval "$ac_try") 2>&5
19826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19827 (exit $ac_status); }; }; then
19828 ac_cv_type_sigset_t=yes
19830 echo "$as_me: failed program was:" >&5
19831 sed 's/^/| /' conftest.$ac_ext >&5
19833 ac_cv_type_sigset_t=no
19836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19838 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19839 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19840 if test $ac_cv_type_sigset_t = yes; then
19842 cat >>confdefs.h <<_ACEOF
19843 #define HAVE_SIGSET_T 1
19849 { echo "$as_me:$LINENO: checking for request_sense" >&5
19850 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19851 if test "${ac_cv_type_request_sense+set}" = set; then
19852 echo $ECHO_N "(cached) $ECHO_C" >&6
19854 cat >conftest.$ac_ext <<_ACEOF
19857 cat confdefs.h >>conftest.$ac_ext
19858 cat >>conftest.$ac_ext <<_ACEOF
19859 /* end confdefs.h. */
19860 #include <linux/cdrom.h>
19862 typedef request_sense ac__type_new_;
19866 if ((ac__type_new_ *) 0)
19868 if (sizeof (ac__type_new_))
19874 rm -f conftest.$ac_objext
19875 if { (ac_try="$ac_compile"
19876 case "(($ac_try" in
19877 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19878 *) ac_try_echo
=$ac_try;;
19880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19881 (eval "$ac_compile") 2>conftest.er1
19883 grep -v '^ *+' conftest.er1
>conftest.err
19885 cat conftest.err
>&5
19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); } &&
19888 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19889 { (case "(($ac_try" in
19890 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19891 *) ac_try_echo=$ac_try;;
19893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19894 (eval "$ac_try") 2>&5
19896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19897 (exit $ac_status); }; } &&
19898 { ac_try='test -s conftest.$ac_objext'
19899 { (case "(($ac_try" in
19900 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19901 *) ac_try_echo
=$ac_try;;
19903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19904 (eval "$ac_try") 2>&5
19906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907 (exit $ac_status); }; }; then
19908 ac_cv_type_request_sense
=yes
19910 echo "$as_me: failed program was:" >&5
19911 sed 's/^/| /' conftest.
$ac_ext >&5
19913 ac_cv_type_request_sense
=no
19916 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19918 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19919 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19920 if test $ac_cv_type_request_sense = yes; then
19922 cat >>confdefs.h
<<_ACEOF
19923 #define HAVE_REQUEST_SENSE 1
19930 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19931 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19932 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19933 echo $ECHO_N "(cached) $ECHO_C" >&6
19935 cat >conftest.
$ac_ext <<_ACEOF
19938 cat confdefs.h
>>conftest.
$ac_ext
19939 cat >>conftest.
$ac_ext <<_ACEOF
19940 /* end confdefs.h. */
19941 #ifdef HAVE_LINUX_INPUT_H
19942 #include <linux/input.h>
19948 static struct ff_effect ac_aggr;
19949 if (ac_aggr.direction)
19955 rm -f conftest.
$ac_objext
19956 if { (ac_try
="$ac_compile"
19957 case "(($ac_try" in
19958 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19959 *) ac_try_echo=$ac_try;;
19961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19962 (eval "$ac_compile") 2>conftest.er1
19964 grep -v '^ *+' conftest.er1 >conftest.err
19966 cat conftest.err >&5
19967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968 (exit $ac_status); } &&
19969 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19970 { (case "(($ac_try" in
19971 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19972 *) ac_try_echo
=$ac_try;;
19974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19975 (eval "$ac_try") 2>&5
19977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19978 (exit $ac_status); }; } &&
19979 { ac_try
='test -s conftest.$ac_objext'
19980 { (case "(($ac_try" in
19981 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19982 *) ac_try_echo=$ac_try;;
19984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19985 (eval "$ac_try") 2>&5
19987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19988 (exit $ac_status); }; }; then
19989 ac_cv_member_struct_ff_effect_direction=yes
19991 echo "$as_me: failed program was:" >&5
19992 sed 's/^/| /' conftest.$ac_ext >&5
19994 cat >conftest.$ac_ext <<_ACEOF
19997 cat confdefs.h >>conftest.$ac_ext
19998 cat >>conftest.$ac_ext <<_ACEOF
19999 /* end confdefs.h. */
20000 #ifdef HAVE_LINUX_INPUT_H
20001 #include <linux/input.h>
20007 static struct ff_effect ac_aggr;
20008 if (sizeof ac_aggr.direction)
20014 rm -f conftest.$ac_objext
20015 if { (ac_try="$ac_compile"
20016 case "(($ac_try" in
20017 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20018 *) ac_try_echo
=$ac_try;;
20020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20021 (eval "$ac_compile") 2>conftest.er1
20023 grep -v '^ *+' conftest.er1
>conftest.err
20025 cat conftest.err
>&5
20026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20027 (exit $ac_status); } &&
20028 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20029 { (case "(($ac_try" in
20030 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20031 *) ac_try_echo=$ac_try;;
20033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20034 (eval "$ac_try") 2>&5
20036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20037 (exit $ac_status); }; } &&
20038 { ac_try='test -s conftest.$ac_objext'
20039 { (case "(($ac_try" in
20040 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20041 *) ac_try_echo
=$ac_try;;
20043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20044 (eval "$ac_try") 2>&5
20046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20047 (exit $ac_status); }; }; then
20048 ac_cv_member_struct_ff_effect_direction
=yes
20050 echo "$as_me: failed program was:" >&5
20051 sed 's/^/| /' conftest.
$ac_ext >&5
20053 ac_cv_member_struct_ff_effect_direction
=no
20056 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20059 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20061 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20062 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20063 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20065 cat >>confdefs.h
<<_ACEOF
20066 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20073 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20074 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20075 if test "${wine_cv_have_sigaddset+set}" = set; then
20076 echo $ECHO_N "(cached) $ECHO_C" >&6
20078 cat >conftest.
$ac_ext <<_ACEOF
20081 cat confdefs.h
>>conftest.
$ac_ext
20082 cat >>conftest.
$ac_ext <<_ACEOF
20083 /* end confdefs.h. */
20084 #include <signal.h>
20088 sigset_t set; sigaddset(&set,SIGTERM);
20093 rm -f conftest.
$ac_objext conftest
$ac_exeext
20094 if { (ac_try
="$ac_link"
20095 case "(($ac_try" in
20096 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20097 *) ac_try_echo=$ac_try;;
20099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20100 (eval "$ac_link") 2>conftest.er1
20102 grep -v '^ *+' conftest.er1 >conftest.err
20104 cat conftest.err >&5
20105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106 (exit $ac_status); } &&
20107 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20108 { (case "(($ac_try" in
20109 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20110 *) ac_try_echo
=$ac_try;;
20112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20113 (eval "$ac_try") 2>&5
20115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20116 (exit $ac_status); }; } &&
20117 { ac_try
='test -s conftest$ac_exeext'
20118 { (case "(($ac_try" in
20119 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20120 *) ac_try_echo=$ac_try;;
20122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20123 (eval "$ac_try") 2>&5
20125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20126 (exit $ac_status); }; }; then
20127 wine_cv_have_sigaddset=yes
20129 echo "$as_me: failed program was:" >&5
20130 sed 's/^/| /' conftest.$ac_ext >&5
20132 wine_cv_have_sigaddset=no
20135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20136 conftest$ac_exeext conftest.$ac_ext
20138 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20139 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20140 if test "$wine_cv_have_sigaddset" = "yes"
20143 cat >>confdefs.h <<\_ACEOF
20144 #define HAVE_SIGADDSET 1
20150 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20151 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20152 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20153 echo $ECHO_N "(cached) $ECHO_C" >&6
20155 cat >conftest.$ac_ext <<_ACEOF
20158 cat confdefs.h >>conftest.$ac_ext
20159 cat >>conftest.$ac_ext <<_ACEOF
20160 /* end confdefs.h. */
20170 struct hostent *result;
20177 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20178 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20184 rm -f conftest.$ac_objext conftest$ac_exeext
20185 if { (ac_try="$ac_link"
20186 case "(($ac_try" in
20187 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20188 *) ac_try_echo
=$ac_try;;
20190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20191 (eval "$ac_link") 2>conftest.er1
20193 grep -v '^ *+' conftest.er1
>conftest.err
20195 cat conftest.err
>&5
20196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20197 (exit $ac_status); } &&
20198 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20199 { (case "(($ac_try" in
20200 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20201 *) ac_try_echo=$ac_try;;
20203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20204 (eval "$ac_try") 2>&5
20206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207 (exit $ac_status); }; } &&
20208 { ac_try='test -s conftest$ac_exeext'
20209 { (case "(($ac_try" in
20210 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20211 *) ac_try_echo
=$ac_try;;
20213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20214 (eval "$ac_try") 2>&5
20216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20217 (exit $ac_status); }; }; then
20218 wine_cv_linux_gethostbyname_r_6
=yes
20220 echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.
$ac_ext >&5
20223 wine_cv_linux_gethostbyname_r_6
=no
20227 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
20228 conftest
$ac_exeext conftest.
$ac_ext
20231 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20232 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20233 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20236 cat >>confdefs.h
<<\_ACEOF
20237 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20242 if test "$ac_cv_header_linux_joystick_h" = "yes"
20244 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20245 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20246 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20247 echo $ECHO_N "(cached) $ECHO_C" >&6
20249 cat >conftest.
$ac_ext <<_ACEOF
20252 cat confdefs.h
>>conftest.
$ac_ext
20253 cat >>conftest.
$ac_ext <<_ACEOF
20254 /* end confdefs.h. */
20256 #include <sys/ioctl.h>
20257 #include <linux/joystick.h>
20259 struct js_event blub;
20260 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20261 #error "no 2.2 header"
20272 rm -f conftest.
$ac_objext
20273 if { (ac_try
="$ac_compile"
20274 case "(($ac_try" in
20275 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20276 *) ac_try_echo=$ac_try;;
20278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20279 (eval "$ac_compile") 2>conftest.er1
20281 grep -v '^ *+' conftest.er1 >conftest.err
20283 cat conftest.err >&5
20284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285 (exit $ac_status); } &&
20286 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20287 { (case "(($ac_try" in
20288 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20289 *) ac_try_echo
=$ac_try;;
20291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20292 (eval "$ac_try") 2>&5
20294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); }; } &&
20296 { ac_try
='test -s conftest.$ac_objext'
20297 { (case "(($ac_try" in
20298 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20299 *) ac_try_echo=$ac_try;;
20301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20302 (eval "$ac_try") 2>&5
20304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20305 (exit $ac_status); }; }; then
20306 wine_cv_linux_joystick_22_api=yes
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.$ac_ext >&5
20311 wine_cv_linux_joystick_22_api=no
20314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20317 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20318 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20319 if test "$wine_cv_linux_joystick_22_api" = "yes"
20322 cat >>confdefs.h <<\_ACEOF
20323 #define HAVE_LINUX_22_JOYSTICK_API 1
20330 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20331 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20332 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20333 echo $ECHO_N "(cached) $ECHO_C" >&6
20335 cat >conftest.$ac_ext <<_ACEOF
20338 cat confdefs.h >>conftest.$ac_ext
20339 cat >>conftest.$ac_ext <<_ACEOF
20340 /* end confdefs.h. */
20341 #include <sys/types.h>
20342 #ifdef HAVE_SYS_PARAM_H
20343 # include <sys/param.h>
20345 #ifdef HAVE_SYS_MOUNT_H
20346 # include <sys/mount.h>
20348 #ifdef HAVE_SYS_VFS_H
20349 # include <sys/vfs.h>
20351 #ifdef HAVE_SYS_STATFS_H
20352 # include <sys/statfs.h>
20358 static struct statfs ac_aggr;
20359 if (ac_aggr.f_bfree)
20365 rm -f conftest.$ac_objext
20366 if { (ac_try="$ac_compile"
20367 case "(($ac_try" in
20368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20369 *) ac_try_echo
=$ac_try;;
20371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20372 (eval "$ac_compile") 2>conftest.er1
20374 grep -v '^ *+' conftest.er1
>conftest.err
20376 cat conftest.err
>&5
20377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20378 (exit $ac_status); } &&
20379 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20380 { (case "(($ac_try" in
20381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20382 *) ac_try_echo=$ac_try;;
20384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20385 (eval "$ac_try") 2>&5
20387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388 (exit $ac_status); }; } &&
20389 { ac_try='test -s conftest.$ac_objext'
20390 { (case "(($ac_try" in
20391 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20392 *) ac_try_echo
=$ac_try;;
20394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20395 (eval "$ac_try") 2>&5
20397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20398 (exit $ac_status); }; }; then
20399 ac_cv_member_struct_statfs_f_bfree
=yes
20401 echo "$as_me: failed program was:" >&5
20402 sed 's/^/| /' conftest.
$ac_ext >&5
20404 cat >conftest.
$ac_ext <<_ACEOF
20407 cat confdefs.h
>>conftest.
$ac_ext
20408 cat >>conftest.
$ac_ext <<_ACEOF
20409 /* end confdefs.h. */
20410 #include <sys/types.h>
20411 #ifdef HAVE_SYS_PARAM_H
20412 # include <sys/param.h>
20414 #ifdef HAVE_SYS_MOUNT_H
20415 # include <sys/mount.h>
20417 #ifdef HAVE_SYS_VFS_H
20418 # include <sys/vfs.h>
20420 #ifdef HAVE_SYS_STATFS_H
20421 # include <sys/statfs.h>
20427 static struct statfs ac_aggr;
20428 if (sizeof ac_aggr.f_bfree)
20434 rm -f conftest.
$ac_objext
20435 if { (ac_try
="$ac_compile"
20436 case "(($ac_try" in
20437 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20438 *) ac_try_echo=$ac_try;;
20440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20441 (eval "$ac_compile") 2>conftest.er1
20443 grep -v '^ *+' conftest.er1 >conftest.err
20445 cat conftest.err >&5
20446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20447 (exit $ac_status); } &&
20448 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20449 { (case "(($ac_try" in
20450 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20451 *) ac_try_echo
=$ac_try;;
20453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20454 (eval "$ac_try") 2>&5
20456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457 (exit $ac_status); }; } &&
20458 { ac_try
='test -s conftest.$ac_objext'
20459 { (case "(($ac_try" in
20460 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20461 *) ac_try_echo=$ac_try;;
20463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20464 (eval "$ac_try") 2>&5
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); }; }; then
20468 ac_cv_member_struct_statfs_f_bfree=yes
20470 echo "$as_me: failed program was:" >&5
20471 sed 's/^/| /' conftest.$ac_ext >&5
20473 ac_cv_member_struct_statfs_f_bfree=no
20476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20481 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20482 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20483 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20485 cat >>confdefs.h <<_ACEOF
20486 #define HAVE_STRUCT_STATFS_F_BFREE 1
20491 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20492 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20493 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20494 echo $ECHO_N "(cached) $ECHO_C" >&6
20496 cat >conftest.$ac_ext <<_ACEOF
20499 cat confdefs.h >>conftest.$ac_ext
20500 cat >>conftest.$ac_ext <<_ACEOF
20501 /* end confdefs.h. */
20502 #include <sys/types.h>
20503 #ifdef HAVE_SYS_PARAM_H
20504 # include <sys/param.h>
20506 #ifdef HAVE_SYS_MOUNT_H
20507 # include <sys/mount.h>
20509 #ifdef HAVE_SYS_VFS_H
20510 # include <sys/vfs.h>
20512 #ifdef HAVE_SYS_STATFS_H
20513 # include <sys/statfs.h>
20519 static struct statfs ac_aggr;
20520 if (ac_aggr.f_bavail)
20526 rm -f conftest.$ac_objext
20527 if { (ac_try="$ac_compile"
20528 case "(($ac_try" in
20529 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20530 *) ac_try_echo
=$ac_try;;
20532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20533 (eval "$ac_compile") 2>conftest.er1
20535 grep -v '^ *+' conftest.er1
>conftest.err
20537 cat conftest.err
>&5
20538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20539 (exit $ac_status); } &&
20540 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20541 { (case "(($ac_try" in
20542 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20543 *) ac_try_echo=$ac_try;;
20545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20546 (eval "$ac_try") 2>&5
20548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549 (exit $ac_status); }; } &&
20550 { ac_try='test -s conftest.$ac_objext'
20551 { (case "(($ac_try" in
20552 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20553 *) ac_try_echo
=$ac_try;;
20555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20556 (eval "$ac_try") 2>&5
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); }; }; then
20560 ac_cv_member_struct_statfs_f_bavail
=yes
20562 echo "$as_me: failed program was:" >&5
20563 sed 's/^/| /' conftest.
$ac_ext >&5
20565 cat >conftest.
$ac_ext <<_ACEOF
20568 cat confdefs.h
>>conftest.
$ac_ext
20569 cat >>conftest.
$ac_ext <<_ACEOF
20570 /* end confdefs.h. */
20571 #include <sys/types.h>
20572 #ifdef HAVE_SYS_PARAM_H
20573 # include <sys/param.h>
20575 #ifdef HAVE_SYS_MOUNT_H
20576 # include <sys/mount.h>
20578 #ifdef HAVE_SYS_VFS_H
20579 # include <sys/vfs.h>
20581 #ifdef HAVE_SYS_STATFS_H
20582 # include <sys/statfs.h>
20588 static struct statfs ac_aggr;
20589 if (sizeof ac_aggr.f_bavail)
20595 rm -f conftest.
$ac_objext
20596 if { (ac_try
="$ac_compile"
20597 case "(($ac_try" in
20598 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20599 *) ac_try_echo=$ac_try;;
20601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20602 (eval "$ac_compile") 2>conftest.er1
20604 grep -v '^ *+' conftest.er1 >conftest.err
20606 cat conftest.err >&5
20607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20608 (exit $ac_status); } &&
20609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20610 { (case "(($ac_try" in
20611 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20612 *) ac_try_echo
=$ac_try;;
20614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20615 (eval "$ac_try") 2>&5
20617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20618 (exit $ac_status); }; } &&
20619 { ac_try
='test -s conftest.$ac_objext'
20620 { (case "(($ac_try" in
20621 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20622 *) ac_try_echo=$ac_try;;
20624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20625 (eval "$ac_try") 2>&5
20627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20628 (exit $ac_status); }; }; then
20629 ac_cv_member_struct_statfs_f_bavail=yes
20631 echo "$as_me: failed program was:" >&5
20632 sed 's/^/| /' conftest.$ac_ext >&5
20634 ac_cv_member_struct_statfs_f_bavail=no
20637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20642 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20643 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20644 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20646 cat >>confdefs.h <<_ACEOF
20647 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20652 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20653 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20654 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20655 echo $ECHO_N "(cached) $ECHO_C" >&6
20657 cat >conftest.$ac_ext <<_ACEOF
20660 cat confdefs.h >>conftest.$ac_ext
20661 cat >>conftest.$ac_ext <<_ACEOF
20662 /* end confdefs.h. */
20663 #include <sys/types.h>
20664 #ifdef HAVE_SYS_PARAM_H
20665 # include <sys/param.h>
20667 #ifdef HAVE_SYS_MOUNT_H
20668 # include <sys/mount.h>
20670 #ifdef HAVE_SYS_VFS_H
20671 # include <sys/vfs.h>
20673 #ifdef HAVE_SYS_STATFS_H
20674 # include <sys/statfs.h>
20680 static struct statfs ac_aggr;
20681 if (ac_aggr.f_frsize)
20687 rm -f conftest.$ac_objext
20688 if { (ac_try="$ac_compile"
20689 case "(($ac_try" in
20690 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20691 *) ac_try_echo
=$ac_try;;
20693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20694 (eval "$ac_compile") 2>conftest.er1
20696 grep -v '^ *+' conftest.er1
>conftest.err
20698 cat conftest.err
>&5
20699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20700 (exit $ac_status); } &&
20701 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20702 { (case "(($ac_try" in
20703 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20704 *) ac_try_echo=$ac_try;;
20706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20707 (eval "$ac_try") 2>&5
20709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20710 (exit $ac_status); }; } &&
20711 { ac_try='test -s conftest.$ac_objext'
20712 { (case "(($ac_try" in
20713 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20714 *) ac_try_echo
=$ac_try;;
20716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20717 (eval "$ac_try") 2>&5
20719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20720 (exit $ac_status); }; }; then
20721 ac_cv_member_struct_statfs_f_frsize
=yes
20723 echo "$as_me: failed program was:" >&5
20724 sed 's/^/| /' conftest.
$ac_ext >&5
20726 cat >conftest.
$ac_ext <<_ACEOF
20729 cat confdefs.h
>>conftest.
$ac_ext
20730 cat >>conftest.
$ac_ext <<_ACEOF
20731 /* end confdefs.h. */
20732 #include <sys/types.h>
20733 #ifdef HAVE_SYS_PARAM_H
20734 # include <sys/param.h>
20736 #ifdef HAVE_SYS_MOUNT_H
20737 # include <sys/mount.h>
20739 #ifdef HAVE_SYS_VFS_H
20740 # include <sys/vfs.h>
20742 #ifdef HAVE_SYS_STATFS_H
20743 # include <sys/statfs.h>
20749 static struct statfs ac_aggr;
20750 if (sizeof ac_aggr.f_frsize)
20756 rm -f conftest.
$ac_objext
20757 if { (ac_try
="$ac_compile"
20758 case "(($ac_try" in
20759 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20760 *) ac_try_echo=$ac_try;;
20762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20763 (eval "$ac_compile") 2>conftest.er1
20765 grep -v '^ *+' conftest.er1 >conftest.err
20767 cat conftest.err >&5
20768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20769 (exit $ac_status); } &&
20770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20771 { (case "(($ac_try" in
20772 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20773 *) ac_try_echo
=$ac_try;;
20775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20776 (eval "$ac_try") 2>&5
20778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20779 (exit $ac_status); }; } &&
20780 { ac_try
='test -s conftest.$ac_objext'
20781 { (case "(($ac_try" in
20782 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20783 *) ac_try_echo=$ac_try;;
20785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20786 (eval "$ac_try") 2>&5
20788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20789 (exit $ac_status); }; }; then
20790 ac_cv_member_struct_statfs_f_frsize=yes
20792 echo "$as_me: failed program was:" >&5
20793 sed 's/^/| /' conftest.$ac_ext >&5
20795 ac_cv_member_struct_statfs_f_frsize=no
20798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20803 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20804 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20805 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20807 cat >>confdefs.h <<_ACEOF
20808 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20813 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20814 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20815 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20816 echo $ECHO_N "(cached) $ECHO_C" >&6
20818 cat >conftest.$ac_ext <<_ACEOF
20821 cat confdefs.h >>conftest.$ac_ext
20822 cat >>conftest.$ac_ext <<_ACEOF
20823 /* end confdefs.h. */
20824 #include <sys/types.h>
20825 #ifdef HAVE_SYS_PARAM_H
20826 # include <sys/param.h>
20828 #ifdef HAVE_SYS_MOUNT_H
20829 # include <sys/mount.h>
20831 #ifdef HAVE_SYS_VFS_H
20832 # include <sys/vfs.h>
20834 #ifdef HAVE_SYS_STATFS_H
20835 # include <sys/statfs.h>
20841 static struct statfs ac_aggr;
20842 if (ac_aggr.f_ffree)
20848 rm -f conftest.$ac_objext
20849 if { (ac_try="$ac_compile"
20850 case "(($ac_try" in
20851 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20852 *) ac_try_echo
=$ac_try;;
20854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20855 (eval "$ac_compile") 2>conftest.er1
20857 grep -v '^ *+' conftest.er1
>conftest.err
20859 cat conftest.err
>&5
20860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20861 (exit $ac_status); } &&
20862 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20863 { (case "(($ac_try" in
20864 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20865 *) ac_try_echo=$ac_try;;
20867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20868 (eval "$ac_try") 2>&5
20870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); }; } &&
20872 { ac_try='test -s conftest.$ac_objext'
20873 { (case "(($ac_try" in
20874 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20875 *) ac_try_echo
=$ac_try;;
20877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20878 (eval "$ac_try") 2>&5
20880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20881 (exit $ac_status); }; }; then
20882 ac_cv_member_struct_statfs_f_ffree
=yes
20884 echo "$as_me: failed program was:" >&5
20885 sed 's/^/| /' conftest.
$ac_ext >&5
20887 cat >conftest.
$ac_ext <<_ACEOF
20890 cat confdefs.h
>>conftest.
$ac_ext
20891 cat >>conftest.
$ac_ext <<_ACEOF
20892 /* end confdefs.h. */
20893 #include <sys/types.h>
20894 #ifdef HAVE_SYS_PARAM_H
20895 # include <sys/param.h>
20897 #ifdef HAVE_SYS_MOUNT_H
20898 # include <sys/mount.h>
20900 #ifdef HAVE_SYS_VFS_H
20901 # include <sys/vfs.h>
20903 #ifdef HAVE_SYS_STATFS_H
20904 # include <sys/statfs.h>
20910 static struct statfs ac_aggr;
20911 if (sizeof ac_aggr.f_ffree)
20917 rm -f conftest.
$ac_objext
20918 if { (ac_try
="$ac_compile"
20919 case "(($ac_try" in
20920 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20921 *) ac_try_echo=$ac_try;;
20923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20924 (eval "$ac_compile") 2>conftest.er1
20926 grep -v '^ *+' conftest.er1 >conftest.err
20928 cat conftest.err >&5
20929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930 (exit $ac_status); } &&
20931 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20932 { (case "(($ac_try" in
20933 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20934 *) ac_try_echo
=$ac_try;;
20936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20937 (eval "$ac_try") 2>&5
20939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20940 (exit $ac_status); }; } &&
20941 { ac_try
='test -s conftest.$ac_objext'
20942 { (case "(($ac_try" in
20943 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20944 *) ac_try_echo=$ac_try;;
20946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20947 (eval "$ac_try") 2>&5
20949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20950 (exit $ac_status); }; }; then
20951 ac_cv_member_struct_statfs_f_ffree=yes
20953 echo "$as_me: failed program was:" >&5
20954 sed 's/^/| /' conftest.$ac_ext >&5
20956 ac_cv_member_struct_statfs_f_ffree=no
20959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20964 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20965 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20966 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20968 cat >>confdefs.h <<_ACEOF
20969 #define HAVE_STRUCT_STATFS_F_FFREE 1
20974 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20975 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20976 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20977 echo $ECHO_N "(cached) $ECHO_C" >&6
20979 cat >conftest.$ac_ext <<_ACEOF
20982 cat confdefs.h >>conftest.$ac_ext
20983 cat >>conftest.$ac_ext <<_ACEOF
20984 /* end confdefs.h. */
20985 #include <sys/types.h>
20986 #ifdef HAVE_SYS_PARAM_H
20987 # include <sys/param.h>
20989 #ifdef HAVE_SYS_MOUNT_H
20990 # include <sys/mount.h>
20992 #ifdef HAVE_SYS_VFS_H
20993 # include <sys/vfs.h>
20995 #ifdef HAVE_SYS_STATFS_H
20996 # include <sys/statfs.h>
21002 static struct statfs ac_aggr;
21003 if (ac_aggr.f_favail)
21009 rm -f conftest.$ac_objext
21010 if { (ac_try="$ac_compile"
21011 case "(($ac_try" in
21012 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21013 *) ac_try_echo
=$ac_try;;
21015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21016 (eval "$ac_compile") 2>conftest.er1
21018 grep -v '^ *+' conftest.er1
>conftest.err
21020 cat conftest.err
>&5
21021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21022 (exit $ac_status); } &&
21023 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21024 { (case "(($ac_try" in
21025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21026 *) ac_try_echo=$ac_try;;
21028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21029 (eval "$ac_try") 2>&5
21031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21032 (exit $ac_status); }; } &&
21033 { ac_try='test -s conftest.$ac_objext'
21034 { (case "(($ac_try" in
21035 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21036 *) ac_try_echo
=$ac_try;;
21038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21039 (eval "$ac_try") 2>&5
21041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21042 (exit $ac_status); }; }; then
21043 ac_cv_member_struct_statfs_f_favail
=yes
21045 echo "$as_me: failed program was:" >&5
21046 sed 's/^/| /' conftest.
$ac_ext >&5
21048 cat >conftest.
$ac_ext <<_ACEOF
21051 cat confdefs.h
>>conftest.
$ac_ext
21052 cat >>conftest.
$ac_ext <<_ACEOF
21053 /* end confdefs.h. */
21054 #include <sys/types.h>
21055 #ifdef HAVE_SYS_PARAM_H
21056 # include <sys/param.h>
21058 #ifdef HAVE_SYS_MOUNT_H
21059 # include <sys/mount.h>
21061 #ifdef HAVE_SYS_VFS_H
21062 # include <sys/vfs.h>
21064 #ifdef HAVE_SYS_STATFS_H
21065 # include <sys/statfs.h>
21071 static struct statfs ac_aggr;
21072 if (sizeof ac_aggr.f_favail)
21078 rm -f conftest.
$ac_objext
21079 if { (ac_try
="$ac_compile"
21080 case "(($ac_try" in
21081 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21082 *) ac_try_echo=$ac_try;;
21084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21085 (eval "$ac_compile") 2>conftest.er1
21087 grep -v '^ *+' conftest.er1 >conftest.err
21089 cat conftest.err >&5
21090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21091 (exit $ac_status); } &&
21092 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21093 { (case "(($ac_try" in
21094 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21095 *) ac_try_echo
=$ac_try;;
21097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21098 (eval "$ac_try") 2>&5
21100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21101 (exit $ac_status); }; } &&
21102 { ac_try
='test -s conftest.$ac_objext'
21103 { (case "(($ac_try" in
21104 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21105 *) ac_try_echo=$ac_try;;
21107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21108 (eval "$ac_try") 2>&5
21110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111 (exit $ac_status); }; }; then
21112 ac_cv_member_struct_statfs_f_favail=yes
21114 echo "$as_me: failed program was:" >&5
21115 sed 's/^/| /' conftest.$ac_ext >&5
21117 ac_cv_member_struct_statfs_f_favail=no
21120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21125 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21126 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21127 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21129 cat >>confdefs.h <<_ACEOF
21130 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21135 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21136 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21137 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21138 echo $ECHO_N "(cached) $ECHO_C" >&6
21140 cat >conftest.$ac_ext <<_ACEOF
21143 cat confdefs.h >>conftest.$ac_ext
21144 cat >>conftest.$ac_ext <<_ACEOF
21145 /* end confdefs.h. */
21146 #include <sys/types.h>
21147 #ifdef HAVE_SYS_PARAM_H
21148 # include <sys/param.h>
21150 #ifdef HAVE_SYS_MOUNT_H
21151 # include <sys/mount.h>
21153 #ifdef HAVE_SYS_VFS_H
21154 # include <sys/vfs.h>
21156 #ifdef HAVE_SYS_STATFS_H
21157 # include <sys/statfs.h>
21163 static struct statfs ac_aggr;
21164 if (ac_aggr.f_namelen)
21170 rm -f conftest.$ac_objext
21171 if { (ac_try="$ac_compile"
21172 case "(($ac_try" in
21173 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21174 *) ac_try_echo
=$ac_try;;
21176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21177 (eval "$ac_compile") 2>conftest.er1
21179 grep -v '^ *+' conftest.er1
>conftest.err
21181 cat conftest.err
>&5
21182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); } &&
21184 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21185 { (case "(($ac_try" in
21186 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21187 *) ac_try_echo=$ac_try;;
21189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21190 (eval "$ac_try") 2>&5
21192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21193 (exit $ac_status); }; } &&
21194 { ac_try='test -s conftest.$ac_objext'
21195 { (case "(($ac_try" in
21196 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21197 *) ac_try_echo
=$ac_try;;
21199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21200 (eval "$ac_try") 2>&5
21202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21203 (exit $ac_status); }; }; then
21204 ac_cv_member_struct_statfs_f_namelen
=yes
21206 echo "$as_me: failed program was:" >&5
21207 sed 's/^/| /' conftest.
$ac_ext >&5
21209 cat >conftest.
$ac_ext <<_ACEOF
21212 cat confdefs.h
>>conftest.
$ac_ext
21213 cat >>conftest.
$ac_ext <<_ACEOF
21214 /* end confdefs.h. */
21215 #include <sys/types.h>
21216 #ifdef HAVE_SYS_PARAM_H
21217 # include <sys/param.h>
21219 #ifdef HAVE_SYS_MOUNT_H
21220 # include <sys/mount.h>
21222 #ifdef HAVE_SYS_VFS_H
21223 # include <sys/vfs.h>
21225 #ifdef HAVE_SYS_STATFS_H
21226 # include <sys/statfs.h>
21232 static struct statfs ac_aggr;
21233 if (sizeof ac_aggr.f_namelen)
21239 rm -f conftest.
$ac_objext
21240 if { (ac_try
="$ac_compile"
21241 case "(($ac_try" in
21242 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21243 *) ac_try_echo=$ac_try;;
21245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21246 (eval "$ac_compile") 2>conftest.er1
21248 grep -v '^ *+' conftest.er1 >conftest.err
21250 cat conftest.err >&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); } &&
21253 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21254 { (case "(($ac_try" in
21255 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21256 *) ac_try_echo
=$ac_try;;
21258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21259 (eval "$ac_try") 2>&5
21261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21262 (exit $ac_status); }; } &&
21263 { ac_try
='test -s conftest.$ac_objext'
21264 { (case "(($ac_try" in
21265 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21266 *) ac_try_echo=$ac_try;;
21268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21269 (eval "$ac_try") 2>&5
21271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21272 (exit $ac_status); }; }; then
21273 ac_cv_member_struct_statfs_f_namelen=yes
21275 echo "$as_me: failed program was:" >&5
21276 sed 's/^/| /' conftest.$ac_ext >&5
21278 ac_cv_member_struct_statfs_f_namelen=no
21281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21286 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21287 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21288 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21290 cat >>confdefs.h <<_ACEOF
21291 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21298 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21299 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21300 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21301 echo $ECHO_N "(cached) $ECHO_C" >&6
21303 cat >conftest.$ac_ext <<_ACEOF
21306 cat confdefs.h >>conftest.$ac_ext
21307 cat >>conftest.$ac_ext <<_ACEOF
21308 /* end confdefs.h. */
21309 #ifdef HAVE_SYS_STATVFS_H
21310 #include <sys/statvfs.h>
21316 static struct statvfs ac_aggr;
21317 if (ac_aggr.f_blocks)
21323 rm -f conftest.$ac_objext
21324 if { (ac_try="$ac_compile"
21325 case "(($ac_try" in
21326 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21327 *) ac_try_echo
=$ac_try;;
21329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21330 (eval "$ac_compile") 2>conftest.er1
21332 grep -v '^ *+' conftest.er1
>conftest.err
21334 cat conftest.err
>&5
21335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21336 (exit $ac_status); } &&
21337 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21338 { (case "(($ac_try" in
21339 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21340 *) ac_try_echo=$ac_try;;
21342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21343 (eval "$ac_try") 2>&5
21345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21346 (exit $ac_status); }; } &&
21347 { ac_try='test -s conftest.$ac_objext'
21348 { (case "(($ac_try" in
21349 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21350 *) ac_try_echo
=$ac_try;;
21352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21353 (eval "$ac_try") 2>&5
21355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21356 (exit $ac_status); }; }; then
21357 ac_cv_member_struct_statvfs_f_blocks
=yes
21359 echo "$as_me: failed program was:" >&5
21360 sed 's/^/| /' conftest.
$ac_ext >&5
21362 cat >conftest.
$ac_ext <<_ACEOF
21365 cat confdefs.h
>>conftest.
$ac_ext
21366 cat >>conftest.
$ac_ext <<_ACEOF
21367 /* end confdefs.h. */
21368 #ifdef HAVE_SYS_STATVFS_H
21369 #include <sys/statvfs.h>
21375 static struct statvfs ac_aggr;
21376 if (sizeof ac_aggr.f_blocks)
21382 rm -f conftest.
$ac_objext
21383 if { (ac_try
="$ac_compile"
21384 case "(($ac_try" in
21385 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21386 *) ac_try_echo=$ac_try;;
21388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21389 (eval "$ac_compile") 2>conftest.er1
21391 grep -v '^ *+' conftest.er1 >conftest.err
21393 cat conftest.err >&5
21394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21395 (exit $ac_status); } &&
21396 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21397 { (case "(($ac_try" in
21398 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21399 *) ac_try_echo
=$ac_try;;
21401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21402 (eval "$ac_try") 2>&5
21404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21405 (exit $ac_status); }; } &&
21406 { ac_try
='test -s conftest.$ac_objext'
21407 { (case "(($ac_try" in
21408 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21409 *) ac_try_echo=$ac_try;;
21411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21412 (eval "$ac_try") 2>&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); }; }; then
21416 ac_cv_member_struct_statvfs_f_blocks=yes
21418 echo "$as_me: failed program was:" >&5
21419 sed 's/^/| /' conftest.$ac_ext >&5
21421 ac_cv_member_struct_statvfs_f_blocks=no
21424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21429 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21430 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21431 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21433 cat >>confdefs.h <<_ACEOF
21434 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21441 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21442 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21443 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21444 echo $ECHO_N "(cached) $ECHO_C" >&6
21446 cat >conftest.$ac_ext <<_ACEOF
21449 cat confdefs.h >>conftest.$ac_ext
21450 cat >>conftest.$ac_ext <<_ACEOF
21451 /* end confdefs.h. */
21452 #include <sys/types.h>
21453 #ifdef HAVE_SYS_SOCKET_H
21454 # include <sys/socket.h>
21456 #ifdef HAVE_SYS_UN_H
21457 # include <sys/un.h>
21463 static struct msghdr ac_aggr;
21464 if (ac_aggr.msg_accrights)
21470 rm -f conftest.$ac_objext
21471 if { (ac_try="$ac_compile"
21472 case "(($ac_try" in
21473 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21474 *) ac_try_echo
=$ac_try;;
21476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21477 (eval "$ac_compile") 2>conftest.er1
21479 grep -v '^ *+' conftest.er1
>conftest.err
21481 cat conftest.err
>&5
21482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21483 (exit $ac_status); } &&
21484 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21485 { (case "(($ac_try" in
21486 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21487 *) ac_try_echo=$ac_try;;
21489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21490 (eval "$ac_try") 2>&5
21492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493 (exit $ac_status); }; } &&
21494 { ac_try='test -s conftest.$ac_objext'
21495 { (case "(($ac_try" in
21496 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21497 *) ac_try_echo
=$ac_try;;
21499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21500 (eval "$ac_try") 2>&5
21502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21503 (exit $ac_status); }; }; then
21504 ac_cv_member_struct_msghdr_msg_accrights
=yes
21506 echo "$as_me: failed program was:" >&5
21507 sed 's/^/| /' conftest.
$ac_ext >&5
21509 cat >conftest.
$ac_ext <<_ACEOF
21512 cat confdefs.h
>>conftest.
$ac_ext
21513 cat >>conftest.
$ac_ext <<_ACEOF
21514 /* end confdefs.h. */
21515 #include <sys/types.h>
21516 #ifdef HAVE_SYS_SOCKET_H
21517 # include <sys/socket.h>
21519 #ifdef HAVE_SYS_UN_H
21520 # include <sys/un.h>
21526 static struct msghdr ac_aggr;
21527 if (sizeof ac_aggr.msg_accrights)
21533 rm -f conftest.
$ac_objext
21534 if { (ac_try
="$ac_compile"
21535 case "(($ac_try" in
21536 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21537 *) ac_try_echo=$ac_try;;
21539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21540 (eval "$ac_compile") 2>conftest.er1
21542 grep -v '^ *+' conftest.er1 >conftest.err
21544 cat conftest.err >&5
21545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546 (exit $ac_status); } &&
21547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21548 { (case "(($ac_try" in
21549 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21550 *) ac_try_echo
=$ac_try;;
21552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21553 (eval "$ac_try") 2>&5
21555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21556 (exit $ac_status); }; } &&
21557 { ac_try
='test -s conftest.$ac_objext'
21558 { (case "(($ac_try" in
21559 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21560 *) ac_try_echo=$ac_try;;
21562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21563 (eval "$ac_try") 2>&5
21565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21566 (exit $ac_status); }; }; then
21567 ac_cv_member_struct_msghdr_msg_accrights=yes
21569 echo "$as_me: failed program was:" >&5
21570 sed 's/^/| /' conftest.$ac_ext >&5
21572 ac_cv_member_struct_msghdr_msg_accrights=no
21575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21580 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21581 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21582 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21584 cat >>confdefs.h <<_ACEOF
21585 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21590 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21591 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21592 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21593 echo $ECHO_N "(cached) $ECHO_C" >&6
21595 cat >conftest.$ac_ext <<_ACEOF
21598 cat confdefs.h >>conftest.$ac_ext
21599 cat >>conftest.$ac_ext <<_ACEOF
21600 /* end confdefs.h. */
21601 #include <sys/types.h>
21602 #ifdef HAVE_SYS_SOCKET_H
21603 # include <sys/socket.h>
21605 #ifdef HAVE_SYS_UN_H
21606 # include <sys/un.h>
21612 static struct sockaddr ac_aggr;
21613 if (ac_aggr.sa_len)
21619 rm -f conftest.$ac_objext
21620 if { (ac_try="$ac_compile"
21621 case "(($ac_try" in
21622 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21623 *) ac_try_echo
=$ac_try;;
21625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21626 (eval "$ac_compile") 2>conftest.er1
21628 grep -v '^ *+' conftest.er1
>conftest.err
21630 cat conftest.err
>&5
21631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21632 (exit $ac_status); } &&
21633 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21634 { (case "(($ac_try" in
21635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21636 *) ac_try_echo=$ac_try;;
21638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21639 (eval "$ac_try") 2>&5
21641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21642 (exit $ac_status); }; } &&
21643 { ac_try='test -s conftest.$ac_objext'
21644 { (case "(($ac_try" in
21645 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21646 *) ac_try_echo
=$ac_try;;
21648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21649 (eval "$ac_try") 2>&5
21651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21652 (exit $ac_status); }; }; then
21653 ac_cv_member_struct_sockaddr_sa_len
=yes
21655 echo "$as_me: failed program was:" >&5
21656 sed 's/^/| /' conftest.
$ac_ext >&5
21658 cat >conftest.
$ac_ext <<_ACEOF
21661 cat confdefs.h
>>conftest.
$ac_ext
21662 cat >>conftest.
$ac_ext <<_ACEOF
21663 /* end confdefs.h. */
21664 #include <sys/types.h>
21665 #ifdef HAVE_SYS_SOCKET_H
21666 # include <sys/socket.h>
21668 #ifdef HAVE_SYS_UN_H
21669 # include <sys/un.h>
21675 static struct sockaddr ac_aggr;
21676 if (sizeof ac_aggr.sa_len)
21682 rm -f conftest.
$ac_objext
21683 if { (ac_try
="$ac_compile"
21684 case "(($ac_try" in
21685 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21686 *) ac_try_echo=$ac_try;;
21688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21689 (eval "$ac_compile") 2>conftest.er1
21691 grep -v '^ *+' conftest.er1 >conftest.err
21693 cat conftest.err >&5
21694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21695 (exit $ac_status); } &&
21696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21697 { (case "(($ac_try" in
21698 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21699 *) ac_try_echo
=$ac_try;;
21701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21702 (eval "$ac_try") 2>&5
21704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705 (exit $ac_status); }; } &&
21706 { ac_try
='test -s conftest.$ac_objext'
21707 { (case "(($ac_try" in
21708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21709 *) ac_try_echo=$ac_try;;
21711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21712 (eval "$ac_try") 2>&5
21714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21715 (exit $ac_status); }; }; then
21716 ac_cv_member_struct_sockaddr_sa_len=yes
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.$ac_ext >&5
21721 ac_cv_member_struct_sockaddr_sa_len=no
21724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21729 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21730 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21731 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21733 cat >>confdefs.h <<_ACEOF
21734 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21739 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21740 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21741 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21742 echo $ECHO_N "(cached) $ECHO_C" >&6
21744 cat >conftest.$ac_ext <<_ACEOF
21747 cat confdefs.h >>conftest.$ac_ext
21748 cat >>conftest.$ac_ext <<_ACEOF
21749 /* end confdefs.h. */
21750 #include <sys/types.h>
21751 #ifdef HAVE_SYS_SOCKET_H
21752 # include <sys/socket.h>
21754 #ifdef HAVE_SYS_UN_H
21755 # include <sys/un.h>
21761 static struct sockaddr_un ac_aggr;
21762 if (ac_aggr.sun_len)
21768 rm -f conftest.$ac_objext
21769 if { (ac_try="$ac_compile"
21770 case "(($ac_try" in
21771 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21772 *) ac_try_echo
=$ac_try;;
21774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21775 (eval "$ac_compile") 2>conftest.er1
21777 grep -v '^ *+' conftest.er1
>conftest.err
21779 cat conftest.err
>&5
21780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21781 (exit $ac_status); } &&
21782 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21783 { (case "(($ac_try" in
21784 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21785 *) ac_try_echo=$ac_try;;
21787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21788 (eval "$ac_try") 2>&5
21790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21791 (exit $ac_status); }; } &&
21792 { ac_try='test -s conftest.$ac_objext'
21793 { (case "(($ac_try" in
21794 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21795 *) ac_try_echo
=$ac_try;;
21797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21798 (eval "$ac_try") 2>&5
21800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21801 (exit $ac_status); }; }; then
21802 ac_cv_member_struct_sockaddr_un_sun_len
=yes
21804 echo "$as_me: failed program was:" >&5
21805 sed 's/^/| /' conftest.
$ac_ext >&5
21807 cat >conftest.
$ac_ext <<_ACEOF
21810 cat confdefs.h
>>conftest.
$ac_ext
21811 cat >>conftest.
$ac_ext <<_ACEOF
21812 /* end confdefs.h. */
21813 #include <sys/types.h>
21814 #ifdef HAVE_SYS_SOCKET_H
21815 # include <sys/socket.h>
21817 #ifdef HAVE_SYS_UN_H
21818 # include <sys/un.h>
21824 static struct sockaddr_un ac_aggr;
21825 if (sizeof ac_aggr.sun_len)
21831 rm -f conftest.
$ac_objext
21832 if { (ac_try
="$ac_compile"
21833 case "(($ac_try" in
21834 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21835 *) ac_try_echo=$ac_try;;
21837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21838 (eval "$ac_compile") 2>conftest.er1
21840 grep -v '^ *+' conftest.er1 >conftest.err
21842 cat conftest.err >&5
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); } &&
21845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21846 { (case "(($ac_try" in
21847 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21848 *) ac_try_echo
=$ac_try;;
21850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21851 (eval "$ac_try") 2>&5
21853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21854 (exit $ac_status); }; } &&
21855 { ac_try
='test -s conftest.$ac_objext'
21856 { (case "(($ac_try" in
21857 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21858 *) ac_try_echo=$ac_try;;
21860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21861 (eval "$ac_try") 2>&5
21863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21864 (exit $ac_status); }; }; then
21865 ac_cv_member_struct_sockaddr_un_sun_len=yes
21867 echo "$as_me: failed program was:" >&5
21868 sed 's/^/| /' conftest.$ac_ext >&5
21870 ac_cv_member_struct_sockaddr_un_sun_len=no
21873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21878 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21879 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21880 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21882 cat >>confdefs.h <<_ACEOF
21883 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21890 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21891 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21892 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21893 echo $ECHO_N "(cached) $ECHO_C" >&6
21895 cat >conftest.$ac_ext <<_ACEOF
21898 cat confdefs.h >>conftest.$ac_ext
21899 cat >>conftest.$ac_ext <<_ACEOF
21900 /* end confdefs.h. */
21901 #include <sys/types.h>
21902 #ifdef HAVE_SCSI_SG_H
21903 #include <scsi/sg.h>
21909 static scsireq_t ac_aggr;
21916 rm -f conftest.$ac_objext
21917 if { (ac_try="$ac_compile"
21918 case "(($ac_try" in
21919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21920 *) ac_try_echo
=$ac_try;;
21922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21923 (eval "$ac_compile") 2>conftest.er1
21925 grep -v '^ *+' conftest.er1
>conftest.err
21927 cat conftest.err
>&5
21928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21929 (exit $ac_status); } &&
21930 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21931 { (case "(($ac_try" in
21932 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21933 *) ac_try_echo=$ac_try;;
21935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21936 (eval "$ac_try") 2>&5
21938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21939 (exit $ac_status); }; } &&
21940 { ac_try='test -s conftest.$ac_objext'
21941 { (case "(($ac_try" in
21942 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21943 *) ac_try_echo
=$ac_try;;
21945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21946 (eval "$ac_try") 2>&5
21948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21949 (exit $ac_status); }; }; then
21950 ac_cv_member_scsireq_t_cmd
=yes
21952 echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.
$ac_ext >&5
21955 cat >conftest.
$ac_ext <<_ACEOF
21958 cat confdefs.h
>>conftest.
$ac_ext
21959 cat >>conftest.
$ac_ext <<_ACEOF
21960 /* end confdefs.h. */
21961 #include <sys/types.h>
21962 #ifdef HAVE_SCSI_SG_H
21963 #include <scsi/sg.h>
21969 static scsireq_t ac_aggr;
21970 if (sizeof ac_aggr.cmd)
21976 rm -f conftest.
$ac_objext
21977 if { (ac_try
="$ac_compile"
21978 case "(($ac_try" in
21979 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21980 *) ac_try_echo=$ac_try;;
21982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21983 (eval "$ac_compile") 2>conftest.er1
21985 grep -v '^ *+' conftest.er1 >conftest.err
21987 cat conftest.err >&5
21988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21989 (exit $ac_status); } &&
21990 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21991 { (case "(($ac_try" in
21992 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21993 *) ac_try_echo
=$ac_try;;
21995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21996 (eval "$ac_try") 2>&5
21998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21999 (exit $ac_status); }; } &&
22000 { ac_try
='test -s conftest.$ac_objext'
22001 { (case "(($ac_try" in
22002 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22003 *) ac_try_echo=$ac_try;;
22005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22006 (eval "$ac_try") 2>&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); }; }; then
22010 ac_cv_member_scsireq_t_cmd=yes
22012 echo "$as_me: failed program was:" >&5
22013 sed 's/^/| /' conftest.$ac_ext >&5
22015 ac_cv_member_scsireq_t_cmd=no
22018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22023 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22024 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22025 if test $ac_cv_member_scsireq_t_cmd = yes; then
22027 cat >>confdefs.h <<_ACEOF
22028 #define HAVE_SCSIREQ_T_CMD 1
22033 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22034 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22035 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22036 echo $ECHO_N "(cached) $ECHO_C" >&6
22038 cat >conftest.$ac_ext <<_ACEOF
22041 cat confdefs.h >>conftest.$ac_ext
22042 cat >>conftest.$ac_ext <<_ACEOF
22043 /* end confdefs.h. */
22044 #include <sys/types.h>
22045 #ifdef HAVE_SCSI_SG_H
22046 #include <scsi/sg.h>
22052 static sg_io_hdr_t ac_aggr;
22053 if (ac_aggr.interface_id)
22059 rm -f conftest.$ac_objext
22060 if { (ac_try="$ac_compile"
22061 case "(($ac_try" in
22062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22063 *) ac_try_echo
=$ac_try;;
22065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22066 (eval "$ac_compile") 2>conftest.er1
22068 grep -v '^ *+' conftest.er1
>conftest.err
22070 cat conftest.err
>&5
22071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22072 (exit $ac_status); } &&
22073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22074 { (case "(($ac_try" in
22075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22076 *) ac_try_echo=$ac_try;;
22078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22079 (eval "$ac_try") 2>&5
22081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); }; } &&
22083 { ac_try='test -s conftest.$ac_objext'
22084 { (case "(($ac_try" in
22085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22086 *) ac_try_echo
=$ac_try;;
22088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22089 (eval "$ac_try") 2>&5
22091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22092 (exit $ac_status); }; }; then
22093 ac_cv_member_sg_io_hdr_t_interface_id
=yes
22095 echo "$as_me: failed program was:" >&5
22096 sed 's/^/| /' conftest.
$ac_ext >&5
22098 cat >conftest.
$ac_ext <<_ACEOF
22101 cat confdefs.h
>>conftest.
$ac_ext
22102 cat >>conftest.
$ac_ext <<_ACEOF
22103 /* end confdefs.h. */
22104 #include <sys/types.h>
22105 #ifdef HAVE_SCSI_SG_H
22106 #include <scsi/sg.h>
22112 static sg_io_hdr_t ac_aggr;
22113 if (sizeof ac_aggr.interface_id)
22119 rm -f conftest.
$ac_objext
22120 if { (ac_try
="$ac_compile"
22121 case "(($ac_try" in
22122 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22123 *) ac_try_echo=$ac_try;;
22125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22126 (eval "$ac_compile") 2>conftest.er1
22128 grep -v '^ *+' conftest.er1 >conftest.err
22130 cat conftest.err >&5
22131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22132 (exit $ac_status); } &&
22133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22134 { (case "(($ac_try" in
22135 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22136 *) ac_try_echo
=$ac_try;;
22138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22139 (eval "$ac_try") 2>&5
22141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22142 (exit $ac_status); }; } &&
22143 { ac_try
='test -s conftest.$ac_objext'
22144 { (case "(($ac_try" in
22145 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22146 *) ac_try_echo=$ac_try;;
22148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22149 (eval "$ac_try") 2>&5
22151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22152 (exit $ac_status); }; }; then
22153 ac_cv_member_sg_io_hdr_t_interface_id=yes
22155 echo "$as_me: failed program was:" >&5
22156 sed 's/^/| /' conftest.$ac_ext >&5
22158 ac_cv_member_sg_io_hdr_t_interface_id=no
22161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22166 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22167 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22168 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22170 cat >>confdefs.h <<_ACEOF
22171 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22178 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22179 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22180 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22181 echo $ECHO_N "(cached) $ECHO_C" >&6
22183 cat >conftest.$ac_ext <<_ACEOF
22186 cat confdefs.h >>conftest.$ac_ext
22187 cat >>conftest.$ac_ext <<_ACEOF
22188 /* end confdefs.h. */
22189 #include <signal.h>
22194 static siginfo_t ac_aggr;
22201 rm -f conftest.$ac_objext
22202 if { (ac_try="$ac_compile"
22203 case "(($ac_try" in
22204 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22205 *) ac_try_echo
=$ac_try;;
22207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22208 (eval "$ac_compile") 2>conftest.er1
22210 grep -v '^ *+' conftest.er1
>conftest.err
22212 cat conftest.err
>&5
22213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); } &&
22215 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22216 { (case "(($ac_try" in
22217 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22218 *) ac_try_echo=$ac_try;;
22220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22221 (eval "$ac_try") 2>&5
22223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22224 (exit $ac_status); }; } &&
22225 { ac_try='test -s conftest.$ac_objext'
22226 { (case "(($ac_try" in
22227 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22228 *) ac_try_echo
=$ac_try;;
22230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22231 (eval "$ac_try") 2>&5
22233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22234 (exit $ac_status); }; }; then
22235 ac_cv_member_siginfo_t_si_fd
=yes
22237 echo "$as_me: failed program was:" >&5
22238 sed 's/^/| /' conftest.
$ac_ext >&5
22240 cat >conftest.
$ac_ext <<_ACEOF
22243 cat confdefs.h
>>conftest.
$ac_ext
22244 cat >>conftest.
$ac_ext <<_ACEOF
22245 /* end confdefs.h. */
22246 #include <signal.h>
22251 static siginfo_t ac_aggr;
22252 if (sizeof ac_aggr.si_fd)
22258 rm -f conftest.
$ac_objext
22259 if { (ac_try
="$ac_compile"
22260 case "(($ac_try" in
22261 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22262 *) ac_try_echo=$ac_try;;
22264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22265 (eval "$ac_compile") 2>conftest.er1
22267 grep -v '^ *+' conftest.er1 >conftest.err
22269 cat conftest.err >&5
22270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22271 (exit $ac_status); } &&
22272 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22273 { (case "(($ac_try" in
22274 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22275 *) ac_try_echo
=$ac_try;;
22277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22278 (eval "$ac_try") 2>&5
22280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22281 (exit $ac_status); }; } &&
22282 { ac_try
='test -s conftest.$ac_objext'
22283 { (case "(($ac_try" in
22284 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22285 *) ac_try_echo=$ac_try;;
22287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22288 (eval "$ac_try") 2>&5
22290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22291 (exit $ac_status); }; }; then
22292 ac_cv_member_siginfo_t_si_fd=yes
22294 echo "$as_me: failed program was:" >&5
22295 sed 's/^/| /' conftest.$ac_ext >&5
22297 ac_cv_member_siginfo_t_si_fd=no
22300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22305 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22306 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22307 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22309 cat >>confdefs.h <<_ACEOF
22310 #define HAVE_SIGINFO_T_SI_FD 1
22317 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22318 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22319 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22320 echo $ECHO_N "(cached) $ECHO_C" >&6
22322 cat >conftest.$ac_ext <<_ACEOF
22325 cat confdefs.h >>conftest.$ac_ext
22326 cat >>conftest.$ac_ext <<_ACEOF
22327 /* end confdefs.h. */
22328 #include <sys/types.h>
22329 #ifdef HAVE_SYS_MTIO_H
22330 #include <sys/mtio.h>
22336 static struct mtget ac_aggr;
22337 if (ac_aggr.mt_blksiz)
22343 rm -f conftest.$ac_objext
22344 if { (ac_try="$ac_compile"
22345 case "(($ac_try" in
22346 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22347 *) ac_try_echo
=$ac_try;;
22349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22350 (eval "$ac_compile") 2>conftest.er1
22352 grep -v '^ *+' conftest.er1
>conftest.err
22354 cat conftest.err
>&5
22355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22356 (exit $ac_status); } &&
22357 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22358 { (case "(($ac_try" in
22359 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22360 *) ac_try_echo=$ac_try;;
22362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22363 (eval "$ac_try") 2>&5
22365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22366 (exit $ac_status); }; } &&
22367 { ac_try='test -s conftest.$ac_objext'
22368 { (case "(($ac_try" in
22369 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22370 *) ac_try_echo
=$ac_try;;
22372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22373 (eval "$ac_try") 2>&5
22375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22376 (exit $ac_status); }; }; then
22377 ac_cv_member_struct_mtget_mt_blksiz
=yes
22379 echo "$as_me: failed program was:" >&5
22380 sed 's/^/| /' conftest.
$ac_ext >&5
22382 cat >conftest.
$ac_ext <<_ACEOF
22385 cat confdefs.h
>>conftest.
$ac_ext
22386 cat >>conftest.
$ac_ext <<_ACEOF
22387 /* end confdefs.h. */
22388 #include <sys/types.h>
22389 #ifdef HAVE_SYS_MTIO_H
22390 #include <sys/mtio.h>
22396 static struct mtget ac_aggr;
22397 if (sizeof ac_aggr.mt_blksiz)
22403 rm -f conftest.
$ac_objext
22404 if { (ac_try
="$ac_compile"
22405 case "(($ac_try" in
22406 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22407 *) ac_try_echo=$ac_try;;
22409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22410 (eval "$ac_compile") 2>conftest.er1
22412 grep -v '^ *+' conftest.er1 >conftest.err
22414 cat conftest.err >&5
22415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22416 (exit $ac_status); } &&
22417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22418 { (case "(($ac_try" in
22419 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22420 *) ac_try_echo
=$ac_try;;
22422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22423 (eval "$ac_try") 2>&5
22425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22426 (exit $ac_status); }; } &&
22427 { ac_try
='test -s conftest.$ac_objext'
22428 { (case "(($ac_try" in
22429 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22430 *) ac_try_echo=$ac_try;;
22432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22433 (eval "$ac_try") 2>&5
22435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22436 (exit $ac_status); }; }; then
22437 ac_cv_member_struct_mtget_mt_blksiz=yes
22439 echo "$as_me: failed program was:" >&5
22440 sed 's/^/| /' conftest.$ac_ext >&5
22442 ac_cv_member_struct_mtget_mt_blksiz=no
22445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22450 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22451 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22452 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22454 cat >>confdefs.h <<_ACEOF
22455 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22460 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22461 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22462 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22463 echo $ECHO_N "(cached) $ECHO_C" >&6
22465 cat >conftest.$ac_ext <<_ACEOF
22468 cat confdefs.h >>conftest.$ac_ext
22469 cat >>conftest.$ac_ext <<_ACEOF
22470 /* end confdefs.h. */
22471 #include <sys/types.h>
22472 #ifdef HAVE_SYS_MTIO_H
22473 #include <sys/mtio.h>
22479 static struct mtget ac_aggr;
22480 if (ac_aggr.mt_gstat)
22486 rm -f conftest.$ac_objext
22487 if { (ac_try="$ac_compile"
22488 case "(($ac_try" in
22489 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22490 *) ac_try_echo
=$ac_try;;
22492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22493 (eval "$ac_compile") 2>conftest.er1
22495 grep -v '^ *+' conftest.er1
>conftest.err
22497 cat conftest.err
>&5
22498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22499 (exit $ac_status); } &&
22500 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22501 { (case "(($ac_try" in
22502 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22503 *) ac_try_echo=$ac_try;;
22505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22506 (eval "$ac_try") 2>&5
22508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22509 (exit $ac_status); }; } &&
22510 { ac_try='test -s conftest.$ac_objext'
22511 { (case "(($ac_try" in
22512 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22513 *) ac_try_echo
=$ac_try;;
22515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22516 (eval "$ac_try") 2>&5
22518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22519 (exit $ac_status); }; }; then
22520 ac_cv_member_struct_mtget_mt_gstat
=yes
22522 echo "$as_me: failed program was:" >&5
22523 sed 's/^/| /' conftest.
$ac_ext >&5
22525 cat >conftest.
$ac_ext <<_ACEOF
22528 cat confdefs.h
>>conftest.
$ac_ext
22529 cat >>conftest.
$ac_ext <<_ACEOF
22530 /* end confdefs.h. */
22531 #include <sys/types.h>
22532 #ifdef HAVE_SYS_MTIO_H
22533 #include <sys/mtio.h>
22539 static struct mtget ac_aggr;
22540 if (sizeof ac_aggr.mt_gstat)
22546 rm -f conftest.
$ac_objext
22547 if { (ac_try
="$ac_compile"
22548 case "(($ac_try" in
22549 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22550 *) ac_try_echo=$ac_try;;
22552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22553 (eval "$ac_compile") 2>conftest.er1
22555 grep -v '^ *+' conftest.er1 >conftest.err
22557 cat conftest.err >&5
22558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22559 (exit $ac_status); } &&
22560 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22561 { (case "(($ac_try" in
22562 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22563 *) ac_try_echo
=$ac_try;;
22565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22566 (eval "$ac_try") 2>&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); }; } &&
22570 { ac_try
='test -s conftest.$ac_objext'
22571 { (case "(($ac_try" in
22572 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22573 *) ac_try_echo=$ac_try;;
22575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22576 (eval "$ac_try") 2>&5
22578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22579 (exit $ac_status); }; }; then
22580 ac_cv_member_struct_mtget_mt_gstat=yes
22582 echo "$as_me: failed program was:" >&5
22583 sed 's/^/| /' conftest.$ac_ext >&5
22585 ac_cv_member_struct_mtget_mt_gstat=no
22588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22593 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22594 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22595 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22597 cat >>confdefs.h <<_ACEOF
22598 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22603 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22604 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22605 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22606 echo $ECHO_N "(cached) $ECHO_C" >&6
22608 cat >conftest.$ac_ext <<_ACEOF
22611 cat confdefs.h >>conftest.$ac_ext
22612 cat >>conftest.$ac_ext <<_ACEOF
22613 /* end confdefs.h. */
22614 #include <sys/types.h>
22615 #ifdef HAVE_SYS_MTIO_H
22616 #include <sys/mtio.h>
22622 static struct mtget ac_aggr;
22623 if (ac_aggr.mt_blkno)
22629 rm -f conftest.$ac_objext
22630 if { (ac_try="$ac_compile"
22631 case "(($ac_try" in
22632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22633 *) ac_try_echo
=$ac_try;;
22635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22636 (eval "$ac_compile") 2>conftest.er1
22638 grep -v '^ *+' conftest.er1
>conftest.err
22640 cat conftest.err
>&5
22641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22642 (exit $ac_status); } &&
22643 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22644 { (case "(($ac_try" in
22645 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22646 *) ac_try_echo=$ac_try;;
22648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22649 (eval "$ac_try") 2>&5
22651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22652 (exit $ac_status); }; } &&
22653 { ac_try='test -s conftest.$ac_objext'
22654 { (case "(($ac_try" in
22655 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22656 *) ac_try_echo
=$ac_try;;
22658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22659 (eval "$ac_try") 2>&5
22661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22662 (exit $ac_status); }; }; then
22663 ac_cv_member_struct_mtget_mt_blkno
=yes
22665 echo "$as_me: failed program was:" >&5
22666 sed 's/^/| /' conftest.
$ac_ext >&5
22668 cat >conftest.
$ac_ext <<_ACEOF
22671 cat confdefs.h
>>conftest.
$ac_ext
22672 cat >>conftest.
$ac_ext <<_ACEOF
22673 /* end confdefs.h. */
22674 #include <sys/types.h>
22675 #ifdef HAVE_SYS_MTIO_H
22676 #include <sys/mtio.h>
22682 static struct mtget ac_aggr;
22683 if (sizeof ac_aggr.mt_blkno)
22689 rm -f conftest.
$ac_objext
22690 if { (ac_try
="$ac_compile"
22691 case "(($ac_try" in
22692 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22693 *) ac_try_echo=$ac_try;;
22695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22696 (eval "$ac_compile") 2>conftest.er1
22698 grep -v '^ *+' conftest.er1 >conftest.err
22700 cat conftest.err >&5
22701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22702 (exit $ac_status); } &&
22703 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22704 { (case "(($ac_try" in
22705 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22706 *) ac_try_echo
=$ac_try;;
22708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22709 (eval "$ac_try") 2>&5
22711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22712 (exit $ac_status); }; } &&
22713 { ac_try
='test -s conftest.$ac_objext'
22714 { (case "(($ac_try" in
22715 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22716 *) ac_try_echo=$ac_try;;
22718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22719 (eval "$ac_try") 2>&5
22721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22722 (exit $ac_status); }; }; then
22723 ac_cv_member_struct_mtget_mt_blkno=yes
22725 echo "$as_me: failed program was:" >&5
22726 sed 's/^/| /' conftest.$ac_ext >&5
22728 ac_cv_member_struct_mtget_mt_blkno=no
22731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22736 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22737 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22738 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22740 cat >>confdefs.h <<_ACEOF
22741 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22748 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22749 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22750 if test "${ac_cv_member_struct_option_name+set}" = set; then
22751 echo $ECHO_N "(cached) $ECHO_C" >&6
22753 cat >conftest.$ac_ext <<_ACEOF
22756 cat confdefs.h >>conftest.$ac_ext
22757 cat >>conftest.$ac_ext <<_ACEOF
22758 /* end confdefs.h. */
22759 #ifdef HAVE_GETOPT_H
22760 #include <getopt.h>
22766 static struct option ac_aggr;
22773 rm -f conftest.$ac_objext
22774 if { (ac_try="$ac_compile"
22775 case "(($ac_try" in
22776 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22777 *) ac_try_echo
=$ac_try;;
22779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22780 (eval "$ac_compile") 2>conftest.er1
22782 grep -v '^ *+' conftest.er1
>conftest.err
22784 cat conftest.err
>&5
22785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786 (exit $ac_status); } &&
22787 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22788 { (case "(($ac_try" in
22789 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22790 *) ac_try_echo=$ac_try;;
22792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22793 (eval "$ac_try") 2>&5
22795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22796 (exit $ac_status); }; } &&
22797 { ac_try='test -s conftest.$ac_objext'
22798 { (case "(($ac_try" in
22799 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22800 *) ac_try_echo
=$ac_try;;
22802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22803 (eval "$ac_try") 2>&5
22805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22806 (exit $ac_status); }; }; then
22807 ac_cv_member_struct_option_name
=yes
22809 echo "$as_me: failed program was:" >&5
22810 sed 's/^/| /' conftest.
$ac_ext >&5
22812 cat >conftest.
$ac_ext <<_ACEOF
22815 cat confdefs.h
>>conftest.
$ac_ext
22816 cat >>conftest.
$ac_ext <<_ACEOF
22817 /* end confdefs.h. */
22818 #ifdef HAVE_GETOPT_H
22819 #include <getopt.h>
22825 static struct option ac_aggr;
22826 if (sizeof ac_aggr.name)
22832 rm -f conftest.
$ac_objext
22833 if { (ac_try
="$ac_compile"
22834 case "(($ac_try" in
22835 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22836 *) ac_try_echo=$ac_try;;
22838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22839 (eval "$ac_compile") 2>conftest.er1
22841 grep -v '^ *+' conftest.er1 >conftest.err
22843 cat conftest.err >&5
22844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22845 (exit $ac_status); } &&
22846 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22847 { (case "(($ac_try" in
22848 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22849 *) ac_try_echo
=$ac_try;;
22851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22852 (eval "$ac_try") 2>&5
22854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22855 (exit $ac_status); }; } &&
22856 { ac_try
='test -s conftest.$ac_objext'
22857 { (case "(($ac_try" in
22858 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22859 *) ac_try_echo=$ac_try;;
22861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22862 (eval "$ac_try") 2>&5
22864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22865 (exit $ac_status); }; }; then
22866 ac_cv_member_struct_option_name=yes
22868 echo "$as_me: failed program was:" >&5
22869 sed 's/^/| /' conftest.$ac_ext >&5
22871 ac_cv_member_struct_option_name=no
22874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22879 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22880 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22881 if test $ac_cv_member_struct_option_name = yes; then
22883 cat >>confdefs.h <<_ACEOF
22884 #define HAVE_STRUCT_OPTION_NAME 1
22891 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22892 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22893 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22894 echo $ECHO_N "(cached) $ECHO_C" >&6
22896 cat >conftest.$ac_ext <<_ACEOF
22899 cat confdefs.h >>conftest.$ac_ext
22900 cat >>conftest.$ac_ext <<_ACEOF
22901 /* end confdefs.h. */
22902 $ac_includes_default
22906 static struct stat ac_aggr;
22907 if (ac_aggr.st_blocks)
22913 rm -f conftest.$ac_objext
22914 if { (ac_try="$ac_compile"
22915 case "(($ac_try" in
22916 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22917 *) ac_try_echo
=$ac_try;;
22919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22920 (eval "$ac_compile") 2>conftest.er1
22922 grep -v '^ *+' conftest.er1
>conftest.err
22924 cat conftest.err
>&5
22925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22926 (exit $ac_status); } &&
22927 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22928 { (case "(($ac_try" in
22929 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22930 *) ac_try_echo=$ac_try;;
22932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22933 (eval "$ac_try") 2>&5
22935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22936 (exit $ac_status); }; } &&
22937 { ac_try='test -s conftest.$ac_objext'
22938 { (case "(($ac_try" in
22939 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22940 *) ac_try_echo
=$ac_try;;
22942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22943 (eval "$ac_try") 2>&5
22945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22946 (exit $ac_status); }; }; then
22947 ac_cv_member_struct_stat_st_blocks
=yes
22949 echo "$as_me: failed program was:" >&5
22950 sed 's/^/| /' conftest.
$ac_ext >&5
22952 cat >conftest.
$ac_ext <<_ACEOF
22955 cat confdefs.h
>>conftest.
$ac_ext
22956 cat >>conftest.
$ac_ext <<_ACEOF
22957 /* end confdefs.h. */
22958 $ac_includes_default
22962 static struct stat ac_aggr;
22963 if (sizeof ac_aggr.st_blocks)
22969 rm -f conftest.
$ac_objext
22970 if { (ac_try
="$ac_compile"
22971 case "(($ac_try" in
22972 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22973 *) ac_try_echo=$ac_try;;
22975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22976 (eval "$ac_compile") 2>conftest.er1
22978 grep -v '^ *+' conftest.er1 >conftest.err
22980 cat conftest.err >&5
22981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982 (exit $ac_status); } &&
22983 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22984 { (case "(($ac_try" in
22985 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22986 *) ac_try_echo
=$ac_try;;
22988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22989 (eval "$ac_try") 2>&5
22991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992 (exit $ac_status); }; } &&
22993 { ac_try
='test -s conftest.$ac_objext'
22994 { (case "(($ac_try" in
22995 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22996 *) ac_try_echo=$ac_try;;
22998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22999 (eval "$ac_try") 2>&5
23001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23002 (exit $ac_status); }; }; then
23003 ac_cv_member_struct_stat_st_blocks=yes
23005 echo "$as_me: failed program was:" >&5
23006 sed 's/^/| /' conftest.$ac_ext >&5
23008 ac_cv_member_struct_stat_st_blocks=no
23011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23016 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23017 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
23018 if test $ac_cv_member_struct_stat_st_blocks = yes; then
23020 cat >>confdefs.h <<_ACEOF
23021 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23028 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23029 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23030 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23031 echo $ECHO_N "(cached) $ECHO_C" >&6
23033 cat >conftest.$ac_ext <<_ACEOF
23036 cat confdefs.h >>conftest.$ac_ext
23037 cat >>conftest.$ac_ext <<_ACEOF
23038 /* end confdefs.h. */
23039 #ifdef HAVE_SYS_TYPES_H
23040 #include <sys/types.h>
23042 #ifdef HAVE_NETINET_IN_H
23043 #include <netinet/in.h>
23049 static struct sockaddr_in6 ac_aggr;
23050 if (ac_aggr.sin6_scope_id)
23056 rm -f conftest.$ac_objext
23057 if { (ac_try="$ac_compile"
23058 case "(($ac_try" in
23059 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23060 *) ac_try_echo
=$ac_try;;
23062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23063 (eval "$ac_compile") 2>conftest.er1
23065 grep -v '^ *+' conftest.er1
>conftest.err
23067 cat conftest.err
>&5
23068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23069 (exit $ac_status); } &&
23070 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23071 { (case "(($ac_try" in
23072 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23073 *) ac_try_echo=$ac_try;;
23075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23076 (eval "$ac_try") 2>&5
23078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23079 (exit $ac_status); }; } &&
23080 { ac_try='test -s conftest.$ac_objext'
23081 { (case "(($ac_try" in
23082 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23083 *) ac_try_echo
=$ac_try;;
23085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23086 (eval "$ac_try") 2>&5
23088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23089 (exit $ac_status); }; }; then
23090 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
23092 echo "$as_me: failed program was:" >&5
23093 sed 's/^/| /' conftest.
$ac_ext >&5
23095 cat >conftest.
$ac_ext <<_ACEOF
23098 cat confdefs.h
>>conftest.
$ac_ext
23099 cat >>conftest.
$ac_ext <<_ACEOF
23100 /* end confdefs.h. */
23101 #ifdef HAVE_SYS_TYPES_H
23102 #include <sys/types.h>
23104 #ifdef HAVE_NETINET_IN_H
23105 #include <netinet/in.h>
23111 static struct sockaddr_in6 ac_aggr;
23112 if (sizeof ac_aggr.sin6_scope_id)
23118 rm -f conftest.
$ac_objext
23119 if { (ac_try
="$ac_compile"
23120 case "(($ac_try" in
23121 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23122 *) ac_try_echo=$ac_try;;
23124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23125 (eval "$ac_compile") 2>conftest.er1
23127 grep -v '^ *+' conftest.er1 >conftest.err
23129 cat conftest.err >&5
23130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23131 (exit $ac_status); } &&
23132 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23133 { (case "(($ac_try" in
23134 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23135 *) ac_try_echo
=$ac_try;;
23137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23138 (eval "$ac_try") 2>&5
23140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23141 (exit $ac_status); }; } &&
23142 { ac_try
='test -s conftest.$ac_objext'
23143 { (case "(($ac_try" in
23144 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23145 *) ac_try_echo=$ac_try;;
23147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23148 (eval "$ac_try") 2>&5
23150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23151 (exit $ac_status); }; }; then
23152 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23154 echo "$as_me: failed program was:" >&5
23155 sed 's/^/| /' conftest.$ac_ext >&5
23157 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23165 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23166 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23167 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23169 cat >>confdefs.h <<_ACEOF
23170 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23177 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23178 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23179 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23180 echo $ECHO_N "(cached) $ECHO_C" >&6
23182 cat >conftest.$ac_ext <<_ACEOF
23185 cat confdefs.h >>conftest.$ac_ext
23186 cat >>conftest.$ac_ext <<_ACEOF
23187 /* end confdefs.h. */
23188 #ifdef HAVE_SYS_TYPES_H
23189 #include <sys/types.h>
23191 #ifdef HAVE_NETINET_IN_H
23192 # include <netinet/in.h>
23194 #ifdef HAVE_ARPA_NAMESER_H
23195 # include <arpa/nameser.h>
23201 static ns_msg ac_aggr;
23202 if (ac_aggr._msg_ptr)
23208 rm -f conftest.$ac_objext
23209 if { (ac_try="$ac_compile"
23210 case "(($ac_try" in
23211 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23212 *) ac_try_echo
=$ac_try;;
23214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23215 (eval "$ac_compile") 2>conftest.er1
23217 grep -v '^ *+' conftest.er1
>conftest.err
23219 cat conftest.err
>&5
23220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221 (exit $ac_status); } &&
23222 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23223 { (case "(($ac_try" in
23224 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23225 *) ac_try_echo=$ac_try;;
23227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23228 (eval "$ac_try") 2>&5
23230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23231 (exit $ac_status); }; } &&
23232 { ac_try='test -s conftest.$ac_objext'
23233 { (case "(($ac_try" in
23234 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23235 *) ac_try_echo
=$ac_try;;
23237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23238 (eval "$ac_try") 2>&5
23240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23241 (exit $ac_status); }; }; then
23242 ac_cv_member_ns_msg__msg_ptr
=yes
23244 echo "$as_me: failed program was:" >&5
23245 sed 's/^/| /' conftest.
$ac_ext >&5
23247 cat >conftest.
$ac_ext <<_ACEOF
23250 cat confdefs.h
>>conftest.
$ac_ext
23251 cat >>conftest.
$ac_ext <<_ACEOF
23252 /* end confdefs.h. */
23253 #ifdef HAVE_SYS_TYPES_H
23254 #include <sys/types.h>
23256 #ifdef HAVE_NETINET_IN_H
23257 # include <netinet/in.h>
23259 #ifdef HAVE_ARPA_NAMESER_H
23260 # include <arpa/nameser.h>
23266 static ns_msg ac_aggr;
23267 if (sizeof ac_aggr._msg_ptr)
23273 rm -f conftest.
$ac_objext
23274 if { (ac_try
="$ac_compile"
23275 case "(($ac_try" in
23276 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23277 *) ac_try_echo=$ac_try;;
23279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23280 (eval "$ac_compile") 2>conftest.er1
23282 grep -v '^ *+' conftest.er1 >conftest.err
23284 cat conftest.err >&5
23285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23286 (exit $ac_status); } &&
23287 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23288 { (case "(($ac_try" in
23289 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23290 *) ac_try_echo
=$ac_try;;
23292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23293 (eval "$ac_try") 2>&5
23295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23296 (exit $ac_status); }; } &&
23297 { ac_try
='test -s conftest.$ac_objext'
23298 { (case "(($ac_try" in
23299 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23300 *) ac_try_echo=$ac_try;;
23302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23303 (eval "$ac_try") 2>&5
23305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23306 (exit $ac_status); }; }; then
23307 ac_cv_member_ns_msg__msg_ptr=yes
23309 echo "$as_me: failed program was:" >&5
23310 sed 's/^/| /' conftest.$ac_ext >&5
23312 ac_cv_member_ns_msg__msg_ptr=no
23315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23320 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23321 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23322 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23324 cat >>confdefs.h <<_ACEOF
23325 #define HAVE_NS_MSG__MSG_PTR 1
23332 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23333 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23334 if test "${ac_cv_have_timezone+set}" = set; then
23335 echo $ECHO_N "(cached) $ECHO_C" >&6
23337 cat >conftest.$ac_ext <<_ACEOF
23340 cat confdefs.h >>conftest.$ac_ext
23341 cat >>conftest.$ac_ext <<_ACEOF
23342 /* end confdefs.h. */
23352 rm -f conftest.$ac_objext conftest$ac_exeext
23353 if { (ac_try="$ac_link"
23354 case "(($ac_try" in
23355 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23356 *) ac_try_echo
=$ac_try;;
23358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23359 (eval "$ac_link") 2>conftest.er1
23361 grep -v '^ *+' conftest.er1
>conftest.err
23363 cat conftest.err
>&5
23364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23365 (exit $ac_status); } &&
23366 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23367 { (case "(($ac_try" in
23368 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23369 *) ac_try_echo=$ac_try;;
23371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23372 (eval "$ac_try") 2>&5
23374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23375 (exit $ac_status); }; } &&
23376 { ac_try='test -s conftest$ac_exeext'
23377 { (case "(($ac_try" in
23378 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23379 *) ac_try_echo
=$ac_try;;
23381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23382 (eval "$ac_try") 2>&5
23384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23385 (exit $ac_status); }; }; then
23386 ac_cv_have_timezone
="yes"
23388 echo "$as_me: failed program was:" >&5
23389 sed 's/^/| /' conftest.
$ac_ext >&5
23391 ac_cv_have_timezone
="no"
23394 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
23395 conftest
$ac_exeext conftest.
$ac_ext
23397 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23398 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23399 if test "$ac_cv_have_timezone" = "yes"
23402 cat >>confdefs.h
<<\_ACEOF
23403 #define HAVE_TIMEZONE 1
23407 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23408 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23409 if test "${ac_cv_have_daylight+set}" = set; then
23410 echo $ECHO_N "(cached) $ECHO_C" >&6
23412 cat >conftest.
$ac_ext <<_ACEOF
23415 cat confdefs.h
>>conftest.
$ac_ext
23416 cat >>conftest.
$ac_ext <<_ACEOF
23417 /* end confdefs.h. */
23427 rm -f conftest.
$ac_objext conftest
$ac_exeext
23428 if { (ac_try
="$ac_link"
23429 case "(($ac_try" in
23430 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23431 *) ac_try_echo=$ac_try;;
23433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23434 (eval "$ac_link") 2>conftest.er1
23436 grep -v '^ *+' conftest.er1 >conftest.err
23438 cat conftest.err >&5
23439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23440 (exit $ac_status); } &&
23441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23442 { (case "(($ac_try" in
23443 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23444 *) ac_try_echo
=$ac_try;;
23446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23447 (eval "$ac_try") 2>&5
23449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23450 (exit $ac_status); }; } &&
23451 { ac_try
='test -s conftest$ac_exeext'
23452 { (case "(($ac_try" in
23453 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23454 *) ac_try_echo=$ac_try;;
23456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23457 (eval "$ac_try") 2>&5
23459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23460 (exit $ac_status); }; }; then
23461 ac_cv_have_daylight="yes"
23463 echo "$as_me: failed program was:" >&5
23464 sed 's/^/| /' conftest.$ac_ext >&5
23466 ac_cv_have_daylight="no"
23469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23470 conftest$ac_exeext conftest.$ac_ext
23472 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23473 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23474 if test "$ac_cv_have_daylight" = "yes"
23477 cat >>confdefs.h <<\_ACEOF
23478 #define HAVE_DAYLIGHT 1
23485 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23486 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23487 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23488 echo $ECHO_N "(cached) $ECHO_C" >&6
23490 cat >conftest.$ac_ext <<_ACEOF
23493 cat confdefs.h >>conftest.$ac_ext
23494 cat >>conftest.$ac_ext <<_ACEOF
23495 /* end confdefs.h. */
23500 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23501 $EGREP "yes" >/dev/null 2>&1; then
23502 ac_cv_cpp_def___i386__=yes
23504 ac_cv_cpp_def___i386__=no
23509 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23510 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23511 if test $ac_cv_cpp_def___i386__ = yes; then
23512 CFLAGS="$CFLAGS -D__i386__"
23513 LINTFLAGS="$LINTFLAGS -D__i386__"
23516 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23517 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23518 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23519 echo $ECHO_N "(cached) $ECHO_C" >&6
23521 cat >conftest.$ac_ext <<_ACEOF
23524 cat confdefs.h >>conftest.$ac_ext
23525 cat >>conftest.$ac_ext <<_ACEOF
23526 /* end confdefs.h. */
23531 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23532 $EGREP "yes" >/dev/null 2>&1; then
23533 ac_cv_cpp_def___x86_64__=yes
23535 ac_cv_cpp_def___x86_64__=no
23540 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23541 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23542 if test $ac_cv_cpp_def___x86_64__ = yes; then
23543 CFLAGS="$CFLAGS -D__x86_64__"
23544 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23547 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23548 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23549 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23550 echo $ECHO_N "(cached) $ECHO_C" >&6
23552 cat >conftest.$ac_ext <<_ACEOF
23555 cat confdefs.h >>conftest.$ac_ext
23556 cat >>conftest.$ac_ext <<_ACEOF
23557 /* end confdefs.h. */
23562 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23563 $EGREP "yes" >/dev/null 2>&1; then
23564 ac_cv_cpp_def___ALPHA__=yes
23566 ac_cv_cpp_def___ALPHA__=no
23571 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23572 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23573 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23574 CFLAGS="$CFLAGS -D__ALPHA__"
23575 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23578 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23579 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23580 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23581 echo $ECHO_N "(cached) $ECHO_C" >&6
23583 cat >conftest.$ac_ext <<_ACEOF
23586 cat confdefs.h >>conftest.$ac_ext
23587 cat >>conftest.$ac_ext <<_ACEOF
23588 /* end confdefs.h. */
23593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23594 $EGREP "yes" >/dev/null 2>&1; then
23595 ac_cv_cpp_def___sparc__=yes
23597 ac_cv_cpp_def___sparc__=no
23602 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23603 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23604 if test $ac_cv_cpp_def___sparc__ = yes; then
23605 CFLAGS="$CFLAGS -D__sparc__"
23606 LINTFLAGS="$LINTFLAGS -D__sparc__"
23609 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23610 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23611 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23612 echo $ECHO_N "(cached) $ECHO_C" >&6
23614 cat >conftest.$ac_ext <<_ACEOF
23617 cat confdefs.h >>conftest.$ac_ext
23618 cat >>conftest.$ac_ext <<_ACEOF
23619 /* end confdefs.h. */
23620 #ifndef __powerpc__
23624 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23625 $EGREP "yes" >/dev/null 2>&1; then
23626 ac_cv_cpp_def___powerpc__=yes
23628 ac_cv_cpp_def___powerpc__=no
23633 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23634 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23635 if test $ac_cv_cpp_def___powerpc__ = yes; then
23636 CFLAGS="$CFLAGS -D__powerpc__"
23637 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23642 case $host_vendor in
23643 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23644 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23645 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23646 echo $ECHO_N "(cached) $ECHO_C" >&6
23648 cat >conftest.$ac_ext <<_ACEOF
23651 cat confdefs.h >>conftest.$ac_ext
23652 cat >>conftest.$ac_ext <<_ACEOF
23653 /* end confdefs.h. */
23658 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23659 $EGREP "yes" >/dev/null 2>&1; then
23660 ac_cv_cpp_def___sun__=yes
23662 ac_cv_cpp_def___sun__=no
23667 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23668 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23669 if test $ac_cv_cpp_def___sun__ = yes; then
23670 CFLAGS="$CFLAGS -D__sun__"
23671 LINTFLAGS="$LINTFLAGS -D__sun__"
23677 DEPENDENCIES="### Dependencies:
23682 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23684 \$(ALL_OBJS): \$(IDL_H_SRCS:.idl=.h)
23685 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23686 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23687 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23693 ac_config_commands="$ac_config_commands include/stamp-h"
23696 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23698 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23700 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23702 ac_config_commands="$ac_config_commands dlls/user32/resources"
23704 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23706 ac_config_commands="$ac_config_commands include/wine"
23709 MAKE_RULES=Make.rules
23712 MAKE_DLL_RULES=dlls/Makedll.rules
23715 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23718 MAKE_TEST_RULES=dlls/Maketest.rules
23721 MAKE_PROG_RULES=programs/Makeprog.rules
23724 ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/cabinet/tests/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/clusapi/Makefile dlls/comcat/Makefile dlls/comcat/tests/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/comdlg32/Makefile dlls/comdlg32/tests/Makefile dlls/compstui/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/cryptnet/Makefile dlls/ctl3d32/Makefile dlls/d3d8/Makefile dlls/d3d8/tests/Makefile dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi32/Makefile dlls/gdi32/tests/Makefile dlls/glu32/Makefile dlls/glut32/Makefile dlls/gphoto2.ds/Makefile dlls/hhctrl.ocx/Makefile dlls/hid/Makefile dlls/hlink/Makefile dlls/hlink/tests/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/infosoft/Makefile dlls/infosoft/tests/Makefile dlls/inseng/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel32/Makefile dlls/kernel32/tests/Makefile dlls/localspl/Makefile dlls/localspl/tests/Makefile dlls/lz32/Makefile dlls/lz32/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/mciwave/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/mprapi/Makefile dlls/msacm32.drv/Makefile dlls/msacm32/Makefile dlls/msacm32/tests/Makefile dlls/msadp32.acm/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/mscoree/Makefile dlls/msdmo/Makefile dlls/msftedit/Makefile dlls/msg711.acm/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys.ocx/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvfw32/Makefile dlls/msvidc32/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/nddeapi/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/ntdsapi/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli32/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr32/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/pstorec/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/query/Makefile dlls/rasapi32/Makefile dlls/resutils/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile dlls/riched32/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/sane.ds/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/setupapi/tests/Makefile dlls/sfc/Makefile dlls/shdoclc/Makefile dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/spoolss/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/svrapi/Makefile dlls/tapi32/Makefile dlls/twain_32/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user32/Makefile dlls/user32/tests/Makefile dlls/userenv/Makefile dlls/usp10/Makefile dlls/usp10/tests/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/uxtheme/tests/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/winemp3.acm/Makefile dlls/wineps.drv/Makefile dlls/winequartz.drv/Makefile dlls/winex11.drv/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/tests/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winecoreaudio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls32/Makefile dlls/winspool.drv/Makefile dlls/winspool.drv/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wintrust/tests/Makefile dlls/wldap32/Makefile dlls/wnaspi32/Makefile dlls/wow32/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/clock/Makefile programs/cmd/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/eject/Makefile programs/expand/Makefile programs/explorer/Makefile programs/hh/Makefile programs/icinfo/Makefile programs/iexplore/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/oleview/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile programs/wordpad/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
23727 cat >confcache <<\_ACEOF
23728 # This file is a shell script that caches the results of configure
23729 # tests run on this system so they can be shared between configure
23730 # scripts and configure runs, see configure's option --config-cache.
23731 # It is not useful on other systems. If it contains results you don't
23732 # want to keep, you may remove or edit it.
23734 # config.status only pays attention to the cache file if you give it
23735 # the --recheck option to rerun configure.
23737 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
23738 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23739 # following values.
23743 # The following way of writing the cache mishandles newlines in values,
23744 # but we know of no workaround that is simple, portable, and efficient.
23745 # So, we kill variables containing newlines.
23746 # Ultrix sh set writes to stderr and can't be redirected directly,
23747 # and sets the high bit in the cache file unless we assign to the vars.
23749 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23750 eval ac_val
=\$
$ac_var
23754 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23755 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23758 _ | IFS | as_nl
) ;; #(
23759 *) $as_unset $ac_var ;;
23765 case $as_nl`(ac_space=' '; set) 2>&1` in #(
23766 *${as_nl}ac_space
=\
*)
23767 # `set' does not quote correctly, so add quotes (double-quote
23768 # substitution turns \\\\ into \\, and sed turns \\ into \).
23771 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23774 # `set' quotes correctly as required by POSIX, so do not add quotes.
23775 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
23784 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23786 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23788 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
23789 if test -w "$cache_file"; then
23790 test "x$cache_file" != "x/dev/null" &&
23791 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23792 echo "$as_me: updating cache $cache_file" >&6;}
23793 cat confcache
>$cache_file
23795 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
23796 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
23801 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
23802 # Let make expand exec_prefix.
23803 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
23805 DEFS
=-DHAVE_CONFIG_H
23809 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
23810 # 1. Remove the extension, and $U if already installed.
23811 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
23812 ac_i
=`echo "$ac_i" | sed "$ac_script"`
23813 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
23814 # will be set to the directory where LIBOBJS objects are built.
23815 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23816 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
23818 LIBOBJS
=$ac_libobjs
23820 LTLIBOBJS
=$ac_ltlibobjs
23824 : ${CONFIG_STATUS=./config.status}
23825 ac_clean_files_save
=$ac_clean_files
23826 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
23827 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
23828 echo "$as_me: creating $CONFIG_STATUS" >&6;}
23829 cat >$CONFIG_STATUS <<_ACEOF
23831 # Generated by $as_me.
23832 # Run this file to recreate the current configuration.
23833 # Compiler output produced by configure, useful for debugging
23834 # configure, is in config.log if it exists.
23837 ac_cs_recheck=false
23839 SHELL=\${CONFIG_SHELL-$SHELL}
23842 cat >>$CONFIG_STATUS <<\_ACEOF
23843 ## --------------------- ##
23844 ## M4sh Initialization. ##
23845 ## --------------------- ##
23847 # Be Bourne compatible
23848 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
23851 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23852 # is contrary to our usage. Disable this feature.
23853 alias -g '${1+"$@"}'='"$@"'
23854 setopt NO_GLOB_SUBST
23856 case `(set -o) 2>/dev/null` in *posix
*) set -o posix
;; esac
23858 BIN_SH
=xpg4
; export BIN_SH
# for Tru64
23859 DUALCASE
=1; export DUALCASE
# for MKS sh
23863 # Avoid depending upon Character Ranges.
23864 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
23865 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23866 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
23867 as_cr_digits
='0123456789'
23868 as_cr_alnum
=$as_cr_Letters$as_cr_digits
23870 # The user is always right.
23871 if test "${PATH_SEPARATOR+set}" != set; then
23872 echo "#! /bin/sh" >conf$$.sh
23873 echo "exit 0" >>conf$$.sh
23875 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
23883 # Support unset when possible.
23884 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
23892 # We need space, tab and new line, in precisely that order. Quoting is
23893 # there to prevent editors from complaining about space-tab.
23894 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
23895 # splitting by setting IFS to empty value.)
23900 # Find who we are. Look in the path if we contain no directory separator.
23902 *[\\/]* ) as_myself
=$0 ;;
23903 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23904 for as_dir
in $PATH
23907 test -z "$as_dir" && as_dir
=.
23908 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
23914 # We did not find ourselves, most probably we were run as `sh COMMAND'
23915 # in which case we are not to be found in the path.
23916 if test "x$as_myself" = x
; then
23919 if test ! -f "$as_myself"; then
23920 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23921 { (exit 1); exit 1; }
23924 # Work around bugs in pre-3.0 UWIN ksh.
23925 for as_var
in ENV MAIL MAILPATH
23926 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
23934 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
23935 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
23936 LC_TELEPHONE LC_TIME
23938 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23939 eval $as_var=C
; export $as_var
23941 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
23945 # Required to use basename.
23946 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
23947 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
23953 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
23954 as_basename
=basename
23960 # Name of the executable.
23961 as_me
=`$as_basename -- "$0" ||
23962 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23963 X"$0" : 'X\(//\)$' \| \
23964 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23966 sed '/^.*\/\([^/][^/]*\)\/*$/{
23985 as_lineno_1
=$LINENO
23986 as_lineno_2
=$LINENO
23987 test "x$as_lineno_1" != "x$as_lineno_2" &&
23988 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
23990 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23991 # uniformly replaced by the line number. The first 'sed' inserts a
23992 # line-number line after each line using $LINENO; the second 'sed'
23993 # does the real work. The second script uses 'N' to pair each
23994 # line-number line with the line containing $LINENO, and appends
23995 # trailing '-' during substitution so that $LINENO is not a special
23996 # case at line end.
23997 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23998 # scripts with optimization help from Paolo Bonzini. Blame Lee
23999 # E. McMahon (1931-1989) for sed's syntax. :-)
24011 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24014 ' >$as_me.lineno
&&
24015 chmod +x
"$as_me.lineno" ||
24016 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24017 { (exit 1); exit 1; }; }
24019 # Don't try to exec as it changes $[0], causing all sort of problems
24020 # (the dirname of $[0] is not the place where we might find the
24021 # original and so on. Autoconf is especially sensitive to this).
24022 .
"./$as_me.lineno"
24023 # Exit status is that of the last command.
24028 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
24034 ECHO_C
= ECHO_N
= ECHO_T
=
24035 case `echo -n x` in
24037 case `echo 'x\c'` in
24038 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
24045 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
24046 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
24052 rm -f conf$$ conf$$.exe conf$$.
file
24053 if test -d conf$$.dir
; then
24054 rm -f conf$$.dir
/conf$$.
file
24060 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
24062 # ... but there are two gotchas:
24063 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24064 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24065 # In both cases, we have to default to `cp -p'.
24066 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
24068 elif ln conf$$.
file conf$$
2>/dev
/null
; then
24073 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
24074 rmdir conf$$.dir
2>/dev
/null
24076 if mkdir
-p .
2>/dev
/null
; then
24079 test -d .
/-p && rmdir .
/-p
24083 # Find out whether ``test -x'' works. Don't use a zero-byte file, as
24084 # systems may use methods other than mode bits to determine executability.
24085 cat >conf$$.
file <<_ASEOF
24089 chmod +x conf$$.
file
24090 if test -x conf$$.
file >/dev
/null
2>&1; then
24091 as_executable_p
="test -x"
24097 # Sed expression to map a string onto a valid CPP name.
24098 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24100 # Sed expression to map a string onto a valid variable name.
24101 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24106 # Save the log message, to keep $[0] and so on meaningful, and to
24107 # report actual input values of CONFIG_FILES etc. instead of their
24108 # values after options handling.
24110 This file was extended by Wine $as_me 0.9.25, which was
24111 generated by GNU Autoconf 2.60a. Invocation command line was
24113 CONFIG_FILES = $CONFIG_FILES
24114 CONFIG_HEADERS = $CONFIG_HEADERS
24115 CONFIG_LINKS = $CONFIG_LINKS
24116 CONFIG_COMMANDS = $CONFIG_COMMANDS
24119 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24124 cat >>$CONFIG_STATUS <<_ACEOF
24125 # Files that config.status was made for.
24126 config_files="$ac_config_files"
24127 config_headers="$ac_config_headers"
24128 config_commands="$ac_config_commands"
24132 cat >>$CONFIG_STATUS <<\_ACEOF
24134 \`$as_me' instantiates files from templates according to the
24135 current configuration.
24137 Usage: $0 [OPTIONS] [FILE]...
24139 -h, --help print this help, then exit
24140 -V, --version print version number and configuration settings, then exit
24141 -q, --quiet do not print progress messages
24142 -d, --debug don't remove temporary files
24143 --recheck update $as_me by reconfiguring in the same conditions
24144 --file=FILE[:TEMPLATE]
24145 instantiate the configuration file FILE
24146 --header=FILE[:TEMPLATE]
24147 instantiate the configuration header FILE
24149 Configuration files:
24152 Configuration headers:
24155 Configuration commands:
24158 Report bugs to <bug-autoconf@gnu.org>."
24161 cat >>$CONFIG_STATUS <<_ACEOF
24163 Wine config.status 0.9.25
24164 configured by $0, generated by GNU Autoconf 2.60a,
24165 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24167 Copyright (C) 2006 Free Software Foundation, Inc.
24168 This config.status script is free software; the Free Software Foundation
24169 gives unlimited permission to copy, distribute and modify it."
24176 cat >>$CONFIG_STATUS <<\_ACEOF
24177 # If no file are specified by the user, then we need to provide default
24178 # value. By we need to know if files were specified by the user.
24184 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
24185 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
24196 # Handling of the options.
24197 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
24199 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
24200 echo "$ac_cs_version"; exit ;;
24201 --debug |
--debu |
--deb |
--de |
--d |
-d )
24203 --file |
--fil |
--fi |
--f )
24205 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
24206 ac_need_defaults
=false
;;
24207 --header |
--heade |
--head |
--hea )
24209 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
24210 ac_need_defaults
=false
;;
24212 # Conflict between --help and --header
24213 { echo "$as_me: error: ambiguous option: $1
24214 Try \`$0 --help' for more information." >&2
24215 { (exit 1); exit 1; }; };;
24216 --help |
--hel |
-h )
24217 echo "$ac_cs_usage"; exit ;;
24218 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
24219 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
24222 # This is an error.
24223 -*) { echo "$as_me: error: unrecognized option: $1
24224 Try \`$0 --help' for more information." >&2
24225 { (exit 1); exit 1; }; } ;;
24227 *) ac_config_targets
="$ac_config_targets $1"
24228 ac_need_defaults
=false
;;
24234 ac_configure_extra_args
=
24236 if $ac_cs_silent; then
24238 ac_configure_extra_args
="$ac_configure_extra_args --silent"
24242 cat >>$CONFIG_STATUS <<_ACEOF
24243 if \$ac_cs_recheck; then
24244 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24245 CONFIG_SHELL=$SHELL
24246 export CONFIG_SHELL
24247 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24251 cat >>$CONFIG_STATUS <<\_ACEOF
24255 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24256 ## Running $as_me. ##
24262 cat >>$CONFIG_STATUS <<_ACEOF
24265 cat >>$CONFIG_STATUS <<\_ACEOF
24267 # Handling of arguments.
24268 for ac_config_target
in $ac_config_targets
24270 case $ac_config_target in
24271 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
24272 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
24273 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
24274 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
24275 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
24276 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
24277 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
24278 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
24279 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
24280 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
24281 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
24282 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
24283 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
24284 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
24285 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
24286 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
24287 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
24288 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
24289 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
24290 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
24291 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
24292 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
24293 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
24294 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
24295 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
24296 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
24297 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
24298 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
24299 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
24300 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
24301 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
24302 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
24303 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
24304 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
24305 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
24306 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
24307 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
24308 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
24309 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
24310 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
24311 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
24312 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
24313 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
24314 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
24315 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
24316 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
24317 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
24318 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
24319 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
24320 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
24321 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
24322 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
24323 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
24324 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
24325 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
24326 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
24327 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
24328 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
24329 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
24330 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
24331 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
24332 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
24333 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
24334 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
24335 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
24336 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
24337 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
24338 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
24339 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
24340 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
24341 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
24342 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
24343 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
24344 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
24345 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
24346 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
24347 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
24348 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
24349 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
24350 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
24351 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
24352 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
24353 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
24354 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
24355 "dlls/glut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glut32/Makefile" ;;
24356 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
24357 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
24358 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
24359 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
24360 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
24361 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
24362 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
24363 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
24364 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
24365 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
24366 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
24367 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
24368 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
24369 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
24370 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
24371 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
24372 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
24373 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
24374 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
24375 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
24376 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
24377 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
24378 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
24379 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
24380 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
24381 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
24382 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
24383 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
24384 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
24385 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
24386 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
24387 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
24388 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
24389 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
24390 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
24391 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
24392 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
24393 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
24394 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
24395 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
24396 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
24397 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
24398 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
24399 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
24400 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
24401 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
24402 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
24403 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
24404 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
24405 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
24406 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
24407 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
24408 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
24409 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
24410 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
24411 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
24412 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
24413 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
24414 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
24415 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
24416 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
24417 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
24418 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
24419 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
24420 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
24421 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
24422 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
24423 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
24424 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
24425 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
24426 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
24427 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
24428 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
24429 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
24430 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
24431 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
24432 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
24433 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
24434 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
24435 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
24436 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
24437 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
24438 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
24439 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
24440 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
24441 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
24442 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
24443 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
24444 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
24445 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
24446 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
24447 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
24448 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
24449 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
24450 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
24451 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
24452 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
24453 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
24454 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
24455 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
24456 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
24457 "dlls/rsabase/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
24458 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
24459 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
24460 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
24461 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
24462 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
24463 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
24464 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
24465 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
24466 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
24467 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
24468 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
24469 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
24470 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
24471 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
24472 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
24473 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
24474 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
24475 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
24476 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
24477 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
24478 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
24479 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
24480 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
24481 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
24482 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
24483 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
24484 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
24485 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
24486 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
24487 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
24488 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
24489 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
24490 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
24491 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
24492 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
24493 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
24494 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
24495 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
24496 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
24497 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
24498 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
24499 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
24500 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
24501 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
24502 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
24503 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
24504 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
24505 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
24506 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
24507 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
24508 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
24509 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
24510 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
24511 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
24512 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
24513 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
24514 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
24515 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
24516 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
24517 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
24518 "dlls/winmm/joystick/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
24519 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
24520 "dlls/winmm/winealsa/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
24521 "dlls/winmm/winearts/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
24522 "dlls/winmm/wineaudioio/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
24523 "dlls/winmm/winecoreaudio/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winecoreaudio/Makefile" ;;
24524 "dlls/winmm/wineesd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;;
24525 "dlls/winmm/winejack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
24526 "dlls/winmm/winenas/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
24527 "dlls/winmm/wineoss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
24528 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
24529 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
24530 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
24531 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
24532 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
24533 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
24534 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
24535 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
24536 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
24537 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
24538 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
24539 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
24540 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
24541 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
24542 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
24543 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
24544 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
24545 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
24546 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
24547 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
24548 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
24549 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
24550 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
24551 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
24552 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
24553 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
24554 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
24555 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
24556 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
24557 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
24558 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
24559 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
24560 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
24561 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
24562 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
24563 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
24564 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
24565 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
24566 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
24567 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
24568 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
24569 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
24570 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
24571 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
24572 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
24573 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
24574 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
24575 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
24576 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
24577 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
24578 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
24579 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
24580 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
24581 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
24582 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
24583 "programs/winhelp/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhelp/Makefile" ;;
24584 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
24585 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
24586 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
24587 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
24588 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
24589 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
24590 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
24591 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
24592 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
24593 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
24595 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24596 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24597 { (exit 1); exit 1; }; };;
24602 # If the user did not use the arguments to specify the items to instantiate,
24603 # then the envvar interface is used. Set only those that are not.
24604 # We use the long form for the default assignment because of an extremely
24605 # bizarre bug on SunOS 4.1.3.
24606 if $ac_need_defaults; then
24607 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
24608 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
24609 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
24612 # Have a temporary directory for convenience. Make it in the build tree
24613 # simply because there is no reason against having it here, and in addition,
24614 # creating and moving files from /tmp can sometimes cause problems.
24615 # Hook for its removal unless debugging.
24616 # Note that there is a small window in which the directory will not be cleaned:
24617 # after its creation but before its name has been assigned to `$tmp'.
24621 trap 'exit_status=$?
24622 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24624 trap '{ (exit 1); exit 1; }' 1 2 13 15
24626 # Create a (secure) tmp directory for tmp files.
24629 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24630 test -n "$tmp" && test -d "$tmp"
24633 tmp
=.
/conf$$
-$RANDOM
24634 (umask 077 && mkdir
"$tmp")
24637 echo "$me: cannot create a temporary directory in ." >&2
24638 { (exit 1); exit 1; }
24642 # Set up the sed scripts for CONFIG_FILES section.
24645 # No need to generate the scripts if there are no CONFIG_FILES.
24646 # This happens for instance when ./config.status config.h
24647 if test -n "$CONFIG_FILES"; then
24651 # Create sed commands to just substitute file output variables.
24653 # Remaining file output variables are in a fragment that also has non-file
24659 for ac_last_try
in false false false false false
:; do
24660 cat >conf$
$subs.
sed <<_ACEOF
24661 SHELL!$SHELL$ac_delim
24662 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24663 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24664 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24665 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24666 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24667 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24668 exec_prefix!$exec_prefix$ac_delim
24669 prefix!$prefix$ac_delim
24670 program_transform_name!$program_transform_name$ac_delim
24671 bindir!$bindir$ac_delim
24672 sbindir!$sbindir$ac_delim
24673 libexecdir!$libexecdir$ac_delim
24674 datarootdir!$datarootdir$ac_delim
24675 datadir!$datadir$ac_delim
24676 sysconfdir!$sysconfdir$ac_delim
24677 sharedstatedir!$sharedstatedir$ac_delim
24678 localstatedir!$localstatedir$ac_delim
24679 includedir!$includedir$ac_delim
24680 oldincludedir!$oldincludedir$ac_delim
24681 docdir!$docdir$ac_delim
24682 infodir!$infodir$ac_delim
24683 htmldir!$htmldir$ac_delim
24684 dvidir!$dvidir$ac_delim
24685 pdfdir!$pdfdir$ac_delim
24686 psdir!$psdir$ac_delim
24687 libdir!$libdir$ac_delim
24688 localedir!$localedir$ac_delim
24689 mandir!$mandir$ac_delim
24690 DEFS!$DEFS$ac_delim
24691 ECHO_C!$ECHO_C$ac_delim
24692 ECHO_N!$ECHO_N$ac_delim
24693 ECHO_T!$ECHO_T$ac_delim
24694 LIBS!$LIBS$ac_delim
24695 build_alias!$build_alias$ac_delim
24696 host_alias!$host_alias$ac_delim
24697 target_alias!$target_alias$ac_delim
24698 build!$build$ac_delim
24699 build_cpu!$build_cpu$ac_delim
24700 build_vendor!$build_vendor$ac_delim
24701 build_os!$build_os$ac_delim
24702 host!$host$ac_delim
24703 host_cpu!$host_cpu$ac_delim
24704 host_vendor!$host_vendor$ac_delim
24705 host_os!$host_os$ac_delim
24706 WIN16_FILES!$WIN16_FILES$ac_delim
24707 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
24708 SET_MAKE!$SET_MAKE$ac_delim
24710 CFLAGS!$CFLAGS$ac_delim
24711 LDFLAGS!$LDFLAGS$ac_delim
24712 CPPFLAGS!$CPPFLAGS$ac_delim
24713 ac_ct_CC!$ac_ct_CC$ac_delim
24714 EXEEXT!$EXEEXT$ac_delim
24715 OBJEXT!$OBJEXT$ac_delim
24717 CXXFLAGS!$CXXFLAGS$ac_delim
24718 ac_ct_CXX!$ac_ct_CXX$ac_delim
24719 CPPBIN!$CPPBIN$ac_delim
24720 TOOLSDIR!$TOOLSDIR$ac_delim
24721 XMKMF!$XMKMF$ac_delim
24723 X_CFLAGS!$X_CFLAGS$ac_delim
24724 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
24725 X_LIBS!$X_LIBS$ac_delim
24726 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
24728 LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
24729 LEXLIB!$LEXLIB$ac_delim
24730 XLEX!$XLEX$ac_delim
24731 BISON!$BISON$ac_delim
24733 ac_ct_AS!$ac_ct_AS$ac_delim
24736 RANLIB!$RANLIB$ac_delim
24737 STRIP!$STRIP$ac_delim
24738 WINDRES!$WINDRES$ac_delim
24739 LN_S!$LN_S$ac_delim
24741 GREP!$GREP$ac_delim
24742 EGREP!$EGREP$ac_delim
24745 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
24747 elif $ac_last_try; then
24748 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24749 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24750 { (exit 1); exit 1; }; }
24752 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
24756 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24757 if test -n "$ac_eof"; then
24758 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24759 ac_eof
=`expr $ac_eof + 1`
24762 cat >>$CONFIG_STATUS <<_ACEOF
24763 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24764 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24765 /^[ ]*@MAKE_RULES@[ ]*$/{
24769 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
24773 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
24774 r $MAKE_IMPLIB_RULES
24777 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
24781 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
24787 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24788 s/^/s,@/; s/!/@,|#_!!_#|/
24791 s/'"$ac_delim"'$/,g/; t
24793 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24794 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24795 rm -f conf$
$subs.
sed
24796 cat >>$CONFIG_STATUS <<_ACEOF
24802 for ac_last_try
in false false false false false
:; do
24803 cat >conf$
$subs.
sed <<_ACEOF
24804 LDCONFIG!$LDCONFIG$ac_delim
24805 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24806 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24807 INSTALL_DATA!$INSTALL_DATA$ac_delim
24808 LINT!$LINT$ac_delim
24809 LINTFLAGS!$LINTFLAGS$ac_delim
24810 FONTFORGE!$FONTFORGE$ac_delim
24811 PKG_CONFIG!$PKG_CONFIG$ac_delim
24812 PRELINK!$PRELINK$ac_delim
24813 LIBPTHREAD!$LIBPTHREAD$ac_delim
24814 XLIB!$XLIB$ac_delim
24815 XFILES!$XFILES$ac_delim
24816 OPENGLFILES!$OPENGLFILES$ac_delim
24817 GLU32FILES!$GLU32FILES$ac_delim
24818 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
24819 QUARTZFILES!$QUARTZFILES$ac_delim
24820 GLUT_LIBS!$GLUT_LIBS$ac_delim
24821 GLUT32FILES!$GLUT32FILES$ac_delim
24822 NASLIBS!$NASLIBS$ac_delim
24823 XML2LIBS!$XML2LIBS$ac_delim
24824 XML2INCL!$XML2INCL$ac_delim
24825 XSLTLIBS!$XSLTLIBS$ac_delim
24826 XSLTINCL!$XSLTINCL$ac_delim
24827 HALINCL!$HALINCL$ac_delim
24828 CURSESLIBS!$CURSESLIBS$ac_delim
24829 sane_devel!$sane_devel$ac_delim
24830 SANELIBS!$SANELIBS$ac_delim
24831 SANEINCL!$SANEINCL$ac_delim
24832 gphoto2_devel!$gphoto2_devel$ac_delim
24833 gphoto2port_devel!$gphoto2port_devel$ac_delim
24834 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
24835 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
24836 ICULIBS!$ICULIBS$ac_delim
24837 RESOLVLIBS!$RESOLVLIBS$ac_delim
24838 LCMSLIBS!$LCMSLIBS$ac_delim
24839 LDAPLIBS!$LDAPLIBS$ac_delim
24840 FREETYPELIBS!$FREETYPELIBS$ac_delim
24841 FREETYPEINCL!$FREETYPEINCL$ac_delim
24842 ft_devel!$ft_devel$ac_delim
24843 ft_devel2!$ft_devel2$ac_delim
24844 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
24845 ARTSCCONFIG!$ARTSCCONFIG$ac_delim
24846 ARTSLIBS!$ARTSLIBS$ac_delim
24847 ARTSINCL!$ARTSINCL$ac_delim
24848 ESDCONFIG!$ESDCONFIG$ac_delim
24849 ESDLIBS!$ESDLIBS$ac_delim
24850 ESDINCL!$ESDINCL$ac_delim
24851 ALSALIBS!$ALSALIBS$ac_delim
24852 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
24853 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
24854 BUILTINFLAG!$BUILTINFLAG$ac_delim
24855 DLLEXT!$DLLEXT$ac_delim
24856 DLLFLAGS!$DLLFLAGS$ac_delim
24857 LDSHARED!$LDSHARED$ac_delim
24858 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
24859 LIBEXT!$LIBEXT$ac_delim
24860 IMPLIBEXT!$IMPLIBEXT$ac_delim
24861 LIBWINE_LDFLAGS!$LIBWINE_LDFLAGS$ac_delim
24862 DLLTOOL!$DLLTOOL$ac_delim
24863 DLLWRAP!$DLLWRAP$ac_delim
24864 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
24865 IOKITLIB!$IOKITLIB$ac_delim
24866 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
24867 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
24868 COREAUDIO!$COREAUDIO$ac_delim
24869 CROSSTEST!$CROSSTEST$ac_delim
24870 CROSSCC!$CROSSCC$ac_delim
24871 CROSSWINDRES!$CROSSWINDRES$ac_delim
24872 LDPATH!$LDPATH$ac_delim
24873 CRTLIBS!$CRTLIBS$ac_delim
24874 SOCKETLIBS!$SOCKETLIBS$ac_delim
24875 MAIN_BINARY!$MAIN_BINARY$ac_delim
24876 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
24878 LIBDL!$LIBDL$ac_delim
24879 LIBPOLL!$LIBPOLL$ac_delim
24880 DEPENDENCIES!$DEPENDENCIES$ac_delim
24881 LIBOBJS!$LIBOBJS$ac_delim
24882 LTLIBOBJS!$LTLIBOBJS$ac_delim
24885 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 79; then
24887 elif $ac_last_try; then
24888 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24889 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24890 { (exit 1); exit 1; }; }
24892 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
24896 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24897 if test -n "$ac_eof"; then
24898 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24899 ac_eof
=`expr $ac_eof + 1`
24902 cat >>$CONFIG_STATUS <<_ACEOF
24903 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24904 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24907 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24908 s/^/s,@/; s/!/@,|#_!!_#|/
24911 s/'"$ac_delim"'$/,g/; t
24913 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24914 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24915 rm -f conf$
$subs.
sed
24916 cat >>$CONFIG_STATUS <<_ACEOF
24923 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24924 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24925 # trailing colons and then remove the whole line if VPATH becomes empty
24926 # (actually we leave an empty line to preserve line numbers).
24927 if test "x$srcdir" = x.
; then
24928 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
24929 s/:*\$(srcdir):*/:/
24930 s/:*\${srcdir}:*/:/
24932 s/^\([^=]*=[ ]*\):*/\1/
24938 cat >>$CONFIG_STATUS <<\_ACEOF
24939 fi # test -n "$CONFIG_FILES"
24942 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
24945 :[FHLC
]) ac_mode
=$ac_tag; continue;;
24947 case $ac_mode$ac_tag in
24949 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24950 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24951 { (exit 1); exit 1; }; };;
24952 :[FH
]-) ac_tag
=-:-;;
24953 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
24970 -) ac_f
="$tmp/stdin";;
24971 *) # Look for the file first in the build tree, then in the source tree
24972 # (if the path is not absolute). The absolute path cannot be DOS-style,
24973 # because $ac_f cannot contain `:'.
24977 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
24979 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24980 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24981 { (exit 1); exit 1; }; };;
24983 ac_file_inputs
="$ac_file_inputs $ac_f"
24986 # Let's still pretend it is `configure' which instantiates (i.e., don't
24987 # use $as_me), people would be surprised to read:
24988 # /* config.h. Generated by config.status. */
24989 configure_input
="Generated from "`IFS=:
24990 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24991 if test x
"$ac_file" != x-
; then
24992 configure_input
="$ac_file. $configure_input"
24993 { echo "$as_me:$LINENO: creating $ac_file" >&5
24994 echo "$as_me: creating $ac_file" >&6;}
24998 *:-:* |
*:-) cat >"$tmp/stdin";;
25003 ac_dir
=`$as_dirname -- "$ac_file" ||
25004 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25005 X"$ac_file" : 'X\(//\)[^/]' \| \
25006 X"$ac_file" : 'X\(//\)$' \| \
25007 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25009 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25013 /^X\(\/\/\)[^/].*/{
25028 -*) as_dir
=.
/$as_dir;;
25030 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
25034 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25035 *) as_qdir
=$as_dir;;
25037 as_dirs
="'$as_qdir' $as_dirs"
25038 as_dir
=`$as_dirname -- "$as_dir" ||
25039 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25040 X"$as_dir" : 'X\(//\)[^/]' \| \
25041 X"$as_dir" : 'X\(//\)$' \| \
25042 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25044 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25048 /^X\(\/\/\)[^/].*/{
25061 test -d "$as_dir" && break
25063 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
25064 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25065 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25066 { (exit 1); exit 1; }; }; }
25070 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
25072 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25073 # A ".." for each directory in $ac_dir_suffix.
25074 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
25075 case $ac_top_builddir_sub in
25076 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
25077 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
25080 ac_abs_top_builddir
=$ac_pwd
25081 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
25082 # for backward compatibility:
25083 ac_top_builddir
=$ac_top_build_prefix
25086 .
) # We are building in place.
25088 ac_top_srcdir
=$ac_top_builddir_sub
25089 ac_abs_top_srcdir
=$ac_pwd ;;
25090 [\\/]* | ?
:[\\/]* ) # Absolute name.
25091 ac_srcdir
=$srcdir$ac_dir_suffix;
25092 ac_top_srcdir
=$srcdir
25093 ac_abs_top_srcdir
=$srcdir ;;
25094 *) # Relative name.
25095 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
25096 ac_top_srcdir
=$ac_top_build_prefix$srcdir
25097 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
25099 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
25109 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
25110 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
25114 cat >>$CONFIG_STATUS <<\_ACEOF
25115 # If the template does not know about datarootdir, expand it.
25116 # FIXME: This hack should be removed a few years after 2.60.
25117 ac_datarootdir_hack
=; ac_datarootdir_seen
=
25119 case `sed -n '/datarootdir/ {
25128 ' $ac_file_inputs` in
25129 *datarootdir
*) ac_datarootdir_seen
=yes;;
25130 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
25131 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25132 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25134 cat >>$CONFIG_STATUS <<_ACEOF
25135 ac_datarootdir_hack='
25136 s&@datadir@&$datadir&g
25137 s&@docdir@&$docdir&g
25138 s&@infodir@&$infodir&g
25139 s&@localedir@&$localedir&g
25140 s&@mandir@&$mandir&g
25141 s&\\\${datarootdir}&$datarootdir&g' ;;
25145 # Neutralize VPATH when `$srcdir' = `.'.
25146 # Shell code in configure.ac might set extrasub.
25147 # FIXME: do we really want to maintain this feature?
25148 cat >>$CONFIG_STATUS <<_ACEOF
25152 cat >>$CONFIG_STATUS <<\_ACEOF
25154 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
25155 s
&@configure_input@
&$configure_input&;t t
25156 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
25157 s
&@srcdir@
&$ac_srcdir&;t t
25158 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
25159 s
&@top_srcdir@
&$ac_top_srcdir&;t t
25160 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
25161 s
&@builddir@
&$ac_builddir&;t t
25162 s
&@abs_builddir@
&$ac_abs_builddir&;t t
25163 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
25164 s
&@INSTALL@
&$ac_INSTALL&;t t
25165 $ac_datarootdir_hack
25166 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
25168 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25169 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
25170 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
25171 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
25172 which seems to be undefined. Please make sure it is defined." >&5
25173 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
25174 which seems to be undefined. Please make sure it is defined." >&2;}
25178 -) cat "$tmp/out"; rm -f "$tmp/out";;
25179 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25188 # Transform confdefs.h into a sed script `conftest.defines', that
25189 # substitutes the proper values into config.h.in to produce config.h.
25190 rm -f conftest.defines conftest.
tail
25191 # First, append a space to every undef/define line, to ease matching.
25192 echo 's/$/ /' >conftest.defines
25193 # Then, protect against being on the right side of a sed subst, or in
25194 # an unquoted here document, in config.status. If some macros were
25195 # called several times there might be several #defines for the same
25196 # symbol, which is useless. But do not sort them, since the last
25197 # AC_DEFINE must be honored.
25198 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
25199 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25200 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25201 # PARAMS is the parameter list in the macro definition--in most cases, it's
25202 # just an empty string.
25203 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25204 ac_dB
='\\)[ (].*,\\1define\\2'
25212 s/^[ ]*#[ ]*define[ ][ ]*//
25217 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25218 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25219 ' >>conftest.defines
25221 # Remove the space that was appended to ease matching.
25222 # Then replace #undef with comments. This is necessary, for
25223 # example, in the case of _POSIX_SOURCE, which is predefined and required
25224 # on some systems where configure will not decide to define it.
25225 # (The regexp can be short, since the line contains either #define or #undef.)
25227 s,^[ #]*u.*,/* & */,' >>conftest.defines
25229 # Break up conftest.defines:
25230 ac_max_sed_lines
=50
25232 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25233 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25234 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25236 ac_in
='$ac_file_inputs'
25237 ac_out
='"$tmp/out1"'
25238 ac_nxt
='"$tmp/out2"'
25242 # Write a here document:
25243 cat >>$CONFIG_STATUS <<_ACEOF
25244 # First, check the format of the line:
25245 cat >"\$tmp/defines.sed" <<\\CEOF
25246 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25247 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25251 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
25253 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25254 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
25255 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
25256 grep . conftest.
tail >/dev
/null ||
break
25257 rm -f conftest.defines
25258 mv conftest.
tail conftest.defines
25260 rm -f conftest.defines conftest.
tail
25262 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25263 cat >>$CONFIG_STATUS <<\_ACEOF
25264 if test x
"$ac_file" != x-
; then
25265 echo "/* $configure_input */" >"$tmp/config.h"
25266 cat "$ac_result" >>"$tmp/config.h"
25267 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
25268 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25269 echo "$as_me: $ac_file is unchanged" >&6;}
25272 mv "$tmp/config.h" $ac_file
25275 echo "/* $configure_input */"
25281 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25282 echo "$as_me: executing $ac_file commands" >&6;}
25287 case $ac_file$ac_mode in
25288 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
25289 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
25290 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
25291 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
25292 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
25293 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
25294 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
25295 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
25296 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
25297 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
25298 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
25299 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
25300 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
25306 { (exit 0); exit 0; }
25308 chmod +x
$CONFIG_STATUS
25309 ac_clean_files
=$ac_clean_files_save
25312 # configure is writing to config.log, and then calls config.status.
25313 # config.status does its own redirection, appending to config.log.
25314 # Unfortunately, on DOS this fails, as config.log is still kept open
25315 # by configure, so config.status won't be able to write to it; its
25316 # output is simply discarded. So we exec the FD to /dev/null,
25317 # effectively closing config.log, so it can be properly (re)opened and
25318 # appended to by config.status. When coming back to configure, we
25319 # need to make the FD available again.
25320 if test "$no_create" != yes; then
25322 ac_config_status_args
=
25323 test "$silent" = yes &&
25324 ac_config_status_args
="$ac_config_status_args --quiet"
25326 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
25328 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25329 # would make configure fail if this is the last instruction.
25330 $ac_cs_success ||
{ (exit 1); exit 1; }
25335 if test "$no_create" = "yes"
25340 if test "$verbose" = "yes"
25342 if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
25345 { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
25346 echo "$as_me: libcapi20 development files not found." >&6;}
25347 { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
25348 echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
25351 if test "$ac_cv_header_cups_cups_h" != "yes"
25354 { echo "$as_me:$LINENO: libcups development files not found." >&5
25355 echo "$as_me: libcups development files not found." >&6;}
25356 { echo "$as_me:$LINENO: Wine will be built without CUPS support." >&5
25357 echo "$as_me: Wine will be built without CUPS support." >&6;}
25361 if test "$ac_cv_header_gphoto2_camera_h" != "yes"
25364 { echo "$as_me:$LINENO: libgphoto2 development files not found." >&5
25365 echo "$as_me: libgphoto2 development files not found." >&6;}
25366 if test "$ac_cv_header_sane_sane_h" = "yes"
25368 { echo "$as_me:$LINENO: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&5
25369 echo "$as_me: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&6;}
25371 { echo "$as_me:$LINENO: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&5
25372 echo "$as_me: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&6;}
25376 if test "$ac_cv_header_hal_libhal_h" != "yes"
25379 { echo "$as_me:$LINENO: libhal development files not found." >&5
25380 echo "$as_me: libhal development files not found." >&6;}
25381 { echo "$as_me:$LINENO: Wine will be built without dynamic device support. (explorer.exe)" >&5
25382 echo "$as_me: Wine will be built without dynamic device support. (explorer.exe)" >&6;}
25385 if test "$ac_cv_header_unicode_ubidi_h" != "yes"
25388 { echo "$as_me:$LINENO: libicu development files not found." >&5
25389 echo "$as_me: libicu development files not found." >&6;}
25390 { echo "$as_me:$LINENO: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&5
25391 echo "$as_me: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&6;}
25394 if test "$ac_cv_header_lcms_h" != "yes" -a "$ac_cv_header_lcms_lcms_h" != "yes"
25397 { echo "$as_me:$LINENO: liblcms development files not found." >&5
25398 echo "$as_me: liblcms development files not found." >&6;}
25399 { echo "$as_me:$LINENO: Wine will be built without Color Management support. (mscms.dll)" >&5
25400 echo "$as_me: Wine will be built without Color Management support. (mscms.dll)" >&6;}
25403 if test "$ac_cv_header_ldap_h" != "yes" -o "$ac_cv_header_lber_h" != "yes"
25406 { echo "$as_me:$LINENO: libldap (OpenLDAP) development files not found." >&5
25407 echo "$as_me: libldap (OpenLDAP) development files not found." >&6;}
25408 { echo "$as_me:$LINENO: Wine will be built without LDAP support. (wldap32.dll)" >&5
25409 echo "$as_me: Wine will be built without LDAP support. (wldap32.dll)" >&6;}
25412 if test "x$with_curses" != "xno" -a "$ac_cv_header_ncurses_h" != "yes" -a "$ac_cv_header_curses_h" != "yes"
25415 { echo "$as_me:$LINENO: lib(n)curses development files not found." >&5
25416 echo "$as_me: lib(n)curses development files not found." >&6;}
25417 { echo "$as_me:$LINENO: Wine will be built without (n)curses support. (wineconsole.exe)" >&5
25418 echo "$as_me: Wine will be built without (n)curses support. (wineconsole.exe)" >&6;}
25421 if test "$ac_cv_header_sane_sane_h" != "yes"
25424 { echo "$as_me:$LINENO: libsane development files not found." >&5
25425 echo "$as_me: libsane development files not found." >&6;}
25426 { echo "$as_me:$LINENO: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&5
25427 echo "$as_me: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&6;}
25430 if test "$have_x" = "yes"
25432 if test "$ac_cv_header_X11_extensions_shape_h" != "yes" -o "$ac_cv_header_X11_extensions_XShm_h" != "yes"
25435 { echo "$as_me:$LINENO: libxext development files not found." >&5
25436 echo "$as_me: libxext development files not found." >&6;}
25437 { echo "$as_me:$LINENO: Wine will be built without Shm / Shape support. (winex11.drv)" >&5
25438 echo "$as_me: Wine will be built without Shm / Shape support. (winex11.drv)" >&6;}
25441 if test "$ac_cv_header_X11_extensions_Xrandr_h" != "yes"
25444 { echo "$as_me:$LINENO: libXrandr development files not found." >&5
25445 echo "$as_me: libXrandr development files not found." >&6;}
25446 { echo "$as_me:$LINENO: Wine will be built without Xrandr support. (winex11.drv)" >&5
25447 echo "$as_me: Wine will be built without Xrandr support. (winex11.drv)" >&6;}
25450 if test "$ac_cv_header_X11_extensions_Xrender_h" != "yes"
25453 { echo "$as_me:$LINENO: libXrender development files not found." >&5
25454 echo "$as_me: libXrender development files not found." >&6;}
25455 { echo "$as_me:$LINENO: Wine will be built without Xrender support. (winex11.drv)" >&5
25456 echo "$as_me: Wine will be built without Xrender support. (winex11.drv)" >&6;}
25459 if test "$ac_cv_header_X11_extensions_xf86vmode_h" != "yes"
25462 { echo "$as_me:$LINENO: libXxf86vm development files not found." >&5
25463 echo "$as_me: libXxf86vm development files not found." >&6;}
25464 { echo "$as_me:$LINENO: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&5
25465 echo "$as_me: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&6;}
25469 if test "$ac_cv_header_libxml_parser_h" != "yes"
25472 { echo "$as_me:$LINENO: libxml2 development files not found." >&5
25473 echo "$as_me: libxml2 development files not found." >&6;}
25474 { echo "$as_me:$LINENO: Wine will be built without XML support. (msxml.dll)" >&5
25475 echo "$as_me: Wine will be built without XML support. (msxml.dll)" >&6;}
25478 if test "$ac_cv_header_libxslt_pattern_h" != "yes" -o "$ac_cv_header_libxslt_transform_h" != "yes"
25481 { echo "$as_me:$LINENO: libxslt development files not found." >&5
25482 echo "$as_me: libxslt development files not found." >&6;}
25483 { echo "$as_me:$LINENO: Wine will be built without xslt support. (msxml.dll)" >&5
25484 echo "$as_me: Wine will be built without xslt support. (msxml.dll)" >&6;}
25489 if test "$have_x" = "no"
25492 { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5
25493 echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;}
25494 { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5
25495 echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;}
25496 { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5
25497 echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;}
25498 { echo "$as_me:$LINENO: WARNING: packages of Xlib/Xfree86 at the very least." >&5
25499 echo "$as_me: WARNING: packages of Xlib/Xfree86 at the very least." >&2;}
25502 if test -z "$OPENGLFILES"
25505 { echo "$as_me:$LINENO: WARNING: Wine will be build without OpenGL or Direct3D support" >&5
25506 echo "$as_me: WARNING: Wine will be build without OpenGL or Direct3D support" >&2;}
25507 { echo "$as_me:$LINENO: WARNING: because something is wrong with the OpenGL setup:" >&5
25508 echo "$as_me: WARNING: because something is wrong with the OpenGL setup:" >&2;}
25509 if test "$wine_cv_opengl_headers_found" = "no"
25511 { echo "$as_me:$LINENO: WARNING: No OpenGL development headers were found" >&5
25512 echo "$as_me: WARNING: No OpenGL development headers were found" >&2;}
25514 if test "$wine_cv_opengl_header_version_OK" = "no"
25516 { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5
25517 echo "$as_me: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;}
25518 elif test "$ac_cv_lib_GL_glXCreateContext" = "no"
25520 if test -f /usr
/X11R
6/lib
/libGL.a
25522 { echo "$as_me:$LINENO: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
25523 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&5
25524 echo "$as_me: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
25525 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&2;}
25527 { echo "$as_me:$LINENO: WARNING: No OpenGL library found on this system." >&5
25528 echo "$as_me: WARNING: No OpenGL library found on this system." >&2;}
25533 if test "$wine_cv_msg_freetype" = "yes"
25536 { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5
25537 echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;}
25538 { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5
25539 echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;}
25540 { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5
25541 echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;}
25542 { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5
25543 echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;}
25546 if test -z "$FONTSSUBDIRS"
25549 if test "$FONTFORGE" = "false"
25551 { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5
25552 echo "$as_me: WARNING: FontForge is missing." >&2;}
25554 { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5
25555 echo "$as_me: WARNING: FreeType is missing." >&2;}
25557 { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5
25558 echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;}
25561 if test -z "$ALSALIBS" -a \
25562 -z "$ARTSC_LIBS" -a \
25563 -z "$AUDIOIOLIBS" -a \
25565 -z "$ESD_LIBS" -a \
25566 -z "$ac_cv_lib_soname_jack" -a \
25567 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
25568 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
25569 "$ac_cv_header_soundcard_h" != "yes"
25572 { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5
25573 echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;}
25574 { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5
25575 echo "$as_me: WARNING: The currently supported sound systems are:" >&2;}
25576 { echo "$as_me:$LINENO: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&5
25577 echo "$as_me: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&2;}
25581 echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."