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
709 APPLICATIONSERVICES_LIBS
805 program_transform_name
818 enable_option_checking
822 enable_maintainer_mode
883 enable_api_ms_win_appmodel_identity_l1_1_0
884 enable_api_ms_win_appmodel_runtime_l1_1_1
885 enable_api_ms_win_appmodel_runtime_l1_1_2
886 enable_api_ms_win_core_apiquery_l1_1_0
887 enable_api_ms_win_core_appcompat_l1_1_1
888 enable_api_ms_win_core_appinit_l1_1_0
889 enable_api_ms_win_core_atoms_l1_1_0
890 enable_api_ms_win_core_bem_l1_1_0
891 enable_api_ms_win_core_com_l1_1_0
892 enable_api_ms_win_core_com_l1_1_1
893 enable_api_ms_win_core_com_private_l1_1_0
894 enable_api_ms_win_core_console_l1_1_0
895 enable_api_ms_win_core_console_l2_1_0
896 enable_api_ms_win_core_crt_l1_1_0
897 enable_api_ms_win_core_crt_l2_1_0
898 enable_api_ms_win_core_datetime_l1_1_0
899 enable_api_ms_win_core_datetime_l1_1_1
900 enable_api_ms_win_core_debug_l1_1_0
901 enable_api_ms_win_core_debug_l1_1_1
902 enable_api_ms_win_core_delayload_l1_1_0
903 enable_api_ms_win_core_delayload_l1_1_1
904 enable_api_ms_win_core_errorhandling_l1_1_0
905 enable_api_ms_win_core_errorhandling_l1_1_1
906 enable_api_ms_win_core_errorhandling_l1_1_2
907 enable_api_ms_win_core_errorhandling_l1_1_3
908 enable_api_ms_win_core_fibers_l1_1_0
909 enable_api_ms_win_core_fibers_l1_1_1
910 enable_api_ms_win_core_file_l1_1_0
911 enable_api_ms_win_core_file_l1_2_0
912 enable_api_ms_win_core_file_l1_2_1
913 enable_api_ms_win_core_file_l2_1_0
914 enable_api_ms_win_core_file_l2_1_1
915 enable_api_ms_win_core_file_l2_1_2
916 enable_api_ms_win_core_handle_l1_1_0
917 enable_api_ms_win_core_heap_l1_1_0
918 enable_api_ms_win_core_heap_l1_2_0
919 enable_api_ms_win_core_heap_l2_1_0
920 enable_api_ms_win_core_heap_obsolete_l1_1_0
921 enable_api_ms_win_core_interlocked_l1_1_0
922 enable_api_ms_win_core_interlocked_l1_2_0
923 enable_api_ms_win_core_io_l1_1_0
924 enable_api_ms_win_core_io_l1_1_1
925 enable_api_ms_win_core_job_l1_1_0
926 enable_api_ms_win_core_job_l2_1_0
927 enable_api_ms_win_core_kernel32_legacy_l1_1_0
928 enable_api_ms_win_core_kernel32_legacy_l1_1_1
929 enable_api_ms_win_core_kernel32_private_l1_1_1
930 enable_api_ms_win_core_libraryloader_l1_1_0
931 enable_api_ms_win_core_libraryloader_l1_1_1
932 enable_api_ms_win_core_libraryloader_l1_2_0
933 enable_api_ms_win_core_libraryloader_l1_2_2
934 enable_api_ms_win_core_localization_l1_1_0
935 enable_api_ms_win_core_localization_l1_2_0
936 enable_api_ms_win_core_localization_l1_2_1
937 enable_api_ms_win_core_localization_l2_1_0
938 enable_api_ms_win_core_localization_obsolete_l1_1_0
939 enable_api_ms_win_core_localization_obsolete_l1_2_0
940 enable_api_ms_win_core_localization_obsolete_l1_3_0
941 enable_api_ms_win_core_localization_private_l1_1_0
942 enable_api_ms_win_core_localregistry_l1_1_0
943 enable_api_ms_win_core_memory_l1_1_0
944 enable_api_ms_win_core_memory_l1_1_1
945 enable_api_ms_win_core_memory_l1_1_2
946 enable_api_ms_win_core_misc_l1_1_0
947 enable_api_ms_win_core_namedpipe_l1_1_0
948 enable_api_ms_win_core_namedpipe_l1_2_0
949 enable_api_ms_win_core_namespace_l1_1_0
950 enable_api_ms_win_core_normalization_l1_1_0
951 enable_api_ms_win_core_path_l1_1_0
952 enable_api_ms_win_core_privateprofile_l1_1_1
953 enable_api_ms_win_core_processenvironment_l1_1_0
954 enable_api_ms_win_core_processenvironment_l1_2_0
955 enable_api_ms_win_core_processthreads_l1_1_0
956 enable_api_ms_win_core_processthreads_l1_1_1
957 enable_api_ms_win_core_processthreads_l1_1_2
958 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
959 enable_api_ms_win_core_profile_l1_1_0
960 enable_api_ms_win_core_psapi_ansi_l1_1_0
961 enable_api_ms_win_core_psapi_l1_1_0
962 enable_api_ms_win_core_psapi_obsolete_l1_1_0
963 enable_api_ms_win_core_quirks_l1_1_0
964 enable_api_ms_win_core_realtime_l1_1_0
965 enable_api_ms_win_core_registry_l1_1_0
966 enable_api_ms_win_core_registry_l2_1_0
967 enable_api_ms_win_core_registryuserspecific_l1_1_0
968 enable_api_ms_win_core_rtlsupport_l1_1_0
969 enable_api_ms_win_core_rtlsupport_l1_2_0
970 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
971 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
972 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
973 enable_api_ms_win_core_sidebyside_l1_1_0
974 enable_api_ms_win_core_string_l1_1_0
975 enable_api_ms_win_core_string_l2_1_0
976 enable_api_ms_win_core_string_obsolete_l1_1_0
977 enable_api_ms_win_core_stringansi_l1_1_0
978 enable_api_ms_win_core_synch_l1_1_0
979 enable_api_ms_win_core_synch_l1_2_0
980 enable_api_ms_win_core_synch_l1_2_1
981 enable_api_ms_win_core_sysinfo_l1_1_0
982 enable_api_ms_win_core_sysinfo_l1_2_0
983 enable_api_ms_win_core_sysinfo_l1_2_1
984 enable_api_ms_win_core_threadpool_l1_1_0
985 enable_api_ms_win_core_threadpool_l1_2_0
986 enable_api_ms_win_core_threadpool_legacy_l1_1_0
987 enable_api_ms_win_core_threadpool_private_l1_1_0
988 enable_api_ms_win_core_timezone_l1_1_0
989 enable_api_ms_win_core_toolhelp_l1_1_0
990 enable_api_ms_win_core_url_l1_1_0
991 enable_api_ms_win_core_util_l1_1_0
992 enable_api_ms_win_core_version_l1_1_0
993 enable_api_ms_win_core_version_l1_1_1
994 enable_api_ms_win_core_version_private_l1_1_0
995 enable_api_ms_win_core_versionansi_l1_1_0
996 enable_api_ms_win_core_windowserrorreporting_l1_1_0
997 enable_api_ms_win_core_winrt_error_l1_1_0
998 enable_api_ms_win_core_winrt_error_l1_1_1
999 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
1000 enable_api_ms_win_core_winrt_l1_1_0
1001 enable_api_ms_win_core_winrt_registration_l1_1_0
1002 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
1003 enable_api_ms_win_core_winrt_string_l1_1_0
1004 enable_api_ms_win_core_wow64_l1_1_0
1005 enable_api_ms_win_core_wow64_l1_1_1
1006 enable_api_ms_win_core_xstate_l1_1_0
1007 enable_api_ms_win_core_xstate_l2_1_0
1008 enable_api_ms_win_crt_conio_l1_1_0
1009 enable_api_ms_win_crt_convert_l1_1_0
1010 enable_api_ms_win_crt_environment_l1_1_0
1011 enable_api_ms_win_crt_filesystem_l1_1_0
1012 enable_api_ms_win_crt_heap_l1_1_0
1013 enable_api_ms_win_crt_locale_l1_1_0
1014 enable_api_ms_win_crt_math_l1_1_0
1015 enable_api_ms_win_crt_multibyte_l1_1_0
1016 enable_api_ms_win_crt_private_l1_1_0
1017 enable_api_ms_win_crt_process_l1_1_0
1018 enable_api_ms_win_crt_runtime_l1_1_0
1019 enable_api_ms_win_crt_stdio_l1_1_0
1020 enable_api_ms_win_crt_string_l1_1_0
1021 enable_api_ms_win_crt_time_l1_1_0
1022 enable_api_ms_win_crt_utility_l1_1_0
1023 enable_api_ms_win_devices_config_l1_1_1
1024 enable_api_ms_win_devices_query_l1_1_1
1025 enable_api_ms_win_downlevel_advapi32_l1_1_0
1026 enable_api_ms_win_downlevel_advapi32_l2_1_0
1027 enable_api_ms_win_downlevel_normaliz_l1_1_0
1028 enable_api_ms_win_downlevel_ole32_l1_1_0
1029 enable_api_ms_win_downlevel_shell32_l1_1_0
1030 enable_api_ms_win_downlevel_shlwapi_l1_1_0
1031 enable_api_ms_win_downlevel_shlwapi_l2_1_0
1032 enable_api_ms_win_downlevel_user32_l1_1_0
1033 enable_api_ms_win_downlevel_version_l1_1_0
1034 enable_api_ms_win_dx_d3dkmt_l1_1_0
1035 enable_api_ms_win_eventing_classicprovider_l1_1_0
1036 enable_api_ms_win_eventing_consumer_l1_1_0
1037 enable_api_ms_win_eventing_controller_l1_1_0
1038 enable_api_ms_win_eventing_legacy_l1_1_0
1039 enable_api_ms_win_eventing_provider_l1_1_0
1040 enable_api_ms_win_eventlog_legacy_l1_1_0
1041 enable_api_ms_win_mm_joystick_l1_1_0
1042 enable_api_ms_win_mm_misc_l1_1_1
1043 enable_api_ms_win_mm_mme_l1_1_0
1044 enable_api_ms_win_mm_time_l1_1_0
1045 enable_api_ms_win_ntuser_dc_access_l1_1_0
1046 enable_api_ms_win_ntuser_rectangle_l1_1_0
1047 enable_api_ms_win_power_base_l1_1_0
1048 enable_api_ms_win_power_setting_l1_1_0
1049 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
1050 enable_api_ms_win_security_activedirectoryclient_l1_1_0
1051 enable_api_ms_win_security_audit_l1_1_1
1052 enable_api_ms_win_security_base_l1_1_0
1053 enable_api_ms_win_security_base_l1_2_0
1054 enable_api_ms_win_security_base_private_l1_1_1
1055 enable_api_ms_win_security_credentials_l1_1_0
1056 enable_api_ms_win_security_grouppolicy_l1_1_0
1057 enable_api_ms_win_security_lsalookup_l1_1_0
1058 enable_api_ms_win_security_lsalookup_l1_1_1
1059 enable_api_ms_win_security_lsalookup_l2_1_1
1060 enable_api_ms_win_security_lsapolicy_l1_1_0
1061 enable_api_ms_win_security_provider_l1_1_0
1062 enable_api_ms_win_security_sddl_l1_1_0
1063 enable_api_ms_win_security_systemfunctions_l1_1_0
1064 enable_api_ms_win_service_core_l1_1_0
1065 enable_api_ms_win_service_core_l1_1_1
1066 enable_api_ms_win_service_management_l1_1_0
1067 enable_api_ms_win_service_management_l2_1_0
1068 enable_api_ms_win_service_private_l1_1_1
1069 enable_api_ms_win_service_winsvc_l1_1_0
1070 enable_api_ms_win_service_winsvc_l1_2_0
1071 enable_api_ms_win_shell_shellcom_l1_1_0
1072 enable_api_ms_win_shell_shellfolders_l1_1_0
1085 enable_bluetoothapis
1118 enable_d3dcompiler_33
1119 enable_d3dcompiler_34
1120 enable_d3dcompiler_35
1121 enable_d3dcompiler_36
1122 enable_d3dcompiler_37
1123 enable_d3dcompiler_38
1124 enable_d3dcompiler_39
1125 enable_d3dcompiler_40
1126 enable_d3dcompiler_41
1127 enable_d3dcompiler_42
1128 enable_d3dcompiler_43
1129 enable_d3dcompiler_46
1130 enable_d3dcompiler_47
1210 enable_explorerframe
1211 enable_ext_ms_win_authz_context_l1_1_0
1212 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
1213 enable_ext_ms_win_gdi_dc_create_l1_1_1
1214 enable_ext_ms_win_gdi_dc_l1_2_0
1215 enable_ext_ms_win_gdi_devcaps_l1_1_0
1216 enable_ext_ms_win_gdi_draw_l1_1_1
1217 enable_ext_ms_win_gdi_render_l1_1_0
1218 enable_ext_ms_win_kernel32_package_current_l1_1_0
1219 enable_ext_ms_win_kernel32_package_l1_1_1
1220 enable_ext_ms_win_ntuser_message_l1_1_1
1221 enable_ext_ms_win_ntuser_private_l1_1_1
1222 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
1223 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
1224 enable_ext_ms_win_ntuser_window_l1_1_1
1225 enable_ext_ms_win_ntuser_windowclass_l1_1_1
1226 enable_ext_ms_win_ras_rasapi32_l1_1_0
1227 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
1228 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
1229 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0
1230 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
1231 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
1232 enable_ext_ms_win_security_credui_l1_1_0
1233 enable_ext_ms_win_security_cryptui_l1_1_0
1403 enable_photometadatahandler
1469 enable_uiautomationcore
1499 enable_windowscodecs
1500 enable_windowscodecsext
1502 enable_wineandroid_drv
1504 enable_winecoreaudio_drv
1506 enable_winegstreamer
1508 enable_winejoystick_drv
1514 enable_winepulse_drv
1515 enable_wineqtdecoder
1587 enable_aspnet_regiis
1624 enable_presentationfontcache
1637 enable_servicemodelreg
1660 enable_winemenubuilder
1662 enable_winemsibuilder
1677 ac_precious_vars
='build_alias
1736 # Initialize some variables set by options.
1738 ac_init_version
=false
1739 ac_unrecognized_opts
=
1740 ac_unrecognized_sep
=
1741 # The variables have the same names as the options, with
1742 # dashes changed to underlines.
1743 cache_file
=/dev
/null
1750 program_transform_name
=s
,x
,x
,
1758 # Installation directory options.
1759 # These are left unexpanded so users can "make install exec_prefix=/foo"
1760 # and all the variables that are supposed to be based on exec_prefix
1761 # by default will actually change.
1762 # Use braces instead of parens because sh, perl, etc. also accept them.
1763 # (The list follows the same order as the GNU Coding Standards.)
1764 bindir
='${exec_prefix}/bin'
1765 sbindir
='${exec_prefix}/sbin'
1766 libexecdir
='${exec_prefix}/libexec'
1767 datarootdir
='${prefix}/share'
1768 datadir
='${datarootdir}'
1769 sysconfdir
='${prefix}/etc'
1770 sharedstatedir
='${prefix}/com'
1771 localstatedir
='${prefix}/var'
1772 runstatedir
='${localstatedir}/run'
1773 includedir
='${prefix}/include'
1774 oldincludedir
='/usr/include'
1775 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1776 infodir
='${datarootdir}/info'
1781 libdir
='${exec_prefix}/lib'
1782 localedir
='${datarootdir}/locale'
1783 mandir
='${datarootdir}/man'
1789 # If the previous option needs an argument, assign it.
1790 if test -n "$ac_prev"; then
1791 eval $ac_prev=\
$ac_option
1797 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1802 # Accept the important Cygnus configure options, so we can diagnose typos.
1804 case $ac_dashdash$ac_option in
1808 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1810 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1811 bindir
=$ac_optarg ;;
1813 -build |
--build |
--buil |
--bui |
--bu)
1814 ac_prev
=build_alias
;;
1815 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1816 build_alias
=$ac_optarg ;;
1818 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1819 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1820 ac_prev
=cache_file
;;
1821 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1822 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1823 cache_file
=$ac_optarg ;;
1825 --config-cache |
-C)
1826 cache_file
=config.cache
;;
1828 -datadir |
--datadir |
--datadi |
--datad)
1830 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1831 datadir
=$ac_optarg ;;
1833 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1834 |
--dataroo |
--dataro |
--datar)
1835 ac_prev
=datarootdir
;;
1836 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1837 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1838 datarootdir
=$ac_optarg ;;
1840 -disable-* |
--disable-*)
1841 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1842 # Reject names that are not valid shell variable names.
1843 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1844 as_fn_error $?
"invalid feature name: $ac_useropt"
1845 ac_useropt_orig
=$ac_useropt
1846 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1847 case $ac_user_opts in
1849 "enable_
$ac_useropt"
1851 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1852 ac_unrecognized_sep
=', ';;
1854 eval enable_
$ac_useropt=no
;;
1856 -docdir |
--docdir |
--docdi |
--doc |
--do)
1858 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1859 docdir
=$ac_optarg ;;
1861 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1863 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1864 dvidir
=$ac_optarg ;;
1866 -enable-* |
--enable-*)
1867 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1868 # Reject names that are not valid shell variable names.
1869 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1870 as_fn_error $?
"invalid feature name: $ac_useropt"
1871 ac_useropt_orig
=$ac_useropt
1872 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1873 case $ac_user_opts in
1875 "enable_
$ac_useropt"
1877 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1878 ac_unrecognized_sep
=', ';;
1880 eval enable_
$ac_useropt=\
$ac_optarg ;;
1882 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1883 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1884 |
--exec |
--exe |
--ex)
1885 ac_prev
=exec_prefix
;;
1886 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1887 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1888 |
--exec=* |
--exe=* |
--ex=*)
1889 exec_prefix
=$ac_optarg ;;
1891 -gas |
--gas |
--ga |
--g)
1892 # Obsolete; use --with-gas.
1895 -help |
--help |
--hel |
--he |
-h)
1896 ac_init_help
=long
;;
1897 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1898 ac_init_help
=recursive
;;
1899 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1900 ac_init_help
=short
;;
1902 -host |
--host |
--hos |
--ho)
1903 ac_prev
=host_alias
;;
1904 -host=* |
--host=* |
--hos=* |
--ho=*)
1905 host_alias
=$ac_optarg ;;
1907 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1909 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1911 htmldir
=$ac_optarg ;;
1913 -includedir |
--includedir |
--includedi |
--included |
--include \
1914 |
--includ |
--inclu |
--incl |
--inc)
1915 ac_prev
=includedir
;;
1916 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1917 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1918 includedir
=$ac_optarg ;;
1920 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1922 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1923 infodir
=$ac_optarg ;;
1925 -libdir |
--libdir |
--libdi |
--libd)
1927 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1928 libdir
=$ac_optarg ;;
1930 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1931 |
--libexe |
--libex |
--libe)
1932 ac_prev
=libexecdir
;;
1933 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1934 |
--libexe=* |
--libex=* |
--libe=*)
1935 libexecdir
=$ac_optarg ;;
1937 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1938 ac_prev
=localedir
;;
1939 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1940 localedir
=$ac_optarg ;;
1942 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1943 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1944 ac_prev
=localstatedir
;;
1945 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1946 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1947 localstatedir
=$ac_optarg ;;
1949 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1951 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1952 mandir
=$ac_optarg ;;
1954 -nfp |
--nfp |
--nf)
1955 # Obsolete; use --without-fp.
1958 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1959 |
--no-cr |
--no-c |
-n)
1962 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1963 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1966 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1967 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1968 |
--oldin |
--oldi |
--old |
--ol |
--o)
1969 ac_prev
=oldincludedir
;;
1970 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1971 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1972 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1973 oldincludedir
=$ac_optarg ;;
1975 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1977 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1978 prefix
=$ac_optarg ;;
1980 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1981 |
--program-pre |
--program-pr |
--program-p)
1982 ac_prev
=program_prefix
;;
1983 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1984 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1985 program_prefix
=$ac_optarg ;;
1987 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1988 |
--program-suf |
--program-su |
--program-s)
1989 ac_prev
=program_suffix
;;
1990 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1991 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1992 program_suffix
=$ac_optarg ;;
1994 -program-transform-name |
--program-transform-name \
1995 |
--program-transform-nam |
--program-transform-na \
1996 |
--program-transform-n |
--program-transform- \
1997 |
--program-transform |
--program-transfor \
1998 |
--program-transfo |
--program-transf \
1999 |
--program-trans |
--program-tran \
2000 |
--progr-tra |
--program-tr |
--program-t)
2001 ac_prev
=program_transform_name
;;
2002 -program-transform-name=* |
--program-transform-name=* \
2003 |
--program-transform-nam=* |
--program-transform-na=* \
2004 |
--program-transform-n=* |
--program-transform-=* \
2005 |
--program-transform=* |
--program-transfor=* \
2006 |
--program-transfo=* |
--program-transf=* \
2007 |
--program-trans=* |
--program-tran=* \
2008 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
2009 program_transform_name
=$ac_optarg ;;
2011 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
2013 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
2014 pdfdir
=$ac_optarg ;;
2016 -psdir |
--psdir |
--psdi |
--psd |
--ps)
2018 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
2021 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2022 |
-silent |
--silent |
--silen |
--sile |
--sil)
2025 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
2026 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
2027 |
--run |
--ru |
--r)
2028 ac_prev
=runstatedir
;;
2029 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
2030 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
2031 |
--run=* |
--ru=* |
--r=*)
2032 runstatedir
=$ac_optarg ;;
2034 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
2036 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
2038 sbindir
=$ac_optarg ;;
2040 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
2041 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
2042 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
2044 ac_prev
=sharedstatedir
;;
2045 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
2046 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
2047 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
2049 sharedstatedir
=$ac_optarg ;;
2051 -site |
--site |
--sit)
2053 -site=* |
--site=* |
--sit=*)
2056 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
2058 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
2059 srcdir
=$ac_optarg ;;
2061 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
2062 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
2063 ac_prev
=sysconfdir
;;
2064 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
2065 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
2066 sysconfdir
=$ac_optarg ;;
2068 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
2069 ac_prev
=target_alias
;;
2070 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
2071 target_alias
=$ac_optarg ;;
2073 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
2076 -version |
--version |
--versio |
--versi |
--vers |
-V)
2077 ac_init_version
=: ;;
2080 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2081 # Reject names that are not valid shell variable names.
2082 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2083 as_fn_error $?
"invalid package name: $ac_useropt"
2084 ac_useropt_orig
=$ac_useropt
2085 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2086 case $ac_user_opts in
2090 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
2091 ac_unrecognized_sep
=', ';;
2093 eval with_
$ac_useropt=\
$ac_optarg ;;
2095 -without-* |
--without-*)
2096 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2097 # Reject names that are not valid shell variable names.
2098 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
2099 as_fn_error $?
"invalid package name: $ac_useropt"
2100 ac_useropt_orig
=$ac_useropt
2101 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2102 case $ac_user_opts in
2106 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
2107 ac_unrecognized_sep
=', ';;
2109 eval with_
$ac_useropt=no
;;
2112 # Obsolete; use --with-x.
2115 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
2116 |
--x-incl |
--x-inc |
--x-in |
--x-i)
2117 ac_prev
=x_includes
;;
2118 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
2119 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
2120 x_includes
=$ac_optarg ;;
2122 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
2123 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
2124 ac_prev
=x_libraries
;;
2125 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
2126 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
2127 x_libraries
=$ac_optarg ;;
2129 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
2130 Try \`$0 --help' for more information"
2134 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2135 # Reject names that are not valid shell variable names.
2136 case $ac_envvar in #(
2137 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2138 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2140 eval $ac_envvar=\
$ac_optarg
2141 export $ac_envvar ;;
2144 # FIXME: should be removed in autoconf 3.0.
2145 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2146 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2147 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2148 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2154 if test -n "$ac_prev"; then
2155 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2156 as_fn_error $?
"missing argument to $ac_option"
2159 if test -n "$ac_unrecognized_opts"; then
2160 case $enable_option_checking in
2162 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2163 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2167 # Check all directory arguments for consistency.
2168 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2169 datadir sysconfdir sharedstatedir localstatedir includedir \
2170 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2171 libdir localedir mandir runstatedir
2173 eval ac_val
=\$
$ac_var
2174 # Remove trailing slashes.
2177 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2178 eval $ac_var=\
$ac_val;;
2180 # Be sure to have absolute directory names.
2182 [\\/$
]* | ?
:[\\/]* ) continue;;
2183 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2185 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2188 # There might be people who depend on the old broken behavior: `$host'
2189 # used to hold the argument of --host etc.
2190 # FIXME: To remove some day.
2193 target
=$target_alias
2195 # FIXME: To remove some day.
2196 if test "x$host_alias" != x
; then
2197 if test "x$build_alias" = x
; then
2198 cross_compiling
=maybe
2199 elif test "x$build_alias" != "x$host_alias"; then
2205 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2207 test "$silent" = yes && exec 6>/dev
/null
2210 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2211 ac_ls_di
=`ls -di .` &&
2212 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2213 as_fn_error $?
"working directory cannot be determined"
2214 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2215 as_fn_error $?
"pwd does not report name of working directory"
2218 # Find the source files, if location was not specified.
2219 if test -z "$srcdir"; then
2220 ac_srcdir_defaulted
=yes
2221 # Try the directory containing this script, then the parent directory.
2222 ac_confdir
=`$as_dirname -- "$as_myself" ||
2223 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2224 X"$as_myself" : 'X\(//\)[^/]' \| \
2225 X"$as_myself" : 'X\(//\)$' \| \
2226 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2227 $as_echo X"$as_myself" |
2228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2246 if test ! -r "$srcdir/$ac_unique_file"; then
2250 ac_srcdir_defaulted
=no
2252 if test ! -r "$srcdir/$ac_unique_file"; then
2253 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2254 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2256 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2258 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2260 # When building in place, set srcdir=.
2261 if test "$ac_abs_confdir" = "$ac_pwd"; then
2264 # Remove unnecessary trailing slashes from srcdir.
2265 # Double slashes in file names in object file debugging info
2266 # mess up M-x gdb in Emacs.
2268 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2270 for ac_var
in $ac_precious_vars; do
2271 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2272 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2273 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2274 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2278 # Report the --help message.
2280 if test "$ac_init_help" = "long"; then
2281 # Omit some internal or obsolete options to make the list less imposing.
2282 # This message is too long to be a string in the A/UX 3.1 sh.
2284 \`configure' configures Wine 2.18 to adapt to many kinds of systems.
2286 Usage: $0 [OPTION]... [VAR=VALUE]...
2288 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2289 VAR=VALUE. See below for descriptions of some of the useful variables.
2291 Defaults for the options are specified in brackets.
2294 -h, --help display this help and exit
2295 --help=short display options specific to this package
2296 --help=recursive display the short help of all the included packages
2297 -V, --version display version information and exit
2298 -q, --quiet, --silent do not print \`checking ...' messages
2299 --cache-file=FILE cache test results in FILE [disabled]
2300 -C, --config-cache alias for \`--cache-file=config.cache'
2301 -n, --no-create do not create output files
2302 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2304 Installation directories:
2305 --prefix=PREFIX install architecture-independent files in PREFIX
2306 [$ac_default_prefix]
2307 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2310 By default, \`make install' will install all the files in
2311 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2312 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2313 for instance \`--prefix=\$HOME'.
2315 For better control, use the options below.
2317 Fine tuning of the installation directories:
2318 --bindir=DIR user executables [EPREFIX/bin]
2319 --sbindir=DIR system admin executables [EPREFIX/sbin]
2320 --libexecdir=DIR program executables [EPREFIX/libexec]
2321 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2322 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2323 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2324 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2325 --libdir=DIR object code libraries [EPREFIX/lib]
2326 --includedir=DIR C header files [PREFIX/include]
2327 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2328 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2329 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2330 --infodir=DIR info documentation [DATAROOTDIR/info]
2331 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2332 --mandir=DIR man documentation [DATAROOTDIR/man]
2333 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2334 --htmldir=DIR html documentation [DOCDIR]
2335 --dvidir=DIR dvi documentation [DOCDIR]
2336 --pdfdir=DIR pdf documentation [DOCDIR]
2337 --psdir=DIR ps documentation [DOCDIR]
2343 --x-includes=DIR X include files are
in DIR
2344 --x-libraries=DIR X library files are
in DIR
2347 --build=BUILD configure
for building on BUILD
[guessed
]
2348 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2352 if test -n "$ac_init_help"; then
2353 case $ac_init_help in
2354 short | recursive
) echo "Configuration of Wine 2.18:";;
2359 --disable-option-checking ignore unrecognized
--enable/--with options
2360 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2361 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2362 --disable-win16 do not include Win16 support
2363 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2365 --disable-tests do not build the regression tests
2366 --enable-maintainer-mode
2367 enable maintainer-specific build rules
2368 --disable-largefile omit support for large files
2371 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2372 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2373 --without-alsa do not use the Alsa sound support
2374 --without-capi do not use CAPI (ISDN support)
2375 --without-cms do not use CMS (color management support)
2376 --without-coreaudio do not use the CoreAudio sound support
2377 --without-cups do not use CUPS
2378 --without-curses do not use (n)curses
2379 --without-dbus do not use DBus (dynamic device support)
2380 --without-fontconfig do not use fontconfig
2381 --without-freetype do not use the FreeType library
2382 --without-gettext do not use gettext
2383 --with-gettextpo use the GetTextPO library to rebuild po files
2384 --without-gphoto do not use gphoto (Digital Camera support)
2385 --without-glu do not use the GLU library
2386 --without-gnutls do not use GnuTLS (schannel support)
2387 --without-gsm do not use libgsm (GSM 06.10 codec support)
2388 --without-gstreamer do not use GStreamer (codecs support)
2389 --without-hal do not use HAL (dynamic device support)
2390 --without-jpeg do not use JPEG
2391 --without-ldap do not use LDAP
2392 --without-mpg123 do not use the mpg123 library
2393 --without-netapi do not use the Samba NetAPI library
2394 --without-openal do not use OpenAL
2395 --without-opencl do not use OpenCL
2396 --without-opengl do not use OpenGL
2397 --without-osmesa do not use the OSMesa library
2398 --without-oss do not use the OSS sound support
2399 --without-pcap do not use the Packet Capture library
2400 --without-png do not use PNG
2401 --without-pthread do not use the pthread library
2402 --without-pulse do not use PulseAudio sound support
2403 --without-sane do not use SANE (scanner support)
2404 --without-tiff do not use TIFF
2405 --without-udev do not use udev (plug and play support)
2406 --without-v4l do not use v4l1 (v4l support)
2407 --without-xcomposite do not use the Xcomposite extension
2408 --without-xcursor do not use the Xcursor extension
2409 --without-xfixes do not use Xfixes for clipboard change notifications
2410 --without-xinerama do not use Xinerama (multi-monitor support)
2411 --without-xinput do not use the Xinput extension
2412 --without-xinput2 do not use the Xinput 2 extension
2413 --without-xml do not use XML
2414 --without-xrandr do not use Xrandr (resolution changes)
2415 --without-xrender do not use the Xrender extension
2416 --without-xshape do not use the Xshape extension
2417 --without-xshm do not use XShm (shared memory extension)
2418 --without-xslt do not use XSLT
2419 --without-xxf86vm do not use XFree video mode extension
2420 --without-zlib do not use Zlib (data compression)
2421 --with-wine-tools=DIR use Wine tools from directory DIR
2422 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2423 --with-x use the X Window System
2425 Some influential environment variables:
2426 CC C compiler command
2427 CFLAGS C compiler flags
2428 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2429 nonstandard directory <lib dir>
2430 LIBS libraries to pass to the linker, e.g. -l<library>
2431 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2432 you have headers in a nonstandard directory <include dir>
2433 CXX C++ compiler command
2434 CXXFLAGS C++ compiler flags
2436 XMKMF Path to xmkmf, Makefile generator for X Window System
2437 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2438 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2439 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2440 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2441 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2442 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2443 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2444 HAL_LIBS Linker flags for hal, overriding pkg-config
2446 C compiler flags for gnutls, overriding pkg-config
2447 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2448 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2449 SANE_LIBS Linker flags for libsane, overriding pkg-config
2451 C compiler flags for libgphoto2, overriding pkg-config
2453 Linker flags for libgphoto2, overriding pkg-config
2455 C compiler flags for libgphoto2_port, overriding pkg-config
2457 Linker flags for libgphoto2_port, overriding pkg-config
2459 C compiler flags for lcms2, overriding pkg-config
2460 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2462 C compiler flags for freetype2, overriding pkg-config
2464 Linker flags for freetype2, overriding pkg-config
2466 C compiler flags for libpulse, overriding pkg-config
2467 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2469 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2470 gstreamer-audio-1.0, overriding pkg-config
2472 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2473 gstreamer-audio-1.0, overriding pkg-config
2474 UDEV_CFLAGS C compiler flags for libudev, overriding pkg-config
2475 UDEV_LIBS Linker flags for libudev, overriding pkg-config
2477 C compiler flags for capi20, overriding pkg-config
2478 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2479 CUPS_CFLAGS C compiler flags for cups, overriding pkg-config
2480 CUPS_LIBS Linker flags for cups, overriding pkg-config
2482 C compiler flags for fontconfig, overriding pkg-config
2484 Linker flags for fontconfig, overriding pkg-config
2485 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2486 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2487 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2488 PNG_LIBS Linker flags for libpng, overriding pkg-config
2489 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2490 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2492 C compiler flags for libmpg123, overriding pkg-config
2493 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2495 C compiler flags for netapi, overriding pkg-config
2496 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2497 LDAP_CFLAGS C compiler flags for openldap, overriding pkg-config
2498 LDAP_LIBS Linker flags for openldap, overriding pkg-config
2500 Use these variables to override the choices made by `configure' or to
help
2501 it to
find libraries and programs with nonstandard names
/locations.
2503 Report bugs to
<wine-devel@winehq.org
>.
2504 Wine home page
: <http
://www.winehq.org
>.
2509 if test "$ac_init_help" = "recursive"; then
2510 # If there are subdirs, report their specific --help.
2511 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2512 test -d "$ac_dir" ||
2513 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2518 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2520 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2521 # A ".." for each directory in $ac_dir_suffix.
2522 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2523 case $ac_top_builddir_sub in
2524 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2525 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2528 ac_abs_top_builddir
=$ac_pwd
2529 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2530 # for backward compatibility:
2531 ac_top_builddir
=$ac_top_build_prefix
2534 .
) # We are building in place.
2536 ac_top_srcdir
=$ac_top_builddir_sub
2537 ac_abs_top_srcdir
=$ac_pwd ;;
2538 [\\/]* | ?
:[\\/]* ) # Absolute name.
2539 ac_srcdir
=$srcdir$ac_dir_suffix;
2540 ac_top_srcdir
=$srcdir
2541 ac_abs_top_srcdir
=$srcdir ;;
2543 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2544 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2545 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2547 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2549 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2550 # Check for guested configure.
2551 if test -f "$ac_srcdir/configure.gnu"; then
2553 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2554 elif test -f "$ac_srcdir/configure"; then
2556 $SHELL "$ac_srcdir/configure" --help=recursive
2558 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2560 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2564 test -n "$ac_init_help" && exit $ac_status
2565 if $ac_init_version; then
2568 generated by GNU Autoconf
2.69
2570 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2571 This configure
script is free software
; the Free Software Foundation
2572 gives unlimited permission to copy
, distribute and modify it.
2577 ## ------------------------ ##
2578 ## Autoconf initialization. ##
2579 ## ------------------------ ##
2581 # ac_fn_c_try_compile LINENO
2582 # --------------------------
2583 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2584 ac_fn_c_try_compile
()
2586 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2587 rm -f conftest.
$ac_objext
2588 if { { ac_try
="$ac_compile"
2590 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2591 *) ac_try_echo=$ac_try;;
2593 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2594 $as_echo "$ac_try_echo"; } >&5
2595 (eval "$ac_compile") 2>conftest.err
2597 if test -s conftest.err; then
2598 grep -v '^ *+' conftest.err >conftest.er1
2599 cat conftest.er1 >&5
2600 mv -f conftest.er1 conftest.err
2602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2603 test $ac_status = 0; } && {
2604 test -z "$ac_c_werror_flag" ||
2605 test ! -s conftest.err
2606 } && test -s conftest.$ac_objext; then :
2609 $as_echo "$as_me: failed program was:" >&5
2610 sed 's/^/| /' conftest.$ac_ext >&5
2614 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2615 as_fn_set_status $ac_retval
2617 } # ac_fn_c_try_compile
2619 # ac_fn_cxx_try_compile LINENO
2620 # ----------------------------
2621 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2622 ac_fn_cxx_try_compile ()
2624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2625 rm -f conftest.$ac_objext
2626 if { { ac_try="$ac_compile"
2628 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2629 *) ac_try_echo
=$ac_try;;
2631 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2632 $as_echo "$ac_try_echo"; } >&5
2633 (eval "$ac_compile") 2>conftest.err
2635 if test -s conftest.err
; then
2636 grep -v '^ *+' conftest.err
>conftest.er1
2637 cat conftest.er1
>&5
2638 mv -f conftest.er1 conftest.err
2640 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2641 test $ac_status = 0; } && {
2642 test -z "$ac_cxx_werror_flag" ||
2643 test ! -s conftest.err
2644 } && test -s conftest.
$ac_objext; then :
2647 $as_echo "$as_me: failed program was:" >&5
2648 sed 's/^/| /' conftest.
$ac_ext >&5
2652 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2653 as_fn_set_status
$ac_retval
2655 } # ac_fn_cxx_try_compile
2657 # ac_fn_c_try_link LINENO
2658 # -----------------------
2659 # Try to link conftest.$ac_ext, and return whether this succeeded.
2662 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2663 rm -f conftest.
$ac_objext conftest
$ac_exeext
2664 if { { ac_try
="$ac_link"
2666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2667 *) ac_try_echo=$ac_try;;
2669 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2670 $as_echo "$ac_try_echo"; } >&5
2671 (eval "$ac_link") 2>conftest.err
2673 if test -s conftest.err; then
2674 grep -v '^ *+' conftest.err >conftest.er1
2675 cat conftest.er1 >&5
2676 mv -f conftest.er1 conftest.err
2678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2679 test $ac_status = 0; } && {
2680 test -z "$ac_c_werror_flag" ||
2681 test ! -s conftest.err
2682 } && test -s conftest$ac_exeext && {
2683 test "$cross_compiling" = yes ||
2684 test -x conftest$ac_exeext
2688 $as_echo "$as_me: failed program was:" >&5
2689 sed 's/^/| /' conftest.$ac_ext >&5
2693 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2694 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2695 # interfere with the next link command; also delete a directory that is
2696 # left behind by Apple's compiler. We do this before executing the actions.
2697 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2698 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2699 as_fn_set_status $ac_retval
2701 } # ac_fn_c_try_link
2703 # ac_fn_c_try_cpp LINENO
2704 # ----------------------
2705 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2708 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2709 if { { ac_try="$ac_cpp conftest.$ac_ext"
2711 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2712 *) ac_try_echo
=$ac_try;;
2714 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2715 $as_echo "$ac_try_echo"; } >&5
2716 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2718 if test -s conftest.err
; then
2719 grep -v '^ *+' conftest.err
>conftest.er1
2720 cat conftest.er1
>&5
2721 mv -f conftest.er1 conftest.err
2723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2724 test $ac_status = 0; } > conftest.i
&& {
2725 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2726 test ! -s conftest.err
2730 $as_echo "$as_me: failed program was:" >&5
2731 sed 's/^/| /' conftest.
$ac_ext >&5
2735 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2736 as_fn_set_status
$ac_retval
2740 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2741 # -------------------------------------------------------
2742 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2743 # the include files in INCLUDES and setting the cache variable VAR
2745 ac_fn_c_check_header_mongrel
()
2747 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2748 if eval \
${$3+:} false
; then :
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2750 $as_echo_n "checking for $2... " >&6; }
2751 if eval \
${$3+:} false
; then :
2752 $as_echo_n "(cached) " >&6
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2756 $as_echo "$ac_res" >&6; }
2758 # Is the header compilable?
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2760 $as_echo_n "checking $2 usability... " >&6; }
2761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2762 /* end confdefs.h. */
2766 if ac_fn_c_try_compile
"$LINENO"; then :
2767 ac_header_compiler
=yes
2769 ac_header_compiler
=no
2771 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2773 $as_echo "$ac_header_compiler" >&6; }
2775 # Is the header present?
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2777 $as_echo_n "checking $2 presence... " >&6; }
2778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2779 /* end confdefs.h. */
2782 if ac_fn_c_try_cpp
"$LINENO"; then :
2783 ac_header_preproc
=yes
2785 ac_header_preproc
=no
2787 rm -f conftest.err conftest.i conftest.
$ac_ext
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2789 $as_echo "$ac_header_preproc" >&6; }
2791 # So? What about this header?
2792 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2795 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2797 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2801 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2803 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2805 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2807 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2809 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2810 ( $as_echo "## ------------------------------------ ##
2811 ## Report this to wine-devel@winehq.org ##
2812 ## ------------------------------------ ##"
2813 ) |
sed "s/^/$as_me: WARNING: /" >&2
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2817 $as_echo_n "checking for $2... " >&6; }
2818 if eval \
${$3+:} false
; then :
2819 $as_echo_n "(cached) " >&6
2821 eval "$3=\$ac_header_compiler"
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2825 $as_echo "$ac_res" >&6; }
2827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2829 } # ac_fn_c_check_header_mongrel
2831 # ac_fn_c_try_run LINENO
2832 # ----------------------
2833 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2834 # that executables *can* be run.
2837 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2838 if { { ac_try
="$ac_link"
2840 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2841 *) ac_try_echo=$ac_try;;
2843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2844 $as_echo "$ac_try_echo"; } >&5
2845 (eval "$ac_link") 2>&5
2847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2848 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2849 { { case "(($ac_try" in
2850 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2851 *) ac_try_echo
=$ac_try;;
2853 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2854 $as_echo "$ac_try_echo"; } >&5
2855 (eval "$ac_try") 2>&5
2857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2858 test $ac_status = 0; }; }; then :
2861 $as_echo "$as_me: program exited with status $ac_status" >&5
2862 $as_echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.
$ac_ext >&5
2865 ac_retval
=$ac_status
2867 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2868 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2869 as_fn_set_status
$ac_retval
2873 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2874 # -------------------------------------------------------
2875 # Tests whether HEADER exists and can be compiled using the include files in
2876 # INCLUDES, setting the cache variable VAR accordingly.
2877 ac_fn_c_check_header_compile
()
2879 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2881 $as_echo_n "checking for $2... " >&6; }
2882 if eval \
${$3+:} false
; then :
2883 $as_echo_n "(cached) " >&6
2885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2886 /* end confdefs.h. */
2890 if ac_fn_c_try_compile
"$LINENO"; then :
2895 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2899 $as_echo "$ac_res" >&6; }
2900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2902 } # ac_fn_c_check_header_compile
2904 # ac_fn_c_check_func LINENO FUNC VAR
2905 # ----------------------------------
2906 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2907 ac_fn_c_check_func
()
2909 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2911 $as_echo_n "checking for $2... " >&6; }
2912 if eval \
${$3+:} false
; then :
2913 $as_echo_n "(cached) " >&6
2915 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2916 /* end confdefs.h. */
2917 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2918 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2919 #define $2 innocuous_$2
2921 /* System header to define __stub macros and hopefully few prototypes,
2922 which can conflict with char $2 (); below.
2923 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2924 <limits.h> exists even on freestanding compilers. */
2927 # include <limits.h>
2929 # include <assert.h>
2934 /* Override any GCC internal prototype to avoid an error.
2935 Use char because int might match the return type of a GCC
2936 builtin and then its argument prototype would still apply. */
2941 /* The GNU C library defines this for functions which it implements
2942 to always fail with ENOSYS. Some functions are actually named
2943 something starting with __ and the normal name is an alias. */
2944 #if defined __stub_$2 || defined __stub___$2
2956 if ac_fn_c_try_link
"$LINENO"; then :
2961 rm -f core conftest.err conftest.
$ac_objext \
2962 conftest
$ac_exeext conftest.
$ac_ext
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2966 $as_echo "$ac_res" >&6; }
2967 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2969 } # ac_fn_c_check_func
2971 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2972 # ----------------------------------------------------
2973 # Tries to find if the field MEMBER exists in type AGGR, after including
2974 # INCLUDES, setting cache variable VAR accordingly.
2975 ac_fn_c_check_member
()
2977 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2979 $as_echo_n "checking for $2.$3... " >&6; }
2980 if eval \
${$4+:} false
; then :
2981 $as_echo_n "(cached) " >&6
2983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2984 /* end confdefs.h. */
2996 if ac_fn_c_try_compile
"$LINENO"; then :
2999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3000 /* end confdefs.h. */
3006 if (sizeof ac_aggr.$3)
3012 if ac_fn_c_try_compile
"$LINENO"; then :
3017 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3019 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3023 $as_echo "$ac_res" >&6; }
3024 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3026 } # ac_fn_c_check_member
3028 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3029 # -------------------------------------------
3030 # Tests whether TYPE exists after having included INCLUDES, setting cache
3031 # variable VAR accordingly.
3032 ac_fn_c_check_type
()
3034 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3036 $as_echo_n "checking for $2... " >&6; }
3037 if eval \
${$3+:} false
; then :
3038 $as_echo_n "(cached) " >&6
3041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3042 /* end confdefs.h. */
3053 if ac_fn_c_try_compile
"$LINENO"; then :
3054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3055 /* end confdefs.h. */
3066 if ac_fn_c_try_compile
"$LINENO"; then :
3071 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3073 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3077 $as_echo "$ac_res" >&6; }
3078 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3080 } # ac_fn_c_check_type
3081 cat >config.log
<<_ACEOF
3082 This file contains any messages produced by compilers while
3083 running configure, to aid debugging if configure makes a mistake.
3085 It was created by Wine $as_me 2.18, which was
3086 generated by GNU Autoconf 2.69. Invocation command line was
3098 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3099 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3100 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3101 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3102 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3104 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3105 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3107 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3108 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3109 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3110 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3111 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3112 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3113 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3117 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3121 test -z "$as_dir" && as_dir
=.
3122 $as_echo "PATH: $as_dir"
3138 # Keep a trace of the command line.
3139 # Strip out --no-create and --no-recursion so they do not pile up.
3140 # Strip out --silent because we don't want to record it for future runs.
3141 # Also quote any args containing shell meta-characters.
3142 # Make two passes to allow for proper duplicate-argument suppression.
3146 ac_must_keep_next
=false
3152 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3153 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3154 |
-silent |
--silent |
--silen |
--sile |
--sil)
3157 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3160 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3162 as_fn_append ac_configure_args1
" '$ac_arg'"
3163 if test $ac_must_keep_next = true
; then
3164 ac_must_keep_next
=false
# Got value, back to normal.
3167 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3168 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3169 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3170 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3171 case "$ac_configure_args0 " in
3172 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3175 -* ) ac_must_keep_next
=true
;;
3178 as_fn_append ac_configure_args
" '$ac_arg'"
3183 { ac_configure_args0
=; unset ac_configure_args0
;}
3184 { ac_configure_args1
=; unset ac_configure_args1
;}
3186 # When interrupted or exit'd, cleanup temporary files, and complete
3187 # config.log. We remove comments because anyway the quotes in there
3188 # would cause problems or look ugly.
3189 # WARNING: Use '\'' to represent an apostrophe within the trap.
3190 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3191 trap 'exit_status=$?
3192 # Save into config.log some information that might help in debugging.
3196 $as_echo "## ---------------- ##
3197 ## Cache variables. ##
3198 ## ---------------- ##"
3200 # The following way of writing the cache mishandles newlines in values,
3202 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3203 eval ac_val=\$$ac_var
3207 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3208 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3211 _ | IFS | as_nl) ;; #(
3212 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3213 *) { eval $ac_var=; unset $ac_var;} ;;
3218 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3219 *${as_nl}ac_space=\ *)
3221 "s/'\''/'\''\\\\'\'''\''/g;
3222 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3225 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3232 $as_echo "## ----------------- ##
3233 ## Output variables. ##
3234 ## ----------------- ##"
3236 for ac_var in $ac_subst_vars
3238 eval ac_val=\$$ac_var
3240 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3242 $as_echo "$ac_var='\''$ac_val'\''"
3246 if test -n "$ac_subst_files"; then
3247 $as_echo "## ------------------- ##
3248 ## File substitutions. ##
3249 ## ------------------- ##"
3251 for ac_var
in $ac_subst_files
3253 eval ac_val
=\$
$ac_var
3255 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3257 $as_echo "$ac_var='\''$ac_val'\''"
3262 if test -s confdefs.h; then
3263 $as_echo "## ----------- ##
3270 test "$ac_signal" != 0 &&
3271 $as_echo "$as_me: caught signal $ac_signal"
3272 $as_echo "$as_me: exit $exit_status"
3274 rm -f core *.core core.conftest.* &&
3275 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3278 for ac_signal
in 1 2 13 15; do
3279 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3283 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3284 rm -f -r conftest
* confdefs.h
3286 $as_echo "/* confdefs.h */" > confdefs.h
3288 # Predefined preprocessor variables.
3290 cat >>confdefs.h
<<_ACEOF
3291 #define PACKAGE_NAME "$PACKAGE_NAME"
3294 cat >>confdefs.h
<<_ACEOF
3295 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3298 cat >>confdefs.h
<<_ACEOF
3299 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3302 cat >>confdefs.h
<<_ACEOF
3303 #define PACKAGE_STRING "$PACKAGE_STRING"
3306 cat >>confdefs.h
<<_ACEOF
3307 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3310 cat >>confdefs.h
<<_ACEOF
3311 #define PACKAGE_URL "$PACKAGE_URL"
3315 # Let the site file select an alternate cache file if it wants to.
3316 # Prefer an explicitly selected file to automatically selected ones.
3319 if test -n "$CONFIG_SITE"; then
3320 # We do not want a PATH search for config.site.
3321 case $CONFIG_SITE in #((
3322 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3323 */*) ac_site_file1
=$CONFIG_SITE;;
3324 *) ac_site_file1
=.
/$CONFIG_SITE;;
3326 elif test "x$prefix" != xNONE
; then
3327 ac_site_file1
=$prefix/share
/config.site
3328 ac_site_file2
=$prefix/etc
/config.site
3330 ac_site_file1
=$ac_default_prefix/share
/config.site
3331 ac_site_file2
=$ac_default_prefix/etc
/config.site
3333 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3335 test "x$ac_site_file" = xNONE
&& continue
3336 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3338 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3339 sed 's/^/| /' "$ac_site_file" >&5
3341 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3342 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3343 as_fn_error $?
"failed to load site script $ac_site_file
3344 See \`config.log' for more details" "$LINENO" 5; }
3348 if test -r "$cache_file"; then
3349 # Some versions of bash will fail to source /dev/null (special files
3350 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3351 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3353 $as_echo "$as_me: loading cache $cache_file" >&6;}
3355 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3356 *) .
"./$cache_file";;
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3361 $as_echo "$as_me: creating cache $cache_file" >&6;}
3365 # Check that the precious variables saved in the cache have kept the same
3367 ac_cache_corrupted
=false
3368 for ac_var
in $ac_precious_vars; do
3369 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3370 eval ac_new_set
=\
$ac_env_${ac_var}_set
3371 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3372 eval ac_new_val
=\
$ac_env_${ac_var}_value
3373 case $ac_old_set,$ac_new_set in
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3376 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3377 ac_cache_corrupted
=: ;;
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3380 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3381 ac_cache_corrupted
=: ;;
3384 if test "x$ac_old_val" != "x$ac_new_val"; then
3385 # differences in whitespace do not lead to failure.
3386 ac_old_val_w
=`echo x $ac_old_val`
3387 ac_new_val_w
=`echo x $ac_new_val`
3388 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3390 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3391 ac_cache_corrupted
=:
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3394 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3395 eval $ac_var=\
$ac_old_val
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3398 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3400 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3403 # Pass precious variables to config.status.
3404 if test "$ac_new_set" = set; then
3406 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3407 *) ac_arg
=$ac_var=$ac_new_val ;;
3409 case " $ac_configure_args " in
3410 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3411 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3415 if $ac_cache_corrupted; then
3416 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3417 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3419 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3420 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3422 ## -------------------- ##
3423 ## Main body of script. ##
3424 ## -------------------- ##
3427 ac_cpp
='$CPP $CPPFLAGS'
3428 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3429 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3430 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3434 ac_config_headers
="$ac_config_headers include/config.h"
3437 for ac_dir
in tools
"$srcdir"/tools
; do
3438 if test -f "$ac_dir/install-sh"; then
3440 ac_install_sh
="$ac_aux_dir/install-sh -c"
3442 elif test -f "$ac_dir/install.sh"; then
3444 ac_install_sh
="$ac_aux_dir/install.sh -c"
3446 elif test -f "$ac_dir/shtool"; then
3448 ac_install_sh
="$ac_aux_dir/shtool install -c"
3452 if test -z "$ac_aux_dir"; then
3453 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3456 # These three variables are undocumented and unsupported,
3457 # and are intended to be withdrawn in a future Autoconf release.
3458 # They can cause serious problems if a builder's source tree is in a directory
3459 # whose full name contains unusual characters.
3460 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3461 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3462 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3466 libwine_version
="1.0"
3470 # Check whether --enable-win16 was given.
3471 if test "${enable_win16+set}" = set; then :
3472 enableval
=$enable_win16;
3475 # Check whether --enable-win64 was given.
3476 if test "${enable_win64+set}" = set; then :
3477 enableval
=$enable_win64;
3480 # Check whether --enable-tests was given.
3481 if test "${enable_tests+set}" = set; then :
3482 enableval
=$enable_tests;
3485 # Check whether --enable-maintainer-mode was given.
3486 if test "${enable_maintainer_mode+set}" = set; then :
3487 enableval
=$enable_maintainer_mode;
3492 # Check whether --with-alsa was given.
3493 if test "${with_alsa+set}" = set; then :
3494 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3498 # Check whether --with-capi was given.
3499 if test "${with_capi+set}" = set; then :
3504 # Check whether --with-cms was given.
3505 if test "${with_cms+set}" = set; then :
3510 # Check whether --with-coreaudio was given.
3511 if test "${with_coreaudio+set}" = set; then :
3512 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3516 # Check whether --with-cups was given.
3517 if test "${with_cups+set}" = set; then :
3522 # Check whether --with-curses was given.
3523 if test "${with_curses+set}" = set; then :
3524 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3528 # Check whether --with-dbus was given.
3529 if test "${with_dbus+set}" = set; then :
3534 # Check whether --with-fontconfig was given.
3535 if test "${with_fontconfig+set}" = set; then :
3536 withval
=$with_fontconfig;
3540 # Check whether --with-freetype was given.
3541 if test "${with_freetype+set}" = set; then :
3542 withval
=$with_freetype;
3546 # Check whether --with-gettext was given.
3547 if test "${with_gettext+set}" = set; then :
3548 withval
=$with_gettext;
3552 # Check whether --with-gettextpo was given.
3553 if test "${with_gettextpo+set}" = set; then :
3554 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3558 # Check whether --with-gphoto was given.
3559 if test "${with_gphoto+set}" = set; then :
3560 withval
=$with_gphoto;
3564 # Check whether --with-glu was given.
3565 if test "${with_glu+set}" = set; then :
3570 # Check whether --with-gnutls was given.
3571 if test "${with_gnutls+set}" = set; then :
3572 withval
=$with_gnutls;
3576 # Check whether --with-gsm was given.
3577 if test "${with_gsm+set}" = set; then :
3578 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3582 # Check whether --with-gstreamer was given.
3583 if test "${with_gstreamer+set}" = set; then :
3584 withval
=$with_gstreamer;
3588 # Check whether --with-hal was given.
3589 if test "${with_hal+set}" = set; then :
3594 # Check whether --with-jpeg was given.
3595 if test "${with_jpeg+set}" = set; then :
3600 # Check whether --with-ldap was given.
3601 if test "${with_ldap+set}" = set; then :
3602 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3606 # Check whether --with-mpg123 was given.
3607 if test "${with_mpg123+set}" = set; then :
3608 withval
=$with_mpg123;
3612 # Check whether --with-netapi was given.
3613 if test "${with_netapi+set}" = set; then :
3614 withval
=$with_netapi;
3618 # Check whether --with-openal was given.
3619 if test "${with_openal+set}" = set; then :
3620 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3624 # Check whether --with-opencl was given.
3625 if test "${with_opencl+set}" = set; then :
3626 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3630 # Check whether --with-opengl was given.
3631 if test "${with_opengl+set}" = set; then :
3632 withval
=$with_opengl;
3636 # Check whether --with-osmesa was given.
3637 if test "${with_osmesa+set}" = set; then :
3638 withval
=$with_osmesa;
3642 # Check whether --with-oss was given.
3643 if test "${with_oss+set}" = set; then :
3648 # Check whether --with-pcap was given.
3649 if test "${with_pcap+set}" = set; then :
3650 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3654 # Check whether --with-png was given.
3655 if test "${with_png+set}" = set; then :
3660 # Check whether --with-pthread was given.
3661 if test "${with_pthread+set}" = set; then :
3662 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3666 # Check whether --with-pulse was given.
3667 if test "${with_pulse+set}" = set; then :
3668 withval
=$with_pulse;
3672 # Check whether --with-sane was given.
3673 if test "${with_sane+set}" = set; then :
3678 # Check whether --with-tiff was given.
3679 if test "${with_tiff+set}" = set; then :
3684 # Check whether --with-udev was given.
3685 if test "${with_udev+set}" = set; then :
3690 # Check whether --with-v4l was given.
3691 if test "${with_v4l+set}" = set; then :
3696 # Check whether --with-xcomposite was given.
3697 if test "${with_xcomposite+set}" = set; then :
3698 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3702 # Check whether --with-xcursor was given.
3703 if test "${with_xcursor+set}" = set; then :
3704 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3708 # Check whether --with-xfixes was given.
3709 if test "${with_xfixes+set}" = set; then :
3710 withval
=$with_xfixes; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xfixes_h
=no
; fi
3714 # Check whether --with-xinerama was given.
3715 if test "${with_xinerama+set}" = set; then :
3716 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3720 # Check whether --with-xinput was given.
3721 if test "${with_xinput+set}" = set; then :
3722 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3726 # Check whether --with-xinput2 was given.
3727 if test "${with_xinput2+set}" = set; then :
3728 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3732 # Check whether --with-xml was given.
3733 if test "${with_xml+set}" = set; then :
3738 # Check whether --with-xrandr was given.
3739 if test "${with_xrandr+set}" = set; then :
3740 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3744 # Check whether --with-xrender was given.
3745 if test "${with_xrender+set}" = set; then :
3746 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3750 # Check whether --with-xshape was given.
3751 if test "${with_xshape+set}" = set; then :
3752 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3756 # Check whether --with-xshm was given.
3757 if test "${with_xshm+set}" = set; then :
3758 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3762 # Check whether --with-xslt was given.
3763 if test "${with_xslt+set}" = set; then :
3768 # Check whether --with-xxf86vm was given.
3769 if test "${with_xxf86vm+set}" = set; then :
3770 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
3774 # Check whether --with-zlib was given.
3775 if test "${with_zlib+set}" = set; then :
3776 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3781 # Check whether --with-wine-tools was given.
3782 if test "${with_wine_tools+set}" = set; then :
3783 withval
=$with_wine_tools;
3787 # Check whether --with-wine64 was given.
3788 if test "${with_wine64+set}" = set; then :
3789 withval
=$with_wine64;
3793 # Make sure we can run config.sub.
3794 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3795 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3798 $as_echo_n "checking build system type... " >&6; }
3799 if ${ac_cv_build+:} false
; then :
3800 $as_echo_n "(cached) " >&6
3802 ac_build_alias
=$build_alias
3803 test "x$ac_build_alias" = x
&&
3804 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3805 test "x$ac_build_alias" = x
&&
3806 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3807 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3808 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3812 $as_echo "$ac_cv_build" >&6; }
3813 case $ac_cv_build in
3815 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3818 ac_save_IFS
=$IFS; IFS
='-'
3824 # Remember, the first character of IFS is used to create $*,
3825 # except with old shells:
3828 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3832 $as_echo_n "checking host system type... " >&6; }
3833 if ${ac_cv_host+:} false
; then :
3834 $as_echo_n "(cached) " >&6
3836 if test "x$host_alias" = x
; then
3837 ac_cv_host
=$ac_cv_build
3839 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3840 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3845 $as_echo "$ac_cv_host" >&6; }
3848 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3851 ac_save_IFS
=$IFS; IFS
='-'
3857 # Remember, the first character of IFS is used to create $*,
3858 # except with old shells:
3861 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3867 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3868 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3869 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3875 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3877 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3878 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3879 $as_echo_n "(cached) " >&6
3881 cat >conftest.
make <<\_ACEOF
3884 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3886 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3887 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3889 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3891 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3895 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3897 $as_echo "yes" >&6; }
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3901 $as_echo "no" >&6; }
3902 SET_MAKE
="MAKE=${MAKE-make}"
3906 ac_cpp
='$CPP $CPPFLAGS'
3907 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3908 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3909 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3910 if test -n "$ac_tool_prefix"; then
3911 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3912 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3914 $as_echo_n "checking for $ac_word... " >&6; }
3915 if ${ac_cv_prog_CC+:} false
; then :
3916 $as_echo_n "(cached) " >&6
3918 if test -n "$CC"; then
3919 ac_cv_prog_CC
="$CC" # Let the user override the test.
3921 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3925 test -z "$as_dir" && as_dir
=.
3926 for ac_exec_ext
in '' $ac_executable_extensions; do
3927 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3928 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3939 if test -n "$CC"; then
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3941 $as_echo "$CC" >&6; }
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3944 $as_echo "no" >&6; }
3949 if test -z "$ac_cv_prog_CC"; then
3951 # Extract the first word of "gcc", so it can be a program name with args.
3952 set dummy gcc
; ac_word
=$2
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3954 $as_echo_n "checking for $ac_word... " >&6; }
3955 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3956 $as_echo_n "(cached) " >&6
3958 if test -n "$ac_ct_CC"; then
3959 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3961 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3965 test -z "$as_dir" && as_dir
=.
3966 for ac_exec_ext
in '' $ac_executable_extensions; do
3967 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3968 ac_cv_prog_ac_ct_CC
="gcc"
3969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3979 if test -n "$ac_ct_CC"; then
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3981 $as_echo "$ac_ct_CC" >&6; }
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984 $as_echo "no" >&6; }
3987 if test "x$ac_ct_CC" = x
; then
3990 case $cross_compiling:$ac_tool_warned in
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3994 ac_tool_warned
=yes ;;
4002 if test -z "$CC"; then
4003 if test -n "$ac_tool_prefix"; then
4004 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4005 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4007 $as_echo_n "checking for $ac_word... " >&6; }
4008 if ${ac_cv_prog_CC+:} false
; then :
4009 $as_echo_n "(cached) " >&6
4011 if test -n "$CC"; then
4012 ac_cv_prog_CC
="$CC" # Let the user override the test.
4014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4018 test -z "$as_dir" && as_dir
=.
4019 for ac_exec_ext
in '' $ac_executable_extensions; do
4020 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4021 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 if test -n "$CC"; then
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4034 $as_echo "$CC" >&6; }
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4037 $as_echo "no" >&6; }
4043 if test -z "$CC"; then
4044 # Extract the first word of "cc", so it can be a program name with args.
4045 set dummy cc
; ac_word
=$2
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4047 $as_echo_n "checking for $ac_word... " >&6; }
4048 if ${ac_cv_prog_CC+:} false
; then :
4049 $as_echo_n "(cached) " >&6
4051 if test -n "$CC"; then
4052 ac_cv_prog_CC
="$CC" # Let the user override the test.
4055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4059 test -z "$as_dir" && as_dir
=.
4060 for ac_exec_ext
in '' $ac_executable_extensions; do
4061 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4062 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4063 ac_prog_rejected
=yes
4067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4074 if test $ac_prog_rejected = yes; then
4075 # We found a bogon in the path, so make sure we never use it.
4076 set dummy
$ac_cv_prog_CC
4078 if test $# != 0; then
4079 # We chose a different compiler from the bogus one.
4080 # However, it has the same basename, so the bogon will be chosen
4081 # first if we set CC to just the basename; use the full file name.
4083 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4089 if test -n "$CC"; then
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4091 $as_echo "$CC" >&6; }
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4099 if test -z "$CC"; then
4100 if test -n "$ac_tool_prefix"; then
4101 for ac_prog
in cl.exe
4103 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4104 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4106 $as_echo_n "checking for $ac_word... " >&6; }
4107 if ${ac_cv_prog_CC+:} false
; then :
4108 $as_echo_n "(cached) " >&6
4110 if test -n "$CC"; then
4111 ac_cv_prog_CC
="$CC" # Let the user override the test.
4113 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4117 test -z "$as_dir" && as_dir
=.
4118 for ac_exec_ext
in '' $ac_executable_extensions; do
4119 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4120 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4131 if test -n "$CC"; then
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4133 $as_echo "$CC" >&6; }
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4136 $as_echo "no" >&6; }
4140 test -n "$CC" && break
4143 if test -z "$CC"; then
4145 for ac_prog
in cl.exe
4147 # Extract the first word of "$ac_prog", so it can be a program name with args.
4148 set dummy
$ac_prog; ac_word
=$2
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4150 $as_echo_n "checking for $ac_word... " >&6; }
4151 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4152 $as_echo_n "(cached) " >&6
4154 if test -n "$ac_ct_CC"; then
4155 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4157 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4161 test -z "$as_dir" && as_dir
=.
4162 for ac_exec_ext
in '' $ac_executable_extensions; do
4163 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4164 ac_cv_prog_ac_ct_CC
="$ac_prog"
4165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4175 if test -n "$ac_ct_CC"; then
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4177 $as_echo "$ac_ct_CC" >&6; }
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4180 $as_echo "no" >&6; }
4184 test -n "$ac_ct_CC" && break
4187 if test "x$ac_ct_CC" = x
; then
4190 case $cross_compiling:$ac_tool_warned in
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4193 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4194 ac_tool_warned
=yes ;;
4203 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4204 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4205 as_fn_error $?
"no acceptable C compiler found in \$PATH
4206 See \`config.log' for more details" "$LINENO" 5; }
4208 # Provide some information about the compiler.
4209 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4212 for ac_option
in --version -v -V -qversion; do
4213 { { ac_try
="$ac_compiler $ac_option >&5"
4215 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4216 *) ac_try_echo=$ac_try;;
4218 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4219 $as_echo "$ac_try_echo"; } >&5
4220 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4222 if test -s conftest.err; then
4224 ... rest of stderr output deleted ...
4225 10q' conftest.err >conftest.er1
4226 cat conftest.er1 >&5
4228 rm -f conftest.er1 conftest.err
4229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4230 test $ac_status = 0; }
4233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4234 /* end confdefs.h. */
4244 ac_clean_files_save=$ac_clean_files
4245 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4246 # Try to create an executable without -o first, disregard a.out.
4247 # It will help us diagnose broken compilers, and finding out an intuition
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4250 $as_echo_n "checking whether the C compiler works... " >&6; }
4251 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4253 # The possible output files:
4254 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4257 for ac_file in $ac_files
4260 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4261 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4266 if { { ac_try="$ac_link_default"
4268 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4269 *) ac_try_echo
=$ac_try;;
4271 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4272 $as_echo "$ac_try_echo"; } >&5
4273 (eval "$ac_link_default") 2>&5
4275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4276 test $ac_status = 0; }; then :
4277 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4278 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4279 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4280 # so that the user can short-circuit this test for compilers unknown to
4282 for ac_file
in $ac_files ''
4284 test -f "$ac_file" ||
continue
4286 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4289 # We found the default executable, but exeext='' is most
4293 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4295 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4297 # We set ac_cv_exeext here because the later test for it is not
4298 # safe: cross compilers may not add the suffix if given an `-o'
4299 # argument, so we may need to know it at that point already.
4300 # Even if this section looks crufty: it has the advantage of
4307 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4312 if test -z "$ac_file"; then :
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4315 $as_echo "$as_me: failed program was:" >&5
4316 sed 's/^/| /' conftest.
$ac_ext >&5
4318 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4319 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4320 as_fn_error
77 "C compiler cannot create executables
4321 See \`config.log' for more details" "$LINENO" 5; }
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4324 $as_echo "yes" >&6; }
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4327 $as_echo_n "checking for C compiler default output file name... " >&6; }
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4329 $as_echo "$ac_file" >&6; }
4330 ac_exeext
=$ac_cv_exeext
4332 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4333 ac_clean_files
=$ac_clean_files_save
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4335 $as_echo_n "checking for suffix of executables... " >&6; }
4336 if { { ac_try
="$ac_link"
4338 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4339 *) ac_try_echo=$ac_try;;
4341 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4342 $as_echo "$ac_try_echo"; } >&5
4343 (eval "$ac_link") 2>&5
4345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4346 test $ac_status = 0; }; then :
4347 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4348 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4349 # work properly (i.e., refer to `conftest.exe'), while it won't with
4351 for ac_file
in conftest.exe conftest conftest.
*; do
4352 test -f "$ac_file" ||
continue
4354 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4355 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4363 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4364 See \`config.log' for more details" "$LINENO" 5; }
4366 rm -f conftest conftest
$ac_cv_exeext
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4368 $as_echo "$ac_cv_exeext" >&6; }
4370 rm -f conftest.
$ac_ext
4371 EXEEXT
=$ac_cv_exeext
4373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4374 /* end confdefs.h. */
4379 FILE *f = fopen ("conftest.out", "w");
4380 return ferror (f) || fclose (f) != 0;
4386 ac_clean_files
="$ac_clean_files conftest.out"
4387 # Check that the compiler produces executables we can run. If not, either
4388 # the compiler is broken, or we cross compile.
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4390 $as_echo_n "checking whether we are cross compiling... " >&6; }
4391 if test "$cross_compiling" != yes; then
4392 { { ac_try
="$ac_link"
4394 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4395 *) ac_try_echo=$ac_try;;
4397 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4398 $as_echo "$ac_try_echo"; } >&5
4399 (eval "$ac_link") 2>&5
4401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4402 test $ac_status = 0; }
4403 if { ac_try='./conftest$ac_cv_exeext'
4404 { { case "(($ac_try" in
4405 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4406 *) ac_try_echo
=$ac_try;;
4408 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4409 $as_echo "$ac_try_echo"; } >&5
4410 (eval "$ac_try") 2>&5
4412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4413 test $ac_status = 0; }; }; then
4416 if test "$cross_compiling" = maybe
; then
4419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4421 as_fn_error $?
"cannot run C compiled programs.
4422 If you meant to cross compile, use \`--host'.
4423 See \`config.log' for more details" "$LINENO" 5; }
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4428 $as_echo "$cross_compiling" >&6; }
4430 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4431 ac_clean_files
=$ac_clean_files_save
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4433 $as_echo_n "checking for suffix of object files... " >&6; }
4434 if ${ac_cv_objext+:} false
; then :
4435 $as_echo_n "(cached) " >&6
4437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4438 /* end confdefs.h. */
4448 rm -f conftest.o conftest.obj
4449 if { { ac_try
="$ac_compile"
4451 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4452 *) ac_try_echo=$ac_try;;
4454 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4455 $as_echo "$ac_try_echo"; } >&5
4456 (eval "$ac_compile") 2>&5
4458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4459 test $ac_status = 0; }; then :
4460 for ac_file in conftest.o conftest.obj conftest.*; do
4461 test -f "$ac_file" || continue;
4463 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4464 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4469 $as_echo "$as_me: failed program was:" >&5
4470 sed 's/^/| /' conftest.$ac_ext >&5
4472 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4473 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4474 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4475 See \
`config.log' for more details" "$LINENO" 5; }
4477 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4480 $as_echo "$ac_cv_objext" >&6; }
4481 OBJEXT=$ac_cv_objext
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4484 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4485 if ${ac_cv_c_compiler_gnu+:} false; then :
4486 $as_echo_n "(cached) " >&6
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h. */
4502 if ac_fn_c_try_compile "$LINENO"; then :
4507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4508 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4512 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4513 if test $ac_compiler_gnu = yes; then
4518 ac_test_CFLAGS=${CFLAGS+set}
4519 ac_save_CFLAGS=$CFLAGS
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4521 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4522 if ${ac_cv_prog_cc_g+:} false; then :
4523 $as_echo_n "(cached) " >&6
4525 ac_save_c_werror_flag=$ac_c_werror_flag
4526 ac_c_werror_flag=yes
4529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4530 /* end confdefs.h. */
4540 if ac_fn_c_try_compile "$LINENO"; then :
4544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4545 /* end confdefs.h. */
4555 if ac_fn_c_try_compile "$LINENO"; then :
4558 ac_c_werror_flag=$ac_save_c_werror_flag
4560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4561 /* end confdefs.h. */
4571 if ac_fn_c_try_compile "$LINENO"; then :
4574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4579 ac_c_werror_flag=$ac_save_c_werror_flag
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4582 $as_echo "$ac_cv_prog_cc_g" >&6; }
4583 if test "$ac_test_CFLAGS" = set; then
4584 CFLAGS=$ac_save_CFLAGS
4585 elif test $ac_cv_prog_cc_g = yes; then
4586 if test "$GCC" = yes; then
4592 if test "$GCC" = yes; then
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4599 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4600 if ${ac_cv_prog_cc_c89+:} false; then :
4601 $as_echo_n "(cached) " >&6
4603 ac_cv_prog_cc_c89=no
4605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4606 /* end confdefs.h. */
4610 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4611 struct buf { int x; };
4612 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4613 static char *e (p, i)
4619 static char *f (char * (*g) (char **, int), char **p, ...)
4624 s = g (p, va_arg (v,int));
4629 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4630 function prototypes and stuff, but not '\xHH' hex character constants.
4631 These don't provoke an error unfortunately, instead are silently treated
4632 as 'x'. The following induces an error, until -std is added to get
4633 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4634 array size at least. It's necessary to write '\x00'==0 to get something
4635 that's true only with -std. */
4636 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4638 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4639 inside strings and character constants. */
4641 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4643 int test (int i, double x);
4644 struct s1 {int (*f) (int a);};
4645 struct s2 {int (*f) (double a);};
4646 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4652 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4657 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4658 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4660 CC="$ac_save_CC $ac_arg"
4661 if ac_fn_c_try_compile "$LINENO"; then :
4662 ac_cv_prog_cc_c89=$ac_arg
4664 rm -f core conftest.err conftest.$ac_objext
4665 test "x$ac_cv_prog_cc_c89" != "xno" && break
4667 rm -f conftest.$ac_ext
4672 case "x$ac_cv_prog_cc_c89" in
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4675 $as_echo "none needed" >&6; } ;;
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4678 $as_echo "unsupported" >&6; } ;;
4680 CC="$CC $ac_cv_prog_cc_c89"
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4682 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4684 if test "x$ac_cv_prog_cc_c89" != xno; then :
4689 ac_cpp='$CPP $CPPFLAGS'
4690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4695 ac_cpp='$CXXCPP $CPPFLAGS'
4696 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4697 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4698 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4699 if test -z "$CXX"; then
4700 if test -n "$CCC"; then
4703 if test -n "$ac_tool_prefix"; then
4704 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4706 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4707 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709 $as_echo_n "checking for $ac_word... " >&6; }
4710 if ${ac_cv_prog_CXX+:} false; then :
4711 $as_echo_n "(cached) " >&6
4713 if test -n "$CXX"; then
4714 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720 test -z "$as_dir" && as_dir=.
4721 for ac_exec_ext in '' $ac_executable_extensions; do
4722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4723 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 if test -n "$CXX"; then
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4736 $as_echo "$CXX" >&6; }
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4739 $as_echo "no" >&6; }
4743 test -n "$CXX" && break
4746 if test -z "$CXX"; then
4748 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4750 # Extract the first word of "$ac_prog", so it can be a program name with args.
4751 set dummy $ac_prog; ac_word=$2
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4753 $as_echo_n "checking for $ac_word... " >&6; }
4754 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4755 $as_echo_n "(cached) " >&6
4757 if test -n "$ac_ct_CXX"; then
4758 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4764 test -z "$as_dir" && as_dir=.
4765 for ac_exec_ext in '' $ac_executable_extensions; do
4766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4767 ac_cv_prog_ac_ct_CXX="$ac_prog"
4768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4777 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4778 if test -n "$ac_ct_CXX"; then
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4780 $as_echo "$ac_ct_CXX" >&6; }
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4783 $as_echo "no" >&6; }
4787 test -n "$ac_ct_CXX" && break
4790 if test "x$ac_ct_CXX" = x; then
4793 case $cross_compiling:$ac_tool_warned in
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4797 ac_tool_warned=yes ;;
4805 # Provide some information about the compiler.
4806 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4809 for ac_option in --version -v -V -qversion; do
4810 { { ac_try="$ac_compiler $ac_option >&5"
4812 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4813 *) ac_try_echo
=$ac_try;;
4815 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4816 $as_echo "$ac_try_echo"; } >&5
4817 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4819 if test -s conftest.err
; then
4821 ... rest of stderr output deleted ...
4822 10q' conftest.err
>conftest.er1
4823 cat conftest.er1
>&5
4825 rm -f conftest.er1 conftest.err
4826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4827 test $ac_status = 0; }
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4831 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4832 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4833 $as_echo_n "(cached) " >&6
4835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4836 /* end confdefs.h. */
4849 if ac_fn_cxx_try_compile
"$LINENO"; then :
4854 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4855 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4859 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4860 if test $ac_compiler_gnu = yes; then
4865 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4866 ac_save_CXXFLAGS
=$CXXFLAGS
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4868 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4869 if ${ac_cv_prog_cxx_g+:} false
; then :
4870 $as_echo_n "(cached) " >&6
4872 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4873 ac_cxx_werror_flag
=yes
4876 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4877 /* end confdefs.h. */
4887 if ac_fn_cxx_try_compile
"$LINENO"; then :
4888 ac_cv_prog_cxx_g
=yes
4891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4892 /* end confdefs.h. */
4902 if ac_fn_cxx_try_compile
"$LINENO"; then :
4905 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4908 /* end confdefs.h. */
4918 if ac_fn_cxx_try_compile
"$LINENO"; then :
4919 ac_cv_prog_cxx_g
=yes
4921 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4925 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4926 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4929 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4930 if test "$ac_test_CXXFLAGS" = set; then
4931 CXXFLAGS
=$ac_save_CXXFLAGS
4932 elif test $ac_cv_prog_cxx_g = yes; then
4933 if test "$GXX" = yes; then
4939 if test "$GXX" = yes; then
4946 ac_cpp
='$CPP $CPPFLAGS'
4947 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4948 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4949 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4951 if test -n "$ac_tool_prefix"; then
4952 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4953 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955 $as_echo_n "checking for $ac_word... " >&6; }
4956 if ${ac_cv_prog_CPPBIN+:} false
; then :
4957 $as_echo_n "(cached) " >&6
4959 if test -n "$CPPBIN"; then
4960 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4962 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4966 test -z "$as_dir" && as_dir
=.
4967 for ac_exec_ext
in '' $ac_executable_extensions; do
4968 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4969 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4979 CPPBIN
=$ac_cv_prog_CPPBIN
4980 if test -n "$CPPBIN"; then
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4982 $as_echo "$CPPBIN" >&6; }
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985 $as_echo "no" >&6; }
4990 if test -z "$ac_cv_prog_CPPBIN"; then
4991 ac_ct_CPPBIN
=$CPPBIN
4992 # Extract the first word of "cpp", so it can be a program name with args.
4993 set dummy cpp
; ac_word
=$2
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4995 $as_echo_n "checking for $ac_word... " >&6; }
4996 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4997 $as_echo_n "(cached) " >&6
4999 if test -n "$ac_ct_CPPBIN"; then
5000 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
5002 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5006 test -z "$as_dir" && as_dir
=.
5007 for ac_exec_ext
in '' $ac_executable_extensions; do
5008 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5009 ac_cv_prog_ac_ct_CPPBIN
="cpp"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5019 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
5020 if test -n "$ac_ct_CPPBIN"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
5022 $as_echo "$ac_ct_CPPBIN" >&6; }
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025 $as_echo "no" >&6; }
5028 if test "x$ac_ct_CPPBIN" = x
; then
5031 case $cross_compiling:$ac_tool_warned in
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5034 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5035 ac_tool_warned
=yes ;;
5037 CPPBIN
=$ac_ct_CPPBIN
5040 CPPBIN
="$ac_cv_prog_CPPBIN"
5044 cat >>confdefs.h
<<_ACEOF
5045 #define EXEEXT "$ac_exeext"
5048 if test -n "$ac_tool_prefix"; then
5049 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5050 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5052 $as_echo_n "checking for $ac_word... " >&6; }
5053 if ${ac_cv_prog_LD+:} false
; then :
5054 $as_echo_n "(cached) " >&6
5056 if test -n "$LD"; then
5057 ac_cv_prog_LD
="$LD" # Let the user override the test.
5059 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5063 test -z "$as_dir" && as_dir
=.
5064 for ac_exec_ext
in '' $ac_executable_extensions; do
5065 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5066 ac_cv_prog_LD
="${ac_tool_prefix}ld"
5067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5077 if test -n "$LD"; then
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5079 $as_echo "$LD" >&6; }
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5082 $as_echo "no" >&6; }
5087 if test -z "$ac_cv_prog_LD"; then
5089 # Extract the first word of "ld", so it can be a program name with args.
5090 set dummy ld
; ac_word
=$2
5091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5092 $as_echo_n "checking for $ac_word... " >&6; }
5093 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
5094 $as_echo_n "(cached) " >&6
5096 if test -n "$ac_ct_LD"; then
5097 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5099 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5103 test -z "$as_dir" && as_dir
=.
5104 for ac_exec_ext
in '' $ac_executable_extensions; do
5105 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5106 ac_cv_prog_ac_ct_LD
="ld"
5107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5116 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5117 if test -n "$ac_ct_LD"; then
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
5119 $as_echo "$ac_ct_LD" >&6; }
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5122 $as_echo "no" >&6; }
5125 if test "x$ac_ct_LD" = x
; then
5128 case $cross_compiling:$ac_tool_warned in
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5131 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5132 ac_tool_warned
=yes ;;
5143 with_fontconfig
=${with_fontconfig:-no}
5145 *-mingw32*|
*-cygwin*)
5146 enable_win16
=${enable_win16:-no}
5147 CFLAGS
="$CFLAGS -D_WIN32"
5153 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5158 $as_echo_n "checking whether $CC works... " >&6; }
5160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5161 /* end confdefs.h. */
5171 if ac_fn_c_try_link
"$LINENO"; then :
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5173 $as_echo "yes" >&6; }
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5176 $as_echo "no" >&6; }
5177 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5179 rm -f core conftest.err conftest.
$ac_objext \
5180 conftest
$ac_exeext conftest.
$ac_ext
5182 notice_platform
="32-bit "
5185 PKG_CONFIG_PATH
=${PKG_CONFIG_PATH:-/usr/lib/i386-linux-gnu/pkgconfig:/usr/lib/pkgconfig}
5186 export PKG_CONFIG_PATH
5187 enable_win16
=${enable_win16:-yes}
5189 if test "x${GCC}" = "xyes"
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5192 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5194 /* end confdefs.h. */
5199 void func(__builtin_ms_va_list *args);
5204 if ac_fn_c_try_compile
"$LINENO"; then :
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5206 $as_echo "yes" >&6; }
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5209 $as_echo "no" >&6; }
5210 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5212 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5217 notice_platform
="64-bit "
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5224 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5226 /* end confdefs.h. */
5227 int ac_test(int i) { return i; }
5231 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5236 if ac_fn_c_try_link
"$LINENO"; then :
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5238 $as_echo "yes" >&6; }
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5241 $as_echo "no" >&6; }
5242 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5244 rm -f core conftest.err conftest.
$ac_objext \
5245 conftest
$ac_exeext conftest.
$ac_ext
5246 CFLAGS
="$CFLAGS -marm"
5251 enable_win16
=${enable_win16:-yes}
5255 enable_win16
=${enable_win16:-no}
5256 enable_win64
=${enable_win64:-no}
5258 enable_winetest
=${enable_winetest:-$enable_tests}
5260 if test -n "$with_wine64"
5262 if test "x$enable_win64" = "xyes"
5264 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5265 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5267 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5268 You should create a separate build directory and run configure from there." "$LINENO" 5
5269 enable_fonts
=${enable_fonts:-no}
5270 enable_server
=${enable_server:-no}
5271 elif test "x$enable_win64" = "xyes"
5273 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5277 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5278 if ${wine_cv_toolsdir+:} false
; then :
5279 $as_echo_n "(cached) " >&6
5281 wine_cv_toolsdir
="$with_wine_tools"
5282 if test -z "$with_wine_tools"; then
5283 if test "$cross_compiling" = "yes"; then
5284 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5285 elif test -n "$with_wine64"; then
5286 wine_cv_toolsdir
="$with_wine64"
5289 if test -z "$wine_cv_toolsdir"; then
5290 wine_makedep
=tools
/makedep
5291 wine_cv_toolsdir
="\$(top_builddir)"
5292 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5293 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5294 case "$wine_cv_toolsdir" in
5296 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5298 enable_tools
=${enable_tools:-no}
5299 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5301 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5305 $as_echo "$wine_cv_toolsdir" >&6; }
5306 TOOLSDIR
=$wine_cv_toolsdir
5308 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5310 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5316 # Extract the first word of "$ac_prog", so it can be a program name with args.
5317 set dummy
$ac_prog; ac_word
=$2
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5319 $as_echo_n "checking for $ac_word... " >&6; }
5320 if ${ac_cv_prog_FLEX+:} false
; then :
5321 $as_echo_n "(cached) " >&6
5323 if test -n "$FLEX"; then
5324 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5330 test -z "$as_dir" && as_dir
=.
5331 for ac_exec_ext
in '' $ac_executable_extensions; do
5332 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5333 ac_cv_prog_FLEX
="$ac_prog"
5334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5343 FLEX
=$ac_cv_prog_FLEX
5344 if test -n "$FLEX"; then
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5346 $as_echo "$FLEX" >&6; }
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5349 $as_echo "no" >&6; }
5353 test -n "$FLEX" && break
5355 test -n "$FLEX" || FLEX
="none"
5357 if test "$FLEX" = "none"
5359 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5362 $as_echo_n "checking whether flex is recent enough... " >&6; }
5363 cat >conftest.l
<<EOF
5365 #include "prediluvian.h"
5369 if $FLEX -t conftest.l
>/dev
/null
2>&5
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5372 $as_echo "yes" >&6; }
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5375 $as_echo "no" >&6; }
5376 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5379 for ac_prog
in bison
5381 # Extract the first word of "$ac_prog", so it can be a program name with args.
5382 set dummy
$ac_prog; ac_word
=$2
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5384 $as_echo_n "checking for $ac_word... " >&6; }
5385 if ${ac_cv_prog_BISON+:} false
; then :
5386 $as_echo_n "(cached) " >&6
5388 if test -n "$BISON"; then
5389 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5391 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5395 test -z "$as_dir" && as_dir
=.
5396 for ac_exec_ext
in '' $ac_executable_extensions; do
5397 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5398 ac_cv_prog_BISON
="$ac_prog"
5399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5408 BISON
=$ac_cv_prog_BISON
5409 if test -n "$BISON"; then
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5411 $as_echo "$BISON" >&6; }
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5414 $as_echo "no" >&6; }
5418 test -n "$BISON" && break
5420 test -n "$BISON" || BISON
="none"
5422 if test "$BISON" = "none"
5424 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5427 if test -n "$ac_tool_prefix"; then
5428 for ac_prog
in ar gar
5430 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5431 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5433 $as_echo_n "checking for $ac_word... " >&6; }
5434 if ${ac_cv_prog_AR+:} false
; then :
5435 $as_echo_n "(cached) " >&6
5437 if test -n "$AR"; then
5438 ac_cv_prog_AR
="$AR" # Let the user override the test.
5440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5444 test -z "$as_dir" && as_dir
=.
5445 for ac_exec_ext
in '' $ac_executable_extensions; do
5446 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5447 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5458 if test -n "$AR"; then
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5460 $as_echo "$AR" >&6; }
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5463 $as_echo "no" >&6; }
5467 test -n "$AR" && break
5470 if test -z "$AR"; then
5472 for ac_prog
in ar gar
5474 # Extract the first word of "$ac_prog", so it can be a program name with args.
5475 set dummy
$ac_prog; ac_word
=$2
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5477 $as_echo_n "checking for $ac_word... " >&6; }
5478 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5479 $as_echo_n "(cached) " >&6
5481 if test -n "$ac_ct_AR"; then
5482 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5488 test -z "$as_dir" && as_dir
=.
5489 for ac_exec_ext
in '' $ac_executable_extensions; do
5490 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5491 ac_cv_prog_ac_ct_AR
="$ac_prog"
5492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5501 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5502 if test -n "$ac_ct_AR"; then
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5504 $as_echo "$ac_ct_AR" >&6; }
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5507 $as_echo "no" >&6; }
5511 test -n "$ac_ct_AR" && break
5514 if test "x$ac_ct_AR" = x
; then
5517 case $cross_compiling:$ac_tool_warned in
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5520 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5521 ac_tool_warned
=yes ;;
5527 if test -n "$ac_tool_prefix"; then
5528 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5529 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5531 $as_echo_n "checking for $ac_word... " >&6; }
5532 if ${ac_cv_prog_STRIP+:} false
; then :
5533 $as_echo_n "(cached) " >&6
5535 if test -n "$STRIP"; then
5536 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5542 test -z "$as_dir" && as_dir
=.
5543 for ac_exec_ext
in '' $ac_executable_extensions; do
5544 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5545 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5555 STRIP
=$ac_cv_prog_STRIP
5556 if test -n "$STRIP"; then
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5558 $as_echo "$STRIP" >&6; }
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5561 $as_echo "no" >&6; }
5566 if test -z "$ac_cv_prog_STRIP"; then
5568 # Extract the first word of "strip", so it can be a program name with args.
5569 set dummy strip
; ac_word
=$2
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5571 $as_echo_n "checking for $ac_word... " >&6; }
5572 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5573 $as_echo_n "(cached) " >&6
5575 if test -n "$ac_ct_STRIP"; then
5576 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5578 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5582 test -z "$as_dir" && as_dir
=.
5583 for ac_exec_ext
in '' $ac_executable_extensions; do
5584 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5585 ac_cv_prog_ac_ct_STRIP
="strip"
5586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5595 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5596 if test -n "$ac_ct_STRIP"; then
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5598 $as_echo "$ac_ct_STRIP" >&6; }
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5601 $as_echo "no" >&6; }
5604 if test "x$ac_ct_STRIP" = x
; then
5607 case $cross_compiling:$ac_tool_warned in
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5611 ac_tool_warned
=yes ;;
5616 STRIP
="$ac_cv_prog_STRIP"
5621 if test -n "$ac_tool_prefix"; then
5622 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5623 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5625 $as_echo_n "checking for $ac_word... " >&6; }
5626 if ${ac_cv_prog_RANLIB+:} false
; then :
5627 $as_echo_n "(cached) " >&6
5629 if test -n "$RANLIB"; then
5630 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5632 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5636 test -z "$as_dir" && as_dir
=.
5637 for ac_exec_ext
in '' $ac_executable_extensions; do
5638 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5639 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5649 RANLIB
=$ac_cv_prog_RANLIB
5650 if test -n "$RANLIB"; then
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5652 $as_echo "$RANLIB" >&6; }
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5655 $as_echo "no" >&6; }
5660 if test -z "$ac_cv_prog_RANLIB"; then
5661 ac_ct_RANLIB
=$RANLIB
5662 # Extract the first word of "ranlib", so it can be a program name with args.
5663 set dummy ranlib
; ac_word
=$2
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5665 $as_echo_n "checking for $ac_word... " >&6; }
5666 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5667 $as_echo_n "(cached) " >&6
5669 if test -n "$ac_ct_RANLIB"; then
5670 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5672 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5676 test -z "$as_dir" && as_dir
=.
5677 for ac_exec_ext
in '' $ac_executable_extensions; do
5678 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5679 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5689 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5690 if test -n "$ac_ct_RANLIB"; then
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5692 $as_echo "$ac_ct_RANLIB" >&6; }
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5695 $as_echo "no" >&6; }
5698 if test "x$ac_ct_RANLIB" = x
; then
5701 case $cross_compiling:$ac_tool_warned in
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5704 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5705 ac_tool_warned
=yes ;;
5707 RANLIB
=$ac_ct_RANLIB
5710 RANLIB
="$ac_cv_prog_RANLIB"
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5714 $as_echo_n "checking whether ln -s works... " >&6; }
5716 if test "$LN_S" = "ln -s"; then
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5718 $as_echo "yes" >&6; }
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5721 $as_echo "no, using $LN_S" >&6; }
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5725 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5726 if ${ac_cv_path_GREP+:} false
; then :
5727 $as_echo_n "(cached) " >&6
5729 if test -z "$GREP"; then
5730 ac_path_GREP_found
=false
5731 # Loop through the user's path and test for each of PROGNAME-LIST
5732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5733 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5736 test -z "$as_dir" && as_dir
=.
5737 for ac_prog
in grep ggrep
; do
5738 for ac_exec_ext
in '' $ac_executable_extensions; do
5739 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5740 as_fn_executable_p
"$ac_path_GREP" ||
continue
5741 # Check for GNU ac_path_GREP and select it if it is found.
5742 # Check for GNU $ac_path_GREP
5743 case `"$ac_path_GREP" --version 2>&1` in
5745 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5748 $as_echo_n 0123456789 >"conftest.in"
5751 cat "conftest.in" "conftest.in" >"conftest.tmp"
5752 mv "conftest.tmp" "conftest.in"
5753 cp "conftest.in" "conftest.nl"
5754 $as_echo 'GREP' >> "conftest.nl"
5755 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5756 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5757 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5758 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5759 # Best one so far, save it but keep looking for a better one
5760 ac_cv_path_GREP
="$ac_path_GREP"
5761 ac_path_GREP_max
=$ac_count
5763 # 10*(2^10) chars as input seems more than enough
5764 test $ac_count -gt 10 && break
5766 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5769 $ac_path_GREP_found && break 3
5774 if test -z "$ac_cv_path_GREP"; then
5775 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5778 ac_cv_path_GREP
=$GREP
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5783 $as_echo "$ac_cv_path_GREP" >&6; }
5784 GREP
="$ac_cv_path_GREP"
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5788 $as_echo_n "checking for egrep... " >&6; }
5789 if ${ac_cv_path_EGREP+:} false
; then :
5790 $as_echo_n "(cached) " >&6
5792 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5793 then ac_cv_path_EGREP
="$GREP -E"
5795 if test -z "$EGREP"; then
5796 ac_path_EGREP_found
=false
5797 # Loop through the user's path and test for each of PROGNAME-LIST
5798 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5799 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5802 test -z "$as_dir" && as_dir
=.
5803 for ac_prog
in egrep; do
5804 for ac_exec_ext
in '' $ac_executable_extensions; do
5805 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5806 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5807 # Check for GNU ac_path_EGREP and select it if it is found.
5808 # Check for GNU $ac_path_EGREP
5809 case `"$ac_path_EGREP" --version 2>&1` in
5811 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5814 $as_echo_n 0123456789 >"conftest.in"
5817 cat "conftest.in" "conftest.in" >"conftest.tmp"
5818 mv "conftest.tmp" "conftest.in"
5819 cp "conftest.in" "conftest.nl"
5820 $as_echo 'EGREP' >> "conftest.nl"
5821 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5822 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5823 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5824 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5825 # Best one so far, save it but keep looking for a better one
5826 ac_cv_path_EGREP
="$ac_path_EGREP"
5827 ac_path_EGREP_max
=$ac_count
5829 # 10*(2^10) chars as input seems more than enough
5830 test $ac_count -gt 10 && break
5832 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5835 $ac_path_EGREP_found && break 3
5840 if test -z "$ac_cv_path_EGREP"; then
5841 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5844 ac_cv_path_EGREP
=$EGREP
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5850 $as_echo "$ac_cv_path_EGREP" >&6; }
5851 EGREP
="$ac_cv_path_EGREP"
5854 # Extract the first word of "ldconfig", so it can be a program name with args.
5855 set dummy ldconfig
; ac_word
=$2
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857 $as_echo_n "checking for $ac_word... " >&6; }
5858 if ${ac_cv_path_LDCONFIG+:} false
; then :
5859 $as_echo_n "(cached) " >&6
5863 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5866 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5867 for as_dir
in /sbin
/usr
/sbin
$PATH
5870 test -z "$as_dir" && as_dir
=.
5871 for ac_exec_ext
in '' $ac_executable_extensions; do
5872 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5873 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5881 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5885 LDCONFIG
=$ac_cv_path_LDCONFIG
5886 if test -n "$LDCONFIG"; then
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5888 $as_echo "$LDCONFIG" >&6; }
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5891 $as_echo "no" >&6; }
5895 for ac_prog
in msgfmt
5897 # Extract the first word of "$ac_prog", so it can be a program name with args.
5898 set dummy
$ac_prog; ac_word
=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900 $as_echo_n "checking for $ac_word... " >&6; }
5901 if ${ac_cv_prog_MSGFMT+:} false
; then :
5902 $as_echo_n "(cached) " >&6
5904 if test -n "$MSGFMT"; then
5905 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5907 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5911 test -z "$as_dir" && as_dir
=.
5912 for ac_exec_ext
in '' $ac_executable_extensions; do
5913 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5914 ac_cv_prog_MSGFMT
="$ac_prog"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 MSGFMT
=$ac_cv_prog_MSGFMT
5925 if test -n "$MSGFMT"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5927 $as_echo "$MSGFMT" >&6; }
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930 $as_echo "no" >&6; }
5934 test -n "$MSGFMT" && break
5936 test -n "$MSGFMT" || MSGFMT
="false"
5938 if ${ac_tool_prefix+:} false
; then :
5939 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5940 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5942 $as_echo_n "checking for $ac_word... " >&6; }
5943 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5944 $as_echo_n "(cached) " >&6
5946 if test -n "$PKG_CONFIG"; then
5947 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5949 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5953 test -z "$as_dir" && as_dir
=.
5954 for ac_exec_ext
in '' $ac_executable_extensions; do
5955 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5956 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5966 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5967 if test -n "$PKG_CONFIG"; then
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5969 $as_echo "$PKG_CONFIG" >&6; }
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5972 $as_echo "no" >&6; }
5977 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5978 if test "x$cross_compiling" = xyes
; then :
5981 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5982 # Extract the first word of "pkg-config", so it can be a program name with args.
5983 set dummy pkg-config
; ac_word
=$2
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5985 $as_echo_n "checking for $ac_word... " >&6; }
5986 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5987 $as_echo_n "(cached) " >&6
5989 if test -n "$PKG_CONFIG"; then
5990 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5992 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5996 test -z "$as_dir" && as_dir
=.
5997 for ac_exec_ext
in '' $ac_executable_extensions; do
5998 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5999 ac_cv_prog_PKG_CONFIG
="pkg-config"
6000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6009 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6010 if test -n "$PKG_CONFIG"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
6012 $as_echo "$PKG_CONFIG" >&6; }
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015 $as_echo "no" >&6; }
6021 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6024 if test "x$enable_maintainer_mode" != "xyes"
6031 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
6032 for ac_prog
in fontforge
6034 # Extract the first word of "$ac_prog", so it can be a program name with args.
6035 set dummy
$ac_prog; ac_word
=$2
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6037 $as_echo_n "checking for $ac_word... " >&6; }
6038 if ${ac_cv_prog_FONTFORGE+:} false
; then :
6039 $as_echo_n "(cached) " >&6
6041 if test -n "$FONTFORGE"; then
6042 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6048 test -z "$as_dir" && as_dir
=.
6049 for ac_exec_ext
in '' $ac_executable_extensions; do
6050 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6051 ac_cv_prog_FONTFORGE
="$ac_prog"
6052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6061 FONTFORGE
=$ac_cv_prog_FONTFORGE
6062 if test -n "$FONTFORGE"; then
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
6064 $as_echo "$FONTFORGE" >&6; }
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6067 $as_echo "no" >&6; }
6071 test -n "$FONTFORGE" && break
6073 test -n "$FONTFORGE" || FONTFORGE
="false"
6075 for ac_prog
in rsvg-convert rsvg
6077 # Extract the first word of "$ac_prog", so it can be a program name with args.
6078 set dummy
$ac_prog; ac_word
=$2
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6080 $as_echo_n "checking for $ac_word... " >&6; }
6081 if ${ac_cv_prog_RSVG+:} false
; then :
6082 $as_echo_n "(cached) " >&6
6084 if test -n "$RSVG"; then
6085 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6087 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6091 test -z "$as_dir" && as_dir
=.
6092 for ac_exec_ext
in '' $ac_executable_extensions; do
6093 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6094 ac_cv_prog_RSVG
="$ac_prog"
6095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6104 RSVG
=$ac_cv_prog_RSVG
6105 if test -n "$RSVG"; then
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
6107 $as_echo "$RSVG" >&6; }
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6110 $as_echo "no" >&6; }
6114 test -n "$RSVG" && break
6116 test -n "$RSVG" || RSVG
="false"
6118 for ac_prog
in convert
6120 # Extract the first word of "$ac_prog", so it can be a program name with args.
6121 set dummy
$ac_prog; ac_word
=$2
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6123 $as_echo_n "checking for $ac_word... " >&6; }
6124 if ${ac_cv_prog_CONVERT+:} false
; then :
6125 $as_echo_n "(cached) " >&6
6127 if test -n "$CONVERT"; then
6128 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
6130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6134 test -z "$as_dir" && as_dir
=.
6135 for ac_exec_ext
in '' $ac_executable_extensions; do
6136 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6137 ac_cv_prog_CONVERT
="$ac_prog"
6138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6147 CONVERT
=$ac_cv_prog_CONVERT
6148 if test -n "$CONVERT"; then
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
6150 $as_echo "$CONVERT" >&6; }
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6153 $as_echo "no" >&6; }
6157 test -n "$CONVERT" && break
6159 test -n "$CONVERT" || CONVERT
="false"
6161 for ac_prog
in icotool
6163 # Extract the first word of "$ac_prog", so it can be a program name with args.
6164 set dummy
$ac_prog; ac_word
=$2
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6166 $as_echo_n "checking for $ac_word... " >&6; }
6167 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6168 $as_echo_n "(cached) " >&6
6170 if test -n "$ICOTOOL"; then
6171 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6177 test -z "$as_dir" && as_dir
=.
6178 for ac_exec_ext
in '' $ac_executable_extensions; do
6179 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6180 ac_cv_prog_ICOTOOL
="$ac_prog"
6181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6190 ICOTOOL
=$ac_cv_prog_ICOTOOL
6191 if test -n "$ICOTOOL"; then
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6193 $as_echo "$ICOTOOL" >&6; }
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6196 $as_echo "no" >&6; }
6200 test -n "$ICOTOOL" && break
6202 test -n "$ICOTOOL" || ICOTOOL
="false"
6204 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6205 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6207 if test "$CONVERT" = false
6209 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6212 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6213 convert_version
=`convert --version | head -n1`
6214 if test "x$convert_version" != "x"
6216 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6217 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6218 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6223 if test "$CONVERT" = false
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6226 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6227 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6230 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6234 if test "$ICOTOOL" = false
6236 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6239 $as_echo_n "checking for recent enough icotool... " >&6; }
6240 icotool_version
=`icotool --version | head -n1`
6241 if test "x$icotool_version" != "x"
6243 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6244 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6245 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6248 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6251 if test "$ICOTOOL" = false
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6254 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6255 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6258 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6264 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6267 test "x$with_gettext" != xno || MSGFMT
=false
6268 if test "$MSGFMT" != "false"
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6271 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6272 cat >conftest.po
<<EOF
6278 if $MSGFMT -o /dev
/null conftest.po
2>&5
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6281 $as_echo "yes" >&6; }
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284 $as_echo "no" >&6; }
6288 if test "$MSGFMT" = false
; then :
6289 case "x$with_gettext" in
6290 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6292 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6293 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6295 enable_po
=${enable_po:-no}
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6300 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6301 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6302 $as_echo_n "(cached) " >&6
6304 ac_check_lib_save_LIBS
=$LIBS
6306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6307 /* end confdefs.h. */
6309 /* Override any GCC internal prototype to avoid an error.
6310 Use char because int might match the return type of a GCC
6311 builtin and then its argument prototype would still apply. */
6315 char i386_set_ldt ();
6319 return i386_set_ldt ();
6324 if ac_fn_c_try_link
"$LINENO"; then :
6325 ac_cv_lib_i386_i386_set_ldt
=yes
6327 ac_cv_lib_i386_i386_set_ldt
=no
6329 rm -f core conftest.err conftest.
$ac_objext \
6330 conftest
$ac_exeext conftest.
$ac_ext
6331 LIBS
=$ac_check_lib_save_LIBS
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6334 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6335 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6336 cat >>confdefs.h
<<_ACEOF
6337 #define HAVE_LIBI386 1
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6345 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6346 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6347 $as_echo_n "(cached) " >&6
6349 ac_check_lib_save_LIBS
=$LIBS
6350 LIBS
="-lossaudio $LIBS"
6351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6352 /* end confdefs.h. */
6354 /* Override any GCC internal prototype to avoid an error.
6355 Use char because int might match the return type of a GCC
6356 builtin and then its argument prototype would still apply. */
6364 return _oss_ioctl ();
6369 if ac_fn_c_try_link
"$LINENO"; then :
6370 ac_cv_lib_ossaudio__oss_ioctl
=yes
6372 ac_cv_lib_ossaudio__oss_ioctl
=no
6374 rm -f core conftest.err conftest.
$ac_objext \
6375 conftest
$ac_exeext conftest.
$ac_ext
6376 LIBS
=$ac_check_lib_save_LIBS
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6379 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6380 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6381 cat >>confdefs.h
<<_ACEOF
6382 #define HAVE_LIBOSSAUDIO 1
6385 LIBS
="-lossaudio $LIBS"
6394 # Check whether --enable-largefile was given.
6395 if test "${enable_largefile+set}" = set; then :
6396 enableval
=$enable_largefile;
6399 if test "$enable_largefile" != no
; then
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6402 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6403 if ${ac_cv_sys_largefile_CC+:} false
; then :
6404 $as_echo_n "(cached) " >&6
6406 ac_cv_sys_largefile_CC
=no
6407 if test "$GCC" != yes; then
6410 # IRIX 6.2 and later do not support large files by default,
6411 # so use the C compiler's -n32 option if that helps.
6412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6413 /* end confdefs.h. */
6414 #include <sys/types.h>
6415 /* Check that off_t can represent 2**63 - 1 correctly.
6416 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6417 since some C++ compilers masquerading as C compilers
6418 incorrectly reject 9223372036854775807. */
6419 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6420 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6421 && LARGE_OFF_T % 2147483647 == 1)
6431 if ac_fn_c_try_compile
"$LINENO"; then :
6434 rm -f core conftest.err conftest.
$ac_objext
6436 if ac_fn_c_try_compile
"$LINENO"; then :
6437 ac_cv_sys_largefile_CC
=' -n32'; break
6439 rm -f core conftest.err conftest.
$ac_objext
6443 rm -f conftest.
$ac_ext
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6447 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6448 if test "$ac_cv_sys_largefile_CC" != no
; then
6449 CC
=$CC$ac_cv_sys_largefile_CC
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6453 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6454 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6455 $as_echo_n "(cached) " >&6
6458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6459 /* end confdefs.h. */
6460 #include <sys/types.h>
6461 /* Check that off_t can represent 2**63 - 1 correctly.
6462 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6463 since some C++ compilers masquerading as C compilers
6464 incorrectly reject 9223372036854775807. */
6465 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6466 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6467 && LARGE_OFF_T % 2147483647 == 1)
6477 if ac_fn_c_try_compile
"$LINENO"; then :
6478 ac_cv_sys_file_offset_bits
=no
; break
6480 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6481 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6482 /* end confdefs.h. */
6483 #define _FILE_OFFSET_BITS 64
6484 #include <sys/types.h>
6485 /* Check that off_t can represent 2**63 - 1 correctly.
6486 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6487 since some C++ compilers masquerading as C compilers
6488 incorrectly reject 9223372036854775807. */
6489 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6490 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6491 && LARGE_OFF_T % 2147483647 == 1)
6501 if ac_fn_c_try_compile
"$LINENO"; then :
6502 ac_cv_sys_file_offset_bits
=64; break
6504 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6505 ac_cv_sys_file_offset_bits
=unknown
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6510 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6511 case $ac_cv_sys_file_offset_bits in #(
6514 cat >>confdefs.h
<<_ACEOF
6515 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6520 if test $ac_cv_sys_file_offset_bits = unknown
; then
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6522 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6523 if ${ac_cv_sys_large_files+:} false
; then :
6524 $as_echo_n "(cached) " >&6
6527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6528 /* end confdefs.h. */
6529 #include <sys/types.h>
6530 /* Check that off_t can represent 2**63 - 1 correctly.
6531 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6532 since some C++ compilers masquerading as C compilers
6533 incorrectly reject 9223372036854775807. */
6534 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6535 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6536 && LARGE_OFF_T % 2147483647 == 1)
6546 if ac_fn_c_try_compile
"$LINENO"; then :
6547 ac_cv_sys_large_files
=no
; break
6549 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6551 /* end confdefs.h. */
6552 #define _LARGE_FILES 1
6553 #include <sys/types.h>
6554 /* Check that off_t can represent 2**63 - 1 correctly.
6555 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6556 since some C++ compilers masquerading as C compilers
6557 incorrectly reject 9223372036854775807. */
6558 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6559 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6560 && LARGE_OFF_T % 2147483647 == 1)
6570 if ac_fn_c_try_compile
"$LINENO"; then :
6571 ac_cv_sys_large_files
=1; break
6573 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6574 ac_cv_sys_large_files
=unknown
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6579 $as_echo "$ac_cv_sys_large_files" >&6; }
6580 case $ac_cv_sys_large_files in #(
6583 cat >>confdefs.h
<<_ACEOF
6584 #define _LARGE_FILES $ac_cv_sys_large_files
6596 ac_cpp
='$CPP $CPPFLAGS'
6597 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6598 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6599 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6601 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6602 # On Suns, sometimes $CPP names a directory.
6603 if test -n "$CPP" && test -d "$CPP"; then
6606 if test -z "$CPP"; then
6607 if ${ac_cv_prog_CPP+:} false
; then :
6608 $as_echo_n "(cached) " >&6
6610 # Double quotes because CPP needs to be expanded
6611 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6614 for ac_c_preproc_warn_flag
in '' yes
6616 # Use a header file that comes with gcc, so configuring glibc
6617 # with a fresh cross-compiler works.
6618 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6619 # <limits.h> exists even on freestanding compilers.
6620 # On the NeXT, cc -E runs the code through the compiler's parser,
6621 # not just through cpp. "Syntax error" is here to catch this case.
6622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6623 /* end confdefs.h. */
6625 # include <limits.h>
6627 # include <assert.h>
6631 if ac_fn_c_try_cpp
"$LINENO"; then :
6634 # Broken: fails on valid input.
6637 rm -f conftest.err conftest.i conftest.
$ac_ext
6639 # OK, works on sane cases. Now check whether nonexistent headers
6640 # can be detected and how.
6641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6642 /* end confdefs.h. */
6643 #include <ac_nonexistent.h>
6645 if ac_fn_c_try_cpp
"$LINENO"; then :
6646 # Broken: success on invalid input.
6649 # Passes both tests.
6653 rm -f conftest.err conftest.i conftest.
$ac_ext
6656 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6657 rm -f conftest.i conftest.err conftest.
$ac_ext
6658 if $ac_preproc_ok; then :
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6671 $as_echo "$CPP" >&6; }
6673 for ac_c_preproc_warn_flag
in '' yes
6675 # Use a header file that comes with gcc, so configuring glibc
6676 # with a fresh cross-compiler works.
6677 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6678 # <limits.h> exists even on freestanding compilers.
6679 # On the NeXT, cc -E runs the code through the compiler's parser,
6680 # not just through cpp. "Syntax error" is here to catch this case.
6681 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6682 /* end confdefs.h. */
6684 # include <limits.h>
6686 # include <assert.h>
6690 if ac_fn_c_try_cpp
"$LINENO"; then :
6693 # Broken: fails on valid input.
6696 rm -f conftest.err conftest.i conftest.
$ac_ext
6698 # OK, works on sane cases. Now check whether nonexistent headers
6699 # can be detected and how.
6700 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6701 /* end confdefs.h. */
6702 #include <ac_nonexistent.h>
6704 if ac_fn_c_try_cpp
"$LINENO"; then :
6705 # Broken: success on invalid input.
6708 # Passes both tests.
6712 rm -f conftest.err conftest.i conftest.
$ac_ext
6715 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6716 rm -f conftest.i conftest.err conftest.
$ac_ext
6717 if $ac_preproc_ok; then :
6720 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6721 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6722 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6723 See \`config.log' for more details" "$LINENO" 5; }
6727 ac_cpp
='$CPP $CPPFLAGS'
6728 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6729 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6730 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6734 $as_echo_n "checking for ANSI C header files... " >&6; }
6735 if ${ac_cv_header_stdc+:} false
; then :
6736 $as_echo_n "(cached) " >&6
6738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6739 /* end confdefs.h. */
6753 if ac_fn_c_try_compile
"$LINENO"; then :
6754 ac_cv_header_stdc
=yes
6756 ac_cv_header_stdc
=no
6758 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6760 if test $ac_cv_header_stdc = yes; then
6761 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6763 /* end confdefs.h. */
6767 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6768 $EGREP "memchr" >/dev
/null
2>&1; then :
6771 ac_cv_header_stdc
=no
6777 if test $ac_cv_header_stdc = yes; then
6778 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6780 /* end confdefs.h. */
6784 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6785 $EGREP "free" >/dev
/null
2>&1; then :
6788 ac_cv_header_stdc
=no
6794 if test $ac_cv_header_stdc = yes; then
6795 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6796 if test "$cross_compiling" = yes; then :
6799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6800 /* end confdefs.h. */
6803 #if ((' ' & 0x0FF) == 0x020)
6804 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6805 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6807 # define ISLOWER(c) \
6808 (('a' <= (c) && (c) <= 'i') \
6809 || ('j' <= (c) && (c) <= 'r') \
6810 || ('s' <= (c) && (c) <= 'z'))
6811 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6814 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6819 for (i = 0; i < 256; i++)
6820 if (XOR (islower (i), ISLOWER (i))
6821 || toupper (i) != TOUPPER (i))
6826 if ac_fn_c_try_run
"$LINENO"; then :
6829 ac_cv_header_stdc
=no
6831 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6832 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6838 $as_echo "$ac_cv_header_stdc" >&6; }
6839 if test $ac_cv_header_stdc = yes; then
6841 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6845 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6846 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6847 inttypes.h stdint.h unistd.h
6849 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6850 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6852 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6853 cat >>confdefs.h
<<_ACEOF
6854 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6864 ApplicationServices
/ApplicationServices.h \
6865 AudioToolbox
/AudioConverter.h \
6866 AudioUnit
/AudioUnit.h \
6867 AudioUnit
/AudioComponent.h \
6870 CommonCrypto
/CommonDigest.h \
6871 CoreAudio
/CoreAudio.h \
6872 CoreServices
/CoreServices.h \
6873 DiskArbitration
/DiskArbitration.h \
6876 IOKit
/hid
/IOHIDLib.h \
6879 QuickTime
/ImageCompression.h \
6880 Security
/Security.h \
6930 netinet
/in_systm.h \
6995 valgrind
/memcheck.h \
6996 valgrind
/valgrind.h \
7000 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7001 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7002 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7003 cat >>confdefs.h
<<_ACEOF
7004 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
7012 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
7013 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
7014 $as_echo_n "(cached) " >&6
7016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7017 /* end confdefs.h. */
7018 #include <sys/types.h>
7022 return makedev(0, 0);
7027 if ac_fn_c_try_link
"$LINENO"; then :
7028 ac_cv_header_sys_types_h_makedev
=yes
7030 ac_cv_header_sys_types_h_makedev
=no
7032 rm -f core conftest.err conftest.
$ac_objext \
7033 conftest
$ac_exeext conftest.
$ac_ext
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
7037 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
7039 if test $ac_cv_header_sys_types_h_makedev = no
; then
7040 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
7041 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
7043 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
7049 if test $ac_cv_header_sys_mkdev_h = no
; then
7050 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
7051 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
7053 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
7062 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7063 if ${ac_cv_header_stat_broken+:} false
; then :
7064 $as_echo_n "(cached) " >&6
7066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7067 /* end confdefs.h. */
7068 #include <sys/types.h>
7069 #include <sys/stat.h>
7071 #if defined S_ISBLK && defined S_IFDIR
7072 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7075 #if defined S_ISBLK && defined S_IFCHR
7076 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7079 #if defined S_ISLNK && defined S_IFREG
7080 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7083 #if defined S_ISSOCK && defined S_IFREG
7084 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7088 if ac_fn_c_try_compile
"$LINENO"; then :
7089 ac_cv_header_stat_broken
=no
7091 ac_cv_header_stat_broken
=yes
7093 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
7096 $as_echo "$ac_cv_header_stat_broken" >&6; }
7097 if test $ac_cv_header_stat_broken = yes; then
7099 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
7105 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
7107 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7108 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7109 #ifdef HAVE_SYS_PARAM_H
7110 # include <sys/param.h>
7113 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7114 cat >>confdefs.h
<<_ACEOF
7115 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7130 netinet
/if_ether.h \
7131 netinet
/if_inarp.h \
7140 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7141 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7142 #ifdef HAVE_SYS_SOCKET_H
7143 # include <sys/socket.h>
7145 #ifdef HAVE_SYS_SOCKETVAR_H
7146 # include <sys/socketvar.h>
7148 #ifdef HAVE_NET_ROUTE_H
7149 # include <net/route.h>
7151 #ifdef HAVE_NETINET_IN_H
7152 # include <netinet/in.h>
7154 #ifdef HAVE_NETINET_IN_SYSTM_H
7155 # include <netinet/in_systm.h>
7157 #ifdef HAVE_NET_IF_H
7158 # include <net/if.h>
7160 #ifdef HAVE_NETINET_IP_H
7161 # include <netinet/ip.h>
7164 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7165 cat >>confdefs.h
<<_ACEOF
7166 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7174 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7176 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7177 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7181 #ifdef HAVE_SYS_SOCKET_H
7182 # include <sys/socket.h>
7184 #ifdef HAVE_SYS_SOCKETVAR_H
7185 # include <sys/socketvar.h>
7187 #ifdef HAVE_SYS_TIMEOUT_H
7188 # include <sys/timeout.h>
7190 #ifdef HAVE_NETINET_IN_H
7191 # include <netinet/in.h>
7193 #ifdef HAVE_NETINET_IN_SYSTM_H
7194 # include <netinet/in_systm.h>
7196 #ifdef HAVE_NETINET_IP_H
7197 # include <netinet/ip.h>
7199 #ifdef HAVE_NETINET_IP_VAR_H
7200 # include <netinet/ip_var.h>
7202 #ifdef HAVE_NETINET_IP_ICMP_H
7203 # include <netinet/ip_icmp.h>
7205 #ifdef HAVE_NETINET_UDP_H
7206 # include <netinet/udp.h>
7208 #ifdef HAVE_NETINET_TCP_H
7209 # include <netinet/tcp.h>
7211 #ifdef HAVE_NETINET_TCP_TIMER_H
7212 #include <netinet/tcp_timer.h>
7215 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7216 cat >>confdefs.h
<<_ACEOF
7217 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7225 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7227 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7228 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7229 #ifdef HAVE_ASM_TYPES_H
7230 # include <asm/types.h>
7232 #ifdef HAVE_SYS_SOCKET_H
7233 # include <sys/socket.h>
7235 #ifdef HAVE_LINUX_TYPES_H
7236 # include <linux/types.h>
7239 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7240 cat >>confdefs.h
<<_ACEOF
7241 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7249 for ac_header
in mach-o
/dyld_images.h
7251 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7252 # include <stdbool.h>
7254 #ifdef HAVE_STDINT_H
7255 # include <stdint.h>
7258 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7259 cat >>confdefs.h
<<_ACEOF
7260 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7268 for ac_header
in resolv.h
7270 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7271 #ifdef HAVE_SYS_SOCKET_H
7272 # include <sys/socket.h>
7274 #ifdef HAVE_NETINET_IN_H
7275 # include <netinet/in.h>
7277 #ifdef HAVE_ARPA_NAMESER_H
7278 # include <arpa/nameser.h>
7281 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7282 cat >>confdefs.h
<<_ACEOF
7283 #define HAVE_RESOLV_H 1
7291 for ac_header
in ifaddrs.h
7293 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7295 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7296 cat >>confdefs.h
<<_ACEOF
7297 #define HAVE_IFADDRS_H 1
7305 for ac_header
in sys
/ucontext.h
7307 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7309 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7310 cat >>confdefs.h
<<_ACEOF
7311 #define HAVE_SYS_UCONTEXT_H 1
7319 for ac_header
in sys
/thr.h
7321 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7322 #ifdef HAVE_SYS_UCONTEXT_H
7323 #include <sys/ucontext.h>
7326 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7327 cat >>confdefs.h
<<_ACEOF
7328 #define HAVE_SYS_THR_H 1
7336 for ac_header
in pthread_np.h
7338 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7339 #include <pthread.h>
7342 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7343 cat >>confdefs.h
<<_ACEOF
7344 #define HAVE_PTHREAD_NP_H 1
7352 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7354 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7355 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7356 #include <sys/time.h>
7358 #include <sys/types.h>
7359 #ifdef HAVE_ASM_TYPES_H
7360 #include <asm/types.h>
7363 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7364 cat >>confdefs.h
<<_ACEOF
7365 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7373 for ac_header
in libprocstat.h
7375 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7376 #include <sys/param.h>
7378 #ifdef HAVE_SYS_QUEUE_H
7379 #include <sys/queue.h>
7381 #ifdef HAVE_SYS_SOCKET_H
7382 #include <sys/socket.h>
7385 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7386 cat >>confdefs.h
<<_ACEOF
7387 #define HAVE_LIBPROCSTAT_H 1
7396 dlldir
="\${libdir}/wine"
7398 DLLFLAGS
="-D_REENTRANT"
7406 WINELOADER_LDFLAGS
=""
7411 # Extract the first word of "ldd", so it can be a program name with args.
7412 set dummy ldd
; ac_word
=$2
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7414 $as_echo_n "checking for $ac_word... " >&6; }
7415 if ${ac_cv_path_LDD+:} false
; then :
7416 $as_echo_n "(cached) " >&6
7420 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7423 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7424 as_dummy
="/sbin:/usr/sbin:$PATH"
7425 for as_dir
in $as_dummy
7428 test -z "$as_dir" && as_dir
=.
7429 for ac_exec_ext
in '' $ac_executable_extensions; do
7430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7431 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7439 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7444 if test -n "$LDD"; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7446 $as_echo "$LDD" >&6; }
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7449 $as_echo "no" >&6; }
7453 if test -n "$ac_tool_prefix"; then
7454 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7455 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7457 $as_echo_n "checking for $ac_word... " >&6; }
7458 if ${ac_cv_prog_OTOOL+:} false
; then :
7459 $as_echo_n "(cached) " >&6
7461 if test -n "$OTOOL"; then
7462 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7468 test -z "$as_dir" && as_dir
=.
7469 for ac_exec_ext
in '' $ac_executable_extensions; do
7470 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7471 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7481 OTOOL
=$ac_cv_prog_OTOOL
7482 if test -n "$OTOOL"; then
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7484 $as_echo "$OTOOL" >&6; }
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7487 $as_echo "no" >&6; }
7492 if test -z "$ac_cv_prog_OTOOL"; then
7494 # Extract the first word of "otool", so it can be a program name with args.
7495 set dummy otool
; ac_word
=$2
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7497 $as_echo_n "checking for $ac_word... " >&6; }
7498 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7499 $as_echo_n "(cached) " >&6
7501 if test -n "$ac_ct_OTOOL"; then
7502 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7508 test -z "$as_dir" && as_dir
=.
7509 for ac_exec_ext
in '' $ac_executable_extensions; do
7510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7511 ac_cv_prog_ac_ct_OTOOL
="otool"
7512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7521 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7522 if test -n "$ac_ct_OTOOL"; then
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7524 $as_echo "$ac_ct_OTOOL" >&6; }
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7527 $as_echo "no" >&6; }
7530 if test "x$ac_ct_OTOOL" = x
; then
7533 case $cross_compiling:$ac_tool_warned in
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7536 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7537 ac_tool_warned
=yes ;;
7542 OTOOL
="$ac_cv_prog_OTOOL"
7545 if test -n "$ac_tool_prefix"; then
7546 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7547 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7549 $as_echo_n "checking for $ac_word... " >&6; }
7550 if ${ac_cv_prog_READELF+:} false
; then :
7551 $as_echo_n "(cached) " >&6
7553 if test -n "$READELF"; then
7554 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7560 test -z "$as_dir" && as_dir
=.
7561 for ac_exec_ext
in '' $ac_executable_extensions; do
7562 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7563 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7573 READELF
=$ac_cv_prog_READELF
7574 if test -n "$READELF"; then
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7576 $as_echo "$READELF" >&6; }
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7579 $as_echo "no" >&6; }
7584 if test -z "$ac_cv_prog_READELF"; then
7585 ac_ct_READELF
=$READELF
7586 # Extract the first word of "readelf", so it can be a program name with args.
7587 set dummy readelf
; ac_word
=$2
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7589 $as_echo_n "checking for $ac_word... " >&6; }
7590 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7591 $as_echo_n "(cached) " >&6
7593 if test -n "$ac_ct_READELF"; then
7594 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7596 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7600 test -z "$as_dir" && as_dir
=.
7601 for ac_exec_ext
in '' $ac_executable_extensions; do
7602 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7603 ac_cv_prog_ac_ct_READELF
="readelf"
7604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7613 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7614 if test -n "$ac_ct_READELF"; then
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7616 $as_echo "$ac_ct_READELF" >&6; }
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7619 $as_echo "no" >&6; }
7622 if test "x$ac_ct_READELF" = x
; then
7625 case $cross_compiling:$ac_tool_warned in
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7629 ac_tool_warned
=yes ;;
7631 READELF
=$ac_ct_READELF
7634 READELF
="$ac_cv_prog_READELF"
7637 wine_rules_file
=conf$
$rules.
make
7638 rm -f $wine_rules_file
7643 CONFIGURE_TARGETS
=""
7645 ALL_TEST_RESOURCES
=""
7648 wine_fn_append_file
()
7650 as_fn_append
$1 " \\$as_nl $2"
7653 wine_fn_append_rule
()
7655 $as_echo "$1" >>$wine_rules_file
7660 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7663 wine_fn_all_rules
()
7665 wine_fn_append_file SUBDIRS
$ac_dir
7666 wine_fn_append_rule \
7670 @cd $ac_dir && \$(MAKE)"
7673 wine_fn_install_rules
()
7675 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7677 wine_fn_append_rule \
7678 ".PHONY: $ac_dir/install $ac_dir/uninstall
7679 $ac_dir/install:: $ac_dir
7680 @cd $ac_dir && \$(MAKE) install
7682 @cd $ac_dir && \$(MAKE) uninstall
7683 install:: $ac_dir/install
7684 __uninstall__: $ac_dir/uninstall"
7686 if wine_fn_has_flag install-lib
7688 wine_fn_append_rule \
7689 ".PHONY: $ac_dir/install-lib
7690 $ac_dir/install-lib:: $ac_dir
7691 @cd $ac_dir && \$(MAKE) install-lib
7692 install-lib:: $ac_dir/install-lib"
7695 if wine_fn_has_flag install-dev
7697 wine_fn_append_rule \
7698 ".PHONY: $ac_dir/install-dev
7699 $ac_dir/install-dev:: $ac_dir
7700 @cd $ac_dir && \$(MAKE) install-dev
7701 install-dev:: $ac_dir/install-dev"
7705 wine_fn_clean_rules
()
7709 if wine_fn_has_flag clean
7711 wine_fn_append_rule \
7712 "$ac_dir/clean: dummy
7713 @cd $ac_dir && \$(MAKE) clean"
7715 wine_fn_append_rule \
7716 "$ac_dir/clean: dummy
7717 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7719 wine_fn_append_rule \
7720 "__clean__: $ac_dir/clean
7721 .PHONY: $ac_dir/clean"
7724 wine_fn_disabled_rules
()
7728 wine_fn_append_file SUBDIRS
$ac_dir
7729 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7730 wine_fn_append_rule \
7731 "__clean__: $ac_dir/clean
7732 .PHONY: $ac_dir/clean
7733 $ac_dir/clean: dummy
7734 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7737 wine_fn_config_makefile
()
7744 fonts|server
) test -z "$with_wine64" ||
return ;;
7746 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7747 wine_fn_disabled_rules
; return
7750 wine_fn_install_rules
7754 wine_fn_config_lib
()
7758 ac_dir
=dlls
/$ac_name
7761 if test "x$enable_tools" = xno
; then :
7764 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7769 wine_fn_append_rule \
7770 ".PHONY: $ac_dir/install $ac_dir/uninstall
7771 $ac_dir/install:: $ac_dir
7772 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7774 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7775 install install-dev:: $ac_dir/install
7776 __uninstall__: $ac_dir/uninstall
7777 __builddeps__: $ac_dir
7781 wine_fn_config_dll
()
7784 ac_dir
=dlls
/$ac_name
7787 ac_implib
=${4:-$ac_name}
7788 ac_file
=$ac_dir/lib
$ac_implib
7793 if test "x$enable_tools" = xno
; then :
7796 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7799 *.
*16) ac_implibflags
=" -m16" ;;
7801 *) ac_dll
=$ac_dll.dll
;;
7805 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7806 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7808 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7809 if test "$ac_enable" != enable_win16
7811 wine_fn_clean_rules
$ac_clean
7812 wine_fn_append_file SUBDIRS
$ac_dir
7813 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7815 wine_fn_disabled_rules
$ac_clean
7820 wine_fn_clean_rules
$ac_clean
7821 wine_fn_append_rule \
7822 "$ac_dir: __builddeps__
7823 manpages htmlpages sgmlpages xmlpages::
7824 @cd $ac_dir && \$(MAKE) \$@
7825 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7826 install install-lib:: $ac_dir/install-lib
7827 __uninstall__: $ac_dir/uninstall"
7828 if test -n "$DLLEXT"
7830 wine_fn_append_rule \
7831 "$ac_dir/install-lib:: $ac_dir
7832 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7833 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7835 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7837 wine_fn_append_rule \
7838 "$ac_dir/install-lib:: $ac_dir
7839 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7841 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7845 if wine_fn_has_flag staticimplib
7847 wine_fn_append_rule \
7848 "__builddeps__: $ac_file.a
7849 $ac_file.a $ac_file.cross.a: $ac_deps
7851 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7852 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7853 $ac_dir/install-dev:: $ac_file.a
7854 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7856 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7857 install install-dev:: $ac_dir/install-dev
7858 __uninstall__: $ac_dir/uninstall"
7860 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7862 wine_fn_append_rule \
7863 "__builddeps__: $ac_file.cross.a
7864 $ac_file.cross.a: dummy
7865 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7868 elif wine_fn_has_flag implib
7870 wine_fn_append_rule \
7871 "__builddeps__: $ac_file.$IMPLIBEXT
7872 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7873 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7874 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7875 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7876 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7877 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7878 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7880 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7881 install install-dev:: $ac_dir/install-dev
7882 __uninstall__: $ac_dir/uninstall"
7883 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7885 wine_fn_append_rule \
7886 "__builddeps__: $ac_file.cross.a
7887 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7888 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7893 wine_fn_config_program
()
7896 ac_dir
=programs
/$ac_name
7903 *) ac_program
=$ac_program.exe
;;
7907 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7908 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7910 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7911 wine_fn_disabled_rules
$ac_clean; return
7915 wine_fn_clean_rules
$ac_clean
7916 wine_fn_append_rule
"$ac_dir: __builddeps__"
7918 wine_fn_has_flag
install ||
return
7919 wine_fn_append_rule \
7920 ".PHONY: $ac_dir/install $ac_dir/uninstall
7921 install install-lib:: $ac_dir/install
7922 __uninstall__: $ac_dir/uninstall"
7924 if test -n "$DLLEXT"
7926 wine_fn_append_rule \
7927 "$ac_dir/install:: $ac_dir
7928 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7929 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7931 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7933 if test -z "$with_wine64" && wine_fn_has_flag installbin
7935 wine_fn_append_rule \
7936 "$ac_dir/install:: __tooldeps__
7937 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7939 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7942 wine_fn_append_rule \
7943 "$ac_dir/install:: $ac_dir
7944 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7946 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7949 if test -z "$with_wine64" && wine_fn_has_flag manpage
7951 wine_fn_append_rule \
7952 "$ac_dir/install:: $ac_dir
7953 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7955 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7959 wine_fn_config_test
()
7966 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7967 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7969 if test "x$enable_tests" = xno
; then :
7970 wine_fn_disabled_rules
$ac_clean; return
7973 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7975 wine_fn_clean_rules
$ac_clean
7977 wine_fn_append_rule \
7978 "$ac_dir: __builddeps__
7979 programs/winetest: $ac_dir
7980 check test: $ac_dir/test
7981 .PHONY: $ac_dir/test
7983 @cd $ac_dir && \$(MAKE) test
7985 \$(RM) $ac_dir/*.ok"
7987 if test -n "$CROSSTARGET"
7989 wine_fn_append_rule \
7990 "crosstest: $ac_dir/crosstest
7991 .PHONY: $ac_dir/crosstest
7992 $ac_dir/crosstest: __builddeps__ dummy
7993 @cd $ac_dir && \$(MAKE) crosstest"
7997 wine_fn_config_tool
()
8001 if test "x$enable_tools" = xno
; then :
8002 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
8006 wine_fn_install_rules
8009 wine_fn_append_rule
"__tooldeps__: $ac_dir"
8010 wine_fn_append_rule
"$ac_dir: libs/port"
8012 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
8016 wine_fn_config_symlink
()
8019 if test "x$1" = "x-d"
8025 wine_fn_append_rule \
8027 @./config.status \$@"
8028 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
8029 test -n "$ac_linkdir" ||
return
8030 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
8034 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
8035 WINELOADER_PROGRAMS
="$wine_binary"
8037 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
8041 if test -n "$ac_tool_prefix"; then
8042 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8043 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8045 $as_echo_n "checking for $ac_word... " >&6; }
8046 if ${ac_cv_prog_DLLTOOL+:} false
; then :
8047 $as_echo_n "(cached) " >&6
8049 if test -n "$DLLTOOL"; then
8050 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8056 test -z "$as_dir" && as_dir
=.
8057 for ac_exec_ext
in '' $ac_executable_extensions; do
8058 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8059 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8069 DLLTOOL
=$ac_cv_prog_DLLTOOL
8070 if test -n "$DLLTOOL"; then
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8072 $as_echo "$DLLTOOL" >&6; }
8074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8075 $as_echo "no" >&6; }
8080 if test -z "$ac_cv_prog_DLLTOOL"; then
8081 ac_ct_DLLTOOL
=$DLLTOOL
8082 # Extract the first word of "dlltool", so it can be a program name with args.
8083 set dummy dlltool
; ac_word
=$2
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8085 $as_echo_n "checking for $ac_word... " >&6; }
8086 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
8087 $as_echo_n "(cached) " >&6
8089 if test -n "$ac_ct_DLLTOOL"; then
8090 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8092 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8096 test -z "$as_dir" && as_dir
=.
8097 for ac_exec_ext
in '' $ac_executable_extensions; do
8098 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8099 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8109 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8110 if test -n "$ac_ct_DLLTOOL"; then
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
8112 $as_echo "$ac_ct_DLLTOOL" >&6; }
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8115 $as_echo "no" >&6; }
8118 if test "x$ac_ct_DLLTOOL" = x
; then
8121 case $cross_compiling:$ac_tool_warned in
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8124 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8125 ac_tool_warned
=yes ;;
8127 DLLTOOL
=$ac_ct_DLLTOOL
8130 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8136 enable_iphlpapi
=${enable_iphlpapi:-no}
8137 enable_kernel32
=${enable_kernel32:-no}
8138 enable_msvcrt
=${enable_msvcrt:-no}
8139 enable_ntdll
=${enable_ntdll:-no}
8140 enable_ws2_32
=${enable_ws2_32:-no}
8141 enable_loader
=${enable_loader:-no}
8142 enable_server
=${enable_server:-no}
8143 with_x
=${with_x:-no}
8144 with_pthread
=${with_pthread:-no}
8150 SOCKET_LIBS
="-lws2_32"
8154 LIBWINE_SHAREDLIB
="libwine.dll"
8156 LIBWINE_IMPORTLIB
="libwine.a"
8158 LIBWINE_INSTALL_LIB
="libwine.dll"
8160 LIBWINE_INSTALL_DEV
="libwine.a"
8162 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8164 LIBWINE_DEPENDS
="wine.def"
8169 for ac_header
in libunwind.h
8171 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8172 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8173 cat >>confdefs.h
<<_ACEOF
8174 #define HAVE_LIBUNWIND_H 1
8182 DLLFLAGS
="$DLLFLAGS -fPIC"
8183 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8184 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8185 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8187 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8189 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8191 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8193 CORESERVICES_LIBS
="-framework CoreServices"
8195 APPKIT_LIBS
="-framework AppKit"
8197 WINELOADER_LDFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8199 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8200 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8201 $as_echo_n "(cached) " >&6
8203 ac_wine_try_cflags_saved
=$CFLAGS
8204 CFLAGS
="$CFLAGS -Wl,-no_pie"
8205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8206 /* end confdefs.h. */
8207 int main(int argc, char **argv) { return 0; }
8209 if ac_fn_c_try_link
"$LINENO"; then :
8210 ac_cv_cflags__Wl__no_pie
=yes
8212 ac_cv_cflags__Wl__no_pie
=no
8214 rm -f core conftest.err conftest.
$ac_objext \
8215 conftest
$ac_exeext conftest.
$ac_ext
8216 CFLAGS
=$ac_wine_try_cflags_saved
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8219 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8220 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8221 WINELOADER_LDFLAGS
="-Wl,-no_pie $WINELOADER_LDFLAGS"
8223 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8225 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8228 if test "$ac_cv_header_Security_Security_h" = "yes"
8230 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8232 ac_save_LIBS
="$LIBS"
8233 LIBS
="$LIBS $SECURITY_LIBS"
8234 for ac_func
in SSLCopyPeerCertificates
8236 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8237 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8238 cat >>confdefs.h
<<_ACEOF
8239 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8245 LIBS
="$ac_save_LIBS"
8246 with_gnutls
=${with_gnutls:-no}
8248 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8250 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8252 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8255 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8258 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8259 ac_save_LIBS
="$LIBS"
8260 LIBS
="$LIBS $COREAUDIO_LIBS"
8261 for ac_func
in AUGraphAddNode
8263 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8264 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8265 cat >>confdefs.h
<<_ACEOF
8266 #define HAVE_AUGRAPHADDNODE 1
8272 LIBS
="$ac_save_LIBS"
8274 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8276 OPENAL_LIBS
="-framework OpenAL"
8279 cat >>confdefs.h
<<_ACEOF
8280 #define HAVE_OPENAL 1
8283 ac_cv_lib_openal
=yes
8285 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8287 OPENCL_LIBS
="-framework OpenCL"
8289 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8291 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8293 ac_save_LIBS
="$LIBS"
8294 LIBS
="$LIBS $IOKIT_LIBS"
8295 for ac_func
in IOHIDManagerCreate
8297 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8298 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8299 cat >>confdefs.h
<<_ACEOF
8300 #define HAVE_IOHIDMANAGERCREATE 1
8306 LIBS
="$ac_save_LIBS"
8308 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8310 ac_save_LIBS
="$LIBS"
8311 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8313 $as_echo_n "checking for the QuickTime framework... " >&6; }
8314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8315 /* end confdefs.h. */
8316 #include <QuickTime/ImageCompression.h>
8320 CodecManagerVersion(NULL);
8325 if ac_fn_c_try_link
"$LINENO"; then :
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8327 $as_echo "yes" >&6; }
8328 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8330 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8333 $as_echo "no" >&6; }
8334 ac_cv_header_QuickTime_ImageCompression_h
=no
8336 rm -f core conftest.err conftest.
$ac_objext \
8337 conftest
$ac_exeext conftest.
$ac_ext
8338 LIBS
="$ac_save_LIBS"
8340 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8342 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8344 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8346 CARBON_LIBS
="-framework Carbon"
8350 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8352 ac_save_LIBS
="$LIBS"
8353 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8354 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8355 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8356 enable_winemac_drv
=${enable_winemac_drv:-yes}
8359 LIBS
="$ac_save_LIBS"
8362 if test "x$enable_win16" = "xyes"
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8365 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8366 if test "$cross_compiling" = yes; then :
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8368 $as_echo "cross-compiling, assuming yes" >&6; }
8370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8371 /* end confdefs.h. */
8374 "good:\tnop;nop\n\t"
8375 ".globl _testfunc\n"
8376 "_testfunc:\tcallw good");
8377 extern void testfunc();
8381 unsigned short *p = (unsigned short *)testfunc;
8382 return p[0] != 0xe866 || p[1] != 0xfffa
8387 if ac_fn_c_try_run
"$LINENO"; then :
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8389 $as_echo "yes" >&6; }
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8392 $as_echo "no" >&6; }
8393 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
8395 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8396 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8401 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8403 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8405 LIBWINE_INSTALL_DEV
="libwine.dylib"
8407 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8409 WINELOADER_DEPENDS
="wine_info.plist"
8414 DLLFLAGS
="$DLLFLAGS -fPIC"
8415 LDEXECFLAGS
="-Wl,-pie"
8416 enable_wineandroid_drv
=${enable_wineandroid_drv:-yes}
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8418 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8419 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8420 $as_echo_n "(cached) " >&6
8422 ac_wine_try_cflags_saved
=$CFLAGS
8423 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8425 /* end confdefs.h. */
8426 int main(int argc, char **argv) { return 0; }
8428 if ac_fn_c_try_link
"$LINENO"; then :
8429 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8431 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8433 rm -f core conftest.err conftest.
$ac_objext \
8434 conftest
$ac_exeext conftest.
$ac_ext
8435 CFLAGS
=$ac_wine_try_cflags_saved
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8438 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8439 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8440 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8442 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8444 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8445 if eval \
${$as_ac_var+:} false
; then :
8446 $as_echo_n "(cached) " >&6
8448 ac_wine_try_cflags_saved
=$CFLAGS
8449 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8451 /* end confdefs.h. */
8452 int main(int argc, char **argv) { return 0; }
8454 if ac_fn_c_try_link
"$LINENO"; then :
8455 eval "$as_ac_var=yes"
8457 eval "$as_ac_var=no"
8459 rm -f core conftest.err conftest.
$ac_objext \
8460 conftest
$ac_exeext conftest.
$ac_ext
8461 CFLAGS
=$ac_wine_try_cflags_saved
8463 eval ac_res
=\$
$as_ac_var
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8465 $as_echo "$ac_res" >&6; }
8466 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8467 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8468 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8470 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8472 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8473 if eval \
${$as_ac_var+:} false
; then :
8474 $as_echo_n "(cached) " >&6
8476 ac_wine_try_cflags_saved
=$CFLAGS
8477 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8479 /* end confdefs.h. */
8480 int main(int argc, char **argv) { return 0; }
8482 if ac_fn_c_try_link
"$LINENO"; then :
8483 eval "$as_ac_var=yes"
8485 eval "$as_ac_var=no"
8487 rm -f core conftest.err conftest.
$ac_objext \
8488 conftest
$ac_exeext conftest.
$ac_ext
8489 CFLAGS
=$ac_wine_try_cflags_saved
8491 eval ac_res
=\$
$as_ac_var
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8493 $as_echo "$ac_res" >&6; }
8494 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8495 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8496 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8500 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8501 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8502 $as_echo_n "(cached) " >&6
8504 ac_wine_try_cflags_saved
=$CFLAGS
8505 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8507 /* end confdefs.h. */
8508 int main(int argc, char **argv) { return 0; }
8510 if ac_fn_c_try_link
"$LINENO"; then :
8511 ac_cv_cflags__Wl___enable_new_dtags
=yes
8513 ac_cv_cflags__Wl___enable_new_dtags
=no
8515 rm -f core conftest.err conftest.
$ac_objext \
8516 conftest
$ac_exeext conftest.
$ac_ext
8517 CFLAGS
=$ac_wine_try_cflags_saved
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8520 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8521 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8522 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8525 LIBWINE_SHAREDLIB
="libwine.so"
8527 LIBWINE_INSTALL_LIB
="libwine.so"
8529 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lEGL" >&5
8533 $as_echo_n "checking for -lEGL... " >&6; }
8534 if ${ac_cv_lib_soname_EGL+:} false
; then :
8535 $as_echo_n "(cached) " >&6
8537 ac_check_soname_save_LIBS
=$LIBS
8539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8540 /* end confdefs.h. */
8542 /* Override any GCC internal prototype to avoid an error.
8543 Use char because int might match the return type of a GCC
8544 builtin and then its argument prototype would still apply. */
8548 char eglGetProcAddress ();
8552 return eglGetProcAddress ();
8557 if ac_fn_c_try_link
"$LINENO"; then :
8559 dll
) ac_cv_lib_soname_EGL
=`$ac_cv_path_LDD conftest.exe | grep "EGL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8560 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'` ;;
8561 *) ac_cv_lib_soname_EGL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libEGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libEGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8562 if ${ac_cv_lib_soname_EGL:+false} :; then :
8563 ac_cv_lib_soname_EGL
=`$LDD conftest$ac_exeext | grep "libEGL\\.$LIBEXT" | sed -e "s/^.*\(libEGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8567 rm -f core conftest.err conftest.
$ac_objext \
8568 conftest
$ac_exeext conftest.
$ac_ext
8569 LIBS
=$ac_check_soname_save_LIBS
8571 if ${ac_cv_lib_soname_EGL:+false} :; then :
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8573 $as_echo "not found" >&6; }
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_EGL" >&5
8577 $as_echo "$ac_cv_lib_soname_EGL" >&6; }
8579 cat >>confdefs.h
<<_ACEOF
8580 #define SONAME_LIBEGL "$ac_cv_lib_soname_EGL"
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLESv2" >&5
8586 $as_echo_n "checking for -lGLESv2... " >&6; }
8587 if ${ac_cv_lib_soname_GLESv2+:} false
; then :
8588 $as_echo_n "(cached) " >&6
8590 ac_check_soname_save_LIBS
=$LIBS
8591 LIBS
="-lGLESv2 $LIBS"
8592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8593 /* end confdefs.h. */
8595 /* Override any GCC internal prototype to avoid an error.
8596 Use char because int might match the return type of a GCC
8597 builtin and then its argument prototype would still apply. */
8610 if ac_fn_c_try_link
"$LINENO"; then :
8612 dll
) ac_cv_lib_soname_GLESv2
=`$ac_cv_path_LDD conftest.exe | grep "GLESv2" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8613 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'` ;;
8614 *) ac_cv_lib_soname_GLESv2
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLESv2\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLESv2\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
8615 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8616 ac_cv_lib_soname_GLESv2
=`$LDD conftest$ac_exeext | grep "libGLESv2\\.$LIBEXT" | sed -e "s/^.*\(libGLESv2\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
8620 rm -f core conftest.err conftest.
$ac_objext \
8621 conftest
$ac_exeext conftest.
$ac_ext
8622 LIBS
=$ac_check_soname_save_LIBS
8624 if ${ac_cv_lib_soname_GLESv2:+false} :; then :
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8626 $as_echo "not found" >&6; }
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLESv2" >&5
8630 $as_echo "$ac_cv_lib_soname_GLESv2" >&6; }
8632 cat >>confdefs.h
<<_ACEOF
8633 #define SONAME_LIBGLESV2 "$ac_cv_lib_soname_GLESv2"
8639 if test "x$exec_prefix" = xNONE
8642 *i
[3456]86*) exec_prefix
='${prefix}/x86' ;;
8643 *x86_64
*) exec_prefix
='${prefix}/x86_64' ;;
8644 *arm
*) exec_prefix
='${prefix}/armeabi-v7a' ;;
8645 *aarch64
*) exec_prefix
='${prefix}/arm64-v8a' ;;
8651 DLLFLAGS
="$DLLFLAGS -fPIC"
8652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8653 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8654 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8655 $as_echo_n "(cached) " >&6
8657 ac_wine_try_cflags_saved
=$CFLAGS
8658 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8660 /* end confdefs.h. */
8663 if ac_fn_c_try_link
"$LINENO"; then :
8664 ac_cv_c_dll_gnuelf
="yes"
8666 ac_cv_c_dll_gnuelf
="no"
8668 rm -f core conftest.err conftest.
$ac_objext \
8669 conftest
$ac_exeext conftest.
$ac_ext
8670 CFLAGS
=$ac_wine_try_cflags_saved
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8673 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8674 if test "$ac_cv_c_dll_gnuelf" = "yes"
8676 LIBWINE_LDFLAGS
="-shared"
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8678 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8679 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8680 $as_echo_n "(cached) " >&6
8682 ac_wine_try_cflags_saved
=$CFLAGS
8683 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8685 /* end confdefs.h. */
8686 int main(int argc, char **argv) { return 0; }
8688 if ac_fn_c_try_link
"$LINENO"; then :
8689 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8691 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8693 rm -f core conftest.err conftest.
$ac_objext \
8694 conftest
$ac_exeext conftest.
$ac_ext
8695 CFLAGS
=$ac_wine_try_cflags_saved
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8698 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8699 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8700 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8703 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8704 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8705 $as_echo_n "(cached) " >&6
8707 ac_wine_try_cflags_saved
=$CFLAGS
8708 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8710 /* end confdefs.h. */
8711 int main(int argc, char **argv) { return 0; }
8713 if ac_fn_c_try_link
"$LINENO"; then :
8714 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8716 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8718 rm -f core conftest.err conftest.
$ac_objext \
8719 conftest
$ac_exeext conftest.
$ac_ext
8720 CFLAGS
=$ac_wine_try_cflags_saved
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8723 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8724 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8725 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8729 echo '{ global: *; };' >conftest.map
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8731 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8732 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8733 $as_echo_n "(cached) " >&6
8735 ac_wine_try_cflags_saved
=$CFLAGS
8736 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8738 /* end confdefs.h. */
8739 int main(int argc, char **argv) { return 0; }
8741 if ac_fn_c_try_link
"$LINENO"; then :
8742 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8744 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8746 rm -f core conftest.err conftest.
$ac_objext \
8747 conftest
$ac_exeext conftest.
$ac_ext
8748 CFLAGS
=$ac_wine_try_cflags_saved
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8751 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8752 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8753 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8758 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8759 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8760 $as_echo_n "(cached) " >&6
8762 ac_wine_try_cflags_saved
=$CFLAGS
8763 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8765 /* end confdefs.h. */
8766 int main(int argc, char **argv) { return 0; }
8768 if ac_fn_c_try_link
"$LINENO"; then :
8769 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8771 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8773 rm -f core conftest.err conftest.
$ac_objext \
8774 conftest
$ac_exeext conftest.
$ac_ext
8775 CFLAGS
=$ac_wine_try_cflags_saved
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8778 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8779 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8780 WINELOADER_LDFLAGS
="-Wl,--export-dynamic"
8783 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8785 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8786 if eval \
${$as_ac_var+:} false
; then :
8787 $as_echo_n "(cached) " >&6
8789 ac_wine_try_cflags_saved
=$CFLAGS
8790 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8792 /* end confdefs.h. */
8793 int main(int argc, char **argv) { return 0; }
8795 if ac_fn_c_try_link
"$LINENO"; then :
8796 eval "$as_ac_var=yes"
8798 eval "$as_ac_var=no"
8800 rm -f core conftest.err conftest.
$ac_objext \
8801 conftest
$ac_exeext conftest.
$ac_ext
8802 CFLAGS
=$ac_wine_try_cflags_saved
8804 eval ac_res
=\$
$as_ac_var
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8806 $as_echo "$ac_res" >&6; }
8807 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8808 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8809 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8811 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8813 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8814 if eval \
${$as_ac_var+:} false
; then :
8815 $as_echo_n "(cached) " >&6
8817 ac_wine_try_cflags_saved
=$CFLAGS
8818 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8820 /* end confdefs.h. */
8821 int main(int argc, char **argv) { return 0; }
8823 if ac_fn_c_try_link
"$LINENO"; then :
8824 eval "$as_ac_var=yes"
8826 eval "$as_ac_var=no"
8828 rm -f core conftest.err conftest.
$ac_objext \
8829 conftest
$ac_exeext conftest.
$ac_ext
8830 CFLAGS
=$ac_wine_try_cflags_saved
8832 eval ac_res
=\$
$as_ac_var
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8834 $as_echo "$ac_res" >&6; }
8835 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8836 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8837 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8842 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8843 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8844 $as_echo_n "(cached) " >&6
8846 ac_wine_try_cflags_saved
=$CFLAGS
8847 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8849 /* end confdefs.h. */
8850 int main(int argc, char **argv) { return 0; }
8852 if ac_fn_c_try_link
"$LINENO"; then :
8853 ac_cv_cflags__Wl___enable_new_dtags
=yes
8855 ac_cv_cflags__Wl___enable_new_dtags
=no
8857 rm -f core conftest.err conftest.
$ac_objext \
8858 conftest
$ac_exeext conftest.
$ac_ext
8859 CFLAGS
=$ac_wine_try_cflags_saved
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8862 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8863 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8864 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8868 *i
[3456789]86* | x86_64
)
8869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8870 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8871 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8872 $as_echo_n "(cached) " >&6
8874 ac_wine_try_cflags_saved
=$CFLAGS
8875 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8876 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8877 /* end confdefs.h. */
8878 int main(int argc, char **argv) { return 0; }
8880 if ac_fn_c_try_link
"$LINENO"; then :
8881 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8883 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8885 rm -f core conftest.err conftest.
$ac_objext \
8886 conftest
$ac_exeext conftest.
$ac_ext
8887 CFLAGS
=$ac_wine_try_cflags_saved
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8890 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8891 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8893 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8894 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8898 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8899 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8900 $as_echo_n "(cached) " >&6
8902 ac_wine_try_cflags_saved
=$CFLAGS
8903 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8905 /* end confdefs.h. */
8906 int main(int argc, char **argv) { return 0; }
8908 if ac_fn_c_try_link
"$LINENO"; then :
8909 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8911 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8913 rm -f core conftest.err conftest.
$ac_objext \
8914 conftest
$ac_exeext conftest.
$ac_ext
8915 CFLAGS
=$ac_wine_try_cflags_saved
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8918 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8919 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8921 freebsd
* | kfreebsd
*-gnu) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8922 *) WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8925 # Extract the first word of "prelink", so it can be a program name with args.
8926 set dummy prelink
; ac_word
=$2
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8928 $as_echo_n "checking for $ac_word... " >&6; }
8929 if ${ac_cv_path_PRELINK+:} false
; then :
8930 $as_echo_n "(cached) " >&6
8934 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8937 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8938 for as_dir
in /sbin
/usr
/sbin
$PATH
8941 test -z "$as_dir" && as_dir
=.
8942 for ac_exec_ext
in '' $ac_executable_extensions; do
8943 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8944 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8952 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8956 PRELINK
=$ac_cv_path_PRELINK
8957 if test -n "$PRELINK"; then
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8959 $as_echo "$PRELINK" >&6; }
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8962 $as_echo "no" >&6; }
8966 if test "x$PRELINK" = xfalse
8968 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8972 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8973 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8974 $as_echo_n "(cached) " >&6
8976 ac_wine_try_cflags_saved
=$CFLAGS
8977 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8979 /* end confdefs.h. */
8980 int main(int argc, char **argv) { return 0; }
8982 if ac_fn_c_try_link
"$LINENO"; then :
8983 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8985 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8987 rm -f core conftest.err conftest.
$ac_objext \
8988 conftest
$ac_exeext conftest.
$ac_ext
8989 CFLAGS
=$ac_wine_try_cflags_saved
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8992 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8993 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8994 WINELOADER_LDFLAGS
="$WINELOADER_LDFLAGS -Wl,-z,max-page-size=0x1000"
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
9001 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9002 if ${ac_cv_c_dll_unixware+:} false
; then :
9003 $as_echo_n "(cached) " >&6
9005 ac_wine_try_cflags_saved
=$CFLAGS
9006 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9008 /* end confdefs.h. */
9011 if ac_fn_c_try_link
"$LINENO"; then :
9012 ac_cv_c_dll_unixware
="yes"
9014 ac_cv_c_dll_unixware
="no"
9016 rm -f core conftest.err conftest.
$ac_objext \
9017 conftest
$ac_exeext conftest.
$ac_ext
9018 CFLAGS
=$ac_wine_try_cflags_saved
9020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
9021 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9022 if test "$ac_cv_c_dll_unixware" = "yes"
9024 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
9027 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
9029 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
9031 LIBWINE_INSTALL_DEV
="libwine.so"
9033 LIBWINE_DEPENDS
="wine.map"
9038 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
9039 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
9040 enable_wineandroid_drv
=${enable_wineandroid_drv:-no}
9041 enable_winemac_drv
=${enable_winemac_drv:-no}
9042 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
9046 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
9050 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
9052 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
9053 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
9056 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
9057 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
9059 ac_prefix_list
="" ;;
9061 for ac_prog
in $ac_prefix_list
9063 # Extract the first word of "$ac_prog", so it can be a program name with args.
9064 set dummy
$ac_prog; ac_word
=$2
9065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9066 $as_echo_n "checking for $ac_word... " >&6; }
9067 if ${ac_cv_prog_CROSSCC+:} false
; then :
9068 $as_echo_n "(cached) " >&6
9070 if test -n "$CROSSCC"; then
9071 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
9073 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9077 test -z "$as_dir" && as_dir
=.
9078 for ac_exec_ext
in '' $ac_executable_extensions; do
9079 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
9080 ac_cv_prog_CROSSCC
="$ac_prog"
9081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9090 CROSSCC
=$ac_cv_prog_CROSSCC
9091 if test -n "$CROSSCC"; then
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
9093 $as_echo "$CROSSCC" >&6; }
9095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9096 $as_echo "no" >&6; }
9100 test -n "$CROSSCC" && break
9102 test -n "$CROSSCC" || CROSSCC
="false"
9104 if test "$CROSSCC" != "false"
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
9109 $as_echo_n "checking whether $CROSSCC works... " >&6; }
9110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9111 /* end confdefs.h. */
9121 if ac_fn_c_try_compile
"$LINENO"; then :
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9123 $as_echo "yes" >&6; }
9129 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
9130 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9136 $as_echo "no" >&6; }
9138 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9140 CROSSCFLAGS
=${CROSSCFLAGS:-$CFLAGS}
9146 if test "$ac_cv_header_pthread_h" = "yes"
9148 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
9149 if test "x$ac_cv_func_pthread_create" = xyes
; then :
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
9153 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
9154 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
9155 $as_echo_n "(cached) " >&6
9157 ac_check_lib_save_LIBS
=$LIBS
9158 LIBS
="-lpthread $LIBS"
9159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9160 /* end confdefs.h. */
9162 /* Override any GCC internal prototype to avoid an error.
9163 Use char because int might match the return type of a GCC
9164 builtin and then its argument prototype would still apply. */
9168 char pthread_create ();
9172 return pthread_create ();
9177 if ac_fn_c_try_link
"$LINENO"; then :
9178 ac_cv_lib_pthread_pthread_create
=yes
9180 ac_cv_lib_pthread_pthread_create
=no
9182 rm -f core conftest.err conftest.
$ac_objext \
9183 conftest
$ac_exeext conftest.
$ac_ext
9184 LIBS
=$ac_check_lib_save_LIBS
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
9187 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
9188 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
9189 PTHREAD_LIBS
="-lpthread"
9196 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
9197 case "x$with_pthread" in
9199 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
9200 Wine cannot support threads without libpthread.
9201 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
9208 $as_echo_n "checking for X... " >&6; }
9211 # Check whether --with-x was given.
9212 if test "${with_x+set}" = set; then :
9216 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9217 if test "x$with_x" = xno
; then
9218 # The user explicitly disabled X.
9221 case $x_includes,$x_libraries in #(
9222 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9223 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9224 $as_echo_n "(cached) " >&6
9226 # One or both of the vars are not set, and there is no cached value.
9227 ac_x_includes
=no ac_x_libraries
=no
9228 rm -f -r conftest.dir
9229 if mkdir conftest.dir
; then
9231 cat >Imakefile
<<'_ACEOF'
9233 @echo incroot='${INCROOT}'
9235 @echo usrlibdir='${USRLIBDIR}'
9237 @echo libdir='${LIBDIR}'
9239 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9240 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9241 for ac_var
in incroot usrlibdir libdir
; do
9242 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9244 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9245 for ac_extension
in a so sl dylib la dll
; do
9246 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9247 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9248 ac_im_usrlibdir
=$ac_im_libdir; break
9251 # Screen out bogus values from the imake configuration. They are
9252 # bogus both because they are the default anyway, and because
9253 # using them would break gcc on systems where it needs fixed includes.
9254 case $ac_im_incroot in
9255 /usr
/include
) ac_x_includes
= ;;
9256 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9258 case $ac_im_usrlibdir in
9259 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9260 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9264 rm -f -r conftest.dir
9267 # Standard set of common directories for X headers.
9268 # Check X11 before X11Rn because it is often a symlink to the current release.
9282 /usr/local/X11/include
9283 /usr/local/X11R7/include
9284 /usr/local/X11R6/include
9285 /usr/local/X11R5/include
9286 /usr/local/X11R4/include
9288 /usr/local/include/X11
9289 /usr/local/include/X11R7
9290 /usr/local/include/X11R6
9291 /usr/local/include/X11R5
9292 /usr/local/include/X11R4
9296 /usr/XFree86/include/X11
9300 /usr/unsupported/include
9302 /usr/local/x11r5/include
9303 /usr/lpp/Xamples/include
9305 /usr/openwin/include
9306 /usr/openwin/share/include'
9308 if test "$ac_x_includes" = no
; then
9309 # Guess where to find include files, by looking for Xlib.h.
9310 # First, try using that file with no special directory specified.
9311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9312 /* end confdefs.h. */
9313 #include <X11/Xlib.h>
9315 if ac_fn_c_try_cpp
"$LINENO"; then :
9316 # We can compile using X headers with no special include directory.
9319 for ac_dir
in $ac_x_header_dirs; do
9320 if test -r "$ac_dir/X11/Xlib.h"; then
9321 ac_x_includes
=$ac_dir
9326 rm -f conftest.err conftest.i conftest.
$ac_ext
9327 fi # $ac_x_includes = no
9329 if test "$ac_x_libraries" = no
; then
9330 # Check for the libraries.
9331 # See if we find them without any special options.
9332 # Don't add to $LIBS permanently.
9335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9336 /* end confdefs.h. */
9337 #include <X11/Xlib.h>
9346 if ac_fn_c_try_link
"$LINENO"; then :
9348 # We can link X programs with no special library path.
9352 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9354 # Don't even attempt the hair of trying to link an X program!
9355 for ac_extension
in a so sl dylib la dll
; do
9356 if test -r "$ac_dir/libX11.$ac_extension"; then
9357 ac_x_libraries
=$ac_dir
9363 rm -f core conftest.err conftest.
$ac_objext \
9364 conftest
$ac_exeext conftest.
$ac_ext
9365 fi # $ac_x_libraries = no
9367 case $ac_x_includes,$ac_x_libraries in #(
9369 # Didn't find X, or a directory has "'" in its name.
9370 ac_cv_have_x
="have_x=no";; #(
9372 # Record where we found X for the cache.
9373 ac_cv_have_x
="have_x=yes\
9374 ac_x_includes='$ac_x_includes'\
9375 ac_x_libraries='$ac_x_libraries'"
9381 eval "$ac_cv_have_x"
9384 if test "$have_x" != yes; then
9385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9386 $as_echo "$have_x" >&6; }
9389 # If each of the values was on the command line, it overrides each guess.
9390 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9391 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9392 # Update the cache value to reflect the command line values.
9393 ac_cv_have_x
="have_x=yes\
9394 ac_x_includes='$x_includes'\
9395 ac_x_libraries='$x_libraries'"
9396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9397 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9400 if test "$no_x" = yes; then
9401 # Not all programs may use this symbol, but it does not hurt to define it.
9403 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9405 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9407 if test -n "$x_includes"; then
9408 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9411 # It would also be nice to do this for all -L options, not just this one.
9412 if test -n "$x_libraries"; then
9413 X_LIBS
="$X_LIBS -L$x_libraries"
9414 # For Solaris; some versions of Sun CC require a space after -R and
9415 # others require no space. Words are not sufficient . . . .
9416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9417 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9418 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9419 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9420 ac_c_werror_flag
=yes
9421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9422 /* end confdefs.h. */
9432 if ac_fn_c_try_link
"$LINENO"; then :
9433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9434 $as_echo "no" >&6; }
9435 X_LIBS
="$X_LIBS -R$x_libraries"
9437 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9438 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9439 /* end confdefs.h. */
9449 if ac_fn_c_try_link
"$LINENO"; then :
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9451 $as_echo "yes" >&6; }
9452 X_LIBS
="$X_LIBS -R $x_libraries"
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9455 $as_echo "neither works" >&6; }
9457 rm -f core conftest.err conftest.
$ac_objext \
9458 conftest
$ac_exeext conftest.
$ac_ext
9460 rm -f core conftest.err conftest.
$ac_objext \
9461 conftest
$ac_exeext conftest.
$ac_ext
9462 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9466 # Check for system-dependent libraries X programs must link with.
9467 # Do this before checking for the system-independent R6 libraries
9468 # (-lICE), since we may need -lsocket or whatever for X linking.
9470 if test "$ISC" = yes; then
9471 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9473 # Martyn Johnson says this is needed for Ultrix, if the X
9474 # libraries were built with DECnet support. And Karl Berry says
9475 # the Alpha needs dnet_stub (dnet does not exist).
9476 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9478 /* end confdefs.h. */
9480 /* Override any GCC internal prototype to avoid an error.
9481 Use char because int might match the return type of a GCC
9482 builtin and then its argument prototype would still apply. */
9486 char XOpenDisplay ();
9490 return XOpenDisplay ();
9495 if ac_fn_c_try_link
"$LINENO"; then :
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9499 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9500 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9501 $as_echo_n "(cached) " >&6
9503 ac_check_lib_save_LIBS
=$LIBS
9505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9506 /* end confdefs.h. */
9508 /* Override any GCC internal prototype to avoid an error.
9509 Use char because int might match the return type of a GCC
9510 builtin and then its argument prototype would still apply. */
9518 return dnet_ntoa ();
9523 if ac_fn_c_try_link
"$LINENO"; then :
9524 ac_cv_lib_dnet_dnet_ntoa
=yes
9526 ac_cv_lib_dnet_dnet_ntoa
=no
9528 rm -f core conftest.err conftest.
$ac_objext \
9529 conftest
$ac_exeext conftest.
$ac_ext
9530 LIBS
=$ac_check_lib_save_LIBS
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9533 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9534 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9535 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9538 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9540 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9541 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9542 $as_echo_n "(cached) " >&6
9544 ac_check_lib_save_LIBS
=$LIBS
9545 LIBS
="-ldnet_stub $LIBS"
9546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9547 /* end confdefs.h. */
9549 /* Override any GCC internal prototype to avoid an error.
9550 Use char because int might match the return type of a GCC
9551 builtin and then its argument prototype would still apply. */
9559 return dnet_ntoa ();
9564 if ac_fn_c_try_link
"$LINENO"; then :
9565 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9567 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9569 rm -f core conftest.err conftest.
$ac_objext \
9570 conftest
$ac_exeext conftest.
$ac_ext
9571 LIBS
=$ac_check_lib_save_LIBS
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9574 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9575 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9576 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9581 rm -f core conftest.err conftest.
$ac_objext \
9582 conftest
$ac_exeext conftest.
$ac_ext
9583 LIBS
="$ac_xsave_LIBS"
9585 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9586 # to get the SysV transport functions.
9587 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9589 # The nsl library prevents programs from opening the X display
9590 # on Irix 5.2, according to T.E. Dickey.
9591 # The functions gethostbyname, getservbyname, and inet_addr are
9592 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9593 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9594 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9598 if test $ac_cv_func_gethostbyname = no
; then
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9600 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9601 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9602 $as_echo_n "(cached) " >&6
9604 ac_check_lib_save_LIBS
=$LIBS
9606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9615 char gethostbyname ();
9619 return gethostbyname ();
9624 if ac_fn_c_try_link
"$LINENO"; then :
9625 ac_cv_lib_nsl_gethostbyname
=yes
9627 ac_cv_lib_nsl_gethostbyname
=no
9629 rm -f core conftest.err conftest.
$ac_objext \
9630 conftest
$ac_exeext conftest.
$ac_ext
9631 LIBS
=$ac_check_lib_save_LIBS
9633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9634 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9635 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9636 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9639 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9641 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9642 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9643 $as_echo_n "(cached) " >&6
9645 ac_check_lib_save_LIBS
=$LIBS
9647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9648 /* end confdefs.h. */
9650 /* Override any GCC internal prototype to avoid an error.
9651 Use char because int might match the return type of a GCC
9652 builtin and then its argument prototype would still apply. */
9656 char gethostbyname ();
9660 return gethostbyname ();
9665 if ac_fn_c_try_link
"$LINENO"; then :
9666 ac_cv_lib_bsd_gethostbyname
=yes
9668 ac_cv_lib_bsd_gethostbyname
=no
9670 rm -f core conftest.err conftest.
$ac_objext \
9671 conftest
$ac_exeext conftest.
$ac_ext
9672 LIBS
=$ac_check_lib_save_LIBS
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9675 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9676 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9677 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9683 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9684 # socket/setsockopt and other routines are undefined under SCO ODT
9685 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9686 # on later versions), says Simon Leinen: it contains gethostby*
9687 # variants that don't use the name server (or something). -lsocket
9688 # must be given before -lnsl if both are needed. We assume that
9689 # if connect needs -lnsl, so does gethostbyname.
9690 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9691 if test "x$ac_cv_func_connect" = xyes
; then :
9695 if test $ac_cv_func_connect = no
; then
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9697 $as_echo_n "checking for connect in -lsocket... " >&6; }
9698 if ${ac_cv_lib_socket_connect+:} false
; then :
9699 $as_echo_n "(cached) " >&6
9701 ac_check_lib_save_LIBS
=$LIBS
9702 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9704 /* end confdefs.h. */
9706 /* Override any GCC internal prototype to avoid an error.
9707 Use char because int might match the return type of a GCC
9708 builtin and then its argument prototype would still apply. */
9721 if ac_fn_c_try_link
"$LINENO"; then :
9722 ac_cv_lib_socket_connect
=yes
9724 ac_cv_lib_socket_connect
=no
9726 rm -f core conftest.err conftest.
$ac_objext \
9727 conftest
$ac_exeext conftest.
$ac_ext
9728 LIBS
=$ac_check_lib_save_LIBS
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9731 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9732 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9733 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9738 # Guillermo Gomez says -lposix is necessary on A/UX.
9739 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9740 if test "x$ac_cv_func_remove" = xyes
; then :
9744 if test $ac_cv_func_remove = no
; then
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9746 $as_echo_n "checking for remove in -lposix... " >&6; }
9747 if ${ac_cv_lib_posix_remove+:} false
; then :
9748 $as_echo_n "(cached) " >&6
9750 ac_check_lib_save_LIBS
=$LIBS
9751 LIBS
="-lposix $LIBS"
9752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9753 /* end confdefs.h. */
9755 /* Override any GCC internal prototype to avoid an error.
9756 Use char because int might match the return type of a GCC
9757 builtin and then its argument prototype would still apply. */
9770 if ac_fn_c_try_link
"$LINENO"; then :
9771 ac_cv_lib_posix_remove
=yes
9773 ac_cv_lib_posix_remove
=no
9775 rm -f core conftest.err conftest.
$ac_objext \
9776 conftest
$ac_exeext conftest.
$ac_ext
9777 LIBS
=$ac_check_lib_save_LIBS
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9780 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9781 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9782 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9787 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9788 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9789 if test "x$ac_cv_func_shmat" = xyes
; then :
9793 if test $ac_cv_func_shmat = no
; then
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9795 $as_echo_n "checking for shmat in -lipc... " >&6; }
9796 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9797 $as_echo_n "(cached) " >&6
9799 ac_check_lib_save_LIBS
=$LIBS
9801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9802 /* end confdefs.h. */
9804 /* Override any GCC internal prototype to avoid an error.
9805 Use char because int might match the return type of a GCC
9806 builtin and then its argument prototype would still apply. */
9819 if ac_fn_c_try_link
"$LINENO"; then :
9820 ac_cv_lib_ipc_shmat
=yes
9822 ac_cv_lib_ipc_shmat
=no
9824 rm -f core conftest.err conftest.
$ac_objext \
9825 conftest
$ac_exeext conftest.
$ac_ext
9826 LIBS
=$ac_check_lib_save_LIBS
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9829 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9830 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9831 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9837 # Check for libraries that X11R6 Xt/Xaw programs need.
9838 ac_save_LDFLAGS
=$LDFLAGS
9839 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9840 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9841 # check for ICE first), but we must link in the order -lSM -lICE or
9842 # we get undefined symbols. So assume we have SM if we have ICE.
9843 # These have to be linked with before -lX11, unlike the other
9844 # libraries we check for below, so use a different variable.
9845 # John Interrante, Karl Berry
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9847 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9848 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9849 $as_echo_n "(cached) " >&6
9851 ac_check_lib_save_LIBS
=$LIBS
9852 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9854 /* end confdefs.h. */
9856 /* Override any GCC internal prototype to avoid an error.
9857 Use char because int might match the return type of a GCC
9858 builtin and then its argument prototype would still apply. */
9862 char IceConnectionNumber ();
9866 return IceConnectionNumber ();
9871 if ac_fn_c_try_link
"$LINENO"; then :
9872 ac_cv_lib_ICE_IceConnectionNumber
=yes
9874 ac_cv_lib_ICE_IceConnectionNumber
=no
9876 rm -f core conftest.err conftest.
$ac_objext \
9877 conftest
$ac_exeext conftest.
$ac_ext
9878 LIBS
=$ac_check_lib_save_LIBS
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9881 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9882 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9883 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9886 LDFLAGS
=$ac_save_LDFLAGS
9891 if test "$have_x" = "yes"
9893 ac_save_CPPFLAGS
="$CPPFLAGS"
9894 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9897 $as_echo_n "checking for -lX11... " >&6; }
9898 if ${ac_cv_lib_soname_X11+:} false
; then :
9899 $as_echo_n "(cached) " >&6
9901 ac_check_soname_save_LIBS
=$LIBS
9902 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9904 /* end confdefs.h. */
9906 /* Override any GCC internal prototype to avoid an error.
9907 Use char because int might match the return type of a GCC
9908 builtin and then its argument prototype would still apply. */
9912 char XCreateWindow ();
9916 return XCreateWindow ();
9921 if ac_fn_c_try_link
"$LINENO"; then :
9923 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9924 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'` ;;
9925 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9926 if ${ac_cv_lib_soname_X11:+false} :; then :
9927 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9931 rm -f core conftest.err conftest.
$ac_objext \
9932 conftest
$ac_exeext conftest.
$ac_ext
9933 LIBS
=$ac_check_soname_save_LIBS
9935 if ${ac_cv_lib_soname_X11:+false} :; then :
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9937 $as_echo "not found" >&6; }
9940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9941 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9943 cat >>confdefs.h
<<_ACEOF
9944 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9950 $as_echo_n "checking for -lXext... " >&6; }
9951 if ${ac_cv_lib_soname_Xext+:} false
; then :
9952 $as_echo_n "(cached) " >&6
9954 ac_check_soname_save_LIBS
=$LIBS
9955 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9957 /* end confdefs.h. */
9959 /* Override any GCC internal prototype to avoid an error.
9960 Use char because int might match the return type of a GCC
9961 builtin and then its argument prototype would still apply. */
9965 char XextCreateExtension ();
9969 return XextCreateExtension ();
9974 if ac_fn_c_try_link
"$LINENO"; then :
9976 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9977 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'` ;;
9978 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9979 if ${ac_cv_lib_soname_Xext:+false} :; then :
9980 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9984 rm -f core conftest.err conftest.
$ac_objext \
9985 conftest
$ac_exeext conftest.
$ac_ext
9986 LIBS
=$ac_check_soname_save_LIBS
9988 if ${ac_cv_lib_soname_Xext:+false} :; then :
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9990 $as_echo "not found" >&6; }
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9994 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9996 cat >>confdefs.h
<<_ACEOF
9997 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10000 X_LIBS
="$X_LIBS -lXext"
10002 X_LIBS
="$X_LIBS -lX11"
10004 for ac_header
in X11
/Xlib.h \
10007 X11
/Xcursor
/Xcursor.h \
10008 X11
/extensions
/shape.h \
10009 X11
/extensions
/XInput.h \
10010 X11
/extensions
/XInput2.h \
10011 X11
/extensions
/XShm.h \
10012 X11
/extensions
/Xcomposite.h \
10013 X11
/extensions
/Xfixes.h \
10014 X11
/extensions
/Xinerama.h \
10015 X11
/extensions
/Xrandr.h \
10016 X11
/extensions
/Xrender.h \
10017 X11
/extensions
/xf86vmode.h \
10018 X11
/extensions
/xf86vmproto.h
10020 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10021 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
10022 # include <X11/Xlib.h>
10024 #ifdef HAVE_X11_XUTIL_H
10025 # include <X11/Xutil.h>
10028 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10029 cat >>confdefs.h
<<_ACEOF
10030 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10038 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
10041 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10042 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
10043 $as_echo_n "(cached) " >&6
10045 ac_check_lib_save_LIBS
=$LIBS
10046 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10047 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10048 /* end confdefs.h. */
10050 /* Override any GCC internal prototype to avoid an error.
10051 Use char because int might match the return type of a GCC
10052 builtin and then its argument prototype would still apply. */
10056 char XkbQueryExtension ();
10060 return XkbQueryExtension ();
10065 if ac_fn_c_try_link
"$LINENO"; then :
10066 ac_cv_lib_X11_XkbQueryExtension
=yes
10068 ac_cv_lib_X11_XkbQueryExtension
=no
10070 rm -f core conftest.err conftest.
$ac_objext \
10071 conftest
$ac_exeext conftest.
$ac_ext
10072 LIBS
=$ac_check_lib_save_LIBS
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10075 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10076 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
10078 $as_echo "#define HAVE_XKB 1" >>confdefs.h
10084 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
10087 $as_echo_n "checking for -lXcursor... " >&6; }
10088 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
10089 $as_echo_n "(cached) " >&6
10091 ac_check_soname_save_LIBS
=$LIBS
10092 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
10093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10094 /* end confdefs.h. */
10096 /* Override any GCC internal prototype to avoid an error.
10097 Use char because int might match the return type of a GCC
10098 builtin and then its argument prototype would still apply. */
10102 char XcursorImageLoadCursor ();
10106 return XcursorImageLoadCursor ();
10111 if ac_fn_c_try_link
"$LINENO"; then :
10113 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10114 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'` ;;
10115 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10116 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10117 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10121 rm -f core conftest.err conftest.
$ac_objext \
10122 conftest
$ac_exeext conftest.
$ac_ext
10123 LIBS
=$ac_check_soname_save_LIBS
10125 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10127 $as_echo "not found" >&6; }
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
10131 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10133 cat >>confdefs.h
<<_ACEOF
10134 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10140 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
10141 case "x$with_xcursor" in
10142 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10144 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10145 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
10150 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
10153 $as_echo_n "checking for -lXi... " >&6; }
10154 if ${ac_cv_lib_soname_Xi+:} false
; then :
10155 $as_echo_n "(cached) " >&6
10157 ac_check_soname_save_LIBS
=$LIBS
10158 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
10159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10160 /* end confdefs.h. */
10162 /* Override any GCC internal prototype to avoid an error.
10163 Use char because int might match the return type of a GCC
10164 builtin and then its argument prototype would still apply. */
10168 char XOpenDevice ();
10172 return XOpenDevice ();
10177 if ac_fn_c_try_link
"$LINENO"; then :
10179 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10180 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'` ;;
10181 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10182 if ${ac_cv_lib_soname_Xi:+false} :; then :
10183 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10187 rm -f core conftest.err conftest.
$ac_objext \
10188 conftest
$ac_exeext conftest.
$ac_ext
10189 LIBS
=$ac_check_soname_save_LIBS
10191 if ${ac_cv_lib_soname_Xi:+false} :; then :
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10193 $as_echo "not found" >&6; }
10196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
10197 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10199 cat >>confdefs.h
<<_ACEOF
10200 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10206 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
10207 case "x$with_xinput" in
10208 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10210 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10211 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
10216 if test "x$ac_cv_lib_soname_Xi" != x
10218 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
10219 case "x$with_xinput2" in
10220 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10222 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10223 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10229 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10232 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10233 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10234 $as_echo_n "(cached) " >&6
10236 ac_check_lib_save_LIBS
=$LIBS
10237 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10239 /* end confdefs.h. */
10241 /* Override any GCC internal prototype to avoid an error.
10242 Use char because int might match the return type of a GCC
10243 builtin and then its argument prototype would still apply. */
10247 char XShmQueryExtension ();
10251 return XShmQueryExtension ();
10256 if ac_fn_c_try_link
"$LINENO"; then :
10257 ac_cv_lib_Xext_XShmQueryExtension
=yes
10259 ac_cv_lib_Xext_XShmQueryExtension
=no
10261 rm -f core conftest.err conftest.
$ac_objext \
10262 conftest
$ac_exeext conftest.
$ac_ext
10263 LIBS
=$ac_check_lib_save_LIBS
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10266 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10267 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10269 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10274 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10275 case "x$with_xshm" in
10276 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10278 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10279 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10284 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10287 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10288 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10289 $as_echo_n "(cached) " >&6
10291 ac_check_lib_save_LIBS
=$LIBS
10292 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10302 char XShapeQueryExtension ();
10306 return XShapeQueryExtension ();
10311 if ac_fn_c_try_link
"$LINENO"; then :
10312 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10314 ac_cv_lib_Xext_XShapeQueryExtension
=no
10316 rm -f core conftest.err conftest.
$ac_objext \
10317 conftest
$ac_exeext conftest.
$ac_ext
10318 LIBS
=$ac_check_lib_save_LIBS
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10321 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10322 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10324 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10329 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10330 case "x$with_xshape" in
10331 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10333 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10334 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10339 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10342 $as_echo_n "checking for -lXxf86vm... " >&6; }
10343 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10344 $as_echo_n "(cached) " >&6
10346 ac_check_soname_save_LIBS
=$LIBS
10347 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10349 /* end confdefs.h. */
10351 /* Override any GCC internal prototype to avoid an error.
10352 Use char because int might match the return type of a GCC
10353 builtin and then its argument prototype would still apply. */
10357 char XF86VidModeQueryExtension ();
10361 return XF86VidModeQueryExtension ();
10366 if ac_fn_c_try_link
"$LINENO"; then :
10368 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10369 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'` ;;
10370 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10371 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10372 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10376 rm -f core conftest.err conftest.
$ac_objext \
10377 conftest
$ac_exeext conftest.
$ac_ext
10378 LIBS
=$ac_check_soname_save_LIBS
10380 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10382 $as_echo "not found" >&6; }
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10386 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10388 cat >>confdefs.h
<<_ACEOF
10389 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10395 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10396 case "x$with_xxf86vm" in
10397 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10399 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10400 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10405 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10408 $as_echo_n "checking for -lXrender... " >&6; }
10409 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10410 $as_echo_n "(cached) " >&6
10412 ac_check_soname_save_LIBS
=$LIBS
10413 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10415 /* end confdefs.h. */
10417 /* Override any GCC internal prototype to avoid an error.
10418 Use char because int might match the return type of a GCC
10419 builtin and then its argument prototype would still apply. */
10423 char XRenderQueryExtension ();
10427 return XRenderQueryExtension ();
10432 if ac_fn_c_try_link
"$LINENO"; then :
10434 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10435 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'` ;;
10436 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10437 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10438 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10442 rm -f core conftest.err conftest.
$ac_objext \
10443 conftest
$ac_exeext conftest.
$ac_ext
10444 LIBS
=$ac_check_soname_save_LIBS
10446 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10448 $as_echo "not found" >&6; }
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10452 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10454 cat >>confdefs.h
<<_ACEOF
10455 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10459 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10460 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10461 $as_echo_n "(cached) " >&6
10463 ac_check_lib_save_LIBS
=$LIBS
10464 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10466 /* end confdefs.h. */
10468 /* Override any GCC internal prototype to avoid an error.
10469 Use char because int might match the return type of a GCC
10470 builtin and then its argument prototype would still apply. */
10474 char XRenderSetPictureTransform ();
10478 return XRenderSetPictureTransform ();
10483 if ac_fn_c_try_link
"$LINENO"; then :
10484 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10486 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10488 rm -f core conftest.err conftest.
$ac_objext \
10489 conftest
$ac_exeext conftest.
$ac_ext
10490 LIBS
=$ac_check_lib_save_LIBS
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10493 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10494 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10496 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10501 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10502 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10503 $as_echo_n "(cached) " >&6
10505 ac_check_lib_save_LIBS
=$LIBS
10506 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10508 /* end confdefs.h. */
10510 /* Override any GCC internal prototype to avoid an error.
10511 Use char because int might match the return type of a GCC
10512 builtin and then its argument prototype would still apply. */
10516 char XRenderCreateLinearGradient ();
10520 return XRenderCreateLinearGradient ();
10525 if ac_fn_c_try_link
"$LINENO"; then :
10526 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10528 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10530 rm -f core conftest.err conftest.
$ac_objext \
10531 conftest
$ac_exeext conftest.
$ac_ext
10532 LIBS
=$ac_check_lib_save_LIBS
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10535 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10536 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10538 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10545 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10546 case "x$with_xrender" in
10547 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10549 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10550 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10555 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10558 /* end confdefs.h. */
10559 #include <X11/Xlib.h>
10560 #include <X11/extensions/Xrandr.h>
10564 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10569 if ac_fn_c_try_compile
"$LINENO"; then :
10570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10571 $as_echo_n "checking for -lXrandr... " >&6; }
10572 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10573 $as_echo_n "(cached) " >&6
10575 ac_check_soname_save_LIBS
=$LIBS
10576 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10586 char XRRQueryExtension ();
10590 return XRRQueryExtension ();
10595 if ac_fn_c_try_link
"$LINENO"; then :
10597 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10598 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'` ;;
10599 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10600 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10601 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10605 rm -f core conftest.err conftest.
$ac_objext \
10606 conftest
$ac_exeext conftest.
$ac_ext
10607 LIBS
=$ac_check_soname_save_LIBS
10609 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10611 $as_echo "not found" >&6; }
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10615 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10617 cat >>confdefs.h
<<_ACEOF
10618 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10622 /* end confdefs.h. */
10623 #include <X11/Xlib.h>
10624 #include <X11/extensions/Xrandr.h>
10628 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10633 if ac_fn_c_try_compile
"$LINENO"; then :
10635 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10638 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10641 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10643 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10644 case "x$with_xrandr" in
10645 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10647 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10648 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10653 if test "$ac_cv_header_X11_extensions_Xfixes_h" = "yes"
10655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10656 /* end confdefs.h. */
10657 #include <X11/Xlib.h>
10658 #include <X11/extensions/Xfixes.h>
10662 static typeof(XFixesQueryVersion) * func; if (func) return 0;
10667 if ac_fn_c_try_compile
"$LINENO"; then :
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXfixes" >&5
10669 $as_echo_n "checking for -lXfixes... " >&6; }
10670 if ${ac_cv_lib_soname_Xfixes+:} false
; then :
10671 $as_echo_n "(cached) " >&6
10673 ac_check_soname_save_LIBS
=$LIBS
10674 LIBS
="-lXfixes $X_LIBS $X_EXTRA_LIBS $LIBS"
10675 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10676 /* end confdefs.h. */
10678 /* Override any GCC internal prototype to avoid an error.
10679 Use char because int might match the return type of a GCC
10680 builtin and then its argument prototype would still apply. */
10684 char XFixesQueryVersion ();
10688 return XFixesQueryVersion ();
10693 if ac_fn_c_try_link
"$LINENO"; then :
10695 dll
) ac_cv_lib_soname_Xfixes
=`$ac_cv_path_LDD conftest.exe | grep "Xfixes" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10696 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'` ;;
10697 *) ac_cv_lib_soname_Xfixes
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXfixes\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXfixes\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10698 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10699 ac_cv_lib_soname_Xfixes
=`$LDD conftest$ac_exeext | grep "libXfixes\\.$LIBEXT" | sed -e "s/^.*\(libXfixes\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10703 rm -f core conftest.err conftest.
$ac_objext \
10704 conftest
$ac_exeext conftest.
$ac_ext
10705 LIBS
=$ac_check_soname_save_LIBS
10707 if ${ac_cv_lib_soname_Xfixes:+false} :; then :
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10709 $as_echo "not found" >&6; }
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xfixes" >&5
10713 $as_echo "$ac_cv_lib_soname_Xfixes" >&6; }
10715 cat >>confdefs.h
<<_ACEOF
10716 #define SONAME_LIBXFIXES "$ac_cv_lib_soname_Xfixes"
10722 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10724 if test "x$ac_cv_lib_soname_Xfixes" = "x"; then :
10725 case "x$with_xfixes" in
10726 x
) as_fn_append wine_notices
"|libxfixes ${notice_platform}development files not found, Xfixes won't be supported." ;;
10728 *) as_fn_error $?
"libxfixes ${notice_platform}development files not found, Xfixes won't be supported.
10729 This is an error since --with-xfixes was requested." "$LINENO" 5 ;;
10734 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10737 /* end confdefs.h. */
10738 #include <X11/Xlib.h>
10739 #include <X11/extensions/Xinerama.h>
10743 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10748 if ac_fn_c_try_compile
"$LINENO"; then :
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10750 $as_echo_n "checking for -lXinerama... " >&6; }
10751 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10752 $as_echo_n "(cached) " >&6
10754 ac_check_soname_save_LIBS
=$LIBS
10755 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10757 /* end confdefs.h. */
10759 /* Override any GCC internal prototype to avoid an error.
10760 Use char because int might match the return type of a GCC
10761 builtin and then its argument prototype would still apply. */
10765 char XineramaQueryScreens ();
10769 return XineramaQueryScreens ();
10774 if ac_fn_c_try_link
"$LINENO"; then :
10776 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10777 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'` ;;
10778 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10779 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10780 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10784 rm -f core conftest.err conftest.
$ac_objext \
10785 conftest
$ac_exeext conftest.
$ac_ext
10786 LIBS
=$ac_check_soname_save_LIBS
10788 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10790 $as_echo "not found" >&6; }
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10794 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10796 cat >>confdefs.h
<<_ACEOF
10797 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10803 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10805 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10806 case "x$with_xinerama" in
10807 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10809 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10810 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10815 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10818 $as_echo_n "checking for -lXcomposite... " >&6; }
10819 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10820 $as_echo_n "(cached) " >&6
10822 ac_check_soname_save_LIBS
=$LIBS
10823 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10825 /* end confdefs.h. */
10827 /* Override any GCC internal prototype to avoid an error.
10828 Use char because int might match the return type of a GCC
10829 builtin and then its argument prototype would still apply. */
10833 char XCompositeRedirectWindow ();
10837 return XCompositeRedirectWindow ();
10842 if ac_fn_c_try_link
"$LINENO"; then :
10844 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10845 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'` ;;
10846 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10847 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10848 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10852 rm -f core conftest.err conftest.
$ac_objext \
10853 conftest
$ac_exeext conftest.
$ac_ext
10854 LIBS
=$ac_check_soname_save_LIBS
10856 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10858 $as_echo "not found" >&6; }
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10862 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10864 cat >>confdefs.h
<<_ACEOF
10865 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10871 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10872 case "x$with_xcomposite" in
10873 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10875 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10876 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10881 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10882 #include <X11/Xlib.h>
10885 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10887 cat >>confdefs.h
<<_ACEOF
10888 #define HAVE_XICCALLBACK_CALLBACK 1
10893 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10894 #include <X11/Xlib.h>
10897 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10899 cat >>confdefs.h
<<_ACEOF
10900 #define HAVE_XEVENT_XCOOKIE 1
10909 if test "x$with_opengl" != "xno"
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10912 $as_echo_n "checking for -lGL... " >&6; }
10913 if ${ac_cv_lib_soname_GL+:} false
; then :
10914 $as_echo_n "(cached) " >&6
10916 ac_check_soname_save_LIBS
=$LIBS
10917 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10919 /* end confdefs.h. */
10921 /* Override any GCC internal prototype to avoid an error.
10922 Use char because int might match the return type of a GCC
10923 builtin and then its argument prototype would still apply. */
10927 char glXCreateContext ();
10931 return glXCreateContext ();
10936 if ac_fn_c_try_link
"$LINENO"; then :
10938 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10939 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'` ;;
10940 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10941 if ${ac_cv_lib_soname_GL:+false} :; then :
10942 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10946 rm -f core conftest.err conftest.
$ac_objext \
10947 conftest
$ac_exeext conftest.
$ac_ext
10948 LIBS
=$ac_check_soname_save_LIBS
10950 if ${ac_cv_lib_soname_GL:+false} :; then :
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10952 $as_echo "not found" >&6; }
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10954 $as_echo_n "checking for -lGL... " >&6; }
10955 if ${ac_cv_lib_soname_GL+:} false
; then :
10956 $as_echo_n "(cached) " >&6
10958 ac_check_soname_save_LIBS
=$LIBS
10959 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"
10960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10961 /* end confdefs.h. */
10963 /* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10969 char glXCreateContext ();
10973 return glXCreateContext ();
10978 if ac_fn_c_try_link
"$LINENO"; then :
10980 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10981 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'` ;;
10982 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10983 if ${ac_cv_lib_soname_GL:+false} :; then :
10984 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10988 rm -f core conftest.err conftest.
$ac_objext \
10989 conftest
$ac_exeext conftest.
$ac_ext
10990 LIBS
=$ac_check_soname_save_LIBS
10992 if ${ac_cv_lib_soname_GL:+false} :; then :
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10994 $as_echo "not found" >&6; }
10995 if test -f /usr
/X11R
6/lib
/libGL.a
10997 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10998 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11000 opengl_msg
="No OpenGL library found on this system."
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11004 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11006 cat >>confdefs.h
<<_ACEOF
11007 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11010 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"
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
11014 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11016 cat >>confdefs.h
<<_ACEOF
11017 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11022 if test "x$with_glu" != "xno"
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
11025 $as_echo_n "checking for -lGLU... " >&6; }
11026 if ${ac_cv_lib_soname_GLU+:} false
; then :
11027 $as_echo_n "(cached) " >&6
11029 ac_check_soname_save_LIBS
=$LIBS
11030 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11032 /* end confdefs.h. */
11034 /* Override any GCC internal prototype to avoid an error.
11035 Use char because int might match the return type of a GCC
11036 builtin and then its argument prototype would still apply. */
11044 return gluLookAt ();
11049 if ac_fn_c_try_link
"$LINENO"; then :
11051 dll
) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11052 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'` ;;
11053 *) ac_cv_lib_soname_GLU
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGLU\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGLU\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11054 if ${ac_cv_lib_soname_GLU:+false} :; then :
11055 ac_cv_lib_soname_GLU
=`$LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11059 rm -f core conftest.err conftest.
$ac_objext \
11060 conftest
$ac_exeext conftest.
$ac_ext
11061 LIBS
=$ac_check_soname_save_LIBS
11063 if ${ac_cv_lib_soname_GLU:+false} :; then :
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11065 $as_echo "not found" >&6; }
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
11069 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11071 cat >>confdefs.h
<<_ACEOF
11072 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11077 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
11078 case "x$with_glu" in
11079 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11081 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
11082 This is an error since --with-glu was requested." "$LINENO" 5 ;;
11088 if test "x$with_osmesa" != "xno"
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
11091 $as_echo_n "checking for -lOSMesa... " >&6; }
11092 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
11093 $as_echo_n "(cached) " >&6
11095 ac_check_soname_save_LIBS
=$LIBS
11096 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
11097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11098 /* end confdefs.h. */
11100 /* Override any GCC internal prototype to avoid an error.
11101 Use char because int might match the return type of a GCC
11102 builtin and then its argument prototype would still apply. */
11106 char OSMesaGetProcAddress ();
11110 return OSMesaGetProcAddress ();
11115 if ac_fn_c_try_link
"$LINENO"; then :
11117 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11118 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'` ;;
11119 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11120 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11121 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11125 rm -f core conftest.err conftest.
$ac_objext \
11126 conftest
$ac_exeext conftest.
$ac_ext
11127 LIBS
=$ac_check_soname_save_LIBS
11129 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11131 $as_echo "not found" >&6; }
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
11135 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
11137 cat >>confdefs.h
<<_ACEOF
11138 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
11143 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
11144 case "x$with_osmesa" in
11145 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
11147 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
11148 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
11154 if test -n "$opengl_msg"; then :
11155 case "x$with_opengl" in
11156 x
) as_fn_append wine_warnings
"|$opengl_msg
11157 OpenGL and Direct3D won't be supported." ;;
11159 *) as_fn_error $?
"$opengl_msg
11160 OpenGL and Direct3D won't be supported.
11161 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
11166 CPPFLAGS
="$ac_save_CPPFLAGS"
11172 if test "$enable_wineandroid_drv$enable_winemac_drv" = "nono"
11174 if test "x$X_LIBS" = "x"; then :
11177 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
11178 without X support, which probably isn't what you want. You will need
11179 to install ${notice_platform}development packages of Xlib at the very least.
11180 Use the --without-x option if you really want this." "$LINENO" 5 ;;
11182 enable_winex11_drv
=${enable_winex11_drv:-no}
11185 if test "x$X_LIBS" = "x"; then :
11187 x
) as_fn_append wine_notices
"|X ${notice_platform}development files not found, the X11 driver won't be supported." ;;
11189 *) as_fn_error $?
"X ${notice_platform}development files not found, the X11 driver won't be supported.
11190 This is an error since --with-x was requested." "$LINENO" 5 ;;
11192 enable_winex11_drv
=${enable_winex11_drv:-no}
11196 if test "$ac_cv_header_CL_cl_h" = "yes"
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
11199 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
11200 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
11201 $as_echo_n "(cached) " >&6
11203 ac_check_lib_save_LIBS
=$LIBS
11204 LIBS
="-lOpenCL $LIBS"
11205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11214 char clGetPlatformInfo ();
11218 return clGetPlatformInfo ();
11223 if ac_fn_c_try_link
"$LINENO"; then :
11224 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
11226 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
11228 rm -f core conftest.err conftest.
$ac_objext \
11229 conftest
$ac_exeext conftest.
$ac_ext
11230 LIBS
=$ac_check_lib_save_LIBS
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
11233 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
11234 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
11235 OPENCL_LIBS
="-lOpenCL"
11240 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
11241 case "x$with_opencl" in
11242 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
11244 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
11245 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
11247 enable_opencl
=${enable_opencl:-no}
11250 if test "$ac_cv_header_pcap_pcap_h" = "yes"
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
11253 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
11254 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
11255 $as_echo_n "(cached) " >&6
11257 ac_check_lib_save_LIBS
=$LIBS
11258 LIBS
="-lpcap $LIBS"
11259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11260 /* end confdefs.h. */
11262 /* Override any GCC internal prototype to avoid an error.
11263 Use char because int might match the return type of a GCC
11264 builtin and then its argument prototype would still apply. */
11268 char pcap_create ();
11272 return pcap_create ();
11277 if ac_fn_c_try_link
"$LINENO"; then :
11278 ac_cv_lib_pcap_pcap_create
=yes
11280 ac_cv_lib_pcap_pcap_create
=no
11282 rm -f core conftest.err conftest.
$ac_objext \
11283 conftest
$ac_exeext conftest.
$ac_ext
11284 LIBS
=$ac_check_lib_save_LIBS
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
11287 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
11288 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
11294 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
11295 case "x$with_pcap" in
11296 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
11298 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
11299 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
11301 enable_wpcap
=${enable_wpcap:-no}
11305 if test "x$with_xml" != "xno"
11307 if ${XML2_CFLAGS:+false} :; then :
11308 if ${PKG_CONFIG+:} false
; then :
11309 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
11312 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
11313 if ${XML2_LIBS:+false} :; then :
11314 if ${PKG_CONFIG+:} false
; then :
11315 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
11318 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
11319 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
11320 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
11321 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
11322 ac_save_CPPFLAGS
=$CPPFLAGS
11323 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
11324 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
11326 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11327 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11328 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11329 cat >>confdefs.h
<<_ACEOF
11330 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11337 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"
11339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11340 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11341 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11342 $as_echo_n "(cached) " >&6
11344 ac_check_lib_save_LIBS
=$LIBS
11345 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11347 /* end confdefs.h. */
11349 /* Override any GCC internal prototype to avoid an error.
11350 Use char because int might match the return type of a GCC
11351 builtin and then its argument prototype would still apply. */
11355 char xmlParseMemory ();
11359 return xmlParseMemory ();
11364 if ac_fn_c_try_link
"$LINENO"; then :
11365 ac_cv_lib_xml2_xmlParseMemory
=yes
11367 ac_cv_lib_xml2_xmlParseMemory
=no
11369 rm -f core conftest.err conftest.
$ac_objext \
11370 conftest
$ac_exeext conftest.
$ac_ext
11371 LIBS
=$ac_check_lib_save_LIBS
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11374 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11375 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11377 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11384 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11385 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11386 $as_echo_n "(cached) " >&6
11388 ac_check_lib_save_LIBS
=$LIBS
11389 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11391 /* end confdefs.h. */
11393 /* Override any GCC internal prototype to avoid an error.
11394 Use char because int might match the return type of a GCC
11395 builtin and then its argument prototype would still apply. */
11399 char xmlReadMemory ();
11403 return xmlReadMemory ();
11408 if ac_fn_c_try_link
"$LINENO"; then :
11409 ac_cv_lib_xml2_xmlReadMemory
=yes
11411 ac_cv_lib_xml2_xmlReadMemory
=no
11413 rm -f core conftest.err conftest.
$ac_objext \
11414 conftest
$ac_exeext conftest.
$ac_ext
11415 LIBS
=$ac_check_lib_save_LIBS
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11418 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11419 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11421 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11426 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11427 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11428 $as_echo_n "(cached) " >&6
11430 ac_check_lib_save_LIBS
=$LIBS
11431 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11441 char xmlNewDocPI ();
11445 return xmlNewDocPI ();
11450 if ac_fn_c_try_link
"$LINENO"; then :
11451 ac_cv_lib_xml2_xmlNewDocPI
=yes
11453 ac_cv_lib_xml2_xmlNewDocPI
=no
11455 rm -f core conftest.err conftest.
$ac_objext \
11456 conftest
$ac_exeext conftest.
$ac_ext
11457 LIBS
=$ac_check_lib_save_LIBS
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11460 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11461 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11463 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11468 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11469 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11470 $as_echo_n "(cached) " >&6
11472 ac_check_lib_save_LIBS
=$LIBS
11473 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11475 /* end confdefs.h. */
11477 /* Override any GCC internal prototype to avoid an error.
11478 Use char because int might match the return type of a GCC
11479 builtin and then its argument prototype would still apply. */
11483 char xmlSchemaSetParserStructuredErrors ();
11487 return xmlSchemaSetParserStructuredErrors ();
11492 if ac_fn_c_try_link
"$LINENO"; then :
11493 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11495 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11497 rm -f core conftest.err conftest.
$ac_objext \
11498 conftest
$ac_exeext conftest.
$ac_ext
11499 LIBS
=$ac_check_lib_save_LIBS
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11502 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11503 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11505 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11510 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11511 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11512 $as_echo_n "(cached) " >&6
11514 ac_check_lib_save_LIBS
=$LIBS
11515 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11516 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11517 /* end confdefs.h. */
11519 /* Override any GCC internal prototype to avoid an error.
11520 Use char because int might match the return type of a GCC
11521 builtin and then its argument prototype would still apply. */
11525 char xmlSchemaSetValidStructuredErrors ();
11529 return xmlSchemaSetValidStructuredErrors ();
11534 if ac_fn_c_try_link
"$LINENO"; then :
11535 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11537 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11539 rm -f core conftest.err conftest.
$ac_objext \
11540 conftest
$ac_exeext conftest.
$ac_ext
11541 LIBS
=$ac_check_lib_save_LIBS
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11544 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11545 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11547 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11552 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11553 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11554 $as_echo_n "(cached) " >&6
11556 ac_check_lib_save_LIBS
=$LIBS
11557 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11559 /* end confdefs.h. */
11561 /* Override any GCC internal prototype to avoid an error.
11562 Use char because int might match the return type of a GCC
11563 builtin and then its argument prototype would still apply. */
11567 char xmlFirstElementChild ();
11571 return xmlFirstElementChild ();
11576 if ac_fn_c_try_link
"$LINENO"; then :
11577 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11579 ac_cv_lib_xml2_xmlFirstElementChild
=no
11581 rm -f core conftest.err conftest.
$ac_objext \
11582 conftest
$ac_exeext conftest.
$ac_ext
11583 LIBS
=$ac_check_lib_save_LIBS
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11586 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11587 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11589 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11593 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11595 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11597 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11605 CPPFLAGS
=$ac_save_CPPFLAGS
11606 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11607 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11610 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11611 case "x$with_xml" in
11612 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11614 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11615 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11620 if test "x$with_xslt" != "xno"
11622 if ${XSLT_CFLAGS:+false} :; then :
11623 if ${PKG_CONFIG+:} false
; then :
11624 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11627 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11628 if ${XSLT_LIBS:+false} :; then :
11629 if ${PKG_CONFIG+:} false
; then :
11630 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11633 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11634 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11635 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11636 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11637 ac_save_CPPFLAGS
=$CPPFLAGS
11638 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11639 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11641 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11642 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11643 # include <libxslt/pattern.h>
11646 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11647 cat >>confdefs.h
<<_ACEOF
11648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11655 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11658 $as_echo_n "checking for -lxslt... " >&6; }
11659 if ${ac_cv_lib_soname_xslt+:} false
; then :
11660 $as_echo_n "(cached) " >&6
11662 ac_check_soname_save_LIBS
=$LIBS
11663 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11665 /* end confdefs.h. */
11667 /* Override any GCC internal prototype to avoid an error.
11668 Use char because int might match the return type of a GCC
11669 builtin and then its argument prototype would still apply. */
11673 char xsltCompilePattern ();
11677 return xsltCompilePattern ();
11682 if ac_fn_c_try_link
"$LINENO"; then :
11684 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11685 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'` ;;
11686 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11687 if ${ac_cv_lib_soname_xslt:+false} :; then :
11688 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11692 rm -f core conftest.err conftest.
$ac_objext \
11693 conftest
$ac_exeext conftest.
$ac_ext
11694 LIBS
=$ac_check_soname_save_LIBS
11696 if ${ac_cv_lib_soname_xslt:+false} :; then :
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11698 $as_echo "not found" >&6; }
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11702 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11704 cat >>confdefs.h
<<_ACEOF
11705 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11713 CPPFLAGS
=$ac_save_CPPFLAGS
11714 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11715 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11718 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11719 case "x$with_xslt" in
11720 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11722 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11723 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11728 if test "x$with_dbus" != "xno"
11730 if ${DBUS_CFLAGS:+false} :; then :
11731 if ${PKG_CONFIG+:} false
; then :
11732 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11736 if ${DBUS_LIBS:+false} :; then :
11737 if ${PKG_CONFIG+:} false
; then :
11738 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11743 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11744 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11745 ac_save_CPPFLAGS
=$CPPFLAGS
11746 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11747 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11748 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11750 $as_echo_n "checking for -ldbus-1... " >&6; }
11751 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11752 $as_echo_n "(cached) " >&6
11754 ac_check_soname_save_LIBS
=$LIBS
11755 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11759 /* Override any GCC internal prototype to avoid an error.
11760 Use char because int might match the return type of a GCC
11761 builtin and then its argument prototype would still apply. */
11765 char dbus_connection_close ();
11769 return dbus_connection_close ();
11774 if ac_fn_c_try_link
"$LINENO"; then :
11776 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11777 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'` ;;
11778 *) 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'`
11779 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11780 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11784 rm -f core conftest.err conftest.
$ac_objext \
11785 conftest
$ac_exeext conftest.
$ac_ext
11786 LIBS
=$ac_check_soname_save_LIBS
11788 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11790 $as_echo "not found" >&6; }
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11794 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11796 cat >>confdefs.h
<<_ACEOF
11797 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11807 CPPFLAGS
=$ac_save_CPPFLAGS
11808 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11809 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11812 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11813 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11814 case "x$with_dbus" in
11815 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11817 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11818 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11823 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11825 if ${HAL_CFLAGS:+false} :; then :
11826 if ${PKG_CONFIG+:} false
; then :
11827 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11831 if ${HAL_LIBS:+false} :; then :
11832 if ${PKG_CONFIG+:} false
; then :
11833 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11837 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11838 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11839 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11840 ac_save_CPPFLAGS
=$CPPFLAGS
11841 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11842 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11843 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11845 $as_echo_n "checking for -lhal... " >&6; }
11846 if ${ac_cv_lib_soname_hal+:} false
; then :
11847 $as_echo_n "(cached) " >&6
11849 ac_check_soname_save_LIBS
=$LIBS
11850 LIBS
="-lhal $HAL_LIBS $LIBS"
11851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11852 /* end confdefs.h. */
11854 /* Override any GCC internal prototype to avoid an error.
11855 Use char because int might match the return type of a GCC
11856 builtin and then its argument prototype would still apply. */
11860 char libhal_ctx_new ();
11864 return libhal_ctx_new ();
11869 if ac_fn_c_try_link
"$LINENO"; then :
11871 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11872 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'` ;;
11873 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11874 if ${ac_cv_lib_soname_hal:+false} :; then :
11875 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11879 rm -f core conftest.err conftest.
$ac_objext \
11880 conftest
$ac_exeext conftest.
$ac_ext
11881 LIBS
=$ac_check_soname_save_LIBS
11883 if ${ac_cv_lib_soname_hal:+false} :; then :
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11885 $as_echo "not found" >&6; }
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11889 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11891 cat >>confdefs.h
<<_ACEOF
11892 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11902 CPPFLAGS
=$ac_save_CPPFLAGS
11903 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11904 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11906 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11907 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11908 case "x$with_hal" in
11909 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11911 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11912 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11918 if test "x$with_gnutls" != "xno"
11920 if ${GNUTLS_CFLAGS:+false} :; then :
11921 if ${PKG_CONFIG+:} false
; then :
11922 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11926 if ${GNUTLS_LIBS:+false} :; then :
11927 if ${PKG_CONFIG+:} false
; then :
11928 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11933 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11934 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11935 ac_save_CPPFLAGS
=$CPPFLAGS
11936 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11937 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11938 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11940 /* end confdefs.h. */
11941 #include <gnutls/gnutls.h>
11942 #include <gnutls/crypto.h>
11946 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11951 if ac_fn_c_try_compile
"$LINENO"; then :
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11953 $as_echo_n "checking for -lgnutls... " >&6; }
11954 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11955 $as_echo_n "(cached) " >&6
11957 ac_check_soname_save_LIBS
=$LIBS
11958 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11959 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11960 /* end confdefs.h. */
11962 /* Override any GCC internal prototype to avoid an error.
11963 Use char because int might match the return type of a GCC
11964 builtin and then its argument prototype would still apply. */
11968 char gnutls_global_init ();
11972 return gnutls_global_init ();
11977 if ac_fn_c_try_link
"$LINENO"; then :
11979 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11980 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'` ;;
11981 *) 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'`
11982 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11983 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'`
11987 rm -f core conftest.err conftest.
$ac_objext \
11988 conftest
$ac_exeext conftest.
$ac_ext
11989 LIBS
=$ac_check_soname_save_LIBS
11991 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11993 $as_echo "not found" >&6; }
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11997 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11999 cat >>confdefs.h
<<_ACEOF
12000 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12005 ac_wine_check_funcs_save_LIBS
="$LIBS"
12006 LIBS
="$LIBS $GNUTLS_LIBS"
12007 for ac_func
in gnutls_cipher_init
12009 ac_fn_c_check_func
"$LINENO" "gnutls_cipher_init" "ac_cv_func_gnutls_cipher_init"
12010 if test "x$ac_cv_func_gnutls_cipher_init" = xyes
; then :
12011 cat >>confdefs.h
<<_ACEOF
12012 #define HAVE_GNUTLS_CIPHER_INIT 1
12016 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, bcrypt encryption won't be supported."
12020 LIBS
="$ac_wine_check_funcs_save_LIBS"
12022 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12028 CPPFLAGS
=$ac_save_CPPFLAGS
12029 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12030 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12033 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
12034 case "x$with_gnutls" in
12035 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12037 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
12038 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
12044 if test "$ac_cv_header_ncurses_h" = "yes"
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
12047 $as_echo_n "checking for -lncurses... " >&6; }
12048 if ${ac_cv_lib_soname_ncurses+:} false
; then :
12049 $as_echo_n "(cached) " >&6
12051 ac_check_soname_save_LIBS
=$LIBS
12052 LIBS
="-lncurses $LIBS"
12053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12054 /* end confdefs.h. */
12056 /* Override any GCC internal prototype to avoid an error.
12057 Use char because int might match the return type of a GCC
12058 builtin and then its argument prototype would still apply. */
12071 if ac_fn_c_try_link
"$LINENO"; then :
12073 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12074 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'` ;;
12075 *) 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'`
12076 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12077 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12081 rm -f core conftest.err conftest.
$ac_objext \
12082 conftest
$ac_exeext conftest.
$ac_ext
12083 LIBS
=$ac_check_soname_save_LIBS
12085 if ${ac_cv_lib_soname_ncurses:+false} :; then :
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12087 $as_echo "not found" >&6; }
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
12091 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
12093 cat >>confdefs.h
<<_ACEOF
12094 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12097 CURSES_LIBS
="-lncurses"
12099 elif test "$ac_cv_header_curses_h" = "yes"
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
12102 $as_echo_n "checking for -lcurses... " >&6; }
12103 if ${ac_cv_lib_soname_curses+:} false
; then :
12104 $as_echo_n "(cached) " >&6
12106 ac_check_soname_save_LIBS
=$LIBS
12107 LIBS
="-lcurses $LIBS"
12108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12109 /* end confdefs.h. */
12111 /* Override any GCC internal prototype to avoid an error.
12112 Use char because int might match the return type of a GCC
12113 builtin and then its argument prototype would still apply. */
12126 if ac_fn_c_try_link
"$LINENO"; then :
12128 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12129 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'` ;;
12130 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12131 if ${ac_cv_lib_soname_curses:+false} :; then :
12132 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12136 rm -f core conftest.err conftest.
$ac_objext \
12137 conftest
$ac_exeext conftest.
$ac_ext
12138 LIBS
=$ac_check_soname_save_LIBS
12140 if ${ac_cv_lib_soname_curses:+false} :; then :
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12142 $as_echo "not found" >&6; }
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
12146 $as_echo "$ac_cv_lib_soname_curses" >&6; }
12148 cat >>confdefs.h
<<_ACEOF
12149 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12152 CURSES_LIBS
="-lcurses"
12155 ac_save_LIBS
="$LIBS"
12156 LIBS
="$LIBS $CURSES_LIBS"
12157 for ac_func
in mousemask
12159 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
12160 if test "x$ac_cv_func_mousemask" = xyes
; then :
12161 cat >>confdefs.h
<<_ACEOF
12162 #define HAVE_MOUSEMASK 1
12168 LIBS
="$ac_save_LIBS"
12169 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
12170 case "x$with_curses" in
12171 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
12173 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
12174 This is an error since --with-curses was requested." "$LINENO" 5 ;;
12179 if test "x$with_sane" != "xno"
12181 if ${SANE_CFLAGS:+false} :; then :
12182 if ${PKG_CONFIG+:} false
; then :
12183 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
12186 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
12187 if ${SANE_LIBS:+false} :; then :
12188 if ${PKG_CONFIG+:} false
; then :
12189 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
12192 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
12194 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
12195 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
12196 ac_save_CPPFLAGS
=$CPPFLAGS
12197 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
12198 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
12199 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
12201 $as_echo_n "checking for -lsane... " >&6; }
12202 if ${ac_cv_lib_soname_sane+:} false
; then :
12203 $as_echo_n "(cached) " >&6
12205 ac_check_soname_save_LIBS
=$LIBS
12206 LIBS
="-lsane $SANE_LIBS $LIBS"
12207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12208 /* end confdefs.h. */
12210 /* Override any GCC internal prototype to avoid an error.
12211 Use char because int might match the return type of a GCC
12212 builtin and then its argument prototype would still apply. */
12220 return sane_init ();
12225 if ac_fn_c_try_link
"$LINENO"; then :
12227 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12228 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'` ;;
12229 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12230 if ${ac_cv_lib_soname_sane:+false} :; then :
12231 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12235 rm -f core conftest.err conftest.
$ac_objext \
12236 conftest
$ac_exeext conftest.
$ac_ext
12237 LIBS
=$ac_check_soname_save_LIBS
12239 if ${ac_cv_lib_soname_sane:+false} :; then :
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12241 $as_echo "not found" >&6; }
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
12245 $as_echo "$ac_cv_lib_soname_sane" >&6; }
12247 cat >>confdefs.h
<<_ACEOF
12248 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
12258 CPPFLAGS
=$ac_save_CPPFLAGS
12259 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12260 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12263 if test "x$ac_cv_lib_soname_sane" = "x"; then :
12264 case "x$with_sane" in
12265 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
12267 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
12268 This is an error since --with-sane was requested." "$LINENO" 5 ;;
12273 if test "x$with_v4l" != "xno"
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
12276 $as_echo_n "checking for -lv4l1... " >&6; }
12277 if ${ac_cv_lib_soname_v4l1+:} false
; then :
12278 $as_echo_n "(cached) " >&6
12280 ac_check_soname_save_LIBS
=$LIBS
12281 LIBS
="-lv4l1 $LIBS"
12282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h. */
12285 /* Override any GCC internal prototype to avoid an error.
12286 Use char because int might match the return type of a GCC
12287 builtin and then its argument prototype would still apply. */
12295 return v4l1_open ();
12300 if ac_fn_c_try_link
"$LINENO"; then :
12302 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12303 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'` ;;
12304 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12305 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12306 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12310 rm -f core conftest.err conftest.
$ac_objext \
12311 conftest
$ac_exeext conftest.
$ac_ext
12312 LIBS
=$ac_check_soname_save_LIBS
12314 if ${ac_cv_lib_soname_v4l1:+false} :; then :
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12316 $as_echo "not found" >&6; }
12319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
12320 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
12322 cat >>confdefs.h
<<_ACEOF
12323 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
12329 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
12330 case "x$with_v4l" in
12331 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
12333 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
12334 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
12339 if test "x$with_gphoto" != "xno"
12341 if ${GPHOTO2_CFLAGS:+false} :; then :
12342 if ${PKG_CONFIG+:} false
; then :
12343 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
12346 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
12347 if ${GPHOTO2_LIBS:+false} :; then :
12348 if ${PKG_CONFIG+:} false
; then :
12349 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
12352 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
12353 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
12354 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
12355 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
12356 ac_save_CPPFLAGS
=$CPPFLAGS
12357 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
12358 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12359 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12361 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12362 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12363 $as_echo_n "(cached) " >&6
12365 ac_check_lib_save_LIBS
=$LIBS
12366 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12367 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12368 /* end confdefs.h. */
12370 /* Override any GCC internal prototype to avoid an error.
12371 Use char because int might match the return type of a GCC
12372 builtin and then its argument prototype would still apply. */
12376 char gp_camera_new ();
12380 return gp_camera_new ();
12385 if ac_fn_c_try_link
"$LINENO"; then :
12386 ac_cv_lib_gphoto2_gp_camera_new
=yes
12388 ac_cv_lib_gphoto2_gp_camera_new
=no
12390 rm -f core conftest.err conftest.
$ac_objext \
12391 conftest
$ac_exeext conftest.
$ac_ext
12392 LIBS
=$ac_check_lib_save_LIBS
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12395 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12396 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12398 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12401 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12405 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12409 CPPFLAGS
=$ac_save_CPPFLAGS
12410 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12411 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12413 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12414 if ${PKG_CONFIG+:} false
; then :
12415 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12418 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12419 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12420 if ${PKG_CONFIG+:} false
; then :
12421 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12424 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12425 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12426 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12427 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12428 ac_save_CPPFLAGS
=$CPPFLAGS
12429 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12430 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12431 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12433 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12434 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12435 $as_echo_n "(cached) " >&6
12437 ac_check_lib_save_LIBS
=$LIBS
12438 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12440 /* end confdefs.h. */
12442 /* Override any GCC internal prototype to avoid an error.
12443 Use char because int might match the return type of a GCC
12444 builtin and then its argument prototype would still apply. */
12448 char gp_port_info_list_new ();
12452 return gp_port_info_list_new ();
12457 if ac_fn_c_try_link
"$LINENO"; then :
12458 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12460 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12462 rm -f core conftest.err conftest.
$ac_objext \
12463 conftest
$ac_exeext conftest.
$ac_ext
12464 LIBS
=$ac_check_lib_save_LIBS
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12467 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12468 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12470 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12473 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12477 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12481 CPPFLAGS
=$ac_save_CPPFLAGS
12482 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12483 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12486 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12487 case "x$with_gphoto" in
12488 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12490 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12491 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12495 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12496 case "x$with_gphoto" in
12497 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12499 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12500 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12506 if test "$ac_cv_header_resolv_h" = "yes"
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12509 $as_echo_n "checking for resolver library... " >&6; }
12510 if ${ac_cv_have_resolv+:} false
; then :
12511 $as_echo_n "(cached) " >&6
12513 ac_save_LIBS
="$LIBS"
12514 for lib
in '' -lresolv
12516 LIBS
="$lib $ac_save_LIBS"
12517 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12518 /* end confdefs.h. */
12519 #ifdef HAVE_NETINET_IN_H
12520 #include <netinet/in.h>
12522 #include <resolv.h>
12526 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12531 if ac_fn_c_try_link
"$LINENO"; then :
12532 ac_cv_have_resolv
=${lib:-"none required"}
12534 ac_cv_have_resolv
="not found"
12536 rm -f core conftest.err conftest.
$ac_objext \
12537 conftest
$ac_exeext conftest.
$ac_ext
12538 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12540 LIBS
="$ac_save_LIBS"
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12543 $as_echo "$ac_cv_have_resolv" >&6; }
12545 case "$ac_cv_have_resolv" in
12549 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12552 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12554 RESOLV_LIBS
=$ac_cv_have_resolv
12559 if test "x$with_cms" != "xno"
12561 if ${LCMS2_CFLAGS:+false} :; then :
12562 if ${PKG_CONFIG+:} false
; then :
12563 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12567 if ${LCMS2_LIBS:+false} :; then :
12568 if ${PKG_CONFIG+:} false
; then :
12569 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12573 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12574 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12575 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12576 ac_save_CPPFLAGS
=$CPPFLAGS
12577 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12578 for ac_header
in lcms2.h
12580 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12581 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12582 cat >>confdefs.h
<<_ACEOF
12583 #define HAVE_LCMS2_H 1
12590 if test "$ac_cv_header_lcms2_h" = "yes"
12592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12593 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12594 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12595 $as_echo_n "(cached) " >&6
12597 ac_check_lib_save_LIBS
=$LIBS
12598 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12608 char cmsOpenProfileFromFile ();
12612 return cmsOpenProfileFromFile ();
12617 if ac_fn_c_try_link
"$LINENO"; then :
12618 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12620 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12622 rm -f core conftest.err conftest.
$ac_objext \
12623 conftest
$ac_exeext conftest.
$ac_ext
12624 LIBS
=$ac_check_lib_save_LIBS
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12627 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12628 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12630 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12640 CPPFLAGS
=$ac_save_CPPFLAGS
12641 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12642 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12645 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12646 case "x$with_cms" in
12647 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12649 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12650 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12655 if test "x$with_freetype" != "xno"
12657 if ${FREETYPE_CFLAGS:+false} :; then :
12658 if ${PKG_CONFIG+:} false
; then :
12659 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12662 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12663 if ${FREETYPE_LIBS:+false} :; then :
12664 if ${PKG_CONFIG+:} false
; then :
12665 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12668 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12669 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12670 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12671 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12672 ac_save_CPPFLAGS
=$CPPFLAGS
12673 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12674 for ac_header
in ft2build.h
12676 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12677 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12678 cat >>confdefs.h
<<_ACEOF
12679 #define HAVE_FT2BUILD_H 1
12686 if test "$ac_cv_header_ft2build_h" = "yes"
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12689 $as_echo_n "checking for -lfreetype... " >&6; }
12690 if ${ac_cv_lib_soname_freetype+:} false
; then :
12691 $as_echo_n "(cached) " >&6
12693 ac_check_soname_save_LIBS
=$LIBS
12694 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12696 /* end confdefs.h. */
12698 /* Override any GCC internal prototype to avoid an error.
12699 Use char because int might match the return type of a GCC
12700 builtin and then its argument prototype would still apply. */
12704 char FT_Init_FreeType ();
12708 return FT_Init_FreeType ();
12713 if ac_fn_c_try_link
"$LINENO"; then :
12715 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12716 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'` ;;
12717 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12718 if ${ac_cv_lib_soname_freetype:+false} :; then :
12719 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12723 rm -f core conftest.err conftest.
$ac_objext \
12724 conftest
$ac_exeext conftest.
$ac_ext
12725 LIBS
=$ac_check_soname_save_LIBS
12727 if ${ac_cv_lib_soname_freetype:+false} :; then :
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12729 $as_echo "not found" >&6; }
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12733 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12735 cat >>confdefs.h
<<_ACEOF
12736 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12740 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12742 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12743 #include FT_MODULE_H
12745 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12747 cat >>confdefs.h
<<_ACEOF
12748 #define HAVE_FT_TRUETYPEENGINETYPE 1
12759 CPPFLAGS
=$ac_save_CPPFLAGS
12760 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12761 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12764 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12765 case "x$with_freetype" in
12767 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12768 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12770 enable_fonts
=${enable_fonts:-no}
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12774 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12775 if ${ac_cv_c_ppdev+:} false
; then :
12776 $as_echo_n "(cached) " >&6
12778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12779 /* end confdefs.h. */
12780 #ifdef HAVE_SYS_IOCTL_H
12781 # include <sys/ioctl.h>
12783 #include <linux/ppdev.h>
12787 ioctl (1,PPCLAIM,0)
12792 if ac_fn_c_try_compile
"$LINENO"; then :
12793 ac_cv_c_ppdev
="yes"
12797 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12800 $as_echo "$ac_cv_c_ppdev" >&6; }
12801 if test "$ac_cv_c_ppdev" = "yes"
12804 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12808 ac_wine_check_funcs_save_LIBS
="$LIBS"
12809 LIBS
="$LIBS $PTHREAD_LIBS"
12811 pthread_attr_get_np \
12812 pthread_getattr_np \
12813 pthread_getthreadid_np \
12814 pthread_get_stackaddr_np \
12815 pthread_get_stacksize_np
12817 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12818 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12819 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12820 cat >>confdefs.h
<<_ACEOF
12821 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12827 LIBS
="$ac_wine_check_funcs_save_LIBS"
12829 if test "$ac_cv_header_zlib_h" = "yes"
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12832 $as_echo_n "checking for inflate in -lz... " >&6; }
12833 if ${ac_cv_lib_z_inflate+:} false
; then :
12834 $as_echo_n "(cached) " >&6
12836 ac_check_lib_save_LIBS
=$LIBS
12838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12839 /* end confdefs.h. */
12841 /* Override any GCC internal prototype to avoid an error.
12842 Use char because int might match the return type of a GCC
12843 builtin and then its argument prototype would still apply. */
12856 if ac_fn_c_try_link
"$LINENO"; then :
12857 ac_cv_lib_z_inflate
=yes
12859 ac_cv_lib_z_inflate
=no
12861 rm -f core conftest.err conftest.
$ac_objext \
12862 conftest
$ac_exeext conftest.
$ac_ext
12863 LIBS
=$ac_check_lib_save_LIBS
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12866 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12867 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12869 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12876 if test "x$Z_LIBS" = "x"; then :
12877 case "x$with_zlib" in
12878 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12880 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12881 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12886 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12888 if test "$ac_cv_header_gettext_po_h" = "yes"
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12891 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12892 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12893 $as_echo_n "(cached) " >&6
12895 ac_check_lib_save_LIBS
=$LIBS
12896 LIBS
="-lgettextpo $LIBS"
12897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12898 /* end confdefs.h. */
12900 /* Override any GCC internal prototype to avoid an error.
12901 Use char because int might match the return type of a GCC
12902 builtin and then its argument prototype would still apply. */
12906 char po_message_msgctxt ();
12910 return po_message_msgctxt ();
12915 if ac_fn_c_try_link
"$LINENO"; then :
12916 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12918 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12920 rm -f core conftest.err conftest.
$ac_objext \
12921 conftest
$ac_exeext conftest.
$ac_ext
12922 LIBS
=$ac_check_lib_save_LIBS
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12925 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12926 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12928 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12930 GETTEXTPO_LIBS
="-lgettextpo"
12935 if test "x$GETTEXTPO_LIBS" = "x"; then :
12936 case "x$with_gettextpo" in
12937 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12939 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12940 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12944 if test "$srcdir" != .
; then :
12945 case "x$with_gettextpo" in
12946 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12948 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12949 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12955 if test "x$with_pulse" != "xno";
12957 if ${PULSE_CFLAGS:+false} :; then :
12958 if ${PKG_CONFIG+:} false
; then :
12959 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12963 if ${PULSE_LIBS:+false} :; then :
12964 if ${PKG_CONFIG+:} false
; then :
12965 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12970 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12971 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12972 ac_save_CPPFLAGS
=$CPPFLAGS
12973 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12974 for ac_header
in pulse
/pulseaudio.h
12976 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12977 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12978 cat >>confdefs.h
<<_ACEOF
12979 #define HAVE_PULSE_PULSEAUDIO_H 1
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12982 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12983 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12984 $as_echo_n "(cached) " >&6
12986 ac_check_lib_save_LIBS
=$LIBS
12987 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12989 /* end confdefs.h. */
12991 /* Override any GCC internal prototype to avoid an error.
12992 Use char because int might match the return type of a GCC
12993 builtin and then its argument prototype would still apply. */
12997 char pa_stream_is_corked ();
13001 return pa_stream_is_corked ();
13006 if ac_fn_c_try_link
"$LINENO"; then :
13007 ac_cv_lib_pulse_pa_stream_is_corked
=yes
13009 ac_cv_lib_pulse_pa_stream_is_corked
=no
13011 rm -f core conftest.err conftest.
$ac_objext \
13012 conftest
$ac_exeext conftest.
$ac_ext
13013 LIBS
=$ac_check_lib_save_LIBS
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
13016 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
13017 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
13029 CPPFLAGS
=$ac_save_CPPFLAGS
13030 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13031 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13034 if test -z "$PULSE_LIBS"; then :
13035 case "x$with_pulse" in
13036 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
13038 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
13039 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
13041 enable_winepulse_drv
=${enable_winepulse_drv:-no}
13044 if test "x$with_gstreamer" != "xno"
13046 if ${GSTREAMER_CFLAGS:+false} :; then :
13047 if ${PKG_CONFIG+:} false
; then :
13048 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13052 if ${GSTREAMER_LIBS:+false} :; then :
13053 if ${PKG_CONFIG+:} false
; then :
13054 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
13059 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
13060 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
13061 ac_save_CPPFLAGS
=$CPPFLAGS
13062 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
13064 for i
in $GSTREAMER_CFLAGS
13067 -I*) ac_gst_incl
="$ac_gst_incl $i";;
13070 GSTREAMER_CFLAGS
=$ac_gst_incl
13071 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
13072 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
13073 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
13075 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
13076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13077 /* end confdefs.h. */
13078 #include <gst/gst.h>
13082 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
13087 if ac_fn_c_try_compile
"$LINENO"; then :
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13089 $as_echo "yes" >&6; }
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
13091 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
13092 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
13093 $as_echo_n "(cached) " >&6
13095 ac_check_lib_save_LIBS
=$LIBS
13096 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
13097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13098 /* end confdefs.h. */
13100 /* Override any GCC internal prototype to avoid an error.
13101 Use char because int might match the return type of a GCC
13102 builtin and then its argument prototype would still apply. */
13106 char gst_pad_new ();
13110 return gst_pad_new ();
13115 if ac_fn_c_try_link
"$LINENO"; then :
13116 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
13118 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
13120 rm -f core conftest.err conftest.
$ac_objext \
13121 conftest
$ac_exeext conftest.
$ac_ext
13122 LIBS
=$ac_check_lib_save_LIBS
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
13125 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
13126 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13132 $as_echo "no" >&6; }
13133 ac_glib2_broken
=yes
13134 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
13136 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13140 CPPFLAGS
=$ac_save_CPPFLAGS
13141 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13142 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13145 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 :
13146 case "x$with_gstreamer" in
13147 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported." ;;
13149 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, GStreamer won't be supported.
13150 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
13154 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
13158 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
13161 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
13162 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
13163 $as_echo_n "(cached) " >&6
13165 ac_check_lib_save_LIBS
=$LIBS
13166 LIBS
="-lasound $LIBS"
13167 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13168 /* end confdefs.h. */
13170 /* Override any GCC internal prototype to avoid an error.
13171 Use char because int might match the return type of a GCC
13172 builtin and then its argument prototype would still apply. */
13176 char snd_pcm_hw_params_get_access_mask ();
13180 return snd_pcm_hw_params_get_access_mask ();
13185 if ac_fn_c_try_link
"$LINENO"; then :
13186 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
13188 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
13190 rm -f core conftest.err conftest.
$ac_objext \
13191 conftest
$ac_exeext conftest.
$ac_ext
13192 LIBS
=$ac_check_lib_save_LIBS
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
13195 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
13196 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
13197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13198 /* end confdefs.h. */
13199 #ifdef HAVE_ALSA_ASOUNDLIB_H
13200 #include <alsa/asoundlib.h>
13201 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13202 #include <sys/asoundlib.h>
13207 snd_pcm_hw_params_get_access_mask(NULL, NULL)
13212 if ac_fn_c_try_compile
"$LINENO"; then :
13213 ALSA_LIBS
="-lasound"
13215 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13219 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13221 if test "x$with_oss" != xno
13223 ac_save_CPPFLAGS
="$CPPFLAGS"
13224 if test -f /etc
/oss.conf
13228 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
13229 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
13230 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
13231 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
13232 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
13234 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
13236 cat >>confdefs.h
<<_ACEOF
13237 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
13240 OSS4_CFLAGS
="$ac_oss_incl"
13247 CPPFLAGS
="$ac_save_CPPFLAGS"
13249 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
13250 case "x$with_oss" in
13251 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
13253 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
13254 This is an error since --with-oss was requested." "$LINENO" 5 ;;
13256 enable_wineoss_drv
=${enable_wineoss_drv:-no}
13259 if test "x$with_udev" != "xno"
13261 if ${UDEV_CFLAGS:+false} :; then :
13262 if ${PKG_CONFIG+:} false
; then :
13263 UDEV_CFLAGS
=`$PKG_CONFIG --cflags libudev 2>/dev/null`
13267 if ${UDEV_LIBS:+false} :; then :
13268 if ${PKG_CONFIG+:} false
; then :
13269 UDEV_LIBS
=`$PKG_CONFIG --libs libudev 2>/dev/null`
13273 UDEV_LIBS
=${UDEV_LIBS:-"-ludev"}
13274 $as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
13275 $as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
13276 ac_save_CPPFLAGS
=$CPPFLAGS
13277 CPPFLAGS
="$CPPFLAGS $UDEV_CFLAGS"
13278 for ac_header
in libudev.h
13280 ac_fn_c_check_header_mongrel
"$LINENO" "libudev.h" "ac_cv_header_libudev_h" "$ac_includes_default"
13281 if test "x$ac_cv_header_libudev_h" = xyes
; then :
13282 cat >>confdefs.h
<<_ACEOF
13283 #define HAVE_LIBUDEV_H 1
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for udev_new in -ludev" >&5
13286 $as_echo_n "checking for udev_new in -ludev... " >&6; }
13287 if ${ac_cv_lib_udev_udev_new+:} false
; then :
13288 $as_echo_n "(cached) " >&6
13290 ac_check_lib_save_LIBS
=$LIBS
13291 LIBS
="-ludev $UDEV_LIBS $LIBS"
13292 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13293 /* end confdefs.h. */
13295 /* Override any GCC internal prototype to avoid an error.
13296 Use char because int might match the return type of a GCC
13297 builtin and then its argument prototype would still apply. */
13305 return udev_new ();
13310 if ac_fn_c_try_link
"$LINENO"; then :
13311 ac_cv_lib_udev_udev_new
=yes
13313 ac_cv_lib_udev_udev_new
=no
13315 rm -f core conftest.err conftest.
$ac_objext \
13316 conftest
$ac_exeext conftest.
$ac_ext
13317 LIBS
=$ac_check_lib_save_LIBS
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_udev_udev_new" >&5
13320 $as_echo "$ac_cv_lib_udev_udev_new" >&6; }
13321 if test "x$ac_cv_lib_udev_udev_new" = xyes
; then :
13323 $as_echo "#define HAVE_UDEV 1" >>confdefs.h
13335 CPPFLAGS
=$ac_save_CPPFLAGS
13336 test -z "$UDEV_CFLAGS" || UDEV_CFLAGS
=`echo " $UDEV_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13337 test -z "$UDEV_LIBS" || UDEV_LIBS
=`echo " $UDEV_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13340 if test "x$UDEV_LIBS" = "x"; then :
13341 case "x$with_udev" in
13342 x
) as_fn_append wine_notices
"|libudev ${notice_platform}development files not found, plug and play won't be supported." ;;
13344 *) as_fn_error $?
"libudev ${notice_platform}development files not found, plug and play won't be supported.
13345 This is an error since --with-udev was requested." "$LINENO" 5 ;;
13350 if test "x$with_capi" != "xno"
13352 if ${CAPI20_CFLAGS:+false} :; then :
13353 if ${PKG_CONFIG+:} false
; then :
13354 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
13358 if ${CAPI20_LIBS:+false} :; then :
13359 if ${PKG_CONFIG+:} false
; then :
13360 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
13365 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
13366 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
13367 ac_save_CPPFLAGS
=$CPPFLAGS
13368 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
13369 for ac_header
in capi20.h linux
/capi.h
13371 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13372 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
13374 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13375 cat >>confdefs.h
<<_ACEOF
13376 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13383 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
13386 $as_echo_n "checking for -lcapi20... " >&6; }
13387 if ${ac_cv_lib_soname_capi20+:} false
; then :
13388 $as_echo_n "(cached) " >&6
13390 ac_check_soname_save_LIBS
=$LIBS
13391 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
13392 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13393 /* end confdefs.h. */
13395 /* Override any GCC internal prototype to avoid an error.
13396 Use char because int might match the return type of a GCC
13397 builtin and then its argument prototype would still apply. */
13401 char capi20_register ();
13405 return capi20_register ();
13410 if ac_fn_c_try_link
"$LINENO"; then :
13412 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13413 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'` ;;
13414 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13415 if ${ac_cv_lib_soname_capi20:+false} :; then :
13416 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13420 rm -f core conftest.err conftest.
$ac_objext \
13421 conftest
$ac_exeext conftest.
$ac_ext
13422 LIBS
=$ac_check_soname_save_LIBS
13424 if ${ac_cv_lib_soname_capi20:+false} :; then :
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13426 $as_echo "not found" >&6; }
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
13430 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
13432 cat >>confdefs.h
<<_ACEOF
13433 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13439 CPPFLAGS
=$ac_save_CPPFLAGS
13440 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13441 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13444 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
13445 case "x$with_capi" in
13446 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
13448 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
13449 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13454 if test "x$with_cups" != "xno"
13456 if ${CUPS_CFLAGS:+false} :; then :
13457 if ${PKG_CONFIG+:} false
; then :
13458 CUPS_CFLAGS
=`$PKG_CONFIG --cflags cups 2>/dev/null`
13461 test "$cross_compiling" = yes || CUPS_CFLAGS
=${CUPS_CFLAGS:-`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`}
13462 if ${CUPS_LIBS:+false} :; then :
13463 if ${PKG_CONFIG+:} false
; then :
13464 CUPS_LIBS
=`$PKG_CONFIG --libs cups 2>/dev/null`
13467 test "$cross_compiling" = yes || CUPS_LIBS
=${CUPS_LIBS:-`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`}
13468 CUPS_LIBS
=${CUPS_LIBS:-"-lcups"}
13469 $as_echo "$as_me:${as_lineno-$LINENO}: cups cflags: $CUPS_CFLAGS" >&5
13470 $as_echo "$as_me:${as_lineno-$LINENO}: cups libs: $CUPS_LIBS" >&5
13471 ac_save_CPPFLAGS
=$CPPFLAGS
13472 CPPFLAGS
="$CPPFLAGS $CUPS_CFLAGS"
13473 for ac_header
in cups
/cups.h cups
/ppd.h
13475 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13476 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13477 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13478 cat >>confdefs.h
<<_ACEOF
13479 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13486 if test "$ac_cv_header_cups_cups_h" = "yes"
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13489 $as_echo_n "checking for -lcups... " >&6; }
13490 if ${ac_cv_lib_soname_cups+:} false
; then :
13491 $as_echo_n "(cached) " >&6
13493 ac_check_soname_save_LIBS
=$LIBS
13494 LIBS
="-lcups $CUPS_LIBS $LIBS"
13495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13496 /* end confdefs.h. */
13498 /* Override any GCC internal prototype to avoid an error.
13499 Use char because int might match the return type of a GCC
13500 builtin and then its argument prototype would still apply. */
13504 char cupsGetDefault ();
13508 return cupsGetDefault ();
13513 if ac_fn_c_try_link
"$LINENO"; then :
13515 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13516 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'` ;;
13517 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13518 if ${ac_cv_lib_soname_cups:+false} :; then :
13519 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13523 rm -f core conftest.err conftest.
$ac_objext \
13524 conftest
$ac_exeext conftest.
$ac_ext
13525 LIBS
=$ac_check_soname_save_LIBS
13527 if ${ac_cv_lib_soname_cups:+false} :; then :
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13529 $as_echo "not found" >&6; }
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13533 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13535 cat >>confdefs.h
<<_ACEOF
13536 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13545 CPPFLAGS
=$ac_save_CPPFLAGS
13546 test -z "$CUPS_CFLAGS" || CUPS_CFLAGS
=`echo " $CUPS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13547 test -z "$CUPS_LIBS" || CUPS_LIBS
=`echo " $CUPS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13550 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13551 case "x$with_cups" in
13552 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13554 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13555 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13560 if test "x$with_fontconfig" != "xno"
13562 if ${FONTCONFIG_CFLAGS:+false} :; then :
13563 if ${PKG_CONFIG+:} false
; then :
13564 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13567 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13568 if ${FONTCONFIG_LIBS:+false} :; then :
13569 if ${PKG_CONFIG+:} false
; then :
13570 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13573 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13575 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13576 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13577 ac_save_CPPFLAGS
=$CPPFLAGS
13578 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13579 for ac_header
in fontconfig
/fontconfig.h
13581 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13582 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13583 cat >>confdefs.h
<<_ACEOF
13584 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13591 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13594 $as_echo_n "checking for -lfontconfig... " >&6; }
13595 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13596 $as_echo_n "(cached) " >&6
13598 ac_check_soname_save_LIBS
=$LIBS
13599 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13601 /* end confdefs.h. */
13603 /* Override any GCC internal prototype to avoid an error.
13604 Use char because int might match the return type of a GCC
13605 builtin and then its argument prototype would still apply. */
13618 if ac_fn_c_try_link
"$LINENO"; then :
13620 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13621 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'` ;;
13622 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13623 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13624 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13628 rm -f core conftest.err conftest.
$ac_objext \
13629 conftest
$ac_exeext conftest.
$ac_ext
13630 LIBS
=$ac_check_soname_save_LIBS
13632 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13634 $as_echo "not found" >&6; }
13635 FONTCONFIG_CFLAGS
=""
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13638 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13640 cat >>confdefs.h
<<_ACEOF
13641 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13647 FONTCONFIG_CFLAGS
=""
13649 CPPFLAGS
=$ac_save_CPPFLAGS
13650 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13651 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13654 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13655 case "x$with_fontconfig" in
13656 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13658 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13659 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13664 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13667 $as_echo_n "checking for -lgsm... " >&6; }
13668 if ${ac_cv_lib_soname_gsm+:} false
; then :
13669 $as_echo_n "(cached) " >&6
13671 ac_check_soname_save_LIBS
=$LIBS
13673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13674 /* end confdefs.h. */
13676 /* Override any GCC internal prototype to avoid an error.
13677 Use char because int might match the return type of a GCC
13678 builtin and then its argument prototype would still apply. */
13682 char gsm_create ();
13686 return gsm_create ();
13691 if ac_fn_c_try_link
"$LINENO"; then :
13693 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13694 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'` ;;
13695 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13696 if ${ac_cv_lib_soname_gsm:+false} :; then :
13697 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13701 rm -f core conftest.err conftest.
$ac_objext \
13702 conftest
$ac_exeext conftest.
$ac_ext
13703 LIBS
=$ac_check_soname_save_LIBS
13705 if ${ac_cv_lib_soname_gsm:+false} :; then :
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13707 $as_echo "not found" >&6; }
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13711 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13713 cat >>confdefs.h
<<_ACEOF
13714 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13720 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13721 case "x$with_gsm" in
13722 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13724 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13725 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13730 if test "x$with_jpeg" != "xno"
13732 if ${JPEG_CFLAGS:+false} :; then :
13733 if ${PKG_CONFIG+:} false
; then :
13734 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13738 if ${JPEG_LIBS:+false} :; then :
13739 if ${PKG_CONFIG+:} false
; then :
13740 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13745 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13746 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13747 ac_save_CPPFLAGS
=$CPPFLAGS
13748 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13749 for ac_header
in jpeglib.h
13751 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13752 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13753 cat >>confdefs.h
<<_ACEOF
13754 #define HAVE_JPEGLIB_H 1
13761 if test "$ac_cv_header_jpeglib_h" = "yes"
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13764 $as_echo_n "checking for -ljpeg... " >&6; }
13765 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13766 $as_echo_n "(cached) " >&6
13768 ac_check_soname_save_LIBS
=$LIBS
13769 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13771 /* end confdefs.h. */
13773 /* Override any GCC internal prototype to avoid an error.
13774 Use char because int might match the return type of a GCC
13775 builtin and then its argument prototype would still apply. */
13779 char jpeg_start_decompress ();
13783 return jpeg_start_decompress ();
13788 if ac_fn_c_try_link
"$LINENO"; then :
13790 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13791 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'` ;;
13792 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13793 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13794 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13798 rm -f core conftest.err conftest.
$ac_objext \
13799 conftest
$ac_exeext conftest.
$ac_ext
13800 LIBS
=$ac_check_soname_save_LIBS
13802 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13804 $as_echo "not found" >&6; }
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13808 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13810 cat >>confdefs.h
<<_ACEOF
13811 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13819 CPPFLAGS
=$ac_save_CPPFLAGS
13820 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13821 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13824 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13825 case "x$with_jpeg" in
13826 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13828 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13829 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13834 if test "x$with_png" != "xno"
13836 if ${PNG_CFLAGS:+false} :; then :
13837 if ${PKG_CONFIG+:} false
; then :
13838 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13841 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13842 if ${PNG_LIBS:+false} :; then :
13843 if ${PKG_CONFIG+:} false
; then :
13844 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13847 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13849 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13850 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13851 ac_save_CPPFLAGS
=$CPPFLAGS
13852 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13853 for ac_header
in png.h
13855 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13856 if test "x$ac_cv_header_png_h" = xyes
; then :
13857 cat >>confdefs.h
<<_ACEOF
13858 #define HAVE_PNG_H 1
13865 if test "$ac_cv_header_png_h" = "yes"
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13868 $as_echo_n "checking for -lpng... " >&6; }
13869 if ${ac_cv_lib_soname_png+:} false
; then :
13870 $as_echo_n "(cached) " >&6
13872 ac_check_soname_save_LIBS
=$LIBS
13873 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13875 /* end confdefs.h. */
13877 /* Override any GCC internal prototype to avoid an error.
13878 Use char because int might match the return type of a GCC
13879 builtin and then its argument prototype would still apply. */
13883 char png_create_read_struct ();
13887 return png_create_read_struct ();
13892 if ac_fn_c_try_link
"$LINENO"; then :
13894 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13895 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'` ;;
13896 *) 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'`
13897 if ${ac_cv_lib_soname_png:+false} :; then :
13898 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13902 rm -f core conftest.err conftest.
$ac_objext \
13903 conftest
$ac_exeext conftest.
$ac_ext
13904 LIBS
=$ac_check_soname_save_LIBS
13906 if ${ac_cv_lib_soname_png:+false} :; then :
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13908 $as_echo "not found" >&6; }
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13912 $as_echo "$ac_cv_lib_soname_png" >&6; }
13914 cat >>confdefs.h
<<_ACEOF
13915 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13923 CPPFLAGS
=$ac_save_CPPFLAGS
13924 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13925 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13928 if test "x$ac_cv_lib_soname_png" = "x"; then :
13929 case "x$with_png" in
13930 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13932 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13933 This is an error since --with-png was requested." "$LINENO" 5 ;;
13938 if test "x$with_tiff" != "xno"
13940 if ${TIFF_CFLAGS:+false} :; then :
13941 if ${PKG_CONFIG+:} false
; then :
13942 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13946 if ${TIFF_LIBS:+false} :; then :
13947 if ${PKG_CONFIG+:} false
; then :
13948 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13953 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13954 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13955 ac_save_CPPFLAGS
=$CPPFLAGS
13956 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13957 for ac_header
in tiffio.h
13959 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13960 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13961 cat >>confdefs.h
<<_ACEOF
13962 #define HAVE_TIFFIO_H 1
13969 if test "$ac_cv_header_tiffio_h" = "yes"
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13972 $as_echo_n "checking for -ltiff... " >&6; }
13973 if ${ac_cv_lib_soname_tiff+:} false
; then :
13974 $as_echo_n "(cached) " >&6
13976 ac_check_soname_save_LIBS
=$LIBS
13977 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13979 /* end confdefs.h. */
13981 /* Override any GCC internal prototype to avoid an error.
13982 Use char because int might match the return type of a GCC
13983 builtin and then its argument prototype would still apply. */
13987 char TIFFClientOpen ();
13991 return TIFFClientOpen ();
13996 if ac_fn_c_try_link
"$LINENO"; then :
13998 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13999 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'` ;;
14000 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14001 if ${ac_cv_lib_soname_tiff:+false} :; then :
14002 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14006 rm -f core conftest.err conftest.
$ac_objext \
14007 conftest
$ac_exeext conftest.
$ac_ext
14008 LIBS
=$ac_check_soname_save_LIBS
14010 if ${ac_cv_lib_soname_tiff:+false} :; then :
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14012 $as_echo "not found" >&6; }
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
14016 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
14018 cat >>confdefs.h
<<_ACEOF
14019 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
14025 CPPFLAGS
=$ac_save_CPPFLAGS
14026 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14027 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14030 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
14031 case "x$with_tiff" in
14032 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
14034 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
14035 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
14040 if test "x$with_mpg123" != "xno"
14042 if ${MPG123_CFLAGS:+false} :; then :
14043 if ${PKG_CONFIG+:} false
; then :
14044 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
14048 if ${MPG123_LIBS:+false} :; then :
14049 if ${PKG_CONFIG+:} false
; then :
14050 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
14054 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
14055 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
14056 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
14057 ac_save_CPPFLAGS
=$CPPFLAGS
14058 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
14059 for ac_header
in mpg123.h
14061 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
14062 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
14063 cat >>confdefs.h
<<_ACEOF
14064 #define HAVE_MPG123_H 1
14071 if test "$ac_cv_header_mpg123_h" = "yes"
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
14074 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
14075 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
14076 $as_echo_n "(cached) " >&6
14078 ac_check_lib_save_LIBS
=$LIBS
14079 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
14080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14081 /* end confdefs.h. */
14083 /* Override any GCC internal prototype to avoid an error.
14084 Use char because int might match the return type of a GCC
14085 builtin and then its argument prototype would still apply. */
14089 char mpg123_feed ();
14093 return mpg123_feed ();
14098 if ac_fn_c_try_link
"$LINENO"; then :
14099 ac_cv_lib_mpg123_mpg123_feed
=yes
14101 ac_cv_lib_mpg123_mpg123_feed
=no
14103 rm -f core conftest.err conftest.
$ac_objext \
14104 conftest
$ac_exeext conftest.
$ac_ext
14105 LIBS
=$ac_check_lib_save_LIBS
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
14108 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
14109 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
14119 CPPFLAGS
=$ac_save_CPPFLAGS
14120 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14121 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14124 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
14125 case "x$with_mpg123" in
14126 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
14128 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
14129 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
14131 enable_winemp3_acm
=${enable_winemp3_acm:-no}
14134 if test "$ac_cv_header_AL_al_h" = "yes"
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
14137 $as_echo_n "checking for -lopenal... " >&6; }
14138 if ${ac_cv_lib_soname_openal+:} false
; then :
14139 $as_echo_n "(cached) " >&6
14141 ac_check_soname_save_LIBS
=$LIBS
14142 LIBS
="-lopenal $LIBS"
14143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14144 /* end confdefs.h. */
14146 /* Override any GCC internal prototype to avoid an error.
14147 Use char because int might match the return type of a GCC
14148 builtin and then its argument prototype would still apply. */
14152 char alGetSource3i ();
14156 return alGetSource3i ();
14161 if ac_fn_c_try_link
"$LINENO"; then :
14163 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14164 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'` ;;
14165 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14166 if ${ac_cv_lib_soname_openal:+false} :; then :
14167 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14171 rm -f core conftest.err conftest.
$ac_objext \
14172 conftest
$ac_exeext conftest.
$ac_ext
14173 LIBS
=$ac_check_soname_save_LIBS
14175 if ${ac_cv_lib_soname_openal:+false} :; then :
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14177 $as_echo "not found" >&6; }
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
14181 $as_echo "$ac_cv_lib_soname_openal" >&6; }
14183 cat >>confdefs.h
<<_ACEOF
14184 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
14187 OPENAL_LIBS
="-lopenal"
14189 ac_cv_lib_openal
=yes
14191 cat >>confdefs.h
<<_ACEOF
14192 #define HAVE_OPENAL 1
14197 if test "x$ac_cv_lib_openal" != xyes
; then :
14198 case "x$with_openal" in
14199 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
14201 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
14202 This is an error since --with-openal was requested." "$LINENO" 5 ;;
14204 enable_openal32
=${enable_openal32:-no}
14207 if test "x$ac_cv_lib_openal" = xyes
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
14210 $as_echo_n "checking for openal-soft... " >&6; }
14211 if ${ac_cv_have_openalsoft+:} false
; then :
14212 $as_echo_n "(cached) " >&6
14214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14215 /* end confdefs.h. */
14217 #include <AL/alc.h>
14218 #include <AL/alext.h>
14219 LPALCRENDERSAMPLESSOFT x;
14228 if ac_fn_c_try_compile
"$LINENO"; then :
14229 ac_cv_have_openalsoft
=yes
14231 ac_cv_have_openalsoft
=no
14233 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
14236 $as_echo "$ac_cv_have_openalsoft" >&6; }
14238 if test "x$ac_cv_have_openalsoft" != xyes
14240 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported."
14241 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
14242 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
14243 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
14244 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
14245 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
14246 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
14247 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
14248 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
14249 enable_xapofx1_1
=${enable_xapofx1_1:-no}
14250 enable_xapofx1_2
=${enable_xapofx1_2:-no}
14251 enable_xapofx1_3
=${enable_xapofx1_3:-no}
14252 enable_xapofx1_4
=${enable_xapofx1_4:-no}
14253 enable_xapofx1_5
=${enable_xapofx1_5:-no}
14254 enable_xaudio2_0
=${enable_xaudio2_0:-no}
14255 enable_xaudio2_1
=${enable_xaudio2_1:-no}
14256 enable_xaudio2_2
=${enable_xaudio2_2:-no}
14257 enable_xaudio2_3
=${enable_xaudio2_3:-no}
14258 enable_xaudio2_4
=${enable_xaudio2_4:-no}
14259 enable_xaudio2_5
=${enable_xaudio2_5:-no}
14260 enable_xaudio2_6
=${enable_xaudio2_6:-no}
14261 enable_xaudio2_7
=${enable_xaudio2_7:-no}
14262 enable_xaudio2_8
=${enable_xaudio2_8:-no}
14263 enable_xaudio2_9
=${enable_xaudio2_9:-no}
14266 if test "$ac_cv_header_kstat_h" = "yes"
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
14269 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
14270 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
14271 $as_echo_n "(cached) " >&6
14273 ac_check_lib_save_LIBS
=$LIBS
14274 LIBS
="-lkstat $LIBS"
14275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14276 /* end confdefs.h. */
14278 /* Override any GCC internal prototype to avoid an error.
14279 Use char because int might match the return type of a GCC
14280 builtin and then its argument prototype would still apply. */
14284 char kstat_open ();
14288 return kstat_open ();
14293 if ac_fn_c_try_link
"$LINENO"; then :
14294 ac_cv_lib_kstat_kstat_open
=yes
14296 ac_cv_lib_kstat_kstat_open
=no
14298 rm -f core conftest.err conftest.
$ac_objext \
14299 conftest
$ac_exeext conftest.
$ac_ext
14300 LIBS
=$ac_check_lib_save_LIBS
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
14303 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
14304 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
14306 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
14308 KSTAT_LIBS
="-lkstat"
14314 if test "$ac_cv_header_libprocstat_h" = "yes"
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
14317 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
14318 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
14319 $as_echo_n "(cached) " >&6
14321 ac_check_lib_save_LIBS
=$LIBS
14322 LIBS
="-lprocstat $LIBS"
14323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14324 /* end confdefs.h. */
14326 /* Override any GCC internal prototype to avoid an error.
14327 Use char because int might match the return type of a GCC
14328 builtin and then its argument prototype would still apply. */
14332 char procstat_open_sysctl ();
14336 return procstat_open_sysctl ();
14341 if ac_fn_c_try_link
"$LINENO"; then :
14342 ac_cv_lib_procstat_procstat_open_sysctl
=yes
14344 ac_cv_lib_procstat_procstat_open_sysctl
=no
14346 rm -f core conftest.err conftest.
$ac_objext \
14347 conftest
$ac_exeext conftest.
$ac_ext
14348 LIBS
=$ac_check_lib_save_LIBS
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
14351 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
14352 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
14354 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
14356 PROCSTAT_LIBS
="-lprocstat"
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
14363 $as_echo_n "checking for -lodbc... " >&6; }
14364 if ${ac_cv_lib_soname_odbc+:} false
; then :
14365 $as_echo_n "(cached) " >&6
14367 ac_check_soname_save_LIBS
=$LIBS
14368 LIBS
="-lodbc $LIBS"
14369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14370 /* end confdefs.h. */
14372 /* Override any GCC internal prototype to avoid an error.
14373 Use char because int might match the return type of a GCC
14374 builtin and then its argument prototype would still apply. */
14378 char SQLConnect ();
14382 return SQLConnect ();
14387 if ac_fn_c_try_link
"$LINENO"; then :
14389 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14390 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'` ;;
14391 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14392 if ${ac_cv_lib_soname_odbc:+false} :; then :
14393 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14397 rm -f core conftest.err conftest.
$ac_objext \
14398 conftest
$ac_exeext conftest.
$ac_ext
14399 LIBS
=$ac_check_soname_save_LIBS
14401 if ${ac_cv_lib_soname_odbc:+false} :; then :
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14403 $as_echo "not found" >&6; }
14404 cat >>confdefs.h
<<_ACEOF
14405 #define SONAME_LIBODBC "libodbc.$LIBEXT"
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
14410 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
14412 cat >>confdefs.h
<<_ACEOF
14413 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
14419 if test "x$with_netapi" != "xno"
14421 if ${NETAPI_CFLAGS:+false} :; then :
14422 if ${PKG_CONFIG+:} false
; then :
14423 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
14427 if ${NETAPI_LIBS:+false} :; then :
14428 if ${PKG_CONFIG+:} false
; then :
14429 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
14434 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
14435 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
14436 ac_save_CPPFLAGS
=$CPPFLAGS
14437 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
14439 $as_echo_n "checking for -lnetapi... " >&6; }
14440 if ${ac_cv_lib_soname_netapi+:} false
; then :
14441 $as_echo_n "(cached) " >&6
14443 ac_check_soname_save_LIBS
=$LIBS
14444 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14446 /* end confdefs.h. */
14448 /* Override any GCC internal prototype to avoid an error.
14449 Use char because int might match the return type of a GCC
14450 builtin and then its argument prototype would still apply. */
14454 char libnetapi_init ();
14458 return libnetapi_init ();
14463 if ac_fn_c_try_link
"$LINENO"; then :
14465 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14466 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'` ;;
14467 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14468 if ${ac_cv_lib_soname_netapi:+false} :; then :
14469 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14473 rm -f core conftest.err conftest.
$ac_objext \
14474 conftest
$ac_exeext conftest.
$ac_ext
14475 LIBS
=$ac_check_soname_save_LIBS
14477 if ${ac_cv_lib_soname_netapi:+false} :; then :
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14479 $as_echo "not found" >&6; }
14480 cat >>confdefs.h
<<_ACEOF
14481 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14486 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14488 cat >>confdefs.h
<<_ACEOF
14489 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14494 CPPFLAGS
=$ac_save_CPPFLAGS
14495 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14496 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14500 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv$enable_wineandroid_drv" = xnonononono
-a \
14501 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14503 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14509 if test "x${GCC}" = "xyes"
14511 EXTRACFLAGS
="-Wall -pipe"
14513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14514 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14515 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14516 $as_echo_n "(cached) " >&6
14518 if test "$cross_compiling" = yes; then :
14519 ac_cv_c_gcc_strength_bug
="no"
14521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14522 /* end confdefs.h. */
14523 int L[4] = {0,1,2,3};
14527 static int Array[3];
14528 unsigned int B = 3;
14530 for(i=0; i<B; i++) Array[i] = i - 3;
14531 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14533 return (Array[1] != -2 || L[2] != 3)
14538 if ac_fn_c_try_run
"$LINENO"; then :
14539 ac_cv_c_gcc_strength_bug
="no"
14541 ac_cv_c_gcc_strength_bug
="yes"
14543 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14544 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14549 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14550 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14552 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14556 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14557 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14558 $as_echo_n "(cached) " >&6
14560 ac_wine_try_cflags_saved
=$CFLAGS
14561 CFLAGS
="$CFLAGS -fno-builtin"
14562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14563 /* end confdefs.h. */
14564 int main(int argc, char **argv) { return 0; }
14566 if ac_fn_c_try_link
"$LINENO"; then :
14567 ac_cv_cflags__fno_builtin
=yes
14569 ac_cv_cflags__fno_builtin
=no
14571 rm -f core conftest.err conftest.
$ac_objext \
14572 conftest
$ac_exeext conftest.
$ac_ext
14573 CFLAGS
=$ac_wine_try_cflags_saved
14575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14576 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14577 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14578 BUILTINFLAG
="-fno-builtin"
14581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14582 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14583 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14584 $as_echo_n "(cached) " >&6
14586 ac_wine_try_cflags_saved
=$CFLAGS
14587 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14589 /* end confdefs.h. */
14590 int main(int argc, char **argv) { return 0; }
14592 if ac_fn_c_try_link
"$LINENO"; then :
14593 ac_cv_cflags__fno_strict_aliasing
=yes
14595 ac_cv_cflags__fno_strict_aliasing
=no
14597 rm -f core conftest.err conftest.
$ac_objext \
14598 conftest
$ac_exeext conftest.
$ac_ext
14599 CFLAGS
=$ac_wine_try_cflags_saved
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14602 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14603 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14604 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14607 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14608 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14609 $as_echo_n "(cached) " >&6
14611 ac_wine_try_cflags_saved
=$CFLAGS
14612 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14614 /* end confdefs.h. */
14615 int main(int argc, char **argv) { return 0; }
14617 if ac_fn_c_try_link
"$LINENO"; then :
14618 ac_cv_cflags__fexcess_precision_standard
=yes
14620 ac_cv_cflags__fexcess_precision_standard
=no
14622 rm -f core conftest.err conftest.
$ac_objext \
14623 conftest
$ac_exeext conftest.
$ac_ext
14624 CFLAGS
=$ac_wine_try_cflags_saved
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14627 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14628 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14629 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14632 saved_CFLAGS
=$CFLAGS
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14634 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14635 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14636 $as_echo_n "(cached) " >&6
14638 ac_wine_try_cflags_saved
=$CFLAGS
14639 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14641 /* end confdefs.h. */
14642 int main(int argc, char **argv) { return 0; }
14644 if ac_fn_c_try_link
"$LINENO"; then :
14645 ac_cv_cflags__Werror_unknown_warning_option
=yes
14647 ac_cv_cflags__Werror_unknown_warning_option
=no
14649 rm -f core conftest.err conftest.
$ac_objext \
14650 conftest
$ac_exeext conftest.
$ac_ext
14651 CFLAGS
=$ac_wine_try_cflags_saved
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14654 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14655 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14656 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14659 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14660 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14661 $as_echo_n "(cached) " >&6
14663 ac_wine_try_cflags_saved
=$CFLAGS
14664 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14666 /* end confdefs.h. */
14667 int main(int argc, char **argv) { return 0; }
14669 if ac_fn_c_try_link
"$LINENO"; then :
14670 ac_cv_cflags__Wdeclaration_after_statement
=yes
14672 ac_cv_cflags__Wdeclaration_after_statement
=no
14674 rm -f core conftest.err conftest.
$ac_objext \
14675 conftest
$ac_exeext conftest.
$ac_ext
14676 CFLAGS
=$ac_wine_try_cflags_saved
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14679 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14680 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14681 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14684 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14685 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14686 $as_echo_n "(cached) " >&6
14688 ac_wine_try_cflags_saved
=$CFLAGS
14689 CFLAGS
="$CFLAGS -Wempty-body"
14690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14691 /* end confdefs.h. */
14692 int main(int argc, char **argv) { return 0; }
14694 if ac_fn_c_try_link
"$LINENO"; then :
14695 ac_cv_cflags__Wempty_body
=yes
14697 ac_cv_cflags__Wempty_body
=no
14699 rm -f core conftest.err conftest.
$ac_objext \
14700 conftest
$ac_exeext conftest.
$ac_ext
14701 CFLAGS
=$ac_wine_try_cflags_saved
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14704 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14705 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14706 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14709 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14710 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14711 $as_echo_n "(cached) " >&6
14713 ac_wine_try_cflags_saved
=$CFLAGS
14714 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14716 /* end confdefs.h. */
14717 int main(int argc, char **argv) { return 0; }
14719 if ac_fn_c_try_link
"$LINENO"; then :
14720 ac_cv_cflags__Wignored_qualifiers
=yes
14722 ac_cv_cflags__Wignored_qualifiers
=no
14724 rm -f core conftest.err conftest.
$ac_objext \
14725 conftest
$ac_exeext conftest.
$ac_ext
14726 CFLAGS
=$ac_wine_try_cflags_saved
14728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14729 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14730 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14731 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14734 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14735 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14736 $as_echo_n "(cached) " >&6
14738 ac_wine_try_cflags_saved
=$CFLAGS
14739 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14741 /* end confdefs.h. */
14742 int main(int argc, char **argv) { return 0; }
14744 if ac_fn_c_try_link
"$LINENO"; then :
14745 ac_cv_cflags__Wshift_overflow_2
=yes
14747 ac_cv_cflags__Wshift_overflow_2
=no
14749 rm -f core conftest.err conftest.
$ac_objext \
14750 conftest
$ac_exeext conftest.
$ac_ext
14751 CFLAGS
=$ac_wine_try_cflags_saved
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14754 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14755 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14756 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14759 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14760 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14761 $as_echo_n "(cached) " >&6
14763 ac_wine_try_cflags_saved
=$CFLAGS
14764 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14766 /* end confdefs.h. */
14767 int main(int argc, char **argv) { return 0; }
14769 if ac_fn_c_try_link
"$LINENO"; then :
14770 ac_cv_cflags__Wstrict_prototypes
=yes
14772 ac_cv_cflags__Wstrict_prototypes
=no
14774 rm -f core conftest.err conftest.
$ac_objext \
14775 conftest
$ac_exeext conftest.
$ac_ext
14776 CFLAGS
=$ac_wine_try_cflags_saved
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14779 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14780 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14781 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14784 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14785 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14786 $as_echo_n "(cached) " >&6
14788 ac_wine_try_cflags_saved
=$CFLAGS
14789 CFLAGS
="$CFLAGS -Wtype-limits"
14790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14791 /* end confdefs.h. */
14792 int main(int argc, char **argv) { return 0; }
14794 if ac_fn_c_try_link
"$LINENO"; then :
14795 ac_cv_cflags__Wtype_limits
=yes
14797 ac_cv_cflags__Wtype_limits
=no
14799 rm -f core conftest.err conftest.
$ac_objext \
14800 conftest
$ac_exeext conftest.
$ac_ext
14801 CFLAGS
=$ac_wine_try_cflags_saved
14803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14804 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14805 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14806 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14809 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14810 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14811 $as_echo_n "(cached) " >&6
14813 ac_wine_try_cflags_saved
=$CFLAGS
14814 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14816 /* end confdefs.h. */
14817 int main(int argc, char **argv) { return 0; }
14819 if ac_fn_c_try_link
"$LINENO"; then :
14820 ac_cv_cflags__Wunused_but_set_parameter
=yes
14822 ac_cv_cflags__Wunused_but_set_parameter
=no
14824 rm -f core conftest.err conftest.
$ac_objext \
14825 conftest
$ac_exeext conftest.
$ac_ext
14826 CFLAGS
=$ac_wine_try_cflags_saved
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14829 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14830 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14831 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14834 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14835 if ${ac_cv_cflags__Wvla+:} false
; then :
14836 $as_echo_n "(cached) " >&6
14838 ac_wine_try_cflags_saved
=$CFLAGS
14839 CFLAGS
="$CFLAGS -Wvla"
14840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14841 /* end confdefs.h. */
14842 int main(int argc, char **argv) { return 0; }
14844 if ac_fn_c_try_link
"$LINENO"; then :
14845 ac_cv_cflags__Wvla
=yes
14847 ac_cv_cflags__Wvla
=no
14849 rm -f core conftest.err conftest.
$ac_objext \
14850 conftest
$ac_exeext conftest.
$ac_ext
14851 CFLAGS
=$ac_wine_try_cflags_saved
14853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14854 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14855 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14856 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14859 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14860 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14861 $as_echo_n "(cached) " >&6
14863 ac_wine_try_cflags_saved
=$CFLAGS
14864 CFLAGS
="$CFLAGS -Wwrite-strings"
14865 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14866 /* end confdefs.h. */
14867 int main(int argc, char **argv) { return 0; }
14869 if ac_fn_c_try_link
"$LINENO"; then :
14870 ac_cv_cflags__Wwrite_strings
=yes
14872 ac_cv_cflags__Wwrite_strings
=no
14874 rm -f core conftest.err conftest.
$ac_objext \
14875 conftest
$ac_exeext conftest.
$ac_ext
14876 CFLAGS
=$ac_wine_try_cflags_saved
14878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14879 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14880 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14881 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14885 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14886 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14887 $as_echo_n "(cached) " >&6
14889 ac_wine_try_cflags_saved
=$CFLAGS
14890 CFLAGS
="$CFLAGS -Wpointer-arith"
14891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14892 /* end confdefs.h. */
14893 int main(int argc, char **argv) { return 0; }
14895 if ac_fn_c_try_link
"$LINENO"; then :
14896 ac_cv_cflags__Wpointer_arith
=yes
14898 ac_cv_cflags__Wpointer_arith
=no
14900 rm -f core conftest.err conftest.
$ac_objext \
14901 conftest
$ac_exeext conftest.
$ac_ext
14902 CFLAGS
=$ac_wine_try_cflags_saved
14904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14905 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14906 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14907 saved_string_h_CFLAGS
=$CFLAGS
14908 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14910 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14911 if ${ac_cv_c_string_h_warnings+:} false
; then :
14912 $as_echo_n "(cached) " >&6
14914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14915 /* end confdefs.h. */
14916 #include <string.h>
14925 if ac_fn_c_try_compile
"$LINENO"; then :
14926 ac_cv_c_string_h_warnings
=no
14928 ac_cv_c_string_h_warnings
=yes
14930 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14933 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14934 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14935 CFLAGS
=$saved_string_h_CFLAGS
14938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14939 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14940 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14941 $as_echo_n "(cached) " >&6
14943 ac_wine_try_cflags_saved
=$CFLAGS
14944 CFLAGS
="$CFLAGS -Wlogical-op"
14945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14946 /* end confdefs.h. */
14947 int main(int argc, char **argv) { return 0; }
14949 if ac_fn_c_try_link
"$LINENO"; then :
14950 ac_cv_cflags__Wlogical_op
=yes
14952 ac_cv_cflags__Wlogical_op
=no
14954 rm -f core conftest.err conftest.
$ac_objext \
14955 conftest
$ac_exeext conftest.
$ac_ext
14956 CFLAGS
=$ac_wine_try_cflags_saved
14958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14959 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14960 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14961 saved_string_h_CFLAGS
=$CFLAGS
14962 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14964 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14965 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14966 $as_echo_n "(cached) " >&6
14968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14969 /* end confdefs.h. */
14970 #include <string.h>
14971 char*f(const char *h,char n) {return strchr(h,n);}
14980 if ac_fn_c_try_compile
"$LINENO"; then :
14981 ac_cv_c_logicalop_noisy
=no
14983 ac_cv_c_logicalop_noisy
=yes
14985 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14988 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14989 CFLAGS
=$saved_string_h_CFLAGS
14990 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14993 CFLAGS
=$saved_CFLAGS
14995 for ac_flag
in $CFLAGS; do
14997 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14998 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14999 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
15000 $as_echo_n "(cached) " >&6
15002 ac_wine_try_cflags_saved
=$CFLAGS
15003 CFLAGS
="$CFLAGS -gdwarf-2"
15004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15006 int main(int argc, char **argv) { return 0; }
15008 if ac_fn_c_try_link
"$LINENO"; then :
15009 ac_cv_cflags__gdwarf_2
=yes
15011 ac_cv_cflags__gdwarf_2
=no
15013 rm -f core conftest.err conftest.
$ac_objext \
15014 conftest
$ac_exeext conftest.
$ac_ext
15015 CFLAGS
=$ac_wine_try_cflags_saved
15017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
15018 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
15019 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
15020 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
15022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
15023 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
15024 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
15025 $as_echo_n "(cached) " >&6
15027 ac_wine_try_cflags_saved
=$CFLAGS
15028 CFLAGS
="$CFLAGS -gstrict-dwarf"
15029 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15030 /* end confdefs.h. */
15031 int main(int argc, char **argv) { return 0; }
15033 if ac_fn_c_try_link
"$LINENO"; then :
15034 ac_cv_cflags__gstrict_dwarf
=yes
15036 ac_cv_cflags__gstrict_dwarf
=no
15038 rm -f core conftest.err conftest.
$ac_objext \
15039 conftest
$ac_exeext conftest.
$ac_ext
15040 CFLAGS
=$ac_wine_try_cflags_saved
15042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
15043 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
15044 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
15045 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
15051 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
15052 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
15053 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
15054 $as_echo_n "(cached) " >&6
15056 ac_wine_try_cflags_saved
=$CFLAGS
15057 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
15058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15059 /* end confdefs.h. */
15060 int main(int argc, char **argv) { return 0; }
15062 if ac_fn_c_try_link
"$LINENO"; then :
15063 ac_cv_cflags__fno_omit_frame_pointer
=yes
15065 ac_cv_cflags__fno_omit_frame_pointer
=no
15067 rm -f core conftest.err conftest.
$ac_objext \
15068 conftest
$ac_exeext conftest.
$ac_ext
15069 CFLAGS
=$ac_wine_try_cflags_saved
15071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
15072 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
15073 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
15074 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
15079 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
15080 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
15081 if ${ac_cv_cflags__Wno_format+:} false
; then :
15082 $as_echo_n "(cached) " >&6
15084 ac_wine_try_cflags_saved
=$CFLAGS
15085 CFLAGS
="$CFLAGS -Wno-format"
15086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15087 /* end confdefs.h. */
15088 int main(int argc, char **argv) { return 0; }
15090 if ac_fn_c_try_link
"$LINENO"; then :
15091 ac_cv_cflags__Wno_format
=yes
15093 ac_cv_cflags__Wno_format
=no
15095 rm -f core conftest.err conftest.
$ac_objext \
15096 conftest
$ac_exeext conftest.
$ac_ext
15097 CFLAGS
=$ac_wine_try_cflags_saved
15099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
15100 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
15101 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
15102 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
15106 if test "x$enable_maintainer_mode" = "xyes"
15108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
15109 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
15110 if ${ac_cv_cflags__Werror+:} false
; then :
15111 $as_echo_n "(cached) " >&6
15113 ac_wine_try_cflags_saved
=$CFLAGS
15114 CFLAGS
="$CFLAGS -Werror"
15115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15116 /* end confdefs.h. */
15117 int main(int argc, char **argv) { return 0; }
15119 if ac_fn_c_try_link
"$LINENO"; then :
15120 ac_cv_cflags__Werror
=yes
15122 ac_cv_cflags__Werror
=no
15124 rm -f core conftest.err conftest.
$ac_objext \
15125 conftest
$ac_exeext conftest.
$ac_ext
15126 CFLAGS
=$ac_wine_try_cflags_saved
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
15129 $as_echo "$ac_cv_cflags__Werror" >&6; }
15130 if test "x$ac_cv_cflags__Werror" = xyes
; then :
15131 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
15135 saved_CFLAGS
="$CFLAGS"
15136 CFLAGS
="$CFLAGS -Werror"
15137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
15138 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
15139 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
15140 $as_echo_n "(cached) " >&6
15142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15143 /* end confdefs.h. */
15144 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
15153 if ac_fn_c_try_compile
"$LINENO"; then :
15154 ac_cv_have_ms_hook_prologue
="yes"
15156 ac_cv_have_ms_hook_prologue
="no"
15158 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
15161 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
15162 CFLAGS
="$saved_CFLAGS"
15163 if test "$ac_cv_have_ms_hook_prologue" = "yes"
15166 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
15169 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
15175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
15176 $as_echo_n "checking for the need to disable Fortify... " >&6; }
15177 if ${ac_cv_c_fortify_enabled+:} false
; then :
15178 $as_echo_n "(cached) " >&6
15180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15181 /* end confdefs.h. */
15182 #include <string.h>
15186 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
15187 #error Fortify enabled
15193 if ac_fn_c_try_compile
"$LINENO"; then :
15194 ac_cv_c_fortify_enabled
=no
15196 ac_cv_c_fortify_enabled
=yes
15198 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
15201 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
15202 if test "$ac_cv_c_fortify_enabled" = yes
15204 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
15208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
15209 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
15210 if ${ac_cv_c_extern_prefix+:} false
; then :
15211 $as_echo_n "(cached) " >&6
15213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15214 /* end confdefs.h. */
15215 extern int ac_test;
15219 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
15224 if ac_fn_c_try_link
"$LINENO"; then :
15225 ac_cv_c_extern_prefix
="yes"
15227 ac_cv_c_extern_prefix
="no"
15229 rm -f core conftest.err conftest.
$ac_objext \
15230 conftest
$ac_exeext conftest.
$ac_ext
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
15233 $as_echo "$ac_cv_c_extern_prefix" >&6; }
15237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
15238 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
15239 if ${ac_cv_c_stdcall_suffix+:} false
; then :
15240 $as_echo_n "(cached) " >&6
15242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15243 /* end confdefs.h. */
15245 #define __stdcall __attribute__((__stdcall__))
15247 int __stdcall ac_test(int i) { return i; }
15251 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
15256 if ac_fn_c_try_link
"$LINENO"; then :
15257 ac_cv_c_stdcall_suffix
="yes"
15259 ac_cv_c_stdcall_suffix
="no"
15261 rm -f core conftest.err conftest.
$ac_objext \
15262 conftest
$ac_exeext conftest.
$ac_ext
15264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
15265 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
15266 *) ac_cv_c_stdcall_suffix
="no" ;;
15270 if test "$ac_cv_c_extern_prefix" = "yes"
15272 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
15274 asm_name_prefix
="_"
15276 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
15282 if test "$ac_cv_c_stdcall_suffix" = "yes"
15284 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
15287 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
15292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
15293 $as_echo_n "checking how to define a function in assembly code... " >&6; }
15294 if ${ac_cv_asm_func_def+:} false
; then :
15295 $as_echo_n "(cached) " >&6
15297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15298 /* end confdefs.h. */
15303 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
15308 if ac_fn_c_try_link
"$LINENO"; then :
15309 ac_cv_asm_func_def
=".def"
15311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15312 /* end confdefs.h. */
15317 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
15322 if ac_fn_c_try_link
"$LINENO"; then :
15323 ac_cv_asm_func_def
=".type @function"
15325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15326 /* end confdefs.h. */
15331 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
15336 if ac_fn_c_try_link
"$LINENO"; then :
15337 ac_cv_asm_func_def
=".type 2"
15339 ac_cv_asm_func_def
="unknown"
15341 rm -f core conftest.err conftest.
$ac_objext \
15342 conftest
$ac_exeext conftest.
$ac_ext
15344 rm -f core conftest.err conftest.
$ac_objext \
15345 conftest
$ac_exeext conftest.
$ac_ext
15347 rm -f core conftest.err conftest.
$ac_objext \
15348 conftest
$ac_exeext conftest.
$ac_ext
15350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
15351 $as_echo "$ac_cv_asm_func_def" >&6; }
15354 case "$ac_cv_asm_func_def" in
15356 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
15358 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
15360 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
15362 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
15364 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
15366 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
15368 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
15370 asm_func_header
="" ;;
15373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
15374 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
15375 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
15376 $as_echo_n "(cached) " >&6
15378 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15379 /* end confdefs.h. */
15380 asm(".text\n\t.long 0");
15389 if ac_fn_c_try_compile
"$LINENO"; then :
15390 ac_cv_c_asm_outside_funcs
="yes"
15392 ac_cv_c_asm_outside_funcs
="no"
15394 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
15397 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
15399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
15400 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
15401 if ${ac_cv_c_dot_previous+:} false
; then :
15402 $as_echo_n "(cached) " >&6
15404 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15405 /* end confdefs.h. */
15410 asm(".text\nac_test:\t.long 0\n\t.previous");
15415 if ac_fn_c_try_link
"$LINENO"; then :
15416 ac_cv_c_dot_previous
="yes"
15418 ac_cv_c_dot_previous
="no"
15420 rm -f core conftest.err conftest.
$ac_objext \
15421 conftest
$ac_exeext conftest.
$ac_ext
15423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
15424 $as_echo "$ac_cv_c_dot_previous" >&6; }
15426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
15427 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
15428 if ${ac_cv_c_cfi_support+:} false
; then :
15429 $as_echo_n "(cached) " >&6
15431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15432 /* end confdefs.h. */
15433 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
15442 if ac_fn_c_try_compile
"$LINENO"; then :
15443 ac_cv_c_cfi_support
="yes"
15445 ac_cv_c_cfi_support
="no"
15447 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15450 $as_echo "$ac_cv_c_cfi_support" >&6; }
15452 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15453 asm_func_trailer
=""
15454 if test "$ac_cv_c_dot_previous" = "yes"
15456 asm_func_trailer
="\\n\\t.previous"
15458 if test "$ac_cv_c_cfi_support" = "yes"
15460 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15461 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15463 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15465 UNWINDFLAGS
=-fasynchronous-unwind-tables
15468 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15470 if test "x$enable_win64" = "xyes"
15472 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15476 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15479 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15481 cat >>confdefs.h
<<_ACEOF
15482 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15486 cat >>confdefs.h
<<_ACEOF
15487 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15492 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15495 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15500 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15507 *i
[3456789]86*|x86_64
*)
15508 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15509 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15516 ac_save_CFLAGS
="$CFLAGS"
15517 CFLAGS
="$CFLAGS $BUILTINFLAG"
15598 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15599 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15600 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15601 cat >>confdefs.h
<<_ACEOF
15602 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15608 CFLAGS
="$ac_save_CFLAGS"
15610 if test "$ac_cv_func_dlopen" = no
15612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15613 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15614 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15615 $as_echo_n "(cached) " >&6
15617 ac_check_lib_save_LIBS
=$LIBS
15619 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15620 /* end confdefs.h. */
15622 /* Override any GCC internal prototype to avoid an error.
15623 Use char because int might match the return type of a GCC
15624 builtin and then its argument prototype would still apply. */
15637 if ac_fn_c_try_link
"$LINENO"; then :
15638 ac_cv_lib_dl_dlopen
=yes
15640 ac_cv_lib_dl_dlopen
=no
15642 rm -f core conftest.err conftest.
$ac_objext \
15643 conftest
$ac_exeext conftest.
$ac_ext
15644 LIBS
=$ac_check_lib_save_LIBS
15646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15647 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15648 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15649 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15655 ac_wine_check_funcs_save_LIBS
="$LIBS"
15656 LIBS
="$LIBS $DL_LIBS"
15657 for ac_func
in dladdr
15659 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15660 if test "x$ac_cv_func_dladdr" = xyes
; then :
15661 cat >>confdefs.h
<<_ACEOF
15662 #define HAVE_DLADDR 1
15668 LIBS
="$ac_wine_check_funcs_save_LIBS"
15670 if test "$ac_cv_func_poll" = no
15672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15673 $as_echo_n "checking for poll in -lpoll... " >&6; }
15674 if ${ac_cv_lib_poll_poll+:} false
; then :
15675 $as_echo_n "(cached) " >&6
15677 ac_check_lib_save_LIBS
=$LIBS
15678 LIBS
="-lpoll $LIBS"
15679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15680 /* end confdefs.h. */
15682 /* Override any GCC internal prototype to avoid an error.
15683 Use char because int might match the return type of a GCC
15684 builtin and then its argument prototype would still apply. */
15697 if ac_fn_c_try_link
"$LINENO"; then :
15698 ac_cv_lib_poll_poll
=yes
15700 ac_cv_lib_poll_poll
=no
15702 rm -f core conftest.err conftest.
$ac_objext \
15703 conftest
$ac_exeext conftest.
$ac_ext
15704 LIBS
=$ac_check_lib_save_LIBS
15706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15707 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15708 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15709 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15717 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15718 if ${ac_cv_search_gethostbyname+:} false
; then :
15719 $as_echo_n "(cached) " >&6
15721 ac_func_search_save_LIBS
=$LIBS
15722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15723 /* end confdefs.h. */
15725 /* Override any GCC internal prototype to avoid an error.
15726 Use char because int might match the return type of a GCC
15727 builtin and then its argument prototype would still apply. */
15731 char gethostbyname ();
15735 return gethostbyname ();
15740 for ac_lib
in '' nsl
; do
15741 if test -z "$ac_lib"; then
15742 ac_res
="none required"
15745 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15747 if ac_fn_c_try_link
"$LINENO"; then :
15748 ac_cv_search_gethostbyname
=$ac_res
15750 rm -f core conftest.err conftest.
$ac_objext \
15752 if ${ac_cv_search_gethostbyname+:} false
; then :
15756 if ${ac_cv_search_gethostbyname+:} false
; then :
15759 ac_cv_search_gethostbyname
=no
15761 rm conftest.
$ac_ext
15762 LIBS
=$ac_func_search_save_LIBS
15764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15765 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15766 ac_res
=$ac_cv_search_gethostbyname
15767 if test "$ac_res" != no
; then :
15768 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15774 $as_echo_n "checking for library containing connect... " >&6; }
15775 if ${ac_cv_search_connect+:} false
; then :
15776 $as_echo_n "(cached) " >&6
15778 ac_func_search_save_LIBS
=$LIBS
15779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15780 /* end confdefs.h. */
15782 /* Override any GCC internal prototype to avoid an error.
15783 Use char because int might match the return type of a GCC
15784 builtin and then its argument prototype would still apply. */
15797 for ac_lib
in '' socket
; do
15798 if test -z "$ac_lib"; then
15799 ac_res
="none required"
15802 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15804 if ac_fn_c_try_link
"$LINENO"; then :
15805 ac_cv_search_connect
=$ac_res
15807 rm -f core conftest.err conftest.
$ac_objext \
15809 if ${ac_cv_search_connect+:} false
; then :
15813 if ${ac_cv_search_connect+:} false
; then :
15816 ac_cv_search_connect
=no
15818 rm conftest.
$ac_ext
15819 LIBS
=$ac_func_search_save_LIBS
15821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15822 $as_echo "$ac_cv_search_connect" >&6; }
15823 ac_res
=$ac_cv_search_connect
15824 if test "$ac_res" != no
; then :
15825 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15831 $as_echo_n "checking for library containing inet_aton... " >&6; }
15832 if ${ac_cv_search_inet_aton+:} false
; then :
15833 $as_echo_n "(cached) " >&6
15835 ac_func_search_save_LIBS
=$LIBS
15836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15837 /* end confdefs.h. */
15839 /* Override any GCC internal prototype to avoid an error.
15840 Use char because int might match the return type of a GCC
15841 builtin and then its argument prototype would still apply. */
15849 return inet_aton ();
15854 for ac_lib
in '' resolv
; do
15855 if test -z "$ac_lib"; then
15856 ac_res
="none required"
15859 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15861 if ac_fn_c_try_link
"$LINENO"; then :
15862 ac_cv_search_inet_aton
=$ac_res
15864 rm -f core conftest.err conftest.
$ac_objext \
15866 if ${ac_cv_search_inet_aton+:} false
; then :
15870 if ${ac_cv_search_inet_aton+:} false
; then :
15873 ac_cv_search_inet_aton
=no
15875 rm conftest.
$ac_ext
15876 LIBS
=$ac_func_search_save_LIBS
15878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15879 $as_echo "$ac_cv_search_inet_aton" >&6; }
15880 ac_res
=$ac_cv_search_inet_aton
15881 if test "$ac_res" != no
; then :
15882 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15902 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15903 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15904 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15905 cat >>confdefs.h
<<_ACEOF
15906 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15915 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15916 if ${ac_cv_search_clock_gettime+:} false
; then :
15917 $as_echo_n "(cached) " >&6
15919 ac_func_search_save_LIBS
=$LIBS
15920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15921 /* end confdefs.h. */
15923 /* Override any GCC internal prototype to avoid an error.
15924 Use char because int might match the return type of a GCC
15925 builtin and then its argument prototype would still apply. */
15929 char clock_gettime ();
15933 return clock_gettime ();
15938 for ac_lib
in '' rt
; do
15939 if test -z "$ac_lib"; then
15940 ac_res
="none required"
15943 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15945 if ac_fn_c_try_link
"$LINENO"; then :
15946 ac_cv_search_clock_gettime
=$ac_res
15948 rm -f core conftest.err conftest.
$ac_objext \
15950 if ${ac_cv_search_clock_gettime+:} false
; then :
15954 if ${ac_cv_search_clock_gettime+:} false
; then :
15957 ac_cv_search_clock_gettime
=no
15959 rm conftest.
$ac_ext
15960 LIBS
=$ac_func_search_save_LIBS
15962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15963 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15964 ac_res
=$ac_cv_search_clock_gettime
15965 if test "$ac_res" != no
; then :
15966 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15968 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15970 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15976 if test "x$with_ldap" != "xno"
15978 if ${LDAP_CFLAGS:+false} :; then :
15979 if ${PKG_CONFIG+:} false
; then :
15980 LDAP_CFLAGS
=`$PKG_CONFIG --cflags openldap 2>/dev/null`
15984 if ${LDAP_LIBS:+false} :; then :
15985 if ${PKG_CONFIG+:} false
; then :
15986 LDAP_LIBS
=`$PKG_CONFIG --libs openldap 2>/dev/null`
15990 LDAP_LIBS
=${LDAP_LIBS:-"-lldap_r -llber"}
15991 $as_echo "$as_me:${as_lineno-$LINENO}: openldap cflags: $LDAP_CFLAGS" >&5
15992 $as_echo "$as_me:${as_lineno-$LINENO}: openldap libs: $LDAP_LIBS" >&5
15993 ac_save_CPPFLAGS
=$CPPFLAGS
15994 CPPFLAGS
="$CPPFLAGS $LDAP_CFLAGS"
15995 for ac_header
in ldap.h lber.h
15997 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15998 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15999 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
16000 cat >>confdefs.h
<<_ACEOF
16001 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16008 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
16010 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
16012 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
16013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
16014 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
16015 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
16016 $as_echo_n "(cached) " >&6
16018 ac_check_lib_save_LIBS
=$LIBS
16019 LIBS
="-lldap_r $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16021 /* end confdefs.h. */
16023 /* Override any GCC internal prototype to avoid an error.
16024 Use char because int might match the return type of a GCC
16025 builtin and then its argument prototype would still apply. */
16029 char ldap_initialize ();
16033 return ldap_initialize ();
16038 if ac_fn_c_try_link
"$LINENO"; then :
16039 ac_cv_lib_ldap_r_ldap_initialize
=yes
16041 ac_cv_lib_ldap_r_ldap_initialize
=no
16043 rm -f core conftest.err conftest.
$ac_objext \
16044 conftest
$ac_exeext conftest.
$ac_ext
16045 LIBS
=$ac_check_lib_save_LIBS
16047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
16048 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
16049 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
16050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
16051 $as_echo_n "checking for ber_init in -llber... " >&6; }
16052 if ${ac_cv_lib_lber_ber_init+:} false
; then :
16053 $as_echo_n "(cached) " >&6
16055 ac_check_lib_save_LIBS
=$LIBS
16056 LIBS
="-llber $PTHREAD_LIBS $LDAP_LIBS $LIBS"
16057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16058 /* end confdefs.h. */
16060 /* Override any GCC internal prototype to avoid an error.
16061 Use char because int might match the return type of a GCC
16062 builtin and then its argument prototype would still apply. */
16070 return ber_init ();
16075 if ac_fn_c_try_link
"$LINENO"; then :
16076 ac_cv_lib_lber_ber_init
=yes
16078 ac_cv_lib_lber_ber_init
=no
16080 rm -f core conftest.err conftest.
$ac_objext \
16081 conftest
$ac_exeext conftest.
$ac_ext
16082 LIBS
=$ac_check_lib_save_LIBS
16084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
16085 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
16086 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
16088 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
16102 ac_wine_check_funcs_save_LIBS
="$LIBS"
16103 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
16105 ldap_count_references \
16106 ldap_first_reference \
16107 ldap_next_reference \
16108 ldap_parse_reference \
16109 ldap_parse_sort_control \
16110 ldap_parse_sortresponse_control \
16111 ldap_parse_vlv_control \
16112 ldap_parse_vlvresponse_control
16114 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16115 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16116 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16117 cat >>confdefs.h
<<_ACEOF
16118 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16124 LIBS
="$ac_wine_check_funcs_save_LIBS"
16128 CPPFLAGS
=$ac_save_CPPFLAGS
16129 test -z "$LDAP_CFLAGS" || LDAP_CFLAGS
=`echo " $LDAP_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
16130 test -z "$LDAP_LIBS" || LDAP_LIBS
=`echo " $LDAP_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
16133 if test "x$LDAP_LIBS" = "x"; then :
16134 case "x$with_ldap" in
16135 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
16137 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
16138 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
16143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
16144 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
16145 if ${wine_cv_one_arg_mkdir+:} false
; then :
16146 $as_echo_n "(cached) " >&6
16148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16149 /* end confdefs.h. */
16150 #include <sys/stat.h>
16159 if ac_fn_c_try_compile
"$LINENO"; then :
16160 wine_cv_one_arg_mkdir
=yes
16162 wine_cv_one_arg_mkdir
=no
16164 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
16167 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
16168 if test "$wine_cv_one_arg_mkdir" = "yes"
16171 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
16175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
16176 $as_echo_n "checking for sched_setaffinity... " >&6; }
16177 if ${wine_cv_have_sched_setaffinity+:} false
; then :
16178 $as_echo_n "(cached) " >&6
16180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16181 /* end confdefs.h. */
16182 #define _GNU_SOURCE
16187 sched_setaffinity(0, 0, 0);
16192 if ac_fn_c_try_link
"$LINENO"; then :
16193 wine_cv_have_sched_setaffinity
=yes
16195 wine_cv_have_sched_setaffinity
=no
16197 rm -f core conftest.err conftest.
$ac_objext \
16198 conftest
$ac_exeext conftest.
$ac_ext
16200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
16201 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
16202 if test "$wine_cv_have_sched_setaffinity" = "yes"
16205 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
16209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
16210 $as_echo_n "checking for fallocate... " >&6; }
16211 if ${wine_cv_have_fallocate+:} false
; then :
16212 $as_echo_n "(cached) " >&6
16214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16215 /* end confdefs.h. */
16216 #define _GNU_SOURCE
16221 fallocate(-1, 0, 0, 0);
16226 if ac_fn_c_try_link
"$LINENO"; then :
16227 wine_cv_have_fallocate
=yes
16229 wine_cv_have_fallocate
=no
16231 rm -f core conftest.err conftest.
$ac_objext \
16232 conftest
$ac_exeext conftest.
$ac_ext
16234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
16235 $as_echo "$wine_cv_have_fallocate" >&6; }
16236 if test "$wine_cv_have_fallocate" = "yes"
16239 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
16244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16245 $as_echo_n "checking for inline... " >&6; }
16246 if ${ac_cv_c_inline+:} false
; then :
16247 $as_echo_n "(cached) " >&6
16250 for ac_kw
in inline __inline__ __inline
; do
16251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16252 /* end confdefs.h. */
16253 #ifndef __cplusplus
16255 static $ac_kw foo_t static_foo () {return 0; }
16256 $ac_kw foo_t foo () {return 0; }
16260 if ac_fn_c_try_compile
"$LINENO"; then :
16261 ac_cv_c_inline
=$ac_kw
16263 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16264 test "$ac_cv_c_inline" != no
&& break
16268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
16269 $as_echo "$ac_cv_c_inline" >&6; }
16271 case $ac_cv_c_inline in
16274 case $ac_cv_c_inline in
16276 *) ac_val
=$ac_cv_c_inline;;
16278 cat >>confdefs.h
<<_ACEOF
16279 #ifndef __cplusplus
16280 #define inline $ac_val
16286 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
16287 if test "x$ac_cv_type_mode_t" = xyes
; then :
16289 cat >>confdefs.h
<<_ACEOF
16290 #define HAVE_MODE_T 1
16295 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
16296 if test "x$ac_cv_type_off_t" = xyes
; then :
16298 cat >>confdefs.h
<<_ACEOF
16299 #define HAVE_OFF_T 1
16304 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
16305 if test "x$ac_cv_type_pid_t" = xyes
; then :
16307 cat >>confdefs.h
<<_ACEOF
16308 #define HAVE_PID_T 1
16313 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
16314 if test "x$ac_cv_type_size_t" = xyes
; then :
16316 cat >>confdefs.h
<<_ACEOF
16317 #define HAVE_SIZE_T 1
16322 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
16323 if test "x$ac_cv_type_ssize_t" = xyes
; then :
16325 cat >>confdefs.h
<<_ACEOF
16326 #define HAVE_SSIZE_T 1
16331 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
16332 if test "x$ac_cv_type_long_long" = xyes
; then :
16334 cat >>confdefs.h
<<_ACEOF
16335 #define HAVE_LONG_LONG 1
16340 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
16341 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
16343 cat >>confdefs.h
<<_ACEOF
16344 #define HAVE_FSBLKCNT_T 1
16349 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
16350 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
16352 cat >>confdefs.h
<<_ACEOF
16353 #define HAVE_FSFILCNT_T 1
16359 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
16360 #include <signal.h>
16362 if test "x$ac_cv_type_sigset_t" = xyes
; then :
16364 cat >>confdefs.h
<<_ACEOF
16365 #define HAVE_SIGSET_T 1
16371 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
16373 if test "x$ac_cv_type_request_sense" = xyes
; then :
16375 cat >>confdefs.h
<<_ACEOF
16376 #define HAVE_REQUEST_SENSE 1
16383 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
16384 #ifdef HAVE_SYS_SOCKET_H
16385 #include <sys/socket.h>
16387 #ifdef HAVE_SYS_SOCKETVAR_H
16388 #include <sys/socketvar.h>
16390 #ifdef HAVE_NET_ROUTE_H
16391 #include <net/route.h>
16393 #ifdef HAVE_NETINET_IN_H
16394 #include <netinet/in.h>
16396 #ifdef HAVE_NETINET_IN_SYSTM_H
16397 #include <netinet/in_systm.h>
16399 #ifdef HAVE_NETINET_IP_H
16400 #include <netinet/ip.h>
16402 #ifdef HAVE_NETINET_IN_PCB_H
16403 #include <netinet/in_pcb.h>
16406 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
16408 cat >>confdefs.h
<<_ACEOF
16409 #define HAVE_STRUCT_XINPGEN 1
16416 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
16419 #ifdef HAVE_SYS_LINK_H
16420 #include <sys/link.h>
16423 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
16425 cat >>confdefs.h
<<_ACEOF
16426 #define HAVE_STRUCT_R_DEBUG 1
16431 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
16434 #ifdef HAVE_SYS_LINK_H
16435 #include <sys/link.h>
16438 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
16440 cat >>confdefs.h
<<_ACEOF
16441 #define HAVE_STRUCT_LINK_MAP 1
16448 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
16449 #include <linux/input.h>
16452 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
16454 cat >>confdefs.h
<<_ACEOF
16455 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
16462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for if_nameindex" >&5
16463 $as_echo_n "checking for if_nameindex... " >&6; }
16464 if ${wine_cv_have_if_nameindex+:} false
; then :
16465 $as_echo_n "(cached) " >&6
16467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16468 /* end confdefs.h. */
16469 #ifdef HAVE_SYS_TYPES_H
16470 #include <sys/types.h>
16472 #ifdef HAVE_SYS_SOCKET_H
16473 #include <sys/socket.h>
16475 #ifdef HAVE_NET_IF_H
16476 # include <net/if.h>
16481 struct if_nameindex *p = if_nameindex(); return p->if_index;
16486 if ac_fn_c_try_link
"$LINENO"; then :
16487 wine_cv_have_if_nameindex
=yes
16489 wine_cv_have_if_nameindex
=no
16491 rm -f core conftest.err conftest.
$ac_objext \
16492 conftest
$ac_exeext conftest.
$ac_ext
16494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_if_nameindex" >&5
16495 $as_echo "$wine_cv_have_if_nameindex" >&6; }
16496 if test "$wine_cv_have_if_nameindex" = "yes"
16499 $as_echo "#define HAVE_IF_NAMEINDEX 1" >>confdefs.h
16503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
16504 $as_echo_n "checking for sigaddset... " >&6; }
16505 if ${wine_cv_have_sigaddset+:} false
; then :
16506 $as_echo_n "(cached) " >&6
16508 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16509 /* end confdefs.h. */
16510 #include <signal.h>
16514 sigset_t set; sigaddset(&set,SIGTERM);
16519 if ac_fn_c_try_link
"$LINENO"; then :
16520 wine_cv_have_sigaddset
=yes
16522 wine_cv_have_sigaddset
=no
16524 rm -f core conftest.err conftest.
$ac_objext \
16525 conftest
$ac_exeext conftest.
$ac_ext
16527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16528 $as_echo "$wine_cv_have_sigaddset" >&6; }
16529 if test "$wine_cv_have_sigaddset" = "yes"
16532 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16538 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16539 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16540 $as_echo_n "(cached) " >&6
16542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16543 /* end confdefs.h. */
16551 struct hostent *result;
16558 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16559 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16565 if ac_fn_c_try_link
"$LINENO"; then :
16566 wine_cv_linux_gethostbyname_r_6
=yes
16568 wine_cv_linux_gethostbyname_r_6
=no
16571 rm -f core conftest.err conftest.
$ac_objext \
16572 conftest
$ac_exeext conftest.
$ac_ext
16575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16576 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16577 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16580 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16584 if test "$ac_cv_header_linux_joystick_h" = "yes"
16586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16587 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16588 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16589 $as_echo_n "(cached) " >&6
16591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16592 /* end confdefs.h. */
16594 #include <sys/ioctl.h>
16595 #include <sys/types.h>
16596 #include <linux/joystick.h>
16598 struct js_event blub;
16599 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16600 #error "no 2.2 header"
16611 if ac_fn_c_try_compile
"$LINENO"; then :
16612 wine_cv_linux_joystick_22_api
=yes
16614 wine_cv_linux_joystick_22_api
=no
16616 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16620 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16621 if test "$wine_cv_linux_joystick_22_api" = "yes"
16624 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16630 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16631 #ifdef HAVE_SYS_PARAM_H
16632 # include <sys/param.h>
16634 #ifdef HAVE_SYS_MOUNT_H
16635 # include <sys/mount.h>
16637 #ifdef HAVE_SYS_VFS_H
16638 # include <sys/vfs.h>
16640 #ifdef HAVE_SYS_STATFS_H
16641 # include <sys/statfs.h>
16644 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16646 cat >>confdefs.h
<<_ACEOF
16647 #define HAVE_STRUCT_STATFS_F_BFREE 1
16652 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16653 #ifdef HAVE_SYS_PARAM_H
16654 # include <sys/param.h>
16656 #ifdef HAVE_SYS_MOUNT_H
16657 # include <sys/mount.h>
16659 #ifdef HAVE_SYS_VFS_H
16660 # include <sys/vfs.h>
16662 #ifdef HAVE_SYS_STATFS_H
16663 # include <sys/statfs.h>
16666 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16668 cat >>confdefs.h
<<_ACEOF
16669 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16674 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16675 #ifdef HAVE_SYS_PARAM_H
16676 # include <sys/param.h>
16678 #ifdef HAVE_SYS_MOUNT_H
16679 # include <sys/mount.h>
16681 #ifdef HAVE_SYS_VFS_H
16682 # include <sys/vfs.h>
16684 #ifdef HAVE_SYS_STATFS_H
16685 # include <sys/statfs.h>
16688 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16690 cat >>confdefs.h
<<_ACEOF
16691 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16696 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16697 #ifdef HAVE_SYS_PARAM_H
16698 # include <sys/param.h>
16700 #ifdef HAVE_SYS_MOUNT_H
16701 # include <sys/mount.h>
16703 #ifdef HAVE_SYS_VFS_H
16704 # include <sys/vfs.h>
16706 #ifdef HAVE_SYS_STATFS_H
16707 # include <sys/statfs.h>
16710 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16712 cat >>confdefs.h
<<_ACEOF
16713 #define HAVE_STRUCT_STATFS_F_FFREE 1
16718 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16719 #ifdef HAVE_SYS_PARAM_H
16720 # include <sys/param.h>
16722 #ifdef HAVE_SYS_MOUNT_H
16723 # include <sys/mount.h>
16725 #ifdef HAVE_SYS_VFS_H
16726 # include <sys/vfs.h>
16728 #ifdef HAVE_SYS_STATFS_H
16729 # include <sys/statfs.h>
16732 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16734 cat >>confdefs.h
<<_ACEOF
16735 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16740 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16741 #ifdef HAVE_SYS_PARAM_H
16742 # include <sys/param.h>
16744 #ifdef HAVE_SYS_MOUNT_H
16745 # include <sys/mount.h>
16747 #ifdef HAVE_SYS_VFS_H
16748 # include <sys/vfs.h>
16750 #ifdef HAVE_SYS_STATFS_H
16751 # include <sys/statfs.h>
16754 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16756 cat >>confdefs.h
<<_ACEOF
16757 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16764 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16765 #include <sys/statvfs.h>
16768 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16770 cat >>confdefs.h
<<_ACEOF
16771 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16778 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16779 #include <dirent.h>
16782 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16784 cat >>confdefs.h
<<_ACEOF
16785 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16792 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#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_msghdr_msg_accrights" = xyes
; then :
16802 cat >>confdefs.h
<<_ACEOF
16803 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16808 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_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_sa_len" = xyes
; then :
16818 cat >>confdefs.h
<<_ACEOF
16819 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16824 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16825 #ifdef HAVE_SYS_SOCKET_H
16826 # include <sys/socket.h>
16828 #ifdef HAVE_SYS_UN_H
16829 # include <sys/un.h>
16832 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16834 cat >>confdefs.h
<<_ACEOF
16835 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16842 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16843 #ifdef HAVE_SCSI_SG_H
16844 #include <scsi/sg.h>
16847 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16849 cat >>confdefs.h
<<_ACEOF
16850 #define HAVE_SCSIREQ_T_CMD 1
16855 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>
16856 #ifdef HAVE_SCSI_SG_H
16857 #include <scsi/sg.h>
16860 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16862 cat >>confdefs.h
<<_ACEOF
16863 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16870 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16872 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16874 cat >>confdefs.h
<<_ACEOF
16875 #define HAVE_SIGINFO_T_SI_FD 1
16882 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16883 #ifdef HAVE_SYS_MTIO_H
16884 #include <sys/mtio.h>
16887 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16889 cat >>confdefs.h
<<_ACEOF
16890 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16895 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16896 #ifdef HAVE_SYS_MTIO_H
16897 #include <sys/mtio.h>
16900 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16902 cat >>confdefs.h
<<_ACEOF
16903 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16908 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16909 #ifdef HAVE_SYS_MTIO_H
16910 #include <sys/mtio.h>
16913 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16915 cat >>confdefs.h
<<_ACEOF
16916 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16923 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16924 #include <getopt.h>
16927 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16929 cat >>confdefs.h
<<_ACEOF
16930 #define HAVE_STRUCT_OPTION_NAME 1
16937 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16938 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16940 cat >>confdefs.h
<<_ACEOF
16941 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16946 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16947 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16949 cat >>confdefs.h
<<_ACEOF
16950 #define HAVE_STRUCT_STAT_ST_MTIM 1
16955 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16956 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16958 cat >>confdefs.h
<<_ACEOF
16959 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16964 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16965 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16967 cat >>confdefs.h
<<_ACEOF
16968 #define HAVE_STRUCT_STAT_ST_CTIM 1
16973 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16974 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16976 cat >>confdefs.h
<<_ACEOF
16977 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16982 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16983 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16985 cat >>confdefs.h
<<_ACEOF
16986 #define HAVE_STRUCT_STAT_ST_ATIM 1
16991 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16992 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16994 cat >>confdefs.h
<<_ACEOF
16995 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
17000 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
17001 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
17003 cat >>confdefs.h
<<_ACEOF
17004 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
17009 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
17010 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
17012 cat >>confdefs.h
<<_ACEOF
17013 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
17018 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
17019 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
17021 cat >>confdefs.h
<<_ACEOF
17022 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
17027 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
17028 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
17030 cat >>confdefs.h
<<_ACEOF
17031 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
17036 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
17037 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
17039 cat >>confdefs.h
<<_ACEOF
17040 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
17047 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
17048 #include <sys/types.h>
17050 #ifdef HAVE_NETINET_IN_H
17051 #include <netinet/in.h>
17054 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
17056 cat >>confdefs.h
<<_ACEOF
17057 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
17064 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_SYS_TYPES_H
17065 #include <sys/types.h>
17067 #ifdef HAVE_NETINET_IN_H
17068 #include <netinet/in.h>
17070 #ifdef HAVE_RESOLV_H
17071 #include <resolv.h>
17074 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
17076 cat >>confdefs.h
<<_ACEOF
17077 #define HAVE_STRUCT___RES_STATE 1
17084 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
17085 #include <resolv.h>
17088 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
17090 cat >>confdefs.h
<<_ACEOF
17091 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
17098 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
17099 #include <sys/types.h>
17101 #ifdef HAVE_NETINET_IN_H
17102 # include <netinet/in.h>
17104 #ifdef HAVE_ARPA_NAMESER_H
17105 # include <arpa/nameser.h>
17108 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
17110 cat >>confdefs.h
<<_ACEOF
17111 #define HAVE_NS_MSG__MSG_PTR 1
17118 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
17119 #include <sys/types.h>
17121 #ifdef HAVE_NETINET_IN_H
17122 #include <netinet/in.h>
17124 #ifdef HAVE_NETINET_IP_H
17125 #include <netinet/ip.h>
17127 #ifdef HAVE_NETINET_IP_ICMP_H
17128 #include <netinet/ip_icmp.h>
17130 #ifdef HAVE_NETINET_ICMP_VAR_H
17131 #include <netinet/icmp_var.h>
17134 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
17136 cat >>confdefs.h
<<_ACEOF
17137 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
17144 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
17145 #include <sys/types.h>
17147 #ifdef HAVE_ALIAS_H
17150 #ifdef HAVE_SYS_SOCKET_H
17151 #include <sys/socket.h>
17153 #ifdef HAVE_SYS_SOCKETVAR_H
17154 #include <sys/socketvar.h>
17156 #ifdef HAVE_SYS_TIMEOUT_H
17157 #include <sys/timeout.h>
17159 #ifdef HAVE_NETINET_IN_H
17160 #include <netinet/in.h>
17162 #ifdef HAVE_NETINET_IN_SYSTM_H
17163 #include <netinet/in_systm.h>
17165 #ifdef HAVE_NETINET_IP_H
17166 #include <netinet/ip.h>
17168 #ifdef HAVE_NETINET_IP_VAR_H
17169 #include <netinet/ip_var.h>
17171 #ifdef HAVE_NETINET_IP_ICMP_H
17172 #include <netinet/ip_icmp.h>
17174 #ifdef HAVE_NETINET_ICMP_VAR_H
17175 #include <netinet/icmp_var.h>
17178 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
17180 cat >>confdefs.h
<<_ACEOF
17181 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
17188 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
17189 #include <sys/types.h>
17191 #ifdef HAVE_SYS_SOCKETVAR_H
17192 #include <sys/socketvar.h>
17194 #ifdef HAVE_NETINET_IN_H
17195 #include <netinet/in.h>
17197 #ifdef HAVE_NETINET_IP_VAR_H
17198 #include <netinet/ip_var.h>
17201 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
17203 cat >>confdefs.h
<<_ACEOF
17204 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
17211 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
17212 #include <netinet/ip_var.h>
17215 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
17217 cat >>confdefs.h
<<_ACEOF
17218 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
17225 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
17226 #include <sys/types.h>
17228 #ifdef HAVE_SYS_SOCKETVAR_H
17229 #include <sys/socketvar.h>
17231 #ifdef HAVE_NETINET_IN_H
17232 #include <netinet/in.h>
17234 #ifdef HAVE_NETINET_TCP_H
17235 #include <netinet/tcp.h>
17237 #ifdef HAVE_NETINET_TCP_VAR_H
17238 #include <netinet/tcp_var.h>
17241 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
17243 cat >>confdefs.h
<<_ACEOF
17244 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
17251 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
17252 #include <netinet/tcp_var.h>
17255 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
17257 cat >>confdefs.h
<<_ACEOF
17258 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
17265 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
17266 #include <sys/types.h>
17268 #ifdef HAVE_NETINET_IN_H
17269 #include <netinet/in.h>
17271 #ifdef HAVE_NETINET_IP_VAR_H
17272 #include <netinet/ip_var.h>
17274 #ifdef HAVE_NETINET_UDP_H
17275 #include <netinet/udp.h>
17277 #ifdef HAVE_NETINET_UDP_VAR_H
17278 #include <netinet/udp_var.h>
17281 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
17283 cat >>confdefs.h
<<_ACEOF
17284 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
17291 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
17292 #include <sys/types.h>
17294 #ifdef HAVE_NET_IF_H
17295 # include <net/if.h>
17298 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
17300 cat >>confdefs.h
<<_ACEOF
17301 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
17308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
17309 $as_echo_n "checking for timezone variable... " >&6; }
17310 if ${ac_cv_have_timezone+:} false
; then :
17311 $as_echo_n "(cached) " >&6
17313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17314 /* end confdefs.h. */
17324 if ac_fn_c_try_link
"$LINENO"; then :
17325 ac_cv_have_timezone
="yes"
17327 ac_cv_have_timezone
="no"
17329 rm -f core conftest.err conftest.
$ac_objext \
17330 conftest
$ac_exeext conftest.
$ac_ext
17332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
17333 $as_echo "$ac_cv_have_timezone" >&6; }
17334 if test "$ac_cv_have_timezone" = "yes"
17337 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
17340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
17341 $as_echo_n "checking for daylight variable... " >&6; }
17342 if ${ac_cv_have_daylight+:} false
; then :
17343 $as_echo_n "(cached) " >&6
17345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17346 /* end confdefs.h. */
17356 if ac_fn_c_try_link
"$LINENO"; then :
17357 ac_cv_have_daylight
="yes"
17359 ac_cv_have_daylight
="no"
17361 rm -f core conftest.err conftest.
$ac_objext \
17362 conftest
$ac_exeext conftest.
$ac_ext
17364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
17365 $as_echo "$ac_cv_have_daylight" >&6; }
17366 if test "$ac_cv_have_daylight" = "yes"
17369 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
17373 ac_save_LIBS
="$LIBS"
17375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
17376 $as_echo_n "checking for isfinite... " >&6; }
17377 if ${ac_cv_have_isfinite+:} false
; then :
17378 $as_echo_n "(cached) " >&6
17380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17381 /* end confdefs.h. */
17382 #define _GNU_SOURCE
17387 float f = 0.0; return isfinite(f)
17392 if ac_fn_c_try_link
"$LINENO"; then :
17393 ac_cv_have_isfinite
="yes"
17395 ac_cv_have_isfinite
="no"
17397 rm -f core conftest.err conftest.
$ac_objext \
17398 conftest
$ac_exeext conftest.
$ac_ext
17400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
17401 $as_echo "$ac_cv_have_isfinite" >&6; }
17402 if test "$ac_cv_have_isfinite" = "yes"
17405 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
17409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
17410 $as_echo_n "checking for isinf... " >&6; }
17411 if ${ac_cv_have_isinf+:} false
; then :
17412 $as_echo_n "(cached) " >&6
17414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17415 /* end confdefs.h. */
17420 float f = 0.0; return isinf(f)
17425 if ac_fn_c_try_link
"$LINENO"; then :
17426 ac_cv_have_isinf
="yes"
17428 ac_cv_have_isinf
="no"
17430 rm -f core conftest.err conftest.
$ac_objext \
17431 conftest
$ac_exeext conftest.
$ac_ext
17433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
17434 $as_echo "$ac_cv_have_isinf" >&6; }
17435 if test "$ac_cv_have_isinf" = "yes"
17438 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
17442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
17443 $as_echo_n "checking for isnan... " >&6; }
17444 if ${ac_cv_have_isnan+:} false
; then :
17445 $as_echo_n "(cached) " >&6
17447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17448 /* end confdefs.h. */
17453 float f = 0.0; return isnan(f)
17458 if ac_fn_c_try_link
"$LINENO"; then :
17459 ac_cv_have_isnan
="yes"
17461 ac_cv_have_isnan
="no"
17463 rm -f core conftest.err conftest.
$ac_objext \
17464 conftest
$ac_exeext conftest.
$ac_ext
17466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
17467 $as_echo "$ac_cv_have_isnan" >&6; }
17468 if test "$ac_cv_have_isnan" = "yes"
17471 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
17519 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17520 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
17521 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
17522 cat >>confdefs.h
<<_ACEOF
17523 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17529 LIBS
="$ac_save_LIBS"
17531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
17532 $as_echo_n "checking for __builtin_clz... " >&6; }
17533 if ${ac_cv_have___builtin_clz+:} false
; then :
17534 $as_echo_n "(cached) " >&6
17536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17537 /* end confdefs.h. */
17542 return __builtin_clz(1)
17547 if ac_fn_c_try_link
"$LINENO"; then :
17548 ac_cv_have___builtin_clz
="yes"
17550 ac_cv_have___builtin_clz
="no"
17552 rm -f core conftest.err conftest.
$ac_objext \
17553 conftest
$ac_exeext conftest.
$ac_ext
17555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17556 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17557 if test "$ac_cv_have___builtin_clz" = "yes"
17560 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17565 $as_echo_n "checking for __builtin_popcount... " >&6; }
17566 if ${ac_cv_have___builtin_popcount+:} false
; then :
17567 $as_echo_n "(cached) " >&6
17569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17570 /* end confdefs.h. */
17575 return __builtin_popcount(1)
17580 if ac_fn_c_try_link
"$LINENO"; then :
17581 ac_cv_have___builtin_popcount
="yes"
17583 ac_cv_have___builtin_popcount
="no"
17585 rm -f core conftest.err conftest.
$ac_objext \
17586 conftest
$ac_exeext conftest.
$ac_ext
17588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17589 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17590 if test "$ac_cv_have___builtin_popcount" = "yes"
17593 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17599 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17600 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17601 if ${ac_cv_cpp_def___i386__+:} false
; then :
17602 $as_echo_n "(cached) " >&6
17604 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17605 /* end confdefs.h. */
17610 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17611 $EGREP "yes" >/dev
/null
2>&1; then :
17612 ac_cv_cpp_def___i386__
=yes
17614 ac_cv_cpp_def___i386__
=no
17619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17620 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17621 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17622 CFLAGS
="$CFLAGS -D__i386__"
17623 LINTFLAGS
="$LINTFLAGS -D__i386__"
17625 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17626 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17627 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17628 $as_echo_n "(cached) " >&6
17630 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17631 /* end confdefs.h. */
17636 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17637 $EGREP "yes" >/dev
/null
2>&1; then :
17638 ac_cv_cpp_def___x86_64__
=yes
17640 ac_cv_cpp_def___x86_64__
=no
17645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17646 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17647 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17648 CFLAGS
="$CFLAGS -D__x86_64__"
17649 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17651 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17652 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17653 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17654 $as_echo_n "(cached) " >&6
17656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17657 /* end confdefs.h. */
17658 #ifndef __sparc64__
17662 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17663 $EGREP "yes" >/dev
/null
2>&1; then :
17664 ac_cv_cpp_def___sparc64__
=yes
17666 ac_cv_cpp_def___sparc64__
=no
17671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17672 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17673 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17674 CFLAGS
="$CFLAGS -D__sparc64__"
17675 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17677 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17678 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17679 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17680 $as_echo_n "(cached) " >&6
17682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17683 /* end confdefs.h. */
17688 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17689 $EGREP "yes" >/dev
/null
2>&1; then :
17690 ac_cv_cpp_def___sparc__
=yes
17692 ac_cv_cpp_def___sparc__
=no
17697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17698 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17699 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17700 CFLAGS
="$CFLAGS -D__sparc__"
17701 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17703 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17704 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17705 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17706 $as_echo_n "(cached) " >&6
17708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17709 /* end confdefs.h. */
17710 #ifndef __powerpc64__
17714 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17715 $EGREP "yes" >/dev
/null
2>&1; then :
17716 ac_cv_cpp_def___powerpc64__
=yes
17718 ac_cv_cpp_def___powerpc64__
=no
17723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17724 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17725 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17726 CFLAGS
="$CFLAGS -D__powerpc64__"
17727 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17729 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17730 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17731 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17732 $as_echo_n "(cached) " >&6
17734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17735 /* end confdefs.h. */
17736 #ifndef __powerpc__
17740 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17741 $EGREP "yes" >/dev
/null
2>&1; then :
17742 ac_cv_cpp_def___powerpc__
=yes
17744 ac_cv_cpp_def___powerpc__
=no
17749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17750 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17751 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17752 CFLAGS
="$CFLAGS -D__powerpc__"
17753 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17755 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17756 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17757 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17758 $as_echo_n "(cached) " >&6
17760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17761 /* end confdefs.h. */
17762 #ifndef __aarch64__
17766 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17767 $EGREP "yes" >/dev
/null
2>&1; then :
17768 ac_cv_cpp_def___aarch64__
=yes
17770 ac_cv_cpp_def___aarch64__
=no
17775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17776 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17777 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17778 CFLAGS
="$CFLAGS -D__aarch64__"
17779 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17781 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17782 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17783 if ${ac_cv_cpp_def___arm__+:} false
; then :
17784 $as_echo_n "(cached) " >&6
17786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17787 /* end confdefs.h. */
17792 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17793 $EGREP "yes" >/dev
/null
2>&1; then :
17794 ac_cv_cpp_def___arm__
=yes
17796 ac_cv_cpp_def___arm__
=no
17801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17802 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17803 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17804 CFLAGS
="$CFLAGS -D__arm__"
17805 LINTFLAGS
="$LINTFLAGS -D__arm__"
17809 case $host_vendor in
17810 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17811 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17812 if ${ac_cv_cpp_def___sun__+:} false
; then :
17813 $as_echo_n "(cached) " >&6
17815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17816 /* end confdefs.h. */
17821 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17822 $EGREP "yes" >/dev
/null
2>&1; then :
17823 ac_cv_cpp_def___sun__
=yes
17825 ac_cv_cpp_def___sun__
=no
17830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17831 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17832 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17833 CFLAGS
="$CFLAGS -D__sun__"
17834 LINTFLAGS
="$LINTFLAGS -D__sun__"
17842 ac_config_commands
="$ac_config_commands include/stamp-h"
17844 $as_echo_n "creating Makefile rules..." >&6
17846 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17847 SOCKET_LIBS = $SOCKET_LIBS
17848 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17849 IOKIT_LIBS = $IOKIT_LIBS
17850 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17851 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17852 CORESERVICES_LIBS = $CORESERVICES_LIBS
17853 APPKIT_LIBS = $APPKIT_LIBS
17854 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17855 SECURITY_LIBS = $SECURITY_LIBS
17856 COREAUDIO_LIBS = $COREAUDIO_LIBS
17857 OPENAL_LIBS = $OPENAL_LIBS
17858 OPENCL_LIBS = $OPENCL_LIBS
17859 QUICKTIME_LIBS = $QUICKTIME_LIBS
17860 CARBON_LIBS = $CARBON_LIBS
17861 PTHREAD_LIBS = $PTHREAD_LIBS
17862 X_CFLAGS = $X_CFLAGS
17863 X_PRE_LIBS = $X_PRE_LIBS
17865 X_EXTRA_LIBS = $X_EXTRA_LIBS
17866 PCAP_LIBS = $PCAP_LIBS
17867 XML2_CFLAGS = $XML2_CFLAGS
17868 XML2_LIBS = $XML2_LIBS
17869 XSLT_CFLAGS = $XSLT_CFLAGS
17870 XSLT_LIBS = $XSLT_LIBS
17871 DBUS_CFLAGS = $DBUS_CFLAGS
17872 DBUS_LIBS = $DBUS_LIBS
17873 HAL_CFLAGS = $HAL_CFLAGS
17874 HAL_LIBS = $HAL_LIBS
17875 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17876 GNUTLS_LIBS = $GNUTLS_LIBS
17877 SANE_CFLAGS = $SANE_CFLAGS
17878 SANE_LIBS = $SANE_LIBS
17879 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17880 GPHOTO2_LIBS = $GPHOTO2_LIBS
17881 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17882 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17883 RESOLV_LIBS = $RESOLV_LIBS
17884 LCMS2_CFLAGS = $LCMS2_CFLAGS
17885 LCMS2_LIBS = $LCMS2_LIBS
17886 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17887 FREETYPE_LIBS = $FREETYPE_LIBS
17889 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17890 PULSE_CFLAGS = $PULSE_CFLAGS
17891 PULSE_LIBS = $PULSE_LIBS
17892 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17893 GSTREAMER_LIBS = $GSTREAMER_LIBS
17894 ALSA_LIBS = $ALSA_LIBS
17895 OSS4_CFLAGS = $OSS4_CFLAGS
17896 UDEV_CFLAGS = $UDEV_CFLAGS
17897 UDEV_LIBS = $UDEV_LIBS
17898 CAPI20_CFLAGS = $CAPI20_CFLAGS
17899 CAPI20_LIBS = $CAPI20_LIBS
17900 CUPS_CFLAGS = $CUPS_CFLAGS
17901 CUPS_LIBS = $CUPS_LIBS
17902 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17903 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17904 JPEG_CFLAGS = $JPEG_CFLAGS
17905 JPEG_LIBS = $JPEG_LIBS
17906 PNG_CFLAGS = $PNG_CFLAGS
17907 PNG_LIBS = $PNG_LIBS
17908 TIFF_CFLAGS = $TIFF_CFLAGS
17909 TIFF_LIBS = $TIFF_LIBS
17910 MPG123_CFLAGS = $MPG123_CFLAGS
17911 MPG123_LIBS = $MPG123_LIBS
17912 KSTAT_LIBS = $KSTAT_LIBS
17913 PROCSTAT_LIBS = $PROCSTAT_LIBS
17914 NETAPI_CFLAGS = $NETAPI_CFLAGS
17915 NETAPI_LIBS = $NETAPI_LIBS
17916 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17918 POLL_LIBS = $POLL_LIBS
17920 LDAP_CFLAGS = $LDAP_CFLAGS
17921 LDAP_LIBS = $LDAP_LIBS
17926 wine_fn_append_rule
"
17927 # Rules automatically generated by configure
17929 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17934 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17935 @./config.status Make.tmp Makefile
17936 depend: \$(MAKEDEP) dummy
17939 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17940 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17942 if test "x$enable_fonts" != xno
; then
17943 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17944 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17945 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17946 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17947 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17948 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17950 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17951 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17952 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17953 wine_fn_config_symlink wine
17954 if test "x$enable_win64" != xno
; then
17955 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17956 wine_fn_config_symlink wine64
17959 wine_fn_config_dll acledit enable_acledit
17960 wine_fn_config_dll aclui enable_aclui implib
17961 wine_fn_config_dll activeds enable_activeds implib
17962 wine_fn_config_dll actxprxy enable_actxprxy clean
17963 wine_fn_config_lib adsiid
17964 wine_fn_config_dll adsldpc enable_adsldpc
17965 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17966 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17967 wine_fn_config_dll advpack enable_advpack implib
17968 wine_fn_config_test dlls
/advpack
/tests advpack_test
17969 wine_fn_config_dll amstream enable_amstream clean
17970 wine_fn_config_test dlls
/amstream
/tests amstream_test
17971 wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
17972 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
17973 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
17974 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
17975 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
17976 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
17977 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0
17978 wine_fn_config_dll api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0
17979 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17980 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17981 wine_fn_config_dll api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
17982 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17983 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17984 wine_fn_config_dll api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
17985 wine_fn_config_dll api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
17986 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17987 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17988 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17989 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17990 wine_fn_config_dll api-ms-win-core-delayload-l1-1-0 enable_api_ms_win_core_delayload_l1_1_0
17991 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17992 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17993 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17994 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17995 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-3 enable_api_ms_win_core_errorhandling_l1_1_3
17996 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17997 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17998 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17999 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
18000 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
18001 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
18002 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
18003 wine_fn_config_dll api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
18004 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
18005 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
18006 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
18007 wine_fn_config_dll api-ms-win-core-heap-l2-1-0 enable_api_ms_win_core_heap_l2_1_0
18008 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
18009 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
18010 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
18011 wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0
18012 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
18013 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
18014 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
18015 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
18016 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
18017 wine_fn_config_dll api-ms-win-core-kernel32-private-l1-1-1 enable_api_ms_win_core_kernel32_private_l1_1_1
18018 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
18019 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
18020 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
18021 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-2 enable_api_ms_win_core_libraryloader_l1_2_2
18022 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
18023 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
18024 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
18025 wine_fn_config_dll api-ms-win-core-localization-l2-1-0 enable_api_ms_win_core_localization_l2_1_0
18026 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
18027 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-2-0 enable_api_ms_win_core_localization_obsolete_l1_2_0
18028 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-3-0 enable_api_ms_win_core_localization_obsolete_l1_3_0
18029 wine_fn_config_dll api-ms-win-core-localization-private-l1-1-0 enable_api_ms_win_core_localization_private_l1_1_0
18030 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
18031 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
18032 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
18033 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
18034 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
18035 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
18036 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
18037 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
18038 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
18039 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
18040 wine_fn_config_dll api-ms-win-core-privateprofile-l1-1-1 enable_api_ms_win_core_privateprofile_l1_1_1
18041 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
18042 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
18043 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
18044 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
18045 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
18046 wine_fn_config_dll api-ms-win-core-processtopology-obsolete-l1-1-0 enable_api_ms_win_core_processtopology_obsolete_l1_1_0
18047 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
18048 wine_fn_config_dll api-ms-win-core-psapi-ansi-l1-1-0 enable_api_ms_win_core_psapi_ansi_l1_1_0
18049 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
18050 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
18051 wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
18052 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
18053 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
18054 wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
18055 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
18056 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
18057 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
18058 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
18059 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-1-0 enable_api_ms_win_core_shlwapi_obsolete_l1_1_0
18060 wine_fn_config_dll api-ms-win-core-shlwapi-obsolete-l1-2-0 enable_api_ms_win_core_shlwapi_obsolete_l1_2_0
18061 wine_fn_config_dll api-ms-win-core-sidebyside-l1-1-0 enable_api_ms_win_core_sidebyside_l1_1_0
18062 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
18063 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
18064 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
18065 wine_fn_config_dll api-ms-win-core-stringansi-l1-1-0 enable_api_ms_win_core_stringansi_l1_1_0
18066 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
18067 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
18068 wine_fn_config_dll api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core_synch_l1_2_1
18069 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
18070 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
18071 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
18072 wine_fn_config_dll api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
18073 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
18074 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
18075 wine_fn_config_dll api-ms-win-core-threadpool-private-l1-1-0 enable_api_ms_win_core_threadpool_private_l1_1_0
18076 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
18077 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
18078 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
18079 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
18080 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
18081 wine_fn_config_dll api-ms-win-core-version-l1-1-1 enable_api_ms_win_core_version_l1_1_1
18082 wine_fn_config_dll api-ms-win-core-version-private-l1-1-0 enable_api_ms_win_core_version_private_l1_1_0
18083 wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
18084 wine_fn_config_dll api-ms-win-core-windowserrorreporting-l1-1-0 enable_api_ms_win_core_windowserrorreporting_l1_1_0
18085 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
18086 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
18087 wine_fn_config_dll api-ms-win-core-winrt-errorprivate-l1-1-1 enable_api_ms_win_core_winrt_errorprivate_l1_1_1
18088 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
18089 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
18090 wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
18091 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
18092 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
18093 wine_fn_config_dll api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
18094 wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
18095 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
18096 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
18097 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
18098 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
18099 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
18100 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
18101 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
18102 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
18103 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
18104 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
18105 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
18106 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
18107 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
18108 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
18109 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
18110 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
18111 wine_fn_config_dll api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
18112 wine_fn_config_dll api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
18113 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
18114 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
18115 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
18116 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
18117 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
18118 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
18119 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
18120 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
18121 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
18122 wine_fn_config_dll api-ms-win-dx-d3dkmt-l1-1-0 enable_api_ms_win_dx_d3dkmt_l1_1_0
18123 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
18124 wine_fn_config_dll api-ms-win-eventing-consumer-l1-1-0 enable_api_ms_win_eventing_consumer_l1_1_0
18125 wine_fn_config_dll api-ms-win-eventing-controller-l1-1-0 enable_api_ms_win_eventing_controller_l1_1_0
18126 wine_fn_config_dll api-ms-win-eventing-legacy-l1-1-0 enable_api_ms_win_eventing_legacy_l1_1_0
18127 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
18128 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
18129 wine_fn_config_dll api-ms-win-mm-joystick-l1-1-0 enable_api_ms_win_mm_joystick_l1_1_0
18130 wine_fn_config_dll api-ms-win-mm-misc-l1-1-1 enable_api_ms_win_mm_misc_l1_1_1
18131 wine_fn_config_dll api-ms-win-mm-mme-l1-1-0 enable_api_ms_win_mm_mme_l1_1_0
18132 wine_fn_config_dll api-ms-win-mm-time-l1-1-0 enable_api_ms_win_mm_time_l1_1_0
18133 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
18134 wine_fn_config_dll api-ms-win-ntuser-rectangle-l1-1-0 enable_api_ms_win_ntuser_rectangle_l1_1_0
18135 wine_fn_config_dll api-ms-win-power-base-l1-1-0 enable_api_ms_win_power_base_l1_1_0
18136 wine_fn_config_dll api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0
18137 wine_fn_config_dll api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0
18138 wine_fn_config_dll api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0
18139 wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1
18140 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
18141 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
18142 wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
18143 wine_fn_config_dll api-ms-win-security-credentials-l1-1-0 enable_api_ms_win_security_credentials_l1_1_0
18144 wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
18145 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
18146 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
18147 wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
18148 wine_fn_config_dll api-ms-win-security-lsapolicy-l1-1-0 enable_api_ms_win_security_lsapolicy_l1_1_0
18149 wine_fn_config_dll api-ms-win-security-provider-l1-1-0 enable_api_ms_win_security_provider_l1_1_0
18150 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
18151 wine_fn_config_dll api-ms-win-security-systemfunctions-l1-1-0 enable_api_ms_win_security_systemfunctions_l1_1_0
18152 wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
18153 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
18154 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
18155 wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
18156 wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
18157 wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
18158 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
18159 wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
18160 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
18161 wine_fn_config_dll apphelp enable_apphelp
18162 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
18163 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
18164 wine_fn_config_dll atl enable_atl clean
,implib
18165 wine_fn_config_test dlls
/atl
/tests atl_test
18166 wine_fn_config_dll atl100 enable_atl100 clean
,implib
18167 wine_fn_config_test dlls
/atl100
/tests atl100_test
18168 wine_fn_config_dll atl110 enable_atl110 clean
18169 wine_fn_config_dll atl80 enable_atl80 clean
,implib
18170 wine_fn_config_test dlls
/atl80
/tests atl80_test
18171 wine_fn_config_dll atl90 enable_atl90 clean
18172 wine_fn_config_dll authz enable_authz
18173 wine_fn_config_dll avicap32 enable_avicap32 implib
18174 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
18175 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
18176 wine_fn_config_dll avifile.dll16 enable_win16
18177 wine_fn_config_dll avrt enable_avrt implib
18178 wine_fn_config_dll bcrypt enable_bcrypt implib
18179 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
18180 wine_fn_config_dll bluetoothapis enable_bluetoothapis
18181 wine_fn_config_dll browseui enable_browseui clean
18182 wine_fn_config_test dlls
/browseui
/tests browseui_test
18183 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
18184 wine_fn_config_dll cabinet enable_cabinet implib
18185 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
18186 wine_fn_config_dll capi2032 enable_capi2032 implib
18187 wine_fn_config_dll cards enable_cards implib
18188 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
18189 wine_fn_config_dll clusapi enable_clusapi implib
18190 wine_fn_config_dll combase enable_combase
18191 wine_fn_config_test dlls
/combase
/tests combase_test
18192 wine_fn_config_dll comcat enable_comcat
18193 wine_fn_config_test dlls
/comcat
/tests comcat_test
18194 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
18195 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
18196 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
18197 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
18198 wine_fn_config_dll
comm.drv16 enable_win16
18199 wine_fn_config_dll commdlg.dll16 enable_win16
18200 wine_fn_config_dll compobj.dll16 enable_win16
18201 wine_fn_config_dll compstui enable_compstui implib
18202 wine_fn_config_dll comsvcs enable_comsvcs clean
,implib
18203 wine_fn_config_dll concrt140 enable_concrt140
18204 wine_fn_config_dll connect enable_connect
18205 wine_fn_config_dll credui enable_credui clean
,implib
18206 wine_fn_config_test dlls
/credui
/tests credui_test
18207 wine_fn_config_dll crtdll enable_crtdll
18208 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
18209 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
18210 wine_fn_config_dll cryptdlg enable_cryptdlg clean
18211 wine_fn_config_dll cryptdll enable_cryptdll implib
18212 wine_fn_config_dll cryptext enable_cryptext
18213 wine_fn_config_dll cryptnet enable_cryptnet implib
18214 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
18215 wine_fn_config_dll cryptui enable_cryptui clean
,implib
18216 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
18217 wine_fn_config_dll ctapi32 enable_ctapi32
18218 wine_fn_config_dll ctl3d.dll16 enable_win16
18219 wine_fn_config_dll ctl3d32 enable_ctl3d32
18220 wine_fn_config_dll ctl3dv2.dll16 enable_win16
18221 wine_fn_config_dll d2d1 enable_d2d1 implib
18222 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
18223 wine_fn_config_dll d3d10 enable_d3d10 implib
18224 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
18225 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
18226 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
18227 wine_fn_config_dll d3d10core enable_d3d10core implib
18228 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
18229 wine_fn_config_dll d3d11 enable_d3d11 implib
18230 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
18231 wine_fn_config_dll d3d8 enable_d3d8 implib
18232 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
18233 wine_fn_config_dll d3d9 enable_d3d9 implib
18234 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
18235 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
18236 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
18237 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
18238 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
18239 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
18240 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
18241 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
18242 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
18243 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
18244 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
18245 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
18246 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
18247 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
18248 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
18249 wine_fn_config_dll d3dim enable_d3dim
18250 wine_fn_config_dll d3drm enable_d3drm implib
18251 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
18252 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
18253 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
18254 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
18255 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
18256 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
18257 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
18258 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
18259 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
18260 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
18261 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
18262 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
18263 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
18264 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
18265 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
18266 wine_fn_config_test dlls
/d3dx11_43
/tests d3dx11_43_test
18267 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
18268 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
18269 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
18270 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
18271 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
18272 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
18273 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
18274 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
18275 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
18276 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
18277 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
18278 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
18279 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
18280 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
18281 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
18282 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
18283 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
18284 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
18285 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
18286 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
18287 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
18288 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
18289 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
18290 wine_fn_config_dll davclnt enable_davclnt
18291 wine_fn_config_dll dbgeng enable_dbgeng implib
18292 wine_fn_config_dll dbghelp enable_dbghelp implib
18293 wine_fn_config_dll dciman32 enable_dciman32 implib
18294 wine_fn_config_dll ddeml.dll16 enable_win16
18295 wine_fn_config_dll ddraw enable_ddraw clean
,implib
18296 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
18297 wine_fn_config_dll ddrawex enable_ddrawex clean
18298 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
18299 wine_fn_config_dll devenum enable_devenum clean
18300 wine_fn_config_test dlls
/devenum
/tests devenum_test
18301 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
18302 wine_fn_config_dll difxapi enable_difxapi
18303 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
18304 wine_fn_config_test dlls
/dinput
/tests dinput_test
18305 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
18306 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
18307 wine_fn_config_dll dispdib.dll16 enable_win16
18308 wine_fn_config_dll dispex enable_dispex clean
18309 wine_fn_config_test dlls
/dispex
/tests dispex_test
18310 wine_fn_config_dll display.drv16 enable_win16
18311 wine_fn_config_dll dmband enable_dmband clean
18312 wine_fn_config_test dlls
/dmband
/tests dmband_test
18313 wine_fn_config_dll dmcompos enable_dmcompos clean
18314 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
18315 wine_fn_config_dll dmime enable_dmime clean
18316 wine_fn_config_test dlls
/dmime
/tests dmime_test
18317 wine_fn_config_dll dmloader enable_dmloader clean
18318 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
18319 wine_fn_config_dll dmscript enable_dmscript clean
18320 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
18321 wine_fn_config_dll dmstyle enable_dmstyle clean
18322 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
18323 wine_fn_config_dll dmsynth enable_dmsynth clean
18324 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
18325 wine_fn_config_dll dmusic enable_dmusic clean
18326 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
18327 wine_fn_config_dll dmusic32 enable_dmusic32
18328 wine_fn_config_dll dnsapi enable_dnsapi implib
18329 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
18330 wine_fn_config_dll dplay enable_dplay
18331 wine_fn_config_dll dplayx enable_dplayx clean
,implib
18332 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
18333 wine_fn_config_dll dpnaddr enable_dpnaddr
18334 wine_fn_config_dll dpnet enable_dpnet clean
,implib
18335 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
18336 wine_fn_config_dll dpnhpast enable_dpnhpast
18337 wine_fn_config_dll dpnlobby enable_dpnlobby
18338 wine_fn_config_dll dpvoice enable_dpvoice clean
18339 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
18340 wine_fn_config_dll dpwsockx enable_dpwsockx
18341 wine_fn_config_dll drmclien enable_drmclien
18342 wine_fn_config_dll dsound enable_dsound clean
,implib
18343 wine_fn_config_test dlls
/dsound
/tests dsound_test
18344 wine_fn_config_dll dsquery enable_dsquery clean
18345 wine_fn_config_dll dssenh enable_dssenh
18346 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
18347 wine_fn_config_dll dswave enable_dswave clean
18348 wine_fn_config_test dlls
/dswave
/tests dswave_test
18349 wine_fn_config_dll dwmapi enable_dwmapi implib
18350 wine_fn_config_dll dwrite enable_dwrite implib
18351 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
18352 wine_fn_config_dll dx8vb enable_dx8vb
18353 wine_fn_config_dll dxdiagn enable_dxdiagn clean
18354 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
18355 wine_fn_config_lib dxerr8
18356 wine_fn_config_lib dxerr9
18357 wine_fn_config_dll dxgi enable_dxgi implib
18358 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
18359 wine_fn_config_lib dxguid
18360 wine_fn_config_dll dxva2 enable_dxva2
18361 wine_fn_config_dll esent enable_esent
18362 wine_fn_config_dll evr enable_evr clean
18363 wine_fn_config_test dlls
/evr
/tests evr_test
18364 wine_fn_config_dll explorerframe enable_explorerframe clean
18365 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
18366 wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
18367 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
18368 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
18369 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
18370 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
18371 wine_fn_config_dll ext-ms-win-gdi-draw-l1-1-1 enable_ext_ms_win_gdi_draw_l1_1_1
18372 wine_fn_config_dll ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_render_l1_1_0
18373 wine_fn_config_dll ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
18374 wine_fn_config_dll ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
18375 wine_fn_config_dll ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
18376 wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_private_l1_1_1
18377 wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
18378 wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
18379 wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1
18380 wine_fn_config_dll ext-ms-win-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_l1_1_1
18381 wine_fn_config_dll ext-ms-win-ras-rasapi32-l1-1-0 enable_ext_ms_win_ras_rasapi32_l1_1_0
18382 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0
18383 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0
18384 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
18385 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
18386 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
18387 wine_fn_config_dll ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
18388 wine_fn_config_dll ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
18389 wine_fn_config_dll faultrep enable_faultrep implib
18390 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
18391 wine_fn_config_dll fltlib enable_fltlib
18392 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
18393 wine_fn_config_dll fntcache enable_fntcache
18394 wine_fn_config_dll fontsub enable_fontsub
18395 wine_fn_config_dll fusion enable_fusion
18396 wine_fn_config_test dlls
/fusion
/tests fusion_test
18397 wine_fn_config_dll fwpuclnt enable_fwpuclnt
18398 wine_fn_config_dll gameux enable_gameux clean
18399 wine_fn_config_test dlls
/gameux
/tests gameux_test
18400 wine_fn_config_dll gdi.exe16 enable_win16
18401 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
18402 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
18403 wine_fn_config_dll gdiplus enable_gdiplus implib
18404 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
18405 wine_fn_config_dll glu32 enable_glu32 implib
18406 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
18407 wine_fn_config_dll gpkcsp enable_gpkcsp
18408 wine_fn_config_dll hal enable_hal
18409 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
18410 wine_fn_config_dll hid enable_hid implib
18411 wine_fn_config_test dlls
/hid
/tests hid_test
18412 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
18413 wine_fn_config_dll hlink enable_hlink clean
,implib
18414 wine_fn_config_test dlls
/hlink
/tests hlink_test
18415 wine_fn_config_dll hnetcfg enable_hnetcfg clean
18416 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
18417 wine_fn_config_dll httpapi enable_httpapi
18418 wine_fn_config_dll iccvid enable_iccvid clean
18419 wine_fn_config_dll icmp enable_icmp
18420 wine_fn_config_dll ieframe enable_ieframe clean
,implib
18421 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
18422 wine_fn_config_dll ieproxy enable_ieproxy clean
18423 wine_fn_config_dll ifsmgr.vxd enable_win16
18424 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
18425 wine_fn_config_dll imagehlp enable_imagehlp implib
18426 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
18427 wine_fn_config_dll imm.dll16 enable_win16
18428 wine_fn_config_dll imm32 enable_imm32 implib
18429 wine_fn_config_test dlls
/imm32
/tests imm32_test
18430 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
18431 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
18432 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
18433 wine_fn_config_dll inetmib1 enable_inetmib1
18434 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
18435 wine_fn_config_dll infosoft enable_infosoft clean
18436 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
18437 wine_fn_config_dll initpki enable_initpki
18438 wine_fn_config_dll inkobj enable_inkobj
18439 wine_fn_config_dll inseng enable_inseng clean
18440 wine_fn_config_dll iphlpapi enable_iphlpapi implib
18441 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
18442 wine_fn_config_dll iprop enable_iprop
18443 wine_fn_config_dll irprops.cpl enable_irprops_cpl
18444 wine_fn_config_dll itircl enable_itircl
18445 wine_fn_config_dll itss enable_itss clean
18446 wine_fn_config_test dlls
/itss
/tests itss_test
18447 wine_fn_config_dll joy.cpl enable_joy_cpl clean
18448 wine_fn_config_dll jscript enable_jscript clean
18449 wine_fn_config_test dlls
/jscript
/tests jscript_test
18450 wine_fn_config_dll jsproxy enable_jsproxy implib
18451 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
18452 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
18453 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
18454 wine_fn_config_dll kernelbase enable_kernelbase
18455 wine_fn_config_dll keyboard.drv16 enable_win16
18456 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
18457 wine_fn_config_dll ksuser enable_ksuser
18458 wine_fn_config_dll ktmw32 enable_ktmw32
18459 wine_fn_config_dll loadperf enable_loadperf implib
18460 wine_fn_config_dll localspl enable_localspl clean
18461 wine_fn_config_test dlls
/localspl
/tests localspl_test
18462 wine_fn_config_dll localui enable_localui clean
18463 wine_fn_config_test dlls
/localui
/tests localui_test
18464 wine_fn_config_dll lz32 enable_lz32 implib
18465 wine_fn_config_test dlls
/lz32
/tests lz32_test
18466 wine_fn_config_dll lzexpand.dll16 enable_win16
18467 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
18468 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
18469 wine_fn_config_dll mapistub enable_mapistub
18470 wine_fn_config_dll mciavi32 enable_mciavi32
18471 wine_fn_config_dll mcicda enable_mcicda
18472 wine_fn_config_dll mciqtz32 enable_mciqtz32
18473 wine_fn_config_dll mciseq enable_mciseq
18474 wine_fn_config_dll mciwave enable_mciwave
18475 wine_fn_config_dll mf enable_mf implib
18476 wine_fn_config_test dlls
/mf
/tests mf_test
18477 wine_fn_config_dll mf3216 enable_mf3216
18478 wine_fn_config_dll mfplat enable_mfplat implib
18479 wine_fn_config_test dlls
/mfplat
/tests mfplat_test
18480 wine_fn_config_dll mfreadwrite enable_mfreadwrite
18481 wine_fn_config_lib mfuuid
18482 wine_fn_config_dll mgmtapi enable_mgmtapi
18483 wine_fn_config_dll midimap enable_midimap
18484 wine_fn_config_dll mlang enable_mlang clean
,implib
18485 wine_fn_config_test dlls
/mlang
/tests mlang_test
18486 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
18487 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
18488 wine_fn_config_dll mmdevapi enable_mmdevapi clean
18489 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
18490 wine_fn_config_dll mmdevldr.vxd enable_win16
18491 wine_fn_config_dll mmsystem.dll16 enable_win16
18492 wine_fn_config_dll monodebg.vxd enable_win16
18493 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
18494 wine_fn_config_dll mouse.drv16 enable_win16
18495 wine_fn_config_dll mpr enable_mpr clean
,implib
18496 wine_fn_config_test dlls
/mpr
/tests mpr_test
18497 wine_fn_config_dll mprapi enable_mprapi implib
18498 wine_fn_config_dll msacm.dll16 enable_win16
18499 wine_fn_config_dll msacm32.drv enable_msacm32_drv
18500 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
18501 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
18502 wine_fn_config_dll msadp32.acm enable_msadp32_acm
18503 wine_fn_config_dll msasn1 enable_msasn1 implib
18504 wine_fn_config_dll mscat32 enable_mscat32
18505 wine_fn_config_dll mscms enable_mscms implib
18506 wine_fn_config_test dlls
/mscms
/tests mscms_test
18507 wine_fn_config_dll mscoree enable_mscoree clean
18508 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
18509 wine_fn_config_dll msctf enable_msctf clean
18510 wine_fn_config_test dlls
/msctf
/tests msctf_test
18511 wine_fn_config_dll msctfp enable_msctfp clean
18512 wine_fn_config_dll msdaps enable_msdaps clean
18513 wine_fn_config_dll msdelta enable_msdelta
18514 wine_fn_config_dll msdmo enable_msdmo implib
18515 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
18516 wine_fn_config_dll msdrm enable_msdrm
18517 wine_fn_config_dll msftedit enable_msftedit
18518 wine_fn_config_dll msg711.acm enable_msg711_acm
18519 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
18520 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
18521 wine_fn_config_dll mshtml enable_mshtml clean
,implib
18522 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
18523 wine_fn_config_dll msi enable_msi clean
,implib
18524 wine_fn_config_test dlls
/msi
/tests msi_test
18525 wine_fn_config_dll msident enable_msident clean
18526 wine_fn_config_dll msimg32 enable_msimg32 implib
18527 wine_fn_config_dll msimsg enable_msimsg
18528 wine_fn_config_dll msimtf enable_msimtf clean
18529 wine_fn_config_dll msisip enable_msisip
18530 wine_fn_config_dll msisys.ocx enable_msisys_ocx
18531 wine_fn_config_dll msls31 enable_msls31
18532 wine_fn_config_dll msnet32 enable_msnet32
18533 wine_fn_config_dll mspatcha enable_mspatcha implib
18534 wine_fn_config_dll msports enable_msports
18535 wine_fn_config_dll msrle32 enable_msrle32 clean
18536 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
18537 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
18538 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
18539 wine_fn_config_dll mssign32 enable_mssign32
18540 wine_fn_config_dll mssip32 enable_mssip32
18541 wine_fn_config_dll mstask enable_mstask clean
18542 wine_fn_config_test dlls
/mstask
/tests mstask_test
18543 wine_fn_config_dll msvcirt enable_msvcirt
18544 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
18545 wine_fn_config_dll msvcm80 enable_msvcm80
18546 wine_fn_config_dll msvcm90 enable_msvcm90
18547 wine_fn_config_dll msvcp100 enable_msvcp100
18548 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
18549 wine_fn_config_dll msvcp110 enable_msvcp110
18550 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
18551 wine_fn_config_dll msvcp120 enable_msvcp120
18552 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
18553 wine_fn_config_dll msvcp120_app enable_msvcp120_app
18554 wine_fn_config_dll msvcp140 enable_msvcp140
18555 wine_fn_config_test dlls
/msvcp140
/tests msvcp140_test
18556 wine_fn_config_dll msvcp60 enable_msvcp60
18557 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
18558 wine_fn_config_dll msvcp70 enable_msvcp70
18559 wine_fn_config_dll msvcp71 enable_msvcp71
18560 wine_fn_config_dll msvcp80 enable_msvcp80
18561 wine_fn_config_dll msvcp90 enable_msvcp90
18562 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
18563 wine_fn_config_dll msvcr100 enable_msvcr100 implib
18564 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
18565 wine_fn_config_dll msvcr110 enable_msvcr110 implib
18566 wine_fn_config_dll msvcr120 enable_msvcr120 implib
18567 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
18568 wine_fn_config_dll msvcr120_app enable_msvcr120_app
18569 wine_fn_config_dll msvcr70 enable_msvcr70 implib
18570 wine_fn_config_dll msvcr71 enable_msvcr71 implib
18571 wine_fn_config_dll msvcr80 enable_msvcr80 implib
18572 wine_fn_config_dll msvcr90 enable_msvcr90 implib
18573 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
18574 wine_fn_config_dll msvcrt enable_msvcrt implib
18575 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
18576 wine_fn_config_dll msvcrt20 enable_msvcrt20
18577 wine_fn_config_dll msvcrt40 enable_msvcrt40
18578 wine_fn_config_dll msvcrtd enable_msvcrtd implib
18579 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
18580 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
18581 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
18582 wine_fn_config_dll msvidc32 enable_msvidc32 clean
18583 wine_fn_config_dll msvideo.dll16 enable_win16
18584 wine_fn_config_dll mswsock enable_mswsock implib
18585 wine_fn_config_dll msxml enable_msxml clean
18586 wine_fn_config_dll msxml2 enable_msxml2 clean
18587 wine_fn_config_dll msxml3 enable_msxml3 clean
18588 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
18589 wine_fn_config_dll msxml4 enable_msxml4 clean
18590 wine_fn_config_dll msxml6 enable_msxml6 clean
18591 wine_fn_config_dll mtxdm enable_mtxdm
18592 wine_fn_config_dll ncrypt enable_ncrypt
18593 wine_fn_config_dll nddeapi enable_nddeapi implib
18594 wine_fn_config_dll ndis.sys enable_ndis_sys
18595 wine_fn_config_dll netapi32 enable_netapi32 implib
18596 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
18597 wine_fn_config_dll netcfgx enable_netcfgx clean
18598 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
18599 wine_fn_config_dll netprofm enable_netprofm clean
18600 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
18601 wine_fn_config_dll newdev enable_newdev implib
18602 wine_fn_config_dll normaliz enable_normaliz implib
18603 wine_fn_config_dll npmshtml enable_npmshtml
18604 wine_fn_config_dll npptools enable_npptools
18605 wine_fn_config_dll ntdll enable_ntdll implib
18606 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
18607 wine_fn_config_dll ntdsapi enable_ntdsapi implib
18608 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
18609 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
18610 wine_fn_config_dll ntprint enable_ntprint
18611 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
18612 wine_fn_config_dll objsel enable_objsel clean
18613 wine_fn_config_dll odbc32 enable_odbc32 implib
18614 wine_fn_config_dll odbccp32 enable_odbccp32 implib
18615 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
18616 wine_fn_config_dll odbccu32 enable_odbccu32
18617 wine_fn_config_dll ole2.dll16 enable_win16
18618 wine_fn_config_dll ole2conv.dll16 enable_win16
18619 wine_fn_config_dll ole2disp.dll16 enable_win16
18620 wine_fn_config_dll ole2nls.dll16 enable_win16
18621 wine_fn_config_dll ole2prox.dll16 enable_win16
18622 wine_fn_config_dll ole2thk.dll16 enable_win16
18623 wine_fn_config_dll ole32 enable_ole32 clean
,implib
18624 wine_fn_config_test dlls
/ole32
/tests ole32_test
18625 wine_fn_config_dll oleacc enable_oleacc clean
,implib
18626 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
18627 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
18628 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
18629 wine_fn_config_dll olecli.dll16 enable_win16
18630 wine_fn_config_dll olecli32 enable_olecli32 implib
18631 wine_fn_config_dll oledb32 enable_oledb32 clean
18632 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
18633 wine_fn_config_dll oledlg enable_oledlg clean
,implib
18634 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
18635 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
18636 wine_fn_config_dll olesvr.dll16 enable_win16
18637 wine_fn_config_dll olesvr32 enable_olesvr32 implib
18638 wine_fn_config_dll olethk32 enable_olethk32
18639 wine_fn_config_dll openal32 enable_openal32
18640 wine_fn_config_dll opencl enable_opencl
18641 wine_fn_config_dll opengl32 enable_opengl32 implib
18642 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
18643 wine_fn_config_dll packager enable_packager clean
18644 wine_fn_config_test dlls
/packager
/tests packager_test
18645 wine_fn_config_dll pdh enable_pdh implib
18646 wine_fn_config_test dlls
/pdh
/tests pdh_test
18647 wine_fn_config_dll photometadatahandler enable_photometadatahandler
18648 wine_fn_config_dll pidgen enable_pidgen
18649 wine_fn_config_dll powrprof enable_powrprof implib
18650 wine_fn_config_dll printui enable_printui
18651 wine_fn_config_dll prntvpt enable_prntvpt
18652 wine_fn_config_dll propsys enable_propsys clean
,implib
18653 wine_fn_config_test dlls
/propsys
/tests propsys_test
18654 wine_fn_config_dll psapi enable_psapi implib
18655 wine_fn_config_test dlls
/psapi
/tests psapi_test
18656 wine_fn_config_dll pstorec enable_pstorec clean
18657 wine_fn_config_test dlls
/pstorec
/tests pstorec_test
18658 wine_fn_config_dll qcap enable_qcap
18659 wine_fn_config_test dlls
/qcap
/tests qcap_test
18660 wine_fn_config_dll qedit enable_qedit clean
18661 wine_fn_config_test dlls
/qedit
/tests qedit_test
18662 wine_fn_config_dll qmgr enable_qmgr clean
18663 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18664 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18665 wine_fn_config_dll quartz enable_quartz clean
,implib
18666 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
18667 wine_fn_config_dll query enable_query
18668 wine_fn_config_dll rasapi16.dll16 enable_win16
18669 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18670 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18671 wine_fn_config_dll rasdlg enable_rasdlg implib
18672 wine_fn_config_dll regapi enable_regapi
18673 wine_fn_config_dll resutils enable_resutils implib
18674 wine_fn_config_dll riched20 enable_riched20 clean
,implib
18675 wine_fn_config_test dlls
/riched20
/tests riched20_test
18676 wine_fn_config_dll riched32 enable_riched32
18677 wine_fn_config_test dlls
/riched32
/tests riched32_test
18678 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
18679 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
18680 wine_fn_config_dll rsabase enable_rsabase
18681 wine_fn_config_dll rsaenh enable_rsaenh implib
18682 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18683 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18684 wine_fn_config_dll rtutils enable_rtutils implib
18685 wine_fn_config_dll samlib enable_samlib
18686 wine_fn_config_dll sane.ds enable_sane_ds clean
18687 wine_fn_config_dll sapi enable_sapi clean
18688 wine_fn_config_test dlls
/sapi
/tests sapi_test
18689 wine_fn_config_dll scarddlg enable_scarddlg
18690 wine_fn_config_dll sccbase enable_sccbase
18691 wine_fn_config_dll schannel enable_schannel
18692 wine_fn_config_test dlls
/schannel
/tests schannel_test
18693 wine_fn_config_dll schedsvc enable_schedsvc clean
18694 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18695 wine_fn_config_dll scrobj enable_scrobj clean
18696 wine_fn_config_dll scrrun enable_scrrun clean
18697 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18698 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18699 wine_fn_config_dll secur32 enable_secur32 implib
18700 wine_fn_config_test dlls
/secur32
/tests secur32_test
18701 wine_fn_config_dll security enable_security
18702 wine_fn_config_dll sensapi enable_sensapi implib
18703 wine_fn_config_dll serialui enable_serialui clean
18704 wine_fn_config_test dlls
/serialui
/tests serialui_test
18705 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18706 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18707 wine_fn_config_dll setupx.dll16 enable_win16
18708 wine_fn_config_dll sfc enable_sfc implib
18709 wine_fn_config_dll sfc_os enable_sfc_os implib
18710 wine_fn_config_dll shdoclc enable_shdoclc clean
18711 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18712 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18713 wine_fn_config_dll shell.dll16 enable_win16
18714 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18715 wine_fn_config_test dlls
/shell32
/tests shell32_test
18716 wine_fn_config_dll shfolder enable_shfolder implib
18717 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18718 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18719 wine_fn_config_dll slbcsp enable_slbcsp
18720 wine_fn_config_dll slc enable_slc implib
18721 wine_fn_config_test dlls
/slc
/tests slc_test
18722 wine_fn_config_dll snmpapi enable_snmpapi implib
18723 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18724 wine_fn_config_dll softpub enable_softpub
18725 wine_fn_config_dll sound.drv16 enable_win16
18726 wine_fn_config_dll spoolss enable_spoolss implib
18727 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18728 wine_fn_config_dll sspicli enable_sspicli
18729 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18730 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18731 wine_fn_config_dll sti enable_sti clean
,implib
18732 wine_fn_config_test dlls
/sti
/tests sti_test
18733 wine_fn_config_dll storage.dll16 enable_win16
18734 wine_fn_config_dll stress.dll16 enable_win16
18735 wine_fn_config_lib strmbase
18736 wine_fn_config_lib strmiids
18737 wine_fn_config_dll svrapi enable_svrapi
18738 wine_fn_config_dll sxs enable_sxs implib
18739 wine_fn_config_test dlls
/sxs
/tests sxs_test
18740 wine_fn_config_dll system.drv16 enable_win16
18741 wine_fn_config_dll t2embed enable_t2embed implib
18742 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18743 wine_fn_config_dll tapi32 enable_tapi32 implib
18744 wine_fn_config_dll taskschd enable_taskschd clean
18745 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18746 wine_fn_config_dll tdh enable_tdh
18747 wine_fn_config_dll tdi.sys enable_tdi_sys
18748 wine_fn_config_dll toolhelp.dll16 enable_win16
18749 wine_fn_config_dll traffic enable_traffic
18750 wine_fn_config_dll twain.dll16 enable_win16
18751 wine_fn_config_dll twain_32 enable_twain_32
18752 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18753 wine_fn_config_dll typelib.dll16 enable_win16
18754 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18755 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18756 wine_fn_config_dll uiautomationcore enable_uiautomationcore
18757 wine_fn_config_dll uiribbon enable_uiribbon clean
18758 wine_fn_config_dll unicows enable_unicows implib
18759 wine_fn_config_dll updspapi enable_updspapi
18760 wine_fn_config_dll url enable_url implib
18761 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18762 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18763 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18764 wine_fn_config_dll user.exe16 enable_win16
18765 wine_fn_config_dll user32 enable_user32 clean
,implib
18766 wine_fn_config_test dlls
/user32
/tests user32_test
18767 wine_fn_config_dll userenv enable_userenv implib
18768 wine_fn_config_test dlls
/userenv
/tests userenv_test
18769 wine_fn_config_dll usp10 enable_usp10 implib
18770 wine_fn_config_test dlls
/usp10
/tests usp10_test
18771 wine_fn_config_lib uuid
18772 wine_fn_config_dll uxtheme enable_uxtheme implib
18773 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18774 wine_fn_config_dll vbscript enable_vbscript clean
18775 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18776 wine_fn_config_dll vcomp enable_vcomp
18777 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18778 wine_fn_config_dll vcomp100 enable_vcomp100
18779 wine_fn_config_dll vcomp110 enable_vcomp110
18780 wine_fn_config_dll vcomp120 enable_vcomp120
18781 wine_fn_config_dll vcomp140 enable_vcomp140
18782 wine_fn_config_dll vcomp90 enable_vcomp90
18783 wine_fn_config_dll vcruntime140 enable_vcruntime140
18784 wine_fn_config_dll vdhcp.vxd enable_win16
18785 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18786 wine_fn_config_dll ver.dll16 enable_win16
18787 wine_fn_config_dll version enable_version implib
18788 wine_fn_config_test dlls
/version
/tests version_test
18789 wine_fn_config_dll virtdisk enable_virtdisk
18790 wine_fn_config_dll vmm.vxd enable_win16
18791 wine_fn_config_dll vnbt.vxd enable_win16
18792 wine_fn_config_dll vnetbios.vxd enable_win16
18793 wine_fn_config_dll vssapi enable_vssapi
18794 wine_fn_config_dll vtdapi.vxd enable_win16
18795 wine_fn_config_dll vwin32.vxd enable_win16
18796 wine_fn_config_dll w32skrnl enable_win16
18797 wine_fn_config_dll w32sys.dll16 enable_win16
18798 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18799 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18800 wine_fn_config_dll wbemprox enable_wbemprox clean
18801 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18802 wine_fn_config_dll webservices enable_webservices implib
18803 wine_fn_config_test dlls
/webservices
/tests webservices_test
18804 wine_fn_config_dll wer enable_wer implib
18805 wine_fn_config_test dlls
/wer
/tests wer_test
18806 wine_fn_config_dll wevtapi enable_wevtapi
18807 wine_fn_config_dll wiaservc enable_wiaservc clean
18808 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18809 wine_fn_config_dll wimgapi enable_wimgapi
18810 wine_fn_config_dll win32s16.dll16 enable_win16
18811 wine_fn_config_dll win87em.dll16 enable_win16
18812 wine_fn_config_dll winaspi.dll16 enable_win16
18813 wine_fn_config_dll windebug.dll16 enable_win16
18814 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18815 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18816 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18817 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18818 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18819 wine_fn_config_dll wineandroid.drv enable_wineandroid_drv clean
18820 wine_fn_config_dll winebus.sys enable_winebus_sys
18821 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18822 wine_fn_config_lib winecrt0
18823 wine_fn_config_dll wined3d enable_wined3d implib
18824 wine_fn_config_dll winegstreamer enable_winegstreamer
18825 wine_fn_config_dll winehid.sys enable_winehid_sys
18826 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18827 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18828 wine_fn_config_dll winemapi enable_winemapi
18829 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18830 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18831 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18832 wine_fn_config_dll wineps16.drv16 enable_win16
18833 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18834 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18835 wine_fn_config_dll winex11.drv enable_winex11_drv
18836 wine_fn_config_dll wing.dll16 enable_win16
18837 wine_fn_config_dll wing32 enable_wing32
18838 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18839 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18840 wine_fn_config_dll wininet enable_wininet clean
,implib
18841 wine_fn_config_test dlls
/wininet
/tests wininet_test
18842 wine_fn_config_dll winmm enable_winmm clean
,implib
18843 wine_fn_config_test dlls
/winmm
/tests winmm_test
18844 wine_fn_config_dll winnls.dll16 enable_win16
18845 wine_fn_config_dll winnls32 enable_winnls32 implib
18846 wine_fn_config_dll winscard enable_winscard implib
18847 wine_fn_config_dll winsock.dll16 enable_win16
18848 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18849 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18850 wine_fn_config_dll winsta enable_winsta
18851 wine_fn_config_dll wintab.dll16 enable_win16
18852 wine_fn_config_dll wintab32 enable_wintab32 implib
18853 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18854 wine_fn_config_dll wintrust enable_wintrust implib
18855 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18856 wine_fn_config_dll winusb enable_winusb
18857 wine_fn_config_dll wlanapi enable_wlanapi implib
18858 wine_fn_config_test dlls
/wlanapi
/tests wlanapi_test
18859 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18860 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18861 wine_fn_config_dll wmasf enable_wmasf
18862 wine_fn_config_dll wmi enable_wmi
18863 wine_fn_config_dll wmiutils enable_wmiutils clean
18864 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18865 wine_fn_config_dll wmp enable_wmp clean
18866 wine_fn_config_test dlls
/wmp
/tests wmp_test
18867 wine_fn_config_dll wmphoto enable_wmphoto clean
18868 wine_fn_config_dll wmvcore enable_wmvcore implib
18869 wine_fn_config_test dlls
/wmvcore
/tests wmvcore_test
18870 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18871 wine_fn_config_dll wow32 enable_win16 implib
18872 wine_fn_config_dll wpc enable_wpc clean
18873 wine_fn_config_test dlls
/wpc
/tests wpc_test
18874 wine_fn_config_dll wpcap enable_wpcap
18875 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18876 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18877 wine_fn_config_dll wsdapi enable_wsdapi implib
18878 wine_fn_config_test dlls
/wsdapi
/tests wsdapi_test
18879 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18880 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18881 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18882 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18883 wine_fn_config_dll wsock32 enable_wsock32 implib
18884 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18885 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18886 wine_fn_config_dll wuapi enable_wuapi clean
18887 wine_fn_config_dll wuaueng enable_wuaueng
18888 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18889 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18890 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18891 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18892 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18893 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18894 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18895 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18896 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18897 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18898 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18899 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18900 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18901 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18902 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18903 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18904 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18905 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18906 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18907 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18908 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18909 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18910 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18911 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18912 wine_fn_config_dll xinput1_1 enable_xinput1_1
18913 wine_fn_config_dll xinput1_2 enable_xinput1_2
18914 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18915 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18916 wine_fn_config_dll xinput1_4 enable_xinput1_4
18917 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18918 wine_fn_config_dll xmllite enable_xmllite implib
18919 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18920 wine_fn_config_dll xolehlp enable_xolehlp
18921 wine_fn_config_dll xpsprint enable_xpsprint
18922 wine_fn_config_dll xpssvcs enable_xpssvcs
18923 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18924 wine_fn_config_makefile include enable_include clean
,install-dev
18925 wine_fn_config_makefile libs
/port enable_libs_port
18926 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18927 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18928 wine_fn_config_makefile loader enable_loader clean
,install-lib
18929 wine_fn_config_makefile po enable_po clean
18930 wine_fn_config_program arp enable_arp
install
18931 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18932 wine_fn_config_program attrib enable_attrib clean
,install
18933 wine_fn_config_program cabarc enable_cabarc
install
18934 wine_fn_config_program cacls enable_cacls
install
18935 wine_fn_config_program
clock enable_clock clean
,install
18936 wine_fn_config_program cmd enable_cmd clean
,install
18937 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18938 wine_fn_config_program conhost enable_conhost
install
18939 wine_fn_config_program control enable_control
install
18940 wine_fn_config_program cscript enable_cscript clean
,install
18941 wine_fn_config_program dpnsvr enable_dpnsvr
install
18942 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18943 wine_fn_config_program eject enable_eject
install
18944 wine_fn_config_program
expand enable_expand
install
18945 wine_fn_config_program explorer enable_explorer clean
,install
18946 wine_fn_config_program extrac32 enable_extrac32
install
18947 wine_fn_config_program findstr enable_findstr
install
18948 wine_fn_config_program fsutil enable_fsutil
install
18949 wine_fn_config_program hh enable_hh
install
18950 wine_fn_config_program hostname enable_hostname clean
,install
18951 wine_fn_config_program icacls enable_icacls
install
18952 wine_fn_config_program icinfo enable_icinfo
install
18953 wine_fn_config_program iexplore enable_iexplore
install
18954 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18955 wine_fn_config_program lodctr enable_lodctr
install
18956 wine_fn_config_program mofcomp enable_mofcomp
install
18957 wine_fn_config_program mshta enable_mshta
install
18958 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18959 wine_fn_config_program msinfo32 enable_msinfo32 clean
,install
18960 wine_fn_config_program net enable_net clean
,install
18961 wine_fn_config_program netsh enable_netsh
install
18962 wine_fn_config_program netstat enable_netstat clean
,install
18963 wine_fn_config_program ngen enable_ngen
install
18964 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18965 wine_fn_config_program oleview enable_oleview clean
,install
18966 wine_fn_config_program
ping enable_ping
install
18967 wine_fn_config_program plugplay enable_plugplay
install
18968 wine_fn_config_program powershell enable_powershell
install
18969 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18970 wine_fn_config_program progman enable_progman clean
,install
18971 wine_fn_config_program reg enable_reg clean
,install
18972 wine_fn_config_test programs
/reg
/tests reg.exe_test
18973 wine_fn_config_program regasm enable_regasm
install
18974 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18975 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18976 wine_fn_config_program regsvcs enable_regsvcs
install
18977 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18978 wine_fn_config_program rpcss enable_rpcss clean
,install
18979 wine_fn_config_program rundll.exe16 enable_win16
install
18980 wine_fn_config_program rundll32 enable_rundll32
install
18981 wine_fn_config_program sc enable_sc
install
18982 wine_fn_config_program schtasks enable_schtasks
install
18983 wine_fn_config_program sdbinst enable_sdbinst
install
18984 wine_fn_config_program secedit enable_secedit
install
18985 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18986 wine_fn_config_program services enable_services clean
,install
18987 wine_fn_config_test programs
/services
/tests services.exe_test
18988 wine_fn_config_program shutdown enable_shutdown
install
18989 wine_fn_config_program spoolsv enable_spoolsv
install
18990 wine_fn_config_program start enable_start clean
,install
18991 wine_fn_config_program subst enable_subst
install
18992 wine_fn_config_program svchost enable_svchost
install
18993 wine_fn_config_program systeminfo enable_systeminfo
install
18994 wine_fn_config_program taskkill enable_taskkill clean
,install
18995 wine_fn_config_program tasklist enable_tasklist
install
18996 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18997 wine_fn_config_program termsv enable_termsv
install
18998 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18999 wine_fn_config_program unlodctr enable_unlodctr
install
19000 wine_fn_config_program view enable_view clean
,install
19001 wine_fn_config_program wevtutil enable_wevtutil
install
19002 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
19003 wine_fn_config_program winebrowser enable_winebrowser
install
19004 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
19005 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
19006 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
19007 wine_fn_config_program winedevice enable_winedevice
install
19008 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
19009 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
19010 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
19011 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
19012 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
19013 wine_fn_config_program winetest enable_winetest clean
19014 wine_fn_config_program winevdm enable_win16
install
19015 wine_fn_config_program winhelp.exe16 enable_win16
install
19016 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
19017 wine_fn_config_program winoldap.mod16 enable_win16
install
19018 wine_fn_config_program winver enable_winver
install
19019 wine_fn_config_program wmic enable_wmic clean
,install
19020 wine_fn_config_program wmplayer enable_wmplayer
install
19021 wine_fn_config_program wordpad enable_wordpad clean
,install
19022 wine_fn_config_program
write enable_write clean
,install
19023 wine_fn_config_program wscript enable_wscript clean
,install
19024 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
19025 wine_fn_config_program wusa enable_wusa
install
19026 wine_fn_config_program xcopy enable_xcopy clean
,install
19027 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
19028 wine_fn_config_makefile server enable_server clean
,install-lib
19029 wine_fn_config_tool tools clean
19030 wine_fn_config_tool tools
/sfnt2fon clean
19031 wine_fn_config_tool tools
/widl clean
,install-dev
19032 wine_fn_config_tool tools
/winebuild clean
,install-dev
19033 wine_fn_config_tool tools
/winedump clean
,install-dev
19034 wine_fn_config_tool tools
/winegcc clean
,install-dev
19035 wine_fn_config_tool tools
/winemaker clean
,install-dev
19036 wine_fn_config_tool tools
/wmc clean
,install-dev
19037 wine_fn_config_tool tools
/wrc clean
,install-dev
19040 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
19041 wine_fn_append_file CONFIGURE_TARGETS
"tags"
19042 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
19043 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
19044 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
19045 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
19046 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
19047 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
19049 if test "x$enable_tools" != xno
19051 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
19052 ac_config_commands
="$ac_config_commands tools/makedep"
19056 ac_config_commands
="$ac_config_commands Makefile"
19059 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
19063 if test "x$enable_maintainer_mode" = xyes
19065 wine_fn_append_rule
"configure: configure.ac aclocal.m4
19066 autoconf --warnings=all
19067 include/config.h.in: include/stamp-h.in
19068 include/stamp-h.in: configure.ac aclocal.m4
19069 autoheader --warnings=all
19070 @echo timestamp > \$@"
19073 if test "x$enable_tools" != xno
19075 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
19076 @./config.status tools/makedep
19077 Makefile: tools/makedep$ac_exeext"
19079 wine_fn_append_rule
"\$(MAKEDEP):
19080 @echo \"You need to run make in $TOOLSDIR first\" && false"
19083 if test -n "$with_wine64"
19085 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
19087 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
19088 $with_wine64/loader/wine:
19089 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
19090 $with_wine64/loader/wine-preloader:
19091 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
19093 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
19095 WINELOADER_INSTALL
="wine.inf"
19097 wine_fn_append_rule
"install install-lib::
19098 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
19100 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
19102 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
19103 *) wine_fn_append_rule
"install install-lib::
19104 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
19106 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
19110 $as_echo " done" >&6
19111 cat >confcache
<<\_ACEOF
19112 # This file is a shell script that caches the results of configure
19113 # tests run on this system so they can be shared between configure
19114 # scripts and configure runs, see configure's option --config-cache.
19115 # It is not useful on other systems. If it contains results you don't
19116 # want to keep, you may remove or edit it.
19118 # config.status only pays attention to the cache file if you give it
19119 # the --recheck option to rerun configure.
19121 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19122 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19123 # following values.
19127 # The following way of writing the cache mishandles newlines in values,
19128 # but we know of no workaround that is simple, portable, and efficient.
19129 # So, we kill variables containing newlines.
19130 # Ultrix sh set writes to stderr and can't be redirected directly,
19131 # and sets the high bit in the cache file unless we assign to the vars.
19133 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
19134 eval ac_val
=\$
$ac_var
19138 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19139 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19142 _ | IFS | as_nl
) ;; #(
19143 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
19144 *) { eval $ac_var=; unset $ac_var;} ;;
19150 case $as_nl`(ac_space=' '; set) 2>&1` in #(
19151 *${as_nl}ac_space
=\
*)
19152 # `set' does not quote correctly, so add quotes: double-quote
19153 # substitution turns \\\\ into \\, and sed turns \\ into \.
19156 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19159 # `set' quotes correctly as required by POSIX, so do not add quotes.
19160 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
19169 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19171 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19173 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
19174 if test -w "$cache_file"; then
19175 if test "x$cache_file" != "x/dev/null"; then
19176 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19177 $as_echo "$as_me: updating cache $cache_file" >&6;}
19178 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
19179 cat confcache
>"$cache_file"
19181 case $cache_file in #(
19183 mv -f confcache
"$cache_file"$$
&&
19184 mv -f "$cache_file"$$
"$cache_file" ;; #(
19186 mv -f confcache
"$cache_file" ;;
19191 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19192 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
19197 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19198 # Let make expand exec_prefix.
19199 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19201 DEFS
=-DHAVE_CONFIG_H
19206 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
19207 # 1. Remove the extension, and $U if already installed.
19208 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
19209 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
19210 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
19211 # will be set to the directory where LIBOBJS objects are built.
19212 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
19213 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
19215 LIBOBJS
=$ac_libobjs
19217 LTLIBOBJS
=$ac_ltlibobjs
19221 : "${CONFIG_STATUS=./config.status}"
19223 ac_clean_files_save
=$ac_clean_files
19224 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
19225 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
19226 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
19228 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
19230 # Generated by $as_me.
19231 # Run this file to recreate the current configuration.
19232 # Compiler output produced by configure, useful for debugging
19233 # configure, is in config.log if it exists.
19236 ac_cs_recheck=false
19239 SHELL=\${CONFIG_SHELL-$SHELL}
19242 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
19243 ## -------------------- ##
19244 ## M4sh Initialization. ##
19245 ## -------------------- ##
19247 # Be more Bourne compatible
19248 DUALCASE
=1; export DUALCASE
# for MKS sh
19249 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
19252 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19253 # is contrary to our usage. Disable this feature.
19254 alias -g '${1+"$@"}'='"$@"'
19255 setopt NO_GLOB_SUBST
19257 case `(set -o) 2>/dev/null` in #(
19269 # Printing a long string crashes Solaris 7 /usr/bin/printf.
19270 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
19271 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
19272 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
19273 # Prefer a ksh shell builtin over an external printf program on Solaris,
19274 # but without wasting forks for bash or zsh.
19275 if test -z "$BASH_VERSION$ZSH_VERSION" \
19276 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
19277 as_echo='print
-r --'
19278 as_echo_n='print
-rn --'
19279 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19280 as_echo='printf %s
\n'
19281 as_echo_n='printf %s
'
19283 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19284 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
19285 as_echo_n='/usr
/ucb
/echo -n'
19287 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19288 as_echo_n_body='eval
19292 expr "X$arg" : "X\\(.*\\)$as_nl";
19293 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19295 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
19297 export as_echo_n_body
19298 as_echo_n='sh
-c $as_echo_n_body as_echo
'
19300 export as_echo_body
19301 as_echo='sh
-c $as_echo_body as_echo
'
19304 # The user is always right.
19305 if test "${PATH_SEPARATOR+set}" != set; then
19307 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19308 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19315 # We need space, tab and new line, in precisely that order. Quoting is
19316 # there to prevent editors from complaining about space-tab.
19317 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
19318 # splitting by setting IFS to empty value.)
19321 # Find who we are. Look in the path if we contain no directory separator.
19324 *[\\/]* ) as_myself=$0 ;;
19325 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19326 for as_dir in $PATH
19329 test -z "$as_dir" && as_dir=.
19330 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19336 # We did not find ourselves, most probably we were run as `sh COMMAND'
19337 # in which case we are not to be found in the path.
19338 if test "x$as_myself" = x
; then
19341 if test ! -f "$as_myself"; then
19342 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19346 # Unset variables that we do not need and which cause bugs (e.g. in
19347 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
19348 # suppresses any "Segmentation fault" message there. '((' could
19349 # trigger a bug in pdksh 5.2.14.
19350 for as_var
in BASH_ENV ENV MAIL MAILPATH
19351 do eval test x\
${$as_var+set} = xset \
19352 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
19365 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
19368 # as_fn_error STATUS ERROR [LINENO LOG_FD]
19369 # ----------------------------------------
19370 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19371 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19372 # script with STATUS, using 1 if that was 0.
19375 as_status
=$1; test $as_status -eq 0 && as_status
=1
19377 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
19378 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19380 $as_echo "$as_me: error: $2" >&2
19381 as_fn_exit
$as_status
19385 # as_fn_set_status STATUS
19386 # -----------------------
19387 # Set $? to STATUS, without forking.
19388 as_fn_set_status
()
19391 } # as_fn_set_status
19393 # as_fn_exit STATUS
19394 # -----------------
19395 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
19399 as_fn_set_status
$1
19405 # Portably unset VAR.
19408 { eval $1=; unset $1;}
19410 as_unset
=as_fn_unset
19411 # as_fn_append VAR VALUE
19412 # ----------------------
19413 # Append the text in VALUE to the end of the definition contained in VAR. Take
19414 # advantage of any shell optimizations that allow amortized linear growth over
19415 # repeated appends, instead of the typical quadratic growth present in naive
19417 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
19418 eval 'as_fn_append ()
19429 # as_fn_arith ARG...
19430 # ------------------
19431 # Perform arithmetic evaluation on the ARGs, and store the result in the
19432 # global $as_val. Take advantage of shells that can avoid forks. The arguments
19433 # must be portable across $(()) and expr.
19434 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
19435 eval 'as_fn_arith ()
19442 as_val
=`expr "$@" || test $? -eq 1`
19447 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
19448 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
19454 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19455 as_basename
=basename
19460 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
19466 as_me
=`$as_basename -- "$0" ||
19467 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19468 X"$0" : 'X\(//\)$' \| \
19469 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19471 sed '/^.*\/\([^/][^/]*\)\/*$/{
19485 # Avoid depending upon Character Ranges.
19486 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
19487 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
19488 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
19489 as_cr_digits
='0123456789'
19490 as_cr_alnum
=$as_cr_Letters$as_cr_digits
19492 ECHO_C
= ECHO_N
= ECHO_T
=
19493 case `echo -n x` in #(((((
19495 case `echo 'xy\c'` in
19496 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
19498 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
19505 rm -f conf$$ conf$$.exe conf$$.
file
19506 if test -d conf$$.dir
; then
19507 rm -f conf$$.dir
/conf$$.
file
19510 mkdir conf$$.dir
2>/dev
/null
19512 if (echo >conf$$.
file) 2>/dev
/null
; then
19513 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
19515 # ... but there are two gotchas:
19516 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19517 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19518 # In both cases, we have to default to `cp -pR'.
19519 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
19521 elif ln conf$$.
file conf$$
2>/dev
/null
; then
19529 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
19530 rmdir conf$$.dir
2>/dev
/null
19535 # Create "$as_dir" as a directory, including parents if necessary.
19540 -*) as_dir
=.
/$as_dir;;
19542 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
19546 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19547 *) as_qdir
=$as_dir;;
19549 as_dirs
="'$as_qdir' $as_dirs"
19550 as_dir
=`$as_dirname -- "$as_dir" ||
19551 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19552 X"$as_dir" : 'X\(//\)[^/]' \| \
19553 X"$as_dir" : 'X\(//\)$' \| \
19554 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19555 $as_echo X"$as_dir" |
19556 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19560 /^X\(\/\/\)[^/].*/{
19573 test -d "$as_dir" && break
19575 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
19576 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
19580 if mkdir
-p .
2>/dev
/null
; then
19581 as_mkdir_p
='mkdir -p "$as_dir"'
19583 test -d .
/-p && rmdir .
/-p
19588 # as_fn_executable_p FILE
19589 # -----------------------
19590 # Test if FILE is an executable regular file.
19591 as_fn_executable_p
()
19593 test -f "$1" && test -x "$1"
19594 } # as_fn_executable_p
19595 as_test_x
='test -x'
19596 as_executable_p
=as_fn_executable_p
19598 # Sed expression to map a string onto a valid CPP name.
19599 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19601 # Sed expression to map a string onto a valid variable name.
19602 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19606 ## ----------------------------------- ##
19607 ## Main body of $CONFIG_STATUS script. ##
19608 ## ----------------------------------- ##
19610 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
19612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19613 # Save the log message, to keep $0 and so on meaningful, and to
19614 # report actual input values of CONFIG_FILES etc. instead of their
19615 # values after options handling.
19617 This file was extended by Wine $as_me 2.18, which was
19618 generated by GNU Autoconf 2.69. Invocation command line was
19620 CONFIG_FILES = $CONFIG_FILES
19621 CONFIG_HEADERS = $CONFIG_HEADERS
19622 CONFIG_LINKS = $CONFIG_LINKS
19623 CONFIG_COMMANDS = $CONFIG_COMMANDS
19626 on `(hostname || uname -n) 2>/dev/null | sed 1q`
19631 case $ac_config_files in *"
19632 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
19635 case $ac_config_headers in *"
19636 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
19640 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19641 # Files that config.status was made for.
19642 config_files="$ac_config_files"
19643 config_headers="$ac_config_headers"
19644 config_links="$ac_config_links"
19645 config_commands="$ac_config_commands"
19649 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19651 \`$as_me' instantiates files and other configuration actions
19652 from templates according to the current configuration. Unless the files
19653 and actions are specified as TAGs, all are instantiated by default.
19655 Usage: $0 [OPTION]... [TAG]...
19657 -h, --help print this help, then exit
19658 -V, --version print version number and configuration settings, then exit
19659 --config print configuration, then exit
19660 -q, --quiet, --silent
19661 do not print progress messages
19662 -d, --debug don't remove temporary files
19663 --recheck update $as_me by reconfiguring in the same conditions
19664 --file=FILE[:TEMPLATE]
19665 instantiate the configuration file FILE
19666 --header=FILE[:TEMPLATE]
19667 instantiate the configuration header FILE
19669 Configuration files:
19672 Configuration headers:
19675 Configuration links:
19678 Configuration commands:
19681 Report bugs to <wine-devel@winehq.org>.
19682 Wine home page: <http://www.winehq.org>."
19685 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19686 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19688 Wine config.status 2.18
19689 configured by $0, generated by GNU Autoconf 2.69,
19690 with options \\"\$ac_cs_config\\"
19692 Copyright (C) 2012 Free Software Foundation, Inc.
19693 This config.status script is free software; the Free Software Foundation
19694 gives unlimited permission to copy, distribute and modify it."
19698 test -n "\$AWK" || AWK=awk
19701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19702 # The default lists apply if the user does not specify any file.
19708 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19709 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19713 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19725 # Handling of the options.
19726 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19728 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19729 $as_echo "$ac_cs_version"; exit ;;
19730 --config |
--confi |
--conf |
--con |
--co |
--c )
19731 $as_echo "$ac_cs_config"; exit ;;
19732 --debug |
--debu |
--deb |
--de |
--d |
-d )
19734 --file |
--fil |
--fi |
--f )
19737 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19738 '') as_fn_error $?
"missing file argument" ;;
19740 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19741 ac_need_defaults
=false
;;
19742 --header |
--heade |
--head |
--hea )
19745 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19747 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19748 ac_need_defaults
=false
;;
19750 # Conflict between --help and --header
19751 as_fn_error $?
"ambiguous option: \`$1'
19752 Try \`$0 --help' for more information.";;
19753 --help |
--hel |
-h )
19754 $as_echo "$ac_cs_usage"; exit ;;
19755 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19756 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19759 # This is an error.
19760 -*) as_fn_error $?
"unrecognized option: \`$1'
19761 Try \`$0 --help' for more information." ;;
19763 *) as_fn_append ac_config_targets
" $1"
19764 ac_need_defaults
=false
;;
19770 ac_configure_extra_args
=
19772 if $ac_cs_silent; then
19774 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19778 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19779 if \$ac_cs_recheck; then
19780 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19782 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19783 CONFIG_SHELL='$SHELL'
19784 export CONFIG_SHELL
19789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19793 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19794 ## Running $as_me. ##
19800 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19804 wine_fn_output_makedep ()
19806 as_dir=tools; as_fn_mkdir_p
19807 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19809 wine_fn_output_makefile ()
19811 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19812 `cat $wine_rules_file`
19814 as_fn_error $? "could not create Makefile" "$LINENO" 5
19819 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19821 # Handling of arguments.
19822 for ac_config_target
in $ac_config_targets
19824 case $ac_config_target in
19825 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19826 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19827 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19828 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19829 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19830 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19831 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19832 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19833 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19834 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19835 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19836 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19837 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19839 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19844 # If the user did not use the arguments to specify the items to instantiate,
19845 # then the envvar interface is used. Set only those that are not.
19846 # We use the long form for the default assignment because of an extremely
19847 # bizarre bug on SunOS 4.1.3.
19848 if $ac_need_defaults; then
19849 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19850 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19851 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19852 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19855 # Have a temporary directory for convenience. Make it in the build tree
19856 # simply because there is no reason against having it here, and in addition,
19857 # creating and moving files from /tmp can sometimes cause problems.
19858 # Hook for its removal unless debugging.
19859 # Note that there is a small window in which the directory will not be cleaned:
19860 # after its creation but before its name has been assigned to `$tmp'.
19864 trap 'exit_status=$?
19865 : "${ac_tmp:=$tmp}"
19866 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19868 trap 'as_fn_exit 1' 1 2 13 15
19870 # Create a (secure) tmp directory for tmp files.
19873 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19877 tmp
=.
/conf$$
-$RANDOM
19878 (umask 077 && mkdir
"$tmp")
19879 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19882 # Set up the scripts for CONFIG_FILES section.
19883 # No need to generate them if there are no CONFIG_FILES.
19884 # This happens for instance with `./config.status config.h'.
19885 if test -n "$CONFIG_FILES"; then
19888 ac_cr
=`echo X | tr X '\015'`
19889 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19890 # But we know of no other shell where ac_cr would be empty at this
19891 # point, so we can use a bashism as a fallback.
19892 if test "x$ac_cr" = x
; then
19893 eval ac_cr
=\$
\'\\r
\'
19895 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19896 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19899 ac_cs_awk_cr
=$ac_cr
19902 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19907 echo "cat >conf$$subs.awk <<_ACEOF" &&
19908 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19910 } >conf$$subs.sh ||
19911 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19912 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19914 for ac_last_try in false false false false false :; do
19915 . ./conf$$subs.sh ||
19916 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19918 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19919 if test $ac_delim_n = $ac_delim_num; then
19921 elif $ac_last_try; then
19922 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19924 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19927 rm -f conf$$subs.sh
19929 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19930 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19934 s/^/S["/; s
/!.
*/"]=/
19944 s/\(.\{148\}\)..*/\1/
19946 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19951 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19958 s/\(.\{148\}\)..*/\1/
19960 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19964 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19969 ' <conf$$subs.awk | sed '
19974 ' >>$CONFIG_STATUS || ac_write_fail=1
19975 rm -f conf$$subs.awk
19976 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19978 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19979 for (key in S) S_is_set[key] = 1
19985 nfields = split(line, field, "@
")
19987 len = length(field[1])
19988 for (i = 2; i < nfields; i++) {
19990 keylen = length(key)
19991 if (S_is_set[key]) {
19993 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19994 len += length(value) + length(field[++i])
20005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20006 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20007 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
20010 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
20011 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
20014 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20015 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
20016 # trailing colons and then remove the whole line if VPATH becomes empty
20017 # (actually we leave an empty line to preserve line numbers).
20018 if test "x
$srcdir" = x.; then
20019 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20037 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20038 fi # test -n "$CONFIG_FILES"
20040 # Set up the scripts for CONFIG_HEADERS section.
20041 # No need to generate them if there are no CONFIG_HEADERS.
20042 # This happens for instance with `./config.status Makefile'.
20043 if test -n "$CONFIG_HEADERS"; then
20044 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
20048 # Transform confdefs.h into an awk script `defines.awk', embedded as
20049 # here-document in config.status, that substitutes the proper values into
20050 # config.h.in to produce config.h.
20052 # Create a delimiter string that does not exist in confdefs.h, to ease
20053 # handling of long lines.
20055 for ac_last_try in false false :; do
20056 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
20057 if test -z "$ac_tt"; then
20059 elif $ac_last_try; then
20060 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
20062 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
20066 # For the awk script, D is an array of macro values keyed by name,
20067 # likewise P contains macro parameters if any. Preserve backslash
20068 # newline sequences.
20070 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
20072 s/.\{148\}/&'"$ac_delim"'/g
20075 s/^[ ]*#[ ]*define[ ][ ]*/ /
20082 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
20084 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
20088 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
20089 D["\
1"]=" \
3\\\\\\n
"\\/p
20091 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
20096 s/.\{148\}/&'"$ac_delim"'/g
20101 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
20104 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
20106 ' <confdefs.h | sed '
20107 s/'"$ac_delim"'/"\\\
20108 "/g' >>$CONFIG_STATUS || ac_write_fail=1
20110 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20111 for (key in D) D_is_set[key] = 1
20114 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
20116 split(line, arg, " ")
20117 if (arg[1] == "#") {
20121 defundef
= substr
(arg
[1], 2)
20124 split(mac1
, mac2
, "(") #)
20126 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
20127 if (D_is_set
[macro
]) {
20128 # Preserve the white space surrounding the "#".
20129 print prefix
"define", macro P
[macro
] D
[macro
]
20132 # Replace #undef with comments. This is necessary, for example,
20133 # in the case of _POSIX_SOURCE, which is predefined and required
20134 # on some systems where configure will not decide to define it.
20135 if (defundef
== "undef") {
20136 print
"/*", prefix defundef
, macro
, "*/"
20144 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20145 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
20146 fi # test -n "$CONFIG_HEADERS"
20149 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
20154 :[FHLC
]) ac_mode
=$ac_tag; continue;;
20156 case $ac_mode$ac_tag in
20158 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
20159 :[FH
]-) ac_tag
=-:-;;
20160 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
20177 -) ac_f
="$ac_tmp/stdin";;
20178 *) # Look for the file first in the build tree, then in the source tree
20179 # (if the path is not absolute). The absolute path cannot be DOS-style,
20180 # because $ac_f cannot contain `:'.
20184 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
20186 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20188 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20189 as_fn_append ac_file_inputs
" '$ac_f'"
20192 # Let's still pretend it is `configure' which instantiates (i.e., don't
20193 # use $as_me), people would be surprised to read:
20194 # /* config.h. Generated by config.status. */
20195 configure_input
='Generated from '`
20196 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20198 if test x
"$ac_file" != x-
; then
20199 configure_input
="$ac_file. $configure_input"
20200 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
20201 $as_echo "$as_me: creating $ac_file" >&6;}
20203 # Neutralize special characters interpreted by sed in replacement strings.
20204 case $configure_input in #(
20205 *\
&* |
*\|
* |
*\\* )
20206 ac_sed_conf_input
=`$as_echo "$configure_input" |
20207 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20208 *) ac_sed_conf_input
=$configure_input;;
20212 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
20213 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
20218 ac_dir
=`$as_dirname -- "$ac_file" ||
20219 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20220 X"$ac_file" : 'X\(//\)[^/]' \| \
20221 X"$ac_file" : 'X\(//\)$' \| \
20222 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20223 $as_echo X"$ac_file" |
20224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20228 /^X\(\/\/\)[^/].*/{
20241 as_dir
="$ac_dir"; as_fn_mkdir_p
20245 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20247 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20248 # A ".." for each directory in $ac_dir_suffix.
20249 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20250 case $ac_top_builddir_sub in
20251 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
20252 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
20255 ac_abs_top_builddir
=$ac_pwd
20256 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
20257 # for backward compatibility:
20258 ac_top_builddir
=$ac_top_build_prefix
20261 .
) # We are building in place.
20263 ac_top_srcdir
=$ac_top_builddir_sub
20264 ac_abs_top_srcdir
=$ac_pwd ;;
20265 [\\/]* | ?
:[\\/]* ) # Absolute name.
20266 ac_srcdir
=$srcdir$ac_dir_suffix;
20267 ac_top_srcdir
=$srcdir
20268 ac_abs_top_srcdir
=$srcdir ;;
20269 *) # Relative name.
20270 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
20271 ac_top_srcdir
=$ac_top_build_prefix$srcdir
20272 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
20274 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
20285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20286 # If the template does not know about datarootdir, expand it.
20287 # FIXME: This hack should be removed a few years after 2.60.
20288 ac_datarootdir_hack
=; ac_datarootdir_seen
=
20299 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20300 *datarootdir
*) ac_datarootdir_seen
=yes;;
20301 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
20302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20303 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20305 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20306 ac_datarootdir_hack='
20307 s&@datadir@&$datadir&g
20308 s&@docdir@&$docdir&g
20309 s&@infodir@&$infodir&g
20310 s&@localedir@&$localedir&g
20311 s&@mandir@&$mandir&g
20312 s&\\\${datarootdir}&$datarootdir&g' ;;
20316 # Neutralize VPATH when `$srcdir' = `.'.
20317 # Shell code in configure.ac might set extrasub.
20318 # FIXME: do we really want to maintain this feature?
20319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20320 ac_sed_extra="$ac_vpsub
20323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
20325 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
20326 s|@configure_input@|
$ac_sed_conf_input|
;t t
20327 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
20328 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
20329 s
&@srcdir@
&$ac_srcdir&;t t
20330 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
20331 s
&@top_srcdir@
&$ac_top_srcdir&;t t
20332 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
20333 s
&@builddir@
&$ac_builddir&;t t
20334 s
&@abs_builddir@
&$ac_abs_builddir&;t t
20335 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
20336 $ac_datarootdir_hack
20338 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
20339 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
20341 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20342 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
20343 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
20344 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
20345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
20346 which seems to be undefined. Please make sure it is defined" >&5
20347 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
20348 which seems to be undefined. Please make sure it is defined" >&2;}
20350 rm -f "$ac_tmp/stdin"
20352 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
20353 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
20355 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20361 if test x"$ac_file" != x-; then
20363 $as_echo "/* $configure_input */" \
20364 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
20365 } >"$ac_tmp/config.h" \
20366 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20367 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
20368 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20369 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20372 mv "$ac_tmp/config.h" "$ac_file" \
20373 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
20376 $as_echo "/* $configure_input */" \
20377 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
20378 || as_fn_error $? "could not create -" "$LINENO" 5
20386 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
20389 # Prefer the file from the source tree if names are identical.
20390 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
20391 ac_source=$srcdir/$ac_source
20394 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
20395 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
20397 if test ! -r "$ac_source"; then
20398 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
20402 # Try a relative symlink, then a hard link, then a copy.
20404 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
20405 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
20407 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
20408 ln "$ac_source" "$ac_file" 2>/dev/null ||
20409 cp -p "$ac_source" "$ac_file" ||
20410 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
20413 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20414 $as_echo "$as_me: executing $ac_file commands" >&6;}
20419 case $ac_file$ac_mode in
20420 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20421 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
20422 "Makefile":C) wine_fn_output_makefile Makefile ;;
20430 ac_clean_files=$ac_clean_files_save
20432 test $ac_write_fail = 0 ||
20433 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20436 # configure is writing to config.log, and then calls config.status.
20437 # config.status does its own redirection, appending to config.log.
20438 # Unfortunately, on DOS this fails, as config.log is still kept open
20439 # by configure, so config.status won't be able to
write to it
; its
20440 # output is simply discarded. So we exec the FD to /dev/null,
20441 # effectively closing config.log, so it can be properly (re)opened and
20442 # appended to by config.status. When coming back to configure, we
20443 # need to make the FD available again.
20444 if test "$no_create" != yes; then
20446 ac_config_status_args
=
20447 test "$silent" = yes &&
20448 ac_config_status_args
="$ac_config_status_args --quiet"
20450 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
20452 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20453 # would make configure fail if this is the last instruction.
20454 $ac_cs_success || as_fn_exit
1
20456 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
20457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20458 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20462 if test "$no_create" = "yes"
20468 if test "x$wine_notices" != x
; then
20471 for msg
in $wine_notices; do
20473 if ${msg:+false} :; then :
20476 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20477 $as_echo "$as_me: $msg" >&6;}
20482 for msg
in $wine_warnings; do
20484 if ${msg:+false} :; then :
20488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20489 $as_echo "$as_me: WARNING: $msg" >&2;}
20495 $as_me: Finished. Do '${ac_make}' to compile Wine.