2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 2.18.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='2.18'
584 PACKAGE_STRING
='Wine 2.18'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
708 APPLICATIONSERVICES_LIBS
804 program_transform_name
817 enable_option_checking
821 enable_maintainer_mode
882 enable_api_ms_win_appmodel_identity_l1_1_0
883 enable_api_ms_win_appmodel_runtime_l1_1_1
884 enable_api_ms_win_core_apiquery_l1_1_0
885 enable_api_ms_win_core_appcompat_l1_1_1
886 enable_api_ms_win_core_appinit_l1_1_0
887 enable_api_ms_win_core_atoms_l1_1_0
888 enable_api_ms_win_core_bem_l1_1_0
889 enable_api_ms_win_core_com_l1_1_0
890 enable_api_ms_win_core_com_l1_1_1
891 enable_api_ms_win_core_com_private_l1_1_0
892 enable_api_ms_win_core_console_l1_1_0
893 enable_api_ms_win_core_console_l2_1_0
894 enable_api_ms_win_core_crt_l1_1_0
895 enable_api_ms_win_core_crt_l2_1_0
896 enable_api_ms_win_core_datetime_l1_1_0
897 enable_api_ms_win_core_datetime_l1_1_1
898 enable_api_ms_win_core_debug_l1_1_0
899 enable_api_ms_win_core_debug_l1_1_1
900 enable_api_ms_win_core_delayload_l1_1_0
901 enable_api_ms_win_core_delayload_l1_1_1
902 enable_api_ms_win_core_errorhandling_l1_1_0
903 enable_api_ms_win_core_errorhandling_l1_1_1
904 enable_api_ms_win_core_errorhandling_l1_1_2
905 enable_api_ms_win_core_errorhandling_l1_1_3
906 enable_api_ms_win_core_fibers_l1_1_0
907 enable_api_ms_win_core_fibers_l1_1_1
908 enable_api_ms_win_core_file_l1_1_0
909 enable_api_ms_win_core_file_l1_2_0
910 enable_api_ms_win_core_file_l1_2_1
911 enable_api_ms_win_core_file_l2_1_0
912 enable_api_ms_win_core_file_l2_1_1
913 enable_api_ms_win_core_file_l2_1_2
914 enable_api_ms_win_core_handle_l1_1_0
915 enable_api_ms_win_core_heap_l1_1_0
916 enable_api_ms_win_core_heap_l1_2_0
917 enable_api_ms_win_core_heap_l2_1_0
918 enable_api_ms_win_core_heap_obsolete_l1_1_0
919 enable_api_ms_win_core_interlocked_l1_1_0
920 enable_api_ms_win_core_interlocked_l1_2_0
921 enable_api_ms_win_core_io_l1_1_0
922 enable_api_ms_win_core_io_l1_1_1
923 enable_api_ms_win_core_job_l1_1_0
924 enable_api_ms_win_core_job_l2_1_0
925 enable_api_ms_win_core_kernel32_legacy_l1_1_0
926 enable_api_ms_win_core_kernel32_legacy_l1_1_1
927 enable_api_ms_win_core_kernel32_private_l1_1_1
928 enable_api_ms_win_core_libraryloader_l1_1_0
929 enable_api_ms_win_core_libraryloader_l1_1_1
930 enable_api_ms_win_core_libraryloader_l1_2_0
931 enable_api_ms_win_core_libraryloader_l1_2_2
932 enable_api_ms_win_core_localization_l1_1_0
933 enable_api_ms_win_core_localization_l1_2_0
934 enable_api_ms_win_core_localization_l1_2_1
935 enable_api_ms_win_core_localization_l2_1_0
936 enable_api_ms_win_core_localization_obsolete_l1_1_0
937 enable_api_ms_win_core_localization_obsolete_l1_2_0
938 enable_api_ms_win_core_localization_obsolete_l1_3_0
939 enable_api_ms_win_core_localization_private_l1_1_0
940 enable_api_ms_win_core_localregistry_l1_1_0
941 enable_api_ms_win_core_memory_l1_1_0
942 enable_api_ms_win_core_memory_l1_1_1
943 enable_api_ms_win_core_memory_l1_1_2
944 enable_api_ms_win_core_misc_l1_1_0
945 enable_api_ms_win_core_namedpipe_l1_1_0
946 enable_api_ms_win_core_namedpipe_l1_2_0
947 enable_api_ms_win_core_namespace_l1_1_0
948 enable_api_ms_win_core_normalization_l1_1_0
949 enable_api_ms_win_core_path_l1_1_0
950 enable_api_ms_win_core_privateprofile_l1_1_1
951 enable_api_ms_win_core_processenvironment_l1_1_0
952 enable_api_ms_win_core_processenvironment_l1_2_0
953 enable_api_ms_win_core_processthreads_l1_1_0
954 enable_api_ms_win_core_processthreads_l1_1_1
955 enable_api_ms_win_core_processthreads_l1_1_2
956 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
957 enable_api_ms_win_core_profile_l1_1_0
958 enable_api_ms_win_core_psapi_ansi_l1_1_0
959 enable_api_ms_win_core_psapi_l1_1_0
960 enable_api_ms_win_core_psapi_obsolete_l1_1_0
961 enable_api_ms_win_core_quirks_l1_1_0
962 enable_api_ms_win_core_realtime_l1_1_0
963 enable_api_ms_win_core_registry_l1_1_0
964 enable_api_ms_win_core_registry_l2_1_0
965 enable_api_ms_win_core_registryuserspecific_l1_1_0
966 enable_api_ms_win_core_rtlsupport_l1_1_0
967 enable_api_ms_win_core_rtlsupport_l1_2_0
968 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
969 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
970 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
971 enable_api_ms_win_core_sidebyside_l1_1_0
972 enable_api_ms_win_core_string_l1_1_0
973 enable_api_ms_win_core_string_l2_1_0
974 enable_api_ms_win_core_string_obsolete_l1_1_0
975 enable_api_ms_win_core_stringansi_l1_1_0
976 enable_api_ms_win_core_synch_l1_1_0
977 enable_api_ms_win_core_synch_l1_2_0
978 enable_api_ms_win_core_synch_l1_2_1
979 enable_api_ms_win_core_sysinfo_l1_1_0
980 enable_api_ms_win_core_sysinfo_l1_2_0
981 enable_api_ms_win_core_sysinfo_l1_2_1
982 enable_api_ms_win_core_threadpool_l1_1_0
983 enable_api_ms_win_core_threadpool_l1_2_0
984 enable_api_ms_win_core_threadpool_legacy_l1_1_0
985 enable_api_ms_win_core_threadpool_private_l1_1_0
986 enable_api_ms_win_core_timezone_l1_1_0
987 enable_api_ms_win_core_toolhelp_l1_1_0
988 enable_api_ms_win_core_url_l1_1_0
989 enable_api_ms_win_core_util_l1_1_0
990 enable_api_ms_win_core_version_l1_1_0
991 enable_api_ms_win_core_version_l1_1_1
992 enable_api_ms_win_core_version_private_l1_1_0
993 enable_api_ms_win_core_versionansi_l1_1_0
994 enable_api_ms_win_core_windowserrorreporting_l1_1_0
995 enable_api_ms_win_core_winrt_error_l1_1_0
996 enable_api_ms_win_core_winrt_error_l1_1_1
997 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
998 enable_api_ms_win_core_winrt_l1_1_0
999 enable_api_ms_win_core_winrt_registration_l1_1_0
1000 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1001 enable_api_ms_win_core_winrt_string_l1_1_0
1002 enable_api_ms_win_core_wow64_l1_1_0
1003 enable_api_ms_win_core_wow64_l1_1_1
1004 enable_api_ms_win_core_xstate_l1_1_0
1005 enable_api_ms_win_core_xstate_l2_1_0
1006 enable_api_ms_win_crt_conio_l1_1_0
1007 enable_api_ms_win_crt_convert_l1_1_0
1008 enable_api_ms_win_crt_environment_l1_1_0
1009 enable_api_ms_win_crt_filesystem_l1_1_0
1010 enable_api_ms_win_crt_heap_l1_1_0
1011 enable_api_ms_win_crt_locale_l1_1_0
1012 enable_api_ms_win_crt_math_l1_1_0
1013 enable_api_ms_win_crt_multibyte_l1_1_0
1014 enable_api_ms_win_crt_private_l1_1_0
1015 enable_api_ms_win_crt_process_l1_1_0
1016 enable_api_ms_win_crt_runtime_l1_1_0
1017 enable_api_ms_win_crt_stdio_l1_1_0
1018 enable_api_ms_win_crt_string_l1_1_0
1019 enable_api_ms_win_crt_time_l1_1_0
1020 enable_api_ms_win_crt_utility_l1_1_0
1021 enable_api_ms_win_devices_config_l1_1_1
1022 enable_api_ms_win_devices_query_l1_1_1
1023 enable_api_ms_win_downlevel_advapi32_l1_1_0
1024 enable_api_ms_win_downlevel_advapi32_l2_1_0
1025 enable_api_ms_win_downlevel_normaliz_l1_1_0
1026 enable_api_ms_win_downlevel_ole32_l1_1_0
1027 enable_api_ms_win_downlevel_shell32_l1_1_0
1028 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1029 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1030 enable_api_ms_win_downlevel_user32_l1_1_0
1031 enable_api_ms_win_downlevel_version_l1_1_0
1032 enable_api_ms_win_dx_d3dkmt_l1_1_0
1033 enable_api_ms_win_eventing_classicprovider_l1_1_0
1034 enable_api_ms_win_eventing_consumer_l1_1_0
1035 enable_api_ms_win_eventing_controller_l1_1_0
1036 enable_api_ms_win_eventing_legacy_l1_1_0
1037 enable_api_ms_win_eventing_provider_l1_1_0
1038 enable_api_ms_win_eventlog_legacy_l1_1_0
1039 enable_api_ms_win_mm_joystick_l1_1_0
1040 enable_api_ms_win_mm_misc_l1_1_1
1041 enable_api_ms_win_mm_mme_l1_1_0
1042 enable_api_ms_win_mm_time_l1_1_0
1043 enable_api_ms_win_ntuser_dc_access_l1_1_0
1044 enable_api_ms_win_ntuser_rectangle_l1_1_0
1045 enable_api_ms_win_power_base_l1_1_0
1046 enable_api_ms_win_power_setting_l1_1_0
1047 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1048 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1049 enable_api_ms_win_security_audit_l1_1_1
1050 enable_api_ms_win_security_base_l1_1_0
1051 enable_api_ms_win_security_base_l1_2_0
1052 enable_api_ms_win_security_base_private_l1_1_1
1053 enable_api_ms_win_security_credentials_l1_1_0
1054 enable_api_ms_win_security_grouppolicy_l1_1_0
1055 enable_api_ms_win_security_lsalookup_l1_1_0
1056 enable_api_ms_win_security_lsalookup_l1_1_1
1057 enable_api_ms_win_security_lsalookup_l2_1_1
1058 enable_api_ms_win_security_lsapolicy_l1_1_0
1059 enable_api_ms_win_security_provider_l1_1_0
1060 enable_api_ms_win_security_sddl_l1_1_0
1061 enable_api_ms_win_security_systemfunctions_l1_1_0
1062 enable_api_ms_win_service_core_l1_1_0
1063 enable_api_ms_win_service_core_l1_1_1
1064 enable_api_ms_win_service_management_l1_1_0
1065 enable_api_ms_win_service_management_l2_1_0
1066 enable_api_ms_win_service_private_l1_1_1
1067 enable_api_ms_win_service_winsvc_l1_1_0
1068 enable_api_ms_win_service_winsvc_l1_2_0
1069 enable_api_ms_win_shell_shellcom_l1_1_0
1070 enable_api_ms_win_shell_shellfolders_l1_1_0
1083 enable_bluetoothapis
1116 enable_d3dcompiler_33
1117 enable_d3dcompiler_34
1118 enable_d3dcompiler_35
1119 enable_d3dcompiler_36
1120 enable_d3dcompiler_37
1121 enable_d3dcompiler_38
1122 enable_d3dcompiler_39
1123 enable_d3dcompiler_40
1124 enable_d3dcompiler_41
1125 enable_d3dcompiler_42
1126 enable_d3dcompiler_43
1127 enable_d3dcompiler_46
1128 enable_d3dcompiler_47
1208 enable_explorerframe
1209 enable_ext_ms_win_authz_context_l1_1_0
1210 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1211 enable_ext_ms_win_gdi_dc_create_l1_1_1
1212 enable_ext_ms_win_gdi_dc_l1_2_0
1213 enable_ext_ms_win_gdi_devcaps_l1_1_0
1214 enable_ext_ms_win_gdi_draw_l1_1_1
1215 enable_ext_ms_win_gdi_render_l1_1_0
1216 enable_ext_ms_win_kernel32_package_current_l1_1_0
1217 enable_ext_ms_win_kernel32_package_l1_1_1
1218 enable_ext_ms_win_ntuser_message_l1_1_1
1219 enable_ext_ms_win_ntuser_private_l1_1_1
1220 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1221 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1222 enable_ext_ms_win_ntuser_window_l1_1_1
1223 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1224 enable_ext_ms_win_ras_rasapi32_l1_1_0
1225 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1226 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1227 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1228 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1229 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1230 enable_ext_ms_win_security_credui_l1_1_0
1231 enable_ext_ms_win_security_cryptui_l1_1_0
1401 enable_photometadatahandler
1467 enable_uiautomationcore
1497 enable_windowscodecs
1498 enable_windowscodecsext
1500 enable_wineandroid_drv
1502 enable_winecoreaudio_drv
1504 enable_winegstreamer
1506 enable_winejoystick_drv
1512 enable_winepulse_drv
1513 enable_wineqtdecoder
1585 enable_aspnet_regiis
1622 enable_presentationfontcache
1635 enable_servicemodelreg
1658 enable_winemenubuilder
1660 enable_winemsibuilder
1675 ac_precious_vars
='build_alias
1732 # Initialize some variables set by options.
1734 ac_init_version
=false
1735 ac_unrecognized_opts
=
1736 ac_unrecognized_sep
=
1737 # The variables have the same names as the options, with
1738 # dashes changed to underlines.
1739 cache_file
=/dev
/null
1746 program_transform_name
=s
,x
,x
,
1754 # Installation directory options.
1755 # These are left unexpanded so users can "make install exec_prefix=/foo"
1756 # and all the variables that are supposed to be based on exec_prefix
1757 # by default will actually change.
1758 # Use braces instead of parens because sh, perl, etc. also accept them.
1759 # (The list follows the same order as the GNU Coding Standards.)
1760 bindir
='${exec_prefix}/bin'
1761 sbindir
='${exec_prefix}/sbin'
1762 libexecdir
='${exec_prefix}/libexec'
1763 datarootdir
='${prefix}/share'
1764 datadir
='${datarootdir}'
1765 sysconfdir
='${prefix}/etc'
1766 sharedstatedir
='${prefix}/com'
1767 localstatedir
='${prefix}/var'
1768 runstatedir
='${localstatedir}/run'
1769 includedir
='${prefix}/include'
1770 oldincludedir
='/usr/include'
1771 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1772 infodir
='${datarootdir}/info'
1777 libdir
='${exec_prefix}/lib'
1778 localedir
='${datarootdir}/locale'
1779 mandir
='${datarootdir}/man'
1785 # If the previous option needs an argument, assign it.
1786 if test -n "$ac_prev"; then
1787 eval $ac_prev=\
$ac_option
1793 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1798 # Accept the important Cygnus configure options, so we can diagnose typos.
1800 case $ac_dashdash$ac_option in
1804 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1806 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1807 bindir
=$ac_optarg ;;
1809 -build |
--build |
--buil |
--bui |
--bu)
1810 ac_prev
=build_alias
;;
1811 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1812 build_alias
=$ac_optarg ;;
1814 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1815 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1816 ac_prev
=cache_file
;;
1817 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1818 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1819 cache_file
=$ac_optarg ;;
1821 --config-cache |
-C)
1822 cache_file
=config.cache
;;
1824 -datadir |
--datadir |
--datadi |
--datad)
1826 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1827 datadir
=$ac_optarg ;;
1829 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1830 |
--dataroo |
--dataro |
--datar)
1831 ac_prev
=datarootdir
;;
1832 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1833 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1834 datarootdir
=$ac_optarg ;;
1836 -disable-* |
--disable-*)
1837 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1838 # Reject names that are not valid shell variable names.
1839 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1840 as_fn_error $?
"invalid feature name: $ac_useropt"
1841 ac_useropt_orig
=$ac_useropt
1842 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1843 case $ac_user_opts in
1845 "enable_
$ac_useropt"
1847 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1848 ac_unrecognized_sep
=', ';;
1850 eval enable_
$ac_useropt=no
;;
1852 -docdir |
--docdir |
--docdi |
--doc |
--do)
1854 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1855 docdir
=$ac_optarg ;;
1857 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1859 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1860 dvidir
=$ac_optarg ;;
1862 -enable-* |
--enable-*)
1863 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1864 # Reject names that are not valid shell variable names.
1865 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1866 as_fn_error $?
"invalid feature name: $ac_useropt"
1867 ac_useropt_orig
=$ac_useropt
1868 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1869 case $ac_user_opts in
1871 "enable_
$ac_useropt"
1873 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1874 ac_unrecognized_sep
=', ';;
1876 eval enable_
$ac_useropt=\
$ac_optarg ;;
1878 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1879 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1880 |
--exec |
--exe |
--ex)
1881 ac_prev
=exec_prefix
;;
1882 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1883 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1884 |
--exec=* |
--exe=* |
--ex=*)
1885 exec_prefix
=$ac_optarg ;;
1887 -gas |
--gas |
--ga |
--g)
1888 # Obsolete; use --with-gas.
1891 -help |
--help |
--hel |
--he |
-h)
1892 ac_init_help
=long
;;
1893 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1894 ac_init_help
=recursive
;;
1895 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1896 ac_init_help
=short
;;
1898 -host |
--host |
--hos |
--ho)
1899 ac_prev
=host_alias
;;
1900 -host=* |
--host=* |
--hos=* |
--ho=*)
1901 host_alias
=$ac_optarg ;;
1903 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1905 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1907 htmldir
=$ac_optarg ;;
1909 -includedir |
--includedir |
--includedi |
--included |
--include \
1910 |
--includ |
--inclu |
--incl |
--inc)
1911 ac_prev
=includedir
;;
1912 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1913 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1914 includedir
=$ac_optarg ;;
1916 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1918 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1919 infodir
=$ac_optarg ;;
1921 -libdir |
--libdir |
--libdi |
--libd)
1923 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1924 libdir
=$ac_optarg ;;
1926 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1927 |
--libexe |
--libex |
--libe)
1928 ac_prev
=libexecdir
;;
1929 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1930 |
--libexe=* |
--libex=* |
--libe=*)
1931 libexecdir
=$ac_optarg ;;
1933 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1934 ac_prev
=localedir
;;
1935 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1936 localedir
=$ac_optarg ;;
1938 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1939 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1940 ac_prev
=localstatedir
;;
1941 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1942 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1943 localstatedir
=$ac_optarg ;;
1945 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1947 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1948 mandir
=$ac_optarg ;;
1950 -nfp |
--nfp |
--nf)
1951 # Obsolete; use --without-fp.
1954 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1955 |
--no-cr |
--no-c |
-n)
1958 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1959 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1962 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1963 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1964 |
--oldin |
--oldi |
--old |
--ol |
--o)
1965 ac_prev
=oldincludedir
;;
1966 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1967 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1968 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1969 oldincludedir
=$ac_optarg ;;
1971 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1973 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1974 prefix
=$ac_optarg ;;
1976 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1977 |
--program-pre |
--program-pr |
--program-p)
1978 ac_prev
=program_prefix
;;
1979 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1980 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1981 program_prefix
=$ac_optarg ;;
1983 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1984 |
--program-suf |
--program-su |
--program-s)
1985 ac_prev
=program_suffix
;;
1986 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1987 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1988 program_suffix
=$ac_optarg ;;
1990 -program-transform-name |
--program-transform-name \
1991 |
--program-transform-nam |
--program-transform-na \
1992 |
--program-transform-n |
--program-transform- \
1993 |
--program-transform |
--program-transfor \
1994 |
--program-transfo |
--program-transf \
1995 |
--program-trans |
--program-tran \
1996 |
--progr-tra |
--program-tr |
--program-t)
1997 ac_prev
=program_transform_name
;;
1998 -program-transform-name=* |
--program-transform-name=* \
1999 |
--program-transform-nam=* |
--program-transform-na=* \
2000 |
--program-transform-n=* |
--program-transform-=* \
2001 |
--program-transform=* |
--program-transfor=* \
2002 |
--program-transfo=* |
--program-transf=* \
2003 |
--program-trans=* |
--program-tran=* \
2004 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2005 program_transform_name
=$ac_optarg ;;
2007 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2009 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2010 pdfdir
=$ac_optarg ;;
2012 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2014 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2017 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2018 |
-silent |
--silent |
--silen |
--sile |
--sil)
2021 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2022 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2023 |
--run |
--ru |
--r)
2024 ac_prev
=runstatedir
;;
2025 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2026 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2027 |
--run=* |
--ru=* |
--r=*)
2028 runstatedir
=$ac_optarg ;;
2030 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2032 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2034 sbindir
=$ac_optarg ;;
2036 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2037 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2038 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2040 ac_prev
=sharedstatedir
;;
2041 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2042 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2043 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2045 sharedstatedir
=$ac_optarg ;;
2047 -site |
--site |
--sit)
2049 -site=* |
--site=* |
--sit=*)
2052 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2054 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2055 srcdir
=$ac_optarg ;;
2057 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2058 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2059 ac_prev
=sysconfdir
;;
2060 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2061 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2062 sysconfdir
=$ac_optarg ;;
2064 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2065 ac_prev
=target_alias
;;
2066 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2067 target_alias
=$ac_optarg ;;
2069 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2072 -version |
--version |
--versio |
--versi |
--vers |
-V)
2073 ac_init_version
=: ;;
2076 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2077 # Reject names that are not valid shell variable names.
2078 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2079 as_fn_error $?
"invalid package name: $ac_useropt"
2080 ac_useropt_orig
=$ac_useropt
2081 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2082 case $ac_user_opts in
2086 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2087 ac_unrecognized_sep
=', ';;
2089 eval with_
$ac_useropt=\
$ac_optarg ;;
2091 -without-* |
--without-*)
2092 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2093 # Reject names that are not valid shell variable names.
2094 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2095 as_fn_error $?
"invalid package name: $ac_useropt"
2096 ac_useropt_orig
=$ac_useropt
2097 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2098 case $ac_user_opts in
2102 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2103 ac_unrecognized_sep
=', ';;
2105 eval with_
$ac_useropt=no
;;
2108 # Obsolete; use --with-x.
2111 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2112 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2113 ac_prev
=x_includes
;;
2114 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2115 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2116 x_includes
=$ac_optarg ;;
2118 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2119 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2120 ac_prev
=x_libraries
;;
2121 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2122 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2123 x_libraries
=$ac_optarg ;;
2125 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2126 Try \`$0 --help' for more information"
2130 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2131 # Reject names that are not valid shell variable names.
2132 case $ac_envvar in #(
2133 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2134 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2136 eval $ac_envvar=\
$ac_optarg
2137 export $ac_envvar ;;
2140 # FIXME: should be removed in autoconf 3.0.
2141 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2142 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2143 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2144 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2150 if test -n "$ac_prev"; then
2151 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2152 as_fn_error $?
"missing argument to $ac_option"
2155 if test -n "$ac_unrecognized_opts"; then
2156 case $enable_option_checking in
2158 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2159 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2163 # Check all directory arguments for consistency.
2164 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2165 datadir sysconfdir sharedstatedir localstatedir includedir \
2166 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2167 libdir localedir mandir runstatedir
2169 eval ac_val
=\$
$ac_var
2170 # Remove trailing slashes.
2173 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2174 eval $ac_var=\
$ac_val;;
2176 # Be sure to have absolute directory names.
2178 [\\/$
]* | ?
:[\\/]* ) continue;;
2179 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2181 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2184 # There might be people who depend on the old broken behavior: `$host'
2185 # used to hold the argument of --host etc.
2186 # FIXME: To remove some day.
2189 target
=$target_alias
2191 # FIXME: To remove some day.
2192 if test "x$host_alias" != x
; then
2193 if test "x$build_alias" = x
; then
2194 cross_compiling
=maybe
2195 elif test "x$build_alias" != "x$host_alias"; then
2201 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2203 test "$silent" = yes && exec 6>/dev
/null
2206 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2207 ac_ls_di
=`ls -di .` &&
2208 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2209 as_fn_error $?
"working directory cannot be determined"
2210 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2211 as_fn_error $?
"pwd does not report name of working directory"
2214 # Find the source files, if location was not specified.
2215 if test -z "$srcdir"; then
2216 ac_srcdir_defaulted
=yes
2217 # Try the directory containing this script, then the parent directory.
2218 ac_confdir
=`$as_dirname -- "$as_myself" ||
2219 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2220 X"$as_myself" : 'X\(//\)[^/]' \| \
2221 X"$as_myself" : 'X\(//\)$' \| \
2222 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2223 $as_echo X"$as_myself" |
2224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2242 if test ! -r "$srcdir/$ac_unique_file"; then
2246 ac_srcdir_defaulted
=no
2248 if test ! -r "$srcdir/$ac_unique_file"; then
2249 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2250 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2252 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2254 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2256 # When building in place, set srcdir=.
2257 if test "$ac_abs_confdir" = "$ac_pwd"; then
2260 # Remove unnecessary trailing slashes from srcdir.
2261 # Double slashes in file names in object file debugging info
2262 # mess up M-x gdb in Emacs.
2264 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2266 for ac_var
in $ac_precious_vars; do
2267 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2268 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2269 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2270 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2274 # Report the --help message.
2276 if test "$ac_init_help" = "long"; then
2277 # Omit some internal or obsolete options to make the list less imposing.
2278 # This message is too long to be a string in the A/UX 3.1 sh.
2280 \`configure' configures Wine 2.18 to adapt to many kinds of systems.
2282 Usage: $0 [OPTION]... [VAR=VALUE]...
2284 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2285 VAR=VALUE. See below for descriptions of some of the useful variables.
2287 Defaults for the options are specified in brackets.
2290 -h, --help display this help and exit
2291 --help=short display options specific to this package
2292 --help=recursive display the short help of all the included packages
2293 -V, --version display version information and exit
2294 -q, --quiet, --silent do not print \`checking ...' messages
2295 --cache-file=FILE cache test results in FILE [disabled]
2296 -C, --config-cache alias for \`--cache-file=config.cache'
2297 -n, --no-create do not create output files
2298 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2300 Installation directories:
2301 --prefix=PREFIX install architecture-independent files in PREFIX
2302 [$ac_default_prefix]
2303 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2306 By default, \`make install' will install all the files in
2307 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2308 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2309 for instance \`--prefix=\$HOME'.
2311 For better control, use the options below.
2313 Fine tuning of the installation directories:
2314 --bindir=DIR user executables [EPREFIX/bin]
2315 --sbindir=DIR system admin executables [EPREFIX/sbin]
2316 --libexecdir=DIR program executables [EPREFIX/libexec]
2317 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2318 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2319 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2320 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2321 --libdir=DIR object code libraries [EPREFIX/lib]
2322 --includedir=DIR C header files [PREFIX/include]
2323 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2324 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2325 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2326 --infodir=DIR info documentation [DATAROOTDIR/info]
2327 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2328 --mandir=DIR man documentation [DATAROOTDIR/man]
2329 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2330 --htmldir=DIR html documentation [DOCDIR]
2331 --dvidir=DIR dvi documentation [DOCDIR]
2332 --pdfdir=DIR pdf documentation [DOCDIR]
2333 --psdir=DIR ps documentation [DOCDIR]
2339 --x-includes=DIR X include files are
in DIR
2340 --x-libraries=DIR X library files are
in DIR
2343 --build=BUILD configure
for building on BUILD
[guessed
]
2344 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2348 if test -n "$ac_init_help"; then
2349 case $ac_init_help in
2350 short | recursive
) echo "Configuration of Wine 2.18:";;
2355 --disable-option-checking ignore unrecognized
--enable/--with options
2356 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2357 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2358 --disable-win16 do not include Win16 support
2359 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2361 --disable-tests do not build the regression tests
2362 --enable-maintainer-mode
2363 enable maintainer-specific build rules
2364 --disable-largefile omit support for large files
2367 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2368 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2369 --without-alsa do not use the Alsa sound support
2370 --without-capi do not use CAPI (ISDN support)
2371 --without-cms do not use CMS (color management support)
2372 --without-coreaudio do not use the CoreAudio sound support
2373 --without-cups do not use CUPS
2374 --without-curses do not use (n)curses
2375 --without-dbus do not use DBus (dynamic device support)
2376 --without-fontconfig do not use fontconfig
2377 --without-freetype do not use the FreeType library
2378 --without-gettext do not use gettext
2379 --with-gettextpo use the GetTextPO library to rebuild po files
2380 --without-gphoto do not use gphoto (Digital Camera support)
2381 --without-glu do not use the GLU library
2382 --without-gnutls do not use GnuTLS (schannel support)
2383 --without-gsm do not use libgsm (GSM 06.10 codec support)
2384 --without-gstreamer do not use GStreamer (codecs support)
2385 --without-hal do not use HAL (dynamic device support)
2386 --without-jpeg do not use JPEG
2387 --without-ldap do not use LDAP
2388 --without-mpg123 do not use the mpg123 library
2389 --without-netapi do not use the Samba NetAPI library
2390 --without-openal do not use OpenAL
2391 --without-opencl do not use OpenCL
2392 --without-opengl do not use OpenGL
2393 --without-osmesa do not use the OSMesa library
2394 --without-oss do not use the OSS sound support
2395 --without-pcap do not use the Packet Capture library
2396 --without-png do not use PNG
2397 --without-pthread do not use the pthread library
2398 --without-pulse do not use PulseAudio sound support
2399 --without-sane do not use SANE (scanner support)
2400 --without-tiff do not use TIFF
2401 --without-udev do not use udev (plug and play support)
2402 --without-v4l do not use v4l1 (v4l support)
2403 --without-xcomposite do not use the Xcomposite extension
2404 --without-xcursor do not use the Xcursor extension
2405 --without-xfixes do not use Xfixes for clipboard change notifications
2406 --without-xinerama do not use Xinerama (multi-monitor support)
2407 --without-xinput do not use the Xinput extension
2408 --without-xinput2 do not use the Xinput 2 extension
2409 --without-xml do not use XML
2410 --without-xrandr do not use Xrandr (resolution changes)
2411 --without-xrender do not use the Xrender extension
2412 --without-xshape do not use the Xshape extension
2413 --without-xshm do not use XShm (shared memory extension)
2414 --without-xslt do not use XSLT
2415 --without-xxf86vm do not use XFree video mode extension
2416 --without-zlib do not use Zlib (data compression)
2417 --with-wine-tools=DIR use Wine tools from directory DIR
2418 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2419 --with-x use the X Window System
2421 Some influential environment variables:
2422 CC C compiler command
2423 CFLAGS C compiler flags
2424 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2425 nonstandard directory <lib dir>
2426 LIBS libraries to pass to the linker, e.g. -l<library>
2427 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2428 you have headers in a nonstandard directory <include dir>
2429 CXX C++ compiler command
2430 CXXFLAGS C++ compiler flags
2432 XMKMF Path to xmkmf, Makefile generator for X Window System
2433 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2434 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2435 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2436 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2437 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2438 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2439 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2440 HAL_LIBS Linker flags for hal, overriding pkg-config
2442 C compiler flags for gnutls, overriding pkg-config
2443 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2444 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2445 SANE_LIBS Linker flags for libsane, overriding pkg-config
2447 C compiler flags for libgphoto2, overriding pkg-config
2449 Linker flags for libgphoto2, overriding pkg-config
2451 C compiler flags for libgphoto2_port, overriding pkg-config
2453 Linker flags for libgphoto2_port, overriding pkg-config
2455 C compiler flags for lcms2, overriding pkg-config
2456 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2458 C compiler flags for freetype2, overriding pkg-config
2460 Linker flags for freetype2, overriding pkg-config
2462 C compiler flags for libpulse, overriding pkg-config
2463 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2465 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2466 gstreamer-audio-1.0, overriding pkg-config
2468 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2469 gstreamer-audio-1.0, overriding pkg-config
2470 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2471 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2473 C compiler flags for capi20, overriding pkg-config
2474 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2476 C compiler flags for fontconfig, overriding pkg-config
2478 Linker flags for fontconfig, overriding pkg-config
2479 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2480 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2481 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2482 PNG_LIBS Linker flags for libpng, overriding pkg-config
2483 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2484 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2486 C compiler flags for libmpg123, overriding pkg-config
2487 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2489 C compiler flags for netapi, overriding pkg-config
2490 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2491 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2492 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2494 Use these variables to override the choices made by `configure' or to
help
2495 it to
find libraries and programs with nonstandard names
/locations.
2497 Report bugs to
<wine-devel@winehq.org
>.
2498 Wine home page
: <http
://www.winehq.org
>.
2503 if test "$ac_init_help" = "recursive"; then
2504 # If there are subdirs, report their specific --help.
2505 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2506 test -d "$ac_dir" ||
2507 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2512 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2514 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2515 # A ".." for each directory in $ac_dir_suffix.
2516 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2517 case $ac_top_builddir_sub in
2518 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2519 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2522 ac_abs_top_builddir
=$ac_pwd
2523 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2524 # for backward compatibility:
2525 ac_top_builddir
=$ac_top_build_prefix
2528 .
) # We are building in place.
2530 ac_top_srcdir
=$ac_top_builddir_sub
2531 ac_abs_top_srcdir
=$ac_pwd ;;
2532 [\\/]* | ?
:[\\/]* ) # Absolute name.
2533 ac_srcdir
=$srcdir$ac_dir_suffix;
2534 ac_top_srcdir
=$srcdir
2535 ac_abs_top_srcdir
=$srcdir ;;
2537 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2538 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2539 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2541 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2543 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2544 # Check for guested configure.
2545 if test -f "$ac_srcdir/configure.gnu"; then
2547 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2548 elif test -f "$ac_srcdir/configure"; then
2550 $SHELL "$ac_srcdir/configure" --help=recursive
2552 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2554 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2558 test -n "$ac_init_help" && exit $ac_status
2559 if $ac_init_version; then
2562 generated by GNU Autoconf
2.69
2564 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2565 This configure
script is free software
; the Free Software Foundation
2566 gives unlimited permission to copy
, distribute and modify it.
2571 ## ------------------------ ##
2572 ## Autoconf initialization. ##
2573 ## ------------------------ ##
2575 # ac_fn_c_try_compile LINENO
2576 # --------------------------
2577 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2578 ac_fn_c_try_compile
()
2580 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2581 rm -f conftest.
$ac_objext
2582 if { { ac_try
="$ac_compile"
2584 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2585 *) ac_try_echo=$ac_try;;
2587 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2588 $as_echo "$ac_try_echo"; } >&5
2589 (eval "$ac_compile") 2>conftest.err
2591 if test -s conftest.err; then
2592 grep -v '^ *+' conftest.err >conftest.er1
2593 cat conftest.er1 >&5
2594 mv -f conftest.er1 conftest.err
2596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2597 test $ac_status = 0; } && {
2598 test -z "$ac_c_werror_flag" ||
2599 test ! -s conftest.err
2600 } && test -s conftest.$ac_objext; then :
2603 $as_echo "$as_me: failed program was:" >&5
2604 sed 's/^/| /' conftest.$ac_ext >&5
2608 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2609 as_fn_set_status $ac_retval
2611 } # ac_fn_c_try_compile
2613 # ac_fn_cxx_try_compile LINENO
2614 # ----------------------------
2615 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2616 ac_fn_cxx_try_compile ()
2618 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2619 rm -f conftest.$ac_objext
2620 if { { ac_try="$ac_compile"
2622 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2623 *) ac_try_echo
=$ac_try;;
2625 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2626 $as_echo "$ac_try_echo"; } >&5
2627 (eval "$ac_compile") 2>conftest.err
2629 if test -s conftest.err
; then
2630 grep -v '^ *+' conftest.err
>conftest.er1
2631 cat conftest.er1
>&5
2632 mv -f conftest.er1 conftest.err
2634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2635 test $ac_status = 0; } && {
2636 test -z "$ac_cxx_werror_flag" ||
2637 test ! -s conftest.err
2638 } && test -s conftest.
$ac_objext; then :
2641 $as_echo "$as_me: failed program was:" >&5
2642 sed 's/^/| /' conftest.
$ac_ext >&5
2646 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2647 as_fn_set_status
$ac_retval
2649 } # ac_fn_cxx_try_compile
2651 # ac_fn_c_try_link LINENO
2652 # -----------------------
2653 # Try to link conftest.$ac_ext, and return whether this succeeded.
2656 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2657 rm -f conftest.
$ac_objext conftest
$ac_exeext
2658 if { { ac_try
="$ac_link"
2660 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2661 *) ac_try_echo=$ac_try;;
2663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2664 $as_echo "$ac_try_echo"; } >&5
2665 (eval "$ac_link") 2>conftest.err
2667 if test -s conftest.err; then
2668 grep -v '^ *+' conftest.err >conftest.er1
2669 cat conftest.er1 >&5
2670 mv -f conftest.er1 conftest.err
2672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2673 test $ac_status = 0; } && {
2674 test -z "$ac_c_werror_flag" ||
2675 test ! -s conftest.err
2676 } && test -s conftest$ac_exeext && {
2677 test "$cross_compiling" = yes ||
2678 test -x conftest$ac_exeext
2682 $as_echo "$as_me: failed program was:" >&5
2683 sed 's/^/| /' conftest.$ac_ext >&5
2687 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2688 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2689 # interfere with the next link command; also delete a directory that is
2690 # left behind by Apple's compiler. We do this before executing the actions.
2691 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2692 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2693 as_fn_set_status $ac_retval
2695 } # ac_fn_c_try_link
2697 # ac_fn_c_try_cpp LINENO
2698 # ----------------------
2699 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2702 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2703 if { { ac_try="$ac_cpp conftest.$ac_ext"
2705 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2706 *) ac_try_echo
=$ac_try;;
2708 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2709 $as_echo "$ac_try_echo"; } >&5
2710 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2712 if test -s conftest.err
; then
2713 grep -v '^ *+' conftest.err
>conftest.er1
2714 cat conftest.er1
>&5
2715 mv -f conftest.er1 conftest.err
2717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2718 test $ac_status = 0; } > conftest.i
&& {
2719 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2720 test ! -s conftest.err
2724 $as_echo "$as_me: failed program was:" >&5
2725 sed 's/^/| /' conftest.
$ac_ext >&5
2729 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2730 as_fn_set_status
$ac_retval
2734 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2735 # -------------------------------------------------------
2736 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2737 # the include files in INCLUDES and setting the cache variable VAR
2739 ac_fn_c_check_header_mongrel
()
2741 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2742 if eval \
${$3+:} false
; then :
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2744 $as_echo_n "checking for $2... " >&6; }
2745 if eval \
${$3+:} false
; then :
2746 $as_echo_n "(cached) " >&6
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2750 $as_echo "$ac_res" >&6; }
2752 # Is the header compilable?
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2754 $as_echo_n "checking $2 usability... " >&6; }
2755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2756 /* end confdefs.h. */
2760 if ac_fn_c_try_compile
"$LINENO"; then :
2761 ac_header_compiler
=yes
2763 ac_header_compiler
=no
2765 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2767 $as_echo "$ac_header_compiler" >&6; }
2769 # Is the header present?
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2771 $as_echo_n "checking $2 presence... " >&6; }
2772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2773 /* end confdefs.h. */
2776 if ac_fn_c_try_cpp
"$LINENO"; then :
2777 ac_header_preproc
=yes
2779 ac_header_preproc
=no
2781 rm -f conftest.err conftest.i conftest.
$ac_ext
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2783 $as_echo "$ac_header_preproc" >&6; }
2785 # So? What about this header?
2786 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2789 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2791 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2795 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2797 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2799 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2801 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2803 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2804 ( $as_echo "## ------------------------------------ ##
2805 ## Report this to wine-devel@winehq.org ##
2806 ## ------------------------------------ ##"
2807 ) |
sed "s/^/$as_me: WARNING: /" >&2
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2811 $as_echo_n "checking for $2... " >&6; }
2812 if eval \
${$3+:} false
; then :
2813 $as_echo_n "(cached) " >&6
2815 eval "$3=\$ac_header_compiler"
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2819 $as_echo "$ac_res" >&6; }
2821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2823 } # ac_fn_c_check_header_mongrel
2825 # ac_fn_c_try_run LINENO
2826 # ----------------------
2827 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2828 # that executables *can* be run.
2831 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2832 if { { ac_try
="$ac_link"
2834 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2835 *) ac_try_echo=$ac_try;;
2837 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2838 $as_echo "$ac_try_echo"; } >&5
2839 (eval "$ac_link") 2>&5
2841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2842 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2843 { { case "(($ac_try" in
2844 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2845 *) ac_try_echo
=$ac_try;;
2847 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2848 $as_echo "$ac_try_echo"; } >&5
2849 (eval "$ac_try") 2>&5
2851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2852 test $ac_status = 0; }; }; then :
2855 $as_echo "$as_me: program exited with status $ac_status" >&5
2856 $as_echo "$as_me: failed program was:" >&5
2857 sed 's/^/| /' conftest.
$ac_ext >&5
2859 ac_retval
=$ac_status
2861 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2862 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2863 as_fn_set_status
$ac_retval
2867 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2868 # -------------------------------------------------------
2869 # Tests whether HEADER exists and can be compiled using the include files in
2870 # INCLUDES, setting the cache variable VAR accordingly.
2871 ac_fn_c_check_header_compile
()
2873 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2875 $as_echo_n "checking for $2... " >&6; }
2876 if eval \
${$3+:} false
; then :
2877 $as_echo_n "(cached) " >&6
2879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2880 /* end confdefs.h. */
2884 if ac_fn_c_try_compile
"$LINENO"; then :
2889 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2893 $as_echo "$ac_res" >&6; }
2894 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2896 } # ac_fn_c_check_header_compile
2898 # ac_fn_c_check_func LINENO FUNC VAR
2899 # ----------------------------------
2900 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2901 ac_fn_c_check_func
()
2903 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2905 $as_echo_n "checking for $2... " >&6; }
2906 if eval \
${$3+:} false
; then :
2907 $as_echo_n "(cached) " >&6
2909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2910 /* end confdefs.h. */
2911 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2913 #define $2 innocuous_$2
2915 /* System header to define __stub macros and hopefully few prototypes,
2916 which can conflict with char $2 (); below.
2917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2918 <limits.h> exists even on freestanding compilers. */
2921 # include <limits.h>
2923 # include <assert.h>
2928 /* Override any GCC internal prototype to avoid an error.
2929 Use char because int might match the return type of a GCC
2930 builtin and then its argument prototype would still apply. */
2935 /* The GNU C library defines this for functions which it implements
2936 to always fail with ENOSYS. Some functions are actually named
2937 something starting with __ and the normal name is an alias. */
2938 #if defined __stub_$2 || defined __stub___$2
2950 if ac_fn_c_try_link
"$LINENO"; then :
2955 rm -f core conftest.err conftest.
$ac_objext \
2956 conftest
$ac_exeext conftest.
$ac_ext
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2960 $as_echo "$ac_res" >&6; }
2961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2963 } # ac_fn_c_check_func
2965 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2966 # ----------------------------------------------------
2967 # Tries to find if the field MEMBER exists in type AGGR, after including
2968 # INCLUDES, setting cache variable VAR accordingly.
2969 ac_fn_c_check_member
()
2971 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2973 $as_echo_n "checking for $2.$3... " >&6; }
2974 if eval \
${$4+:} false
; then :
2975 $as_echo_n "(cached) " >&6
2977 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2978 /* end confdefs.h. */
2990 if ac_fn_c_try_compile
"$LINENO"; then :
2993 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2994 /* end confdefs.h. */
3000 if (sizeof ac_aggr.$3)
3006 if ac_fn_c_try_compile
"$LINENO"; then :
3011 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3013 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3017 $as_echo "$ac_res" >&6; }
3018 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3020 } # ac_fn_c_check_member
3022 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3023 # -------------------------------------------
3024 # Tests whether TYPE exists after having included INCLUDES, setting cache
3025 # variable VAR accordingly.
3026 ac_fn_c_check_type
()
3028 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3030 $as_echo_n "checking for $2... " >&6; }
3031 if eval \
${$3+:} false
; then :
3032 $as_echo_n "(cached) " >&6
3035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3036 /* end confdefs.h. */
3047 if ac_fn_c_try_compile
"$LINENO"; then :
3048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3049 /* end confdefs.h. */
3060 if ac_fn_c_try_compile
"$LINENO"; then :
3065 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3067 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3071 $as_echo "$ac_res" >&6; }
3072 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3074 } # ac_fn_c_check_type
3075 cat >config.log
<<_ACEOF
3076 This file contains any messages produced by compilers while
3077 running configure, to aid debugging if configure makes a mistake.
3079 It was created by Wine $as_me 2.18, which was
3080 generated by GNU Autoconf 2.69. Invocation command line was
3092 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3093 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3094 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3095 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3096 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3098 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3099 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3101 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3102 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3103 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3104 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3105 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3106 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3107 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3111 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3115 test -z "$as_dir" && as_dir
=.
3116 $as_echo "PATH: $as_dir"
3132 # Keep a trace of the command line.
3133 # Strip out --no-create and --no-recursion so they do not pile up.
3134 # Strip out --silent because we don't want to record it for future runs.
3135 # Also quote any args containing shell meta-characters.
3136 # Make two passes to allow for proper duplicate-argument suppression.
3140 ac_must_keep_next
=false
3146 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3147 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3148 |
-silent |
--silent |
--silen |
--sile |
--sil)
3151 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3154 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3156 as_fn_append ac_configure_args1
" '$ac_arg'"
3157 if test $ac_must_keep_next = true
; then
3158 ac_must_keep_next
=false
# Got value, back to normal.
3161 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3162 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3163 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3164 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3165 case "$ac_configure_args0 " in
3166 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3169 -* ) ac_must_keep_next
=true
;;
3172 as_fn_append ac_configure_args
" '$ac_arg'"
3177 { ac_configure_args0
=; unset ac_configure_args0
;}
3178 { ac_configure_args1
=; unset ac_configure_args1
;}
3180 # When interrupted or exit'd, cleanup temporary files, and complete
3181 # config.log. We remove comments because anyway the quotes in there
3182 # would cause problems or look ugly.
3183 # WARNING: Use '\'' to represent an apostrophe within the trap.
3184 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3185 trap 'exit_status=$?
3186 # Save into config.log some information that might help in debugging.
3190 $as_echo "## ---------------- ##
3191 ## Cache variables. ##
3192 ## ---------------- ##"
3194 # The following way of writing the cache mishandles newlines in values,
3196 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3197 eval ac_val=\$$ac_var
3201 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3202 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3205 _ | IFS | as_nl) ;; #(
3206 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3207 *) { eval $ac_var=; unset $ac_var;} ;;
3212 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3213 *${as_nl}ac_space=\ *)
3215 "s/'\''/'\''\\\\'\'''\''/g;
3216 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3219 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3226 $as_echo "## ----------------- ##
3227 ## Output variables. ##
3228 ## ----------------- ##"
3230 for ac_var in $ac_subst_vars
3232 eval ac_val=\$$ac_var
3234 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3236 $as_echo "$ac_var='\''$ac_val'\''"
3240 if test -n "$ac_subst_files"; then
3241 $as_echo "## ------------------- ##
3242 ## File substitutions. ##
3243 ## ------------------- ##"
3245 for ac_var
in $ac_subst_files
3247 eval ac_val
=\$
$ac_var
3249 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3251 $as_echo "$ac_var='\''$ac_val'\''"
3256 if test -s confdefs.h; then
3257 $as_echo "## ----------- ##
3264 test "$ac_signal" != 0 &&
3265 $as_echo "$as_me: caught signal $ac_signal"
3266 $as_echo "$as_me: exit $exit_status"
3268 rm -f core *.core core.conftest.* &&
3269 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3272 for ac_signal
in 1 2 13 15; do
3273 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3277 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3278 rm -f -r conftest
* confdefs.h
3280 $as_echo "/* confdefs.h */" > confdefs.h
3282 # Predefined preprocessor variables.
3284 cat >>confdefs.h
<<_ACEOF
3285 #define PACKAGE_NAME "$PACKAGE_NAME"
3288 cat >>confdefs.h
<<_ACEOF
3289 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3292 cat >>confdefs.h
<<_ACEOF
3293 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3296 cat >>confdefs.h
<<_ACEOF
3297 #define PACKAGE_STRING "$PACKAGE_STRING"
3300 cat >>confdefs.h
<<_ACEOF
3301 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3304 cat >>confdefs.h
<<_ACEOF
3305 #define PACKAGE_URL "$PACKAGE_URL"
3309 # Let the site file select an alternate cache file if it wants to.
3310 # Prefer an explicitly selected file to automatically selected ones.
3313 if test -n "$CONFIG_SITE"; then
3314 # We do not want a PATH search for config.site.
3315 case $CONFIG_SITE in #((
3316 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3317 */*) ac_site_file1
=$CONFIG_SITE;;
3318 *) ac_site_file1
=.
/$CONFIG_SITE;;
3320 elif test "x$prefix" != xNONE
; then
3321 ac_site_file1
=$prefix/share
/config.site
3322 ac_site_file2
=$prefix/etc
/config.site
3324 ac_site_file1
=$ac_default_prefix/share
/config.site
3325 ac_site_file2
=$ac_default_prefix/etc
/config.site
3327 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3329 test "x$ac_site_file" = xNONE
&& continue
3330 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3332 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3333 sed 's/^/| /' "$ac_site_file" >&5
3335 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3336 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3337 as_fn_error $?
"failed to load site script $ac_site_file
3338 See \`config.log' for more details" "$LINENO" 5; }
3342 if test -r "$cache_file"; then
3343 # Some versions of bash will fail to source /dev/null (special files
3344 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3345 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3347 $as_echo "$as_me: loading cache $cache_file" >&6;}
3349 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3350 *) .
"./$cache_file";;
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3355 $as_echo "$as_me: creating cache $cache_file" >&6;}
3359 # Check that the precious variables saved in the cache have kept the same
3361 ac_cache_corrupted
=false
3362 for ac_var
in $ac_precious_vars; do
3363 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3364 eval ac_new_set
=\
$ac_env_${ac_var}_set
3365 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3366 eval ac_new_val
=\
$ac_env_${ac_var}_value
3367 case $ac_old_set,$ac_new_set in
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3370 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3371 ac_cache_corrupted
=: ;;
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3374 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3375 ac_cache_corrupted
=: ;;
3378 if test "x$ac_old_val" != "x$ac_new_val"; then
3379 # differences in whitespace do not lead to failure.
3380 ac_old_val_w
=`echo x $ac_old_val`
3381 ac_new_val_w
=`echo x $ac_new_val`
3382 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3383 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3384 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3385 ac_cache_corrupted
=:
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3388 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3389 eval $ac_var=\
$ac_old_val
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3392 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3394 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3397 # Pass precious variables to config.status.
3398 if test "$ac_new_set" = set; then
3400 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3401 *) ac_arg
=$ac_var=$ac_new_val ;;
3403 case " $ac_configure_args " in
3404 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3405 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3409 if $ac_cache_corrupted; then
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3411 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3413 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3414 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3416 ## -------------------- ##
3417 ## Main body of script. ##
3418 ## -------------------- ##
3421 ac_cpp
='$CPP $CPPFLAGS'
3422 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3423 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3424 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3428 ac_config_headers
="$ac_config_headers include/config.h"
3431 for ac_dir
in tools
"$srcdir"/tools
; do
3432 if test -f "$ac_dir/install-sh"; then
3434 ac_install_sh
="$ac_aux_dir/install-sh -c"
3436 elif test -f "$ac_dir/install.sh"; then
3438 ac_install_sh
="$ac_aux_dir/install.sh -c"
3440 elif test -f "$ac_dir/shtool"; then
3442 ac_install_sh
="$ac_aux_dir/shtool install -c"
3446 if test -z "$ac_aux_dir"; then
3447 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3450 # These three variables are undocumented and unsupported,
3451 # and are intended to be withdrawn in a future Autoconf release.
3452 # They can cause serious problems if a builder's source tree is in a directory
3453 # whose full name contains unusual characters.
3454 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3455 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3456 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3460 libwine_version
="1.0"
3464 # Check whether --enable-win16 was given.
3465 if test "${enable_win16+set}" = set; then :
3466 enableval
=$enable_win16;
3469 # Check whether --enable-win64 was given.
3470 if test "${enable_win64+set}" = set; then :
3471 enableval
=$enable_win64;
3474 # Check whether --enable-tests was given.
3475 if test "${enable_tests+set}" = set; then :
3476 enableval
=$enable_tests;
3479 # Check whether --enable-maintainer-mode was given.
3480 if test "${enable_maintainer_mode+set}" = set; then :
3481 enableval
=$enable_maintainer_mode;
3486 # Check whether --with-alsa was given.
3487 if test "${with_alsa+set}" = set; then :
3488 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3492 # Check whether --with-capi was given.
3493 if test "${with_capi+set}" = set; then :
3498 # Check whether --with-cms was given.
3499 if test "${with_cms+set}" = set; then :
3504 # Check whether --with-coreaudio was given.
3505 if test "${with_coreaudio+set}" = set; then :
3506 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3510 # Check whether --with-cups was given.
3511 if test "${with_cups+set}" = set; then :
3516 # Check whether --with-curses was given.
3517 if test "${with_curses+set}" = set; then :
3518 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3522 # Check whether --with-dbus was given.
3523 if test "${with_dbus+set}" = set; then :
3528 # Check whether --with-fontconfig was given.
3529 if test "${with_fontconfig+set}" = set; then :
3530 withval
=$with_fontconfig;
3534 # Check whether --with-freetype was given.
3535 if test "${with_freetype+set}" = set; then :
3536 withval
=$with_freetype;
3540 # Check whether --with-gettext was given.
3541 if test "${with_gettext+set}" = set; then :
3542 withval
=$with_gettext;
3546 # Check whether --with-gettextpo was given.
3547 if test "${with_gettextpo+set}" = set; then :
3548 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3552 # Check whether --with-gphoto was given.
3553 if test "${with_gphoto+set}" = set; then :
3554 withval
=$with_gphoto;
3558 # Check whether --with-glu was given.
3559 if test "${with_glu+set}" = set; then :
3564 # Check whether --with-gnutls was given.
3565 if test "${with_gnutls+set}" = set; then :
3566 withval
=$with_gnutls;
3570 # Check whether --with-gsm was given.
3571 if test "${with_gsm+set}" = set; then :
3572 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3576 # Check whether --with-gstreamer was given.
3577 if test "${with_gstreamer+set}" = set; then :
3578 withval
=$with_gstreamer;
3582 # Check whether --with-hal was given.
3583 if test "${with_hal+set}" = set; then :
3588 # Check whether --with-jpeg was given.
3589 if test "${with_jpeg+set}" = set; then :
3594 # Check whether --with-ldap was given.
3595 if test "${with_ldap+set}" = set; then :
3596 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3600 # Check whether --with-mpg123 was given.
3601 if test "${with_mpg123+set}" = set; then :
3602 withval
=$with_mpg123;
3606 # Check whether --with-netapi was given.
3607 if test "${with_netapi+set}" = set; then :
3608 withval
=$with_netapi;
3612 # Check whether --with-openal was given.
3613 if test "${with_openal+set}" = set; then :
3614 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3618 # Check whether --with-opencl was given.
3619 if test "${with_opencl+set}" = set; then :
3620 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3624 # Check whether --with-opengl was given.
3625 if test "${with_opengl+set}" = set; then :
3626 withval
=$with_opengl;
3630 # Check whether --with-osmesa was given.
3631 if test "${with_osmesa+set}" = set; then :
3632 withval
=$with_osmesa;
3636 # Check whether --with-oss was given.
3637 if test "${with_oss+set}" = set; then :
3642 # Check whether --with-pcap was given.
3643 if test "${with_pcap+set}" = set; then :
3644 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3648 # Check whether --with-png was given.
3649 if test "${with_png+set}" = set; then :
3654 # Check whether --with-pthread was given.
3655 if test "${with_pthread+set}" = set; then :
3656 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3660 # Check whether --with-pulse was given.
3661 if test "${with_pulse+set}" = set; then :
3662 withval
=$with_pulse;
3666 # Check whether --with-sane was given.
3667 if test "${with_sane+set}" = set; then :
3672 # Check whether --with-tiff was given.
3673 if test "${with_tiff+set}" = set; then :
3678 # Check whether --with-udev was given.
3679 if test "${with_udev+set}" = set; then :
3684 # Check whether --with-v4l was given.
3685 if test "${with_v4l+set}" = set; then :
3690 # Check whether --with-xcomposite was given.
3691 if test "${with_xcomposite+set}" = set; then :
3692 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3696 # Check whether --with-xcursor was given.
3697 if test "${with_xcursor+set}" = set; then :
3698 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3702 # Check whether --with-xfixes was given.
3703 if test "${with_xfixes+set}" = set; then :
3704 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3708 # Check whether --with-xinerama was given.
3709 if test "${with_xinerama+set}" = set; then :
3710 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3714 # Check whether --with-xinput was given.
3715 if test "${with_xinput+set}" = set; then :
3716 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3720 # Check whether --with-xinput2 was given.
3721 if test "${with_xinput2+set}" = set; then :
3722 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3726 # Check whether --with-xml was given.
3727 if test "${with_xml+set}" = set; then :
3732 # Check whether --with-xrandr was given.
3733 if test "${with_xrandr+set}" = set; then :
3734 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3738 # Check whether --with-xrender was given.
3739 if test "${with_xrender+set}" = set; then :
3740 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3744 # Check whether --with-xshape was given.
3745 if test "${with_xshape+set}" = set; then :
3746 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3750 # Check whether --with-xshm was given.
3751 if test "${with_xshm+set}" = set; then :
3752 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3756 # Check whether --with-xslt was given.
3757 if test "${with_xslt+set}" = set; then :
3762 # Check whether --with-xxf86vm was given.
3763 if test "${with_xxf86vm+set}" = set; then :
3764 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; ac_cv_header_X11_extensions_xf86vmproto_h
=no
; fi
3768 # Check whether --with-zlib was given.
3769 if test "${with_zlib+set}" = set; then :
3770 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3775 # Check whether --with-wine-tools was given.
3776 if test "${with_wine_tools+set}" = set; then :
3777 withval
=$with_wine_tools;
3781 # Check whether --with-wine64 was given.
3782 if test "${with_wine64+set}" = set; then :
3783 withval
=$with_wine64;
3787 # Make sure we can run config.sub.
3788 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3789 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3792 $as_echo_n "checking build system type... " >&6; }
3793 if ${ac_cv_build+:} false
; then :
3794 $as_echo_n "(cached) " >&6
3796 ac_build_alias
=$build_alias
3797 test "x$ac_build_alias" = x
&&
3798 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3799 test "x$ac_build_alias" = x
&&
3800 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3801 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3802 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3806 $as_echo "$ac_cv_build" >&6; }
3807 case $ac_cv_build in
3809 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3812 ac_save_IFS
=$IFS; IFS
='-'
3818 # Remember, the first character of IFS is used to create $*,
3819 # except with old shells:
3822 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3826 $as_echo_n "checking host system type... " >&6; }
3827 if ${ac_cv_host+:} false
; then :
3828 $as_echo_n "(cached) " >&6
3830 if test "x$host_alias" = x
; then
3831 ac_cv_host
=$ac_cv_build
3833 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3834 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3839 $as_echo "$ac_cv_host" >&6; }
3842 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3845 ac_save_IFS
=$IFS; IFS
='-'
3851 # Remember, the first character of IFS is used to create $*,
3852 # except with old shells:
3855 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3861 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3862 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3863 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3869 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3871 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3872 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3873 $as_echo_n "(cached) " >&6
3875 cat >conftest.
make <<\_ACEOF
3878 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3880 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3881 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3883 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3885 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3889 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3891 $as_echo "yes" >&6; }
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3895 $as_echo "no" >&6; }
3896 SET_MAKE
="MAKE=${MAKE-make}"
3900 ac_cpp
='$CPP $CPPFLAGS'
3901 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3902 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3903 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3904 if test -n "$ac_tool_prefix"; then
3905 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3906 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3908 $as_echo_n "checking for $ac_word... " >&6; }
3909 if ${ac_cv_prog_CC+:} false
; then :
3910 $as_echo_n "(cached) " >&6
3912 if test -n "$CC"; then
3913 ac_cv_prog_CC
="$CC" # Let the user override the test.
3915 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3919 test -z "$as_dir" && as_dir
=.
3920 for ac_exec_ext
in '' $ac_executable_extensions; do
3921 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3922 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3933 if test -n "$CC"; then
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3935 $as_echo "$CC" >&6; }
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3938 $as_echo "no" >&6; }
3943 if test -z "$ac_cv_prog_CC"; then
3945 # Extract the first word of "gcc", so it can be a program name with args.
3946 set dummy gcc
; ac_word
=$2
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3948 $as_echo_n "checking for $ac_word... " >&6; }
3949 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3950 $as_echo_n "(cached) " >&6
3952 if test -n "$ac_ct_CC"; then
3953 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3955 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3959 test -z "$as_dir" && as_dir
=.
3960 for ac_exec_ext
in '' $ac_executable_extensions; do
3961 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3962 ac_cv_prog_ac_ct_CC
="gcc"
3963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3972 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3973 if test -n "$ac_ct_CC"; then
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3975 $as_echo "$ac_ct_CC" >&6; }
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3978 $as_echo "no" >&6; }
3981 if test "x$ac_ct_CC" = x
; then
3984 case $cross_compiling:$ac_tool_warned in
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3988 ac_tool_warned
=yes ;;
3996 if test -z "$CC"; then
3997 if test -n "$ac_tool_prefix"; then
3998 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3999 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4001 $as_echo_n "checking for $ac_word... " >&6; }
4002 if ${ac_cv_prog_CC+:} false
; then :
4003 $as_echo_n "(cached) " >&6
4005 if test -n "$CC"; then
4006 ac_cv_prog_CC
="$CC" # Let the user override the test.
4008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4012 test -z "$as_dir" && as_dir
=.
4013 for ac_exec_ext
in '' $ac_executable_extensions; do
4014 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4015 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4026 if test -n "$CC"; then
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4028 $as_echo "$CC" >&6; }
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4031 $as_echo "no" >&6; }
4037 if test -z "$CC"; then
4038 # Extract the first word of "cc", so it can be a program name with args.
4039 set dummy cc
; ac_word
=$2
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4041 $as_echo_n "checking for $ac_word... " >&6; }
4042 if ${ac_cv_prog_CC+:} false
; then :
4043 $as_echo_n "(cached) " >&6
4045 if test -n "$CC"; then
4046 ac_cv_prog_CC
="$CC" # Let the user override the test.
4049 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4053 test -z "$as_dir" && as_dir
=.
4054 for ac_exec_ext
in '' $ac_executable_extensions; do
4055 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4056 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4057 ac_prog_rejected
=yes
4061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4068 if test $ac_prog_rejected = yes; then
4069 # We found a bogon in the path, so make sure we never use it.
4070 set dummy
$ac_cv_prog_CC
4072 if test $# != 0; then
4073 # We chose a different compiler from the bogus one.
4074 # However, it has the same basename, so the bogon will be chosen
4075 # first if we set CC to just the basename; use the full file name.
4077 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4083 if test -n "$CC"; then
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4085 $as_echo "$CC" >&6; }
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4088 $as_echo "no" >&6; }
4093 if test -z "$CC"; then
4094 if test -n "$ac_tool_prefix"; then
4095 for ac_prog
in cl.exe
4097 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4098 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4100 $as_echo_n "checking for $ac_word... " >&6; }
4101 if ${ac_cv_prog_CC+:} false
; then :
4102 $as_echo_n "(cached) " >&6
4104 if test -n "$CC"; then
4105 ac_cv_prog_CC
="$CC" # Let the user override the test.
4107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4111 test -z "$as_dir" && as_dir
=.
4112 for ac_exec_ext
in '' $ac_executable_extensions; do
4113 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4114 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4125 if test -n "$CC"; then
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4127 $as_echo "$CC" >&6; }
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4130 $as_echo "no" >&6; }
4134 test -n "$CC" && break
4137 if test -z "$CC"; then
4139 for ac_prog
in cl.exe
4141 # Extract the first word of "$ac_prog", so it can be a program name with args.
4142 set dummy
$ac_prog; ac_word
=$2
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4144 $as_echo_n "checking for $ac_word... " >&6; }
4145 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4146 $as_echo_n "(cached) " >&6
4148 if test -n "$ac_ct_CC"; then
4149 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4151 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4155 test -z "$as_dir" && as_dir
=.
4156 for ac_exec_ext
in '' $ac_executable_extensions; do
4157 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4158 ac_cv_prog_ac_ct_CC
="$ac_prog"
4159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4168 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4169 if test -n "$ac_ct_CC"; then
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4171 $as_echo "$ac_ct_CC" >&6; }
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4174 $as_echo "no" >&6; }
4178 test -n "$ac_ct_CC" && break
4181 if test "x$ac_ct_CC" = x
; then
4184 case $cross_compiling:$ac_tool_warned in
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4187 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4188 ac_tool_warned
=yes ;;
4197 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4199 as_fn_error $?
"no acceptable C compiler found in \$PATH
4200 See \`config.log' for more details" "$LINENO" 5; }
4202 # Provide some information about the compiler.
4203 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4206 for ac_option
in --version -v -V -qversion; do
4207 { { ac_try
="$ac_compiler $ac_option >&5"
4209 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4210 *) ac_try_echo=$ac_try;;
4212 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4213 $as_echo "$ac_try_echo"; } >&5
4214 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4216 if test -s conftest.err; then
4218 ... rest of stderr output deleted ...
4219 10q' conftest.err >conftest.er1
4220 cat conftest.er1 >&5
4222 rm -f conftest.er1 conftest.err
4223 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4224 test $ac_status = 0; }
4227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4228 /* end confdefs.h. */
4238 ac_clean_files_save=$ac_clean_files
4239 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4240 # Try to create an executable without -o first, disregard a.out.
4241 # It will help us diagnose broken compilers, and finding out an intuition
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4244 $as_echo_n "checking whether the C compiler works... " >&6; }
4245 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4247 # The possible output files:
4248 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4251 for ac_file in $ac_files
4254 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4255 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4260 if { { ac_try="$ac_link_default"
4262 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4263 *) ac_try_echo
=$ac_try;;
4265 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4266 $as_echo "$ac_try_echo"; } >&5
4267 (eval "$ac_link_default") 2>&5
4269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4270 test $ac_status = 0; }; then :
4271 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4272 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4273 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4274 # so that the user can short-circuit this test for compilers unknown to
4276 for ac_file
in $ac_files ''
4278 test -f "$ac_file" ||
continue
4280 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4283 # We found the default executable, but exeext='' is most
4287 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4289 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4291 # We set ac_cv_exeext here because the later test for it is not
4292 # safe: cross compilers may not add the suffix if given an `-o'
4293 # argument, so we may need to know it at that point already.
4294 # Even if this section looks crufty: it has the advantage of
4301 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4306 if test -z "$ac_file"; then :
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4308 $as_echo "no" >&6; }
4309 $as_echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.
$ac_ext >&5
4312 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4313 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4314 as_fn_error
77 "C compiler cannot create executables
4315 See \`config.log' for more details" "$LINENO" 5; }
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4318 $as_echo "yes" >&6; }
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4321 $as_echo_n "checking for C compiler default output file name... " >&6; }
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4323 $as_echo "$ac_file" >&6; }
4324 ac_exeext
=$ac_cv_exeext
4326 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4327 ac_clean_files
=$ac_clean_files_save
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4329 $as_echo_n "checking for suffix of executables... " >&6; }
4330 if { { ac_try
="$ac_link"
4332 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4333 *) ac_try_echo=$ac_try;;
4335 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4336 $as_echo "$ac_try_echo"; } >&5
4337 (eval "$ac_link") 2>&5
4339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4340 test $ac_status = 0; }; then :
4341 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4342 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4343 # work properly (i.e., refer to `conftest.exe'), while it won't with
4345 for ac_file
in conftest.exe conftest conftest.
*; do
4346 test -f "$ac_file" ||
continue
4348 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4349 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4355 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4356 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4357 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4358 See \`config.log' for more details" "$LINENO" 5; }
4360 rm -f conftest conftest
$ac_cv_exeext
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4362 $as_echo "$ac_cv_exeext" >&6; }
4364 rm -f conftest.
$ac_ext
4365 EXEEXT
=$ac_cv_exeext
4367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4368 /* end confdefs.h. */
4373 FILE *f = fopen ("conftest.out", "w");
4374 return ferror (f) || fclose (f) != 0;
4380 ac_clean_files
="$ac_clean_files conftest.out"
4381 # Check that the compiler produces executables we can run. If not, either
4382 # the compiler is broken, or we cross compile.
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4384 $as_echo_n "checking whether we are cross compiling... " >&6; }
4385 if test "$cross_compiling" != yes; then
4386 { { ac_try
="$ac_link"
4388 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4389 *) ac_try_echo=$ac_try;;
4391 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4392 $as_echo "$ac_try_echo"; } >&5
4393 (eval "$ac_link") 2>&5
4395 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4396 test $ac_status = 0; }
4397 if { ac_try='./conftest$ac_cv_exeext'
4398 { { case "(($ac_try" in
4399 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4400 *) ac_try_echo
=$ac_try;;
4402 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4403 $as_echo "$ac_try_echo"; } >&5
4404 (eval "$ac_try") 2>&5
4406 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4407 test $ac_status = 0; }; }; then
4410 if test "$cross_compiling" = maybe
; then
4413 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4414 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4415 as_fn_error $?
"cannot run C compiled programs.
4416 If you meant to cross compile, use \`--host'.
4417 See \`config.log' for more details" "$LINENO" 5; }
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4422 $as_echo "$cross_compiling" >&6; }
4424 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4425 ac_clean_files
=$ac_clean_files_save
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4427 $as_echo_n "checking for suffix of object files... " >&6; }
4428 if ${ac_cv_objext+:} false
; then :
4429 $as_echo_n "(cached) " >&6
4431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4432 /* end confdefs.h. */
4442 rm -f conftest.o conftest.obj
4443 if { { ac_try
="$ac_compile"
4445 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4446 *) ac_try_echo=$ac_try;;
4448 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4449 $as_echo "$ac_try_echo"; } >&5
4450 (eval "$ac_compile") 2>&5
4452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4453 test $ac_status = 0; }; then :
4454 for ac_file in conftest.o conftest.obj conftest.*; do
4455 test -f "$ac_file" || continue;
4457 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4458 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4463 $as_echo "$as_me: failed program was:" >&5
4464 sed 's/^/| /' conftest.$ac_ext >&5
4466 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4467 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4468 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4469 See \
`config.log' for more details" "$LINENO" 5; }
4471 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4474 $as_echo "$ac_cv_objext" >&6; }
4475 OBJEXT=$ac_cv_objext
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4478 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4479 if ${ac_cv_c_compiler_gnu+:} false; then :
4480 $as_echo_n "(cached) " >&6
4482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4483 /* end confdefs.h. */
4496 if ac_fn_c_try_compile "$LINENO"; then :
4501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4502 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4506 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4507 if test $ac_compiler_gnu = yes; then
4512 ac_test_CFLAGS=${CFLAGS+set}
4513 ac_save_CFLAGS=$CFLAGS
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4515 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4516 if ${ac_cv_prog_cc_g+:} false; then :
4517 $as_echo_n "(cached) " >&6
4519 ac_save_c_werror_flag=$ac_c_werror_flag
4520 ac_c_werror_flag=yes
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h. */
4534 if ac_fn_c_try_compile "$LINENO"; then :
4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539 /* end confdefs.h. */
4549 if ac_fn_c_try_compile "$LINENO"; then :
4552 ac_c_werror_flag=$ac_save_c_werror_flag
4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555 /* end confdefs.h. */
4565 if ac_fn_c_try_compile "$LINENO"; then :
4568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4573 ac_c_werror_flag=$ac_save_c_werror_flag
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4576 $as_echo "$ac_cv_prog_cc_g" >&6; }
4577 if test "$ac_test_CFLAGS" = set; then
4578 CFLAGS=$ac_save_CFLAGS
4579 elif test $ac_cv_prog_cc_g = yes; then
4580 if test "$GCC" = yes; then
4586 if test "$GCC" = yes; then
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4593 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4594 if ${ac_cv_prog_cc_c89+:} false; then :
4595 $as_echo_n "(cached) " >&6
4597 ac_cv_prog_cc_c89=no
4599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4600 /* end confdefs.h. */
4604 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4605 struct buf { int x; };
4606 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4607 static char *e (p, i)
4613 static char *f (char * (*g) (char **, int), char **p, ...)
4618 s = g (p, va_arg (v,int));
4623 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4624 function prototypes and stuff, but not '\xHH' hex character constants.
4625 These don't provoke an error unfortunately, instead are silently treated
4626 as 'x'. The following induces an error, until -std is added to get
4627 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4628 array size at least. It's necessary to write '\x00'==0 to get something
4629 that's true only with -std. */
4630 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4632 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4633 inside strings and character constants. */
4635 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4637 int test (int i, double x);
4638 struct s1 {int (*f) (int a);};
4639 struct s2 {int (*f) (double a);};
4640 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4646 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4651 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4652 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4654 CC="$ac_save_CC $ac_arg"
4655 if ac_fn_c_try_compile "$LINENO"; then :
4656 ac_cv_prog_cc_c89=$ac_arg
4658 rm -f core conftest.err conftest.$ac_objext
4659 test "x$ac_cv_prog_cc_c89" != "xno" && break
4661 rm -f conftest.$ac_ext
4666 case "x$ac_cv_prog_cc_c89" in
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4669 $as_echo "none needed" >&6; } ;;
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4672 $as_echo "unsupported" >&6; } ;;
4674 CC="$CC $ac_cv_prog_cc_c89"
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4676 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4678 if test "x$ac_cv_prog_cc_c89" != xno; then :
4683 ac_cpp='$CPP $CPPFLAGS'
4684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4689 ac_cpp='$CXXCPP $CPPFLAGS'
4690 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4693 if test -z "$CXX"; then
4694 if test -n "$CCC"; then
4697 if test -n "$ac_tool_prefix"; then
4698 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4700 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4701 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4703 $as_echo_n "checking for $ac_word... " >&6; }
4704 if ${ac_cv_prog_CXX+:} false; then :
4705 $as_echo_n "(cached) " >&6
4707 if test -n "$CXX"; then
4708 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4714 test -z "$as_dir" && as_dir=.
4715 for ac_exec_ext in '' $ac_executable_extensions; do
4716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4717 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4728 if test -n "$CXX"; then
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4730 $as_echo "$CXX" >&6; }
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4733 $as_echo "no" >&6; }
4737 test -n "$CXX" && break
4740 if test -z "$CXX"; then
4742 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4744 # Extract the first word of "$ac_prog", so it can be a program name with args.
4745 set dummy $ac_prog; ac_word=$2
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4747 $as_echo_n "checking for $ac_word... " >&6; }
4748 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4749 $as_echo_n "(cached) " >&6
4751 if test -n "$ac_ct_CXX"; then
4752 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4758 test -z "$as_dir" && as_dir=.
4759 for ac_exec_ext in '' $ac_executable_extensions; do
4760 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4761 ac_cv_prog_ac_ct_CXX="$ac_prog"
4762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4771 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4772 if test -n "$ac_ct_CXX"; then
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4774 $as_echo "$ac_ct_CXX" >&6; }
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4777 $as_echo "no" >&6; }
4781 test -n "$ac_ct_CXX" && break
4784 if test "x$ac_ct_CXX" = x; then
4787 case $cross_compiling:$ac_tool_warned in
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4790 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4791 ac_tool_warned=yes ;;
4799 # Provide some information about the compiler.
4800 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4803 for ac_option in --version -v -V -qversion; do
4804 { { ac_try="$ac_compiler $ac_option >&5"
4806 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4807 *) ac_try_echo
=$ac_try;;
4809 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4810 $as_echo "$ac_try_echo"; } >&5
4811 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4813 if test -s conftest.err
; then
4815 ... rest of stderr output deleted ...
4816 10q' conftest.err
>conftest.er1
4817 cat conftest.er1
>&5
4819 rm -f conftest.er1 conftest.err
4820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4821 test $ac_status = 0; }
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4825 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4826 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4827 $as_echo_n "(cached) " >&6
4829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4830 /* end confdefs.h. */
4843 if ac_fn_cxx_try_compile
"$LINENO"; then :
4848 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4849 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4853 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4854 if test $ac_compiler_gnu = yes; then
4859 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4860 ac_save_CXXFLAGS
=$CXXFLAGS
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4862 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4863 if ${ac_cv_prog_cxx_g+:} false
; then :
4864 $as_echo_n "(cached) " >&6
4866 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4867 ac_cxx_werror_flag
=yes
4870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4871 /* end confdefs.h. */
4881 if ac_fn_cxx_try_compile
"$LINENO"; then :
4882 ac_cv_prog_cxx_g
=yes
4885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4886 /* end confdefs.h. */
4896 if ac_fn_cxx_try_compile
"$LINENO"; then :
4899 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4902 /* end confdefs.h. */
4912 if ac_fn_cxx_try_compile
"$LINENO"; then :
4913 ac_cv_prog_cxx_g
=yes
4915 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4917 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4919 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4920 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4923 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4924 if test "$ac_test_CXXFLAGS" = set; then
4925 CXXFLAGS
=$ac_save_CXXFLAGS
4926 elif test $ac_cv_prog_cxx_g = yes; then
4927 if test "$GXX" = yes; then
4933 if test "$GXX" = yes; then
4940 ac_cpp
='$CPP $CPPFLAGS'
4941 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4942 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4943 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4945 if test -n "$ac_tool_prefix"; then
4946 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4947 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4949 $as_echo_n "checking for $ac_word... " >&6; }
4950 if ${ac_cv_prog_CPPBIN+:} false
; then :
4951 $as_echo_n "(cached) " >&6
4953 if test -n "$CPPBIN"; then
4954 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4960 test -z "$as_dir" && as_dir
=.
4961 for ac_exec_ext
in '' $ac_executable_extensions; do
4962 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4963 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4973 CPPBIN
=$ac_cv_prog_CPPBIN
4974 if test -n "$CPPBIN"; then
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4976 $as_echo "$CPPBIN" >&6; }
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4979 $as_echo "no" >&6; }
4984 if test -z "$ac_cv_prog_CPPBIN"; then
4985 ac_ct_CPPBIN
=$CPPBIN
4986 # Extract the first word of "cpp", so it can be a program name with args.
4987 set dummy cpp
; ac_word
=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4991 $as_echo_n "(cached) " >&6
4993 if test -n "$ac_ct_CPPBIN"; then
4994 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4996 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5000 test -z "$as_dir" && as_dir
=.
5001 for ac_exec_ext
in '' $ac_executable_extensions; do
5002 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5003 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5013 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5014 if test -n "$ac_ct_CPPBIN"; then
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5016 $as_echo "$ac_ct_CPPBIN" >&6; }
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5022 if test "x$ac_ct_CPPBIN" = x
; then
5025 case $cross_compiling:$ac_tool_warned in
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5028 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5029 ac_tool_warned
=yes ;;
5031 CPPBIN
=$ac_ct_CPPBIN
5034 CPPBIN
="$ac_cv_prog_CPPBIN"
5038 cat >>confdefs.h
<<_ACEOF
5039 #define EXEEXT "$ac_exeext"
5042 if test -n "$ac_tool_prefix"; then
5043 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5044 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5046 $as_echo_n "checking for $ac_word... " >&6; }
5047 if ${ac_cv_prog_LD+:} false
; then :
5048 $as_echo_n "(cached) " >&6
5050 if test -n "$LD"; then
5051 ac_cv_prog_LD
="$LD" # Let the user override the test.
5053 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5057 test -z "$as_dir" && as_dir
=.
5058 for ac_exec_ext
in '' $ac_executable_extensions; do
5059 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5060 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5071 if test -n "$LD"; then
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5073 $as_echo "$LD" >&6; }
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5076 $as_echo "no" >&6; }
5081 if test -z "$ac_cv_prog_LD"; then
5083 # Extract the first word of "ld", so it can be a program name with args.
5084 set dummy ld
; ac_word
=$2
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5086 $as_echo_n "checking for $ac_word... " >&6; }
5087 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5088 $as_echo_n "(cached) " >&6
5090 if test -n "$ac_ct_LD"; then
5091 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5093 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5097 test -z "$as_dir" && as_dir
=.
5098 for ac_exec_ext
in '' $ac_executable_extensions; do
5099 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5100 ac_cv_prog_ac_ct_LD
="ld"
5101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5110 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5111 if test -n "$ac_ct_LD"; then
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5113 $as_echo "$ac_ct_LD" >&6; }
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116 $as_echo "no" >&6; }
5119 if test "x$ac_ct_LD" = x
; then
5122 case $cross_compiling:$ac_tool_warned in
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5125 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5126 ac_tool_warned
=yes ;;
5137 with_fontconfig
=${with_fontconfig:-no}
5139 *-mingw32*|
*-cygwin*)
5140 enable_win16
=${enable_win16:-no}
5141 CFLAGS
="$CFLAGS -D_WIN32"
5147 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5152 $as_echo_n "checking whether $CC works... " >&6; }
5154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5155 /* end confdefs.h. */
5165 if ac_fn_c_try_link
"$LINENO"; then :
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5167 $as_echo "yes" >&6; }
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170 $as_echo "no" >&6; }
5171 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5173 rm -f core conftest.err conftest.
$ac_objext \
5174 conftest
$ac_exeext conftest.
$ac_ext
5176 notice_platform
="32-bit "
5179 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5180 export PKG_CONFIG_PATH
5181 enable_win16
=${enable_win16:-yes}
5183 if test "x${GCC}" = "xyes"
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5186 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5188 /* end confdefs.h. */
5193 void func(__builtin_ms_va_list *args);
5198 if ac_fn_c_try_compile
"$LINENO"; then :
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5200 $as_echo "yes" >&6; }
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5203 $as_echo "no" >&6; }
5204 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5206 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5211 notice_platform
="64-bit "
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5218 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5220 /* end confdefs.h. */
5221 int ac_test(int i) { return i; }
5225 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5230 if ac_fn_c_try_link
"$LINENO"; then :
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5232 $as_echo "yes" >&6; }
5234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5235 $as_echo "no" >&6; }
5236 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5238 rm -f core conftest.err conftest.
$ac_objext \
5239 conftest
$ac_exeext conftest.
$ac_ext
5240 CFLAGS
="$CFLAGS -marm"
5245 enable_win16
=${enable_win16:-yes}
5249 enable_win16
=${enable_win16:-no}
5250 enable_win64
=${enable_win64:-no}
5252 enable_winetest
=${enable_winetest:-$enable_tests}
5254 if test -n "$with_wine64"
5256 if test "x$enable_win64" = "xyes"
5258 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5259 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5261 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5262 You should create a separate build directory and run configure from there." "$LINENO" 5
5263 enable_fonts
=${enable_fonts:-no}
5264 enable_server
=${enable_server:-no}
5265 elif test "x$enable_win64" = "xyes"
5267 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5271 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5272 if ${wine_cv_toolsdir+:} false
; then :
5273 $as_echo_n "(cached) " >&6
5275 wine_cv_toolsdir
="$with_wine_tools"
5276 if test -z "$with_wine_tools"; then
5277 if test "$cross_compiling" = "yes"; then
5278 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5279 elif test -n "$with_wine64"; then
5280 wine_cv_toolsdir
="$with_wine64"
5283 if test -z "$wine_cv_toolsdir"; then
5284 wine_makedep
=tools
/makedep
5285 wine_cv_toolsdir
="\$(top_builddir)"
5286 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5287 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5288 case "$wine_cv_toolsdir" in
5290 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5292 enable_tools
=${enable_tools:-no}
5293 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5295 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5299 $as_echo "$wine_cv_toolsdir" >&6; }
5300 TOOLSDIR
=$wine_cv_toolsdir
5302 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5304 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5310 # Extract the first word of "$ac_prog", so it can be a program name with args.
5311 set dummy
$ac_prog; ac_word
=$2
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5313 $as_echo_n "checking for $ac_word... " >&6; }
5314 if ${ac_cv_prog_FLEX+:} false
; then :
5315 $as_echo_n "(cached) " >&6
5317 if test -n "$FLEX"; then
5318 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5320 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5324 test -z "$as_dir" && as_dir
=.
5325 for ac_exec_ext
in '' $ac_executable_extensions; do
5326 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5327 ac_cv_prog_FLEX
="$ac_prog"
5328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5337 FLEX
=$ac_cv_prog_FLEX
5338 if test -n "$FLEX"; then
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5340 $as_echo "$FLEX" >&6; }
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5343 $as_echo "no" >&6; }
5347 test -n "$FLEX" && break
5349 test -n "$FLEX" || FLEX
="none"
5351 if test "$FLEX" = "none"
5353 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5356 $as_echo_n "checking whether flex is recent enough... " >&6; }
5357 cat >conftest.l
<<EOF
5359 #include "prediluvian.h"
5363 if $FLEX -t conftest.l
>/dev
/null
2>&5
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5366 $as_echo "yes" >&6; }
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5369 $as_echo "no" >&6; }
5370 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5373 for ac_prog
in bison
5375 # Extract the first word of "$ac_prog", so it can be a program name with args.
5376 set dummy
$ac_prog; ac_word
=$2
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5378 $as_echo_n "checking for $ac_word... " >&6; }
5379 if ${ac_cv_prog_BISON+:} false
; then :
5380 $as_echo_n "(cached) " >&6
5382 if test -n "$BISON"; then
5383 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5385 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5389 test -z "$as_dir" && as_dir
=.
5390 for ac_exec_ext
in '' $ac_executable_extensions; do
5391 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5392 ac_cv_prog_BISON
="$ac_prog"
5393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5402 BISON
=$ac_cv_prog_BISON
5403 if test -n "$BISON"; then
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5405 $as_echo "$BISON" >&6; }
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5408 $as_echo "no" >&6; }
5412 test -n "$BISON" && break
5414 test -n "$BISON" || BISON
="none"
5416 if test "$BISON" = "none"
5418 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5421 if test -n "$ac_tool_prefix"; then
5422 for ac_prog
in ar gar
5424 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5425 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5427 $as_echo_n "checking for $ac_word... " >&6; }
5428 if ${ac_cv_prog_AR+:} false
; then :
5429 $as_echo_n "(cached) " >&6
5431 if test -n "$AR"; then
5432 ac_cv_prog_AR
="$AR" # Let the user override the test.
5434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5438 test -z "$as_dir" && as_dir
=.
5439 for ac_exec_ext
in '' $ac_executable_extensions; do
5440 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5441 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5452 if test -n "$AR"; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5454 $as_echo "$AR" >&6; }
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5457 $as_echo "no" >&6; }
5461 test -n "$AR" && break
5464 if test -z "$AR"; then
5466 for ac_prog
in ar gar
5468 # Extract the first word of "$ac_prog", so it can be a program name with args.
5469 set dummy
$ac_prog; ac_word
=$2
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5471 $as_echo_n "checking for $ac_word... " >&6; }
5472 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5473 $as_echo_n "(cached) " >&6
5475 if test -n "$ac_ct_AR"; then
5476 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5482 test -z "$as_dir" && as_dir
=.
5483 for ac_exec_ext
in '' $ac_executable_extensions; do
5484 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5485 ac_cv_prog_ac_ct_AR
="$ac_prog"
5486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5495 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5496 if test -n "$ac_ct_AR"; then
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5498 $as_echo "$ac_ct_AR" >&6; }
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5501 $as_echo "no" >&6; }
5505 test -n "$ac_ct_AR" && break
5508 if test "x$ac_ct_AR" = x
; then
5511 case $cross_compiling:$ac_tool_warned in
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5514 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5515 ac_tool_warned
=yes ;;
5521 if test -n "$ac_tool_prefix"; then
5522 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5523 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5525 $as_echo_n "checking for $ac_word... " >&6; }
5526 if ${ac_cv_prog_STRIP+:} false
; then :
5527 $as_echo_n "(cached) " >&6
5529 if test -n "$STRIP"; then
5530 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5536 test -z "$as_dir" && as_dir
=.
5537 for ac_exec_ext
in '' $ac_executable_extensions; do
5538 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5539 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5549 STRIP
=$ac_cv_prog_STRIP
5550 if test -n "$STRIP"; then
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5552 $as_echo "$STRIP" >&6; }
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5555 $as_echo "no" >&6; }
5560 if test -z "$ac_cv_prog_STRIP"; then
5562 # Extract the first word of "strip", so it can be a program name with args.
5563 set dummy strip
; ac_word
=$2
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5565 $as_echo_n "checking for $ac_word... " >&6; }
5566 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5567 $as_echo_n "(cached) " >&6
5569 if test -n "$ac_ct_STRIP"; then
5570 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5576 test -z "$as_dir" && as_dir
=.
5577 for ac_exec_ext
in '' $ac_executable_extensions; do
5578 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5579 ac_cv_prog_ac_ct_STRIP
="strip"
5580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5589 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5590 if test -n "$ac_ct_STRIP"; then
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5592 $as_echo "$ac_ct_STRIP" >&6; }
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5595 $as_echo "no" >&6; }
5598 if test "x$ac_ct_STRIP" = x
; then
5601 case $cross_compiling:$ac_tool_warned in
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5604 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5605 ac_tool_warned
=yes ;;
5610 STRIP
="$ac_cv_prog_STRIP"
5615 if test -n "$ac_tool_prefix"; then
5616 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5617 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5619 $as_echo_n "checking for $ac_word... " >&6; }
5620 if ${ac_cv_prog_RANLIB+:} false
; then :
5621 $as_echo_n "(cached) " >&6
5623 if test -n "$RANLIB"; then
5624 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5630 test -z "$as_dir" && as_dir
=.
5631 for ac_exec_ext
in '' $ac_executable_extensions; do
5632 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5633 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5643 RANLIB
=$ac_cv_prog_RANLIB
5644 if test -n "$RANLIB"; then
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5646 $as_echo "$RANLIB" >&6; }
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5649 $as_echo "no" >&6; }
5654 if test -z "$ac_cv_prog_RANLIB"; then
5655 ac_ct_RANLIB
=$RANLIB
5656 # Extract the first word of "ranlib", so it can be a program name with args.
5657 set dummy ranlib
; ac_word
=$2
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5659 $as_echo_n "checking for $ac_word... " >&6; }
5660 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5661 $as_echo_n "(cached) " >&6
5663 if test -n "$ac_ct_RANLIB"; then
5664 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5666 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5670 test -z "$as_dir" && as_dir
=.
5671 for ac_exec_ext
in '' $ac_executable_extensions; do
5672 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5673 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5683 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5684 if test -n "$ac_ct_RANLIB"; then
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5686 $as_echo "$ac_ct_RANLIB" >&6; }
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5689 $as_echo "no" >&6; }
5692 if test "x$ac_ct_RANLIB" = x
; then
5695 case $cross_compiling:$ac_tool_warned in
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5699 ac_tool_warned
=yes ;;
5701 RANLIB
=$ac_ct_RANLIB
5704 RANLIB
="$ac_cv_prog_RANLIB"
5707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5708 $as_echo_n "checking whether ln -s works... " >&6; }
5710 if test "$LN_S" = "ln -s"; then
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5712 $as_echo "yes" >&6; }
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5715 $as_echo "no, using $LN_S" >&6; }
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5719 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5720 if ${ac_cv_path_GREP+:} false
; then :
5721 $as_echo_n "(cached) " >&6
5723 if test -z "$GREP"; then
5724 ac_path_GREP_found
=false
5725 # Loop through the user's path and test for each of PROGNAME-LIST
5726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5727 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5730 test -z "$as_dir" && as_dir
=.
5731 for ac_prog
in grep ggrep
; do
5732 for ac_exec_ext
in '' $ac_executable_extensions; do
5733 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5734 as_fn_executable_p
"$ac_path_GREP" ||
continue
5735 # Check for GNU ac_path_GREP and select it if it is found.
5736 # Check for GNU $ac_path_GREP
5737 case `"$ac_path_GREP" --version 2>&1` in
5739 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5742 $as_echo_n 0123456789 >"conftest.in"
5745 cat "conftest.in" "conftest.in" >"conftest.tmp"
5746 mv "conftest.tmp" "conftest.in"
5747 cp "conftest.in" "conftest.nl"
5748 $as_echo 'GREP' >> "conftest.nl"
5749 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5750 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5751 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5752 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5753 # Best one so far, save it but keep looking for a better one
5754 ac_cv_path_GREP
="$ac_path_GREP"
5755 ac_path_GREP_max
=$ac_count
5757 # 10*(2^10) chars as input seems more than enough
5758 test $ac_count -gt 10 && break
5760 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5763 $ac_path_GREP_found && break 3
5768 if test -z "$ac_cv_path_GREP"; then
5769 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5772 ac_cv_path_GREP
=$GREP
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5777 $as_echo "$ac_cv_path_GREP" >&6; }
5778 GREP
="$ac_cv_path_GREP"
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5782 $as_echo_n "checking for egrep... " >&6; }
5783 if ${ac_cv_path_EGREP+:} false
; then :
5784 $as_echo_n "(cached) " >&6
5786 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5787 then ac_cv_path_EGREP
="$GREP -E"
5789 if test -z "$EGREP"; then
5790 ac_path_EGREP_found
=false
5791 # Loop through the user's path and test for each of PROGNAME-LIST
5792 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5793 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5796 test -z "$as_dir" && as_dir
=.
5797 for ac_prog
in egrep; do
5798 for ac_exec_ext
in '' $ac_executable_extensions; do
5799 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5800 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5801 # Check for GNU ac_path_EGREP and select it if it is found.
5802 # Check for GNU $ac_path_EGREP
5803 case `"$ac_path_EGREP" --version 2>&1` in
5805 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5808 $as_echo_n 0123456789 >"conftest.in"
5811 cat "conftest.in" "conftest.in" >"conftest.tmp"
5812 mv "conftest.tmp" "conftest.in"
5813 cp "conftest.in" "conftest.nl"
5814 $as_echo 'EGREP' >> "conftest.nl"
5815 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5816 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5817 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5818 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5819 # Best one so far, save it but keep looking for a better one
5820 ac_cv_path_EGREP
="$ac_path_EGREP"
5821 ac_path_EGREP_max
=$ac_count
5823 # 10*(2^10) chars as input seems more than enough
5824 test $ac_count -gt 10 && break
5826 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5829 $ac_path_EGREP_found && break 3
5834 if test -z "$ac_cv_path_EGREP"; then
5835 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5838 ac_cv_path_EGREP
=$EGREP
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5844 $as_echo "$ac_cv_path_EGREP" >&6; }
5845 EGREP
="$ac_cv_path_EGREP"
5848 # Extract the first word of "ldconfig", so it can be a program name with args.
5849 set dummy ldconfig
; ac_word
=$2
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5851 $as_echo_n "checking for $ac_word... " >&6; }
5852 if ${ac_cv_path_LDCONFIG+:} false
; then :
5853 $as_echo_n "(cached) " >&6
5857 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5861 for as_dir
in /sbin
/usr
/sbin
$PATH
5864 test -z "$as_dir" && as_dir
=.
5865 for ac_exec_ext
in '' $ac_executable_extensions; do
5866 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5867 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5875 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5879 LDCONFIG
=$ac_cv_path_LDCONFIG
5880 if test -n "$LDCONFIG"; then
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5882 $as_echo "$LDCONFIG" >&6; }
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5885 $as_echo "no" >&6; }
5889 for ac_prog
in msgfmt
5891 # Extract the first word of "$ac_prog", so it can be a program name with args.
5892 set dummy
$ac_prog; ac_word
=$2
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5894 $as_echo_n "checking for $ac_word... " >&6; }
5895 if ${ac_cv_prog_MSGFMT+:} false
; then :
5896 $as_echo_n "(cached) " >&6
5898 if test -n "$MSGFMT"; then
5899 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5901 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5905 test -z "$as_dir" && as_dir
=.
5906 for ac_exec_ext
in '' $ac_executable_extensions; do
5907 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5908 ac_cv_prog_MSGFMT
="$ac_prog"
5909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5918 MSGFMT
=$ac_cv_prog_MSGFMT
5919 if test -n "$MSGFMT"; then
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5921 $as_echo "$MSGFMT" >&6; }
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5924 $as_echo "no" >&6; }
5928 test -n "$MSGFMT" && break
5930 test -n "$MSGFMT" || MSGFMT
="false"
5932 if ${ac_tool_prefix+:} false
; then :
5933 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5934 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5936 $as_echo_n "checking for $ac_word... " >&6; }
5937 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5938 $as_echo_n "(cached) " >&6
5940 if test -n "$PKG_CONFIG"; then
5941 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5943 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5947 test -z "$as_dir" && as_dir
=.
5948 for ac_exec_ext
in '' $ac_executable_extensions; do
5949 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5950 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5961 if test -n "$PKG_CONFIG"; then
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5963 $as_echo "$PKG_CONFIG" >&6; }
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5966 $as_echo "no" >&6; }
5971 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5972 if test "x$cross_compiling" = xyes
; then :
5975 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5976 # Extract the first word of "pkg-config", so it can be a program name with args.
5977 set dummy pkg-config
; ac_word
=$2
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5979 $as_echo_n "checking for $ac_word... " >&6; }
5980 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5981 $as_echo_n "(cached) " >&6
5983 if test -n "$PKG_CONFIG"; then
5984 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5986 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5990 test -z "$as_dir" && as_dir
=.
5991 for ac_exec_ext
in '' $ac_executable_extensions; do
5992 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5993 ac_cv_prog_PKG_CONFIG
="pkg-config"
5994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6003 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6004 if test -n "$PKG_CONFIG"; then
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6006 $as_echo "$PKG_CONFIG" >&6; }
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6009 $as_echo "no" >&6; }
6015 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6018 if test "x$enable_maintainer_mode" != "xyes"
6025 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6026 for ac_prog
in fontforge
6028 # Extract the first word of "$ac_prog", so it can be a program name with args.
6029 set dummy
$ac_prog; ac_word
=$2
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6031 $as_echo_n "checking for $ac_word... " >&6; }
6032 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6033 $as_echo_n "(cached) " >&6
6035 if test -n "$FONTFORGE"; then
6036 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6042 test -z "$as_dir" && as_dir
=.
6043 for ac_exec_ext
in '' $ac_executable_extensions; do
6044 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6045 ac_cv_prog_FONTFORGE
="$ac_prog"
6046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6055 FONTFORGE
=$ac_cv_prog_FONTFORGE
6056 if test -n "$FONTFORGE"; then
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6058 $as_echo "$FONTFORGE" >&6; }
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6061 $as_echo "no" >&6; }
6065 test -n "$FONTFORGE" && break
6067 test -n "$FONTFORGE" || FONTFORGE
="false"
6069 for ac_prog
in rsvg-convert rsvg
6071 # Extract the first word of "$ac_prog", so it can be a program name with args.
6072 set dummy
$ac_prog; ac_word
=$2
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6074 $as_echo_n "checking for $ac_word... " >&6; }
6075 if ${ac_cv_prog_RSVG+:} false
; then :
6076 $as_echo_n "(cached) " >&6
6078 if test -n "$RSVG"; then
6079 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6081 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6085 test -z "$as_dir" && as_dir
=.
6086 for ac_exec_ext
in '' $ac_executable_extensions; do
6087 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6088 ac_cv_prog_RSVG
="$ac_prog"
6089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6098 RSVG
=$ac_cv_prog_RSVG
6099 if test -n "$RSVG"; then
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6101 $as_echo "$RSVG" >&6; }
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6104 $as_echo "no" >&6; }
6108 test -n "$RSVG" && break
6110 test -n "$RSVG" || RSVG
="false"
6112 for ac_prog
in convert
6114 # Extract the first word of "$ac_prog", so it can be a program name with args.
6115 set dummy
$ac_prog; ac_word
=$2
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6117 $as_echo_n "checking for $ac_word... " >&6; }
6118 if ${ac_cv_prog_CONVERT+:} false
; then :
6119 $as_echo_n "(cached) " >&6
6121 if test -n "$CONVERT"; then
6122 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6124 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6128 test -z "$as_dir" && as_dir
=.
6129 for ac_exec_ext
in '' $ac_executable_extensions; do
6130 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6131 ac_cv_prog_CONVERT
="$ac_prog"
6132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6141 CONVERT
=$ac_cv_prog_CONVERT
6142 if test -n "$CONVERT"; then
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6144 $as_echo "$CONVERT" >&6; }
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6147 $as_echo "no" >&6; }
6151 test -n "$CONVERT" && break
6153 test -n "$CONVERT" || CONVERT
="false"
6155 for ac_prog
in icotool
6157 # Extract the first word of "$ac_prog", so it can be a program name with args.
6158 set dummy
$ac_prog; ac_word
=$2
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6160 $as_echo_n "checking for $ac_word... " >&6; }
6161 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6162 $as_echo_n "(cached) " >&6
6164 if test -n "$ICOTOOL"; then
6165 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6167 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6171 test -z "$as_dir" && as_dir
=.
6172 for ac_exec_ext
in '' $ac_executable_extensions; do
6173 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6174 ac_cv_prog_ICOTOOL
="$ac_prog"
6175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 ICOTOOL
=$ac_cv_prog_ICOTOOL
6185 if test -n "$ICOTOOL"; then
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6187 $as_echo "$ICOTOOL" >&6; }
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6190 $as_echo "no" >&6; }
6194 test -n "$ICOTOOL" && break
6196 test -n "$ICOTOOL" || ICOTOOL
="false"
6198 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6199 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6201 if test "$CONVERT" = false
6203 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6206 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6207 convert_version
=`convert --version | head -n1`
6208 if test "x$convert_version" != "x"
6210 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6211 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6212 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6217 if test "$CONVERT" = false
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6220 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6221 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6224 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6228 if test "$ICOTOOL" = false
6230 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6233 $as_echo_n "checking for recent enough icotool... " >&6; }
6234 icotool_version
=`icotool --version | head -n1`
6235 if test "x$icotool_version" != "x"
6237 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6238 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6239 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6242 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6245 if test "$ICOTOOL" = false
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6248 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6249 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6252 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6258 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6261 test "x$with_gettext" != xno || MSGFMT
=false
6262 if test "$MSGFMT" != "false"
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6265 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6266 cat >conftest.po
<<EOF
6272 if $MSGFMT -o /dev
/null conftest.po
2>&5
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6275 $as_echo "yes" >&6; }
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6278 $as_echo "no" >&6; }
6282 if test "$MSGFMT" = false
; then :
6283 case "x$with_gettext" in
6284 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6286 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6287 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6289 enable_po
=${enable_po:-no}
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6294 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6295 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6296 $as_echo_n "(cached) " >&6
6298 ac_check_lib_save_LIBS
=$LIBS
6300 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6301 /* end confdefs.h. */
6303 /* Override any GCC internal prototype to avoid an error.
6304 Use char because int might match the return type of a GCC
6305 builtin and then its argument prototype would still apply. */
6309 char i386_set_ldt ();
6313 return i386_set_ldt ();
6318 if ac_fn_c_try_link
"$LINENO"; then :
6319 ac_cv_lib_i386_i386_set_ldt
=yes
6321 ac_cv_lib_i386_i386_set_ldt
=no
6323 rm -f core conftest.err conftest.
$ac_objext \
6324 conftest
$ac_exeext conftest.
$ac_ext
6325 LIBS
=$ac_check_lib_save_LIBS
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6328 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6329 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6330 cat >>confdefs.h
<<_ACEOF
6331 #define HAVE_LIBI386 1
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6339 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6340 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6341 $as_echo_n "(cached) " >&6
6343 ac_check_lib_save_LIBS
=$LIBS
6344 LIBS
="-lossaudio $LIBS"
6345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6346 /* end confdefs.h. */
6348 /* Override any GCC internal prototype to avoid an error.
6349 Use char because int might match the return type of a GCC
6350 builtin and then its argument prototype would still apply. */
6358 return _oss_ioctl ();
6363 if ac_fn_c_try_link
"$LINENO"; then :
6364 ac_cv_lib_ossaudio__oss_ioctl
=yes
6366 ac_cv_lib_ossaudio__oss_ioctl
=no
6368 rm -f core conftest.err conftest.
$ac_objext \
6369 conftest
$ac_exeext conftest.
$ac_ext
6370 LIBS
=$ac_check_lib_save_LIBS
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6373 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6374 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6375 cat >>confdefs.h
<<_ACEOF
6376 #define HAVE_LIBOSSAUDIO 1
6379 LIBS
="-lossaudio $LIBS"
6388 # Check whether --enable-largefile was given.
6389 if test "${enable_largefile+set}" = set; then :
6390 enableval
=$enable_largefile;
6393 if test "$enable_largefile" != no
; then
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6396 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6397 if ${ac_cv_sys_largefile_CC+:} false
; then :
6398 $as_echo_n "(cached) " >&6
6400 ac_cv_sys_largefile_CC
=no
6401 if test "$GCC" != yes; then
6404 # IRIX 6.2 and later do not support large files by default,
6405 # so use the C compiler's -n32 option if that helps.
6406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6407 /* end confdefs.h. */
6408 #include <sys/types.h>
6409 /* Check that off_t can represent 2**63 - 1 correctly.
6410 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6411 since some C++ compilers masquerading as C compilers
6412 incorrectly reject 9223372036854775807. */
6413 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6414 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6415 && LARGE_OFF_T % 2147483647 == 1)
6425 if ac_fn_c_try_compile
"$LINENO"; then :
6428 rm -f core conftest.err conftest.
$ac_objext
6430 if ac_fn_c_try_compile
"$LINENO"; then :
6431 ac_cv_sys_largefile_CC
=' -n32'; break
6433 rm -f core conftest.err conftest.
$ac_objext
6437 rm -f conftest.
$ac_ext
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6441 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6442 if test "$ac_cv_sys_largefile_CC" != no
; then
6443 CC
=$CC$ac_cv_sys_largefile_CC
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6447 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6448 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6449 $as_echo_n "(cached) " >&6
6452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6453 /* end confdefs.h. */
6454 #include <sys/types.h>
6455 /* Check that off_t can represent 2**63 - 1 correctly.
6456 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6457 since some C++ compilers masquerading as C compilers
6458 incorrectly reject 9223372036854775807. */
6459 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6460 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6461 && LARGE_OFF_T % 2147483647 == 1)
6471 if ac_fn_c_try_compile
"$LINENO"; then :
6472 ac_cv_sys_file_offset_bits
=no
; break
6474 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6476 /* end confdefs.h. */
6477 #define _FILE_OFFSET_BITS 64
6478 #include <sys/types.h>
6479 /* Check that off_t can represent 2**63 - 1 correctly.
6480 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6481 since some C++ compilers masquerading as C compilers
6482 incorrectly reject 9223372036854775807. */
6483 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6484 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6485 && LARGE_OFF_T % 2147483647 == 1)
6495 if ac_fn_c_try_compile
"$LINENO"; then :
6496 ac_cv_sys_file_offset_bits
=64; break
6498 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6499 ac_cv_sys_file_offset_bits
=unknown
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6504 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6505 case $ac_cv_sys_file_offset_bits in #(
6508 cat >>confdefs.h
<<_ACEOF
6509 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6514 if test $ac_cv_sys_file_offset_bits = unknown
; then
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6516 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6517 if ${ac_cv_sys_large_files+:} false
; then :
6518 $as_echo_n "(cached) " >&6
6521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6522 /* end confdefs.h. */
6523 #include <sys/types.h>
6524 /* Check that off_t can represent 2**63 - 1 correctly.
6525 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6526 since some C++ compilers masquerading as C compilers
6527 incorrectly reject 9223372036854775807. */
6528 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6529 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6530 && LARGE_OFF_T % 2147483647 == 1)
6540 if ac_fn_c_try_compile
"$LINENO"; then :
6541 ac_cv_sys_large_files
=no
; break
6543 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6545 /* end confdefs.h. */
6546 #define _LARGE_FILES 1
6547 #include <sys/types.h>
6548 /* Check that off_t can represent 2**63 - 1 correctly.
6549 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6550 since some C++ compilers masquerading as C compilers
6551 incorrectly reject 9223372036854775807. */
6552 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6553 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6554 && LARGE_OFF_T % 2147483647 == 1)
6564 if ac_fn_c_try_compile
"$LINENO"; then :
6565 ac_cv_sys_large_files
=1; break
6567 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6568 ac_cv_sys_large_files
=unknown
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6573 $as_echo "$ac_cv_sys_large_files" >&6; }
6574 case $ac_cv_sys_large_files in #(
6577 cat >>confdefs.h
<<_ACEOF
6578 #define _LARGE_FILES $ac_cv_sys_large_files
6590 ac_cpp
='$CPP $CPPFLAGS'
6591 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6592 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6593 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6595 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6596 # On Suns, sometimes $CPP names a directory.
6597 if test -n "$CPP" && test -d "$CPP"; then
6600 if test -z "$CPP"; then
6601 if ${ac_cv_prog_CPP+:} false
; then :
6602 $as_echo_n "(cached) " >&6
6604 # Double quotes because CPP needs to be expanded
6605 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6608 for ac_c_preproc_warn_flag
in '' yes
6610 # Use a header file that comes with gcc, so configuring glibc
6611 # with a fresh cross-compiler works.
6612 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6613 # <limits.h> exists even on freestanding compilers.
6614 # On the NeXT, cc -E runs the code through the compiler's parser,
6615 # not just through cpp. "Syntax error" is here to catch this case.
6616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6617 /* end confdefs.h. */
6619 # include <limits.h>
6621 # include <assert.h>
6625 if ac_fn_c_try_cpp
"$LINENO"; then :
6628 # Broken: fails on valid input.
6631 rm -f conftest.err conftest.i conftest.
$ac_ext
6633 # OK, works on sane cases. Now check whether nonexistent headers
6634 # can be detected and how.
6635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6636 /* end confdefs.h. */
6637 #include <ac_nonexistent.h>
6639 if ac_fn_c_try_cpp
"$LINENO"; then :
6640 # Broken: success on invalid input.
6643 # Passes both tests.
6647 rm -f conftest.err conftest.i conftest.
$ac_ext
6650 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6651 rm -f conftest.i conftest.err conftest.
$ac_ext
6652 if $ac_preproc_ok; then :
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6665 $as_echo "$CPP" >&6; }
6667 for ac_c_preproc_warn_flag
in '' yes
6669 # Use a header file that comes with gcc, so configuring glibc
6670 # with a fresh cross-compiler works.
6671 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6672 # <limits.h> exists even on freestanding compilers.
6673 # On the NeXT, cc -E runs the code through the compiler's parser,
6674 # not just through cpp. "Syntax error" is here to catch this case.
6675 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h. */
6678 # include <limits.h>
6680 # include <assert.h>
6684 if ac_fn_c_try_cpp
"$LINENO"; then :
6687 # Broken: fails on valid input.
6690 rm -f conftest.err conftest.i conftest.
$ac_ext
6692 # OK, works on sane cases. Now check whether nonexistent headers
6693 # can be detected and how.
6694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6695 /* end confdefs.h. */
6696 #include <ac_nonexistent.h>
6698 if ac_fn_c_try_cpp
"$LINENO"; then :
6699 # Broken: success on invalid input.
6702 # Passes both tests.
6706 rm -f conftest.err conftest.i conftest.
$ac_ext
6709 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6710 rm -f conftest.i conftest.err conftest.
$ac_ext
6711 if $ac_preproc_ok; then :
6714 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6715 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6716 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6717 See \`config.log' for more details" "$LINENO" 5; }
6721 ac_cpp
='$CPP $CPPFLAGS'
6722 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6723 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6724 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6728 $as_echo_n "checking for ANSI C header files... " >&6; }
6729 if ${ac_cv_header_stdc+:} false
; then :
6730 $as_echo_n "(cached) " >&6
6732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6733 /* end confdefs.h. */
6747 if ac_fn_c_try_compile
"$LINENO"; then :
6748 ac_cv_header_stdc
=yes
6750 ac_cv_header_stdc
=no
6752 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6754 if test $ac_cv_header_stdc = yes; then
6755 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6757 /* end confdefs.h. */
6761 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6762 $EGREP "memchr" >/dev
/null
2>&1; then :
6765 ac_cv_header_stdc
=no
6771 if test $ac_cv_header_stdc = yes; then
6772 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6773 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6774 /* end confdefs.h. */
6778 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6779 $EGREP "free" >/dev
/null
2>&1; then :
6782 ac_cv_header_stdc
=no
6788 if test $ac_cv_header_stdc = yes; then
6789 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6790 if test "$cross_compiling" = yes; then :
6793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6794 /* end confdefs.h. */
6797 #if ((' ' & 0x0FF) == 0x020)
6798 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6799 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6801 # define ISLOWER(c) \
6802 (('a' <= (c) && (c) <= 'i') \
6803 || ('j' <= (c) && (c) <= 'r') \
6804 || ('s' <= (c) && (c) <= 'z'))
6805 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6808 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6813 for (i = 0; i < 256; i++)
6814 if (XOR (islower (i), ISLOWER (i))
6815 || toupper (i) != TOUPPER (i))
6820 if ac_fn_c_try_run
"$LINENO"; then :
6823 ac_cv_header_stdc
=no
6825 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6826 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6832 $as_echo "$ac_cv_header_stdc" >&6; }
6833 if test $ac_cv_header_stdc = yes; then
6835 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6839 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6840 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6841 inttypes.h stdint.h unistd.h
6843 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6844 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6846 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6847 cat >>confdefs.h
<<_ACEOF
6848 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6858 ApplicationServices
/ApplicationServices.h \
6859 AudioToolbox
/AudioConverter.h \
6860 AudioUnit
/AudioUnit.h \
6861 AudioUnit
/AudioComponent.h \
6864 CommonCrypto
/CommonDigest.h \
6865 CoreAudio
/CoreAudio.h \
6866 CoreServices
/CoreServices.h \
6867 DiskArbitration
/DiskArbitration.h \
6870 IOKit
/hid
/IOHIDLib.h \
6873 QuickTime
/ImageCompression.h \
6874 Security
/Security.h \
6924 netinet
/in_systm.h \
6989 valgrind
/memcheck.h \
6990 valgrind
/valgrind.h \
6994 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6995 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6996 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6997 cat >>confdefs.h
<<_ACEOF
6998 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
7006 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
7007 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
7008 $as_echo_n "(cached) " >&6
7010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7011 /* end confdefs.h. */
7012 #include <sys/types.h>
7016 return makedev(0, 0);
7021 if ac_fn_c_try_link
"$LINENO"; then :
7022 ac_cv_header_sys_types_h_makedev
=yes
7024 ac_cv_header_sys_types_h_makedev
=no
7026 rm -f core conftest.err conftest.
$ac_objext \
7027 conftest
$ac_exeext conftest.
$ac_ext
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
7031 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
7033 if test $ac_cv_header_sys_types_h_makedev = no
; then
7034 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7035 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7037 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7043 if test $ac_cv_header_sys_mkdev_h = no
; then
7044 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7045 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7047 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7056 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7057 if ${ac_cv_header_stat_broken+:} false
; then :
7058 $as_echo_n "(cached) " >&6
7060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7061 /* end confdefs.h. */
7062 #include <sys/types.h>
7063 #include <sys/stat.h>
7065 #if defined S_ISBLK && defined S_IFDIR
7066 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7069 #if defined S_ISBLK && defined S_IFCHR
7070 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7073 #if defined S_ISLNK && defined S_IFREG
7074 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7077 #if defined S_ISSOCK && defined S_IFREG
7078 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7082 if ac_fn_c_try_compile
"$LINENO"; then :
7083 ac_cv_header_stat_broken
=no
7085 ac_cv_header_stat_broken
=yes
7087 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7090 $as_echo "$ac_cv_header_stat_broken" >&6; }
7091 if test $ac_cv_header_stat_broken = yes; then
7093 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7099 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7101 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7102 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7103 #ifdef HAVE_SYS_PARAM_H
7104 # include <sys/param.h>
7107 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7108 cat >>confdefs.h
<<_ACEOF
7109 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7124 netinet
/if_ether.h \
7125 netinet
/if_inarp.h \
7134 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7135 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7136 #ifdef HAVE_SYS_SOCKET_H
7137 # include <sys/socket.h>
7139 #ifdef HAVE_SYS_SOCKETVAR_H
7140 # include <sys/socketvar.h>
7142 #ifdef HAVE_NET_ROUTE_H
7143 # include <net/route.h>
7145 #ifdef HAVE_NETINET_IN_H
7146 # include <netinet/in.h>
7148 #ifdef HAVE_NETINET_IN_SYSTM_H
7149 # include <netinet/in_systm.h>
7151 #ifdef HAVE_NET_IF_H
7152 # include <net/if.h>
7154 #ifdef HAVE_NETINET_IP_H
7155 # include <netinet/ip.h>
7158 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7159 cat >>confdefs.h
<<_ACEOF
7160 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7168 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7170 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7171 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7175 #ifdef HAVE_SYS_SOCKET_H
7176 # include <sys/socket.h>
7178 #ifdef HAVE_SYS_SOCKETVAR_H
7179 # include <sys/socketvar.h>
7181 #ifdef HAVE_SYS_TIMEOUT_H
7182 # include <sys/timeout.h>
7184 #ifdef HAVE_NETINET_IN_H
7185 # include <netinet/in.h>
7187 #ifdef HAVE_NETINET_IN_SYSTM_H
7188 # include <netinet/in_systm.h>
7190 #ifdef HAVE_NETINET_IP_H
7191 # include <netinet/ip.h>
7193 #ifdef HAVE_NETINET_IP_VAR_H
7194 # include <netinet/ip_var.h>
7196 #ifdef HAVE_NETINET_IP_ICMP_H
7197 # include <netinet/ip_icmp.h>
7199 #ifdef HAVE_NETINET_UDP_H
7200 # include <netinet/udp.h>
7202 #ifdef HAVE_NETINET_TCP_H
7203 # include <netinet/tcp.h>
7205 #ifdef HAVE_NETINET_TCP_TIMER_H
7206 #include <netinet/tcp_timer.h>
7209 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7210 cat >>confdefs.h
<<_ACEOF
7211 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7219 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7221 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7222 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7223 #ifdef HAVE_ASM_TYPES_H
7224 # include <asm/types.h>
7226 #ifdef HAVE_SYS_SOCKET_H
7227 # include <sys/socket.h>
7229 #ifdef HAVE_LINUX_TYPES_H
7230 # include <linux/types.h>
7233 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7234 cat >>confdefs.h
<<_ACEOF
7235 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7243 for ac_header
in mach-o
/dyld_images.h
7245 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7246 # include <stdbool.h>
7248 #ifdef HAVE_STDINT_H
7249 # include <stdint.h>
7252 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7253 cat >>confdefs.h
<<_ACEOF
7254 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7262 for ac_header
in resolv.h
7264 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7265 #ifdef HAVE_SYS_SOCKET_H
7266 # include <sys/socket.h>
7268 #ifdef HAVE_NETINET_IN_H
7269 # include <netinet/in.h>
7271 #ifdef HAVE_ARPA_NAMESER_H
7272 # include <arpa/nameser.h>
7275 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7276 cat >>confdefs.h
<<_ACEOF
7277 #define HAVE_RESOLV_H 1
7285 for ac_header
in ifaddrs.h
7287 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7289 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7290 cat >>confdefs.h
<<_ACEOF
7291 #define HAVE_IFADDRS_H 1
7299 for ac_header
in sys
/ucontext.h
7301 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7303 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7304 cat >>confdefs.h
<<_ACEOF
7305 #define HAVE_SYS_UCONTEXT_H 1
7313 for ac_header
in sys
/thr.h
7315 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7316 #ifdef HAVE_SYS_UCONTEXT_H
7317 #include <sys/ucontext.h>
7320 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7321 cat >>confdefs.h
<<_ACEOF
7322 #define HAVE_SYS_THR_H 1
7330 for ac_header
in pthread_np.h
7332 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7333 #include <pthread.h>
7336 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7337 cat >>confdefs.h
<<_ACEOF
7338 #define HAVE_PTHREAD_NP_H 1
7346 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7348 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7349 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7350 #include <sys/time.h>
7352 #include <sys/types.h>
7353 #ifdef HAVE_ASM_TYPES_H
7354 #include <asm/types.h>
7357 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7358 cat >>confdefs.h
<<_ACEOF
7359 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7367 for ac_header
in libprocstat.h
7369 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7370 #include <sys/param.h>
7372 #ifdef HAVE_SYS_QUEUE_H
7373 #include <sys/queue.h>
7375 #ifdef HAVE_SYS_SOCKET_H
7376 #include <sys/socket.h>
7379 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7380 cat >>confdefs.h
<<_ACEOF
7381 #define HAVE_LIBPROCSTAT_H 1
7390 dlldir
="\${libdir}/wine"
7392 DLLFLAGS
="-D_REENTRANT"
7400 WINELOADER_LDFLAGS
=""
7405 # Extract the first word of "ldd", so it can be a program name with args.
7406 set dummy ldd
; ac_word
=$2
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7408 $as_echo_n "checking for $ac_word... " >&6; }
7409 if ${ac_cv_path_LDD+:} false
; then :
7410 $as_echo_n "(cached) " >&6
7414 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7417 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7418 as_dummy
="/sbin:/usr/sbin:$PATH"
7419 for as_dir
in $as_dummy
7422 test -z "$as_dir" && as_dir
=.
7423 for ac_exec_ext
in '' $ac_executable_extensions; do
7424 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7425 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7433 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7438 if test -n "$LDD"; then
7439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7440 $as_echo "$LDD" >&6; }
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7443 $as_echo "no" >&6; }
7447 if test -n "$ac_tool_prefix"; then
7448 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7449 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7451 $as_echo_n "checking for $ac_word... " >&6; }
7452 if ${ac_cv_prog_OTOOL+:} false
; then :
7453 $as_echo_n "(cached) " >&6
7455 if test -n "$OTOOL"; then
7456 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7458 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7462 test -z "$as_dir" && as_dir
=.
7463 for ac_exec_ext
in '' $ac_executable_extensions; do
7464 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7465 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7475 OTOOL
=$ac_cv_prog_OTOOL
7476 if test -n "$OTOOL"; then
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7478 $as_echo "$OTOOL" >&6; }
7480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7481 $as_echo "no" >&6; }
7486 if test -z "$ac_cv_prog_OTOOL"; then
7488 # Extract the first word of "otool", so it can be a program name with args.
7489 set dummy otool
; ac_word
=$2
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7491 $as_echo_n "checking for $ac_word... " >&6; }
7492 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7493 $as_echo_n "(cached) " >&6
7495 if test -n "$ac_ct_OTOOL"; then
7496 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7498 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7502 test -z "$as_dir" && as_dir
=.
7503 for ac_exec_ext
in '' $ac_executable_extensions; do
7504 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7505 ac_cv_prog_ac_ct_OTOOL
="otool"
7506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7515 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7516 if test -n "$ac_ct_OTOOL"; then
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7518 $as_echo "$ac_ct_OTOOL" >&6; }
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7521 $as_echo "no" >&6; }
7524 if test "x$ac_ct_OTOOL" = x
; then
7527 case $cross_compiling:$ac_tool_warned in
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7530 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7531 ac_tool_warned
=yes ;;
7536 OTOOL
="$ac_cv_prog_OTOOL"
7539 if test -n "$ac_tool_prefix"; then
7540 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7541 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7543 $as_echo_n "checking for $ac_word... " >&6; }
7544 if ${ac_cv_prog_READELF+:} false
; then :
7545 $as_echo_n "(cached) " >&6
7547 if test -n "$READELF"; then
7548 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7550 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7554 test -z "$as_dir" && as_dir
=.
7555 for ac_exec_ext
in '' $ac_executable_extensions; do
7556 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7557 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7567 READELF
=$ac_cv_prog_READELF
7568 if test -n "$READELF"; then
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7570 $as_echo "$READELF" >&6; }
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7573 $as_echo "no" >&6; }
7578 if test -z "$ac_cv_prog_READELF"; then
7579 ac_ct_READELF
=$READELF
7580 # Extract the first word of "readelf", so it can be a program name with args.
7581 set dummy readelf
; ac_word
=$2
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7583 $as_echo_n "checking for $ac_word... " >&6; }
7584 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7585 $as_echo_n "(cached) " >&6
7587 if test -n "$ac_ct_READELF"; then
7588 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7590 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7594 test -z "$as_dir" && as_dir
=.
7595 for ac_exec_ext
in '' $ac_executable_extensions; do
7596 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7597 ac_cv_prog_ac_ct_READELF
="readelf"
7598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7607 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7608 if test -n "$ac_ct_READELF"; then
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7610 $as_echo "$ac_ct_READELF" >&6; }
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7613 $as_echo "no" >&6; }
7616 if test "x$ac_ct_READELF" = x
; then
7619 case $cross_compiling:$ac_tool_warned in
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7622 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7623 ac_tool_warned
=yes ;;
7625 READELF
=$ac_ct_READELF
7628 READELF
="$ac_cv_prog_READELF"
7631 wine_rules_file
=conf$
$rules.
make
7632 rm -f $wine_rules_file
7637 CONFIGURE_TARGETS
=""
7639 ALL_TEST_RESOURCES
=""
7642 wine_fn_append_file
()
7644 as_fn_append
$1 " \\$as_nl $2"
7647 wine_fn_append_rule
()
7649 $as_echo "$1" >>$wine_rules_file
7654 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7657 wine_fn_all_rules
()
7659 wine_fn_append_file SUBDIRS
$ac_dir
7660 wine_fn_append_rule \
7664 @cd $ac_dir && \$(MAKE)"
7667 wine_fn_install_rules
()
7669 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7671 wine_fn_append_rule \
7672 ".PHONY: $ac_dir/install $ac_dir/uninstall
7673 $ac_dir/install:: $ac_dir
7674 @cd $ac_dir && \$(MAKE) install
7676 @cd $ac_dir && \$(MAKE) uninstall
7677 install:: $ac_dir/install
7678 __uninstall__: $ac_dir/uninstall"
7680 if wine_fn_has_flag install-lib
7682 wine_fn_append_rule \
7683 ".PHONY: $ac_dir/install-lib
7684 $ac_dir/install-lib:: $ac_dir
7685 @cd $ac_dir && \$(MAKE) install-lib
7686 install-lib:: $ac_dir/install-lib"
7689 if wine_fn_has_flag install-dev
7691 wine_fn_append_rule \
7692 ".PHONY: $ac_dir/install-dev
7693 $ac_dir/install-dev:: $ac_dir
7694 @cd $ac_dir && \$(MAKE) install-dev
7695 install-dev:: $ac_dir/install-dev"
7699 wine_fn_clean_rules
()
7703 if wine_fn_has_flag clean
7705 wine_fn_append_rule \
7706 "$ac_dir/clean: dummy
7707 @cd $ac_dir && \$(MAKE) clean"
7709 wine_fn_append_rule \
7710 "$ac_dir/clean: dummy
7711 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7713 wine_fn_append_rule \
7714 "__clean__: $ac_dir/clean
7715 .PHONY: $ac_dir/clean"
7718 wine_fn_disabled_rules
()
7722 wine_fn_append_file SUBDIRS
$ac_dir
7723 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7724 wine_fn_append_rule \
7725 "__clean__: $ac_dir/clean
7726 .PHONY: $ac_dir/clean
7727 $ac_dir/clean: dummy
7728 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7731 wine_fn_config_makefile
()
7738 fonts|server
) test -z "$with_wine64" ||
return ;;
7740 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7741 wine_fn_disabled_rules
; return
7744 wine_fn_install_rules
7748 wine_fn_config_lib
()
7752 ac_dir
=dlls
/$ac_name
7755 if test "x$enable_tools" = xno
; then :
7758 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7763 wine_fn_append_rule \
7764 ".PHONY: $ac_dir/install $ac_dir/uninstall
7765 $ac_dir/install:: $ac_dir
7766 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7768 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7769 install install-dev:: $ac_dir/install
7770 __uninstall__: $ac_dir/uninstall
7771 __builddeps__: $ac_dir
7775 wine_fn_config_dll
()
7778 ac_dir
=dlls
/$ac_name
7781 ac_implib
=${4:-$ac_name}
7782 ac_file
=$ac_dir/lib
$ac_implib
7787 if test "x$enable_tools" = xno
; then :
7790 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7793 *.
*16) ac_implibflags
=" -m16" ;;
7795 *) ac_dll
=$ac_dll.dll
;;
7799 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7800 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7802 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7803 if test "$ac_enable" != enable_win16
7805 wine_fn_clean_rules
$ac_clean
7806 wine_fn_append_file SUBDIRS
$ac_dir
7807 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7809 wine_fn_disabled_rules
$ac_clean
7814 wine_fn_clean_rules
$ac_clean
7815 wine_fn_append_rule \
7816 "$ac_dir: __builddeps__
7817 manpages htmlpages sgmlpages xmlpages::
7818 @cd $ac_dir && \$(MAKE) \$@
7819 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7820 install install-lib:: $ac_dir/install-lib
7821 __uninstall__: $ac_dir/uninstall"
7822 if test -n "$DLLEXT"
7824 wine_fn_append_rule \
7825 "$ac_dir/install-lib:: $ac_dir
7826 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7827 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7829 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7831 wine_fn_append_rule \
7832 "$ac_dir/install-lib:: $ac_dir
7833 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7835 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7839 if wine_fn_has_flag staticimplib
7841 wine_fn_append_rule \
7842 "__builddeps__: $ac_file.a
7843 $ac_file.a $ac_file.cross.a: $ac_deps
7845 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7846 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7847 $ac_dir/install-dev:: $ac_file.a
7848 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7850 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7851 install install-dev:: $ac_dir/install-dev
7852 __uninstall__: $ac_dir/uninstall"
7854 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7856 wine_fn_append_rule \
7857 "__builddeps__: $ac_file.cross.a
7858 $ac_file.cross.a: dummy
7859 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7862 elif wine_fn_has_flag implib
7864 wine_fn_append_rule \
7865 "__builddeps__: $ac_file.$IMPLIBEXT
7866 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7867 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7868 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7869 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7870 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7871 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7872 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7874 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7875 install install-dev:: $ac_dir/install-dev
7876 __uninstall__: $ac_dir/uninstall"
7877 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7879 wine_fn_append_rule \
7880 "__builddeps__: $ac_file.cross.a
7881 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7882 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7887 wine_fn_config_program
()
7890 ac_dir
=programs
/$ac_name
7897 *) ac_program
=$ac_program.exe
;;
7901 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7902 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7904 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7905 wine_fn_disabled_rules
$ac_clean; return
7909 wine_fn_clean_rules
$ac_clean
7910 wine_fn_append_rule
"$ac_dir: __builddeps__"
7912 wine_fn_has_flag
install ||
return
7913 wine_fn_append_rule \
7914 ".PHONY: $ac_dir/install $ac_dir/uninstall
7915 install install-lib:: $ac_dir/install
7916 __uninstall__: $ac_dir/uninstall"
7918 if test -n "$DLLEXT"
7920 wine_fn_append_rule \
7921 "$ac_dir/install:: $ac_dir
7922 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7923 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7925 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7927 if test -z "$with_wine64" && wine_fn_has_flag installbin
7929 wine_fn_append_rule \
7930 "$ac_dir/install:: __tooldeps__
7931 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7933 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7936 wine_fn_append_rule \
7937 "$ac_dir/install:: $ac_dir
7938 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7940 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7943 if test -z "$with_wine64" && wine_fn_has_flag manpage
7945 wine_fn_append_rule \
7946 "$ac_dir/install:: $ac_dir
7947 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7949 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7953 wine_fn_config_test
()
7960 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7961 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7963 if test "x$enable_tests" = xno
; then :
7964 wine_fn_disabled_rules
$ac_clean; return
7967 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7969 wine_fn_clean_rules
$ac_clean
7971 wine_fn_append_rule \
7972 "$ac_dir: __builddeps__
7973 programs/winetest: $ac_dir
7974 check test: $ac_dir/test
7975 .PHONY: $ac_dir/test
7977 @cd $ac_dir && \$(MAKE) test
7979 \$(RM) $ac_dir/*.ok"
7981 if test -n "$CROSSTARGET"
7983 wine_fn_append_rule \
7984 "crosstest: $ac_dir/crosstest
7985 .PHONY: $ac_dir/crosstest
7986 $ac_dir/crosstest: __builddeps__ dummy
7987 @cd $ac_dir && \$(MAKE) crosstest"
7991 wine_fn_config_tool
()
7995 if test "x$enable_tools" = xno
; then :
7996 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
8000 wine_fn_install_rules
8003 wine_fn_append_rule
"__tooldeps__: $ac_dir"
8004 wine_fn_append_rule
"$ac_dir: libs/port"
8006 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
8010 wine_fn_config_symlink
()
8013 if test "x$1" = "x-d"
8019 wine_fn_append_rule \
8021 @./config.status \$@"
8022 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8023 test -n "$ac_linkdir" ||
return
8024 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
8028 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8029 WINELOADER_PROGRAMS
="$wine_binary"
8031 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8035 if test -n "$ac_tool_prefix"; then
8036 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8037 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8039 $as_echo_n "checking for $ac_word... " >&6; }
8040 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8041 $as_echo_n "(cached) " >&6
8043 if test -n "$DLLTOOL"; then
8044 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8046 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8050 test -z "$as_dir" && as_dir
=.
8051 for ac_exec_ext
in '' $ac_executable_extensions; do
8052 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8053 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8063 DLLTOOL
=$ac_cv_prog_DLLTOOL
8064 if test -n "$DLLTOOL"; then
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8066 $as_echo "$DLLTOOL" >&6; }
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8069 $as_echo "no" >&6; }
8074 if test -z "$ac_cv_prog_DLLTOOL"; then
8075 ac_ct_DLLTOOL
=$DLLTOOL
8076 # Extract the first word of "dlltool", so it can be a program name with args.
8077 set dummy dlltool
; ac_word
=$2
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8079 $as_echo_n "checking for $ac_word... " >&6; }
8080 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8081 $as_echo_n "(cached) " >&6
8083 if test -n "$ac_ct_DLLTOOL"; then
8084 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8086 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8090 test -z "$as_dir" && as_dir
=.
8091 for ac_exec_ext
in '' $ac_executable_extensions; do
8092 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8093 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8103 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8104 if test -n "$ac_ct_DLLTOOL"; then
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8106 $as_echo "$ac_ct_DLLTOOL" >&6; }
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8109 $as_echo "no" >&6; }
8112 if test "x$ac_ct_DLLTOOL" = x
; then
8115 case $cross_compiling:$ac_tool_warned in
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8118 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8119 ac_tool_warned
=yes ;;
8121 DLLTOOL
=$ac_ct_DLLTOOL
8124 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8130 enable_iphlpapi
=${enable_iphlpapi:-no}
8131 enable_kernel32
=${enable_kernel32:-no}
8132 enable_msvcrt
=${enable_msvcrt:-no}
8133 enable_ntdll
=${enable_ntdll:-no}
8134 enable_ws2_32
=${enable_ws2_32:-no}
8135 enable_loader
=${enable_loader:-no}
8136 enable_server
=${enable_server:-no}
8137 with_x
=${with_x:-no}
8138 with_pthread
=${with_pthread:-no}
8144 SOCKET_LIBS
="-lws2_32"
8148 LIBWINE_SHAREDLIB
="libwine.dll"
8150 LIBWINE_IMPORTLIB
="libwine.a"
8152 LIBWINE_INSTALL_LIB
="libwine.dll"
8154 LIBWINE_INSTALL_DEV
="libwine.a"
8156 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8158 LIBWINE_DEPENDS
="wine.def"
8163 for ac_header
in libunwind.h
8165 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8166 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8167 cat >>confdefs.h
<<_ACEOF
8168 #define HAVE_LIBUNWIND_H 1
8176 DLLFLAGS
="$DLLFLAGS -fPIC"
8177 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8178 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8179 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8181 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8183 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8185 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8187 CORESERVICES_LIBS
="-framework CoreServices"
8189 APPKIT_LIBS
="-framework AppKit"
8191 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8193 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8194 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8195 $as_echo_n "(cached) " >&6
8197 ac_wine_try_cflags_saved
=$CFLAGS
8198 CFLAGS
="$CFLAGS -Wl,-no_pie"
8199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8200 /* end confdefs.h. */
8201 int main(int argc, char **argv) { return 0; }
8203 if ac_fn_c_try_link
"$LINENO"; then :
8204 ac_cv_cflags__Wl__no_pie
=yes
8206 ac_cv_cflags__Wl__no_pie
=no
8208 rm -f core conftest.err conftest.
$ac_objext \
8209 conftest
$ac_exeext conftest.
$ac_ext
8210 CFLAGS
=$ac_wine_try_cflags_saved
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8213 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8214 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8215 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8217 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8219 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8222 if test "$ac_cv_header_Security_Security_h" = "yes"
8224 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8226 ac_save_LIBS
="$LIBS"
8227 LIBS
="$LIBS $SECURITY_LIBS"
8228 for ac_func
in SSLCopyPeerCertificates
8230 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8231 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8232 cat >>confdefs.h
<<_ACEOF
8233 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8239 LIBS
="$ac_save_LIBS"
8240 with_gnutls
=${with_gnutls:-no}
8242 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8244 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8246 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8249 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8252 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8253 ac_save_LIBS
="$LIBS"
8254 LIBS
="$LIBS $COREAUDIO_LIBS"
8255 for ac_func
in AUGraphAddNode
8257 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8258 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8259 cat >>confdefs.h
<<_ACEOF
8260 #define HAVE_AUGRAPHADDNODE 1
8266 LIBS
="$ac_save_LIBS"
8268 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8270 OPENAL_LIBS
="-framework OpenAL"
8273 cat >>confdefs.h
<<_ACEOF
8274 #define HAVE_OPENAL 1
8277 ac_cv_lib_openal
=yes
8279 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8281 OPENCL_LIBS
="-framework OpenCL"
8283 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8285 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8287 ac_save_LIBS
="$LIBS"
8288 LIBS
="$LIBS $IOKIT_LIBS"
8289 for ac_func
in IOHIDManagerCreate
8291 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8292 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8293 cat >>confdefs.h
<<_ACEOF
8294 #define HAVE_IOHIDMANAGERCREATE 1
8300 LIBS
="$ac_save_LIBS"
8302 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8304 ac_save_LIBS
="$LIBS"
8305 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8307 $as_echo_n "checking for the QuickTime framework... " >&6; }
8308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8309 /* end confdefs.h. */
8310 #include <QuickTime/ImageCompression.h>
8314 CodecManagerVersion(NULL);
8319 if ac_fn_c_try_link
"$LINENO"; then :
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8321 $as_echo "yes" >&6; }
8322 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8324 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8327 $as_echo "no" >&6; }
8328 ac_cv_header_QuickTime_ImageCompression_h
=no
8330 rm -f core conftest.err conftest.
$ac_objext \
8331 conftest
$ac_exeext conftest.
$ac_ext
8332 LIBS
="$ac_save_LIBS"
8334 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8336 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8338 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8340 CARBON_LIBS
="-framework Carbon"
8344 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8346 ac_save_LIBS
="$LIBS"
8347 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8348 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8349 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8350 enable_winemac_drv
=${enable_winemac_drv:-yes}
8353 LIBS
="$ac_save_LIBS"
8356 if test "x$enable_win16" = "xyes"
8358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8359 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8360 if test "$cross_compiling" = yes; then :
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8362 $as_echo "cross-compiling, assuming yes" >&6; }
8364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8365 /* end confdefs.h. */
8368 "good:\tnop;nop\n\t"
8369 ".globl _testfunc\n"
8370 "_testfunc:\tcallw good");
8371 extern void testfunc();
8375 unsigned short *p = (unsigned short *)testfunc;
8376 return p[0] != 0xe866 || p[1] != 0xfffa
8381 if ac_fn_c_try_run
"$LINENO"; then :
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8383 $as_echo "yes" >&6; }
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386 $as_echo "no" >&6; }
8387 as_fn_error $?
"Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." "$LINENO" 5
8389 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8390 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8395 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8397 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8399 LIBWINE_INSTALL_DEV
="libwine.dylib"
8401 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8403 WINELOADER_DEPENDS
="wine_info.plist"
8408 DLLFLAGS
="$DLLFLAGS -fPIC"
8409 LDEXECFLAGS
="-Wl,-pie"
8410 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8412 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8413 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8414 $as_echo_n "(cached) " >&6
8416 ac_wine_try_cflags_saved
=$CFLAGS
8417 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8419 /* end confdefs.h. */
8420 int main(int argc, char **argv) { return 0; }
8422 if ac_fn_c_try_link
"$LINENO"; then :
8423 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8425 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8427 rm -f core conftest.err conftest.
$ac_objext \
8428 conftest
$ac_exeext conftest.
$ac_ext
8429 CFLAGS
=$ac_wine_try_cflags_saved
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8432 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8433 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8434 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8436 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8438 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8439 if eval \
${$as_ac_var+:} false
; then :
8440 $as_echo_n "(cached) " >&6
8442 ac_wine_try_cflags_saved
=$CFLAGS
8443 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8445 /* end confdefs.h. */
8446 int main(int argc, char **argv) { return 0; }
8448 if ac_fn_c_try_link
"$LINENO"; then :
8449 eval "$as_ac_var=yes"
8451 eval "$as_ac_var=no"
8453 rm -f core conftest.err conftest.
$ac_objext \
8454 conftest
$ac_exeext conftest.
$ac_ext
8455 CFLAGS
=$ac_wine_try_cflags_saved
8457 eval ac_res
=\$
$as_ac_var
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8459 $as_echo "$ac_res" >&6; }
8460 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8461 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8462 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8464 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8466 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8467 if eval \
${$as_ac_var+:} false
; then :
8468 $as_echo_n "(cached) " >&6
8470 ac_wine_try_cflags_saved
=$CFLAGS
8471 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8473 /* end confdefs.h. */
8474 int main(int argc, char **argv) { return 0; }
8476 if ac_fn_c_try_link
"$LINENO"; then :
8477 eval "$as_ac_var=yes"
8479 eval "$as_ac_var=no"
8481 rm -f core conftest.err conftest.
$ac_objext \
8482 conftest
$ac_exeext conftest.
$ac_ext
8483 CFLAGS
=$ac_wine_try_cflags_saved
8485 eval ac_res
=\$
$as_ac_var
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8487 $as_echo "$ac_res" >&6; }
8488 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8489 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8490 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8494 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8495 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8496 $as_echo_n "(cached) " >&6
8498 ac_wine_try_cflags_saved
=$CFLAGS
8499 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8501 /* end confdefs.h. */
8502 int main(int argc, char **argv) { return 0; }
8504 if ac_fn_c_try_link
"$LINENO"; then :
8505 ac_cv_cflags__Wl___enable_new_dtags
=yes
8507 ac_cv_cflags__Wl___enable_new_dtags
=no
8509 rm -f core conftest.err conftest.
$ac_objext \
8510 conftest
$ac_exeext conftest.
$ac_ext
8511 CFLAGS
=$ac_wine_try_cflags_saved
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8514 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8515 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8516 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8519 LIBWINE_SHAREDLIB
="libwine.so"
8521 LIBWINE_INSTALL_LIB
="libwine.so"
8523 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8527 $as_echo_n "checking for -lEGL... " >&6; }
8528 if ${ac_cv_lib_soname_EGL+:} false
; then :
8529 $as_echo_n "(cached) " >&6
8531 ac_check_soname_save_LIBS
=$LIBS
8533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8534 /* end confdefs.h. */
8536 /* Override any GCC internal prototype to avoid an error.
8537 Use char because int might match the return type of a GCC
8538 builtin and then its argument prototype would still apply. */
8542 char eglGetProcAddress ();
8546 return eglGetProcAddress ();
8551 if ac_fn_c_try_link
"$LINENO"; then :
8553 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8554 dylib
) ac_cv_lib_soname_EGL
=`$OTOOL -L conftest$ac_exeext | grep "libEGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libEGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8555 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8556 if ${ac_cv_lib_soname_EGL:+false} :; then :
8557 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8561 rm -f core conftest.err conftest.
$ac_objext \
8562 conftest
$ac_exeext conftest.
$ac_ext
8563 LIBS
=$ac_check_soname_save_LIBS
8565 if ${ac_cv_lib_soname_EGL:+false} :; then :
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8567 $as_echo "not found" >&6; }
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8571 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8573 cat >>confdefs.h
<<_ACEOF
8574 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8580 $as_echo_n "checking for -lGLESv2... " >&6; }
8581 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8582 $as_echo_n "(cached) " >&6
8584 ac_check_soname_save_LIBS
=$LIBS
8585 LIBS
="-lGLESv2 $LIBS"
8586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8587 /* end confdefs.h. */
8589 /* Override any GCC internal prototype to avoid an error.
8590 Use char because int might match the return type of a GCC
8591 builtin and then its argument prototype would still apply. */
8604 if ac_fn_c_try_link
"$LINENO"; then :
8606 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8607 dylib
) ac_cv_lib_soname_GLESv2
=`$OTOOL -L conftest$ac_exeext | grep "libGLESv2\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLESv2\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8608 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8609 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8610 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8614 rm -f core conftest.err conftest.
$ac_objext \
8615 conftest
$ac_exeext conftest.
$ac_ext
8616 LIBS
=$ac_check_soname_save_LIBS
8618 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8620 $as_echo "not found" >&6; }
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8624 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8626 cat >>confdefs.h
<<_ACEOF
8627 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8633 if test "x$exec_prefix" = xNONE
8636 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8637 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8638 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8639 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8645 DLLFLAGS
="$DLLFLAGS -fPIC"
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8647 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8648 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8649 $as_echo_n "(cached) " >&6
8651 ac_wine_try_cflags_saved
=$CFLAGS
8652 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8654 /* end confdefs.h. */
8657 if ac_fn_c_try_link
"$LINENO"; then :
8658 ac_cv_c_dll_gnuelf
="yes"
8660 ac_cv_c_dll_gnuelf
="no"
8662 rm -f core conftest.err conftest.
$ac_objext \
8663 conftest
$ac_exeext conftest.
$ac_ext
8664 CFLAGS
=$ac_wine_try_cflags_saved
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8667 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8668 if test "$ac_cv_c_dll_gnuelf" = "yes"
8670 LIBWINE_LDFLAGS
="-shared"
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8672 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8673 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8674 $as_echo_n "(cached) " >&6
8676 ac_wine_try_cflags_saved
=$CFLAGS
8677 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8679 /* end confdefs.h. */
8680 int main(int argc, char **argv) { return 0; }
8682 if ac_fn_c_try_link
"$LINENO"; then :
8683 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8685 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8687 rm -f core conftest.err conftest.
$ac_objext \
8688 conftest
$ac_exeext conftest.
$ac_ext
8689 CFLAGS
=$ac_wine_try_cflags_saved
8691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8692 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8693 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8694 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8697 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8698 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8699 $as_echo_n "(cached) " >&6
8701 ac_wine_try_cflags_saved
=$CFLAGS
8702 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8704 /* end confdefs.h. */
8705 int main(int argc, char **argv) { return 0; }
8707 if ac_fn_c_try_link
"$LINENO"; then :
8708 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8710 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8712 rm -f core conftest.err conftest.
$ac_objext \
8713 conftest
$ac_exeext conftest.
$ac_ext
8714 CFLAGS
=$ac_wine_try_cflags_saved
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8717 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8718 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8719 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8723 echo '{ global: *; };' >conftest.map
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8725 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8726 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8727 $as_echo_n "(cached) " >&6
8729 ac_wine_try_cflags_saved
=$CFLAGS
8730 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8732 /* end confdefs.h. */
8733 int main(int argc, char **argv) { return 0; }
8735 if ac_fn_c_try_link
"$LINENO"; then :
8736 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8738 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8740 rm -f core conftest.err conftest.
$ac_objext \
8741 conftest
$ac_exeext conftest.
$ac_ext
8742 CFLAGS
=$ac_wine_try_cflags_saved
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8745 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8746 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8747 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8752 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8753 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8754 $as_echo_n "(cached) " >&6
8756 ac_wine_try_cflags_saved
=$CFLAGS
8757 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8759 /* end confdefs.h. */
8760 int main(int argc, char **argv) { return 0; }
8762 if ac_fn_c_try_link
"$LINENO"; then :
8763 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8765 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8767 rm -f core conftest.err conftest.
$ac_objext \
8768 conftest
$ac_exeext conftest.
$ac_ext
8769 CFLAGS
=$ac_wine_try_cflags_saved
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8772 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8773 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8774 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8777 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8779 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8780 if eval \
${$as_ac_var+:} false
; then :
8781 $as_echo_n "(cached) " >&6
8783 ac_wine_try_cflags_saved
=$CFLAGS
8784 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8786 /* end confdefs.h. */
8787 int main(int argc, char **argv) { return 0; }
8789 if ac_fn_c_try_link
"$LINENO"; then :
8790 eval "$as_ac_var=yes"
8792 eval "$as_ac_var=no"
8794 rm -f core conftest.err conftest.
$ac_objext \
8795 conftest
$ac_exeext conftest.
$ac_ext
8796 CFLAGS
=$ac_wine_try_cflags_saved
8798 eval ac_res
=\$
$as_ac_var
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8800 $as_echo "$ac_res" >&6; }
8801 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8802 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8803 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8805 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8807 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8808 if eval \
${$as_ac_var+:} false
; then :
8809 $as_echo_n "(cached) " >&6
8811 ac_wine_try_cflags_saved
=$CFLAGS
8812 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8813 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8814 /* end confdefs.h. */
8815 int main(int argc, char **argv) { return 0; }
8817 if ac_fn_c_try_link
"$LINENO"; then :
8818 eval "$as_ac_var=yes"
8820 eval "$as_ac_var=no"
8822 rm -f core conftest.err conftest.
$ac_objext \
8823 conftest
$ac_exeext conftest.
$ac_ext
8824 CFLAGS
=$ac_wine_try_cflags_saved
8826 eval ac_res
=\$
$as_ac_var
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8828 $as_echo "$ac_res" >&6; }
8829 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8830 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8831 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8836 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8837 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8838 $as_echo_n "(cached) " >&6
8840 ac_wine_try_cflags_saved
=$CFLAGS
8841 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8843 /* end confdefs.h. */
8844 int main(int argc, char **argv) { return 0; }
8846 if ac_fn_c_try_link
"$LINENO"; then :
8847 ac_cv_cflags__Wl___enable_new_dtags
=yes
8849 ac_cv_cflags__Wl___enable_new_dtags
=no
8851 rm -f core conftest.err conftest.
$ac_objext \
8852 conftest
$ac_exeext conftest.
$ac_ext
8853 CFLAGS
=$ac_wine_try_cflags_saved
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8856 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8857 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8858 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8862 *i
[3456789]86* | x86_64
)
8863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8864 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8865 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8866 $as_echo_n "(cached) " >&6
8868 ac_wine_try_cflags_saved
=$CFLAGS
8869 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8871 /* end confdefs.h. */
8872 int main(int argc, char **argv) { return 0; }
8874 if ac_fn_c_try_link
"$LINENO"; then :
8875 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8877 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8879 rm -f core conftest.err conftest.
$ac_objext \
8880 conftest
$ac_exeext conftest.
$ac_ext
8881 CFLAGS
=$ac_wine_try_cflags_saved
8883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8884 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8885 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8887 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8888 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8892 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8893 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8894 $as_echo_n "(cached) " >&6
8896 ac_wine_try_cflags_saved
=$CFLAGS
8897 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8899 /* end confdefs.h. */
8900 int main(int argc, char **argv) { return 0; }
8902 if ac_fn_c_try_link
"$LINENO"; then :
8903 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8905 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8907 rm -f core conftest.err conftest.
$ac_objext \
8908 conftest
$ac_exeext conftest.
$ac_ext
8909 CFLAGS
=$ac_wine_try_cflags_saved
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8912 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8913 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8915 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8916 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8919 # Extract the first word of "prelink", so it can be a program name with args.
8920 set dummy prelink
; ac_word
=$2
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8922 $as_echo_n "checking for $ac_word... " >&6; }
8923 if ${ac_cv_path_PRELINK+:} false
; then :
8924 $as_echo_n "(cached) " >&6
8928 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8931 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8932 for as_dir
in /sbin
/usr
/sbin
$PATH
8935 test -z "$as_dir" && as_dir
=.
8936 for ac_exec_ext
in '' $ac_executable_extensions; do
8937 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8938 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8946 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8950 PRELINK
=$ac_cv_path_PRELINK
8951 if test -n "$PRELINK"; then
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8953 $as_echo "$PRELINK" >&6; }
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8956 $as_echo "no" >&6; }
8960 if test "x$PRELINK" = xfalse
8962 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8966 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8967 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8968 $as_echo_n "(cached) " >&6
8970 ac_wine_try_cflags_saved
=$CFLAGS
8971 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8973 /* end confdefs.h. */
8974 int main(int argc, char **argv) { return 0; }
8976 if ac_fn_c_try_link
"$LINENO"; then :
8977 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8979 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8981 rm -f core conftest.err conftest.
$ac_objext \
8982 conftest
$ac_exeext conftest.
$ac_ext
8983 CFLAGS
=$ac_wine_try_cflags_saved
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8986 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8987 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8988 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8995 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8996 if ${ac_cv_c_dll_unixware+:} false
; then :
8997 $as_echo_n "(cached) " >&6
8999 ac_wine_try_cflags_saved
=$CFLAGS
9000 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9002 /* end confdefs.h. */
9005 if ac_fn_c_try_link
"$LINENO"; then :
9006 ac_cv_c_dll_unixware
="yes"
9008 ac_cv_c_dll_unixware
="no"
9010 rm -f core conftest.err conftest.
$ac_objext \
9011 conftest
$ac_exeext conftest.
$ac_ext
9012 CFLAGS
=$ac_wine_try_cflags_saved
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9015 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9016 if test "$ac_cv_c_dll_unixware" = "yes"
9018 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9021 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9023 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
9025 LIBWINE_INSTALL_DEV
="libwine.so"
9027 LIBWINE_DEPENDS
="wine.map"
9032 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9033 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9034 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9035 enable_winemac_drv
=${enable_winemac_drv:-no}
9036 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9040 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
9044 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9046 ac_prefix_list
="i686-w64-mingw32-gcc i586-w64-mingw32-gcc i486-w64-mingw32-gcc i386-w64-mingw32-gcc i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc
9047 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9050 ac_prefix_list
="x86_64-pc-mingw32-gcc amd64-pc-mingw32-gcc x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-mingw32msvc-gcc amd64-mingw32msvc-gcc
9051 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9053 ac_prefix_list
="" ;;
9055 for ac_prog
in $ac_prefix_list
9057 # Extract the first word of "$ac_prog", so it can be a program name with args.
9058 set dummy
$ac_prog; ac_word
=$2
9059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9060 $as_echo_n "checking for $ac_word... " >&6; }
9061 if ${ac_cv_prog_CROSSCC+:} false
; then :
9062 $as_echo_n "(cached) " >&6
9064 if test -n "$CROSSCC"; then
9065 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9067 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9071 test -z "$as_dir" && as_dir
=.
9072 for ac_exec_ext
in '' $ac_executable_extensions; do
9073 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9074 ac_cv_prog_CROSSCC
="$ac_prog"
9075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9084 CROSSCC
=$ac_cv_prog_CROSSCC
9085 if test -n "$CROSSCC"; then
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9087 $as_echo "$CROSSCC" >&6; }
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9090 $as_echo "no" >&6; }
9094 test -n "$CROSSCC" && break
9096 test -n "$CROSSCC" || CROSSCC
="false"
9098 if test "$CROSSCC" != "false"
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9103 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9105 /* end confdefs.h. */
9115 if ac_fn_c_try_compile
"$LINENO"; then :
9116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9117 $as_echo "yes" >&6; }
9123 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9124 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9130 $as_echo "no" >&6; }
9132 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9134 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
9140 if test "$ac_cv_header_pthread_h" = "yes"
9142 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
9143 if test "x$ac_cv_func_pthread_create" = xyes
; then :
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
9147 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
9148 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
9149 $as_echo_n "(cached) " >&6
9151 ac_check_lib_save_LIBS
=$LIBS
9152 LIBS
="-lpthread $LIBS"
9153 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9154 /* end confdefs.h. */
9156 /* Override any GCC internal prototype to avoid an error.
9157 Use char because int might match the return type of a GCC
9158 builtin and then its argument prototype would still apply. */
9162 char pthread_create ();
9166 return pthread_create ();
9171 if ac_fn_c_try_link
"$LINENO"; then :
9172 ac_cv_lib_pthread_pthread_create
=yes
9174 ac_cv_lib_pthread_pthread_create
=no
9176 rm -f core conftest.err conftest.
$ac_objext \
9177 conftest
$ac_exeext conftest.
$ac_ext
9178 LIBS
=$ac_check_lib_save_LIBS
9180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9181 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9182 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9183 PTHREAD_LIBS
="-lpthread"
9190 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9191 case "x$with_pthread" in
9193 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9194 Wine cannot support threads without libpthread.
9195 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9202 $as_echo_n "checking for X... " >&6; }
9205 # Check whether --with-x was given.
9206 if test "${with_x+set}" = set; then :
9210 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9211 if test "x$with_x" = xno
; then
9212 # The user explicitly disabled X.
9215 case $x_includes,$x_libraries in #(
9216 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9217 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9218 $as_echo_n "(cached) " >&6
9220 # One or both of the vars are not set, and there is no cached value.
9221 ac_x_includes
=no ac_x_libraries
=no
9222 rm -f -r conftest.dir
9223 if mkdir conftest.dir
; then
9225 cat >Imakefile
<<'_ACEOF'
9227 @echo incroot='${INCROOT}'
9229 @echo usrlibdir='${USRLIBDIR}'
9231 @echo libdir='${LIBDIR}'
9233 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9234 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9235 for ac_var
in incroot usrlibdir libdir
; do
9236 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9238 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9239 for ac_extension
in a so sl dylib la dll
; do
9240 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9241 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9242 ac_im_usrlibdir
=$ac_im_libdir; break
9245 # Screen out bogus values from the imake configuration. They are
9246 # bogus both because they are the default anyway, and because
9247 # using them would break gcc on systems where it needs fixed includes.
9248 case $ac_im_incroot in
9249 /usr
/include
) ac_x_includes
= ;;
9250 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9252 case $ac_im_usrlibdir in
9253 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9254 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9258 rm -f -r conftest.dir
9261 # Standard set of common directories for X headers.
9262 # Check X11 before X11Rn because it is often a symlink to the current release.
9276 /usr/local/X11/include
9277 /usr/local/X11R7/include
9278 /usr/local/X11R6/include
9279 /usr/local/X11R5/include
9280 /usr/local/X11R4/include
9282 /usr/local/include/X11
9283 /usr/local/include/X11R7
9284 /usr/local/include/X11R6
9285 /usr/local/include/X11R5
9286 /usr/local/include/X11R4
9290 /usr/XFree86/include/X11
9294 /usr/unsupported/include
9296 /usr/local/x11r5/include
9297 /usr/lpp/Xamples/include
9299 /usr/openwin/include
9300 /usr/openwin/share/include'
9302 if test "$ac_x_includes" = no
; then
9303 # Guess where to find include files, by looking for Xlib.h.
9304 # First, try using that file with no special directory specified.
9305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9306 /* end confdefs.h. */
9307 #include <X11/Xlib.h>
9309 if ac_fn_c_try_cpp
"$LINENO"; then :
9310 # We can compile using X headers with no special include directory.
9313 for ac_dir
in $ac_x_header_dirs; do
9314 if test -r "$ac_dir/X11/Xlib.h"; then
9315 ac_x_includes
=$ac_dir
9320 rm -f conftest.err conftest.i conftest.
$ac_ext
9321 fi # $ac_x_includes = no
9323 if test "$ac_x_libraries" = no
; then
9324 # Check for the libraries.
9325 # See if we find them without any special options.
9326 # Don't add to $LIBS permanently.
9329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9330 /* end confdefs.h. */
9331 #include <X11/Xlib.h>
9340 if ac_fn_c_try_link
"$LINENO"; then :
9342 # We can link X programs with no special library path.
9346 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9348 # Don't even attempt the hair of trying to link an X program!
9349 for ac_extension
in a so sl dylib la dll
; do
9350 if test -r "$ac_dir/libX11.$ac_extension"; then
9351 ac_x_libraries
=$ac_dir
9357 rm -f core conftest.err conftest.
$ac_objext \
9358 conftest
$ac_exeext conftest.
$ac_ext
9359 fi # $ac_x_libraries = no
9361 case $ac_x_includes,$ac_x_libraries in #(
9363 # Didn't find X, or a directory has "'" in its name.
9364 ac_cv_have_x
="have_x=no";; #(
9366 # Record where we found X for the cache.
9367 ac_cv_have_x
="have_x=yes\
9368 ac_x_includes='$ac_x_includes'\
9369 ac_x_libraries='$ac_x_libraries'"
9375 eval "$ac_cv_have_x"
9378 if test "$have_x" != yes; then
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9380 $as_echo "$have_x" >&6; }
9383 # If each of the values was on the command line, it overrides each guess.
9384 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9385 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9386 # Update the cache value to reflect the command line values.
9387 ac_cv_have_x
="have_x=yes\
9388 ac_x_includes='$x_includes'\
9389 ac_x_libraries='$x_libraries'"
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9391 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9394 if test "$no_x" = yes; then
9395 # Not all programs may use this symbol, but it does not hurt to define it.
9397 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9399 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9401 if test -n "$x_includes"; then
9402 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9405 # It would also be nice to do this for all -L options, not just this one.
9406 if test -n "$x_libraries"; then
9407 X_LIBS
="$X_LIBS -L$x_libraries"
9408 # For Solaris; some versions of Sun CC require a space after -R and
9409 # others require no space. Words are not sufficient . . . .
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9411 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9412 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9413 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9414 ac_c_werror_flag
=yes
9415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9416 /* end confdefs.h. */
9426 if ac_fn_c_try_link
"$LINENO"; then :
9427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9428 $as_echo "no" >&6; }
9429 X_LIBS
="$X_LIBS -R$x_libraries"
9431 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9433 /* end confdefs.h. */
9443 if ac_fn_c_try_link
"$LINENO"; then :
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9445 $as_echo "yes" >&6; }
9446 X_LIBS
="$X_LIBS -R $x_libraries"
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9449 $as_echo "neither works" >&6; }
9451 rm -f core conftest.err conftest.
$ac_objext \
9452 conftest
$ac_exeext conftest.
$ac_ext
9454 rm -f core conftest.err conftest.
$ac_objext \
9455 conftest
$ac_exeext conftest.
$ac_ext
9456 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9460 # Check for system-dependent libraries X programs must link with.
9461 # Do this before checking for the system-independent R6 libraries
9462 # (-lICE), since we may need -lsocket or whatever for X linking.
9464 if test "$ISC" = yes; then
9465 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9467 # Martyn Johnson says this is needed for Ultrix, if the X
9468 # libraries were built with DECnet support. And Karl Berry says
9469 # the Alpha needs dnet_stub (dnet does not exist).
9470 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9472 /* end confdefs.h. */
9474 /* Override any GCC internal prototype to avoid an error.
9475 Use char because int might match the return type of a GCC
9476 builtin and then its argument prototype would still apply. */
9480 char XOpenDisplay ();
9484 return XOpenDisplay ();
9489 if ac_fn_c_try_link
"$LINENO"; then :
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9493 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9494 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9495 $as_echo_n "(cached) " >&6
9497 ac_check_lib_save_LIBS
=$LIBS
9499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9500 /* end confdefs.h. */
9502 /* Override any GCC internal prototype to avoid an error.
9503 Use char because int might match the return type of a GCC
9504 builtin and then its argument prototype would still apply. */
9512 return dnet_ntoa ();
9517 if ac_fn_c_try_link
"$LINENO"; then :
9518 ac_cv_lib_dnet_dnet_ntoa
=yes
9520 ac_cv_lib_dnet_dnet_ntoa
=no
9522 rm -f core conftest.err conftest.
$ac_objext \
9523 conftest
$ac_exeext conftest.
$ac_ext
9524 LIBS
=$ac_check_lib_save_LIBS
9526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9527 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9528 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9529 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9532 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9534 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9535 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9536 $as_echo_n "(cached) " >&6
9538 ac_check_lib_save_LIBS
=$LIBS
9539 LIBS
="-ldnet_stub $LIBS"
9540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9541 /* end confdefs.h. */
9543 /* Override any GCC internal prototype to avoid an error.
9544 Use char because int might match the return type of a GCC
9545 builtin and then its argument prototype would still apply. */
9553 return dnet_ntoa ();
9558 if ac_fn_c_try_link
"$LINENO"; then :
9559 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9561 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9563 rm -f core conftest.err conftest.
$ac_objext \
9564 conftest
$ac_exeext conftest.
$ac_ext
9565 LIBS
=$ac_check_lib_save_LIBS
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9568 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9569 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9570 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9575 rm -f core conftest.err conftest.
$ac_objext \
9576 conftest
$ac_exeext conftest.
$ac_ext
9577 LIBS
="$ac_xsave_LIBS"
9579 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9580 # to get the SysV transport functions.
9581 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9583 # The nsl library prevents programs from opening the X display
9584 # on Irix 5.2, according to T.E. Dickey.
9585 # The functions gethostbyname, getservbyname, and inet_addr are
9586 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9587 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9588 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9592 if test $ac_cv_func_gethostbyname = no
; then
9593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9594 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9595 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9596 $as_echo_n "(cached) " >&6
9598 ac_check_lib_save_LIBS
=$LIBS
9600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9601 /* end confdefs.h. */
9603 /* Override any GCC internal prototype to avoid an error.
9604 Use char because int might match the return type of a GCC
9605 builtin and then its argument prototype would still apply. */
9609 char gethostbyname ();
9613 return gethostbyname ();
9618 if ac_fn_c_try_link
"$LINENO"; then :
9619 ac_cv_lib_nsl_gethostbyname
=yes
9621 ac_cv_lib_nsl_gethostbyname
=no
9623 rm -f core conftest.err conftest.
$ac_objext \
9624 conftest
$ac_exeext conftest.
$ac_ext
9625 LIBS
=$ac_check_lib_save_LIBS
9627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9628 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9629 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9630 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9633 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9635 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9636 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9637 $as_echo_n "(cached) " >&6
9639 ac_check_lib_save_LIBS
=$LIBS
9641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9642 /* end confdefs.h. */
9644 /* Override any GCC internal prototype to avoid an error.
9645 Use char because int might match the return type of a GCC
9646 builtin and then its argument prototype would still apply. */
9650 char gethostbyname ();
9654 return gethostbyname ();
9659 if ac_fn_c_try_link
"$LINENO"; then :
9660 ac_cv_lib_bsd_gethostbyname
=yes
9662 ac_cv_lib_bsd_gethostbyname
=no
9664 rm -f core conftest.err conftest.
$ac_objext \
9665 conftest
$ac_exeext conftest.
$ac_ext
9666 LIBS
=$ac_check_lib_save_LIBS
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9669 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9670 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9671 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9677 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9678 # socket/setsockopt and other routines are undefined under SCO ODT
9679 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9680 # on later versions), says Simon Leinen: it contains gethostby*
9681 # variants that don't use the name server (or something). -lsocket
9682 # must be given before -lnsl if both are needed. We assume that
9683 # if connect needs -lnsl, so does gethostbyname.
9684 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9685 if test "x$ac_cv_func_connect" = xyes
; then :
9689 if test $ac_cv_func_connect = no
; then
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9691 $as_echo_n "checking for connect in -lsocket... " >&6; }
9692 if ${ac_cv_lib_socket_connect+:} false
; then :
9693 $as_echo_n "(cached) " >&6
9695 ac_check_lib_save_LIBS
=$LIBS
9696 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9698 /* end confdefs.h. */
9700 /* Override any GCC internal prototype to avoid an error.
9701 Use char because int might match the return type of a GCC
9702 builtin and then its argument prototype would still apply. */
9715 if ac_fn_c_try_link
"$LINENO"; then :
9716 ac_cv_lib_socket_connect
=yes
9718 ac_cv_lib_socket_connect
=no
9720 rm -f core conftest.err conftest.
$ac_objext \
9721 conftest
$ac_exeext conftest.
$ac_ext
9722 LIBS
=$ac_check_lib_save_LIBS
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9725 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9726 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9727 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9732 # Guillermo Gomez says -lposix is necessary on A/UX.
9733 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9734 if test "x$ac_cv_func_remove" = xyes
; then :
9738 if test $ac_cv_func_remove = no
; then
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9740 $as_echo_n "checking for remove in -lposix... " >&6; }
9741 if ${ac_cv_lib_posix_remove+:} false
; then :
9742 $as_echo_n "(cached) " >&6
9744 ac_check_lib_save_LIBS
=$LIBS
9745 LIBS
="-lposix $LIBS"
9746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9747 /* end confdefs.h. */
9749 /* Override any GCC internal prototype to avoid an error.
9750 Use char because int might match the return type of a GCC
9751 builtin and then its argument prototype would still apply. */
9764 if ac_fn_c_try_link
"$LINENO"; then :
9765 ac_cv_lib_posix_remove
=yes
9767 ac_cv_lib_posix_remove
=no
9769 rm -f core conftest.err conftest.
$ac_objext \
9770 conftest
$ac_exeext conftest.
$ac_ext
9771 LIBS
=$ac_check_lib_save_LIBS
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9774 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9775 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9776 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9781 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9782 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9783 if test "x$ac_cv_func_shmat" = xyes
; then :
9787 if test $ac_cv_func_shmat = no
; then
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9789 $as_echo_n "checking for shmat in -lipc... " >&6; }
9790 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9791 $as_echo_n "(cached) " >&6
9793 ac_check_lib_save_LIBS
=$LIBS
9795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9796 /* end confdefs.h. */
9798 /* Override any GCC internal prototype to avoid an error.
9799 Use char because int might match the return type of a GCC
9800 builtin and then its argument prototype would still apply. */
9813 if ac_fn_c_try_link
"$LINENO"; then :
9814 ac_cv_lib_ipc_shmat
=yes
9816 ac_cv_lib_ipc_shmat
=no
9818 rm -f core conftest.err conftest.
$ac_objext \
9819 conftest
$ac_exeext conftest.
$ac_ext
9820 LIBS
=$ac_check_lib_save_LIBS
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9823 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9824 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9825 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9831 # Check for libraries that X11R6 Xt/Xaw programs need.
9832 ac_save_LDFLAGS
=$LDFLAGS
9833 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9834 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9835 # check for ICE first), but we must link in the order -lSM -lICE or
9836 # we get undefined symbols. So assume we have SM if we have ICE.
9837 # These have to be linked with before -lX11, unlike the other
9838 # libraries we check for below, so use a different variable.
9839 # John Interrante, Karl Berry
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9841 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9842 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9843 $as_echo_n "(cached) " >&6
9845 ac_check_lib_save_LIBS
=$LIBS
9846 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9848 /* end confdefs.h. */
9850 /* Override any GCC internal prototype to avoid an error.
9851 Use char because int might match the return type of a GCC
9852 builtin and then its argument prototype would still apply. */
9856 char IceConnectionNumber ();
9860 return IceConnectionNumber ();
9865 if ac_fn_c_try_link
"$LINENO"; then :
9866 ac_cv_lib_ICE_IceConnectionNumber
=yes
9868 ac_cv_lib_ICE_IceConnectionNumber
=no
9870 rm -f core conftest.err conftest.
$ac_objext \
9871 conftest
$ac_exeext conftest.
$ac_ext
9872 LIBS
=$ac_check_lib_save_LIBS
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9875 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9876 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9877 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9880 LDFLAGS
=$ac_save_LDFLAGS
9885 if test "$have_x" = "yes"
9887 ac_save_CPPFLAGS
="$CPPFLAGS"
9888 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9891 $as_echo_n "checking for -lX11... " >&6; }
9892 if ${ac_cv_lib_soname_X11+:} false
; then :
9893 $as_echo_n "(cached) " >&6
9895 ac_check_soname_save_LIBS
=$LIBS
9896 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9898 /* end confdefs.h. */
9900 /* Override any GCC internal prototype to avoid an error.
9901 Use char because int might match the return type of a GCC
9902 builtin and then its argument prototype would still apply. */
9906 char XCreateWindow ();
9910 return XCreateWindow ();
9915 if ac_fn_c_try_link
"$LINENO"; then :
9917 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9918 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'` ;;
9919 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9920 if ${ac_cv_lib_soname_X11:+false} :; then :
9921 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9925 rm -f core conftest.err conftest.
$ac_objext \
9926 conftest
$ac_exeext conftest.
$ac_ext
9927 LIBS
=$ac_check_soname_save_LIBS
9929 if ${ac_cv_lib_soname_X11:+false} :; then :
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9931 $as_echo "not found" >&6; }
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9935 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9937 cat >>confdefs.h
<<_ACEOF
9938 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9944 $as_echo_n "checking for -lXext... " >&6; }
9945 if ${ac_cv_lib_soname_Xext+:} false
; then :
9946 $as_echo_n "(cached) " >&6
9948 ac_check_soname_save_LIBS
=$LIBS
9949 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9951 /* end confdefs.h. */
9953 /* Override any GCC internal prototype to avoid an error.
9954 Use char because int might match the return type of a GCC
9955 builtin and then its argument prototype would still apply. */
9959 char XextCreateExtension ();
9963 return XextCreateExtension ();
9968 if ac_fn_c_try_link
"$LINENO"; then :
9970 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9971 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'` ;;
9972 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9973 if ${ac_cv_lib_soname_Xext:+false} :; then :
9974 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9978 rm -f core conftest.err conftest.
$ac_objext \
9979 conftest
$ac_exeext conftest.
$ac_ext
9980 LIBS
=$ac_check_soname_save_LIBS
9982 if ${ac_cv_lib_soname_Xext:+false} :; then :
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9984 $as_echo "not found" >&6; }
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9988 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9990 cat >>confdefs.h
<<_ACEOF
9991 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9994 X_LIBS
="$X_LIBS -lXext"
9996 X_LIBS
="$X_LIBS -lX11"
9998 for ac_header
in X11
/Xlib.h \
10001 X11
/Xcursor
/Xcursor.h \
10002 X11
/extensions
/shape.h \
10003 X11
/extensions
/XInput.h \
10004 X11
/extensions
/XInput2.h \
10005 X11
/extensions
/XShm.h \
10006 X11
/extensions
/Xcomposite.h \
10007 X11
/extensions
/Xfixes.h \
10008 X11
/extensions
/Xinerama.h \
10009 X11
/extensions
/Xrandr.h \
10010 X11
/extensions
/Xrender.h \
10011 X11
/extensions
/xf86vmode.h \
10012 X11
/extensions
/xf86vmproto.h
10014 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10015 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
10016 # include <X11/Xlib.h>
10018 #ifdef HAVE_X11_XUTIL_H
10019 # include <X11/Xutil.h>
10022 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10023 cat >>confdefs.h
<<_ACEOF
10024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10032 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
10035 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10036 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
10037 $as_echo_n "(cached) " >&6
10039 ac_check_lib_save_LIBS
=$LIBS
10040 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10042 /* end confdefs.h. */
10044 /* Override any GCC internal prototype to avoid an error.
10045 Use char because int might match the return type of a GCC
10046 builtin and then its argument prototype would still apply. */
10050 char XkbQueryExtension ();
10054 return XkbQueryExtension ();
10059 if ac_fn_c_try_link
"$LINENO"; then :
10060 ac_cv_lib_X11_XkbQueryExtension
=yes
10062 ac_cv_lib_X11_XkbQueryExtension
=no
10064 rm -f core conftest.err conftest.
$ac_objext \
10065 conftest
$ac_exeext conftest.
$ac_ext
10066 LIBS
=$ac_check_lib_save_LIBS
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10069 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10070 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
10072 $as_echo "#define HAVE_XKB 1" >>confdefs.h
10078 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
10081 $as_echo_n "checking for -lXcursor... " >&6; }
10082 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
10083 $as_echo_n "(cached) " >&6
10085 ac_check_soname_save_LIBS
=$LIBS
10086 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
10087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10088 /* end confdefs.h. */
10090 /* Override any GCC internal prototype to avoid an error.
10091 Use char because int might match the return type of a GCC
10092 builtin and then its argument prototype would still apply. */
10096 char XcursorImageLoadCursor ();
10100 return XcursorImageLoadCursor ();
10105 if ac_fn_c_try_link
"$LINENO"; then :
10107 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10108 dylib
) ac_cv_lib_soname_Xcursor
=`$OTOOL -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10109 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10110 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10111 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10115 rm -f core conftest.err conftest.
$ac_objext \
10116 conftest
$ac_exeext conftest.
$ac_ext
10117 LIBS
=$ac_check_soname_save_LIBS
10119 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10121 $as_echo "not found" >&6; }
10124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
10125 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10127 cat >>confdefs.h
<<_ACEOF
10128 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10134 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
10135 case "x$with_xcursor" in
10136 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10138 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10139 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
10144 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
10147 $as_echo_n "checking for -lXi... " >&6; }
10148 if ${ac_cv_lib_soname_Xi+:} false
; then :
10149 $as_echo_n "(cached) " >&6
10151 ac_check_soname_save_LIBS
=$LIBS
10152 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
10153 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10154 /* end confdefs.h. */
10156 /* Override any GCC internal prototype to avoid an error.
10157 Use char because int might match the return type of a GCC
10158 builtin and then its argument prototype would still apply. */
10162 char XOpenDevice ();
10166 return XOpenDevice ();
10171 if ac_fn_c_try_link
"$LINENO"; then :
10173 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10174 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'` ;;
10175 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10176 if ${ac_cv_lib_soname_Xi:+false} :; then :
10177 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10181 rm -f core conftest.err conftest.
$ac_objext \
10182 conftest
$ac_exeext conftest.
$ac_ext
10183 LIBS
=$ac_check_soname_save_LIBS
10185 if ${ac_cv_lib_soname_Xi:+false} :; then :
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10187 $as_echo "not found" >&6; }
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10191 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10193 cat >>confdefs.h
<<_ACEOF
10194 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10200 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10201 case "x$with_xinput" in
10202 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10204 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10205 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10210 if test "x$ac_cv_lib_soname_Xi" != x
10212 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10213 case "x$with_xinput2" in
10214 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10216 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10217 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10223 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10226 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10227 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10228 $as_echo_n "(cached) " >&6
10230 ac_check_lib_save_LIBS
=$LIBS
10231 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10233 /* end confdefs.h. */
10235 /* Override any GCC internal prototype to avoid an error.
10236 Use char because int might match the return type of a GCC
10237 builtin and then its argument prototype would still apply. */
10241 char XShmQueryExtension ();
10245 return XShmQueryExtension ();
10250 if ac_fn_c_try_link
"$LINENO"; then :
10251 ac_cv_lib_Xext_XShmQueryExtension
=yes
10253 ac_cv_lib_Xext_XShmQueryExtension
=no
10255 rm -f core conftest.err conftest.
$ac_objext \
10256 conftest
$ac_exeext conftest.
$ac_ext
10257 LIBS
=$ac_check_lib_save_LIBS
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10260 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10261 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10263 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10268 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10269 case "x$with_xshm" in
10270 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10272 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10273 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10278 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10281 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10282 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10283 $as_echo_n "(cached) " >&6
10285 ac_check_lib_save_LIBS
=$LIBS
10286 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10288 /* end confdefs.h. */
10290 /* Override any GCC internal prototype to avoid an error.
10291 Use char because int might match the return type of a GCC
10292 builtin and then its argument prototype would still apply. */
10296 char XShapeQueryExtension ();
10300 return XShapeQueryExtension ();
10305 if ac_fn_c_try_link
"$LINENO"; then :
10306 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10308 ac_cv_lib_Xext_XShapeQueryExtension
=no
10310 rm -f core conftest.err conftest.
$ac_objext \
10311 conftest
$ac_exeext conftest.
$ac_ext
10312 LIBS
=$ac_check_lib_save_LIBS
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10315 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10316 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10318 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10323 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10324 case "x$with_xshape" in
10325 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10327 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10328 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10333 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10336 $as_echo_n "checking for -lXxf86vm... " >&6; }
10337 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10338 $as_echo_n "(cached) " >&6
10340 ac_check_soname_save_LIBS
=$LIBS
10341 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10343 /* end confdefs.h. */
10345 /* Override any GCC internal prototype to avoid an error.
10346 Use char because int might match the return type of a GCC
10347 builtin and then its argument prototype would still apply. */
10351 char XF86VidModeQueryExtension ();
10355 return XF86VidModeQueryExtension ();
10360 if ac_fn_c_try_link
"$LINENO"; then :
10362 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10363 dylib
) ac_cv_lib_soname_Xxf86vm
=`$OTOOL -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10364 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10365 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10366 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10370 rm -f core conftest.err conftest.
$ac_objext \
10371 conftest
$ac_exeext conftest.
$ac_ext
10372 LIBS
=$ac_check_soname_save_LIBS
10374 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10376 $as_echo "not found" >&6; }
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10380 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10382 cat >>confdefs.h
<<_ACEOF
10383 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10389 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10390 case "x$with_xxf86vm" in
10391 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10393 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10394 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10399 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10402 $as_echo_n "checking for -lXrender... " >&6; }
10403 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10404 $as_echo_n "(cached) " >&6
10406 ac_check_soname_save_LIBS
=$LIBS
10407 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10417 char XRenderQueryExtension ();
10421 return XRenderQueryExtension ();
10426 if ac_fn_c_try_link
"$LINENO"; then :
10428 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10429 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'` ;;
10430 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10431 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10432 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10436 rm -f core conftest.err conftest.
$ac_objext \
10437 conftest
$ac_exeext conftest.
$ac_ext
10438 LIBS
=$ac_check_soname_save_LIBS
10440 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10442 $as_echo "not found" >&6; }
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10446 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10448 cat >>confdefs.h
<<_ACEOF
10449 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10453 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10454 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10455 $as_echo_n "(cached) " >&6
10457 ac_check_lib_save_LIBS
=$LIBS
10458 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10459 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10468 char XRenderSetPictureTransform ();
10472 return XRenderSetPictureTransform ();
10477 if ac_fn_c_try_link
"$LINENO"; then :
10478 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10480 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10482 rm -f core conftest.err conftest.
$ac_objext \
10483 conftest
$ac_exeext conftest.
$ac_ext
10484 LIBS
=$ac_check_lib_save_LIBS
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10487 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10488 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10490 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10495 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10496 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10497 $as_echo_n "(cached) " >&6
10499 ac_check_lib_save_LIBS
=$LIBS
10500 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10502 /* end confdefs.h. */
10504 /* Override any GCC internal prototype to avoid an error.
10505 Use char because int might match the return type of a GCC
10506 builtin and then its argument prototype would still apply. */
10510 char XRenderCreateLinearGradient ();
10514 return XRenderCreateLinearGradient ();
10519 if ac_fn_c_try_link
"$LINENO"; then :
10520 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10522 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10524 rm -f core conftest.err conftest.
$ac_objext \
10525 conftest
$ac_exeext conftest.
$ac_ext
10526 LIBS
=$ac_check_lib_save_LIBS
10528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10529 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10530 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10532 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10539 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10540 case "x$with_xrender" in
10541 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10543 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10544 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10549 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10552 /* end confdefs.h. */
10553 #include <X11/Xlib.h>
10554 #include <X11/extensions/Xrandr.h>
10558 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10563 if ac_fn_c_try_compile
"$LINENO"; then :
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10565 $as_echo_n "checking for -lXrandr... " >&6; }
10566 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10567 $as_echo_n "(cached) " >&6
10569 ac_check_soname_save_LIBS
=$LIBS
10570 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10572 /* end confdefs.h. */
10574 /* Override any GCC internal prototype to avoid an error.
10575 Use char because int might match the return type of a GCC
10576 builtin and then its argument prototype would still apply. */
10580 char XRRQueryExtension ();
10584 return XRRQueryExtension ();
10589 if ac_fn_c_try_link
"$LINENO"; then :
10591 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10592 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'` ;;
10593 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10594 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10595 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10599 rm -f core conftest.err conftest.
$ac_objext \
10600 conftest
$ac_exeext conftest.
$ac_ext
10601 LIBS
=$ac_check_soname_save_LIBS
10603 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10605 $as_echo "not found" >&6; }
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10609 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10611 cat >>confdefs.h
<<_ACEOF
10612 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10616 /* end confdefs.h. */
10617 #include <X11/Xlib.h>
10618 #include <X11/extensions/Xrandr.h>
10622 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10627 if ac_fn_c_try_compile
"$LINENO"; then :
10629 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10632 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10635 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10637 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10638 case "x$with_xrandr" in
10639 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10641 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10642 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10647 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10650 /* end confdefs.h. */
10651 #include <X11/Xlib.h>
10652 #include <X11/extensions/Xfixes.h>
10656 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10661 if ac_fn_c_try_compile
"$LINENO"; then :
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10663 $as_echo_n "checking for -lXfixes... " >&6; }
10664 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10665 $as_echo_n "(cached) " >&6
10667 ac_check_soname_save_LIBS
=$LIBS
10668 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10670 /* end confdefs.h. */
10672 /* Override any GCC internal prototype to avoid an error.
10673 Use char because int might match the return type of a GCC
10674 builtin and then its argument prototype would still apply. */
10678 char XFixesQueryVersion ();
10682 return XFixesQueryVersion ();
10687 if ac_fn_c_try_link
"$LINENO"; then :
10689 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10690 dylib
) ac_cv_lib_soname_Xfixes
=`$OTOOL -L conftest$ac_exeext | grep "libXfixes\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXfixes\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10691 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10692 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10693 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10697 rm -f core conftest.err conftest.
$ac_objext \
10698 conftest
$ac_exeext conftest.
$ac_ext
10699 LIBS
=$ac_check_soname_save_LIBS
10701 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10703 $as_echo "not found" >&6; }
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10707 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10709 cat >>confdefs.h
<<_ACEOF
10710 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10716 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10718 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10719 case "x$with_xfixes" in
10720 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10722 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10723 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10728 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10730 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10731 /* end confdefs.h. */
10732 #include <X11/Xlib.h>
10733 #include <X11/extensions/Xinerama.h>
10737 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10742 if ac_fn_c_try_compile
"$LINENO"; then :
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10744 $as_echo_n "checking for -lXinerama... " >&6; }
10745 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10746 $as_echo_n "(cached) " >&6
10748 ac_check_soname_save_LIBS
=$LIBS
10749 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10751 /* end confdefs.h. */
10753 /* Override any GCC internal prototype to avoid an error.
10754 Use char because int might match the return type of a GCC
10755 builtin and then its argument prototype would still apply. */
10759 char XineramaQueryScreens ();
10763 return XineramaQueryScreens ();
10768 if ac_fn_c_try_link
"$LINENO"; then :
10770 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10771 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'` ;;
10772 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10773 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10774 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10778 rm -f core conftest.err conftest.
$ac_objext \
10779 conftest
$ac_exeext conftest.
$ac_ext
10780 LIBS
=$ac_check_soname_save_LIBS
10782 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10784 $as_echo "not found" >&6; }
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10788 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10790 cat >>confdefs.h
<<_ACEOF
10791 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10797 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10799 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10800 case "x$with_xinerama" in
10801 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10803 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10804 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10809 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10812 $as_echo_n "checking for -lXcomposite... " >&6; }
10813 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10814 $as_echo_n "(cached) " >&6
10816 ac_check_soname_save_LIBS
=$LIBS
10817 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10819 /* end confdefs.h. */
10821 /* Override any GCC internal prototype to avoid an error.
10822 Use char because int might match the return type of a GCC
10823 builtin and then its argument prototype would still apply. */
10827 char XCompositeRedirectWindow ();
10831 return XCompositeRedirectWindow ();
10836 if ac_fn_c_try_link
"$LINENO"; then :
10838 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10839 dylib
) ac_cv_lib_soname_Xcomposite
=`$OTOOL -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10840 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10841 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10842 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10846 rm -f core conftest.err conftest.
$ac_objext \
10847 conftest
$ac_exeext conftest.
$ac_ext
10848 LIBS
=$ac_check_soname_save_LIBS
10850 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10852 $as_echo "not found" >&6; }
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10856 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10858 cat >>confdefs.h
<<_ACEOF
10859 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10865 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10866 case "x$with_xcomposite" in
10867 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10869 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10870 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10875 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10876 #include <X11/Xlib.h>
10879 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10881 cat >>confdefs.h
<<_ACEOF
10882 #define HAVE_XICCALLBACK_CALLBACK 1
10887 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10888 #include <X11/Xlib.h>
10891 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10893 cat >>confdefs.h
<<_ACEOF
10894 #define HAVE_XEVENT_XCOOKIE 1
10903 if test "x$with_opengl" != "xno"
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10906 $as_echo_n "checking for -lGL... " >&6; }
10907 if ${ac_cv_lib_soname_GL+:} false
; then :
10908 $as_echo_n "(cached) " >&6
10910 ac_check_soname_save_LIBS
=$LIBS
10911 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10912 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10913 /* end confdefs.h. */
10915 /* Override any GCC internal prototype to avoid an error.
10916 Use char because int might match the return type of a GCC
10917 builtin and then its argument prototype would still apply. */
10921 char glXCreateContext ();
10925 return glXCreateContext ();
10930 if ac_fn_c_try_link
"$LINENO"; then :
10932 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10933 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'` ;;
10934 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10935 if ${ac_cv_lib_soname_GL:+false} :; then :
10936 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10940 rm -f core conftest.err conftest.
$ac_objext \
10941 conftest
$ac_exeext conftest.
$ac_ext
10942 LIBS
=$ac_check_soname_save_LIBS
10944 if ${ac_cv_lib_soname_GL:+false} :; then :
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10946 $as_echo "not found" >&6; }
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10948 $as_echo_n "checking for -lGL... " >&6; }
10949 if ${ac_cv_lib_soname_GL+:} false
; then :
10950 $as_echo_n "(cached) " >&6
10952 ac_check_soname_save_LIBS
=$LIBS
10953 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
10954 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10955 /* end confdefs.h. */
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10963 char glXCreateContext ();
10967 return glXCreateContext ();
10972 if ac_fn_c_try_link
"$LINENO"; then :
10974 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10975 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'` ;;
10976 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10977 if ${ac_cv_lib_soname_GL:+false} :; then :
10978 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10982 rm -f core conftest.err conftest.
$ac_objext \
10983 conftest
$ac_exeext conftest.
$ac_ext
10984 LIBS
=$ac_check_soname_save_LIBS
10986 if ${ac_cv_lib_soname_GL:+false} :; then :
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10988 $as_echo "not found" >&6; }
10989 if test -f /usr
/X11R
6/lib
/libGL.a
10991 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10992 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10994 opengl_msg
="No OpenGL library found on this system."
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10998 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11000 cat >>confdefs.h
<<_ACEOF
11001 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11004 OPENGL_LIBS
="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11008 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11010 cat >>confdefs.h
<<_ACEOF
11011 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11016 if test "x$with_glu" != "xno"
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
11019 $as_echo_n "checking for -lGLU... " >&6; }
11020 if ${ac_cv_lib_soname_GLU+:} false
; then :
11021 $as_echo_n "(cached) " >&6
11023 ac_check_soname_save_LIBS
=$LIBS
11024 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11026 /* end confdefs.h. */
11028 /* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11038 return gluLookAt ();
11043 if ac_fn_c_try_link
"$LINENO"; then :
11045 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11046 dylib
) ac_cv_lib_soname_GLU
=`$OTOOL -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11047 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11048 if ${ac_cv_lib_soname_GLU:+false} :; then :
11049 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11053 rm -f core conftest.err conftest.
$ac_objext \
11054 conftest
$ac_exeext conftest.
$ac_ext
11055 LIBS
=$ac_check_soname_save_LIBS
11057 if ${ac_cv_lib_soname_GLU:+false} :; then :
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11059 $as_echo "not found" >&6; }
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
11063 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11065 cat >>confdefs.h
<<_ACEOF
11066 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11071 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
11072 case "x$with_glu" in
11073 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11075 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
11076 This is an error since --with-glu was requested." "$LINENO" 5 ;;
11082 if test "x$with_osmesa" != "xno"
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
11085 $as_echo_n "checking for -lOSMesa... " >&6; }
11086 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
11087 $as_echo_n "(cached) " >&6
11089 ac_check_soname_save_LIBS
=$LIBS
11090 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11092 /* end confdefs.h. */
11094 /* Override any GCC internal prototype to avoid an error.
11095 Use char because int might match the return type of a GCC
11096 builtin and then its argument prototype would still apply. */
11100 char OSMesaGetProcAddress ();
11104 return OSMesaGetProcAddress ();
11109 if ac_fn_c_try_link
"$LINENO"; then :
11111 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11112 dylib
) ac_cv_lib_soname_OSMesa
=`$OTOOL -L conftest$ac_exeext | grep "libOSMesa\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libOSMesa\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11113 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11114 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11115 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11119 rm -f core conftest.err conftest.
$ac_objext \
11120 conftest
$ac_exeext conftest.
$ac_ext
11121 LIBS
=$ac_check_soname_save_LIBS
11123 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11125 $as_echo "not found" >&6; }
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
11129 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
11131 cat >>confdefs.h
<<_ACEOF
11132 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
11137 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
11138 case "x$with_osmesa" in
11139 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
11141 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
11142 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
11148 if test -n "$opengl_msg"; then :
11149 case "x$with_opengl" in
11150 x
) as_fn_append wine_warnings
"|$opengl_msg
11151 OpenGL and Direct3D won't be supported." ;;
11153 *) as_fn_error $?
"$opengl_msg
11154 OpenGL and Direct3D won't be supported.
11155 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
11160 CPPFLAGS
="$ac_save_CPPFLAGS"
11166 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
11168 if test "x$X_LIBS" = "x"; then :
11171 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
11172 without X support, which probably isn't what you want. You will need
11173 to install ${notice_platform}development packages of Xlib at the very least.
11174 Use the --without-x option if you really want this." "$LINENO" 5 ;;
11176 enable_winex11_drv
=${enable_winex11_drv:-no}
11179 if test "x$X_LIBS" = "x"; then :
11181 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11183 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11184 This is an error since --with-x was requested." "$LINENO" 5 ;;
11186 enable_winex11_drv
=${enable_winex11_drv:-no}
11190 if test "$ac_cv_header_CL_cl_h" = "yes"
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11193 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11194 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11195 $as_echo_n "(cached) " >&6
11197 ac_check_lib_save_LIBS
=$LIBS
11198 LIBS
="-lOpenCL $LIBS"
11199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11200 /* end confdefs.h. */
11202 /* Override any GCC internal prototype to avoid an error.
11203 Use char because int might match the return type of a GCC
11204 builtin and then its argument prototype would still apply. */
11208 char clGetPlatformInfo ();
11212 return clGetPlatformInfo ();
11217 if ac_fn_c_try_link
"$LINENO"; then :
11218 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11220 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11222 rm -f core conftest.err conftest.
$ac_objext \
11223 conftest
$ac_exeext conftest.
$ac_ext
11224 LIBS
=$ac_check_lib_save_LIBS
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11227 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11228 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11229 OPENCL_LIBS
="-lOpenCL"
11234 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11235 case "x$with_opencl" in
11236 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11238 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11239 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11241 enable_opencl
=${enable_opencl:-no}
11244 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11247 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11248 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11249 $as_echo_n "(cached) " >&6
11251 ac_check_lib_save_LIBS
=$LIBS
11252 LIBS
="-lpcap $LIBS"
11253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11254 /* end confdefs.h. */
11256 /* Override any GCC internal prototype to avoid an error.
11257 Use char because int might match the return type of a GCC
11258 builtin and then its argument prototype would still apply. */
11262 char pcap_create ();
11266 return pcap_create ();
11271 if ac_fn_c_try_link
"$LINENO"; then :
11272 ac_cv_lib_pcap_pcap_create
=yes
11274 ac_cv_lib_pcap_pcap_create
=no
11276 rm -f core conftest.err conftest.
$ac_objext \
11277 conftest
$ac_exeext conftest.
$ac_ext
11278 LIBS
=$ac_check_lib_save_LIBS
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11281 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11282 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11288 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11289 case "x$with_pcap" in
11290 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11292 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11293 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11295 enable_wpcap
=${enable_wpcap:-no}
11299 if test "x$with_xml" != "xno"
11301 if ${XML2_CFLAGS:+false} :; then :
11302 if ${PKG_CONFIG+:} false
; then :
11303 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11306 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11307 if ${XML2_LIBS:+false} :; then :
11308 if ${PKG_CONFIG+:} false
; then :
11309 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11312 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11313 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11314 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11315 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11316 ac_save_CPPFLAGS
=$CPPFLAGS
11317 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11318 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11320 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11321 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11322 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11323 cat >>confdefs.h
<<_ACEOF
11324 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11331 if test "$ac_cv_header_libxml_parser_h" = "yes" -a "$ac_cv_header_libxml_xmlsave_h" = "yes" -a "$ac_cv_header_libxml_SAX2_h" = "yes"
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11334 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11335 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11336 $as_echo_n "(cached) " >&6
11338 ac_check_lib_save_LIBS
=$LIBS
11339 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11341 /* end confdefs.h. */
11343 /* Override any GCC internal prototype to avoid an error.
11344 Use char because int might match the return type of a GCC
11345 builtin and then its argument prototype would still apply. */
11349 char xmlParseMemory ();
11353 return xmlParseMemory ();
11358 if ac_fn_c_try_link
"$LINENO"; then :
11359 ac_cv_lib_xml2_xmlParseMemory
=yes
11361 ac_cv_lib_xml2_xmlParseMemory
=no
11363 rm -f core conftest.err conftest.
$ac_objext \
11364 conftest
$ac_exeext conftest.
$ac_ext
11365 LIBS
=$ac_check_lib_save_LIBS
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11368 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11369 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11371 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11378 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11379 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11380 $as_echo_n "(cached) " >&6
11382 ac_check_lib_save_LIBS
=$LIBS
11383 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11385 /* end confdefs.h. */
11387 /* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
11393 char xmlReadMemory ();
11397 return xmlReadMemory ();
11402 if ac_fn_c_try_link
"$LINENO"; then :
11403 ac_cv_lib_xml2_xmlReadMemory
=yes
11405 ac_cv_lib_xml2_xmlReadMemory
=no
11407 rm -f core conftest.err conftest.
$ac_objext \
11408 conftest
$ac_exeext conftest.
$ac_ext
11409 LIBS
=$ac_check_lib_save_LIBS
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11412 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11413 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11415 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11420 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11421 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11422 $as_echo_n "(cached) " >&6
11424 ac_check_lib_save_LIBS
=$LIBS
11425 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11427 /* end confdefs.h. */
11429 /* Override any GCC internal prototype to avoid an error.
11430 Use char because int might match the return type of a GCC
11431 builtin and then its argument prototype would still apply. */
11435 char xmlNewDocPI ();
11439 return xmlNewDocPI ();
11444 if ac_fn_c_try_link
"$LINENO"; then :
11445 ac_cv_lib_xml2_xmlNewDocPI
=yes
11447 ac_cv_lib_xml2_xmlNewDocPI
=no
11449 rm -f core conftest.err conftest.
$ac_objext \
11450 conftest
$ac_exeext conftest.
$ac_ext
11451 LIBS
=$ac_check_lib_save_LIBS
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11454 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11455 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11457 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11462 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11463 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11464 $as_echo_n "(cached) " >&6
11466 ac_check_lib_save_LIBS
=$LIBS
11467 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11471 /* Override any GCC internal prototype to avoid an error.
11472 Use char because int might match the return type of a GCC
11473 builtin and then its argument prototype would still apply. */
11477 char xmlSchemaSetParserStructuredErrors ();
11481 return xmlSchemaSetParserStructuredErrors ();
11486 if ac_fn_c_try_link
"$LINENO"; then :
11487 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11489 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11491 rm -f core conftest.err conftest.
$ac_objext \
11492 conftest
$ac_exeext conftest.
$ac_ext
11493 LIBS
=$ac_check_lib_save_LIBS
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11496 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11497 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11499 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11504 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11505 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11506 $as_echo_n "(cached) " >&6
11508 ac_check_lib_save_LIBS
=$LIBS
11509 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11511 /* end confdefs.h. */
11513 /* Override any GCC internal prototype to avoid an error.
11514 Use char because int might match the return type of a GCC
11515 builtin and then its argument prototype would still apply. */
11519 char xmlSchemaSetValidStructuredErrors ();
11523 return xmlSchemaSetValidStructuredErrors ();
11528 if ac_fn_c_try_link
"$LINENO"; then :
11529 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11531 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11533 rm -f core conftest.err conftest.
$ac_objext \
11534 conftest
$ac_exeext conftest.
$ac_ext
11535 LIBS
=$ac_check_lib_save_LIBS
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11538 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11539 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11541 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11546 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11547 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11548 $as_echo_n "(cached) " >&6
11550 ac_check_lib_save_LIBS
=$LIBS
11551 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11552 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11553 /* end confdefs.h. */
11555 /* Override any GCC internal prototype to avoid an error.
11556 Use char because int might match the return type of a GCC
11557 builtin and then its argument prototype would still apply. */
11561 char xmlFirstElementChild ();
11565 return xmlFirstElementChild ();
11570 if ac_fn_c_try_link
"$LINENO"; then :
11571 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11573 ac_cv_lib_xml2_xmlFirstElementChild
=no
11575 rm -f core conftest.err conftest.
$ac_objext \
11576 conftest
$ac_exeext conftest.
$ac_ext
11577 LIBS
=$ac_check_lib_save_LIBS
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11580 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11581 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11583 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11587 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11589 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11591 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11599 CPPFLAGS
=$ac_save_CPPFLAGS
11600 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11601 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11604 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11605 case "x$with_xml" in
11606 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11608 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11609 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11614 if test "x$with_xslt" != "xno"
11616 if ${XSLT_CFLAGS:+false} :; then :
11617 if ${PKG_CONFIG+:} false
; then :
11618 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11621 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11622 if ${XSLT_LIBS:+false} :; then :
11623 if ${PKG_CONFIG+:} false
; then :
11624 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11627 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11628 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11629 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11630 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11631 ac_save_CPPFLAGS
=$CPPFLAGS
11632 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11633 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11635 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11636 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11637 # include <libxslt/pattern.h>
11640 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11641 cat >>confdefs.h
<<_ACEOF
11642 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11649 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11652 $as_echo_n "checking for -lxslt... " >&6; }
11653 if ${ac_cv_lib_soname_xslt+:} false
; then :
11654 $as_echo_n "(cached) " >&6
11656 ac_check_soname_save_LIBS
=$LIBS
11657 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11659 /* end confdefs.h. */
11661 /* Override any GCC internal prototype to avoid an error.
11662 Use char because int might match the return type of a GCC
11663 builtin and then its argument prototype would still apply. */
11667 char xsltCompilePattern ();
11671 return xsltCompilePattern ();
11676 if ac_fn_c_try_link
"$LINENO"; then :
11678 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11679 dylib
) ac_cv_lib_soname_xslt
=`$OTOOL -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11680 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11681 if ${ac_cv_lib_soname_xslt:+false} :; then :
11682 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11686 rm -f core conftest.err conftest.
$ac_objext \
11687 conftest
$ac_exeext conftest.
$ac_ext
11688 LIBS
=$ac_check_soname_save_LIBS
11690 if ${ac_cv_lib_soname_xslt:+false} :; then :
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11692 $as_echo "not found" >&6; }
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11696 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11698 cat >>confdefs.h
<<_ACEOF
11699 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11707 CPPFLAGS
=$ac_save_CPPFLAGS
11708 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11709 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11712 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11713 case "x$with_xslt" in
11714 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11716 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11717 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11722 if test "x$with_dbus" != "xno"
11724 if ${DBUS_CFLAGS:+false} :; then :
11725 if ${PKG_CONFIG+:} false
; then :
11726 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11730 if ${DBUS_LIBS:+false} :; then :
11731 if ${PKG_CONFIG+:} false
; then :
11732 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11737 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11738 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11739 ac_save_CPPFLAGS
=$CPPFLAGS
11740 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11741 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11742 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11744 $as_echo_n "checking for -ldbus-1... " >&6; }
11745 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11746 $as_echo_n "(cached) " >&6
11748 ac_check_soname_save_LIBS
=$LIBS
11749 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11751 /* end confdefs.h. */
11753 /* Override any GCC internal prototype to avoid an error.
11754 Use char because int might match the return type of a GCC
11755 builtin and then its argument prototype would still apply. */
11759 char dbus_connection_close ();
11763 return dbus_connection_close ();
11768 if ac_fn_c_try_link
"$LINENO"; then :
11770 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11771 dylib
) ac_cv_lib_soname_dbus_1
=`$OTOOL -L conftest$ac_exeext | grep "libdbus-1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libdbus-1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11772 *) ac_cv_lib_soname_dbus_1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libdbus-1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libdbus-1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11773 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11774 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11778 rm -f core conftest.err conftest.
$ac_objext \
11779 conftest
$ac_exeext conftest.
$ac_ext
11780 LIBS
=$ac_check_soname_save_LIBS
11782 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11784 $as_echo "not found" >&6; }
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11788 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11790 cat >>confdefs.h
<<_ACEOF
11791 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11801 CPPFLAGS
=$ac_save_CPPFLAGS
11802 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11803 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11806 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11807 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11808 case "x$with_dbus" in
11809 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11811 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11812 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11817 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11819 if ${HAL_CFLAGS:+false} :; then :
11820 if ${PKG_CONFIG+:} false
; then :
11821 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11825 if ${HAL_LIBS:+false} :; then :
11826 if ${PKG_CONFIG+:} false
; then :
11827 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11831 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11832 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11833 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11834 ac_save_CPPFLAGS
=$CPPFLAGS
11835 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11836 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11837 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11839 $as_echo_n "checking for -lhal... " >&6; }
11840 if ${ac_cv_lib_soname_hal+:} false
; then :
11841 $as_echo_n "(cached) " >&6
11843 ac_check_soname_save_LIBS
=$LIBS
11844 LIBS
="-lhal $HAL_LIBS $LIBS"
11845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11846 /* end confdefs.h. */
11848 /* Override any GCC internal prototype to avoid an error.
11849 Use char because int might match the return type of a GCC
11850 builtin and then its argument prototype would still apply. */
11854 char libhal_ctx_new ();
11858 return libhal_ctx_new ();
11863 if ac_fn_c_try_link
"$LINENO"; then :
11865 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11866 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'` ;;
11867 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11868 if ${ac_cv_lib_soname_hal:+false} :; then :
11869 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11873 rm -f core conftest.err conftest.
$ac_objext \
11874 conftest
$ac_exeext conftest.
$ac_ext
11875 LIBS
=$ac_check_soname_save_LIBS
11877 if ${ac_cv_lib_soname_hal:+false} :; then :
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11879 $as_echo "not found" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11883 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11885 cat >>confdefs.h
<<_ACEOF
11886 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11896 CPPFLAGS
=$ac_save_CPPFLAGS
11897 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11898 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11900 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11901 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11902 case "x$with_hal" in
11903 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11905 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11906 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11912 if test "x$with_gnutls" != "xno"
11914 if ${GNUTLS_CFLAGS:+false} :; then :
11915 if ${PKG_CONFIG+:} false
; then :
11916 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11920 if ${GNUTLS_LIBS:+false} :; then :
11921 if ${PKG_CONFIG+:} false
; then :
11922 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11927 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11928 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11929 ac_save_CPPFLAGS
=$CPPFLAGS
11930 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11931 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11932 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11934 /* end confdefs.h. */
11935 #include <gnutls/gnutls.h>
11936 #include <gnutls/crypto.h>
11940 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11945 if ac_fn_c_try_compile
"$LINENO"; then :
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11947 $as_echo_n "checking for -lgnutls... " >&6; }
11948 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11949 $as_echo_n "(cached) " >&6
11951 ac_check_soname_save_LIBS
=$LIBS
11952 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11954 /* end confdefs.h. */
11956 /* Override any GCC internal prototype to avoid an error.
11957 Use char because int might match the return type of a GCC
11958 builtin and then its argument prototype would still apply. */
11962 char gnutls_global_init ();
11966 return gnutls_global_init ();
11971 if ac_fn_c_try_link
"$LINENO"; then :
11973 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11974 dylib
) ac_cv_lib_soname_gnutls
=`$OTOOL -L conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\\(-deb0\\)\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11975 *) ac_cv_lib_soname_gnutls
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11976 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11977 ac_cv_lib_soname_gnutls
=`$LDD conftest$ac_exeext | grep "libgnutls\\(-deb0\\)\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\\(-deb0\\)\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11981 rm -f core conftest.err conftest.
$ac_objext \
11982 conftest
$ac_exeext conftest.
$ac_ext
11983 LIBS
=$ac_check_soname_save_LIBS
11985 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11987 $as_echo "not found" >&6; }
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11991 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11993 cat >>confdefs.h
<<_ACEOF
11994 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11999 ac_wine_check_funcs_save_LIBS
="$LIBS"
12000 LIBS
="$LIBS $GNUTLS_LIBS"
12001 for ac_func
in gnutls_cipher_init
12003 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
12004 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
12005 cat >>confdefs.h
<<_ACEOF
12006 #define HAVE_GNUTLS_CIPHER_INIT 1
12010 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
12014 LIBS
="$ac_wine_check_funcs_save_LIBS"
12016 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12022 CPPFLAGS
=$ac_save_CPPFLAGS
12023 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12024 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12027 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
12028 case "x$with_gnutls" in
12029 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12031 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
12032 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
12038 if test "$ac_cv_header_ncurses_h" = "yes"
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
12041 $as_echo_n "checking for -lncurses... " >&6; }
12042 if ${ac_cv_lib_soname_ncurses+:} false
; then :
12043 $as_echo_n "(cached) " >&6
12045 ac_check_soname_save_LIBS
=$LIBS
12046 LIBS
="-lncurses $LIBS"
12047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12048 /* end confdefs.h. */
12050 /* Override any GCC internal prototype to avoid an error.
12051 Use char because int might match the return type of a GCC
12052 builtin and then its argument prototype would still apply. */
12065 if ac_fn_c_try_link
"$LINENO"; then :
12067 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12068 dylib
) ac_cv_lib_soname_ncurses
=`$OTOOL -L conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncursesw\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12069 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncursesw\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12070 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12071 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12075 rm -f core conftest.err conftest.
$ac_objext \
12076 conftest
$ac_exeext conftest.
$ac_ext
12077 LIBS
=$ac_check_soname_save_LIBS
12079 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12081 $as_echo "not found" >&6; }
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
12085 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
12087 cat >>confdefs.h
<<_ACEOF
12088 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12091 CURSES_LIBS
="-lncurses"
12093 elif test "$ac_cv_header_curses_h" = "yes"
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
12096 $as_echo_n "checking for -lcurses... " >&6; }
12097 if ${ac_cv_lib_soname_curses+:} false
; then :
12098 $as_echo_n "(cached) " >&6
12100 ac_check_soname_save_LIBS
=$LIBS
12101 LIBS
="-lcurses $LIBS"
12102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12103 /* end confdefs.h. */
12105 /* Override any GCC internal prototype to avoid an error.
12106 Use char because int might match the return type of a GCC
12107 builtin and then its argument prototype would still apply. */
12120 if ac_fn_c_try_link
"$LINENO"; then :
12122 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12123 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'` ;;
12124 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12125 if ${ac_cv_lib_soname_curses:+false} :; then :
12126 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12130 rm -f core conftest.err conftest.
$ac_objext \
12131 conftest
$ac_exeext conftest.
$ac_ext
12132 LIBS
=$ac_check_soname_save_LIBS
12134 if ${ac_cv_lib_soname_curses:+false} :; then :
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12136 $as_echo "not found" >&6; }
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
12140 $as_echo "$ac_cv_lib_soname_curses" >&6; }
12142 cat >>confdefs.h
<<_ACEOF
12143 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12146 CURSES_LIBS
="-lcurses"
12149 ac_save_LIBS
="$LIBS"
12150 LIBS
="$LIBS $CURSES_LIBS"
12151 for ac_func
in mousemask
12153 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
12154 if test "x$ac_cv_func_mousemask" = xyes
; then :
12155 cat >>confdefs.h
<<_ACEOF
12156 #define HAVE_MOUSEMASK 1
12162 LIBS
="$ac_save_LIBS"
12163 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
12164 case "x$with_curses" in
12165 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
12167 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
12168 This is an error since --with-curses was requested." "$LINENO" 5 ;;
12173 if test "x$with_sane" != "xno"
12175 if ${SANE_CFLAGS:+false} :; then :
12176 if ${PKG_CONFIG+:} false
; then :
12177 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12180 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12181 if ${SANE_LIBS:+false} :; then :
12182 if ${PKG_CONFIG+:} false
; then :
12183 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12186 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12188 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12189 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12190 ac_save_CPPFLAGS
=$CPPFLAGS
12191 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12192 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12193 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12195 $as_echo_n "checking for -lsane... " >&6; }
12196 if ${ac_cv_lib_soname_sane+:} false
; then :
12197 $as_echo_n "(cached) " >&6
12199 ac_check_soname_save_LIBS
=$LIBS
12200 LIBS
="-lsane $SANE_LIBS $LIBS"
12201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12204 /* Override any GCC internal prototype to avoid an error.
12205 Use char because int might match the return type of a GCC
12206 builtin and then its argument prototype would still apply. */
12214 return sane_init ();
12219 if ac_fn_c_try_link
"$LINENO"; then :
12221 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12222 dylib
) ac_cv_lib_soname_sane
=`$OTOOL -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12223 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12224 if ${ac_cv_lib_soname_sane:+false} :; then :
12225 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12229 rm -f core conftest.err conftest.
$ac_objext \
12230 conftest
$ac_exeext conftest.
$ac_ext
12231 LIBS
=$ac_check_soname_save_LIBS
12233 if ${ac_cv_lib_soname_sane:+false} :; then :
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12235 $as_echo "not found" >&6; }
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12239 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12241 cat >>confdefs.h
<<_ACEOF
12242 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12252 CPPFLAGS
=$ac_save_CPPFLAGS
12253 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12254 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12257 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12258 case "x$with_sane" in
12259 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12261 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12262 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12267 if test "x$with_v4l" != "xno"
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12270 $as_echo_n "checking for -lv4l1... " >&6; }
12271 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12272 $as_echo_n "(cached) " >&6
12274 ac_check_soname_save_LIBS
=$LIBS
12275 LIBS
="-lv4l1 $LIBS"
12276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12277 /* end confdefs.h. */
12279 /* Override any GCC internal prototype to avoid an error.
12280 Use char because int might match the return type of a GCC
12281 builtin and then its argument prototype would still apply. */
12289 return v4l1_open ();
12294 if ac_fn_c_try_link
"$LINENO"; then :
12296 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12297 dylib
) ac_cv_lib_soname_v4l1
=`$OTOOL -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12298 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12299 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12300 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12304 rm -f core conftest.err conftest.
$ac_objext \
12305 conftest
$ac_exeext conftest.
$ac_ext
12306 LIBS
=$ac_check_soname_save_LIBS
12308 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12310 $as_echo "not found" >&6; }
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12314 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12316 cat >>confdefs.h
<<_ACEOF
12317 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12323 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12324 case "x$with_v4l" in
12325 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12327 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12328 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12333 if test "x$with_gphoto" != "xno"
12335 if ${GPHOTO2_CFLAGS:+false} :; then :
12336 if ${PKG_CONFIG+:} false
; then :
12337 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12340 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12341 if ${GPHOTO2_LIBS:+false} :; then :
12342 if ${PKG_CONFIG+:} false
; then :
12343 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12346 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12347 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12348 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12349 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12350 ac_save_CPPFLAGS
=$CPPFLAGS
12351 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12352 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12353 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12355 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12356 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12357 $as_echo_n "(cached) " >&6
12359 ac_check_lib_save_LIBS
=$LIBS
12360 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12362 /* end confdefs.h. */
12364 /* Override any GCC internal prototype to avoid an error.
12365 Use char because int might match the return type of a GCC
12366 builtin and then its argument prototype would still apply. */
12370 char gp_camera_new ();
12374 return gp_camera_new ();
12379 if ac_fn_c_try_link
"$LINENO"; then :
12380 ac_cv_lib_gphoto2_gp_camera_new
=yes
12382 ac_cv_lib_gphoto2_gp_camera_new
=no
12384 rm -f core conftest.err conftest.
$ac_objext \
12385 conftest
$ac_exeext conftest.
$ac_ext
12386 LIBS
=$ac_check_lib_save_LIBS
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12389 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12390 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12392 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12395 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12399 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12403 CPPFLAGS
=$ac_save_CPPFLAGS
12404 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12405 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12407 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12408 if ${PKG_CONFIG+:} false
; then :
12409 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12412 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12413 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12414 if ${PKG_CONFIG+:} false
; then :
12415 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12418 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12419 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12420 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12421 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12422 ac_save_CPPFLAGS
=$CPPFLAGS
12423 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12424 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12425 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12427 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12428 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12429 $as_echo_n "(cached) " >&6
12431 ac_check_lib_save_LIBS
=$LIBS
12432 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12434 /* end confdefs.h. */
12436 /* Override any GCC internal prototype to avoid an error.
12437 Use char because int might match the return type of a GCC
12438 builtin and then its argument prototype would still apply. */
12442 char gp_port_info_list_new ();
12446 return gp_port_info_list_new ();
12451 if ac_fn_c_try_link
"$LINENO"; then :
12452 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12454 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12456 rm -f core conftest.err conftest.
$ac_objext \
12457 conftest
$ac_exeext conftest.
$ac_ext
12458 LIBS
=$ac_check_lib_save_LIBS
12460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12461 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12462 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12464 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12467 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12471 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12475 CPPFLAGS
=$ac_save_CPPFLAGS
12476 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12477 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12480 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12481 case "x$with_gphoto" in
12482 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12484 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12485 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12489 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12490 case "x$with_gphoto" in
12491 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12493 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12494 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12500 if test "$ac_cv_header_resolv_h" = "yes"
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12503 $as_echo_n "checking for resolver library... " >&6; }
12504 if ${ac_cv_have_resolv+:} false
; then :
12505 $as_echo_n "(cached) " >&6
12507 ac_save_LIBS
="$LIBS"
12508 for lib
in '' -lresolv
12510 LIBS
="$lib $ac_save_LIBS"
12511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12512 /* end confdefs.h. */
12513 #ifdef HAVE_NETINET_IN_H
12514 #include <netinet/in.h>
12516 #include <resolv.h>
12520 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12525 if ac_fn_c_try_link
"$LINENO"; then :
12526 ac_cv_have_resolv
=${lib:-"none required"}
12528 ac_cv_have_resolv
="not found"
12530 rm -f core conftest.err conftest.
$ac_objext \
12531 conftest
$ac_exeext conftest.
$ac_ext
12532 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12534 LIBS
="$ac_save_LIBS"
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12537 $as_echo "$ac_cv_have_resolv" >&6; }
12539 case "$ac_cv_have_resolv" in
12543 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12546 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12548 RESOLV_LIBS
=$ac_cv_have_resolv
12553 if test "x$with_cms" != "xno"
12555 if ${LCMS2_CFLAGS:+false} :; then :
12556 if ${PKG_CONFIG+:} false
; then :
12557 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12561 if ${LCMS2_LIBS:+false} :; then :
12562 if ${PKG_CONFIG+:} false
; then :
12563 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12567 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12568 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12569 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12570 ac_save_CPPFLAGS
=$CPPFLAGS
12571 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12572 for ac_header
in lcms2.h
12574 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12575 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12576 cat >>confdefs.h
<<_ACEOF
12577 #define HAVE_LCMS2_H 1
12584 if test "$ac_cv_header_lcms2_h" = "yes"
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12587 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12588 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12589 $as_echo_n "(cached) " >&6
12591 ac_check_lib_save_LIBS
=$LIBS
12592 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12594 /* end confdefs.h. */
12596 /* Override any GCC internal prototype to avoid an error.
12597 Use char because int might match the return type of a GCC
12598 builtin and then its argument prototype would still apply. */
12602 char cmsOpenProfileFromFile ();
12606 return cmsOpenProfileFromFile ();
12611 if ac_fn_c_try_link
"$LINENO"; then :
12612 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12614 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12616 rm -f core conftest.err conftest.
$ac_objext \
12617 conftest
$ac_exeext conftest.
$ac_ext
12618 LIBS
=$ac_check_lib_save_LIBS
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12621 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12622 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12624 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12634 CPPFLAGS
=$ac_save_CPPFLAGS
12635 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12636 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12639 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12640 case "x$with_cms" in
12641 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12643 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12644 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12649 if test "x$with_freetype" != "xno"
12651 if ${FREETYPE_CFLAGS:+false} :; then :
12652 if ${PKG_CONFIG+:} false
; then :
12653 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12656 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12657 if ${FREETYPE_LIBS:+false} :; then :
12658 if ${PKG_CONFIG+:} false
; then :
12659 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12662 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12663 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12664 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12665 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12666 ac_save_CPPFLAGS
=$CPPFLAGS
12667 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12668 for ac_header
in ft2build.h
12670 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12671 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12672 cat >>confdefs.h
<<_ACEOF
12673 #define HAVE_FT2BUILD_H 1
12680 if test "$ac_cv_header_ft2build_h" = "yes"
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12683 $as_echo_n "checking for -lfreetype... " >&6; }
12684 if ${ac_cv_lib_soname_freetype+:} false
; then :
12685 $as_echo_n "(cached) " >&6
12687 ac_check_soname_save_LIBS
=$LIBS
12688 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12690 /* end confdefs.h. */
12692 /* Override any GCC internal prototype to avoid an error.
12693 Use char because int might match the return type of a GCC
12694 builtin and then its argument prototype would still apply. */
12698 char FT_Init_FreeType ();
12702 return FT_Init_FreeType ();
12707 if ac_fn_c_try_link
"$LINENO"; then :
12709 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12710 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'` ;;
12711 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12712 if ${ac_cv_lib_soname_freetype:+false} :; then :
12713 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12717 rm -f core conftest.err conftest.
$ac_objext \
12718 conftest
$ac_exeext conftest.
$ac_ext
12719 LIBS
=$ac_check_soname_save_LIBS
12721 if ${ac_cv_lib_soname_freetype:+false} :; then :
12722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12723 $as_echo "not found" >&6; }
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12727 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12729 cat >>confdefs.h
<<_ACEOF
12730 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12734 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12736 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12737 #include FT_MODULE_H
12739 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12741 cat >>confdefs.h
<<_ACEOF
12742 #define HAVE_FT_TRUETYPEENGINETYPE 1
12753 CPPFLAGS
=$ac_save_CPPFLAGS
12754 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12755 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12758 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12759 case "x$with_freetype" in
12761 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12762 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12764 enable_fonts
=${enable_fonts:-no}
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12768 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12769 if ${ac_cv_c_ppdev+:} false
; then :
12770 $as_echo_n "(cached) " >&6
12772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12773 /* end confdefs.h. */
12774 #ifdef HAVE_SYS_IOCTL_H
12775 # include <sys/ioctl.h>
12777 #include <linux/ppdev.h>
12781 ioctl (1,PPCLAIM,0)
12786 if ac_fn_c_try_compile
"$LINENO"; then :
12787 ac_cv_c_ppdev
="yes"
12791 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12794 $as_echo "$ac_cv_c_ppdev" >&6; }
12795 if test "$ac_cv_c_ppdev" = "yes"
12798 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12802 ac_wine_check_funcs_save_LIBS
="$LIBS"
12803 LIBS
="$LIBS $PTHREAD_LIBS"
12805 pthread_attr_get_np \
12806 pthread_getattr_np \
12807 pthread_getthreadid_np \
12808 pthread_get_stackaddr_np \
12809 pthread_get_stacksize_np
12811 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12812 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12813 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12814 cat >>confdefs.h
<<_ACEOF
12815 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12821 LIBS
="$ac_wine_check_funcs_save_LIBS"
12823 if test "$ac_cv_header_zlib_h" = "yes"
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12826 $as_echo_n "checking for inflate in -lz... " >&6; }
12827 if ${ac_cv_lib_z_inflate+:} false
; then :
12828 $as_echo_n "(cached) " >&6
12830 ac_check_lib_save_LIBS
=$LIBS
12832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12833 /* end confdefs.h. */
12835 /* Override any GCC internal prototype to avoid an error.
12836 Use char because int might match the return type of a GCC
12837 builtin and then its argument prototype would still apply. */
12850 if ac_fn_c_try_link
"$LINENO"; then :
12851 ac_cv_lib_z_inflate
=yes
12853 ac_cv_lib_z_inflate
=no
12855 rm -f core conftest.err conftest.
$ac_objext \
12856 conftest
$ac_exeext conftest.
$ac_ext
12857 LIBS
=$ac_check_lib_save_LIBS
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12860 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12861 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12863 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12870 if test "x$Z_LIBS" = "x"; then :
12871 case "x$with_zlib" in
12872 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12874 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12875 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12880 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12882 if test "$ac_cv_header_gettext_po_h" = "yes"
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12885 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12886 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12887 $as_echo_n "(cached) " >&6
12889 ac_check_lib_save_LIBS
=$LIBS
12890 LIBS
="-lgettextpo $LIBS"
12891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12892 /* end confdefs.h. */
12894 /* Override any GCC internal prototype to avoid an error.
12895 Use char because int might match the return type of a GCC
12896 builtin and then its argument prototype would still apply. */
12900 char po_message_msgctxt ();
12904 return po_message_msgctxt ();
12909 if ac_fn_c_try_link
"$LINENO"; then :
12910 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12912 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12914 rm -f core conftest.err conftest.
$ac_objext \
12915 conftest
$ac_exeext conftest.
$ac_ext
12916 LIBS
=$ac_check_lib_save_LIBS
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12919 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12920 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12922 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12924 GETTEXTPO_LIBS
="-lgettextpo"
12929 if test "x$GETTEXTPO_LIBS" = "x"; then :
12930 case "x$with_gettextpo" in
12931 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12933 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12934 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12938 if test "$srcdir" != .
; then :
12939 case "x$with_gettextpo" in
12940 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12942 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12943 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12949 if test "x$with_pulse" != "xno";
12951 if ${PULSE_CFLAGS:+false} :; then :
12952 if ${PKG_CONFIG+:} false
; then :
12953 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12957 if ${PULSE_LIBS:+false} :; then :
12958 if ${PKG_CONFIG+:} false
; then :
12959 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12964 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12965 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12966 ac_save_CPPFLAGS
=$CPPFLAGS
12967 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12968 for ac_header
in pulse
/pulseaudio.h
12970 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12971 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12972 cat >>confdefs.h
<<_ACEOF
12973 #define HAVE_PULSE_PULSEAUDIO_H 1
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12976 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12977 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12978 $as_echo_n "(cached) " >&6
12980 ac_check_lib_save_LIBS
=$LIBS
12981 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12983 /* end confdefs.h. */
12985 /* Override any GCC internal prototype to avoid an error.
12986 Use char because int might match the return type of a GCC
12987 builtin and then its argument prototype would still apply. */
12991 char pa_stream_is_corked ();
12995 return pa_stream_is_corked ();
13000 if ac_fn_c_try_link
"$LINENO"; then :
13001 ac_cv_lib_pulse_pa_stream_is_corked
=yes
13003 ac_cv_lib_pulse_pa_stream_is_corked
=no
13005 rm -f core conftest.err conftest.
$ac_objext \
13006 conftest
$ac_exeext conftest.
$ac_ext
13007 LIBS
=$ac_check_lib_save_LIBS
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
13010 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
13011 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
13023 CPPFLAGS
=$ac_save_CPPFLAGS
13024 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13025 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13028 if test -z "$PULSE_LIBS"; then :
13029 case "x$with_pulse" in
13030 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
13032 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
13033 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
13035 enable_winepulse_drv
=${enable_winepulse_drv:-no}
13038 if test "x$with_gstreamer" != "xno"
13040 if ${GSTREAMER_CFLAGS:+false} :; then :
13041 if ${PKG_CONFIG+:} false
; then :
13042 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13046 if ${GSTREAMER_LIBS:+false} :; then :
13047 if ${PKG_CONFIG+:} false
; then :
13048 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13053 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
13054 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
13055 ac_save_CPPFLAGS
=$CPPFLAGS
13056 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
13058 for i
in $GSTREAMER_CFLAGS
13061 -I*) ac_gst_incl
="$ac_gst_incl $i";;
13064 GSTREAMER_CFLAGS
=$ac_gst_incl
13065 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
13066 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
13067 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
13069 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
13070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13071 /* end confdefs.h. */
13072 #include <gst/gst.h>
13076 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
13081 if ac_fn_c_try_compile
"$LINENO"; then :
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13083 $as_echo "yes" >&6; }
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
13085 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
13086 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
13087 $as_echo_n "(cached) " >&6
13089 ac_check_lib_save_LIBS
=$LIBS
13090 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
13091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13092 /* end confdefs.h. */
13094 /* Override any GCC internal prototype to avoid an error.
13095 Use char because int might match the return type of a GCC
13096 builtin and then its argument prototype would still apply. */
13100 char gst_pad_new ();
13104 return gst_pad_new ();
13109 if ac_fn_c_try_link
"$LINENO"; then :
13110 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
13112 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
13114 rm -f core conftest.err conftest.
$ac_objext \
13115 conftest
$ac_exeext conftest.
$ac_ext
13116 LIBS
=$ac_check_lib_save_LIBS
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
13119 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
13120 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13126 $as_echo "no" >&6; }
13127 ac_glib2_broken
=yes
13128 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
13130 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13134 CPPFLAGS
=$ac_save_CPPFLAGS
13135 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13136 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13139 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
13140 case "x$with_gstreamer" in
13141 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
13143 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
13144 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
13148 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
13152 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
13155 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
13156 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
13157 $as_echo_n "(cached) " >&6
13159 ac_check_lib_save_LIBS
=$LIBS
13160 LIBS
="-lasound $LIBS"
13161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13162 /* end confdefs.h. */
13164 /* Override any GCC internal prototype to avoid an error.
13165 Use char because int might match the return type of a GCC
13166 builtin and then its argument prototype would still apply. */
13170 char snd_pcm_hw_params_get_access_mask ();
13174 return snd_pcm_hw_params_get_access_mask ();
13179 if ac_fn_c_try_link
"$LINENO"; then :
13180 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13182 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13184 rm -f core conftest.err conftest.
$ac_objext \
13185 conftest
$ac_exeext conftest.
$ac_ext
13186 LIBS
=$ac_check_lib_save_LIBS
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13189 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13190 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13192 /* end confdefs.h. */
13193 #ifdef HAVE_ALSA_ASOUNDLIB_H
13194 #include <alsa/asoundlib.h>
13195 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13196 #include <sys/asoundlib.h>
13201 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13206 if ac_fn_c_try_compile
"$LINENO"; then :
13207 ALSA_LIBS
="-lasound"
13209 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13213 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13215 if test "x$with_oss" != xno
13217 ac_save_CPPFLAGS
="$CPPFLAGS"
13218 if test -f /etc
/oss.conf
13222 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13223 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13224 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13225 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13226 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13228 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13230 cat >>confdefs.h
<<_ACEOF
13231 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13234 OSS4_CFLAGS
="$ac_oss_incl"
13241 CPPFLAGS
="$ac_save_CPPFLAGS"
13243 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13244 case "x$with_oss" in
13245 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13247 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13248 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13250 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13253 if test "x$with_udev" != "xno"
13255 if ${UDEV_CFLAGS:+false} :; then :
13256 if ${PKG_CONFIG+:} false
; then :
13257 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13261 if ${UDEV_LIBS:+false} :; then :
13262 if ${PKG_CONFIG+:} false
; then :
13263 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13267 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13268 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13269 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13270 ac_save_CPPFLAGS
=$CPPFLAGS
13271 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13272 for ac_header
in libudev.h
13274 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13275 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13276 cat >>confdefs.h
<<_ACEOF
13277 #define HAVE_LIBUDEV_H 1
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13280 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13281 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13282 $as_echo_n "(cached) " >&6
13284 ac_check_lib_save_LIBS
=$LIBS
13285 LIBS
="-ludev $UDEV_LIBS $LIBS"
13286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13287 /* end confdefs.h. */
13289 /* Override any GCC internal prototype to avoid an error.
13290 Use char because int might match the return type of a GCC
13291 builtin and then its argument prototype would still apply. */
13299 return udev_new ();
13304 if ac_fn_c_try_link
"$LINENO"; then :
13305 ac_cv_lib_udev_udev_new
=yes
13307 ac_cv_lib_udev_udev_new
=no
13309 rm -f core conftest.err conftest.
$ac_objext \
13310 conftest
$ac_exeext conftest.
$ac_ext
13311 LIBS
=$ac_check_lib_save_LIBS
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13314 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13315 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13317 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13329 CPPFLAGS
=$ac_save_CPPFLAGS
13330 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13331 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13334 if test "x$UDEV_LIBS" = "x"; then :
13335 case "x$with_udev" in
13336 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13338 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13339 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13344 if test "x$with_capi" != "xno"
13346 if ${CAPI20_CFLAGS:+false} :; then :
13347 if ${PKG_CONFIG+:} false
; then :
13348 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13352 if ${CAPI20_LIBS:+false} :; then :
13353 if ${PKG_CONFIG+:} false
; then :
13354 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13359 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13360 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13361 ac_save_CPPFLAGS
=$CPPFLAGS
13362 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13363 for ac_header
in capi20.h linux
/capi.h
13365 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13366 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13368 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13369 cat >>confdefs.h
<<_ACEOF
13370 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13377 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13380 $as_echo_n "checking for -lcapi20... " >&6; }
13381 if ${ac_cv_lib_soname_capi20+:} false
; then :
13382 $as_echo_n "(cached) " >&6
13384 ac_check_soname_save_LIBS
=$LIBS
13385 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13387 /* end confdefs.h. */
13389 /* Override any GCC internal prototype to avoid an error.
13390 Use char because int might match the return type of a GCC
13391 builtin and then its argument prototype would still apply. */
13395 char capi20_register ();
13399 return capi20_register ();
13404 if ac_fn_c_try_link
"$LINENO"; then :
13406 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13407 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'` ;;
13408 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13409 if ${ac_cv_lib_soname_capi20:+false} :; then :
13410 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13414 rm -f core conftest.err conftest.
$ac_objext \
13415 conftest
$ac_exeext conftest.
$ac_ext
13416 LIBS
=$ac_check_soname_save_LIBS
13418 if ${ac_cv_lib_soname_capi20:+false} :; then :
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13420 $as_echo "not found" >&6; }
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13424 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13426 cat >>confdefs.h
<<_ACEOF
13427 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13433 CPPFLAGS
=$ac_save_CPPFLAGS
13434 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13435 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13438 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13439 case "x$with_capi" in
13440 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13442 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13443 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13450 if test "x$with_cups" != "xno"
13452 ac_save_CPPFLAGS
="$CPPFLAGS"
13453 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13454 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13455 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
13456 for ac_header
in cups
/cups.h
13458 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13459 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13460 cat >>confdefs.h
<<_ACEOF
13461 #define HAVE_CUPS_CUPS_H 1
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13464 $as_echo_n "checking for -lcups... " >&6; }
13465 if ${ac_cv_lib_soname_cups+:} false
; then :
13466 $as_echo_n "(cached) " >&6
13468 ac_check_soname_save_LIBS
=$LIBS
13469 LIBS
="-lcups $ac_cups_libs $LIBS"
13470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13473 /* Override any GCC internal prototype to avoid an error.
13474 Use char because int might match the return type of a GCC
13475 builtin and then its argument prototype would still apply. */
13479 char cupsGetDefault ();
13483 return cupsGetDefault ();
13488 if ac_fn_c_try_link
"$LINENO"; then :
13490 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13491 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'` ;;
13492 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13493 if ${ac_cv_lib_soname_cups:+false} :; then :
13494 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13498 rm -f core conftest.err conftest.
$ac_objext \
13499 conftest
$ac_exeext conftest.
$ac_ext
13500 LIBS
=$ac_check_soname_save_LIBS
13502 if ${ac_cv_lib_soname_cups:+false} :; then :
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13504 $as_echo "not found" >&6; }
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13508 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13510 cat >>confdefs.h
<<_ACEOF
13511 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13514 CUPS_CFLAGS
="$ac_cups_cflags"
13516 for ac_header
in cups
/ppd.h
13518 ac_fn_c_check_header_mongrel
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13519 if test "x$ac_cv_header_cups_ppd_h" = xyes
; then :
13520 cat >>confdefs.h
<<_ACEOF
13521 #define HAVE_CUPS_PPD_H 1
13532 CPPFLAGS
="$ac_save_CPPFLAGS"
13534 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13535 case "x$with_cups" in
13536 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13538 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13539 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13544 if test "x$with_fontconfig" != "xno"
13546 if ${FONTCONFIG_CFLAGS:+false} :; then :
13547 if ${PKG_CONFIG+:} false
; then :
13548 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13551 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13552 if ${FONTCONFIG_LIBS:+false} :; then :
13553 if ${PKG_CONFIG+:} false
; then :
13554 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13557 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13559 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13560 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13561 ac_save_CPPFLAGS
=$CPPFLAGS
13562 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13563 for ac_header
in fontconfig
/fontconfig.h
13565 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13566 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13567 cat >>confdefs.h
<<_ACEOF
13568 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13575 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13578 $as_echo_n "checking for -lfontconfig... " >&6; }
13579 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13580 $as_echo_n "(cached) " >&6
13582 ac_check_soname_save_LIBS
=$LIBS
13583 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13585 /* end confdefs.h. */
13587 /* Override any GCC internal prototype to avoid an error.
13588 Use char because int might match the return type of a GCC
13589 builtin and then its argument prototype would still apply. */
13602 if ac_fn_c_try_link
"$LINENO"; then :
13604 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13605 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'` ;;
13606 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13607 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13608 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13612 rm -f core conftest.err conftest.
$ac_objext \
13613 conftest
$ac_exeext conftest.
$ac_ext
13614 LIBS
=$ac_check_soname_save_LIBS
13616 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13618 $as_echo "not found" >&6; }
13619 FONTCONFIG_CFLAGS
=""
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13622 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13624 cat >>confdefs.h
<<_ACEOF
13625 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13631 FONTCONFIG_CFLAGS
=""
13633 CPPFLAGS
=$ac_save_CPPFLAGS
13634 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13635 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13638 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13639 case "x$with_fontconfig" in
13640 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13642 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13643 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13648 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13651 $as_echo_n "checking for -lgsm... " >&6; }
13652 if ${ac_cv_lib_soname_gsm+:} false
; then :
13653 $as_echo_n "(cached) " >&6
13655 ac_check_soname_save_LIBS
=$LIBS
13657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13658 /* end confdefs.h. */
13660 /* Override any GCC internal prototype to avoid an error.
13661 Use char because int might match the return type of a GCC
13662 builtin and then its argument prototype would still apply. */
13666 char gsm_create ();
13670 return gsm_create ();
13675 if ac_fn_c_try_link
"$LINENO"; then :
13677 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13678 dylib
) ac_cv_lib_soname_gsm
=`$OTOOL -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13679 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13680 if ${ac_cv_lib_soname_gsm:+false} :; then :
13681 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13685 rm -f core conftest.err conftest.
$ac_objext \
13686 conftest
$ac_exeext conftest.
$ac_ext
13687 LIBS
=$ac_check_soname_save_LIBS
13689 if ${ac_cv_lib_soname_gsm:+false} :; then :
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13691 $as_echo "not found" >&6; }
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13695 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13697 cat >>confdefs.h
<<_ACEOF
13698 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13704 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13705 case "x$with_gsm" in
13706 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13708 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13709 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13714 if test "x$with_jpeg" != "xno"
13716 if ${JPEG_CFLAGS:+false} :; then :
13717 if ${PKG_CONFIG+:} false
; then :
13718 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13722 if ${JPEG_LIBS:+false} :; then :
13723 if ${PKG_CONFIG+:} false
; then :
13724 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13729 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13730 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13731 ac_save_CPPFLAGS
=$CPPFLAGS
13732 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13733 for ac_header
in jpeglib.h
13735 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13736 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13737 cat >>confdefs.h
<<_ACEOF
13738 #define HAVE_JPEGLIB_H 1
13745 if test "$ac_cv_header_jpeglib_h" = "yes"
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13748 $as_echo_n "checking for -ljpeg... " >&6; }
13749 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13750 $as_echo_n "(cached) " >&6
13752 ac_check_soname_save_LIBS
=$LIBS
13753 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13755 /* end confdefs.h. */
13757 /* Override any GCC internal prototype to avoid an error.
13758 Use char because int might match the return type of a GCC
13759 builtin and then its argument prototype would still apply. */
13763 char jpeg_start_decompress ();
13767 return jpeg_start_decompress ();
13772 if ac_fn_c_try_link
"$LINENO"; then :
13774 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13775 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'` ;;
13776 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13777 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13778 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13782 rm -f core conftest.err conftest.
$ac_objext \
13783 conftest
$ac_exeext conftest.
$ac_ext
13784 LIBS
=$ac_check_soname_save_LIBS
13786 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13788 $as_echo "not found" >&6; }
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13792 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13794 cat >>confdefs.h
<<_ACEOF
13795 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13803 CPPFLAGS
=$ac_save_CPPFLAGS
13804 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13805 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13808 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13809 case "x$with_jpeg" in
13810 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13812 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13813 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13818 if test "x$with_png" != "xno"
13820 if ${PNG_CFLAGS:+false} :; then :
13821 if ${PKG_CONFIG+:} false
; then :
13822 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13825 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13826 if ${PNG_LIBS:+false} :; then :
13827 if ${PKG_CONFIG+:} false
; then :
13828 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13831 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13833 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13834 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13835 ac_save_CPPFLAGS
=$CPPFLAGS
13836 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13837 for ac_header
in png.h
13839 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13840 if test "x$ac_cv_header_png_h" = xyes
; then :
13841 cat >>confdefs.h
<<_ACEOF
13842 #define HAVE_PNG_H 1
13849 if test "$ac_cv_header_png_h" = "yes"
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13852 $as_echo_n "checking for -lpng... " >&6; }
13853 if ${ac_cv_lib_soname_png+:} false
; then :
13854 $as_echo_n "(cached) " >&6
13856 ac_check_soname_save_LIBS
=$LIBS
13857 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13859 /* end confdefs.h. */
13861 /* Override any GCC internal prototype to avoid an error.
13862 Use char because int might match the return type of a GCC
13863 builtin and then its argument prototype would still apply. */
13867 char png_create_read_struct ();
13871 return png_create_read_struct ();
13876 if ac_fn_c_try_link
"$LINENO"; then :
13878 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13879 dylib
) ac_cv_lib_soname_png
=`$OTOOL -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13880 *) ac_cv_lib_soname_png
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\\[\\(libpng[0-9]*\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13881 if ${ac_cv_lib_soname_png:+false} :; then :
13882 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13886 rm -f core conftest.err conftest.
$ac_objext \
13887 conftest
$ac_exeext conftest.
$ac_ext
13888 LIBS
=$ac_check_soname_save_LIBS
13890 if ${ac_cv_lib_soname_png:+false} :; then :
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13892 $as_echo "not found" >&6; }
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13896 $as_echo "$ac_cv_lib_soname_png" >&6; }
13898 cat >>confdefs.h
<<_ACEOF
13899 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13907 CPPFLAGS
=$ac_save_CPPFLAGS
13908 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13909 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13912 if test "x$ac_cv_lib_soname_png" = "x"; then :
13913 case "x$with_png" in
13914 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13916 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13917 This is an error since --with-png was requested." "$LINENO" 5 ;;
13922 if test "x$with_tiff" != "xno"
13924 if ${TIFF_CFLAGS:+false} :; then :
13925 if ${PKG_CONFIG+:} false
; then :
13926 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13930 if ${TIFF_LIBS:+false} :; then :
13931 if ${PKG_CONFIG+:} false
; then :
13932 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13937 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13938 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13939 ac_save_CPPFLAGS
=$CPPFLAGS
13940 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13941 for ac_header
in tiffio.h
13943 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13944 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13945 cat >>confdefs.h
<<_ACEOF
13946 #define HAVE_TIFFIO_H 1
13953 if test "$ac_cv_header_tiffio_h" = "yes"
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13956 $as_echo_n "checking for -ltiff... " >&6; }
13957 if ${ac_cv_lib_soname_tiff+:} false
; then :
13958 $as_echo_n "(cached) " >&6
13960 ac_check_soname_save_LIBS
=$LIBS
13961 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13963 /* end confdefs.h. */
13965 /* Override any GCC internal prototype to avoid an error.
13966 Use char because int might match the return type of a GCC
13967 builtin and then its argument prototype would still apply. */
13971 char TIFFClientOpen ();
13975 return TIFFClientOpen ();
13980 if ac_fn_c_try_link
"$LINENO"; then :
13982 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13983 dylib
) ac_cv_lib_soname_tiff
=`$OTOOL -L conftest$ac_exeext | grep "libtiff\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libtiff\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13984 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13985 if ${ac_cv_lib_soname_tiff:+false} :; then :
13986 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13990 rm -f core conftest.err conftest.
$ac_objext \
13991 conftest
$ac_exeext conftest.
$ac_ext
13992 LIBS
=$ac_check_soname_save_LIBS
13994 if ${ac_cv_lib_soname_tiff:+false} :; then :
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13996 $as_echo "not found" >&6; }
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14000 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14002 cat >>confdefs.h
<<_ACEOF
14003 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14009 CPPFLAGS
=$ac_save_CPPFLAGS
14010 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14011 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14014 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14015 case "x$with_tiff" in
14016 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14018 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14019 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14024 if test "x$with_mpg123" != "xno"
14026 if ${MPG123_CFLAGS:+false} :; then :
14027 if ${PKG_CONFIG+:} false
; then :
14028 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14032 if ${MPG123_LIBS:+false} :; then :
14033 if ${PKG_CONFIG+:} false
; then :
14034 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14038 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14039 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14040 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14041 ac_save_CPPFLAGS
=$CPPFLAGS
14042 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14043 for ac_header
in mpg123.h
14045 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14046 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14047 cat >>confdefs.h
<<_ACEOF
14048 #define HAVE_MPG123_H 1
14055 if test "$ac_cv_header_mpg123_h" = "yes"
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14058 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14059 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14060 $as_echo_n "(cached) " >&6
14062 ac_check_lib_save_LIBS
=$LIBS
14063 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14065 /* end confdefs.h. */
14067 /* Override any GCC internal prototype to avoid an error.
14068 Use char because int might match the return type of a GCC
14069 builtin and then its argument prototype would still apply. */
14073 char mpg123_feed ();
14077 return mpg123_feed ();
14082 if ac_fn_c_try_link
"$LINENO"; then :
14083 ac_cv_lib_mpg123_mpg123_feed
=yes
14085 ac_cv_lib_mpg123_mpg123_feed
=no
14087 rm -f core conftest.err conftest.
$ac_objext \
14088 conftest
$ac_exeext conftest.
$ac_ext
14089 LIBS
=$ac_check_lib_save_LIBS
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14092 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14093 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14103 CPPFLAGS
=$ac_save_CPPFLAGS
14104 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14105 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14108 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14109 case "x$with_mpg123" in
14110 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14112 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14113 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14115 enable_winemp3_acm
=${enable_winemp3_acm:-no}
14118 if test "$ac_cv_header_AL_al_h" = "yes"
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14121 $as_echo_n "checking for -lopenal... " >&6; }
14122 if ${ac_cv_lib_soname_openal+:} false
; then :
14123 $as_echo_n "(cached) " >&6
14125 ac_check_soname_save_LIBS
=$LIBS
14126 LIBS
="-lopenal $LIBS"
14127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14128 /* end confdefs.h. */
14130 /* Override any GCC internal prototype to avoid an error.
14131 Use char because int might match the return type of a GCC
14132 builtin and then its argument prototype would still apply. */
14136 char alGetSource3i ();
14140 return alGetSource3i ();
14145 if ac_fn_c_try_link
"$LINENO"; then :
14147 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14148 dylib
) ac_cv_lib_soname_openal
=`$OTOOL -L conftest$ac_exeext | grep "libopenal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libopenal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14149 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14150 if ${ac_cv_lib_soname_openal:+false} :; then :
14151 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14155 rm -f core conftest.err conftest.
$ac_objext \
14156 conftest
$ac_exeext conftest.
$ac_ext
14157 LIBS
=$ac_check_soname_save_LIBS
14159 if ${ac_cv_lib_soname_openal:+false} :; then :
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14161 $as_echo "not found" >&6; }
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14165 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14167 cat >>confdefs.h
<<_ACEOF
14168 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14171 OPENAL_LIBS
="-lopenal"
14173 ac_cv_lib_openal
=yes
14175 cat >>confdefs.h
<<_ACEOF
14176 #define HAVE_OPENAL 1
14181 if test "x$ac_cv_lib_openal" != xyes
; then :
14182 case "x$with_openal" in
14183 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14185 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14186 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14188 enable_openal32
=${enable_openal32:-no}
14191 if test "x$ac_cv_lib_openal" = xyes
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14194 $as_echo_n "checking for openal-soft... " >&6; }
14195 if ${ac_cv_have_openalsoft+:} false
; then :
14196 $as_echo_n "(cached) " >&6
14198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h. */
14201 #include <AL/alc.h>
14202 #include <AL/alext.h>
14203 LPALCRENDERSAMPLESSOFT x;
14212 if ac_fn_c_try_compile
"$LINENO"; then :
14213 ac_cv_have_openalsoft
=yes
14215 ac_cv_have_openalsoft
=no
14217 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14220 $as_echo "$ac_cv_have_openalsoft" >&6; }
14222 if test "x$ac_cv_have_openalsoft" != xyes
14224 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14225 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14226 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14227 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14228 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14229 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14230 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14231 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14232 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14233 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14234 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14235 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14236 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14237 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14238 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14239 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14240 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14241 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14242 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14243 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14244 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14245 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14246 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14247 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14250 if test "$ac_cv_header_kstat_h" = "yes"
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14253 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14254 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14255 $as_echo_n "(cached) " >&6
14257 ac_check_lib_save_LIBS
=$LIBS
14258 LIBS
="-lkstat $LIBS"
14259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14260 /* end confdefs.h. */
14262 /* Override any GCC internal prototype to avoid an error.
14263 Use char because int might match the return type of a GCC
14264 builtin and then its argument prototype would still apply. */
14268 char kstat_open ();
14272 return kstat_open ();
14277 if ac_fn_c_try_link
"$LINENO"; then :
14278 ac_cv_lib_kstat_kstat_open
=yes
14280 ac_cv_lib_kstat_kstat_open
=no
14282 rm -f core conftest.err conftest.
$ac_objext \
14283 conftest
$ac_exeext conftest.
$ac_ext
14284 LIBS
=$ac_check_lib_save_LIBS
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14287 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14288 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14290 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14292 KSTAT_LIBS
="-lkstat"
14298 if test "$ac_cv_header_libprocstat_h" = "yes"
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14301 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14302 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14303 $as_echo_n "(cached) " >&6
14305 ac_check_lib_save_LIBS
=$LIBS
14306 LIBS
="-lprocstat $LIBS"
14307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14308 /* end confdefs.h. */
14310 /* Override any GCC internal prototype to avoid an error.
14311 Use char because int might match the return type of a GCC
14312 builtin and then its argument prototype would still apply. */
14316 char procstat_open_sysctl ();
14320 return procstat_open_sysctl ();
14325 if ac_fn_c_try_link
"$LINENO"; then :
14326 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14328 ac_cv_lib_procstat_procstat_open_sysctl
=no
14330 rm -f core conftest.err conftest.
$ac_objext \
14331 conftest
$ac_exeext conftest.
$ac_ext
14332 LIBS
=$ac_check_lib_save_LIBS
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14335 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14336 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14338 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14340 PROCSTAT_LIBS
="-lprocstat"
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14347 $as_echo_n "checking for -lodbc... " >&6; }
14348 if ${ac_cv_lib_soname_odbc+:} false
; then :
14349 $as_echo_n "(cached) " >&6
14351 ac_check_soname_save_LIBS
=$LIBS
14352 LIBS
="-lodbc $LIBS"
14353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14354 /* end confdefs.h. */
14356 /* Override any GCC internal prototype to avoid an error.
14357 Use char because int might match the return type of a GCC
14358 builtin and then its argument prototype would still apply. */
14362 char SQLConnect ();
14366 return SQLConnect ();
14371 if ac_fn_c_try_link
"$LINENO"; then :
14373 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14374 dylib
) ac_cv_lib_soname_odbc
=`$OTOOL -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14375 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14376 if ${ac_cv_lib_soname_odbc:+false} :; then :
14377 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14381 rm -f core conftest.err conftest.
$ac_objext \
14382 conftest
$ac_exeext conftest.
$ac_ext
14383 LIBS
=$ac_check_soname_save_LIBS
14385 if ${ac_cv_lib_soname_odbc:+false} :; then :
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14387 $as_echo "not found" >&6; }
14388 cat >>confdefs.h
<<_ACEOF
14389 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14394 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14396 cat >>confdefs.h
<<_ACEOF
14397 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14403 if test "x$with_netapi" != "xno"
14405 if ${NETAPI_CFLAGS:+false} :; then :
14406 if ${PKG_CONFIG+:} false
; then :
14407 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14411 if ${NETAPI_LIBS:+false} :; then :
14412 if ${PKG_CONFIG+:} false
; then :
14413 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14418 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14419 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14420 ac_save_CPPFLAGS
=$CPPFLAGS
14421 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14423 $as_echo_n "checking for -lnetapi... " >&6; }
14424 if ${ac_cv_lib_soname_netapi+:} false
; then :
14425 $as_echo_n "(cached) " >&6
14427 ac_check_soname_save_LIBS
=$LIBS
14428 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14430 /* end confdefs.h. */
14432 /* Override any GCC internal prototype to avoid an error.
14433 Use char because int might match the return type of a GCC
14434 builtin and then its argument prototype would still apply. */
14438 char libnetapi_init ();
14442 return libnetapi_init ();
14447 if ac_fn_c_try_link
"$LINENO"; then :
14449 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14450 dylib
) ac_cv_lib_soname_netapi
=`$OTOOL -L conftest$ac_exeext | grep "libnetapi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libnetapi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14451 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14452 if ${ac_cv_lib_soname_netapi:+false} :; then :
14453 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14457 rm -f core conftest.err conftest.
$ac_objext \
14458 conftest
$ac_exeext conftest.
$ac_ext
14459 LIBS
=$ac_check_soname_save_LIBS
14461 if ${ac_cv_lib_soname_netapi:+false} :; then :
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14463 $as_echo "not found" >&6; }
14464 cat >>confdefs.h
<<_ACEOF
14465 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14470 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14472 cat >>confdefs.h
<<_ACEOF
14473 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14478 CPPFLAGS
=$ac_save_CPPFLAGS
14479 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14480 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14484 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14485 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14487 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14493 if test "x${GCC}" = "xyes"
14495 EXTRACFLAGS
="-Wall -pipe"
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14498 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14499 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14500 $as_echo_n "(cached) " >&6
14502 if test "$cross_compiling" = yes; then :
14503 ac_cv_c_gcc_strength_bug
="no"
14505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14506 /* end confdefs.h. */
14507 int L[4] = {0,1,2,3};
14511 static int Array[3];
14512 unsigned int B = 3;
14514 for(i=0; i<B; i++) Array[i] = i - 3;
14515 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14517 return (Array[1] != -2 || L[2] != 3)
14522 if ac_fn_c_try_run
"$LINENO"; then :
14523 ac_cv_c_gcc_strength_bug
="no"
14525 ac_cv_c_gcc_strength_bug
="yes"
14527 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14528 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14533 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14534 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14536 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14540 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14541 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14542 $as_echo_n "(cached) " >&6
14544 ac_wine_try_cflags_saved
=$CFLAGS
14545 CFLAGS
="$CFLAGS -fno-builtin"
14546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14547 /* end confdefs.h. */
14548 int main(int argc, char **argv) { return 0; }
14550 if ac_fn_c_try_link
"$LINENO"; then :
14551 ac_cv_cflags__fno_builtin
=yes
14553 ac_cv_cflags__fno_builtin
=no
14555 rm -f core conftest.err conftest.
$ac_objext \
14556 conftest
$ac_exeext conftest.
$ac_ext
14557 CFLAGS
=$ac_wine_try_cflags_saved
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14560 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14561 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14562 BUILTINFLAG
="-fno-builtin"
14565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14566 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14567 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14568 $as_echo_n "(cached) " >&6
14570 ac_wine_try_cflags_saved
=$CFLAGS
14571 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14573 /* end confdefs.h. */
14574 int main(int argc, char **argv) { return 0; }
14576 if ac_fn_c_try_link
"$LINENO"; then :
14577 ac_cv_cflags__fno_strict_aliasing
=yes
14579 ac_cv_cflags__fno_strict_aliasing
=no
14581 rm -f core conftest.err conftest.
$ac_objext \
14582 conftest
$ac_exeext conftest.
$ac_ext
14583 CFLAGS
=$ac_wine_try_cflags_saved
14585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14586 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14587 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14588 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14591 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14592 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14593 $as_echo_n "(cached) " >&6
14595 ac_wine_try_cflags_saved
=$CFLAGS
14596 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14598 /* end confdefs.h. */
14599 int main(int argc, char **argv) { return 0; }
14601 if ac_fn_c_try_link
"$LINENO"; then :
14602 ac_cv_cflags__fexcess_precision_standard
=yes
14604 ac_cv_cflags__fexcess_precision_standard
=no
14606 rm -f core conftest.err conftest.
$ac_objext \
14607 conftest
$ac_exeext conftest.
$ac_ext
14608 CFLAGS
=$ac_wine_try_cflags_saved
14610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14611 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14612 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14613 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14616 saved_CFLAGS
=$CFLAGS
14617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14618 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14619 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14620 $as_echo_n "(cached) " >&6
14622 ac_wine_try_cflags_saved
=$CFLAGS
14623 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14625 /* end confdefs.h. */
14626 int main(int argc, char **argv) { return 0; }
14628 if ac_fn_c_try_link
"$LINENO"; then :
14629 ac_cv_cflags__Werror_unknown_warning_option
=yes
14631 ac_cv_cflags__Werror_unknown_warning_option
=no
14633 rm -f core conftest.err conftest.
$ac_objext \
14634 conftest
$ac_exeext conftest.
$ac_ext
14635 CFLAGS
=$ac_wine_try_cflags_saved
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14638 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14639 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14640 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14643 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14644 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14645 $as_echo_n "(cached) " >&6
14647 ac_wine_try_cflags_saved
=$CFLAGS
14648 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14650 /* end confdefs.h. */
14651 int main(int argc, char **argv) { return 0; }
14653 if ac_fn_c_try_link
"$LINENO"; then :
14654 ac_cv_cflags__Wdeclaration_after_statement
=yes
14656 ac_cv_cflags__Wdeclaration_after_statement
=no
14658 rm -f core conftest.err conftest.
$ac_objext \
14659 conftest
$ac_exeext conftest.
$ac_ext
14660 CFLAGS
=$ac_wine_try_cflags_saved
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14663 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14664 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14665 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14668 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14669 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14670 $as_echo_n "(cached) " >&6
14672 ac_wine_try_cflags_saved
=$CFLAGS
14673 CFLAGS
="$CFLAGS -Wempty-body"
14674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14675 /* end confdefs.h. */
14676 int main(int argc, char **argv) { return 0; }
14678 if ac_fn_c_try_link
"$LINENO"; then :
14679 ac_cv_cflags__Wempty_body
=yes
14681 ac_cv_cflags__Wempty_body
=no
14683 rm -f core conftest.err conftest.
$ac_objext \
14684 conftest
$ac_exeext conftest.
$ac_ext
14685 CFLAGS
=$ac_wine_try_cflags_saved
14687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14688 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14689 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14690 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14693 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14694 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14695 $as_echo_n "(cached) " >&6
14697 ac_wine_try_cflags_saved
=$CFLAGS
14698 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14700 /* end confdefs.h. */
14701 int main(int argc, char **argv) { return 0; }
14703 if ac_fn_c_try_link
"$LINENO"; then :
14704 ac_cv_cflags__Wignored_qualifiers
=yes
14706 ac_cv_cflags__Wignored_qualifiers
=no
14708 rm -f core conftest.err conftest.
$ac_objext \
14709 conftest
$ac_exeext conftest.
$ac_ext
14710 CFLAGS
=$ac_wine_try_cflags_saved
14712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14713 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14714 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14715 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14718 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14719 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14720 $as_echo_n "(cached) " >&6
14722 ac_wine_try_cflags_saved
=$CFLAGS
14723 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14725 /* end confdefs.h. */
14726 int main(int argc, char **argv) { return 0; }
14728 if ac_fn_c_try_link
"$LINENO"; then :
14729 ac_cv_cflags__Wshift_overflow_2
=yes
14731 ac_cv_cflags__Wshift_overflow_2
=no
14733 rm -f core conftest.err conftest.
$ac_objext \
14734 conftest
$ac_exeext conftest.
$ac_ext
14735 CFLAGS
=$ac_wine_try_cflags_saved
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14738 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14739 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14740 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14743 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14744 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14745 $as_echo_n "(cached) " >&6
14747 ac_wine_try_cflags_saved
=$CFLAGS
14748 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14750 /* end confdefs.h. */
14751 int main(int argc, char **argv) { return 0; }
14753 if ac_fn_c_try_link
"$LINENO"; then :
14754 ac_cv_cflags__Wstrict_prototypes
=yes
14756 ac_cv_cflags__Wstrict_prototypes
=no
14758 rm -f core conftest.err conftest.
$ac_objext \
14759 conftest
$ac_exeext conftest.
$ac_ext
14760 CFLAGS
=$ac_wine_try_cflags_saved
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14763 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14764 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14765 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14768 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14769 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14770 $as_echo_n "(cached) " >&6
14772 ac_wine_try_cflags_saved
=$CFLAGS
14773 CFLAGS
="$CFLAGS -Wtype-limits"
14774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14775 /* end confdefs.h. */
14776 int main(int argc, char **argv) { return 0; }
14778 if ac_fn_c_try_link
"$LINENO"; then :
14779 ac_cv_cflags__Wtype_limits
=yes
14781 ac_cv_cflags__Wtype_limits
=no
14783 rm -f core conftest.err conftest.
$ac_objext \
14784 conftest
$ac_exeext conftest.
$ac_ext
14785 CFLAGS
=$ac_wine_try_cflags_saved
14787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14788 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14789 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14790 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14793 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14794 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14795 $as_echo_n "(cached) " >&6
14797 ac_wine_try_cflags_saved
=$CFLAGS
14798 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14800 /* end confdefs.h. */
14801 int main(int argc, char **argv) { return 0; }
14803 if ac_fn_c_try_link
"$LINENO"; then :
14804 ac_cv_cflags__Wunused_but_set_parameter
=yes
14806 ac_cv_cflags__Wunused_but_set_parameter
=no
14808 rm -f core conftest.err conftest.
$ac_objext \
14809 conftest
$ac_exeext conftest.
$ac_ext
14810 CFLAGS
=$ac_wine_try_cflags_saved
14812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14813 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14814 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14815 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14818 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14819 if ${ac_cv_cflags__Wvla+:} false
; then :
14820 $as_echo_n "(cached) " >&6
14822 ac_wine_try_cflags_saved
=$CFLAGS
14823 CFLAGS
="$CFLAGS -Wvla"
14824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14825 /* end confdefs.h. */
14826 int main(int argc, char **argv) { return 0; }
14828 if ac_fn_c_try_link
"$LINENO"; then :
14829 ac_cv_cflags__Wvla
=yes
14831 ac_cv_cflags__Wvla
=no
14833 rm -f core conftest.err conftest.
$ac_objext \
14834 conftest
$ac_exeext conftest.
$ac_ext
14835 CFLAGS
=$ac_wine_try_cflags_saved
14837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14838 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14839 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14840 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14843 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14844 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14845 $as_echo_n "(cached) " >&6
14847 ac_wine_try_cflags_saved
=$CFLAGS
14848 CFLAGS
="$CFLAGS -Wwrite-strings"
14849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14850 /* end confdefs.h. */
14851 int main(int argc, char **argv) { return 0; }
14853 if ac_fn_c_try_link
"$LINENO"; then :
14854 ac_cv_cflags__Wwrite_strings
=yes
14856 ac_cv_cflags__Wwrite_strings
=no
14858 rm -f core conftest.err conftest.
$ac_objext \
14859 conftest
$ac_exeext conftest.
$ac_ext
14860 CFLAGS
=$ac_wine_try_cflags_saved
14862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14863 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14864 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14865 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14869 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14870 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14871 $as_echo_n "(cached) " >&6
14873 ac_wine_try_cflags_saved
=$CFLAGS
14874 CFLAGS
="$CFLAGS -Wpointer-arith"
14875 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14876 /* end confdefs.h. */
14877 int main(int argc, char **argv) { return 0; }
14879 if ac_fn_c_try_link
"$LINENO"; then :
14880 ac_cv_cflags__Wpointer_arith
=yes
14882 ac_cv_cflags__Wpointer_arith
=no
14884 rm -f core conftest.err conftest.
$ac_objext \
14885 conftest
$ac_exeext conftest.
$ac_ext
14886 CFLAGS
=$ac_wine_try_cflags_saved
14888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14889 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14890 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14891 saved_string_h_CFLAGS
=$CFLAGS
14892 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14894 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14895 if ${ac_cv_c_string_h_warnings+:} false
; then :
14896 $as_echo_n "(cached) " >&6
14898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14899 /* end confdefs.h. */
14900 #include <string.h>
14909 if ac_fn_c_try_compile
"$LINENO"; then :
14910 ac_cv_c_string_h_warnings
=no
14912 ac_cv_c_string_h_warnings
=yes
14914 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14917 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14918 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14919 CFLAGS
=$saved_string_h_CFLAGS
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14923 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14924 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14925 $as_echo_n "(cached) " >&6
14927 ac_wine_try_cflags_saved
=$CFLAGS
14928 CFLAGS
="$CFLAGS -Wlogical-op"
14929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14930 /* end confdefs.h. */
14931 int main(int argc, char **argv) { return 0; }
14933 if ac_fn_c_try_link
"$LINENO"; then :
14934 ac_cv_cflags__Wlogical_op
=yes
14936 ac_cv_cflags__Wlogical_op
=no
14938 rm -f core conftest.err conftest.
$ac_objext \
14939 conftest
$ac_exeext conftest.
$ac_ext
14940 CFLAGS
=$ac_wine_try_cflags_saved
14942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14943 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14944 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14945 saved_string_h_CFLAGS
=$CFLAGS
14946 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14948 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14949 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14950 $as_echo_n "(cached) " >&6
14952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14953 /* end confdefs.h. */
14954 #include <string.h>
14955 char*f(const char *h,char n) {return strchr(h,n);}
14964 if ac_fn_c_try_compile
"$LINENO"; then :
14965 ac_cv_c_logicalop_noisy
=no
14967 ac_cv_c_logicalop_noisy
=yes
14969 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14972 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14973 CFLAGS
=$saved_string_h_CFLAGS
14974 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14977 CFLAGS
=$saved_CFLAGS
14979 for ac_flag
in $CFLAGS; do
14981 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14982 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14983 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14984 $as_echo_n "(cached) " >&6
14986 ac_wine_try_cflags_saved
=$CFLAGS
14987 CFLAGS
="$CFLAGS -gdwarf-2"
14988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14989 /* end confdefs.h. */
14990 int main(int argc, char **argv) { return 0; }
14992 if ac_fn_c_try_link
"$LINENO"; then :
14993 ac_cv_cflags__gdwarf_2
=yes
14995 ac_cv_cflags__gdwarf_2
=no
14997 rm -f core conftest.err conftest.
$ac_objext \
14998 conftest
$ac_exeext conftest.
$ac_ext
14999 CFLAGS
=$ac_wine_try_cflags_saved
15001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15002 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15003 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15004 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15007 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15008 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15009 $as_echo_n "(cached) " >&6
15011 ac_wine_try_cflags_saved
=$CFLAGS
15012 CFLAGS
="$CFLAGS -gstrict-dwarf"
15013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15014 /* end confdefs.h. */
15015 int main(int argc, char **argv) { return 0; }
15017 if ac_fn_c_try_link
"$LINENO"; then :
15018 ac_cv_cflags__gstrict_dwarf
=yes
15020 ac_cv_cflags__gstrict_dwarf
=no
15022 rm -f core conftest.err conftest.
$ac_objext \
15023 conftest
$ac_exeext conftest.
$ac_ext
15024 CFLAGS
=$ac_wine_try_cflags_saved
15026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15027 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15028 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15029 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15035 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15036 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15037 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15038 $as_echo_n "(cached) " >&6
15040 ac_wine_try_cflags_saved
=$CFLAGS
15041 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15043 /* end confdefs.h. */
15044 int main(int argc, char **argv) { return 0; }
15046 if ac_fn_c_try_link
"$LINENO"; then :
15047 ac_cv_cflags__fno_omit_frame_pointer
=yes
15049 ac_cv_cflags__fno_omit_frame_pointer
=no
15051 rm -f core conftest.err conftest.
$ac_objext \
15052 conftest
$ac_exeext conftest.
$ac_ext
15053 CFLAGS
=$ac_wine_try_cflags_saved
15055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15056 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15057 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15058 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15063 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15064 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15065 if ${ac_cv_cflags__Wno_format+:} false
; then :
15066 $as_echo_n "(cached) " >&6
15068 ac_wine_try_cflags_saved
=$CFLAGS
15069 CFLAGS
="$CFLAGS -Wno-format"
15070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15071 /* end confdefs.h. */
15072 int main(int argc, char **argv) { return 0; }
15074 if ac_fn_c_try_link
"$LINENO"; then :
15075 ac_cv_cflags__Wno_format
=yes
15077 ac_cv_cflags__Wno_format
=no
15079 rm -f core conftest.err conftest.
$ac_objext \
15080 conftest
$ac_exeext conftest.
$ac_ext
15081 CFLAGS
=$ac_wine_try_cflags_saved
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15084 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15085 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15086 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15090 if test "x$enable_maintainer_mode" = "xyes"
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15093 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15094 if ${ac_cv_cflags__Werror+:} false
; then :
15095 $as_echo_n "(cached) " >&6
15097 ac_wine_try_cflags_saved
=$CFLAGS
15098 CFLAGS
="$CFLAGS -Werror"
15099 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15100 /* end confdefs.h. */
15101 int main(int argc, char **argv) { return 0; }
15103 if ac_fn_c_try_link
"$LINENO"; then :
15104 ac_cv_cflags__Werror
=yes
15106 ac_cv_cflags__Werror
=no
15108 rm -f core conftest.err conftest.
$ac_objext \
15109 conftest
$ac_exeext conftest.
$ac_ext
15110 CFLAGS
=$ac_wine_try_cflags_saved
15112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15113 $as_echo "$ac_cv_cflags__Werror" >&6; }
15114 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15115 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15119 saved_CFLAGS
="$CFLAGS"
15120 CFLAGS
="$CFLAGS -Werror"
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15122 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15123 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15124 $as_echo_n "(cached) " >&6
15126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15127 /* end confdefs.h. */
15128 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15137 if ac_fn_c_try_compile
"$LINENO"; then :
15138 ac_cv_have_ms_hook_prologue
="yes"
15140 ac_cv_have_ms_hook_prologue
="no"
15142 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15145 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15146 CFLAGS
="$saved_CFLAGS"
15147 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15150 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15153 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15160 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15161 if ${ac_cv_c_fortify_enabled+:} false
; then :
15162 $as_echo_n "(cached) " >&6
15164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15165 /* end confdefs.h. */
15166 #include <string.h>
15170 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15171 #error Fortify enabled
15177 if ac_fn_c_try_compile
"$LINENO"; then :
15178 ac_cv_c_fortify_enabled
=no
15180 ac_cv_c_fortify_enabled
=yes
15182 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15185 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15186 if test "$ac_cv_c_fortify_enabled" = yes
15188 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15193 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15194 if ${ac_cv_c_extern_prefix+:} false
; then :
15195 $as_echo_n "(cached) " >&6
15197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15198 /* end confdefs.h. */
15199 extern int ac_test;
15203 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15208 if ac_fn_c_try_link
"$LINENO"; then :
15209 ac_cv_c_extern_prefix
="yes"
15211 ac_cv_c_extern_prefix
="no"
15213 rm -f core conftest.err conftest.
$ac_objext \
15214 conftest
$ac_exeext conftest.
$ac_ext
15216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15217 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15222 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15223 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15224 $as_echo_n "(cached) " >&6
15226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15227 /* end confdefs.h. */
15229 #define __stdcall __attribute__((__stdcall__))
15231 int __stdcall ac_test(int i) { return i; }
15235 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15240 if ac_fn_c_try_link
"$LINENO"; then :
15241 ac_cv_c_stdcall_suffix
="yes"
15243 ac_cv_c_stdcall_suffix
="no"
15245 rm -f core conftest.err conftest.
$ac_objext \
15246 conftest
$ac_exeext conftest.
$ac_ext
15248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15249 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15250 *) ac_cv_c_stdcall_suffix
="no" ;;
15254 if test "$ac_cv_c_extern_prefix" = "yes"
15256 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15258 asm_name_prefix
="_"
15260 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15266 if test "$ac_cv_c_stdcall_suffix" = "yes"
15268 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15271 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15277 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15278 if ${ac_cv_asm_func_def+:} false
; then :
15279 $as_echo_n "(cached) " >&6
15281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15282 /* end confdefs.h. */
15287 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15292 if ac_fn_c_try_link
"$LINENO"; then :
15293 ac_cv_asm_func_def
=".def"
15295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15296 /* end confdefs.h. */
15301 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15306 if ac_fn_c_try_link
"$LINENO"; then :
15307 ac_cv_asm_func_def
=".type @function"
15309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15310 /* end confdefs.h. */
15315 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15320 if ac_fn_c_try_link
"$LINENO"; then :
15321 ac_cv_asm_func_def
=".type 2"
15323 ac_cv_asm_func_def
="unknown"
15325 rm -f core conftest.err conftest.
$ac_objext \
15326 conftest
$ac_exeext conftest.
$ac_ext
15328 rm -f core conftest.err conftest.
$ac_objext \
15329 conftest
$ac_exeext conftest.
$ac_ext
15331 rm -f core conftest.err conftest.
$ac_objext \
15332 conftest
$ac_exeext conftest.
$ac_ext
15334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15335 $as_echo "$ac_cv_asm_func_def" >&6; }
15338 case "$ac_cv_asm_func_def" in
15340 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15342 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15344 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15346 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15348 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15350 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15352 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15354 asm_func_header
="" ;;
15357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15358 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15359 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15360 $as_echo_n "(cached) " >&6
15362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15363 /* end confdefs.h. */
15364 asm(".text\n\t.long 0");
15373 if ac_fn_c_try_compile
"$LINENO"; then :
15374 ac_cv_c_asm_outside_funcs
="yes"
15376 ac_cv_c_asm_outside_funcs
="no"
15378 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15381 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15384 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15385 if ${ac_cv_c_dot_previous+:} false
; then :
15386 $as_echo_n "(cached) " >&6
15388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15389 /* end confdefs.h. */
15394 asm(".text\nac_test:\t.long 0\n\t.previous");
15399 if ac_fn_c_try_link
"$LINENO"; then :
15400 ac_cv_c_dot_previous
="yes"
15402 ac_cv_c_dot_previous
="no"
15404 rm -f core conftest.err conftest.
$ac_objext \
15405 conftest
$ac_exeext conftest.
$ac_ext
15407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15408 $as_echo "$ac_cv_c_dot_previous" >&6; }
15410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15411 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15412 if ${ac_cv_c_cfi_support+:} false
; then :
15413 $as_echo_n "(cached) " >&6
15415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15416 /* end confdefs.h. */
15417 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15426 if ac_fn_c_try_compile
"$LINENO"; then :
15427 ac_cv_c_cfi_support
="yes"
15429 ac_cv_c_cfi_support
="no"
15431 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15434 $as_echo "$ac_cv_c_cfi_support" >&6; }
15436 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15437 asm_func_trailer
=""
15438 if test "$ac_cv_c_dot_previous" = "yes"
15440 asm_func_trailer
="\\n\\t.previous"
15442 if test "$ac_cv_c_cfi_support" = "yes"
15444 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15445 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15447 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15449 UNWINDFLAGS
=-fasynchronous-unwind-tables
15452 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15454 if test "x$enable_win64" = "xyes"
15456 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15460 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15463 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15465 cat >>confdefs.h
<<_ACEOF
15466 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15470 cat >>confdefs.h
<<_ACEOF
15471 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15476 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15479 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15484 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15491 *i
[3456789]86*|x86_64
*)
15492 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15493 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15500 ac_save_CFLAGS
="$CFLAGS"
15501 CFLAGS
="$CFLAGS $BUILTINFLAG"
15582 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15583 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15584 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15585 cat >>confdefs.h
<<_ACEOF
15586 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15592 CFLAGS
="$ac_save_CFLAGS"
15594 if test "$ac_cv_func_dlopen" = no
15596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15597 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15598 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15599 $as_echo_n "(cached) " >&6
15601 ac_check_lib_save_LIBS
=$LIBS
15603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15604 /* end confdefs.h. */
15606 /* Override any GCC internal prototype to avoid an error.
15607 Use char because int might match the return type of a GCC
15608 builtin and then its argument prototype would still apply. */
15621 if ac_fn_c_try_link
"$LINENO"; then :
15622 ac_cv_lib_dl_dlopen
=yes
15624 ac_cv_lib_dl_dlopen
=no
15626 rm -f core conftest.err conftest.
$ac_objext \
15627 conftest
$ac_exeext conftest.
$ac_ext
15628 LIBS
=$ac_check_lib_save_LIBS
15630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15631 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15632 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15633 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15639 ac_wine_check_funcs_save_LIBS
="$LIBS"
15640 LIBS
="$LIBS $DL_LIBS"
15641 for ac_func
in dladdr
15643 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15644 if test "x$ac_cv_func_dladdr" = xyes
; then :
15645 cat >>confdefs.h
<<_ACEOF
15646 #define HAVE_DLADDR 1
15652 LIBS
="$ac_wine_check_funcs_save_LIBS"
15654 if test "$ac_cv_func_poll" = no
15656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15657 $as_echo_n "checking for poll in -lpoll... " >&6; }
15658 if ${ac_cv_lib_poll_poll+:} false
; then :
15659 $as_echo_n "(cached) " >&6
15661 ac_check_lib_save_LIBS
=$LIBS
15662 LIBS
="-lpoll $LIBS"
15663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15664 /* end confdefs.h. */
15666 /* Override any GCC internal prototype to avoid an error.
15667 Use char because int might match the return type of a GCC
15668 builtin and then its argument prototype would still apply. */
15681 if ac_fn_c_try_link
"$LINENO"; then :
15682 ac_cv_lib_poll_poll
=yes
15684 ac_cv_lib_poll_poll
=no
15686 rm -f core conftest.err conftest.
$ac_objext \
15687 conftest
$ac_exeext conftest.
$ac_ext
15688 LIBS
=$ac_check_lib_save_LIBS
15690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15691 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15692 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15693 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15701 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15702 if ${ac_cv_search_gethostbyname+:} false
; then :
15703 $as_echo_n "(cached) " >&6
15705 ac_func_search_save_LIBS
=$LIBS
15706 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15707 /* end confdefs.h. */
15709 /* Override any GCC internal prototype to avoid an error.
15710 Use char because int might match the return type of a GCC
15711 builtin and then its argument prototype would still apply. */
15715 char gethostbyname ();
15719 return gethostbyname ();
15724 for ac_lib
in '' nsl
; do
15725 if test -z "$ac_lib"; then
15726 ac_res
="none required"
15729 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15731 if ac_fn_c_try_link
"$LINENO"; then :
15732 ac_cv_search_gethostbyname
=$ac_res
15734 rm -f core conftest.err conftest.
$ac_objext \
15736 if ${ac_cv_search_gethostbyname+:} false
; then :
15740 if ${ac_cv_search_gethostbyname+:} false
; then :
15743 ac_cv_search_gethostbyname
=no
15745 rm conftest.
$ac_ext
15746 LIBS
=$ac_func_search_save_LIBS
15748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15749 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15750 ac_res
=$ac_cv_search_gethostbyname
15751 if test "$ac_res" != no
; then :
15752 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15758 $as_echo_n "checking for library containing connect... " >&6; }
15759 if ${ac_cv_search_connect+:} false
; then :
15760 $as_echo_n "(cached) " >&6
15762 ac_func_search_save_LIBS
=$LIBS
15763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15764 /* end confdefs.h. */
15766 /* Override any GCC internal prototype to avoid an error.
15767 Use char because int might match the return type of a GCC
15768 builtin and then its argument prototype would still apply. */
15781 for ac_lib
in '' socket
; do
15782 if test -z "$ac_lib"; then
15783 ac_res
="none required"
15786 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15788 if ac_fn_c_try_link
"$LINENO"; then :
15789 ac_cv_search_connect
=$ac_res
15791 rm -f core conftest.err conftest.
$ac_objext \
15793 if ${ac_cv_search_connect+:} false
; then :
15797 if ${ac_cv_search_connect+:} false
; then :
15800 ac_cv_search_connect
=no
15802 rm conftest.
$ac_ext
15803 LIBS
=$ac_func_search_save_LIBS
15805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15806 $as_echo "$ac_cv_search_connect" >&6; }
15807 ac_res
=$ac_cv_search_connect
15808 if test "$ac_res" != no
; then :
15809 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15815 $as_echo_n "checking for library containing inet_aton... " >&6; }
15816 if ${ac_cv_search_inet_aton+:} false
; then :
15817 $as_echo_n "(cached) " >&6
15819 ac_func_search_save_LIBS
=$LIBS
15820 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15821 /* end confdefs.h. */
15823 /* Override any GCC internal prototype to avoid an error.
15824 Use char because int might match the return type of a GCC
15825 builtin and then its argument prototype would still apply. */
15833 return inet_aton ();
15838 for ac_lib
in '' resolv
; do
15839 if test -z "$ac_lib"; then
15840 ac_res
="none required"
15843 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15845 if ac_fn_c_try_link
"$LINENO"; then :
15846 ac_cv_search_inet_aton
=$ac_res
15848 rm -f core conftest.err conftest.
$ac_objext \
15850 if ${ac_cv_search_inet_aton+:} false
; then :
15854 if ${ac_cv_search_inet_aton+:} false
; then :
15857 ac_cv_search_inet_aton
=no
15859 rm conftest.
$ac_ext
15860 LIBS
=$ac_func_search_save_LIBS
15862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15863 $as_echo "$ac_cv_search_inet_aton" >&6; }
15864 ac_res
=$ac_cv_search_inet_aton
15865 if test "$ac_res" != no
; then :
15866 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15886 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15887 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15888 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15889 cat >>confdefs.h
<<_ACEOF
15890 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15899 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15900 if ${ac_cv_search_clock_gettime+:} false
; then :
15901 $as_echo_n "(cached) " >&6
15903 ac_func_search_save_LIBS
=$LIBS
15904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15905 /* end confdefs.h. */
15907 /* Override any GCC internal prototype to avoid an error.
15908 Use char because int might match the return type of a GCC
15909 builtin and then its argument prototype would still apply. */
15913 char clock_gettime ();
15917 return clock_gettime ();
15922 for ac_lib
in '' rt
; do
15923 if test -z "$ac_lib"; then
15924 ac_res
="none required"
15927 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15929 if ac_fn_c_try_link
"$LINENO"; then :
15930 ac_cv_search_clock_gettime
=$ac_res
15932 rm -f core conftest.err conftest.
$ac_objext \
15934 if ${ac_cv_search_clock_gettime+:} false
; then :
15938 if ${ac_cv_search_clock_gettime+:} false
; then :
15941 ac_cv_search_clock_gettime
=no
15943 rm conftest.
$ac_ext
15944 LIBS
=$ac_func_search_save_LIBS
15946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15947 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15948 ac_res
=$ac_cv_search_clock_gettime
15949 if test "$ac_res" != no
; then :
15950 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15952 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15954 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15960 if test "x$with_ldap" != "xno"
15962 if ${LDAP_CFLAGS:+false} :; then :
15963 if ${PKG_CONFIG+:} false
; then :
15964 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
15968 if ${LDAP_LIBS:+false} :; then :
15969 if ${PKG_CONFIG+:} false
; then :
15970 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
15974 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
15975 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
15976 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
15977 ac_save_CPPFLAGS
=$CPPFLAGS
15978 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
15979 for ac_header
in ldap.h lber.h
15981 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15982 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15983 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
15984 cat >>confdefs.h
<<_ACEOF
15985 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15992 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15994 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15996 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15998 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15999 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16000 $as_echo_n "(cached) " >&6
16002 ac_check_lib_save_LIBS
=$LIBS
16003 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16005 /* end confdefs.h. */
16007 /* Override any GCC internal prototype to avoid an error.
16008 Use char because int might match the return type of a GCC
16009 builtin and then its argument prototype would still apply. */
16013 char ldap_initialize ();
16017 return ldap_initialize ();
16022 if ac_fn_c_try_link
"$LINENO"; then :
16023 ac_cv_lib_ldap_r_ldap_initialize
=yes
16025 ac_cv_lib_ldap_r_ldap_initialize
=no
16027 rm -f core conftest.err conftest.
$ac_objext \
16028 conftest
$ac_exeext conftest.
$ac_ext
16029 LIBS
=$ac_check_lib_save_LIBS
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16032 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16033 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16035 $as_echo_n "checking for ber_init in -llber... " >&6; }
16036 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16037 $as_echo_n "(cached) " >&6
16039 ac_check_lib_save_LIBS
=$LIBS
16040 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16042 /* end confdefs.h. */
16044 /* Override any GCC internal prototype to avoid an error.
16045 Use char because int might match the return type of a GCC
16046 builtin and then its argument prototype would still apply. */
16054 return ber_init ();
16059 if ac_fn_c_try_link
"$LINENO"; then :
16060 ac_cv_lib_lber_ber_init
=yes
16062 ac_cv_lib_lber_ber_init
=no
16064 rm -f core conftest.err conftest.
$ac_objext \
16065 conftest
$ac_exeext conftest.
$ac_ext
16066 LIBS
=$ac_check_lib_save_LIBS
16068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16069 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16070 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16072 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16086 ac_wine_check_funcs_save_LIBS
="$LIBS"
16087 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16089 ldap_count_references \
16090 ldap_first_reference \
16091 ldap_next_reference \
16092 ldap_parse_reference \
16093 ldap_parse_sort_control \
16094 ldap_parse_sortresponse_control \
16095 ldap_parse_vlv_control \
16096 ldap_parse_vlvresponse_control
16098 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16099 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16100 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16101 cat >>confdefs.h
<<_ACEOF
16102 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16108 LIBS
="$ac_wine_check_funcs_save_LIBS"
16112 CPPFLAGS
=$ac_save_CPPFLAGS
16113 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16114 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16117 if test "x$LDAP_LIBS" = "x"; then :
16118 case "x$with_ldap" in
16119 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16121 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16122 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16128 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16129 if ${wine_cv_one_arg_mkdir+:} false
; then :
16130 $as_echo_n "(cached) " >&6
16132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16133 /* end confdefs.h. */
16134 #include <sys/stat.h>
16143 if ac_fn_c_try_compile
"$LINENO"; then :
16144 wine_cv_one_arg_mkdir
=yes
16146 wine_cv_one_arg_mkdir
=no
16148 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16151 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16152 if test "$wine_cv_one_arg_mkdir" = "yes"
16155 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16160 $as_echo_n "checking for sched_setaffinity... " >&6; }
16161 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16162 $as_echo_n "(cached) " >&6
16164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16165 /* end confdefs.h. */
16166 #define _GNU_SOURCE
16171 sched_setaffinity(0, 0, 0);
16176 if ac_fn_c_try_link
"$LINENO"; then :
16177 wine_cv_have_sched_setaffinity
=yes
16179 wine_cv_have_sched_setaffinity
=no
16181 rm -f core conftest.err conftest.
$ac_objext \
16182 conftest
$ac_exeext conftest.
$ac_ext
16184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16185 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16186 if test "$wine_cv_have_sched_setaffinity" = "yes"
16189 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16194 $as_echo_n "checking for fallocate... " >&6; }
16195 if ${wine_cv_have_fallocate+:} false
; then :
16196 $as_echo_n "(cached) " >&6
16198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16199 /* end confdefs.h. */
16200 #define _GNU_SOURCE
16205 fallocate(-1, 0, 0, 0);
16210 if ac_fn_c_try_link
"$LINENO"; then :
16211 wine_cv_have_fallocate
=yes
16213 wine_cv_have_fallocate
=no
16215 rm -f core conftest.err conftest.
$ac_objext \
16216 conftest
$ac_exeext conftest.
$ac_ext
16218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16219 $as_echo "$wine_cv_have_fallocate" >&6; }
16220 if test "$wine_cv_have_fallocate" = "yes"
16223 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16229 $as_echo_n "checking for inline... " >&6; }
16230 if ${ac_cv_c_inline+:} false
; then :
16231 $as_echo_n "(cached) " >&6
16234 for ac_kw
in inline __inline__ __inline
; do
16235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16236 /* end confdefs.h. */
16237 #ifndef __cplusplus
16239 static $ac_kw foo_t static_foo () {return 0; }
16240 $ac_kw foo_t foo () {return 0; }
16244 if ac_fn_c_try_compile
"$LINENO"; then :
16245 ac_cv_c_inline
=$ac_kw
16247 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16248 test "$ac_cv_c_inline" != no
&& break
16252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16253 $as_echo "$ac_cv_c_inline" >&6; }
16255 case $ac_cv_c_inline in
16258 case $ac_cv_c_inline in
16260 *) ac_val
=$ac_cv_c_inline;;
16262 cat >>confdefs.h
<<_ACEOF
16263 #ifndef __cplusplus
16264 #define inline $ac_val
16270 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16271 if test "x$ac_cv_type_mode_t" = xyes
; then :
16273 cat >>confdefs.h
<<_ACEOF
16274 #define HAVE_MODE_T 1
16279 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16280 if test "x$ac_cv_type_off_t" = xyes
; then :
16282 cat >>confdefs.h
<<_ACEOF
16283 #define HAVE_OFF_T 1
16288 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16289 if test "x$ac_cv_type_pid_t" = xyes
; then :
16291 cat >>confdefs.h
<<_ACEOF
16292 #define HAVE_PID_T 1
16297 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16298 if test "x$ac_cv_type_size_t" = xyes
; then :
16300 cat >>confdefs.h
<<_ACEOF
16301 #define HAVE_SIZE_T 1
16306 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16307 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16309 cat >>confdefs.h
<<_ACEOF
16310 #define HAVE_SSIZE_T 1
16315 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16316 if test "x$ac_cv_type_long_long" = xyes
; then :
16318 cat >>confdefs.h
<<_ACEOF
16319 #define HAVE_LONG_LONG 1
16324 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16325 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16327 cat >>confdefs.h
<<_ACEOF
16328 #define HAVE_FSBLKCNT_T 1
16333 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16334 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16336 cat >>confdefs.h
<<_ACEOF
16337 #define HAVE_FSFILCNT_T 1
16343 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16344 #include <signal.h>
16346 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16348 cat >>confdefs.h
<<_ACEOF
16349 #define HAVE_SIGSET_T 1
16355 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16357 if test "x$ac_cv_type_request_sense" = xyes
; then :
16359 cat >>confdefs.h
<<_ACEOF
16360 #define HAVE_REQUEST_SENSE 1
16367 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16368 #ifdef HAVE_SYS_SOCKET_H
16369 #include <sys/socket.h>
16371 #ifdef HAVE_SYS_SOCKETVAR_H
16372 #include <sys/socketvar.h>
16374 #ifdef HAVE_NET_ROUTE_H
16375 #include <net/route.h>
16377 #ifdef HAVE_NETINET_IN_H
16378 #include <netinet/in.h>
16380 #ifdef HAVE_NETINET_IN_SYSTM_H
16381 #include <netinet/in_systm.h>
16383 #ifdef HAVE_NETINET_IP_H
16384 #include <netinet/ip.h>
16386 #ifdef HAVE_NETINET_IN_PCB_H
16387 #include <netinet/in_pcb.h>
16390 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16392 cat >>confdefs.h
<<_ACEOF
16393 #define HAVE_STRUCT_XINPGEN 1
16400 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16403 #ifdef HAVE_SYS_LINK_H
16404 #include <sys/link.h>
16407 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16409 cat >>confdefs.h
<<_ACEOF
16410 #define HAVE_STRUCT_R_DEBUG 1
16415 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16418 #ifdef HAVE_SYS_LINK_H
16419 #include <sys/link.h>
16422 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16424 cat >>confdefs.h
<<_ACEOF
16425 #define HAVE_STRUCT_LINK_MAP 1
16432 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16433 #include <linux/input.h>
16436 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16438 cat >>confdefs.h
<<_ACEOF
16439 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16447 $as_echo_n "checking for if_nameindex... " >&6; }
16448 if ${wine_cv_have_if_nameindex+:} false
; then :
16449 $as_echo_n "(cached) " >&6
16451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16452 /* end confdefs.h. */
16453 #ifdef HAVE_SYS_TYPES_H
16454 #include <sys/types.h>
16456 #ifdef HAVE_SYS_SOCKET_H
16457 #include <sys/socket.h>
16459 #ifdef HAVE_NET_IF_H
16460 # include <net/if.h>
16465 struct if_nameindex *p = if_nameindex(); return p->if_index;
16470 if ac_fn_c_try_link
"$LINENO"; then :
16471 wine_cv_have_if_nameindex
=yes
16473 wine_cv_have_if_nameindex
=no
16475 rm -f core conftest.err conftest.
$ac_objext \
16476 conftest
$ac_exeext conftest.
$ac_ext
16478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16479 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16480 if test "$wine_cv_have_if_nameindex" = "yes"
16483 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16488 $as_echo_n "checking for sigaddset... " >&6; }
16489 if ${wine_cv_have_sigaddset+:} false
; then :
16490 $as_echo_n "(cached) " >&6
16492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16493 /* end confdefs.h. */
16494 #include <signal.h>
16498 sigset_t set; sigaddset(&set,SIGTERM);
16503 if ac_fn_c_try_link
"$LINENO"; then :
16504 wine_cv_have_sigaddset
=yes
16506 wine_cv_have_sigaddset
=no
16508 rm -f core conftest.err conftest.
$ac_objext \
16509 conftest
$ac_exeext conftest.
$ac_ext
16511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16512 $as_echo "$wine_cv_have_sigaddset" >&6; }
16513 if test "$wine_cv_have_sigaddset" = "yes"
16516 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16522 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16523 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16524 $as_echo_n "(cached) " >&6
16526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16527 /* end confdefs.h. */
16535 struct hostent *result;
16542 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16543 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16549 if ac_fn_c_try_link
"$LINENO"; then :
16550 wine_cv_linux_gethostbyname_r_6
=yes
16552 wine_cv_linux_gethostbyname_r_6
=no
16555 rm -f core conftest.err conftest.
$ac_objext \
16556 conftest
$ac_exeext conftest.
$ac_ext
16559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16560 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16561 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16564 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16568 if test "$ac_cv_header_linux_joystick_h" = "yes"
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16571 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16572 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16573 $as_echo_n "(cached) " >&6
16575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16576 /* end confdefs.h. */
16578 #include <sys/ioctl.h>
16579 #include <sys/types.h>
16580 #include <linux/joystick.h>
16582 struct js_event blub;
16583 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16584 #error "no 2.2 header"
16595 if ac_fn_c_try_compile
"$LINENO"; then :
16596 wine_cv_linux_joystick_22_api
=yes
16598 wine_cv_linux_joystick_22_api
=no
16600 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16604 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16605 if test "$wine_cv_linux_joystick_22_api" = "yes"
16608 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16614 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16615 #ifdef HAVE_SYS_PARAM_H
16616 # include <sys/param.h>
16618 #ifdef HAVE_SYS_MOUNT_H
16619 # include <sys/mount.h>
16621 #ifdef HAVE_SYS_VFS_H
16622 # include <sys/vfs.h>
16624 #ifdef HAVE_SYS_STATFS_H
16625 # include <sys/statfs.h>
16628 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16630 cat >>confdefs.h
<<_ACEOF
16631 #define HAVE_STRUCT_STATFS_F_BFREE 1
16636 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16637 #ifdef HAVE_SYS_PARAM_H
16638 # include <sys/param.h>
16640 #ifdef HAVE_SYS_MOUNT_H
16641 # include <sys/mount.h>
16643 #ifdef HAVE_SYS_VFS_H
16644 # include <sys/vfs.h>
16646 #ifdef HAVE_SYS_STATFS_H
16647 # include <sys/statfs.h>
16650 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16652 cat >>confdefs.h
<<_ACEOF
16653 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16658 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16659 #ifdef HAVE_SYS_PARAM_H
16660 # include <sys/param.h>
16662 #ifdef HAVE_SYS_MOUNT_H
16663 # include <sys/mount.h>
16665 #ifdef HAVE_SYS_VFS_H
16666 # include <sys/vfs.h>
16668 #ifdef HAVE_SYS_STATFS_H
16669 # include <sys/statfs.h>
16672 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16674 cat >>confdefs.h
<<_ACEOF
16675 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16680 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16681 #ifdef HAVE_SYS_PARAM_H
16682 # include <sys/param.h>
16684 #ifdef HAVE_SYS_MOUNT_H
16685 # include <sys/mount.h>
16687 #ifdef HAVE_SYS_VFS_H
16688 # include <sys/vfs.h>
16690 #ifdef HAVE_SYS_STATFS_H
16691 # include <sys/statfs.h>
16694 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16696 cat >>confdefs.h
<<_ACEOF
16697 #define HAVE_STRUCT_STATFS_F_FFREE 1
16702 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16703 #ifdef HAVE_SYS_PARAM_H
16704 # include <sys/param.h>
16706 #ifdef HAVE_SYS_MOUNT_H
16707 # include <sys/mount.h>
16709 #ifdef HAVE_SYS_VFS_H
16710 # include <sys/vfs.h>
16712 #ifdef HAVE_SYS_STATFS_H
16713 # include <sys/statfs.h>
16716 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16718 cat >>confdefs.h
<<_ACEOF
16719 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16724 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16725 #ifdef HAVE_SYS_PARAM_H
16726 # include <sys/param.h>
16728 #ifdef HAVE_SYS_MOUNT_H
16729 # include <sys/mount.h>
16731 #ifdef HAVE_SYS_VFS_H
16732 # include <sys/vfs.h>
16734 #ifdef HAVE_SYS_STATFS_H
16735 # include <sys/statfs.h>
16738 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16740 cat >>confdefs.h
<<_ACEOF
16741 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16748 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16749 #include <sys/statvfs.h>
16752 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16754 cat >>confdefs.h
<<_ACEOF
16755 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16762 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16763 #include <dirent.h>
16766 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16768 cat >>confdefs.h
<<_ACEOF
16769 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16776 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16777 #ifdef HAVE_SYS_SOCKET_H
16778 # include <sys/socket.h>
16780 #ifdef HAVE_SYS_UN_H
16781 # include <sys/un.h>
16784 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16786 cat >>confdefs.h
<<_ACEOF
16787 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16792 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16793 #ifdef HAVE_SYS_SOCKET_H
16794 # include <sys/socket.h>
16796 #ifdef HAVE_SYS_UN_H
16797 # include <sys/un.h>
16800 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16802 cat >>confdefs.h
<<_ACEOF
16803 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16808 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16809 #ifdef HAVE_SYS_SOCKET_H
16810 # include <sys/socket.h>
16812 #ifdef HAVE_SYS_UN_H
16813 # include <sys/un.h>
16816 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16818 cat >>confdefs.h
<<_ACEOF
16819 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16826 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16827 #ifdef HAVE_SCSI_SG_H
16828 #include <scsi/sg.h>
16831 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16833 cat >>confdefs.h
<<_ACEOF
16834 #define HAVE_SCSIREQ_T_CMD 1
16839 ac_fn_c_check_member
"$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
16840 #ifdef HAVE_SCSI_SG_H
16841 #include <scsi/sg.h>
16844 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16846 cat >>confdefs.h
<<_ACEOF
16847 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16854 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16856 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16858 cat >>confdefs.h
<<_ACEOF
16859 #define HAVE_SIGINFO_T_SI_FD 1
16866 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16867 #ifdef HAVE_SYS_MTIO_H
16868 #include <sys/mtio.h>
16871 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16873 cat >>confdefs.h
<<_ACEOF
16874 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16879 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16880 #ifdef HAVE_SYS_MTIO_H
16881 #include <sys/mtio.h>
16884 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16886 cat >>confdefs.h
<<_ACEOF
16887 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16892 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16893 #ifdef HAVE_SYS_MTIO_H
16894 #include <sys/mtio.h>
16897 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16899 cat >>confdefs.h
<<_ACEOF
16900 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16907 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16908 #include <getopt.h>
16911 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16913 cat >>confdefs.h
<<_ACEOF
16914 #define HAVE_STRUCT_OPTION_NAME 1
16921 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16922 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16924 cat >>confdefs.h
<<_ACEOF
16925 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16930 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16931 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16933 cat >>confdefs.h
<<_ACEOF
16934 #define HAVE_STRUCT_STAT_ST_MTIM 1
16939 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16940 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16942 cat >>confdefs.h
<<_ACEOF
16943 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16948 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16949 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16951 cat >>confdefs.h
<<_ACEOF
16952 #define HAVE_STRUCT_STAT_ST_CTIM 1
16957 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16958 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16960 cat >>confdefs.h
<<_ACEOF
16961 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16966 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16967 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16969 cat >>confdefs.h
<<_ACEOF
16970 #define HAVE_STRUCT_STAT_ST_ATIM 1
16975 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16976 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16978 cat >>confdefs.h
<<_ACEOF
16979 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16984 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16985 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16987 cat >>confdefs.h
<<_ACEOF
16988 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16993 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16994 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16996 cat >>confdefs.h
<<_ACEOF
16997 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17002 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17003 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17005 cat >>confdefs.h
<<_ACEOF
17006 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17011 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17012 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17014 cat >>confdefs.h
<<_ACEOF
17015 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17020 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17021 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17023 cat >>confdefs.h
<<_ACEOF
17024 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17031 ac_fn_c_check_member
"$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
17032 #include <sys/types.h>
17034 #ifdef HAVE_NETINET_IN_H
17035 #include <netinet/in.h>
17038 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17040 cat >>confdefs.h
<<_ACEOF
17041 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17048 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17049 #include <sys/types.h>
17051 #ifdef HAVE_NETINET_IN_H
17052 #include <netinet/in.h>
17054 #ifdef HAVE_RESOLV_H
17055 #include <resolv.h>
17058 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17060 cat >>confdefs.h
<<_ACEOF
17061 #define HAVE_STRUCT___RES_STATE 1
17068 ac_fn_c_check_member
"$LINENO" "struct __res_state" "_u._ext.nscount6" "ac_cv_member_struct___res_state__u__ext_nscount6" "#ifdef HAVE_RESOLV_H
17069 #include <resolv.h>
17072 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17074 cat >>confdefs.h
<<_ACEOF
17075 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17082 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17083 #include <sys/types.h>
17085 #ifdef HAVE_NETINET_IN_H
17086 # include <netinet/in.h>
17088 #ifdef HAVE_ARPA_NAMESER_H
17089 # include <arpa/nameser.h>
17092 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17094 cat >>confdefs.h
<<_ACEOF
17095 #define HAVE_NS_MSG__MSG_PTR 1
17102 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17103 #include <sys/types.h>
17105 #ifdef HAVE_NETINET_IN_H
17106 #include <netinet/in.h>
17108 #ifdef HAVE_NETINET_IP_H
17109 #include <netinet/ip.h>
17111 #ifdef HAVE_NETINET_IP_ICMP_H
17112 #include <netinet/ip_icmp.h>
17114 #ifdef HAVE_NETINET_ICMP_VAR_H
17115 #include <netinet/icmp_var.h>
17118 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17120 cat >>confdefs.h
<<_ACEOF
17121 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17128 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17129 #include <sys/types.h>
17131 #ifdef HAVE_ALIAS_H
17134 #ifdef HAVE_SYS_SOCKET_H
17135 #include <sys/socket.h>
17137 #ifdef HAVE_SYS_SOCKETVAR_H
17138 #include <sys/socketvar.h>
17140 #ifdef HAVE_SYS_TIMEOUT_H
17141 #include <sys/timeout.h>
17143 #ifdef HAVE_NETINET_IN_H
17144 #include <netinet/in.h>
17146 #ifdef HAVE_NETINET_IN_SYSTM_H
17147 #include <netinet/in_systm.h>
17149 #ifdef HAVE_NETINET_IP_H
17150 #include <netinet/ip.h>
17152 #ifdef HAVE_NETINET_IP_VAR_H
17153 #include <netinet/ip_var.h>
17155 #ifdef HAVE_NETINET_IP_ICMP_H
17156 #include <netinet/ip_icmp.h>
17158 #ifdef HAVE_NETINET_ICMP_VAR_H
17159 #include <netinet/icmp_var.h>
17162 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17164 cat >>confdefs.h
<<_ACEOF
17165 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17172 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17173 #include <sys/types.h>
17175 #ifdef HAVE_SYS_SOCKETVAR_H
17176 #include <sys/socketvar.h>
17178 #ifdef HAVE_NETINET_IN_H
17179 #include <netinet/in.h>
17181 #ifdef HAVE_NETINET_IP_VAR_H
17182 #include <netinet/ip_var.h>
17185 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17187 cat >>confdefs.h
<<_ACEOF
17188 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17195 ac_fn_c_check_member
"$LINENO" "struct ip_stats" "ips_total" "ac_cv_member_struct_ip_stats_ips_total" "#ifdef HAVE_NETINET_IP_VAR_H
17196 #include <netinet/ip_var.h>
17199 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17201 cat >>confdefs.h
<<_ACEOF
17202 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17209 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17210 #include <sys/types.h>
17212 #ifdef HAVE_SYS_SOCKETVAR_H
17213 #include <sys/socketvar.h>
17215 #ifdef HAVE_NETINET_IN_H
17216 #include <netinet/in.h>
17218 #ifdef HAVE_NETINET_TCP_H
17219 #include <netinet/tcp.h>
17221 #ifdef HAVE_NETINET_TCP_VAR_H
17222 #include <netinet/tcp_var.h>
17225 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17227 cat >>confdefs.h
<<_ACEOF
17228 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17235 ac_fn_c_check_member
"$LINENO" "struct tcp_stats" "tcps_connattempt" "ac_cv_member_struct_tcp_stats_tcps_connattempt" "#ifdef HAVE_NETINET_TCP_VAR_H
17236 #include <netinet/tcp_var.h>
17239 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17241 cat >>confdefs.h
<<_ACEOF
17242 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17249 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17250 #include <sys/types.h>
17252 #ifdef HAVE_NETINET_IN_H
17253 #include <netinet/in.h>
17255 #ifdef HAVE_NETINET_IP_VAR_H
17256 #include <netinet/ip_var.h>
17258 #ifdef HAVE_NETINET_UDP_H
17259 #include <netinet/udp.h>
17261 #ifdef HAVE_NETINET_UDP_VAR_H
17262 #include <netinet/udp_var.h>
17265 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17267 cat >>confdefs.h
<<_ACEOF
17268 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17275 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17276 #include <sys/types.h>
17278 #ifdef HAVE_NET_IF_H
17279 # include <net/if.h>
17282 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17284 cat >>confdefs.h
<<_ACEOF
17285 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17293 $as_echo_n "checking for timezone variable... " >&6; }
17294 if ${ac_cv_have_timezone+:} false
; then :
17295 $as_echo_n "(cached) " >&6
17297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17298 /* end confdefs.h. */
17308 if ac_fn_c_try_link
"$LINENO"; then :
17309 ac_cv_have_timezone
="yes"
17311 ac_cv_have_timezone
="no"
17313 rm -f core conftest.err conftest.
$ac_objext \
17314 conftest
$ac_exeext conftest.
$ac_ext
17316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17317 $as_echo "$ac_cv_have_timezone" >&6; }
17318 if test "$ac_cv_have_timezone" = "yes"
17321 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17325 $as_echo_n "checking for daylight variable... " >&6; }
17326 if ${ac_cv_have_daylight+:} false
; then :
17327 $as_echo_n "(cached) " >&6
17329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17330 /* end confdefs.h. */
17340 if ac_fn_c_try_link
"$LINENO"; then :
17341 ac_cv_have_daylight
="yes"
17343 ac_cv_have_daylight
="no"
17345 rm -f core conftest.err conftest.
$ac_objext \
17346 conftest
$ac_exeext conftest.
$ac_ext
17348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17349 $as_echo "$ac_cv_have_daylight" >&6; }
17350 if test "$ac_cv_have_daylight" = "yes"
17353 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17357 ac_save_LIBS
="$LIBS"
17359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17360 $as_echo_n "checking for isfinite... " >&6; }
17361 if ${ac_cv_have_isfinite+:} false
; then :
17362 $as_echo_n "(cached) " >&6
17364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17365 /* end confdefs.h. */
17366 #define _GNU_SOURCE
17371 float f = 0.0; return isfinite(f)
17376 if ac_fn_c_try_link
"$LINENO"; then :
17377 ac_cv_have_isfinite
="yes"
17379 ac_cv_have_isfinite
="no"
17381 rm -f core conftest.err conftest.
$ac_objext \
17382 conftest
$ac_exeext conftest.
$ac_ext
17384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17385 $as_echo "$ac_cv_have_isfinite" >&6; }
17386 if test "$ac_cv_have_isfinite" = "yes"
17389 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17394 $as_echo_n "checking for isinf... " >&6; }
17395 if ${ac_cv_have_isinf+:} false
; then :
17396 $as_echo_n "(cached) " >&6
17398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17399 /* end confdefs.h. */
17404 float f = 0.0; return isinf(f)
17409 if ac_fn_c_try_link
"$LINENO"; then :
17410 ac_cv_have_isinf
="yes"
17412 ac_cv_have_isinf
="no"
17414 rm -f core conftest.err conftest.
$ac_objext \
17415 conftest
$ac_exeext conftest.
$ac_ext
17417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17418 $as_echo "$ac_cv_have_isinf" >&6; }
17419 if test "$ac_cv_have_isinf" = "yes"
17422 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17427 $as_echo_n "checking for isnan... " >&6; }
17428 if ${ac_cv_have_isnan+:} false
; then :
17429 $as_echo_n "(cached) " >&6
17431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17432 /* end confdefs.h. */
17437 float f = 0.0; return isnan(f)
17442 if ac_fn_c_try_link
"$LINENO"; then :
17443 ac_cv_have_isnan
="yes"
17445 ac_cv_have_isnan
="no"
17447 rm -f core conftest.err conftest.
$ac_objext \
17448 conftest
$ac_exeext conftest.
$ac_ext
17450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17451 $as_echo "$ac_cv_have_isnan" >&6; }
17452 if test "$ac_cv_have_isnan" = "yes"
17455 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17503 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17504 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17505 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17506 cat >>confdefs.h
<<_ACEOF
17507 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17513 LIBS
="$ac_save_LIBS"
17515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17516 $as_echo_n "checking for __builtin_clz... " >&6; }
17517 if ${ac_cv_have___builtin_clz+:} false
; then :
17518 $as_echo_n "(cached) " >&6
17520 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17521 /* end confdefs.h. */
17526 return __builtin_clz(1)
17531 if ac_fn_c_try_link
"$LINENO"; then :
17532 ac_cv_have___builtin_clz
="yes"
17534 ac_cv_have___builtin_clz
="no"
17536 rm -f core conftest.err conftest.
$ac_objext \
17537 conftest
$ac_exeext conftest.
$ac_ext
17539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17540 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17541 if test "$ac_cv_have___builtin_clz" = "yes"
17544 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17549 $as_echo_n "checking for __builtin_popcount... " >&6; }
17550 if ${ac_cv_have___builtin_popcount+:} false
; then :
17551 $as_echo_n "(cached) " >&6
17553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17554 /* end confdefs.h. */
17559 return __builtin_popcount(1)
17564 if ac_fn_c_try_link
"$LINENO"; then :
17565 ac_cv_have___builtin_popcount
="yes"
17567 ac_cv_have___builtin_popcount
="no"
17569 rm -f core conftest.err conftest.
$ac_objext \
17570 conftest
$ac_exeext conftest.
$ac_ext
17572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17573 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17574 if test "$ac_cv_have___builtin_popcount" = "yes"
17577 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17583 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17584 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17585 if ${ac_cv_cpp_def___i386__+:} false
; then :
17586 $as_echo_n "(cached) " >&6
17588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17589 /* end confdefs.h. */
17594 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17595 $EGREP "yes" >/dev
/null
2>&1; then :
17596 ac_cv_cpp_def___i386__
=yes
17598 ac_cv_cpp_def___i386__
=no
17603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17604 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17605 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17606 CFLAGS
="$CFLAGS -D__i386__"
17607 LINTFLAGS
="$LINTFLAGS -D__i386__"
17609 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17610 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17611 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17612 $as_echo_n "(cached) " >&6
17614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17615 /* end confdefs.h. */
17620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17621 $EGREP "yes" >/dev
/null
2>&1; then :
17622 ac_cv_cpp_def___x86_64__
=yes
17624 ac_cv_cpp_def___x86_64__
=no
17629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17630 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17631 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17632 CFLAGS
="$CFLAGS -D__x86_64__"
17633 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17635 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17636 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17637 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17638 $as_echo_n "(cached) " >&6
17640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17641 /* end confdefs.h. */
17642 #ifndef __sparc64__
17646 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17647 $EGREP "yes" >/dev
/null
2>&1; then :
17648 ac_cv_cpp_def___sparc64__
=yes
17650 ac_cv_cpp_def___sparc64__
=no
17655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17656 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17657 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17658 CFLAGS
="$CFLAGS -D__sparc64__"
17659 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17661 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17662 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17663 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17664 $as_echo_n "(cached) " >&6
17666 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17667 /* end confdefs.h. */
17672 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17673 $EGREP "yes" >/dev
/null
2>&1; then :
17674 ac_cv_cpp_def___sparc__
=yes
17676 ac_cv_cpp_def___sparc__
=no
17681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17682 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17683 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17684 CFLAGS
="$CFLAGS -D__sparc__"
17685 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17687 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17688 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17689 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17690 $as_echo_n "(cached) " >&6
17692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17693 /* end confdefs.h. */
17694 #ifndef __powerpc64__
17698 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17699 $EGREP "yes" >/dev
/null
2>&1; then :
17700 ac_cv_cpp_def___powerpc64__
=yes
17702 ac_cv_cpp_def___powerpc64__
=no
17707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17708 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17709 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17710 CFLAGS
="$CFLAGS -D__powerpc64__"
17711 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17713 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17714 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17715 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17716 $as_echo_n "(cached) " >&6
17718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17719 /* end confdefs.h. */
17720 #ifndef __powerpc__
17724 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17725 $EGREP "yes" >/dev
/null
2>&1; then :
17726 ac_cv_cpp_def___powerpc__
=yes
17728 ac_cv_cpp_def___powerpc__
=no
17733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17734 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17735 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17736 CFLAGS
="$CFLAGS -D__powerpc__"
17737 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17739 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17740 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17741 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17742 $as_echo_n "(cached) " >&6
17744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17745 /* end confdefs.h. */
17746 #ifndef __aarch64__
17750 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17751 $EGREP "yes" >/dev
/null
2>&1; then :
17752 ac_cv_cpp_def___aarch64__
=yes
17754 ac_cv_cpp_def___aarch64__
=no
17759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17760 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17761 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17762 CFLAGS
="$CFLAGS -D__aarch64__"
17763 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17765 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17766 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17767 if ${ac_cv_cpp_def___arm__+:} false
; then :
17768 $as_echo_n "(cached) " >&6
17770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17771 /* end confdefs.h. */
17776 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17777 $EGREP "yes" >/dev
/null
2>&1; then :
17778 ac_cv_cpp_def___arm__
=yes
17780 ac_cv_cpp_def___arm__
=no
17785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17786 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17787 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17788 CFLAGS
="$CFLAGS -D__arm__"
17789 LINTFLAGS
="$LINTFLAGS -D__arm__"
17793 case $host_vendor in
17794 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17795 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17796 if ${ac_cv_cpp_def___sun__+:} false
; then :
17797 $as_echo_n "(cached) " >&6
17799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17800 /* end confdefs.h. */
17805 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17806 $EGREP "yes" >/dev
/null
2>&1; then :
17807 ac_cv_cpp_def___sun__
=yes
17809 ac_cv_cpp_def___sun__
=no
17814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17815 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17816 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17817 CFLAGS
="$CFLAGS -D__sun__"
17818 LINTFLAGS
="$LINTFLAGS -D__sun__"
17826 ac_config_commands
="$ac_config_commands include/stamp-h"
17828 $as_echo_n "creating Makefile rules..." >&6
17830 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17831 SOCKET_LIBS = $SOCKET_LIBS
17832 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17833 IOKIT_LIBS = $IOKIT_LIBS
17834 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17835 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17836 CORESERVICES_LIBS = $CORESERVICES_LIBS
17837 APPKIT_LIBS = $APPKIT_LIBS
17838 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17839 SECURITY_LIBS = $SECURITY_LIBS
17840 COREAUDIO_LIBS = $COREAUDIO_LIBS
17841 OPENAL_LIBS = $OPENAL_LIBS
17842 OPENCL_LIBS = $OPENCL_LIBS
17843 QUICKTIME_LIBS = $QUICKTIME_LIBS
17844 CARBON_LIBS = $CARBON_LIBS
17845 PTHREAD_LIBS = $PTHREAD_LIBS
17846 X_CFLAGS = $X_CFLAGS
17847 X_PRE_LIBS = $X_PRE_LIBS
17849 X_EXTRA_LIBS = $X_EXTRA_LIBS
17850 PCAP_LIBS = $PCAP_LIBS
17851 XML2_CFLAGS = $XML2_CFLAGS
17852 XML2_LIBS = $XML2_LIBS
17853 XSLT_CFLAGS = $XSLT_CFLAGS
17854 XSLT_LIBS = $XSLT_LIBS
17855 DBUS_CFLAGS = $DBUS_CFLAGS
17856 DBUS_LIBS = $DBUS_LIBS
17857 HAL_CFLAGS = $HAL_CFLAGS
17858 HAL_LIBS = $HAL_LIBS
17859 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17860 GNUTLS_LIBS = $GNUTLS_LIBS
17861 SANE_CFLAGS = $SANE_CFLAGS
17862 SANE_LIBS = $SANE_LIBS
17863 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17864 GPHOTO2_LIBS = $GPHOTO2_LIBS
17865 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17866 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17867 RESOLV_LIBS = $RESOLV_LIBS
17868 LCMS2_CFLAGS = $LCMS2_CFLAGS
17869 LCMS2_LIBS = $LCMS2_LIBS
17870 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17871 FREETYPE_LIBS = $FREETYPE_LIBS
17873 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17874 PULSE_CFLAGS = $PULSE_CFLAGS
17875 PULSE_LIBS = $PULSE_LIBS
17876 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17877 GSTREAMER_LIBS = $GSTREAMER_LIBS
17878 ALSA_LIBS = $ALSA_LIBS
17879 OSS4_CFLAGS = $OSS4_CFLAGS
17880 UDEV_CFLAGS = $UDEV_CFLAGS
17881 UDEV_LIBS = $UDEV_LIBS
17882 CAPI20_CFLAGS = $CAPI20_CFLAGS
17883 CAPI20_LIBS = $CAPI20_LIBS
17884 CUPS_CFLAGS = $CUPS_CFLAGS
17885 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17886 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17887 JPEG_CFLAGS = $JPEG_CFLAGS
17888 JPEG_LIBS = $JPEG_LIBS
17889 PNG_CFLAGS = $PNG_CFLAGS
17890 PNG_LIBS = $PNG_LIBS
17891 TIFF_CFLAGS = $TIFF_CFLAGS
17892 TIFF_LIBS = $TIFF_LIBS
17893 MPG123_CFLAGS = $MPG123_CFLAGS
17894 MPG123_LIBS = $MPG123_LIBS
17895 KSTAT_LIBS = $KSTAT_LIBS
17896 PROCSTAT_LIBS = $PROCSTAT_LIBS
17897 NETAPI_CFLAGS = $NETAPI_CFLAGS
17898 NETAPI_LIBS = $NETAPI_LIBS
17899 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17901 POLL_LIBS = $POLL_LIBS
17903 LDAP_CFLAGS = $LDAP_CFLAGS
17904 LDAP_LIBS = $LDAP_LIBS
17909 wine_fn_append_rule
"
17910 # Rules automatically generated by configure
17912 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17917 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17918 @./config.status Make.tmp Makefile
17919 depend: \$(MAKEDEP) dummy
17922 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17923 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17925 if test "x$enable_fonts" != xno
; then
17926 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17927 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17928 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17929 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17930 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17931 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17933 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17934 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17935 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17936 wine_fn_config_symlink wine
17937 if test "x$enable_win64" != xno
; then
17938 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17939 wine_fn_config_symlink wine64
17942 wine_fn_config_dll acledit enable_acledit
17943 wine_fn_config_dll aclui enable_aclui implib
17944 wine_fn_config_dll activeds enable_activeds implib
17945 wine_fn_config_dll actxprxy enable_actxprxy clean
17946 wine_fn_config_lib adsiid
17947 wine_fn_config_dll adsldpc enable_adsldpc
17948 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17949 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17950 wine_fn_config_dll advpack enable_advpack implib
17951 wine_fn_config_test dlls
/advpack
/tests advpack_test
17952 wine_fn_config_dll amstream enable_amstream clean
17953 wine_fn_config_test dlls
/amstream
/tests amstream_test
17954 wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
17955 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
17956 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17957 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
17958 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
17959 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17960 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
17961 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17962 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17963 wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
17964 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17965 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17966 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
17967 wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
17968 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17969 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17970 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17971 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17972 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17973 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17974 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17975 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17976 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17977 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
17978 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17979 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17980 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17981 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17982 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17983 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17984 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17985 wine_fn_config_dll api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
17986 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17987 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17988 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17989 wine_fn_config_dll api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
17990 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17991 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17992 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17993 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
17994 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17995 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17996 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17997 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17998 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17999 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18000 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18001 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18002 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18003 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18004 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18005 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18006 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18007 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18008 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18009 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18010 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18011 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18012 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18013 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18014 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18015 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18016 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18017 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18018 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18019 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18020 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18021 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18022 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18023 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18024 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18025 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18026 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18027 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18028 wine_fn_config_dll api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18029 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18030 wine_fn_config_dll api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18031 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18032 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18033 wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18034 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18035 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18036 wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18037 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18038 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18039 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18040 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18041 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18042 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18043 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18044 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18045 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18046 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18047 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18048 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18049 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18050 wine_fn_config_dll api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18051 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18052 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18053 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18054 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18055 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18056 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18057 wine_fn_config_dll api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18058 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18059 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18060 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18061 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18062 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18063 wine_fn_config_dll api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18064 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18065 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18066 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18067 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18068 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18069 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18070 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18071 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18072 wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18073 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18074 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18075 wine_fn_config_dll api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18076 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18077 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18078 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18079 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18080 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18081 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18082 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18083 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18084 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18085 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18086 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18087 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18088 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18089 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18090 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18091 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18092 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18093 wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18094 wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18095 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18096 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18097 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18098 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18099 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18100 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18101 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18102 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18103 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18104 wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18105 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18106 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18107 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18108 wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18109 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18110 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18111 wine_fn_config_dll api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18112 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18113 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18114 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18115 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18116 wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18117 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18118 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18119 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18120 wine_fn_config_dll api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18121 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18122 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18123 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18124 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18125 wine_fn_config_dll api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18126 wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18127 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18128 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18129 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18130 wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18131 wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18132 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18133 wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18134 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18135 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18136 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18137 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18138 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18139 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18140 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18141 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18142 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18143 wine_fn_config_dll apphelp enable_apphelp
18144 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
18145 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
18146 wine_fn_config_dll atl enable_atl clean
,implib
18147 wine_fn_config_test dlls
/atl
/tests atl_test
18148 wine_fn_config_dll atl100 enable_atl100 clean
,implib
18149 wine_fn_config_test dlls
/atl100
/tests atl100_test
18150 wine_fn_config_dll atl110 enable_atl110 clean
18151 wine_fn_config_dll atl80 enable_atl80 clean
,implib
18152 wine_fn_config_test dlls
/atl80
/tests atl80_test
18153 wine_fn_config_dll atl90 enable_atl90 clean
18154 wine_fn_config_dll authz enable_authz
18155 wine_fn_config_dll avicap32 enable_avicap32 implib
18156 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
18157 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
18158 wine_fn_config_dll avifile.dll16 enable_win16
18159 wine_fn_config_dll avrt enable_avrt implib
18160 wine_fn_config_dll bcrypt enable_bcrypt implib
18161 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
18162 wine_fn_config_dll bluetoothapis enable_bluetoothapis
18163 wine_fn_config_dll browseui enable_browseui clean
18164 wine_fn_config_test dlls
/browseui
/tests browseui_test
18165 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
18166 wine_fn_config_dll cabinet enable_cabinet implib
18167 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
18168 wine_fn_config_dll capi2032 enable_capi2032 implib
18169 wine_fn_config_dll cards enable_cards implib
18170 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
18171 wine_fn_config_dll clusapi enable_clusapi implib
18172 wine_fn_config_dll combase enable_combase
18173 wine_fn_config_test dlls
/combase
/tests combase_test
18174 wine_fn_config_dll comcat enable_comcat
18175 wine_fn_config_test dlls
/comcat
/tests comcat_test
18176 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
18177 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
18178 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
18179 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
18180 wine_fn_config_dll
comm.drv16 enable_win16
18181 wine_fn_config_dll commdlg.dll16 enable_win16
18182 wine_fn_config_dll compobj.dll16 enable_win16
18183 wine_fn_config_dll compstui enable_compstui implib
18184 wine_fn_config_dll comsvcs enable_comsvcs clean
,implib
18185 wine_fn_config_dll concrt140 enable_concrt140
18186 wine_fn_config_dll connect enable_connect
18187 wine_fn_config_dll credui enable_credui clean
,implib
18188 wine_fn_config_test dlls
/credui
/tests credui_test
18189 wine_fn_config_dll crtdll enable_crtdll
18190 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
18191 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
18192 wine_fn_config_dll cryptdlg enable_cryptdlg clean
18193 wine_fn_config_dll cryptdll enable_cryptdll implib
18194 wine_fn_config_dll cryptext enable_cryptext
18195 wine_fn_config_dll cryptnet enable_cryptnet implib
18196 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
18197 wine_fn_config_dll cryptui enable_cryptui clean
,implib
18198 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
18199 wine_fn_config_dll ctapi32 enable_ctapi32
18200 wine_fn_config_dll ctl3d.dll16 enable_win16
18201 wine_fn_config_dll ctl3d32 enable_ctl3d32
18202 wine_fn_config_dll ctl3dv2.dll16 enable_win16
18203 wine_fn_config_dll d2d1 enable_d2d1 implib
18204 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
18205 wine_fn_config_dll d3d10 enable_d3d10 implib
18206 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
18207 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
18208 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
18209 wine_fn_config_dll d3d10core enable_d3d10core implib
18210 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
18211 wine_fn_config_dll d3d11 enable_d3d11 implib
18212 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
18213 wine_fn_config_dll d3d8 enable_d3d8 implib
18214 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
18215 wine_fn_config_dll d3d9 enable_d3d9 implib
18216 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
18217 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
18218 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
18219 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
18220 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
18221 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
18222 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
18223 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
18224 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
18225 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
18226 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
18227 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
18228 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
18229 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
18230 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
18231 wine_fn_config_dll d3dim enable_d3dim
18232 wine_fn_config_dll d3drm enable_d3drm implib
18233 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
18234 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
18235 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
18236 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
18237 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
18238 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
18239 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
18240 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
18241 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
18242 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
18243 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
18244 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
18245 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
18246 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
18247 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
18248 wine_fn_config_test dlls
/d3dx11_43
/tests d3dx11_43_test
18249 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
18250 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
18251 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
18252 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
18253 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
18254 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
18255 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
18256 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
18257 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
18258 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
18259 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
18260 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
18261 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
18262 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
18263 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
18264 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
18265 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
18266 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
18267 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
18268 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
18269 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
18270 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
18271 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
18272 wine_fn_config_dll davclnt enable_davclnt
18273 wine_fn_config_dll dbgeng enable_dbgeng implib
18274 wine_fn_config_dll dbghelp enable_dbghelp implib
18275 wine_fn_config_dll dciman32 enable_dciman32 implib
18276 wine_fn_config_dll ddeml.dll16 enable_win16
18277 wine_fn_config_dll ddraw enable_ddraw clean
,implib
18278 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
18279 wine_fn_config_dll ddrawex enable_ddrawex clean
18280 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
18281 wine_fn_config_dll devenum enable_devenum clean
18282 wine_fn_config_test dlls
/devenum
/tests devenum_test
18283 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
18284 wine_fn_config_dll difxapi enable_difxapi
18285 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
18286 wine_fn_config_test dlls
/dinput
/tests dinput_test
18287 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
18288 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
18289 wine_fn_config_dll dispdib.dll16 enable_win16
18290 wine_fn_config_dll dispex enable_dispex clean
18291 wine_fn_config_test dlls
/dispex
/tests dispex_test
18292 wine_fn_config_dll display.drv16 enable_win16
18293 wine_fn_config_dll dmband enable_dmband clean
18294 wine_fn_config_test dlls
/dmband
/tests dmband_test
18295 wine_fn_config_dll dmcompos enable_dmcompos clean
18296 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
18297 wine_fn_config_dll dmime enable_dmime clean
18298 wine_fn_config_test dlls
/dmime
/tests dmime_test
18299 wine_fn_config_dll dmloader enable_dmloader clean
18300 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
18301 wine_fn_config_dll dmscript enable_dmscript clean
18302 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
18303 wine_fn_config_dll dmstyle enable_dmstyle clean
18304 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
18305 wine_fn_config_dll dmsynth enable_dmsynth clean
18306 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
18307 wine_fn_config_dll dmusic enable_dmusic clean
18308 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
18309 wine_fn_config_dll dmusic32 enable_dmusic32
18310 wine_fn_config_dll dnsapi enable_dnsapi implib
18311 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
18312 wine_fn_config_dll dplay enable_dplay
18313 wine_fn_config_dll dplayx enable_dplayx clean
,implib
18314 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
18315 wine_fn_config_dll dpnaddr enable_dpnaddr
18316 wine_fn_config_dll dpnet enable_dpnet clean
,implib
18317 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
18318 wine_fn_config_dll dpnhpast enable_dpnhpast
18319 wine_fn_config_dll dpnlobby enable_dpnlobby
18320 wine_fn_config_dll dpvoice enable_dpvoice clean
18321 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
18322 wine_fn_config_dll dpwsockx enable_dpwsockx
18323 wine_fn_config_dll drmclien enable_drmclien
18324 wine_fn_config_dll dsound enable_dsound clean
,implib
18325 wine_fn_config_test dlls
/dsound
/tests dsound_test
18326 wine_fn_config_dll dsquery enable_dsquery clean
18327 wine_fn_config_dll dssenh enable_dssenh
18328 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
18329 wine_fn_config_dll dswave enable_dswave clean
18330 wine_fn_config_test dlls
/dswave
/tests dswave_test
18331 wine_fn_config_dll dwmapi enable_dwmapi implib
18332 wine_fn_config_dll dwrite enable_dwrite implib
18333 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
18334 wine_fn_config_dll dx8vb enable_dx8vb
18335 wine_fn_config_dll dxdiagn enable_dxdiagn clean
18336 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
18337 wine_fn_config_lib dxerr8
18338 wine_fn_config_lib dxerr9
18339 wine_fn_config_dll dxgi enable_dxgi implib
18340 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
18341 wine_fn_config_lib dxguid
18342 wine_fn_config_dll dxva2 enable_dxva2
18343 wine_fn_config_dll esent enable_esent
18344 wine_fn_config_dll evr enable_evr clean
18345 wine_fn_config_test dlls
/evr
/tests evr_test
18346 wine_fn_config_dll explorerframe enable_explorerframe clean
18347 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
18348 wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18349 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18350 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18351 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18352 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18353 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18354 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18355 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18356 wine_fn_config_dll ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18357 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18358 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18359 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18360 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18361 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18362 wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18363 wine_fn_config_dll ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18364 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18365 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18366 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
18367 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18368 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18369 wine_fn_config_dll ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18370 wine_fn_config_dll ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18371 wine_fn_config_dll faultrep enable_faultrep implib
18372 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
18373 wine_fn_config_dll fltlib enable_fltlib
18374 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
18375 wine_fn_config_dll fntcache enable_fntcache
18376 wine_fn_config_dll fontsub enable_fontsub
18377 wine_fn_config_dll fusion enable_fusion
18378 wine_fn_config_test dlls
/fusion
/tests fusion_test
18379 wine_fn_config_dll fwpuclnt enable_fwpuclnt
18380 wine_fn_config_dll gameux enable_gameux clean
18381 wine_fn_config_test dlls
/gameux
/tests gameux_test
18382 wine_fn_config_dll gdi.exe16 enable_win16
18383 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
18384 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
18385 wine_fn_config_dll gdiplus enable_gdiplus implib
18386 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
18387 wine_fn_config_dll glu32 enable_glu32 implib
18388 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
18389 wine_fn_config_dll gpkcsp enable_gpkcsp
18390 wine_fn_config_dll hal enable_hal
18391 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
18392 wine_fn_config_dll hid enable_hid implib
18393 wine_fn_config_test dlls
/hid
/tests hid_test
18394 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
18395 wine_fn_config_dll hlink enable_hlink clean
,implib
18396 wine_fn_config_test dlls
/hlink
/tests hlink_test
18397 wine_fn_config_dll hnetcfg enable_hnetcfg clean
18398 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
18399 wine_fn_config_dll httpapi enable_httpapi
18400 wine_fn_config_dll iccvid enable_iccvid clean
18401 wine_fn_config_dll icmp enable_icmp
18402 wine_fn_config_dll ieframe enable_ieframe clean
,implib
18403 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
18404 wine_fn_config_dll ieproxy enable_ieproxy clean
18405 wine_fn_config_dll ifsmgr.vxd enable_win16
18406 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
18407 wine_fn_config_dll imagehlp enable_imagehlp implib
18408 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
18409 wine_fn_config_dll imm.dll16 enable_win16
18410 wine_fn_config_dll imm32 enable_imm32 implib
18411 wine_fn_config_test dlls
/imm32
/tests imm32_test
18412 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
18413 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
18414 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
18415 wine_fn_config_dll inetmib1 enable_inetmib1
18416 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
18417 wine_fn_config_dll infosoft enable_infosoft clean
18418 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
18419 wine_fn_config_dll initpki enable_initpki
18420 wine_fn_config_dll inkobj enable_inkobj
18421 wine_fn_config_dll inseng enable_inseng clean
18422 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18423 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18424 wine_fn_config_dll iprop enable_iprop
18425 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18426 wine_fn_config_dll itircl enable_itircl
18427 wine_fn_config_dll itss enable_itss clean
18428 wine_fn_config_test dlls
/itss
/tests itss_test
18429 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18430 wine_fn_config_dll jscript enable_jscript clean
18431 wine_fn_config_test dlls
/jscript
/tests jscript_test
18432 wine_fn_config_dll jsproxy enable_jsproxy implib
18433 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18434 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
18435 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18436 wine_fn_config_dll kernelbase enable_kernelbase
18437 wine_fn_config_dll keyboard.drv16 enable_win16
18438 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18439 wine_fn_config_dll ksuser enable_ksuser
18440 wine_fn_config_dll ktmw32 enable_ktmw32
18441 wine_fn_config_dll loadperf enable_loadperf implib
18442 wine_fn_config_dll localspl enable_localspl clean
18443 wine_fn_config_test dlls
/localspl
/tests localspl_test
18444 wine_fn_config_dll localui enable_localui clean
18445 wine_fn_config_test dlls
/localui
/tests localui_test
18446 wine_fn_config_dll lz32 enable_lz32 implib
18447 wine_fn_config_test dlls
/lz32
/tests lz32_test
18448 wine_fn_config_dll lzexpand.dll16 enable_win16
18449 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
18450 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18451 wine_fn_config_dll mapistub enable_mapistub
18452 wine_fn_config_dll mciavi32 enable_mciavi32
18453 wine_fn_config_dll mcicda enable_mcicda
18454 wine_fn_config_dll mciqtz32 enable_mciqtz32
18455 wine_fn_config_dll mciseq enable_mciseq
18456 wine_fn_config_dll mciwave enable_mciwave
18457 wine_fn_config_dll mf enable_mf implib
18458 wine_fn_config_test dlls
/mf
/tests mf_test
18459 wine_fn_config_dll mf3216 enable_mf3216
18460 wine_fn_config_dll mfplat enable_mfplat implib
18461 wine_fn_config_test dlls
/mfplat
/tests mfplat_test
18462 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18463 wine_fn_config_lib mfuuid
18464 wine_fn_config_dll mgmtapi enable_mgmtapi
18465 wine_fn_config_dll midimap enable_midimap
18466 wine_fn_config_dll mlang enable_mlang clean
,implib
18467 wine_fn_config_test dlls
/mlang
/tests mlang_test
18468 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18469 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18470 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18471 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18472 wine_fn_config_dll mmdevldr.vxd enable_win16
18473 wine_fn_config_dll mmsystem.dll16 enable_win16
18474 wine_fn_config_dll monodebg.vxd enable_win16
18475 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18476 wine_fn_config_dll mouse.drv16 enable_win16
18477 wine_fn_config_dll mpr enable_mpr clean
,implib
18478 wine_fn_config_test dlls
/mpr
/tests mpr_test
18479 wine_fn_config_dll mprapi enable_mprapi implib
18480 wine_fn_config_dll msacm.dll16 enable_win16
18481 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18482 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
18483 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18484 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18485 wine_fn_config_dll msasn1 enable_msasn1 implib
18486 wine_fn_config_dll mscat32 enable_mscat32
18487 wine_fn_config_dll mscms enable_mscms implib
18488 wine_fn_config_test dlls
/mscms
/tests mscms_test
18489 wine_fn_config_dll mscoree enable_mscoree clean
18490 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18491 wine_fn_config_dll msctf enable_msctf clean
18492 wine_fn_config_test dlls
/msctf
/tests msctf_test
18493 wine_fn_config_dll msctfp enable_msctfp clean
18494 wine_fn_config_dll msdaps enable_msdaps clean
18495 wine_fn_config_dll msdelta enable_msdelta
18496 wine_fn_config_dll msdmo enable_msdmo implib
18497 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18498 wine_fn_config_dll msdrm enable_msdrm
18499 wine_fn_config_dll msftedit enable_msftedit
18500 wine_fn_config_dll msg711.acm enable_msg711_acm
18501 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18502 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18503 wine_fn_config_dll mshtml enable_mshtml clean
,implib
18504 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
18505 wine_fn_config_dll msi enable_msi clean
,implib
18506 wine_fn_config_test dlls
/msi
/tests msi_test
18507 wine_fn_config_dll msident enable_msident clean
18508 wine_fn_config_dll msimg32 enable_msimg32 implib
18509 wine_fn_config_dll msimsg enable_msimsg
18510 wine_fn_config_dll msimtf enable_msimtf clean
18511 wine_fn_config_dll msisip enable_msisip
18512 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18513 wine_fn_config_dll msls31 enable_msls31
18514 wine_fn_config_dll msnet32 enable_msnet32
18515 wine_fn_config_dll mspatcha enable_mspatcha implib
18516 wine_fn_config_dll msports enable_msports
18517 wine_fn_config_dll msrle32 enable_msrle32 clean
18518 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18519 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18520 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
18521 wine_fn_config_dll mssign32 enable_mssign32
18522 wine_fn_config_dll mssip32 enable_mssip32
18523 wine_fn_config_dll mstask enable_mstask clean
18524 wine_fn_config_test dlls
/mstask
/tests mstask_test
18525 wine_fn_config_dll msvcirt enable_msvcirt
18526 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18527 wine_fn_config_dll msvcm80 enable_msvcm80
18528 wine_fn_config_dll msvcm90 enable_msvcm90
18529 wine_fn_config_dll msvcp100 enable_msvcp100
18530 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18531 wine_fn_config_dll msvcp110 enable_msvcp110
18532 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18533 wine_fn_config_dll msvcp120 enable_msvcp120
18534 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18535 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18536 wine_fn_config_dll msvcp140 enable_msvcp140
18537 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18538 wine_fn_config_dll msvcp60 enable_msvcp60
18539 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18540 wine_fn_config_dll msvcp70 enable_msvcp70
18541 wine_fn_config_dll msvcp71 enable_msvcp71
18542 wine_fn_config_dll msvcp80 enable_msvcp80
18543 wine_fn_config_dll msvcp90 enable_msvcp90
18544 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18545 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18546 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18547 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18548 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18549 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18550 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18551 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18552 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18553 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18554 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18555 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18556 wine_fn_config_dll msvcrt enable_msvcrt implib
18557 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18558 wine_fn_config_dll msvcrt20 enable_msvcrt20
18559 wine_fn_config_dll msvcrt40 enable_msvcrt40
18560 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18561 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18562 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
18563 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18564 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18565 wine_fn_config_dll msvideo.dll16 enable_win16
18566 wine_fn_config_dll mswsock enable_mswsock implib
18567 wine_fn_config_dll msxml enable_msxml clean
18568 wine_fn_config_dll msxml2 enable_msxml2 clean
18569 wine_fn_config_dll msxml3 enable_msxml3 clean
18570 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
18571 wine_fn_config_dll msxml4 enable_msxml4 clean
18572 wine_fn_config_dll msxml6 enable_msxml6 clean
18573 wine_fn_config_dll mtxdm enable_mtxdm
18574 wine_fn_config_dll ncrypt enable_ncrypt
18575 wine_fn_config_dll nddeapi enable_nddeapi implib
18576 wine_fn_config_dll ndis.sys enable_ndis_sys
18577 wine_fn_config_dll netapi32 enable_netapi32 implib
18578 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18579 wine_fn_config_dll netcfgx enable_netcfgx clean
18580 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18581 wine_fn_config_dll netprofm enable_netprofm clean
18582 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18583 wine_fn_config_dll newdev enable_newdev implib
18584 wine_fn_config_dll normaliz enable_normaliz implib
18585 wine_fn_config_dll npmshtml enable_npmshtml
18586 wine_fn_config_dll npptools enable_npptools
18587 wine_fn_config_dll ntdll enable_ntdll implib
18588 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18589 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18590 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18591 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18592 wine_fn_config_dll ntprint enable_ntprint
18593 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18594 wine_fn_config_dll objsel enable_objsel clean
18595 wine_fn_config_dll odbc32 enable_odbc32 implib
18596 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18597 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18598 wine_fn_config_dll odbccu32 enable_odbccu32
18599 wine_fn_config_dll ole2.dll16 enable_win16
18600 wine_fn_config_dll ole2conv.dll16 enable_win16
18601 wine_fn_config_dll ole2disp.dll16 enable_win16
18602 wine_fn_config_dll ole2nls.dll16 enable_win16
18603 wine_fn_config_dll ole2prox.dll16 enable_win16
18604 wine_fn_config_dll ole2thk.dll16 enable_win16
18605 wine_fn_config_dll ole32 enable_ole32 clean
,implib
18606 wine_fn_config_test dlls
/ole32
/tests ole32_test
18607 wine_fn_config_dll oleacc enable_oleacc clean
,implib
18608 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18609 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
18610 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
18611 wine_fn_config_dll olecli.dll16 enable_win16
18612 wine_fn_config_dll olecli32 enable_olecli32 implib
18613 wine_fn_config_dll oledb32 enable_oledb32 clean
18614 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
18615 wine_fn_config_dll oledlg enable_oledlg clean
,implib
18616 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18617 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
18618 wine_fn_config_dll olesvr.dll16 enable_win16
18619 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18620 wine_fn_config_dll olethk32 enable_olethk32
18621 wine_fn_config_dll openal32 enable_openal32
18622 wine_fn_config_dll opencl enable_opencl
18623 wine_fn_config_dll opengl32 enable_opengl32 implib
18624 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
18625 wine_fn_config_dll packager enable_packager clean
18626 wine_fn_config_test dlls
/packager
/tests packager_test
18627 wine_fn_config_dll pdh enable_pdh implib
18628 wine_fn_config_test dlls
/pdh
/tests pdh_test
18629 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18630 wine_fn_config_dll pidgen enable_pidgen
18631 wine_fn_config_dll powrprof enable_powrprof implib
18632 wine_fn_config_dll printui enable_printui
18633 wine_fn_config_dll prntvpt enable_prntvpt
18634 wine_fn_config_dll propsys enable_propsys clean
,implib
18635 wine_fn_config_test dlls
/propsys
/tests propsys_test
18636 wine_fn_config_dll psapi enable_psapi implib
18637 wine_fn_config_test dlls
/psapi
/tests psapi_test
18638 wine_fn_config_dll pstorec enable_pstorec clean
18639 wine_fn_config_test dlls
/pstorec
/tests pstorec_test
18640 wine_fn_config_dll qcap enable_qcap
18641 wine_fn_config_test dlls
/qcap
/tests qcap_test
18642 wine_fn_config_dll qedit enable_qedit clean
18643 wine_fn_config_test dlls
/qedit
/tests qedit_test
18644 wine_fn_config_dll qmgr enable_qmgr clean
18645 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18646 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18647 wine_fn_config_dll quartz enable_quartz clean
,implib
18648 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
18649 wine_fn_config_dll query enable_query
18650 wine_fn_config_dll rasapi16.dll16 enable_win16
18651 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18652 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18653 wine_fn_config_dll rasdlg enable_rasdlg implib
18654 wine_fn_config_dll regapi enable_regapi
18655 wine_fn_config_dll resutils enable_resutils implib
18656 wine_fn_config_dll riched20 enable_riched20 clean
,implib
18657 wine_fn_config_test dlls
/riched20
/tests riched20_test
18658 wine_fn_config_dll riched32 enable_riched32
18659 wine_fn_config_test dlls
/riched32
/tests riched32_test
18660 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
18661 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
18662 wine_fn_config_dll rsabase enable_rsabase
18663 wine_fn_config_dll rsaenh enable_rsaenh implib
18664 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18665 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18666 wine_fn_config_dll rtutils enable_rtutils implib
18667 wine_fn_config_dll samlib enable_samlib
18668 wine_fn_config_dll sane.ds enable_sane_ds clean
18669 wine_fn_config_dll sapi enable_sapi clean
18670 wine_fn_config_test dlls
/sapi
/tests sapi_test
18671 wine_fn_config_dll scarddlg enable_scarddlg
18672 wine_fn_config_dll sccbase enable_sccbase
18673 wine_fn_config_dll schannel enable_schannel
18674 wine_fn_config_test dlls
/schannel
/tests schannel_test
18675 wine_fn_config_dll schedsvc enable_schedsvc clean
18676 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18677 wine_fn_config_dll scrobj enable_scrobj clean
18678 wine_fn_config_dll scrrun enable_scrrun clean
18679 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18680 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18681 wine_fn_config_dll secur32 enable_secur32 implib
18682 wine_fn_config_test dlls
/secur32
/tests secur32_test
18683 wine_fn_config_dll security enable_security
18684 wine_fn_config_dll sensapi enable_sensapi implib
18685 wine_fn_config_dll serialui enable_serialui clean
18686 wine_fn_config_test dlls
/serialui
/tests serialui_test
18687 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18688 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18689 wine_fn_config_dll setupx.dll16 enable_win16
18690 wine_fn_config_dll sfc enable_sfc implib
18691 wine_fn_config_dll sfc_os enable_sfc_os implib
18692 wine_fn_config_dll shdoclc enable_shdoclc clean
18693 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18694 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18695 wine_fn_config_dll shell.dll16 enable_win16
18696 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18697 wine_fn_config_test dlls
/shell32
/tests shell32_test
18698 wine_fn_config_dll shfolder enable_shfolder implib
18699 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18700 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18701 wine_fn_config_dll slbcsp enable_slbcsp
18702 wine_fn_config_dll slc enable_slc implib
18703 wine_fn_config_test dlls
/slc
/tests slc_test
18704 wine_fn_config_dll snmpapi enable_snmpapi implib
18705 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18706 wine_fn_config_dll softpub enable_softpub
18707 wine_fn_config_dll sound.drv16 enable_win16
18708 wine_fn_config_dll spoolss enable_spoolss implib
18709 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18710 wine_fn_config_dll sspicli enable_sspicli
18711 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18712 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18713 wine_fn_config_dll sti enable_sti clean
,implib
18714 wine_fn_config_test dlls
/sti
/tests sti_test
18715 wine_fn_config_dll storage.dll16 enable_win16
18716 wine_fn_config_dll stress.dll16 enable_win16
18717 wine_fn_config_lib strmbase
18718 wine_fn_config_lib strmiids
18719 wine_fn_config_dll svrapi enable_svrapi
18720 wine_fn_config_dll sxs enable_sxs implib
18721 wine_fn_config_test dlls
/sxs
/tests sxs_test
18722 wine_fn_config_dll system.drv16 enable_win16
18723 wine_fn_config_dll t2embed enable_t2embed implib
18724 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18725 wine_fn_config_dll tapi32 enable_tapi32 implib
18726 wine_fn_config_dll taskschd enable_taskschd clean
18727 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18728 wine_fn_config_dll tdh enable_tdh
18729 wine_fn_config_dll tdi.sys enable_tdi_sys
18730 wine_fn_config_dll toolhelp.dll16 enable_win16
18731 wine_fn_config_dll traffic enable_traffic
18732 wine_fn_config_dll twain.dll16 enable_win16
18733 wine_fn_config_dll twain_32 enable_twain_32
18734 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18735 wine_fn_config_dll typelib.dll16 enable_win16
18736 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18737 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18738 wine_fn_config_dll uiautomationcore enable_uiautomationcore
18739 wine_fn_config_dll uiribbon enable_uiribbon clean
18740 wine_fn_config_dll unicows enable_unicows implib
18741 wine_fn_config_dll updspapi enable_updspapi
18742 wine_fn_config_dll url enable_url implib
18743 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18744 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18745 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18746 wine_fn_config_dll user.exe16 enable_win16
18747 wine_fn_config_dll user32 enable_user32 clean
,implib
18748 wine_fn_config_test dlls
/user32
/tests user32_test
18749 wine_fn_config_dll userenv enable_userenv implib
18750 wine_fn_config_test dlls
/userenv
/tests userenv_test
18751 wine_fn_config_dll usp10 enable_usp10 implib
18752 wine_fn_config_test dlls
/usp10
/tests usp10_test
18753 wine_fn_config_lib uuid
18754 wine_fn_config_dll uxtheme enable_uxtheme implib
18755 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18756 wine_fn_config_dll vbscript enable_vbscript clean
18757 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18758 wine_fn_config_dll vcomp enable_vcomp
18759 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18760 wine_fn_config_dll vcomp100 enable_vcomp100
18761 wine_fn_config_dll vcomp110 enable_vcomp110
18762 wine_fn_config_dll vcomp120 enable_vcomp120
18763 wine_fn_config_dll vcomp140 enable_vcomp140
18764 wine_fn_config_dll vcomp90 enable_vcomp90
18765 wine_fn_config_dll vcruntime140 enable_vcruntime140
18766 wine_fn_config_dll vdhcp.vxd enable_win16
18767 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18768 wine_fn_config_dll ver.dll16 enable_win16
18769 wine_fn_config_dll version enable_version implib
18770 wine_fn_config_test dlls
/version
/tests version_test
18771 wine_fn_config_dll virtdisk enable_virtdisk
18772 wine_fn_config_dll vmm.vxd enable_win16
18773 wine_fn_config_dll vnbt.vxd enable_win16
18774 wine_fn_config_dll vnetbios.vxd enable_win16
18775 wine_fn_config_dll vssapi enable_vssapi
18776 wine_fn_config_dll vtdapi.vxd enable_win16
18777 wine_fn_config_dll vwin32.vxd enable_win16
18778 wine_fn_config_dll w32skrnl enable_win16
18779 wine_fn_config_dll w32sys.dll16 enable_win16
18780 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18781 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18782 wine_fn_config_dll wbemprox enable_wbemprox clean
18783 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18784 wine_fn_config_dll webservices enable_webservices implib
18785 wine_fn_config_test dlls
/webservices
/tests webservices_test
18786 wine_fn_config_dll wer enable_wer implib
18787 wine_fn_config_test dlls
/wer
/tests wer_test
18788 wine_fn_config_dll wevtapi enable_wevtapi
18789 wine_fn_config_dll wiaservc enable_wiaservc clean
18790 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18791 wine_fn_config_dll wimgapi enable_wimgapi
18792 wine_fn_config_dll win32s16.dll16 enable_win16
18793 wine_fn_config_dll win87em.dll16 enable_win16
18794 wine_fn_config_dll winaspi.dll16 enable_win16
18795 wine_fn_config_dll windebug.dll16 enable_win16
18796 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18797 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18798 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18799 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18800 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18801 wine_fn_config_dll wineandroid.drv enable_wineandroid_drv clean
18802 wine_fn_config_dll winebus.sys enable_winebus_sys
18803 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18804 wine_fn_config_lib winecrt0
18805 wine_fn_config_dll wined3d enable_wined3d implib
18806 wine_fn_config_dll winegstreamer enable_winegstreamer
18807 wine_fn_config_dll winehid.sys enable_winehid_sys
18808 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18809 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18810 wine_fn_config_dll winemapi enable_winemapi
18811 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18812 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18813 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18814 wine_fn_config_dll wineps16.drv16 enable_win16
18815 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18816 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18817 wine_fn_config_dll winex11.drv enable_winex11_drv
18818 wine_fn_config_dll wing.dll16 enable_win16
18819 wine_fn_config_dll wing32 enable_wing32
18820 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18821 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18822 wine_fn_config_dll wininet enable_wininet clean
,implib
18823 wine_fn_config_test dlls
/wininet
/tests wininet_test
18824 wine_fn_config_dll winmm enable_winmm clean
,implib
18825 wine_fn_config_test dlls
/winmm
/tests winmm_test
18826 wine_fn_config_dll winnls.dll16 enable_win16
18827 wine_fn_config_dll winnls32 enable_winnls32 implib
18828 wine_fn_config_dll winscard enable_winscard implib
18829 wine_fn_config_dll winsock.dll16 enable_win16
18830 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18831 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18832 wine_fn_config_dll winsta enable_winsta
18833 wine_fn_config_dll wintab.dll16 enable_win16
18834 wine_fn_config_dll wintab32 enable_wintab32 implib
18835 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18836 wine_fn_config_dll wintrust enable_wintrust implib
18837 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18838 wine_fn_config_dll winusb enable_winusb
18839 wine_fn_config_dll wlanapi enable_wlanapi implib
18840 wine_fn_config_test dlls
/wlanapi
/tests wlanapi_test
18841 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18842 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18843 wine_fn_config_dll wmasf enable_wmasf
18844 wine_fn_config_dll wmi enable_wmi
18845 wine_fn_config_dll wmiutils enable_wmiutils clean
18846 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18847 wine_fn_config_dll wmp enable_wmp clean
18848 wine_fn_config_test dlls
/wmp
/tests wmp_test
18849 wine_fn_config_dll wmphoto enable_wmphoto clean
18850 wine_fn_config_dll wmvcore enable_wmvcore implib
18851 wine_fn_config_test dlls
/wmvcore
/tests wmvcore_test
18852 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18853 wine_fn_config_dll wow32 enable_win16 implib
18854 wine_fn_config_dll wpc enable_wpc clean
18855 wine_fn_config_test dlls
/wpc
/tests wpc_test
18856 wine_fn_config_dll wpcap enable_wpcap
18857 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18858 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18859 wine_fn_config_dll wsdapi enable_wsdapi implib
18860 wine_fn_config_test dlls
/wsdapi
/tests wsdapi_test
18861 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18862 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18863 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18864 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18865 wine_fn_config_dll wsock32 enable_wsock32 implib
18866 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18867 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18868 wine_fn_config_dll wuapi enable_wuapi clean
18869 wine_fn_config_dll wuaueng enable_wuaueng
18870 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18871 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18872 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18873 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18874 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18875 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18876 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18877 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18878 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18879 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18880 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18881 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18882 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18883 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18884 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18885 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18886 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18887 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18888 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18889 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18890 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18891 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18892 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18893 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18894 wine_fn_config_dll xinput1_1 enable_xinput1_1
18895 wine_fn_config_dll xinput1_2 enable_xinput1_2
18896 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18897 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18898 wine_fn_config_dll xinput1_4 enable_xinput1_4
18899 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18900 wine_fn_config_dll xmllite enable_xmllite implib
18901 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18902 wine_fn_config_dll xolehlp enable_xolehlp
18903 wine_fn_config_dll xpsprint enable_xpsprint
18904 wine_fn_config_dll xpssvcs enable_xpssvcs
18905 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18906 wine_fn_config_makefile include enable_include clean
,install-dev
18907 wine_fn_config_makefile libs
/port enable_libs_port
18908 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18909 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18910 wine_fn_config_makefile loader enable_loader clean
,install-lib
18911 wine_fn_config_makefile po enable_po clean
18912 wine_fn_config_program arp enable_arp
install
18913 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18914 wine_fn_config_program attrib enable_attrib clean
,install
18915 wine_fn_config_program cabarc enable_cabarc
install
18916 wine_fn_config_program cacls enable_cacls
install
18917 wine_fn_config_program
clock enable_clock clean
,install
18918 wine_fn_config_program cmd enable_cmd clean
,install
18919 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18920 wine_fn_config_program conhost enable_conhost
install
18921 wine_fn_config_program control enable_control
install
18922 wine_fn_config_program cscript enable_cscript clean
,install
18923 wine_fn_config_program dpnsvr enable_dpnsvr
install
18924 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18925 wine_fn_config_program eject enable_eject
install
18926 wine_fn_config_program
expand enable_expand
install
18927 wine_fn_config_program explorer enable_explorer clean
,install
18928 wine_fn_config_program extrac32 enable_extrac32
install
18929 wine_fn_config_program findstr enable_findstr
install
18930 wine_fn_config_program fsutil enable_fsutil
install
18931 wine_fn_config_program hh enable_hh
install
18932 wine_fn_config_program hostname enable_hostname clean
,install
18933 wine_fn_config_program icacls enable_icacls
install
18934 wine_fn_config_program icinfo enable_icinfo
install
18935 wine_fn_config_program iexplore enable_iexplore
install
18936 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18937 wine_fn_config_program lodctr enable_lodctr
install
18938 wine_fn_config_program mofcomp enable_mofcomp
install
18939 wine_fn_config_program mshta enable_mshta
install
18940 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18941 wine_fn_config_program msinfo32 enable_msinfo32 clean
,install
18942 wine_fn_config_program net enable_net clean
,install
18943 wine_fn_config_program netsh enable_netsh
install
18944 wine_fn_config_program netstat enable_netstat clean
,install
18945 wine_fn_config_program ngen enable_ngen
install
18946 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18947 wine_fn_config_program oleview enable_oleview clean
,install
18948 wine_fn_config_program
ping enable_ping
install
18949 wine_fn_config_program plugplay enable_plugplay
install
18950 wine_fn_config_program powershell enable_powershell
install
18951 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18952 wine_fn_config_program progman enable_progman clean
,install
18953 wine_fn_config_program reg enable_reg clean
,install
18954 wine_fn_config_test programs
/reg
/tests reg.exe_test
18955 wine_fn_config_program regasm enable_regasm
install
18956 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18957 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18958 wine_fn_config_program regsvcs enable_regsvcs
install
18959 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18960 wine_fn_config_program rpcss enable_rpcss clean
,install
18961 wine_fn_config_program rundll.exe16 enable_win16
install
18962 wine_fn_config_program rundll32 enable_rundll32
install
18963 wine_fn_config_program sc enable_sc
install
18964 wine_fn_config_program schtasks enable_schtasks
install
18965 wine_fn_config_program sdbinst enable_sdbinst
install
18966 wine_fn_config_program secedit enable_secedit
install
18967 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18968 wine_fn_config_program services enable_services clean
,install
18969 wine_fn_config_test programs
/services
/tests services.exe_test
18970 wine_fn_config_program shutdown enable_shutdown
install
18971 wine_fn_config_program spoolsv enable_spoolsv
install
18972 wine_fn_config_program start enable_start clean
,install
18973 wine_fn_config_program subst enable_subst
install
18974 wine_fn_config_program svchost enable_svchost
install
18975 wine_fn_config_program systeminfo enable_systeminfo
install
18976 wine_fn_config_program taskkill enable_taskkill clean
,install
18977 wine_fn_config_program tasklist enable_tasklist
install
18978 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18979 wine_fn_config_program termsv enable_termsv
install
18980 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18981 wine_fn_config_program unlodctr enable_unlodctr
install
18982 wine_fn_config_program view enable_view clean
,install
18983 wine_fn_config_program wevtutil enable_wevtutil
install
18984 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
18985 wine_fn_config_program winebrowser enable_winebrowser
install
18986 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
18987 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
18988 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
18989 wine_fn_config_program winedevice enable_winedevice
install
18990 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
18991 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18992 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
18993 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18994 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18995 wine_fn_config_program winetest enable_winetest clean
18996 wine_fn_config_program winevdm enable_win16
install
18997 wine_fn_config_program winhelp.exe16 enable_win16
install
18998 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
18999 wine_fn_config_program winoldap.mod16 enable_win16
install
19000 wine_fn_config_program winver enable_winver
install
19001 wine_fn_config_program wmic enable_wmic clean
,install
19002 wine_fn_config_program wmplayer enable_wmplayer
install
19003 wine_fn_config_program wordpad enable_wordpad clean
,install
19004 wine_fn_config_program
write enable_write clean
,install
19005 wine_fn_config_program wscript enable_wscript clean
,install
19006 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
19007 wine_fn_config_program wusa enable_wusa
install
19008 wine_fn_config_program xcopy enable_xcopy clean
,install
19009 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
19010 wine_fn_config_makefile server enable_server clean
,install-lib
19011 wine_fn_config_tool tools clean
19012 wine_fn_config_tool tools
/sfnt2fon clean
19013 wine_fn_config_tool tools
/widl clean
,install-dev
19014 wine_fn_config_tool tools
/winebuild clean
,install-dev
19015 wine_fn_config_tool tools
/winedump clean
,install-dev
19016 wine_fn_config_tool tools
/winegcc clean
,install-dev
19017 wine_fn_config_tool tools
/winemaker clean
,install-dev
19018 wine_fn_config_tool tools
/wmc clean
,install-dev
19019 wine_fn_config_tool tools
/wrc clean
,install-dev
19022 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19023 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19024 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19025 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19026 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19027 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19028 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19029 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19031 if test "x$enable_tools" != xno
19033 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19034 ac_config_commands
="$ac_config_commands tools/makedep"
19038 ac_config_commands
="$ac_config_commands Makefile"
19041 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19045 if test "x$enable_maintainer_mode" = xyes
19047 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19048 autoconf --warnings=all
19049 include/config.h.in: include/stamp-h.in
19050 include/stamp-h.in: configure.ac aclocal.m4
19051 autoheader --warnings=all
19052 @echo timestamp > \$@"
19055 if test "x$enable_tools" != xno
19057 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19058 @./config.status tools/makedep
19059 Makefile: tools/makedep$ac_exeext"
19061 wine_fn_append_rule
"\$(MAKEDEP):
19062 @echo \"You need to run make in $TOOLSDIR first\" && false"
19065 if test -n "$with_wine64"
19067 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19069 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19070 $with_wine64/loader/wine:
19071 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19072 $with_wine64/loader/wine-preloader:
19073 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19075 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19077 WINELOADER_INSTALL
="wine.inf"
19079 wine_fn_append_rule
"install install-lib::
19080 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19082 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
19084 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19085 *) wine_fn_append_rule
"install install-lib::
19086 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
19088 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
19092 $as_echo " done" >&6
19093 cat >confcache
<<\_ACEOF
19094 # This file is a shell script that caches the results of configure
19095 # tests run on this system so they can be shared between configure
19096 # scripts and configure runs, see configure's option --config-cache.
19097 # It is not useful on other systems. If it contains results you don't
19098 # want to keep, you may remove or edit it.
19100 # config.status only pays attention to the cache file if you give it
19101 # the --recheck option to rerun configure.
19103 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19104 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19105 # following values.
19109 # The following way of writing the cache mishandles newlines in values,
19110 # but we know of no workaround that is simple, portable, and efficient.
19111 # So, we kill variables containing newlines.
19112 # Ultrix sh set writes to stderr and can't be redirected directly,
19113 # and sets the high bit in the cache file unless we assign to the vars.
19115 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19116 eval ac_val
=\$
$ac_var
19120 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19121 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19124 _ | IFS | as_nl
) ;; #(
19125 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19126 *) { eval $ac_var=; unset $ac_var;} ;;
19132 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19133 *${as_nl}ac_space
=\
*)
19134 # `set' does not quote correctly, so add quotes: double-quote
19135 # substitution turns \\\\ into \\, and sed turns \\ into \.
19138 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19141 # `set' quotes correctly as required by POSIX, so do not add quotes.
19142 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19151 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19153 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19155 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19156 if test -w "$cache_file"; then
19157 if test "x$cache_file" != "x/dev/null"; then
19158 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19159 $as_echo "$as_me: updating cache $cache_file" >&6;}
19160 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19161 cat confcache
>"$cache_file"
19163 case $cache_file in #(
19165 mv -f confcache
"$cache_file"$$
&&
19166 mv -f "$cache_file"$$
"$cache_file" ;; #(
19168 mv -f confcache
"$cache_file" ;;
19173 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19174 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19179 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19180 # Let make expand exec_prefix.
19181 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19183 DEFS
=-DHAVE_CONFIG_H
19188 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19189 # 1. Remove the extension, and $U if already installed.
19190 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19191 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19192 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19193 # will be set to the directory where LIBOBJS objects are built.
19194 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19195 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19197 LIBOBJS
=$ac_libobjs
19199 LTLIBOBJS
=$ac_ltlibobjs
19203 : "${CONFIG_STATUS=./config.status}"
19205 ac_clean_files_save
=$ac_clean_files
19206 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19207 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19208 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19210 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19212 # Generated by $as_me.
19213 # Run this file to recreate the current configuration.
19214 # Compiler output produced by configure, useful for debugging
19215 # configure, is in config.log if it exists.
19218 ac_cs_recheck=false
19221 SHELL=\${CONFIG_SHELL-$SHELL}
19224 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19225 ## -------------------- ##
19226 ## M4sh Initialization. ##
19227 ## -------------------- ##
19229 # Be more Bourne compatible
19230 DUALCASE
=1; export DUALCASE
# for MKS sh
19231 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19234 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19235 # is contrary to our usage. Disable this feature.
19236 alias -g '${1+"$@"}'='"$@"'
19237 setopt NO_GLOB_SUBST
19239 case `(set -o) 2>/dev/null` in #(
19251 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19252 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19253 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19254 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19255 # Prefer a ksh shell builtin over an external printf program on Solaris,
19256 # but without wasting forks for bash or zsh.
19257 if test -z "$BASH_VERSION$ZSH_VERSION" \
19258 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19259 as_echo='print
-r --'
19260 as_echo_n='print
-rn --'
19261 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19262 as_echo='printf %s
\n'
19263 as_echo_n='printf %s
'
19265 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19266 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19267 as_echo_n='/usr
/ucb
/echo -n'
19269 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19270 as_echo_n_body='eval
19274 expr "X$arg" : "X\\(.*\\)$as_nl";
19275 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19277 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19279 export as_echo_n_body
19280 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19282 export as_echo_body
19283 as_echo='sh
-c $as_echo_body as_echo
'
19286 # The user is always right.
19287 if test "${PATH_SEPARATOR+set}" != set; then
19289 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19290 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19297 # We need space, tab and new line, in precisely that order. Quoting is
19298 # there to prevent editors from complaining about space-tab.
19299 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19300 # splitting by setting IFS to empty value.)
19303 # Find who we are. Look in the path if we contain no directory separator.
19306 *[\\/]* ) as_myself=$0 ;;
19307 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19308 for as_dir in $PATH
19311 test -z "$as_dir" && as_dir=.
19312 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19318 # We did not find ourselves, most probably we were run as `sh COMMAND'
19319 # in which case we are not to be found in the path.
19320 if test "x$as_myself" = x
; then
19323 if test ! -f "$as_myself"; then
19324 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19328 # Unset variables that we do not need and which cause bugs (e.g. in
19329 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19330 # suppresses any "Segmentation fault" message there. '((' could
19331 # trigger a bug in pdksh 5.2.14.
19332 for as_var
in BASH_ENV ENV MAIL MAILPATH
19333 do eval test x\
${$as_var+set} = xset \
19334 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19347 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19350 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19351 # ----------------------------------------
19352 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19353 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19354 # script with STATUS, using 1 if that was 0.
19357 as_status
=$1; test $as_status -eq 0 && as_status
=1
19359 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19360 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19362 $as_echo "$as_me: error: $2" >&2
19363 as_fn_exit
$as_status
19367 # as_fn_set_status STATUS
19368 # -----------------------
19369 # Set $? to STATUS, without forking.
19370 as_fn_set_status
()
19373 } # as_fn_set_status
19375 # as_fn_exit STATUS
19376 # -----------------
19377 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19381 as_fn_set_status
$1
19387 # Portably unset VAR.
19390 { eval $1=; unset $1;}
19392 as_unset
=as_fn_unset
19393 # as_fn_append VAR VALUE
19394 # ----------------------
19395 # Append the text in VALUE to the end of the definition contained in VAR. Take
19396 # advantage of any shell optimizations that allow amortized linear growth over
19397 # repeated appends, instead of the typical quadratic growth present in naive
19399 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19400 eval 'as_fn_append ()
19411 # as_fn_arith ARG...
19412 # ------------------
19413 # Perform arithmetic evaluation on the ARGs, and store the result in the
19414 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19415 # must be portable across $(()) and expr.
19416 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19417 eval 'as_fn_arith ()
19424 as_val
=`expr "$@" || test $? -eq 1`
19429 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19430 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19436 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19437 as_basename
=basename
19442 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19448 as_me
=`$as_basename -- "$0" ||
19449 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19450 X"$0" : 'X\(//\)$' \| \
19451 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19453 sed '/^.*\/\([^/][^/]*\)\/*$/{
19467 # Avoid depending upon Character Ranges.
19468 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19469 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19470 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19471 as_cr_digits
='0123456789'
19472 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19474 ECHO_C
= ECHO_N
= ECHO_T
=
19475 case `echo -n x` in #(((((
19477 case `echo 'xy\c'` in
19478 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19480 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19487 rm -f conf$$ conf$$.exe conf$$.
file
19488 if test -d conf$$.dir
; then
19489 rm -f conf$$.dir
/conf$$.
file
19492 mkdir conf$$.dir
2>/dev
/null
19494 if (echo >conf$$.
file) 2>/dev
/null
; then
19495 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19497 # ... but there are two gotchas:
19498 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19499 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19500 # In both cases, we have to default to `cp -pR'.
19501 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19503 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19511 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19512 rmdir conf$$.dir
2>/dev
/null
19517 # Create "$as_dir" as a directory, including parents if necessary.
19522 -*) as_dir
=.
/$as_dir;;
19524 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19528 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19529 *) as_qdir
=$as_dir;;
19531 as_dirs
="'$as_qdir' $as_dirs"
19532 as_dir
=`$as_dirname -- "$as_dir" ||
19533 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19534 X"$as_dir" : 'X\(//\)[^/]' \| \
19535 X"$as_dir" : 'X\(//\)$' \| \
19536 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19537 $as_echo X"$as_dir" |
19538 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19542 /^X\(\/\/\)[^/].*/{
19555 test -d "$as_dir" && break
19557 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19558 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19562 if mkdir
-p .
2>/dev
/null
; then
19563 as_mkdir_p
='mkdir -p "$as_dir"'
19565 test -d .
/-p && rmdir .
/-p
19570 # as_fn_executable_p FILE
19571 # -----------------------
19572 # Test if FILE is an executable regular file.
19573 as_fn_executable_p
()
19575 test -f "$1" && test -x "$1"
19576 } # as_fn_executable_p
19577 as_test_x
='test -x'
19578 as_executable_p
=as_fn_executable_p
19580 # Sed expression to map a string onto a valid CPP name.
19581 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19583 # Sed expression to map a string onto a valid variable name.
19584 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19588 ## ----------------------------------- ##
19589 ## Main body of $CONFIG_STATUS script. ##
19590 ## ----------------------------------- ##
19592 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19594 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19595 # Save the log message, to keep $0 and so on meaningful, and to
19596 # report actual input values of CONFIG_FILES etc. instead of their
19597 # values after options handling.
19599 This file was extended by Wine $as_me 2.18, which was
19600 generated by GNU Autoconf 2.69. Invocation command line was
19602 CONFIG_FILES = $CONFIG_FILES
19603 CONFIG_HEADERS = $CONFIG_HEADERS
19604 CONFIG_LINKS = $CONFIG_LINKS
19605 CONFIG_COMMANDS = $CONFIG_COMMANDS
19608 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19613 case $ac_config_files in *"
19614 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19617 case $ac_config_headers in *"
19618 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19622 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19623 # Files that config.status was made for.
19624 config_files="$ac_config_files"
19625 config_headers="$ac_config_headers"
19626 config_links="$ac_config_links"
19627 config_commands="$ac_config_commands"
19631 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19633 \`$as_me' instantiates files and other configuration actions
19634 from templates according to the current configuration. Unless the files
19635 and actions are specified as TAGs, all are instantiated by default.
19637 Usage: $0 [OPTION]... [TAG]...
19639 -h, --help print this help, then exit
19640 -V, --version print version number and configuration settings, then exit
19641 --config print configuration, then exit
19642 -q, --quiet, --silent
19643 do not print progress messages
19644 -d, --debug don't remove temporary files
19645 --recheck update $as_me by reconfiguring in the same conditions
19646 --file=FILE[:TEMPLATE]
19647 instantiate the configuration file FILE
19648 --header=FILE[:TEMPLATE]
19649 instantiate the configuration header FILE
19651 Configuration files:
19654 Configuration headers:
19657 Configuration links:
19660 Configuration commands:
19663 Report bugs to <wine-devel@winehq.org>.
19664 Wine home page: <http://www.winehq.org>."
19667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19668 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19670 Wine config.status 2.18
19671 configured by $0, generated by GNU Autoconf 2.69,
19672 with options \\"\$ac_cs_config\\"
19674 Copyright (C) 2012 Free Software Foundation, Inc.
19675 This config.status script is free software; the Free Software Foundation
19676 gives unlimited permission to copy, distribute and modify it."
19680 test -n "\$AWK" || AWK=awk
19683 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19684 # The default lists apply if the user does not specify any file.
19690 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19691 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19695 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19707 # Handling of the options.
19708 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19710 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19711 $as_echo "$ac_cs_version"; exit ;;
19712 --config |
--confi |
--conf |
--con |
--co |
--c )
19713 $as_echo "$ac_cs_config"; exit ;;
19714 --debug |
--debu |
--deb |
--de |
--d |
-d )
19716 --file |
--fil |
--fi |
--f )
19719 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19720 '') as_fn_error $?
"missing file argument" ;;
19722 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19723 ac_need_defaults
=false
;;
19724 --header |
--heade |
--head |
--hea )
19727 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19729 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19730 ac_need_defaults
=false
;;
19732 # Conflict between --help and --header
19733 as_fn_error $?
"ambiguous option: \`$1'
19734 Try \`$0 --help' for more information.";;
19735 --help |
--hel |
-h )
19736 $as_echo "$ac_cs_usage"; exit ;;
19737 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19738 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19741 # This is an error.
19742 -*) as_fn_error $?
"unrecognized option: \`$1'
19743 Try \`$0 --help' for more information." ;;
19745 *) as_fn_append ac_config_targets
" $1"
19746 ac_need_defaults
=false
;;
19752 ac_configure_extra_args
=
19754 if $ac_cs_silent; then
19756 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19760 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19761 if \$ac_cs_recheck; then
19762 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19764 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19765 CONFIG_SHELL='$SHELL'
19766 export CONFIG_SHELL
19771 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19775 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19776 ## Running $as_me. ##
19782 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19786 wine_fn_output_makedep ()
19788 as_dir=tools; as_fn_mkdir_p
19789 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19791 wine_fn_output_makefile ()
19793 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19794 `cat $wine_rules_file`
19796 as_fn_error $? "could not create Makefile" "$LINENO" 5
19801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19803 # Handling of arguments.
19804 for ac_config_target
in $ac_config_targets
19806 case $ac_config_target in
19807 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19808 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19809 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19810 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19811 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19812 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19813 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19814 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19815 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19816 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19817 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19818 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19819 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19821 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19826 # If the user did not use the arguments to specify the items to instantiate,
19827 # then the envvar interface is used. Set only those that are not.
19828 # We use the long form for the default assignment because of an extremely
19829 # bizarre bug on SunOS 4.1.3.
19830 if $ac_need_defaults; then
19831 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19832 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19833 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19834 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19837 # Have a temporary directory for convenience. Make it in the build tree
19838 # simply because there is no reason against having it here, and in addition,
19839 # creating and moving files from /tmp can sometimes cause problems.
19840 # Hook for its removal unless debugging.
19841 # Note that there is a small window in which the directory will not be cleaned:
19842 # after its creation but before its name has been assigned to `$tmp'.
19846 trap 'exit_status=$?
19847 : "${ac_tmp:=$tmp}"
19848 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19850 trap 'as_fn_exit 1' 1 2 13 15
19852 # Create a (secure) tmp directory for tmp files.
19855 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19859 tmp
=.
/conf$$
-$RANDOM
19860 (umask 077 && mkdir
"$tmp")
19861 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19864 # Set up the scripts for CONFIG_FILES section.
19865 # No need to generate them if there are no CONFIG_FILES.
19866 # This happens for instance with `./config.status config.h'.
19867 if test -n "$CONFIG_FILES"; then
19870 ac_cr
=`echo X | tr X '\015'`
19871 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19872 # But we know of no other shell where ac_cr would be empty at this
19873 # point, so we can use a bashism as a fallback.
19874 if test "x$ac_cr" = x
; then
19875 eval ac_cr
=\$
\'\\r
\'
19877 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19878 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19881 ac_cs_awk_cr
=$ac_cr
19884 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19889 echo "cat >conf$$subs.awk <<_ACEOF" &&
19890 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19892 } >conf$$subs.sh ||
19893 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19894 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19896 for ac_last_try in false false false false false :; do
19897 . ./conf$$subs.sh ||
19898 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19900 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19901 if test $ac_delim_n = $ac_delim_num; then
19903 elif $ac_last_try; then
19904 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19906 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19909 rm -f conf$$subs.sh
19911 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19912 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19916 s/^/S["/; s
/!.
*/"]=/
19926 s/\(.\{148\}\)..*/\1/
19928 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19933 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19940 s/\(.\{148\}\)..*/\1/
19942 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19946 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19951 ' <conf$$subs.awk | sed '
19956 ' >>$CONFIG_STATUS || ac_write_fail=1
19957 rm -f conf$$subs.awk
19958 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19960 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19961 for (key in S) S_is_set[key] = 1
19967 nfields = split(line, field, "@
")
19969 len = length(field[1])
19970 for (i = 2; i < nfields; i++) {
19972 keylen = length(key)
19973 if (S_is_set[key]) {
19975 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19976 len += length(value) + length(field[++i])
19987 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19988 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19989 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19992 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19993 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19996 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19997 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19998 # trailing colons and then remove the whole line if VPATH becomes empty
19999 # (actually we leave an empty line to preserve line numbers).
20000 if test "x
$srcdir" = x.; then
20001 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20020 fi # test -n "$CONFIG_FILES"
20022 # Set up the scripts for CONFIG_HEADERS section.
20023 # No need to generate them if there are no CONFIG_HEADERS.
20024 # This happens for instance with `./config.status Makefile'.
20025 if test -n "$CONFIG_HEADERS"; then
20026 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20030 # Transform confdefs.h into an awk script `defines.awk', embedded as
20031 # here-document in config.status, that substitutes the proper values into
20032 # config.h.in to produce config.h.
20034 # Create a delimiter string that does not exist in confdefs.h, to ease
20035 # handling of long lines.
20037 for ac_last_try in false false :; do
20038 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20039 if test -z "$ac_tt"; then
20041 elif $ac_last_try; then
20042 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20044 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20048 # For the awk script, D is an array of macro values keyed by name,
20049 # likewise P contains macro parameters if any. Preserve backslash
20050 # newline sequences.
20052 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20054 s/.\{148\}/&'"$ac_delim"'/g
20057 s/^[ ]*#[ ]*define[ ][ ]*/ /
20064 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20066 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20070 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20071 D["\
1"]=" \
3\\\\\\n
"\\/p
20073 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20078 s/.\{148\}/&'"$ac_delim"'/g
20083 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20086 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20088 ' <confdefs.h | sed '
20089 s/'"$ac_delim"'/"\\\
20090 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20092 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20093 for (key in D) D_is_set[key] = 1
20096 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20098 split(line, arg, " ")
20099 if (arg[1] == "#") {
20103 defundef
= substr
(arg
[1], 2)
20106 split(mac1
, mac2
, "(") #)
20108 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20109 if (D_is_set
[macro
]) {
20110 # Preserve the white space surrounding the "#".
20111 print prefix
"define", macro P
[macro
] D
[macro
]
20114 # Replace #undef with comments. This is necessary, for example,
20115 # in the case of _POSIX_SOURCE, which is predefined and required
20116 # on some systems where configure will not decide to define it.
20117 if (defundef
== "undef") {
20118 print
"/*", prefix defundef
, macro
, "*/"
20126 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20127 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20128 fi # test -n "$CONFIG_HEADERS"
20131 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20136 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20138 case $ac_mode$ac_tag in
20140 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20141 :[FH
]-) ac_tag
=-:-;;
20142 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20159 -) ac_f
="$ac_tmp/stdin";;
20160 *) # Look for the file first in the build tree, then in the source tree
20161 # (if the path is not absolute). The absolute path cannot be DOS-style,
20162 # because $ac_f cannot contain `:'.
20166 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20168 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20170 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20171 as_fn_append ac_file_inputs
" '$ac_f'"
20174 # Let's still pretend it is `configure' which instantiates (i.e., don't
20175 # use $as_me), people would be surprised to read:
20176 # /* config.h. Generated by config.status. */
20177 configure_input
='Generated from '`
20178 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20180 if test x
"$ac_file" != x-
; then
20181 configure_input
="$ac_file. $configure_input"
20182 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20183 $as_echo "$as_me: creating $ac_file" >&6;}
20185 # Neutralize special characters interpreted by sed in replacement strings.
20186 case $configure_input in #(
20187 *\
&* |
*\|
* |
*\\* )
20188 ac_sed_conf_input
=`$as_echo "$configure_input" |
20189 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20190 *) ac_sed_conf_input
=$configure_input;;
20194 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20195 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20200 ac_dir
=`$as_dirname -- "$ac_file" ||
20201 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20202 X"$ac_file" : 'X\(//\)[^/]' \| \
20203 X"$ac_file" : 'X\(//\)$' \| \
20204 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20205 $as_echo X"$ac_file" |
20206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20210 /^X\(\/\/\)[^/].*/{
20223 as_dir
="$ac_dir"; as_fn_mkdir_p
20227 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20229 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20230 # A ".." for each directory in $ac_dir_suffix.
20231 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20232 case $ac_top_builddir_sub in
20233 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20234 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20237 ac_abs_top_builddir
=$ac_pwd
20238 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20239 # for backward compatibility:
20240 ac_top_builddir
=$ac_top_build_prefix
20243 .
) # We are building in place.
20245 ac_top_srcdir
=$ac_top_builddir_sub
20246 ac_abs_top_srcdir
=$ac_pwd ;;
20247 [\\/]* | ?
:[\\/]* ) # Absolute name.
20248 ac_srcdir
=$srcdir$ac_dir_suffix;
20249 ac_top_srcdir
=$srcdir
20250 ac_abs_top_srcdir
=$srcdir ;;
20251 *) # Relative name.
20252 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20253 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20254 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20256 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20267 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20268 # If the template does not know about datarootdir, expand it.
20269 # FIXME: This hack should be removed a few years after 2.60.
20270 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20281 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20282 *datarootdir
*) ac_datarootdir_seen
=yes;;
20283 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20285 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20287 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20288 ac_datarootdir_hack='
20289 s&@datadir@&$datadir&g
20290 s&@docdir@&$docdir&g
20291 s&@infodir@&$infodir&g
20292 s&@localedir@&$localedir&g
20293 s&@mandir@&$mandir&g
20294 s&\\\${datarootdir}&$datarootdir&g' ;;
20298 # Neutralize VPATH when `$srcdir' = `.'.
20299 # Shell code in configure.ac might set extrasub.
20300 # FIXME: do we really want to maintain this feature?
20301 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20302 ac_sed_extra="$ac_vpsub
20305 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20307 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20308 s|@configure_input@|
$ac_sed_conf_input|
;t t
20309 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20310 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20311 s
&@srcdir@
&$ac_srcdir&;t t
20312 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20313 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20314 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20315 s
&@builddir@
&$ac_builddir&;t t
20316 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20317 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20318 $ac_datarootdir_hack
20320 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20321 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20323 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20324 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20325 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20326 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20327 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20328 which seems to be undefined. Please make sure it is defined" >&5
20329 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20330 which seems to be undefined. Please make sure it is defined" >&2;}
20332 rm -f "$ac_tmp/stdin"
20334 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20335 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20337 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20343 if test x"$ac_file" != x-; then
20345 $as_echo "/* $configure_input */" \
20346 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20347 } >"$ac_tmp/config.h" \
20348 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20349 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20350 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20351 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20354 mv "$ac_tmp/config.h" "$ac_file" \
20355 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20358 $as_echo "/* $configure_input */" \
20359 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20360 || as_fn_error $? "could not create -" "$LINENO" 5
20368 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20371 # Prefer the file from the source tree if names are identical.
20372 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20373 ac_source=$srcdir/$ac_source
20376 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20377 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20379 if test ! -r "$ac_source"; then
20380 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20384 # Try a relative symlink, then a hard link, then a copy.
20386 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20387 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20389 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20390 ln "$ac_source" "$ac_file" 2>/dev/null ||
20391 cp -p "$ac_source" "$ac_file" ||
20392 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20395 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20396 $as_echo "$as_me: executing $ac_file commands" >&6;}
20401 case $ac_file$ac_mode in
20402 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20403 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20404 "Makefile":C) wine_fn_output_makefile Makefile ;;
20412 ac_clean_files=$ac_clean_files_save
20414 test $ac_write_fail = 0 ||
20415 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20418 # configure is writing to config.log, and then calls config.status.
20419 # config.status does its own redirection, appending to config.log.
20420 # Unfortunately, on DOS this fails, as config.log is still kept open
20421 # by configure, so config.status won't be able to
write to it
; its
20422 # output is simply discarded. So we exec the FD to /dev/null,
20423 # effectively closing config.log, so it can be properly (re)opened and
20424 # appended to by config.status. When coming back to configure, we
20425 # need to make the FD available again.
20426 if test "$no_create" != yes; then
20428 ac_config_status_args
=
20429 test "$silent" = yes &&
20430 ac_config_status_args
="$ac_config_status_args --quiet"
20432 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20434 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20435 # would make configure fail if this is the last instruction.
20436 $ac_cs_success || as_fn_exit
1
20438 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20440 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20444 if test "$no_create" = "yes"
20450 if test "x$wine_notices" != x
; then
20453 for msg
in $wine_notices; do
20455 if ${msg:+false} :; then :
20458 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20459 $as_echo "$as_me: $msg" >&6;}
20464 for msg
in $wine_warnings; do
20466 if ${msg:+false} :; then :
20470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20471 $as_echo "$as_me: WARNING: $msg" >&2;}
20477 $as_me: Finished. Do '${ac_make}' to compile Wine.