2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.17.
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
='1.9.17'
584 PACKAGE_STRING
='Wine 1.9.17'
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
635 EXCESS_PRECISION_CFLAGS
704 APPLICATIONSERVICES_LIBS
799 program_transform_name
812 enable_option_checking
816 enable_maintainer_mode
874 enable_api_ms_win_core_com_l1_1_0
875 enable_api_ms_win_core_com_l1_1_1
876 enable_api_ms_win_core_console_l1_1_0
877 enable_api_ms_win_core_console_l2_1_0
878 enable_api_ms_win_core_datetime_l1_1_0
879 enable_api_ms_win_core_datetime_l1_1_1
880 enable_api_ms_win_core_debug_l1_1_0
881 enable_api_ms_win_core_debug_l1_1_1
882 enable_api_ms_win_core_delayload_l1_1_1
883 enable_api_ms_win_core_errorhandling_l1_1_0
884 enable_api_ms_win_core_errorhandling_l1_1_1
885 enable_api_ms_win_core_errorhandling_l1_1_2
886 enable_api_ms_win_core_fibers_l1_1_0
887 enable_api_ms_win_core_fibers_l1_1_1
888 enable_api_ms_win_core_file_l1_1_0
889 enable_api_ms_win_core_file_l1_2_0
890 enable_api_ms_win_core_file_l1_2_1
891 enable_api_ms_win_core_file_l2_1_0
892 enable_api_ms_win_core_file_l2_1_1
893 enable_api_ms_win_core_handle_l1_1_0
894 enable_api_ms_win_core_heap_l1_1_0
895 enable_api_ms_win_core_heap_l1_2_0
896 enable_api_ms_win_core_heap_obsolete_l1_1_0
897 enable_api_ms_win_core_interlocked_l1_1_0
898 enable_api_ms_win_core_interlocked_l1_2_0
899 enable_api_ms_win_core_io_l1_1_1
900 enable_api_ms_win_core_job_l1_1_0
901 enable_api_ms_win_core_job_l2_1_0
902 enable_api_ms_win_core_kernel32_legacy_l1_1_0
903 enable_api_ms_win_core_kernel32_legacy_l1_1_1
904 enable_api_ms_win_core_libraryloader_l1_1_0
905 enable_api_ms_win_core_libraryloader_l1_1_1
906 enable_api_ms_win_core_libraryloader_l1_2_0
907 enable_api_ms_win_core_localization_l1_1_0
908 enable_api_ms_win_core_localization_l1_2_0
909 enable_api_ms_win_core_localization_l1_2_1
910 enable_api_ms_win_core_localization_obsolete_l1_1_0
911 enable_api_ms_win_core_localregistry_l1_1_0
912 enable_api_ms_win_core_memory_l1_1_0
913 enable_api_ms_win_core_memory_l1_1_1
914 enable_api_ms_win_core_memory_l1_1_2
915 enable_api_ms_win_core_misc_l1_1_0
916 enable_api_ms_win_core_namedpipe_l1_1_0
917 enable_api_ms_win_core_namedpipe_l1_2_0
918 enable_api_ms_win_core_namespace_l1_1_0
919 enable_api_ms_win_core_normalization_l1_1_0
920 enable_api_ms_win_core_path_l1_1_0
921 enable_api_ms_win_core_processenvironment_l1_1_0
922 enable_api_ms_win_core_processenvironment_l1_2_0
923 enable_api_ms_win_core_processthreads_l1_1_0
924 enable_api_ms_win_core_processthreads_l1_1_1
925 enable_api_ms_win_core_processthreads_l1_1_2
926 enable_api_ms_win_core_profile_l1_1_0
927 enable_api_ms_win_core_psapi_l1_1_0
928 enable_api_ms_win_core_registry_l1_1_0
929 enable_api_ms_win_core_rtlsupport_l1_1_0
930 enable_api_ms_win_core_rtlsupport_l1_2_0
931 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
932 enable_api_ms_win_core_string_l1_1_0
933 enable_api_ms_win_core_string_l2_1_0
934 enable_api_ms_win_core_string_obsolete_l1_1_0
935 enable_api_ms_win_core_synch_l1_1_0
936 enable_api_ms_win_core_synch_l1_2_0
937 enable_api_ms_win_core_sysinfo_l1_1_0
938 enable_api_ms_win_core_sysinfo_l1_2_0
939 enable_api_ms_win_core_sysinfo_l1_2_1
940 enable_api_ms_win_core_threadpool_l1_2_0
941 enable_api_ms_win_core_threadpool_legacy_l1_1_0
942 enable_api_ms_win_core_timezone_l1_1_0
943 enable_api_ms_win_core_toolhelp_l1_1_0
944 enable_api_ms_win_core_url_l1_1_0
945 enable_api_ms_win_core_util_l1_1_0
946 enable_api_ms_win_core_version_l1_1_0
947 enable_api_ms_win_core_winrt_error_l1_1_0
948 enable_api_ms_win_core_winrt_error_l1_1_1
949 enable_api_ms_win_core_winrt_l1_1_0
950 enable_api_ms_win_core_winrt_registration_l1_1_0
951 enable_api_ms_win_core_winrt_string_l1_1_0
952 enable_api_ms_win_core_wow64_l1_1_0
953 enable_api_ms_win_core_xstate_l2_1_0
954 enable_api_ms_win_crt_conio_l1_1_0
955 enable_api_ms_win_crt_convert_l1_1_0
956 enable_api_ms_win_crt_environment_l1_1_0
957 enable_api_ms_win_crt_filesystem_l1_1_0
958 enable_api_ms_win_crt_heap_l1_1_0
959 enable_api_ms_win_crt_locale_l1_1_0
960 enable_api_ms_win_crt_math_l1_1_0
961 enable_api_ms_win_crt_multibyte_l1_1_0
962 enable_api_ms_win_crt_private_l1_1_0
963 enable_api_ms_win_crt_process_l1_1_0
964 enable_api_ms_win_crt_runtime_l1_1_0
965 enable_api_ms_win_crt_stdio_l1_1_0
966 enable_api_ms_win_crt_string_l1_1_0
967 enable_api_ms_win_crt_time_l1_1_0
968 enable_api_ms_win_crt_utility_l1_1_0
969 enable_api_ms_win_downlevel_advapi32_l1_1_0
970 enable_api_ms_win_downlevel_advapi32_l2_1_0
971 enable_api_ms_win_downlevel_normaliz_l1_1_0
972 enable_api_ms_win_downlevel_ole32_l1_1_0
973 enable_api_ms_win_downlevel_shell32_l1_1_0
974 enable_api_ms_win_downlevel_shlwapi_l1_1_0
975 enable_api_ms_win_downlevel_shlwapi_l2_1_0
976 enable_api_ms_win_downlevel_user32_l1_1_0
977 enable_api_ms_win_downlevel_version_l1_1_0
978 enable_api_ms_win_eventing_classicprovider_l1_1_0
979 enable_api_ms_win_eventing_provider_l1_1_0
980 enable_api_ms_win_eventlog_legacy_l1_1_0
981 enable_api_ms_win_ntuser_dc_access_l1_1_0
982 enable_api_ms_win_security_base_l1_1_0
983 enable_api_ms_win_security_base_l1_2_0
984 enable_api_ms_win_security_lsalookup_l1_1_0
985 enable_api_ms_win_security_lsalookup_l1_1_1
986 enable_api_ms_win_security_sddl_l1_1_0
987 enable_api_ms_win_service_core_l1_1_1
988 enable_api_ms_win_service_management_l1_1_0
989 enable_api_ms_win_service_winsvc_l1_2_0
990 enable_api_ms_win_shell_shellfolders_l1_1_0
1003 enable_bluetoothapis
1036 enable_d3dcompiler_33
1037 enable_d3dcompiler_34
1038 enable_d3dcompiler_35
1039 enable_d3dcompiler_36
1040 enable_d3dcompiler_37
1041 enable_d3dcompiler_38
1042 enable_d3dcompiler_39
1043 enable_d3dcompiler_40
1044 enable_d3dcompiler_41
1045 enable_d3dcompiler_42
1046 enable_d3dcompiler_43
1047 enable_d3dcompiler_46
1048 enable_d3dcompiler_47
1126 enable_explorerframe
1127 enable_ext_ms_win_gdi_devcaps_l1_1_0
1292 enable_photometadatahandler
1382 enable_windowscodecs
1383 enable_windowscodecsext
1385 enable_winecoreaudio_drv
1387 enable_winegstreamer
1388 enable_winejoystick_drv
1394 enable_winepulse_drv
1395 enable_wineqtdecoder
1464 enable_aspnet_regiis
1499 enable_presentationfontcache
1512 enable_servicemodelreg
1534 enable_winemenubuilder
1536 enable_winemsibuilder
1551 ac_precious_vars
='build_alias
1604 # Initialize some variables set by options.
1606 ac_init_version
=false
1607 ac_unrecognized_opts
=
1608 ac_unrecognized_sep
=
1609 # The variables have the same names as the options, with
1610 # dashes changed to underlines.
1611 cache_file
=/dev
/null
1618 program_transform_name
=s
,x
,x
,
1626 # Installation directory options.
1627 # These are left unexpanded so users can "make install exec_prefix=/foo"
1628 # and all the variables that are supposed to be based on exec_prefix
1629 # by default will actually change.
1630 # Use braces instead of parens because sh, perl, etc. also accept them.
1631 # (The list follows the same order as the GNU Coding Standards.)
1632 bindir
='${exec_prefix}/bin'
1633 sbindir
='${exec_prefix}/sbin'
1634 libexecdir
='${exec_prefix}/libexec'
1635 datarootdir
='${prefix}/share'
1636 datadir
='${datarootdir}'
1637 sysconfdir
='${prefix}/etc'
1638 sharedstatedir
='${prefix}/com'
1639 localstatedir
='${prefix}/var'
1640 runstatedir
='${localstatedir}/run'
1641 includedir
='${prefix}/include'
1642 oldincludedir
='/usr/include'
1643 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1644 infodir
='${datarootdir}/info'
1649 libdir
='${exec_prefix}/lib'
1650 localedir
='${datarootdir}/locale'
1651 mandir
='${datarootdir}/man'
1657 # If the previous option needs an argument, assign it.
1658 if test -n "$ac_prev"; then
1659 eval $ac_prev=\
$ac_option
1665 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1670 # Accept the important Cygnus configure options, so we can diagnose typos.
1672 case $ac_dashdash$ac_option in
1676 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1678 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1679 bindir
=$ac_optarg ;;
1681 -build |
--build |
--buil |
--bui |
--bu)
1682 ac_prev
=build_alias
;;
1683 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1684 build_alias
=$ac_optarg ;;
1686 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1687 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1688 ac_prev
=cache_file
;;
1689 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1690 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1691 cache_file
=$ac_optarg ;;
1693 --config-cache |
-C)
1694 cache_file
=config.cache
;;
1696 -datadir |
--datadir |
--datadi |
--datad)
1698 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1699 datadir
=$ac_optarg ;;
1701 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1702 |
--dataroo |
--dataro |
--datar)
1703 ac_prev
=datarootdir
;;
1704 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1705 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1706 datarootdir
=$ac_optarg ;;
1708 -disable-* |
--disable-*)
1709 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1710 # Reject names that are not valid shell variable names.
1711 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1712 as_fn_error $?
"invalid feature name: $ac_useropt"
1713 ac_useropt_orig
=$ac_useropt
1714 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1715 case $ac_user_opts in
1717 "enable_
$ac_useropt"
1719 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1720 ac_unrecognized_sep
=', ';;
1722 eval enable_
$ac_useropt=no
;;
1724 -docdir |
--docdir |
--docdi |
--doc |
--do)
1726 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1727 docdir
=$ac_optarg ;;
1729 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1731 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1732 dvidir
=$ac_optarg ;;
1734 -enable-* |
--enable-*)
1735 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1736 # Reject names that are not valid shell variable names.
1737 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1738 as_fn_error $?
"invalid feature name: $ac_useropt"
1739 ac_useropt_orig
=$ac_useropt
1740 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1741 case $ac_user_opts in
1743 "enable_
$ac_useropt"
1745 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1746 ac_unrecognized_sep
=', ';;
1748 eval enable_
$ac_useropt=\
$ac_optarg ;;
1750 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1751 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1752 |
--exec |
--exe |
--ex)
1753 ac_prev
=exec_prefix
;;
1754 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1755 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1756 |
--exec=* |
--exe=* |
--ex=*)
1757 exec_prefix
=$ac_optarg ;;
1759 -gas |
--gas |
--ga |
--g)
1760 # Obsolete; use --with-gas.
1763 -help |
--help |
--hel |
--he |
-h)
1764 ac_init_help
=long
;;
1765 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1766 ac_init_help
=recursive
;;
1767 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1768 ac_init_help
=short
;;
1770 -host |
--host |
--hos |
--ho)
1771 ac_prev
=host_alias
;;
1772 -host=* |
--host=* |
--hos=* |
--ho=*)
1773 host_alias
=$ac_optarg ;;
1775 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1777 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1779 htmldir
=$ac_optarg ;;
1781 -includedir |
--includedir |
--includedi |
--included |
--include \
1782 |
--includ |
--inclu |
--incl |
--inc)
1783 ac_prev
=includedir
;;
1784 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1785 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1786 includedir
=$ac_optarg ;;
1788 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1790 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1791 infodir
=$ac_optarg ;;
1793 -libdir |
--libdir |
--libdi |
--libd)
1795 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1796 libdir
=$ac_optarg ;;
1798 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1799 |
--libexe |
--libex |
--libe)
1800 ac_prev
=libexecdir
;;
1801 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1802 |
--libexe=* |
--libex=* |
--libe=*)
1803 libexecdir
=$ac_optarg ;;
1805 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1806 ac_prev
=localedir
;;
1807 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1808 localedir
=$ac_optarg ;;
1810 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1811 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1812 ac_prev
=localstatedir
;;
1813 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1814 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1815 localstatedir
=$ac_optarg ;;
1817 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1819 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1820 mandir
=$ac_optarg ;;
1822 -nfp |
--nfp |
--nf)
1823 # Obsolete; use --without-fp.
1826 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1827 |
--no-cr |
--no-c |
-n)
1830 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1831 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1834 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1835 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1836 |
--oldin |
--oldi |
--old |
--ol |
--o)
1837 ac_prev
=oldincludedir
;;
1838 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1839 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1840 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1841 oldincludedir
=$ac_optarg ;;
1843 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1845 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1846 prefix
=$ac_optarg ;;
1848 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1849 |
--program-pre |
--program-pr |
--program-p)
1850 ac_prev
=program_prefix
;;
1851 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1852 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1853 program_prefix
=$ac_optarg ;;
1855 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1856 |
--program-suf |
--program-su |
--program-s)
1857 ac_prev
=program_suffix
;;
1858 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1859 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1860 program_suffix
=$ac_optarg ;;
1862 -program-transform-name |
--program-transform-name \
1863 |
--program-transform-nam |
--program-transform-na \
1864 |
--program-transform-n |
--program-transform- \
1865 |
--program-transform |
--program-transfor \
1866 |
--program-transfo |
--program-transf \
1867 |
--program-trans |
--program-tran \
1868 |
--progr-tra |
--program-tr |
--program-t)
1869 ac_prev
=program_transform_name
;;
1870 -program-transform-name=* |
--program-transform-name=* \
1871 |
--program-transform-nam=* |
--program-transform-na=* \
1872 |
--program-transform-n=* |
--program-transform-=* \
1873 |
--program-transform=* |
--program-transfor=* \
1874 |
--program-transfo=* |
--program-transf=* \
1875 |
--program-trans=* |
--program-tran=* \
1876 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1877 program_transform_name
=$ac_optarg ;;
1879 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1881 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1882 pdfdir
=$ac_optarg ;;
1884 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1886 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1889 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1890 |
-silent |
--silent |
--silen |
--sile |
--sil)
1893 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1894 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1895 |
--run |
--ru |
--r)
1896 ac_prev
=runstatedir
;;
1897 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1898 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1899 |
--run=* |
--ru=* |
--r=*)
1900 runstatedir
=$ac_optarg ;;
1902 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1904 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1906 sbindir
=$ac_optarg ;;
1908 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1909 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1910 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1912 ac_prev
=sharedstatedir
;;
1913 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1914 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1915 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1917 sharedstatedir
=$ac_optarg ;;
1919 -site |
--site |
--sit)
1921 -site=* |
--site=* |
--sit=*)
1924 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1926 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1927 srcdir
=$ac_optarg ;;
1929 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1930 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1931 ac_prev
=sysconfdir
;;
1932 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1933 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1934 sysconfdir
=$ac_optarg ;;
1936 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1937 ac_prev
=target_alias
;;
1938 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1939 target_alias
=$ac_optarg ;;
1941 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1944 -version |
--version |
--versio |
--versi |
--vers |
-V)
1945 ac_init_version
=: ;;
1948 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1949 # Reject names that are not valid shell variable names.
1950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1951 as_fn_error $?
"invalid package name: $ac_useropt"
1952 ac_useropt_orig
=$ac_useropt
1953 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1954 case $ac_user_opts in
1958 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1959 ac_unrecognized_sep
=', ';;
1961 eval with_
$ac_useropt=\
$ac_optarg ;;
1963 -without-* |
--without-*)
1964 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1965 # Reject names that are not valid shell variable names.
1966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1967 as_fn_error $?
"invalid package name: $ac_useropt"
1968 ac_useropt_orig
=$ac_useropt
1969 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1970 case $ac_user_opts in
1974 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1975 ac_unrecognized_sep
=', ';;
1977 eval with_
$ac_useropt=no
;;
1980 # Obsolete; use --with-x.
1983 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1984 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1985 ac_prev
=x_includes
;;
1986 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1987 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1988 x_includes
=$ac_optarg ;;
1990 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1991 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1992 ac_prev
=x_libraries
;;
1993 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1994 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1995 x_libraries
=$ac_optarg ;;
1997 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1998 Try \`$0 --help' for more information"
2002 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
2003 # Reject names that are not valid shell variable names.
2004 case $ac_envvar in #(
2005 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
2006 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
2008 eval $ac_envvar=\
$ac_optarg
2009 export $ac_envvar ;;
2012 # FIXME: should be removed in autoconf 3.0.
2013 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2014 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2015 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2016 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2022 if test -n "$ac_prev"; then
2023 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2024 as_fn_error $?
"missing argument to $ac_option"
2027 if test -n "$ac_unrecognized_opts"; then
2028 case $enable_option_checking in
2030 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2031 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2035 # Check all directory arguments for consistency.
2036 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2037 datadir sysconfdir sharedstatedir localstatedir includedir \
2038 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2039 libdir localedir mandir runstatedir
2041 eval ac_val
=\$
$ac_var
2042 # Remove trailing slashes.
2045 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2046 eval $ac_var=\
$ac_val;;
2048 # Be sure to have absolute directory names.
2050 [\\/$
]* | ?
:[\\/]* ) continue;;
2051 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2053 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2056 # There might be people who depend on the old broken behavior: `$host'
2057 # used to hold the argument of --host etc.
2058 # FIXME: To remove some day.
2061 target
=$target_alias
2063 # FIXME: To remove some day.
2064 if test "x$host_alias" != x
; then
2065 if test "x$build_alias" = x
; then
2066 cross_compiling
=maybe
2067 elif test "x$build_alias" != "x$host_alias"; then
2073 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2075 test "$silent" = yes && exec 6>/dev
/null
2078 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2079 ac_ls_di
=`ls -di .` &&
2080 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2081 as_fn_error $?
"working directory cannot be determined"
2082 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2083 as_fn_error $?
"pwd does not report name of working directory"
2086 # Find the source files, if location was not specified.
2087 if test -z "$srcdir"; then
2088 ac_srcdir_defaulted
=yes
2089 # Try the directory containing this script, then the parent directory.
2090 ac_confdir
=`$as_dirname -- "$as_myself" ||
2091 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2092 X"$as_myself" : 'X\(//\)[^/]' \| \
2093 X"$as_myself" : 'X\(//\)$' \| \
2094 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2095 $as_echo X"$as_myself" |
2096 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2114 if test ! -r "$srcdir/$ac_unique_file"; then
2118 ac_srcdir_defaulted
=no
2120 if test ! -r "$srcdir/$ac_unique_file"; then
2121 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2122 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2124 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2126 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2128 # When building in place, set srcdir=.
2129 if test "$ac_abs_confdir" = "$ac_pwd"; then
2132 # Remove unnecessary trailing slashes from srcdir.
2133 # Double slashes in file names in object file debugging info
2134 # mess up M-x gdb in Emacs.
2136 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2138 for ac_var
in $ac_precious_vars; do
2139 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2140 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2141 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2142 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2146 # Report the --help message.
2148 if test "$ac_init_help" = "long"; then
2149 # Omit some internal or obsolete options to make the list less imposing.
2150 # This message is too long to be a string in the A/UX 3.1 sh.
2152 \`configure' configures Wine 1.9.17 to adapt to many kinds of systems.
2154 Usage: $0 [OPTION]... [VAR=VALUE]...
2156 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2157 VAR=VALUE. See below for descriptions of some of the useful variables.
2159 Defaults for the options are specified in brackets.
2162 -h, --help display this help and exit
2163 --help=short display options specific to this package
2164 --help=recursive display the short help of all the included packages
2165 -V, --version display version information and exit
2166 -q, --quiet, --silent do not print \`checking ...' messages
2167 --cache-file=FILE cache test results in FILE [disabled]
2168 -C, --config-cache alias for \`--cache-file=config.cache'
2169 -n, --no-create do not create output files
2170 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2172 Installation directories:
2173 --prefix=PREFIX install architecture-independent files in PREFIX
2174 [$ac_default_prefix]
2175 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2178 By default, \`make install' will install all the files in
2179 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2180 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2181 for instance \`--prefix=\$HOME'.
2183 For better control, use the options below.
2185 Fine tuning of the installation directories:
2186 --bindir=DIR user executables [EPREFIX/bin]
2187 --sbindir=DIR system admin executables [EPREFIX/sbin]
2188 --libexecdir=DIR program executables [EPREFIX/libexec]
2189 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2190 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2191 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2192 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2193 --libdir=DIR object code libraries [EPREFIX/lib]
2194 --includedir=DIR C header files [PREFIX/include]
2195 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2196 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2197 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2198 --infodir=DIR info documentation [DATAROOTDIR/info]
2199 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2200 --mandir=DIR man documentation [DATAROOTDIR/man]
2201 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2202 --htmldir=DIR html documentation [DOCDIR]
2203 --dvidir=DIR dvi documentation [DOCDIR]
2204 --pdfdir=DIR pdf documentation [DOCDIR]
2205 --psdir=DIR ps documentation [DOCDIR]
2211 --x-includes=DIR X include files are
in DIR
2212 --x-libraries=DIR X library files are
in DIR
2215 --build=BUILD configure
for building on BUILD
[guessed
]
2216 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2220 if test -n "$ac_init_help"; then
2221 case $ac_init_help in
2222 short | recursive
) echo "Configuration of Wine 1.9.17:";;
2227 --disable-option-checking ignore unrecognized
--enable/--with options
2228 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2229 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2230 --disable-win16 do not include Win16 support
2231 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2233 --disable-tests do not build the regression tests
2234 --enable-maintainer-mode
2235 enable maintainer-specific build rules
2236 --disable-largefile omit support for large files
2239 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2240 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2241 --without-alsa do not use the Alsa sound support
2242 --without-capi do not use CAPI (ISDN support)
2243 --without-cms do not use CMS (color management support)
2244 --without-coreaudio do not use the CoreAudio sound support
2245 --without-cups do not use CUPS
2246 --without-curses do not use (n)curses
2247 --without-dbus do not use DBus (dynamic device support)
2248 --without-fontconfig do not use fontconfig
2249 --without-freetype do not use the FreeType library
2250 --without-gettext do not use gettext
2251 --with-gettextpo use the GetTextPO library to rebuild po files
2252 --without-gphoto do not use gphoto (Digital Camera support)
2253 --without-glu do not use the GLU library
2254 --without-gnutls do not use GnuTLS (schannel support)
2255 --without-gsm do not use libgsm (GSM 06.10 codec support)
2256 --without-gstreamer do not use GStreamer (codecs support)
2257 --without-hal do not use HAL (dynamic device support)
2258 --without-jpeg do not use JPEG
2259 --without-ldap do not use LDAP
2260 --without-mpg123 do not use the mpg123 library
2261 --without-netapi do not use the Samba NetAPI library
2262 --without-openal do not use OpenAL
2263 --without-opencl do not use OpenCL
2264 --without-opengl do not use OpenGL
2265 --without-osmesa do not use the OSMesa library
2266 --without-oss do not use the OSS sound support
2267 --without-pcap do not use the Packet Capture library
2268 --without-png do not use PNG
2269 --without-pthread do not use the pthread library
2270 --without-pulse do not use PulseAudio sound support
2271 --without-sane do not use SANE (scanner support)
2272 --without-tiff do not use TIFF
2273 --without-v4l do not use v4l1 (v4l support)
2274 --without-xcomposite do not use the Xcomposite extension
2275 --without-xcursor do not use the Xcursor extension
2276 --without-xinerama do not use Xinerama (multi-monitor support)
2277 --without-xinput do not use the Xinput extension
2278 --without-xinput2 do not use the Xinput 2 extension
2279 --without-xml do not use XML
2280 --without-xrandr do not use Xrandr (resolution changes)
2281 --without-xrender do not use the Xrender extension
2282 --without-xshape do not use the Xshape extension
2283 --without-xshm do not use XShm (shared memory extension)
2284 --without-xslt do not use XSLT
2285 --without-xxf86vm do not use XFree video mode extension
2286 --without-zlib do not use Zlib (data compression)
2287 --with-wine-tools=DIR use Wine tools from directory DIR
2288 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2289 --with-x use the X Window System
2291 Some influential environment variables:
2292 CC C compiler command
2293 CFLAGS C compiler flags
2294 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2295 nonstandard directory <lib dir>
2296 LIBS libraries to pass to the linker, e.g. -l<library>
2297 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2298 you have headers in a nonstandard directory <include dir>
2299 CXX C++ compiler command
2300 CXXFLAGS C++ compiler flags
2302 XMKMF Path to xmkmf, Makefile generator for X Window System
2303 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2304 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2305 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2306 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2307 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2308 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2309 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2310 HAL_LIBS Linker flags for hal, overriding pkg-config
2312 C compiler flags for gnutls, overriding pkg-config
2313 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2314 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2315 SANE_LIBS Linker flags for libsane, overriding pkg-config
2317 C compiler flags for libgphoto2, overriding pkg-config
2319 Linker flags for libgphoto2, overriding pkg-config
2321 C compiler flags for libgphoto2_port, overriding pkg-config
2323 Linker flags for libgphoto2_port, overriding pkg-config
2325 C compiler flags for lcms2, overriding pkg-config
2326 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2328 C compiler flags for freetype2, overriding pkg-config
2330 Linker flags for freetype2, overriding pkg-config
2332 C compiler flags for libpulse, overriding pkg-config
2333 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2335 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2336 gstreamer-audio-1.0, overriding pkg-config
2338 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2339 gstreamer-audio-1.0, overriding pkg-config
2341 C compiler flags for capi20, overriding pkg-config
2342 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2344 C compiler flags for fontconfig, overriding pkg-config
2346 Linker flags for fontconfig, overriding pkg-config
2347 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2348 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2349 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2350 PNG_LIBS Linker flags for libpng, overriding pkg-config
2351 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2352 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2354 C compiler flags for libmpg123, overriding pkg-config
2355 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2357 C compiler flags for netapi, overriding pkg-config
2358 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2360 Use these variables to override the choices made by `configure' or to
help
2361 it to
find libraries and programs with nonstandard names
/locations.
2363 Report bugs to
<wine-devel@winehq.org
>.
2364 Wine home page
: <http
://www.winehq.org
>.
2369 if test "$ac_init_help" = "recursive"; then
2370 # If there are subdirs, report their specific --help.
2371 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2372 test -d "$ac_dir" ||
2373 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2378 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2380 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2381 # A ".." for each directory in $ac_dir_suffix.
2382 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2383 case $ac_top_builddir_sub in
2384 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2385 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2388 ac_abs_top_builddir
=$ac_pwd
2389 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2390 # for backward compatibility:
2391 ac_top_builddir
=$ac_top_build_prefix
2394 .
) # We are building in place.
2396 ac_top_srcdir
=$ac_top_builddir_sub
2397 ac_abs_top_srcdir
=$ac_pwd ;;
2398 [\\/]* | ?
:[\\/]* ) # Absolute name.
2399 ac_srcdir
=$srcdir$ac_dir_suffix;
2400 ac_top_srcdir
=$srcdir
2401 ac_abs_top_srcdir
=$srcdir ;;
2403 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2404 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2405 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2407 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2409 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2410 # Check for guested configure.
2411 if test -f "$ac_srcdir/configure.gnu"; then
2413 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2414 elif test -f "$ac_srcdir/configure"; then
2416 $SHELL "$ac_srcdir/configure" --help=recursive
2418 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2420 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2424 test -n "$ac_init_help" && exit $ac_status
2425 if $ac_init_version; then
2427 Wine configure
1.9.17
2428 generated by GNU Autoconf
2.69
2430 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2431 This configure
script is free software
; the Free Software Foundation
2432 gives unlimited permission to copy
, distribute and modify it.
2437 ## ------------------------ ##
2438 ## Autoconf initialization. ##
2439 ## ------------------------ ##
2441 # ac_fn_c_try_compile LINENO
2442 # --------------------------
2443 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2444 ac_fn_c_try_compile
()
2446 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2447 rm -f conftest.
$ac_objext
2448 if { { ac_try
="$ac_compile"
2450 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2451 *) ac_try_echo=$ac_try;;
2453 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2454 $as_echo "$ac_try_echo"; } >&5
2455 (eval "$ac_compile") 2>conftest.err
2457 if test -s conftest.err; then
2458 grep -v '^ *+' conftest.err >conftest.er1
2459 cat conftest.er1 >&5
2460 mv -f conftest.er1 conftest.err
2462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2463 test $ac_status = 0; } && {
2464 test -z "$ac_c_werror_flag" ||
2465 test ! -s conftest.err
2466 } && test -s conftest.$ac_objext; then :
2469 $as_echo "$as_me: failed program was:" >&5
2470 sed 's/^/| /' conftest.$ac_ext >&5
2474 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2475 as_fn_set_status $ac_retval
2477 } # ac_fn_c_try_compile
2479 # ac_fn_cxx_try_compile LINENO
2480 # ----------------------------
2481 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2482 ac_fn_cxx_try_compile ()
2484 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2485 rm -f conftest.$ac_objext
2486 if { { ac_try="$ac_compile"
2488 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2489 *) ac_try_echo
=$ac_try;;
2491 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2492 $as_echo "$ac_try_echo"; } >&5
2493 (eval "$ac_compile") 2>conftest.err
2495 if test -s conftest.err
; then
2496 grep -v '^ *+' conftest.err
>conftest.er1
2497 cat conftest.er1
>&5
2498 mv -f conftest.er1 conftest.err
2500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2501 test $ac_status = 0; } && {
2502 test -z "$ac_cxx_werror_flag" ||
2503 test ! -s conftest.err
2504 } && test -s conftest.
$ac_objext; then :
2507 $as_echo "$as_me: failed program was:" >&5
2508 sed 's/^/| /' conftest.
$ac_ext >&5
2512 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2513 as_fn_set_status
$ac_retval
2515 } # ac_fn_cxx_try_compile
2517 # ac_fn_c_try_link LINENO
2518 # -----------------------
2519 # Try to link conftest.$ac_ext, and return whether this succeeded.
2522 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2523 rm -f conftest.
$ac_objext conftest
$ac_exeext
2524 if { { ac_try
="$ac_link"
2526 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2527 *) ac_try_echo=$ac_try;;
2529 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2530 $as_echo "$ac_try_echo"; } >&5
2531 (eval "$ac_link") 2>conftest.err
2533 if test -s conftest.err; then
2534 grep -v '^ *+' conftest.err >conftest.er1
2535 cat conftest.er1 >&5
2536 mv -f conftest.er1 conftest.err
2538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2539 test $ac_status = 0; } && {
2540 test -z "$ac_c_werror_flag" ||
2541 test ! -s conftest.err
2542 } && test -s conftest$ac_exeext && {
2543 test "$cross_compiling" = yes ||
2544 test -x conftest$ac_exeext
2548 $as_echo "$as_me: failed program was:" >&5
2549 sed 's/^/| /' conftest.$ac_ext >&5
2553 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2554 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2555 # interfere with the next link command; also delete a directory that is
2556 # left behind by Apple's compiler. We do this before executing the actions.
2557 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2558 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2559 as_fn_set_status $ac_retval
2561 } # ac_fn_c_try_link
2563 # ac_fn_c_try_cpp LINENO
2564 # ----------------------
2565 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2568 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2569 if { { ac_try="$ac_cpp conftest.$ac_ext"
2571 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2572 *) ac_try_echo
=$ac_try;;
2574 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2575 $as_echo "$ac_try_echo"; } >&5
2576 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2578 if test -s conftest.err
; then
2579 grep -v '^ *+' conftest.err
>conftest.er1
2580 cat conftest.er1
>&5
2581 mv -f conftest.er1 conftest.err
2583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2584 test $ac_status = 0; } > conftest.i
&& {
2585 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2586 test ! -s conftest.err
2590 $as_echo "$as_me: failed program was:" >&5
2591 sed 's/^/| /' conftest.
$ac_ext >&5
2595 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2596 as_fn_set_status
$ac_retval
2600 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2601 # -------------------------------------------------------
2602 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2603 # the include files in INCLUDES and setting the cache variable VAR
2605 ac_fn_c_check_header_mongrel
()
2607 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2608 if eval \
${$3+:} false
; then :
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2610 $as_echo_n "checking for $2... " >&6; }
2611 if eval \
${$3+:} false
; then :
2612 $as_echo_n "(cached) " >&6
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2616 $as_echo "$ac_res" >&6; }
2618 # Is the header compilable?
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2620 $as_echo_n "checking $2 usability... " >&6; }
2621 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2622 /* end confdefs.h. */
2626 if ac_fn_c_try_compile
"$LINENO"; then :
2627 ac_header_compiler
=yes
2629 ac_header_compiler
=no
2631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2633 $as_echo "$ac_header_compiler" >&6; }
2635 # Is the header present?
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2637 $as_echo_n "checking $2 presence... " >&6; }
2638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2639 /* end confdefs.h. */
2642 if ac_fn_c_try_cpp
"$LINENO"; then :
2643 ac_header_preproc
=yes
2645 ac_header_preproc
=no
2647 rm -f conftest.err conftest.i conftest.
$ac_ext
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2649 $as_echo "$ac_header_preproc" >&6; }
2651 # So? What about this header?
2652 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2655 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2657 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2661 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2663 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2665 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2667 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2669 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2670 ( $as_echo "## ------------------------------------ ##
2671 ## Report this to wine-devel@winehq.org ##
2672 ## ------------------------------------ ##"
2673 ) |
sed "s/^/$as_me: WARNING: /" >&2
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2677 $as_echo_n "checking for $2... " >&6; }
2678 if eval \
${$3+:} false
; then :
2679 $as_echo_n "(cached) " >&6
2681 eval "$3=\$ac_header_compiler"
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2685 $as_echo "$ac_res" >&6; }
2687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2689 } # ac_fn_c_check_header_mongrel
2691 # ac_fn_c_try_run LINENO
2692 # ----------------------
2693 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2694 # that executables *can* be run.
2697 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2698 if { { ac_try
="$ac_link"
2700 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2701 *) ac_try_echo=$ac_try;;
2703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2704 $as_echo "$ac_try_echo"; } >&5
2705 (eval "$ac_link") 2>&5
2707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2708 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2709 { { case "(($ac_try" in
2710 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2711 *) ac_try_echo
=$ac_try;;
2713 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2714 $as_echo "$ac_try_echo"; } >&5
2715 (eval "$ac_try") 2>&5
2717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2718 test $ac_status = 0; }; }; then :
2721 $as_echo "$as_me: program exited with status $ac_status" >&5
2722 $as_echo "$as_me: failed program was:" >&5
2723 sed 's/^/| /' conftest.
$ac_ext >&5
2725 ac_retval
=$ac_status
2727 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2728 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2729 as_fn_set_status
$ac_retval
2733 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2734 # -------------------------------------------------------
2735 # Tests whether HEADER exists and can be compiled using the include files in
2736 # INCLUDES, setting the cache variable VAR accordingly.
2737 ac_fn_c_check_header_compile
()
2739 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2741 $as_echo_n "checking for $2... " >&6; }
2742 if eval \
${$3+:} false
; then :
2743 $as_echo_n "(cached) " >&6
2745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2746 /* end confdefs.h. */
2750 if ac_fn_c_try_compile
"$LINENO"; then :
2755 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2759 $as_echo "$ac_res" >&6; }
2760 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2762 } # ac_fn_c_check_header_compile
2764 # ac_fn_c_check_func LINENO FUNC VAR
2765 # ----------------------------------
2766 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2767 ac_fn_c_check_func
()
2769 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2771 $as_echo_n "checking for $2... " >&6; }
2772 if eval \
${$3+:} false
; then :
2773 $as_echo_n "(cached) " >&6
2775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2776 /* end confdefs.h. */
2777 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2778 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2779 #define $2 innocuous_$2
2781 /* System header to define __stub macros and hopefully few prototypes,
2782 which can conflict with char $2 (); below.
2783 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2784 <limits.h> exists even on freestanding compilers. */
2787 # include <limits.h>
2789 # include <assert.h>
2794 /* Override any GCC internal prototype to avoid an error.
2795 Use char because int might match the return type of a GCC
2796 builtin and then its argument prototype would still apply. */
2801 /* The GNU C library defines this for functions which it implements
2802 to always fail with ENOSYS. Some functions are actually named
2803 something starting with __ and the normal name is an alias. */
2804 #if defined __stub_$2 || defined __stub___$2
2816 if ac_fn_c_try_link
"$LINENO"; then :
2821 rm -f core conftest.err conftest.
$ac_objext \
2822 conftest
$ac_exeext conftest.
$ac_ext
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2826 $as_echo "$ac_res" >&6; }
2827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2829 } # ac_fn_c_check_func
2831 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2832 # ----------------------------------------------------
2833 # Tries to find if the field MEMBER exists in type AGGR, after including
2834 # INCLUDES, setting cache variable VAR accordingly.
2835 ac_fn_c_check_member
()
2837 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2839 $as_echo_n "checking for $2.$3... " >&6; }
2840 if eval \
${$4+:} false
; then :
2841 $as_echo_n "(cached) " >&6
2843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2844 /* end confdefs.h. */
2856 if ac_fn_c_try_compile
"$LINENO"; then :
2859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2860 /* end confdefs.h. */
2866 if (sizeof ac_aggr.$3)
2872 if ac_fn_c_try_compile
"$LINENO"; then :
2877 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2879 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2883 $as_echo "$ac_res" >&6; }
2884 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2886 } # ac_fn_c_check_member
2888 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2889 # -------------------------------------------
2890 # Tests whether TYPE exists after having included INCLUDES, setting cache
2891 # variable VAR accordingly.
2892 ac_fn_c_check_type
()
2894 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2896 $as_echo_n "checking for $2... " >&6; }
2897 if eval \
${$3+:} false
; then :
2898 $as_echo_n "(cached) " >&6
2901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2902 /* end confdefs.h. */
2913 if ac_fn_c_try_compile
"$LINENO"; then :
2914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2915 /* end confdefs.h. */
2926 if ac_fn_c_try_compile
"$LINENO"; then :
2931 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2933 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2937 $as_echo "$ac_res" >&6; }
2938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2940 } # ac_fn_c_check_type
2941 cat >config.log
<<_ACEOF
2942 This file contains any messages produced by compilers while
2943 running configure, to aid debugging if configure makes a mistake.
2945 It was created by Wine $as_me 1.9.17, which was
2946 generated by GNU Autoconf 2.69. Invocation command line was
2958 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2959 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2960 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2961 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2962 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2964 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2965 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2967 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2968 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2969 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2970 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2971 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2972 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2973 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2977 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2981 test -z "$as_dir" && as_dir
=.
2982 $as_echo "PATH: $as_dir"
2998 # Keep a trace of the command line.
2999 # Strip out --no-create and --no-recursion so they do not pile up.
3000 # Strip out --silent because we don't want to record it for future runs.
3001 # Also quote any args containing shell meta-characters.
3002 # Make two passes to allow for proper duplicate-argument suppression.
3006 ac_must_keep_next
=false
3012 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3013 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3014 |
-silent |
--silent |
--silen |
--sile |
--sil)
3017 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3020 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3022 as_fn_append ac_configure_args1
" '$ac_arg'"
3023 if test $ac_must_keep_next = true
; then
3024 ac_must_keep_next
=false
# Got value, back to normal.
3027 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3028 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3029 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3030 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3031 case "$ac_configure_args0 " in
3032 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3035 -* ) ac_must_keep_next
=true
;;
3038 as_fn_append ac_configure_args
" '$ac_arg'"
3043 { ac_configure_args0
=; unset ac_configure_args0
;}
3044 { ac_configure_args1
=; unset ac_configure_args1
;}
3046 # When interrupted or exit'd, cleanup temporary files, and complete
3047 # config.log. We remove comments because anyway the quotes in there
3048 # would cause problems or look ugly.
3049 # WARNING: Use '\'' to represent an apostrophe within the trap.
3050 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3051 trap 'exit_status=$?
3052 # Save into config.log some information that might help in debugging.
3056 $as_echo "## ---------------- ##
3057 ## Cache variables. ##
3058 ## ---------------- ##"
3060 # The following way of writing the cache mishandles newlines in values,
3062 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3063 eval ac_val=\$$ac_var
3067 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3068 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3071 _ | IFS | as_nl) ;; #(
3072 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3073 *) { eval $ac_var=; unset $ac_var;} ;;
3078 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3079 *${as_nl}ac_space=\ *)
3081 "s/'\''/'\''\\\\'\'''\''/g;
3082 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3085 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3092 $as_echo "## ----------------- ##
3093 ## Output variables. ##
3094 ## ----------------- ##"
3096 for ac_var in $ac_subst_vars
3098 eval ac_val=\$$ac_var
3100 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3102 $as_echo "$ac_var='\''$ac_val'\''"
3106 if test -n "$ac_subst_files"; then
3107 $as_echo "## ------------------- ##
3108 ## File substitutions. ##
3109 ## ------------------- ##"
3111 for ac_var
in $ac_subst_files
3113 eval ac_val
=\$
$ac_var
3115 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3117 $as_echo "$ac_var='\''$ac_val'\''"
3122 if test -s confdefs.h; then
3123 $as_echo "## ----------- ##
3130 test "$ac_signal" != 0 &&
3131 $as_echo "$as_me: caught signal $ac_signal"
3132 $as_echo "$as_me: exit $exit_status"
3134 rm -f core *.core core.conftest.* &&
3135 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3138 for ac_signal
in 1 2 13 15; do
3139 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3143 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3144 rm -f -r conftest
* confdefs.h
3146 $as_echo "/* confdefs.h */" > confdefs.h
3148 # Predefined preprocessor variables.
3150 cat >>confdefs.h
<<_ACEOF
3151 #define PACKAGE_NAME "$PACKAGE_NAME"
3154 cat >>confdefs.h
<<_ACEOF
3155 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3158 cat >>confdefs.h
<<_ACEOF
3159 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3162 cat >>confdefs.h
<<_ACEOF
3163 #define PACKAGE_STRING "$PACKAGE_STRING"
3166 cat >>confdefs.h
<<_ACEOF
3167 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3170 cat >>confdefs.h
<<_ACEOF
3171 #define PACKAGE_URL "$PACKAGE_URL"
3175 # Let the site file select an alternate cache file if it wants to.
3176 # Prefer an explicitly selected file to automatically selected ones.
3179 if test -n "$CONFIG_SITE"; then
3180 # We do not want a PATH search for config.site.
3181 case $CONFIG_SITE in #((
3182 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3183 */*) ac_site_file1
=$CONFIG_SITE;;
3184 *) ac_site_file1
=.
/$CONFIG_SITE;;
3186 elif test "x$prefix" != xNONE
; then
3187 ac_site_file1
=$prefix/share
/config.site
3188 ac_site_file2
=$prefix/etc
/config.site
3190 ac_site_file1
=$ac_default_prefix/share
/config.site
3191 ac_site_file2
=$ac_default_prefix/etc
/config.site
3193 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3195 test "x$ac_site_file" = xNONE
&& continue
3196 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3198 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3199 sed 's/^/| /' "$ac_site_file" >&5
3201 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3202 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3203 as_fn_error $?
"failed to load site script $ac_site_file
3204 See \`config.log' for more details" "$LINENO" 5; }
3208 if test -r "$cache_file"; then
3209 # Some versions of bash will fail to source /dev/null (special files
3210 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3211 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3213 $as_echo "$as_me: loading cache $cache_file" >&6;}
3215 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3216 *) .
"./$cache_file";;
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3221 $as_echo "$as_me: creating cache $cache_file" >&6;}
3225 # Check that the precious variables saved in the cache have kept the same
3227 ac_cache_corrupted
=false
3228 for ac_var
in $ac_precious_vars; do
3229 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3230 eval ac_new_set
=\
$ac_env_${ac_var}_set
3231 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3232 eval ac_new_val
=\
$ac_env_${ac_var}_value
3233 case $ac_old_set,$ac_new_set in
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3236 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3237 ac_cache_corrupted
=: ;;
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3240 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3241 ac_cache_corrupted
=: ;;
3244 if test "x$ac_old_val" != "x$ac_new_val"; then
3245 # differences in whitespace do not lead to failure.
3246 ac_old_val_w
=`echo x $ac_old_val`
3247 ac_new_val_w
=`echo x $ac_new_val`
3248 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3250 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3251 ac_cache_corrupted
=:
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3254 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3255 eval $ac_var=\
$ac_old_val
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3258 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3260 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3263 # Pass precious variables to config.status.
3264 if test "$ac_new_set" = set; then
3266 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3267 *) ac_arg
=$ac_var=$ac_new_val ;;
3269 case " $ac_configure_args " in
3270 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3271 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3275 if $ac_cache_corrupted; then
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3277 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3279 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3280 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3282 ## -------------------- ##
3283 ## Main body of script. ##
3284 ## -------------------- ##
3287 ac_cpp
='$CPP $CPPFLAGS'
3288 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3289 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3290 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3294 ac_config_headers
="$ac_config_headers include/config.h"
3297 for ac_dir
in tools
"$srcdir"/tools
; do
3298 if test -f "$ac_dir/install-sh"; then
3300 ac_install_sh
="$ac_aux_dir/install-sh -c"
3302 elif test -f "$ac_dir/install.sh"; then
3304 ac_install_sh
="$ac_aux_dir/install.sh -c"
3306 elif test -f "$ac_dir/shtool"; then
3308 ac_install_sh
="$ac_aux_dir/shtool install -c"
3312 if test -z "$ac_aux_dir"; then
3313 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3316 # These three variables are undocumented and unsupported,
3317 # and are intended to be withdrawn in a future Autoconf release.
3318 # They can cause serious problems if a builder's source tree is in a directory
3319 # whose full name contains unusual characters.
3320 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3321 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3322 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3326 libwine_version
="1.0"
3330 # Check whether --enable-win16 was given.
3331 if test "${enable_win16+set}" = set; then :
3332 enableval
=$enable_win16;
3335 # Check whether --enable-win64 was given.
3336 if test "${enable_win64+set}" = set; then :
3337 enableval
=$enable_win64;
3340 # Check whether --enable-tests was given.
3341 if test "${enable_tests+set}" = set; then :
3342 enableval
=$enable_tests;
3345 # Check whether --enable-maintainer-mode was given.
3346 if test "${enable_maintainer_mode+set}" = set; then :
3347 enableval
=$enable_maintainer_mode;
3352 # Check whether --with-alsa was given.
3353 if test "${with_alsa+set}" = set; then :
3354 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3358 # Check whether --with-capi was given.
3359 if test "${with_capi+set}" = set; then :
3364 # Check whether --with-cms was given.
3365 if test "${with_cms+set}" = set; then :
3370 # Check whether --with-coreaudio was given.
3371 if test "${with_coreaudio+set}" = set; then :
3372 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3376 # Check whether --with-cups was given.
3377 if test "${with_cups+set}" = set; then :
3382 # Check whether --with-curses was given.
3383 if test "${with_curses+set}" = set; then :
3384 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3388 # Check whether --with-dbus was given.
3389 if test "${with_dbus+set}" = set; then :
3394 # Check whether --with-fontconfig was given.
3395 if test "${with_fontconfig+set}" = set; then :
3396 withval
=$with_fontconfig;
3400 # Check whether --with-freetype was given.
3401 if test "${with_freetype+set}" = set; then :
3402 withval
=$with_freetype;
3406 # Check whether --with-gettext was given.
3407 if test "${with_gettext+set}" = set; then :
3408 withval
=$with_gettext;
3412 # Check whether --with-gettextpo was given.
3413 if test "${with_gettextpo+set}" = set; then :
3414 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3418 # Check whether --with-gphoto was given.
3419 if test "${with_gphoto+set}" = set; then :
3420 withval
=$with_gphoto;
3424 # Check whether --with-glu was given.
3425 if test "${with_glu+set}" = set; then :
3430 # Check whether --with-gnutls was given.
3431 if test "${with_gnutls+set}" = set; then :
3432 withval
=$with_gnutls;
3436 # Check whether --with-gsm was given.
3437 if test "${with_gsm+set}" = set; then :
3438 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3442 # Check whether --with-gstreamer was given.
3443 if test "${with_gstreamer+set}" = set; then :
3444 withval
=$with_gstreamer;
3448 # Check whether --with-hal was given.
3449 if test "${with_hal+set}" = set; then :
3454 # Check whether --with-jpeg was given.
3455 if test "${with_jpeg+set}" = set; then :
3460 # Check whether --with-ldap was given.
3461 if test "${with_ldap+set}" = set; then :
3462 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3466 # Check whether --with-mpg123 was given.
3467 if test "${with_mpg123+set}" = set; then :
3468 withval
=$with_mpg123;
3472 # Check whether --with-netapi was given.
3473 if test "${with_netapi+set}" = set; then :
3474 withval
=$with_netapi;
3478 # Check whether --with-openal was given.
3479 if test "${with_openal+set}" = set; then :
3480 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3484 # Check whether --with-opencl was given.
3485 if test "${with_opencl+set}" = set; then :
3486 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3490 # Check whether --with-opengl was given.
3491 if test "${with_opengl+set}" = set; then :
3492 withval
=$with_opengl;
3496 # Check whether --with-osmesa was given.
3497 if test "${with_osmesa+set}" = set; then :
3498 withval
=$with_osmesa;
3502 # Check whether --with-oss was given.
3503 if test "${with_oss+set}" = set; then :
3508 # Check whether --with-pcap was given.
3509 if test "${with_pcap+set}" = set; then :
3510 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3514 # Check whether --with-png was given.
3515 if test "${with_png+set}" = set; then :
3520 # Check whether --with-pthread was given.
3521 if test "${with_pthread+set}" = set; then :
3522 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3526 # Check whether --with-pulse was given.
3527 if test "${with_pulse+set}" = set; then :
3528 withval
=$with_pulse;
3532 # Check whether --with-sane was given.
3533 if test "${with_sane+set}" = set; then :
3538 # Check whether --with-tiff was given.
3539 if test "${with_tiff+set}" = set; then :
3544 # Check whether --with-v4l was given.
3545 if test "${with_v4l+set}" = set; then :
3550 # Check whether --with-xcomposite was given.
3551 if test "${with_xcomposite+set}" = set; then :
3552 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3556 # Check whether --with-xcursor was given.
3557 if test "${with_xcursor+set}" = set; then :
3558 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3562 # Check whether --with-xinerama was given.
3563 if test "${with_xinerama+set}" = set; then :
3564 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3568 # Check whether --with-xinput was given.
3569 if test "${with_xinput+set}" = set; then :
3570 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3574 # Check whether --with-xinput2 was given.
3575 if test "${with_xinput2+set}" = set; then :
3576 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3580 # Check whether --with-xml was given.
3581 if test "${with_xml+set}" = set; then :
3586 # Check whether --with-xrandr was given.
3587 if test "${with_xrandr+set}" = set; then :
3588 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3592 # Check whether --with-xrender was given.
3593 if test "${with_xrender+set}" = set; then :
3594 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3598 # Check whether --with-xshape was given.
3599 if test "${with_xshape+set}" = set; then :
3600 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3604 # Check whether --with-xshm was given.
3605 if test "${with_xshm+set}" = set; then :
3606 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3610 # Check whether --with-xslt was given.
3611 if test "${with_xslt+set}" = set; then :
3616 # Check whether --with-xxf86vm was given.
3617 if test "${with_xxf86vm+set}" = set; then :
3618 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
3622 # Check whether --with-zlib was given.
3623 if test "${with_zlib+set}" = set; then :
3624 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3629 # Check whether --with-wine-tools was given.
3630 if test "${with_wine_tools+set}" = set; then :
3631 withval
=$with_wine_tools;
3635 # Check whether --with-wine64 was given.
3636 if test "${with_wine64+set}" = set; then :
3637 withval
=$with_wine64;
3641 # Make sure we can run config.sub.
3642 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3643 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3646 $as_echo_n "checking build system type... " >&6; }
3647 if ${ac_cv_build+:} false
; then :
3648 $as_echo_n "(cached) " >&6
3650 ac_build_alias
=$build_alias
3651 test "x$ac_build_alias" = x
&&
3652 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3653 test "x$ac_build_alias" = x
&&
3654 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3655 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3656 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3660 $as_echo "$ac_cv_build" >&6; }
3661 case $ac_cv_build in
3663 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3666 ac_save_IFS
=$IFS; IFS
='-'
3672 # Remember, the first character of IFS is used to create $*,
3673 # except with old shells:
3676 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3680 $as_echo_n "checking host system type... " >&6; }
3681 if ${ac_cv_host+:} false
; then :
3682 $as_echo_n "(cached) " >&6
3684 if test "x$host_alias" = x
; then
3685 ac_cv_host
=$ac_cv_build
3687 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3688 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3693 $as_echo "$ac_cv_host" >&6; }
3696 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3699 ac_save_IFS
=$IFS; IFS
='-'
3705 # Remember, the first character of IFS is used to create $*,
3706 # except with old shells:
3709 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3715 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3716 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3717 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3723 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3725 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3726 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3727 $as_echo_n "(cached) " >&6
3729 cat >conftest.
make <<\_ACEOF
3732 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3734 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3735 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3737 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3739 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3743 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3745 $as_echo "yes" >&6; }
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749 $as_echo "no" >&6; }
3750 SET_MAKE
="MAKE=${MAKE-make}"
3754 ac_cpp
='$CPP $CPPFLAGS'
3755 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3756 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3757 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3758 if test -n "$ac_tool_prefix"; then
3759 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3760 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3762 $as_echo_n "checking for $ac_word... " >&6; }
3763 if ${ac_cv_prog_CC+:} false
; then :
3764 $as_echo_n "(cached) " >&6
3766 if test -n "$CC"; then
3767 ac_cv_prog_CC
="$CC" # Let the user override the test.
3769 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3773 test -z "$as_dir" && as_dir
=.
3774 for ac_exec_ext
in '' $ac_executable_extensions; do
3775 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3776 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787 if test -n "$CC"; then
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3789 $as_echo "$CC" >&6; }
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3792 $as_echo "no" >&6; }
3797 if test -z "$ac_cv_prog_CC"; then
3799 # Extract the first word of "gcc", so it can be a program name with args.
3800 set dummy gcc
; ac_word
=$2
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3802 $as_echo_n "checking for $ac_word... " >&6; }
3803 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3804 $as_echo_n "(cached) " >&6
3806 if test -n "$ac_ct_CC"; then
3807 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3813 test -z "$as_dir" && as_dir
=.
3814 for ac_exec_ext
in '' $ac_executable_extensions; do
3815 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3816 ac_cv_prog_ac_ct_CC
="gcc"
3817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3826 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3827 if test -n "$ac_ct_CC"; then
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3829 $as_echo "$ac_ct_CC" >&6; }
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3832 $as_echo "no" >&6; }
3835 if test "x$ac_ct_CC" = x
; then
3838 case $cross_compiling:$ac_tool_warned in
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3841 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3842 ac_tool_warned
=yes ;;
3850 if test -z "$CC"; then
3851 if test -n "$ac_tool_prefix"; then
3852 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3853 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3855 $as_echo_n "checking for $ac_word... " >&6; }
3856 if ${ac_cv_prog_CC+:} false
; then :
3857 $as_echo_n "(cached) " >&6
3859 if test -n "$CC"; then
3860 ac_cv_prog_CC
="$CC" # Let the user override the test.
3862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3866 test -z "$as_dir" && as_dir
=.
3867 for ac_exec_ext
in '' $ac_executable_extensions; do
3868 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3869 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3880 if test -n "$CC"; then
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3882 $as_echo "$CC" >&6; }
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3885 $as_echo "no" >&6; }
3891 if test -z "$CC"; then
3892 # Extract the first word of "cc", so it can be a program name with args.
3893 set dummy cc
; ac_word
=$2
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3895 $as_echo_n "checking for $ac_word... " >&6; }
3896 if ${ac_cv_prog_CC+:} false
; then :
3897 $as_echo_n "(cached) " >&6
3899 if test -n "$CC"; then
3900 ac_cv_prog_CC
="$CC" # Let the user override the test.
3903 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3907 test -z "$as_dir" && as_dir
=.
3908 for ac_exec_ext
in '' $ac_executable_extensions; do
3909 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3910 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3911 ac_prog_rejected
=yes
3915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3922 if test $ac_prog_rejected = yes; then
3923 # We found a bogon in the path, so make sure we never use it.
3924 set dummy
$ac_cv_prog_CC
3926 if test $# != 0; then
3927 # We chose a different compiler from the bogus one.
3928 # However, it has the same basename, so the bogon will be chosen
3929 # first if we set CC to just the basename; use the full file name.
3931 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3937 if test -n "$CC"; then
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3939 $as_echo "$CC" >&6; }
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3942 $as_echo "no" >&6; }
3947 if test -z "$CC"; then
3948 if test -n "$ac_tool_prefix"; then
3949 for ac_prog
in cl.exe
3951 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3952 set dummy
$ac_tool_prefix$ac_prog; 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_CC+:} false
; then :
3956 $as_echo_n "(cached) " >&6
3958 if test -n "$CC"; then
3959 ac_cv_prog_CC
="$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_CC
="$ac_tool_prefix$ac_prog"
3969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3979 if test -n "$CC"; then
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3981 $as_echo "$CC" >&6; }
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984 $as_echo "no" >&6; }
3988 test -n "$CC" && break
3991 if test -z "$CC"; then
3993 for ac_prog
in cl.exe
3995 # Extract the first word of "$ac_prog", so it can be a program name with args.
3996 set dummy
$ac_prog; ac_word
=$2
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3998 $as_echo_n "checking for $ac_word... " >&6; }
3999 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4000 $as_echo_n "(cached) " >&6
4002 if test -n "$ac_ct_CC"; then
4003 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4005 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4009 test -z "$as_dir" && as_dir
=.
4010 for ac_exec_ext
in '' $ac_executable_extensions; do
4011 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4012 ac_cv_prog_ac_ct_CC
="$ac_prog"
4013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4022 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4023 if test -n "$ac_ct_CC"; then
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4025 $as_echo "$ac_ct_CC" >&6; }
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4028 $as_echo "no" >&6; }
4032 test -n "$ac_ct_CC" && break
4035 if test "x$ac_ct_CC" = x
; then
4038 case $cross_compiling:$ac_tool_warned in
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4041 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4042 ac_tool_warned
=yes ;;
4051 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4052 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4053 as_fn_error $?
"no acceptable C compiler found in \$PATH
4054 See \`config.log' for more details" "$LINENO" 5; }
4056 # Provide some information about the compiler.
4057 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4060 for ac_option
in --version -v -V -qversion; do
4061 { { ac_try
="$ac_compiler $ac_option >&5"
4063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4064 *) ac_try_echo=$ac_try;;
4066 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4067 $as_echo "$ac_try_echo"; } >&5
4068 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4070 if test -s conftest.err; then
4072 ... rest of stderr output deleted ...
4073 10q' conftest.err >conftest.er1
4074 cat conftest.er1 >&5
4076 rm -f conftest.er1 conftest.err
4077 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4078 test $ac_status = 0; }
4081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 /* end confdefs.h. */
4092 ac_clean_files_save=$ac_clean_files
4093 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4094 # Try to create an executable without -o first, disregard a.out.
4095 # It will help us diagnose broken compilers, and finding out an intuition
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4098 $as_echo_n "checking whether the C compiler works... " >&6; }
4099 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4101 # The possible output files:
4102 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4105 for ac_file in $ac_files
4108 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4109 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4114 if { { ac_try="$ac_link_default"
4116 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4117 *) ac_try_echo
=$ac_try;;
4119 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4120 $as_echo "$ac_try_echo"; } >&5
4121 (eval "$ac_link_default") 2>&5
4123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4124 test $ac_status = 0; }; then :
4125 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4126 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4127 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4128 # so that the user can short-circuit this test for compilers unknown to
4130 for ac_file
in $ac_files ''
4132 test -f "$ac_file" ||
continue
4134 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4137 # We found the default executable, but exeext='' is most
4141 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4143 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4145 # We set ac_cv_exeext here because the later test for it is not
4146 # safe: cross compilers may not add the suffix if given an `-o'
4147 # argument, so we may need to know it at that point already.
4148 # Even if this section looks crufty: it has the advantage of
4155 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4160 if test -z "$ac_file"; then :
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4162 $as_echo "no" >&6; }
4163 $as_echo "$as_me: failed program was:" >&5
4164 sed 's/^/| /' conftest.
$ac_ext >&5
4166 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4168 as_fn_error
77 "C compiler cannot create executables
4169 See \`config.log' for more details" "$LINENO" 5; }
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4172 $as_echo "yes" >&6; }
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4175 $as_echo_n "checking for C compiler default output file name... " >&6; }
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4177 $as_echo "$ac_file" >&6; }
4178 ac_exeext
=$ac_cv_exeext
4180 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4181 ac_clean_files
=$ac_clean_files_save
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4183 $as_echo_n "checking for suffix of executables... " >&6; }
4184 if { { ac_try
="$ac_link"
4186 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4187 *) ac_try_echo=$ac_try;;
4189 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4190 $as_echo "$ac_try_echo"; } >&5
4191 (eval "$ac_link") 2>&5
4193 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4194 test $ac_status = 0; }; then :
4195 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4196 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4197 # work properly (i.e., refer to `conftest.exe'), while it won't with
4199 for ac_file
in conftest.exe conftest conftest.
*; do
4200 test -f "$ac_file" ||
continue
4202 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4203 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4209 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4210 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4211 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4212 See \`config.log' for more details" "$LINENO" 5; }
4214 rm -f conftest conftest
$ac_cv_exeext
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4216 $as_echo "$ac_cv_exeext" >&6; }
4218 rm -f conftest.
$ac_ext
4219 EXEEXT
=$ac_cv_exeext
4221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4222 /* end confdefs.h. */
4227 FILE *f = fopen ("conftest.out", "w");
4228 return ferror (f) || fclose (f) != 0;
4234 ac_clean_files
="$ac_clean_files conftest.out"
4235 # Check that the compiler produces executables we can run. If not, either
4236 # the compiler is broken, or we cross compile.
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4238 $as_echo_n "checking whether we are cross compiling... " >&6; }
4239 if test "$cross_compiling" != yes; then
4240 { { ac_try
="$ac_link"
4242 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4243 *) ac_try_echo=$ac_try;;
4245 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4246 $as_echo "$ac_try_echo"; } >&5
4247 (eval "$ac_link") 2>&5
4249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4250 test $ac_status = 0; }
4251 if { ac_try='./conftest$ac_cv_exeext'
4252 { { case "(($ac_try" in
4253 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4254 *) ac_try_echo
=$ac_try;;
4256 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4257 $as_echo "$ac_try_echo"; } >&5
4258 (eval "$ac_try") 2>&5
4260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4261 test $ac_status = 0; }; }; then
4264 if test "$cross_compiling" = maybe
; then
4267 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4268 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4269 as_fn_error $?
"cannot run C compiled programs.
4270 If you meant to cross compile, use \`--host'.
4271 See \`config.log' for more details" "$LINENO" 5; }
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4276 $as_echo "$cross_compiling" >&6; }
4278 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4279 ac_clean_files
=$ac_clean_files_save
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4281 $as_echo_n "checking for suffix of object files... " >&6; }
4282 if ${ac_cv_objext+:} false
; then :
4283 $as_echo_n "(cached) " >&6
4285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4286 /* end confdefs.h. */
4296 rm -f conftest.o conftest.obj
4297 if { { ac_try
="$ac_compile"
4299 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4300 *) ac_try_echo=$ac_try;;
4302 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4303 $as_echo "$ac_try_echo"; } >&5
4304 (eval "$ac_compile") 2>&5
4306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4307 test $ac_status = 0; }; then :
4308 for ac_file in conftest.o conftest.obj conftest.*; do
4309 test -f "$ac_file" || continue;
4311 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4312 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4317 $as_echo "$as_me: failed program was:" >&5
4318 sed 's/^/| /' conftest.$ac_ext >&5
4320 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4321 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4322 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4323 See \
`config.log' for more details" "$LINENO" 5; }
4325 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4328 $as_echo "$ac_cv_objext" >&6; }
4329 OBJEXT=$ac_cv_objext
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4332 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4333 if ${ac_cv_c_compiler_gnu+:} false; then :
4334 $as_echo_n "(cached) " >&6
4336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4337 /* end confdefs.h. */
4350 if ac_fn_c_try_compile "$LINENO"; then :
4355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4356 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4360 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4361 if test $ac_compiler_gnu = yes; then
4366 ac_test_CFLAGS=${CFLAGS+set}
4367 ac_save_CFLAGS=$CFLAGS
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4369 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4370 if ${ac_cv_prog_cc_g+:} false; then :
4371 $as_echo_n "(cached) " >&6
4373 ac_save_c_werror_flag=$ac_c_werror_flag
4374 ac_c_werror_flag=yes
4377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4378 /* end confdefs.h. */
4388 if ac_fn_c_try_compile "$LINENO"; then :
4392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4393 /* end confdefs.h. */
4403 if ac_fn_c_try_compile "$LINENO"; then :
4406 ac_c_werror_flag=$ac_save_c_werror_flag
4408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4409 /* end confdefs.h. */
4419 if ac_fn_c_try_compile "$LINENO"; then :
4422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4427 ac_c_werror_flag=$ac_save_c_werror_flag
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4430 $as_echo "$ac_cv_prog_cc_g" >&6; }
4431 if test "$ac_test_CFLAGS" = set; then
4432 CFLAGS=$ac_save_CFLAGS
4433 elif test $ac_cv_prog_cc_g = yes; then
4434 if test "$GCC" = yes; then
4440 if test "$GCC" = yes; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4447 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4448 if ${ac_cv_prog_cc_c89+:} false; then :
4449 $as_echo_n "(cached) " >&6
4451 ac_cv_prog_cc_c89=no
4453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4454 /* end confdefs.h. */
4458 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4459 struct buf { int x; };
4460 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4461 static char *e (p, i)
4467 static char *f (char * (*g) (char **, int), char **p, ...)
4472 s = g (p, va_arg (v,int));
4477 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4478 function prototypes and stuff, but not '\xHH' hex character constants.
4479 These don't provoke an error unfortunately, instead are silently treated
4480 as 'x'. The following induces an error, until -std is added to get
4481 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4482 array size at least. It's necessary to write '\x00'==0 to get something
4483 that's true only with -std. */
4484 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4486 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4487 inside strings and character constants. */
4489 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4491 int test (int i, double x);
4492 struct s1 {int (*f) (int a);};
4493 struct s2 {int (*f) (double a);};
4494 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4500 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4505 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4506 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4508 CC="$ac_save_CC $ac_arg"
4509 if ac_fn_c_try_compile "$LINENO"; then :
4510 ac_cv_prog_cc_c89=$ac_arg
4512 rm -f core conftest.err conftest.$ac_objext
4513 test "x$ac_cv_prog_cc_c89" != "xno" && break
4515 rm -f conftest.$ac_ext
4520 case "x$ac_cv_prog_cc_c89" in
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4523 $as_echo "none needed" >&6; } ;;
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4526 $as_echo "unsupported" >&6; } ;;
4528 CC="$CC $ac_cv_prog_cc_c89"
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4530 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4532 if test "x$ac_cv_prog_cc_c89" != xno; then :
4537 ac_cpp='$CPP $CPPFLAGS'
4538 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4539 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4540 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4543 ac_cpp='$CXXCPP $CPPFLAGS'
4544 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4545 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4546 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4547 if test -z "$CXX"; then
4548 if test -n "$CCC"; then
4551 if test -n "$ac_tool_prefix"; then
4552 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4554 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4555 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4557 $as_echo_n "checking for $ac_word... " >&6; }
4558 if ${ac_cv_prog_CXX+:} false; then :
4559 $as_echo_n "(cached) " >&6
4561 if test -n "$CXX"; then
4562 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
4570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4571 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4582 if test -n "$CXX"; then
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4584 $as_echo "$CXX" >&6; }
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4587 $as_echo "no" >&6; }
4591 test -n "$CXX" && break
4594 if test -z "$CXX"; then
4596 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4598 # Extract the first word of "$ac_prog", so it can be a program name with args.
4599 set dummy $ac_prog; ac_word=$2
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4601 $as_echo_n "checking for $ac_word... " >&6; }
4602 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4603 $as_echo_n "(cached) " >&6
4605 if test -n "$ac_ct_CXX"; then
4606 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4612 test -z "$as_dir" && as_dir=.
4613 for ac_exec_ext in '' $ac_executable_extensions; do
4614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4615 ac_cv_prog_ac_ct_CXX="$ac_prog"
4616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4625 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4626 if test -n "$ac_ct_CXX"; then
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4628 $as_echo "$ac_ct_CXX" >&6; }
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4631 $as_echo "no" >&6; }
4635 test -n "$ac_ct_CXX" && break
4638 if test "x$ac_ct_CXX" = x; then
4641 case $cross_compiling:$ac_tool_warned in
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4644 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4645 ac_tool_warned=yes ;;
4653 # Provide some information about the compiler.
4654 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4657 for ac_option in --version -v -V -qversion; do
4658 { { ac_try="$ac_compiler $ac_option >&5"
4660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4661 *) ac_try_echo
=$ac_try;;
4663 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4664 $as_echo "$ac_try_echo"; } >&5
4665 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4667 if test -s conftest.err
; then
4669 ... rest of stderr output deleted ...
4670 10q' conftest.err
>conftest.er1
4671 cat conftest.er1
>&5
4673 rm -f conftest.er1 conftest.err
4674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4675 test $ac_status = 0; }
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4679 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4680 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4681 $as_echo_n "(cached) " >&6
4683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4684 /* end confdefs.h. */
4697 if ac_fn_cxx_try_compile
"$LINENO"; then :
4702 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4703 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4707 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4708 if test $ac_compiler_gnu = yes; then
4713 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4714 ac_save_CXXFLAGS
=$CXXFLAGS
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4716 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4717 if ${ac_cv_prog_cxx_g+:} false
; then :
4718 $as_echo_n "(cached) " >&6
4720 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4721 ac_cxx_werror_flag
=yes
4724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4725 /* end confdefs.h. */
4735 if ac_fn_cxx_try_compile
"$LINENO"; then :
4736 ac_cv_prog_cxx_g
=yes
4739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4740 /* end confdefs.h. */
4750 if ac_fn_cxx_try_compile
"$LINENO"; then :
4753 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4756 /* end confdefs.h. */
4766 if ac_fn_cxx_try_compile
"$LINENO"; then :
4767 ac_cv_prog_cxx_g
=yes
4769 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4771 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4774 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4777 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4778 if test "$ac_test_CXXFLAGS" = set; then
4779 CXXFLAGS
=$ac_save_CXXFLAGS
4780 elif test $ac_cv_prog_cxx_g = yes; then
4781 if test "$GXX" = yes; then
4787 if test "$GXX" = yes; then
4794 ac_cpp
='$CPP $CPPFLAGS'
4795 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4796 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4797 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4799 if test -n "$ac_tool_prefix"; then
4800 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4801 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4803 $as_echo_n "checking for $ac_word... " >&6; }
4804 if ${ac_cv_prog_CPPBIN+:} false
; then :
4805 $as_echo_n "(cached) " >&6
4807 if test -n "$CPPBIN"; then
4808 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4810 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4814 test -z "$as_dir" && as_dir
=.
4815 for ac_exec_ext
in '' $ac_executable_extensions; do
4816 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4817 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4827 CPPBIN
=$ac_cv_prog_CPPBIN
4828 if test -n "$CPPBIN"; then
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4830 $as_echo "$CPPBIN" >&6; }
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4833 $as_echo "no" >&6; }
4838 if test -z "$ac_cv_prog_CPPBIN"; then
4839 ac_ct_CPPBIN
=$CPPBIN
4840 # Extract the first word of "cpp", so it can be a program name with args.
4841 set dummy cpp
; ac_word
=$2
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4843 $as_echo_n "checking for $ac_word... " >&6; }
4844 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4845 $as_echo_n "(cached) " >&6
4847 if test -n "$ac_ct_CPPBIN"; then
4848 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4850 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4854 test -z "$as_dir" && as_dir
=.
4855 for ac_exec_ext
in '' $ac_executable_extensions; do
4856 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4857 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4867 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4868 if test -n "$ac_ct_CPPBIN"; then
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4870 $as_echo "$ac_ct_CPPBIN" >&6; }
4872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4873 $as_echo "no" >&6; }
4876 if test "x$ac_ct_CPPBIN" = x
; then
4879 case $cross_compiling:$ac_tool_warned in
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4882 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4883 ac_tool_warned
=yes ;;
4885 CPPBIN
=$ac_ct_CPPBIN
4888 CPPBIN
="$ac_cv_prog_CPPBIN"
4892 cat >>confdefs.h
<<_ACEOF
4893 #define EXEEXT "$ac_exeext"
4896 if test -n "$ac_tool_prefix"; then
4897 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4898 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4900 $as_echo_n "checking for $ac_word... " >&6; }
4901 if ${ac_cv_prog_LD+:} false
; then :
4902 $as_echo_n "(cached) " >&6
4904 if test -n "$LD"; then
4905 ac_cv_prog_LD
="$LD" # Let the user override the test.
4907 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4911 test -z "$as_dir" && as_dir
=.
4912 for ac_exec_ext
in '' $ac_executable_extensions; do
4913 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4914 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4925 if test -n "$LD"; then
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4927 $as_echo "$LD" >&6; }
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4930 $as_echo "no" >&6; }
4935 if test -z "$ac_cv_prog_LD"; then
4937 # Extract the first word of "ld", so it can be a program name with args.
4938 set dummy ld
; ac_word
=$2
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4940 $as_echo_n "checking for $ac_word... " >&6; }
4941 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4942 $as_echo_n "(cached) " >&6
4944 if test -n "$ac_ct_LD"; then
4945 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4951 test -z "$as_dir" && as_dir
=.
4952 for ac_exec_ext
in '' $ac_executable_extensions; do
4953 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4954 ac_cv_prog_ac_ct_LD
="ld"
4955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4964 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4965 if test -n "$ac_ct_LD"; then
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4967 $as_echo "$ac_ct_LD" >&6; }
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4970 $as_echo "no" >&6; }
4973 if test "x$ac_ct_LD" = x
; then
4976 case $cross_compiling:$ac_tool_warned in
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4979 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4980 ac_tool_warned
=yes ;;
4991 with_fontconfig
=${with_fontconfig:-no}
4993 *-mingw32*|
*-cygwin*)
4994 enable_win16
=${enable_win16:-no}
4995 CFLAGS
="$CFLAGS -D_WIN32"
5001 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
5006 $as_echo_n "checking whether $CC works... " >&6; }
5008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5009 /* end confdefs.h. */
5019 if ac_fn_c_try_link
"$LINENO"; then :
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5021 $as_echo "yes" >&6; }
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5024 $as_echo "no" >&6; }
5025 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5027 rm -f core conftest.err conftest.
$ac_objext \
5028 conftest
$ac_exeext conftest.
$ac_ext
5030 notice_platform
="32-bit "
5033 enable_win16
=${enable_win16:-yes}
5035 if test "x${GCC}" = "xyes"
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5038 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5040 /* end confdefs.h. */
5045 void func(__builtin_ms_va_list *args);
5050 if ac_fn_c_try_compile
"$LINENO"; then :
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5052 $as_echo "yes" >&6; }
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5055 $as_echo "no" >&6; }
5056 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5058 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5063 notice_platform
="64-bit "
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5070 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5071 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5072 /* end confdefs.h. */
5073 int ac_test(int i) { return i; }
5077 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5082 if ac_fn_c_try_link
"$LINENO"; then :
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5084 $as_echo "yes" >&6; }
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5087 $as_echo "no" >&6; }
5088 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5090 rm -f core conftest.err conftest.
$ac_objext \
5091 conftest
$ac_exeext conftest.
$ac_ext
5092 CFLAGS
="$CFLAGS -marm"
5097 enable_win16
=${enable_win16:-yes}
5101 enable_win16
=${enable_win16:-no}
5102 enable_win64
=${enable_win64:-no}
5104 enable_winetest
=${enable_winetest:-$enable_tests}
5106 if test -n "$with_wine64"
5108 if test "x$enable_win64" = "xyes"
5110 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5111 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5113 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5114 You should create a separate build directory and run configure from there." "$LINENO" 5
5115 enable_fonts
=${enable_fonts:-no}
5116 enable_server
=${enable_server:-no}
5117 elif test "x$enable_win64" = "xyes"
5119 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5123 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5124 if ${wine_cv_toolsdir+:} false
; then :
5125 $as_echo_n "(cached) " >&6
5127 wine_cv_toolsdir
="$with_wine_tools"
5128 if test -z "$with_wine_tools"; then
5129 if test "$cross_compiling" = "yes"; then
5130 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5131 elif test -n "$with_wine64"; then
5132 wine_cv_toolsdir
="$with_wine64"
5135 if test -z "$wine_cv_toolsdir"; then
5136 wine_makedep
=tools
/makedep
5137 wine_cv_toolsdir
="\$(top_builddir)"
5138 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5139 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5140 case "$wine_cv_toolsdir" in
5142 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5144 enable_tools
=${enable_tools:-no}
5145 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5147 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5151 $as_echo "$wine_cv_toolsdir" >&6; }
5152 TOOLSDIR
=$wine_cv_toolsdir
5154 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5156 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5162 # Extract the first word of "$ac_prog", so it can be a program name with args.
5163 set dummy
$ac_prog; ac_word
=$2
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5165 $as_echo_n "checking for $ac_word... " >&6; }
5166 if ${ac_cv_prog_FLEX+:} false
; then :
5167 $as_echo_n "(cached) " >&6
5169 if test -n "$FLEX"; then
5170 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5176 test -z "$as_dir" && as_dir
=.
5177 for ac_exec_ext
in '' $ac_executable_extensions; do
5178 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5179 ac_cv_prog_FLEX
="$ac_prog"
5180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5189 FLEX
=$ac_cv_prog_FLEX
5190 if test -n "$FLEX"; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5192 $as_echo "$FLEX" >&6; }
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5195 $as_echo "no" >&6; }
5199 test -n "$FLEX" && break
5201 test -n "$FLEX" || FLEX
="none"
5203 if test "$FLEX" = "none"
5205 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5208 $as_echo_n "checking whether flex is recent enough... " >&6; }
5209 cat >conftest.l
<<EOF
5211 #include "prediluvian.h"
5215 if $FLEX -t conftest.l
>/dev
/null
2>&5
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5218 $as_echo "yes" >&6; }
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5221 $as_echo "no" >&6; }
5222 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5225 for ac_prog
in bison
5227 # Extract the first word of "$ac_prog", so it can be a program name with args.
5228 set dummy
$ac_prog; ac_word
=$2
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5230 $as_echo_n "checking for $ac_word... " >&6; }
5231 if ${ac_cv_prog_BISON+:} false
; then :
5232 $as_echo_n "(cached) " >&6
5234 if test -n "$BISON"; then
5235 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5237 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5241 test -z "$as_dir" && as_dir
=.
5242 for ac_exec_ext
in '' $ac_executable_extensions; do
5243 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5244 ac_cv_prog_BISON
="$ac_prog"
5245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5254 BISON
=$ac_cv_prog_BISON
5255 if test -n "$BISON"; then
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5257 $as_echo "$BISON" >&6; }
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5260 $as_echo "no" >&6; }
5264 test -n "$BISON" && break
5266 test -n "$BISON" || BISON
="none"
5268 if test "$BISON" = "none"
5270 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5273 if test -n "$ac_tool_prefix"; then
5274 for ac_prog
in ar gar
5276 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5277 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5279 $as_echo_n "checking for $ac_word... " >&6; }
5280 if ${ac_cv_prog_AR+:} false
; then :
5281 $as_echo_n "(cached) " >&6
5283 if test -n "$AR"; then
5284 ac_cv_prog_AR
="$AR" # Let the user override the test.
5286 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5290 test -z "$as_dir" && as_dir
=.
5291 for ac_exec_ext
in '' $ac_executable_extensions; do
5292 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5293 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5304 if test -n "$AR"; then
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5306 $as_echo "$AR" >&6; }
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5309 $as_echo "no" >&6; }
5313 test -n "$AR" && break
5316 if test -z "$AR"; then
5318 for ac_prog
in ar gar
5320 # Extract the first word of "$ac_prog", so it can be a program name with args.
5321 set dummy
$ac_prog; ac_word
=$2
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5323 $as_echo_n "checking for $ac_word... " >&6; }
5324 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5325 $as_echo_n "(cached) " >&6
5327 if test -n "$ac_ct_AR"; then
5328 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5334 test -z "$as_dir" && as_dir
=.
5335 for ac_exec_ext
in '' $ac_executable_extensions; do
5336 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5337 ac_cv_prog_ac_ct_AR
="$ac_prog"
5338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5347 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5348 if test -n "$ac_ct_AR"; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5350 $as_echo "$ac_ct_AR" >&6; }
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5353 $as_echo "no" >&6; }
5357 test -n "$ac_ct_AR" && break
5360 if test "x$ac_ct_AR" = x
; then
5363 case $cross_compiling:$ac_tool_warned in
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5366 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5367 ac_tool_warned
=yes ;;
5373 if test -n "$ac_tool_prefix"; then
5374 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5375 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5377 $as_echo_n "checking for $ac_word... " >&6; }
5378 if ${ac_cv_prog_STRIP+:} false
; then :
5379 $as_echo_n "(cached) " >&6
5381 if test -n "$STRIP"; then
5382 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5384 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5388 test -z "$as_dir" && as_dir
=.
5389 for ac_exec_ext
in '' $ac_executable_extensions; do
5390 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5391 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5401 STRIP
=$ac_cv_prog_STRIP
5402 if test -n "$STRIP"; then
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5404 $as_echo "$STRIP" >&6; }
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5407 $as_echo "no" >&6; }
5412 if test -z "$ac_cv_prog_STRIP"; then
5414 # Extract the first word of "strip", so it can be a program name with args.
5415 set dummy strip
; ac_word
=$2
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417 $as_echo_n "checking for $ac_word... " >&6; }
5418 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5419 $as_echo_n "(cached) " >&6
5421 if test -n "$ac_ct_STRIP"; then
5422 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5428 test -z "$as_dir" && as_dir
=.
5429 for ac_exec_ext
in '' $ac_executable_extensions; do
5430 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5431 ac_cv_prog_ac_ct_STRIP
="strip"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5441 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5442 if test -n "$ac_ct_STRIP"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5444 $as_echo "$ac_ct_STRIP" >&6; }
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; }
5450 if test "x$ac_ct_STRIP" = x
; then
5453 case $cross_compiling:$ac_tool_warned in
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5456 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5457 ac_tool_warned
=yes ;;
5462 STRIP
="$ac_cv_prog_STRIP"
5467 if test -n "$ac_tool_prefix"; then
5468 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5469 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5471 $as_echo_n "checking for $ac_word... " >&6; }
5472 if ${ac_cv_prog_RANLIB+:} false
; then :
5473 $as_echo_n "(cached) " >&6
5475 if test -n "$RANLIB"; then
5476 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5482 test -z "$as_dir" && as_dir
=.
5483 for ac_exec_ext
in '' $ac_executable_extensions; do
5484 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5485 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5495 RANLIB
=$ac_cv_prog_RANLIB
5496 if test -n "$RANLIB"; then
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5498 $as_echo "$RANLIB" >&6; }
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5501 $as_echo "no" >&6; }
5506 if test -z "$ac_cv_prog_RANLIB"; then
5507 ac_ct_RANLIB
=$RANLIB
5508 # Extract the first word of "ranlib", so it can be a program name with args.
5509 set dummy ranlib
; ac_word
=$2
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5511 $as_echo_n "checking for $ac_word... " >&6; }
5512 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5513 $as_echo_n "(cached) " >&6
5515 if test -n "$ac_ct_RANLIB"; then
5516 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5518 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5522 test -z "$as_dir" && as_dir
=.
5523 for ac_exec_ext
in '' $ac_executable_extensions; do
5524 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5525 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5535 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5536 if test -n "$ac_ct_RANLIB"; then
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5538 $as_echo "$ac_ct_RANLIB" >&6; }
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5541 $as_echo "no" >&6; }
5544 if test "x$ac_ct_RANLIB" = x
; then
5547 case $cross_compiling:$ac_tool_warned in
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5550 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5551 ac_tool_warned
=yes ;;
5553 RANLIB
=$ac_ct_RANLIB
5556 RANLIB
="$ac_cv_prog_RANLIB"
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5560 $as_echo_n "checking whether ln -s works... " >&6; }
5562 if test "$LN_S" = "ln -s"; then
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5564 $as_echo "yes" >&6; }
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5567 $as_echo "no, using $LN_S" >&6; }
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5571 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5572 if ${ac_cv_path_GREP+:} false
; then :
5573 $as_echo_n "(cached) " >&6
5575 if test -z "$GREP"; then
5576 ac_path_GREP_found
=false
5577 # Loop through the user's path and test for each of PROGNAME-LIST
5578 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5579 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5582 test -z "$as_dir" && as_dir
=.
5583 for ac_prog
in grep ggrep
; do
5584 for ac_exec_ext
in '' $ac_executable_extensions; do
5585 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5586 as_fn_executable_p
"$ac_path_GREP" ||
continue
5587 # Check for GNU ac_path_GREP and select it if it is found.
5588 # Check for GNU $ac_path_GREP
5589 case `"$ac_path_GREP" --version 2>&1` in
5591 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5594 $as_echo_n 0123456789 >"conftest.in"
5597 cat "conftest.in" "conftest.in" >"conftest.tmp"
5598 mv "conftest.tmp" "conftest.in"
5599 cp "conftest.in" "conftest.nl"
5600 $as_echo 'GREP' >> "conftest.nl"
5601 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5602 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5603 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5604 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5605 # Best one so far, save it but keep looking for a better one
5606 ac_cv_path_GREP
="$ac_path_GREP"
5607 ac_path_GREP_max
=$ac_count
5609 # 10*(2^10) chars as input seems more than enough
5610 test $ac_count -gt 10 && break
5612 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5615 $ac_path_GREP_found && break 3
5620 if test -z "$ac_cv_path_GREP"; then
5621 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5624 ac_cv_path_GREP
=$GREP
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5629 $as_echo "$ac_cv_path_GREP" >&6; }
5630 GREP
="$ac_cv_path_GREP"
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5634 $as_echo_n "checking for egrep... " >&6; }
5635 if ${ac_cv_path_EGREP+:} false
; then :
5636 $as_echo_n "(cached) " >&6
5638 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5639 then ac_cv_path_EGREP
="$GREP -E"
5641 if test -z "$EGREP"; then
5642 ac_path_EGREP_found
=false
5643 # Loop through the user's path and test for each of PROGNAME-LIST
5644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5645 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5648 test -z "$as_dir" && as_dir
=.
5649 for ac_prog
in egrep; do
5650 for ac_exec_ext
in '' $ac_executable_extensions; do
5651 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5652 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5653 # Check for GNU ac_path_EGREP and select it if it is found.
5654 # Check for GNU $ac_path_EGREP
5655 case `"$ac_path_EGREP" --version 2>&1` in
5657 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5660 $as_echo_n 0123456789 >"conftest.in"
5663 cat "conftest.in" "conftest.in" >"conftest.tmp"
5664 mv "conftest.tmp" "conftest.in"
5665 cp "conftest.in" "conftest.nl"
5666 $as_echo 'EGREP' >> "conftest.nl"
5667 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5668 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5669 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5670 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5671 # Best one so far, save it but keep looking for a better one
5672 ac_cv_path_EGREP
="$ac_path_EGREP"
5673 ac_path_EGREP_max
=$ac_count
5675 # 10*(2^10) chars as input seems more than enough
5676 test $ac_count -gt 10 && break
5678 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5681 $ac_path_EGREP_found && break 3
5686 if test -z "$ac_cv_path_EGREP"; then
5687 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5690 ac_cv_path_EGREP
=$EGREP
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5696 $as_echo "$ac_cv_path_EGREP" >&6; }
5697 EGREP
="$ac_cv_path_EGREP"
5700 # Extract the first word of "ldconfig", so it can be a program name with args.
5701 set dummy ldconfig
; ac_word
=$2
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5703 $as_echo_n "checking for $ac_word... " >&6; }
5704 if ${ac_cv_path_LDCONFIG+:} false
; then :
5705 $as_echo_n "(cached) " >&6
5709 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5712 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5713 for as_dir
in /sbin
/usr
/sbin
$PATH
5716 test -z "$as_dir" && as_dir
=.
5717 for ac_exec_ext
in '' $ac_executable_extensions; do
5718 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5719 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5727 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5731 LDCONFIG
=$ac_cv_path_LDCONFIG
5732 if test -n "$LDCONFIG"; then
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5734 $as_echo "$LDCONFIG" >&6; }
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5737 $as_echo "no" >&6; }
5741 for ac_prog
in msgfmt
5743 # Extract the first word of "$ac_prog", so it can be a program name with args.
5744 set dummy
$ac_prog; ac_word
=$2
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5746 $as_echo_n "checking for $ac_word... " >&6; }
5747 if ${ac_cv_prog_MSGFMT+:} false
; then :
5748 $as_echo_n "(cached) " >&6
5750 if test -n "$MSGFMT"; then
5751 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5753 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5757 test -z "$as_dir" && as_dir
=.
5758 for ac_exec_ext
in '' $ac_executable_extensions; do
5759 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5760 ac_cv_prog_MSGFMT
="$ac_prog"
5761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5770 MSGFMT
=$ac_cv_prog_MSGFMT
5771 if test -n "$MSGFMT"; then
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5773 $as_echo "$MSGFMT" >&6; }
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5776 $as_echo "no" >&6; }
5780 test -n "$MSGFMT" && break
5782 test -n "$MSGFMT" || MSGFMT
="false"
5784 if ${ac_tool_prefix+:} false
; then :
5785 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5786 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5788 $as_echo_n "checking for $ac_word... " >&6; }
5789 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5790 $as_echo_n "(cached) " >&6
5792 if test -n "$PKG_CONFIG"; then
5793 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5795 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5799 test -z "$as_dir" && as_dir
=.
5800 for ac_exec_ext
in '' $ac_executable_extensions; do
5801 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5802 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5812 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5813 if test -n "$PKG_CONFIG"; then
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5815 $as_echo "$PKG_CONFIG" >&6; }
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5818 $as_echo "no" >&6; }
5823 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5824 if test "x$cross_compiling" = xyes
; then :
5827 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5828 # Extract the first word of "pkg-config", so it can be a program name with args.
5829 set dummy pkg-config
; ac_word
=$2
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5831 $as_echo_n "checking for $ac_word... " >&6; }
5832 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5833 $as_echo_n "(cached) " >&6
5835 if test -n "$PKG_CONFIG"; then
5836 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5842 test -z "$as_dir" && as_dir
=.
5843 for ac_exec_ext
in '' $ac_executable_extensions; do
5844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5845 ac_cv_prog_PKG_CONFIG
="pkg-config"
5846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5855 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5856 if test -n "$PKG_CONFIG"; then
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5858 $as_echo "$PKG_CONFIG" >&6; }
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5867 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5870 if test "x$enable_maintainer_mode" != "xyes"
5877 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5878 for ac_prog
in fontforge
5880 # Extract the first word of "$ac_prog", so it can be a program name with args.
5881 set dummy
$ac_prog; ac_word
=$2
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5883 $as_echo_n "checking for $ac_word... " >&6; }
5884 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5885 $as_echo_n "(cached) " >&6
5887 if test -n "$FONTFORGE"; then
5888 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5890 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5894 test -z "$as_dir" && as_dir
=.
5895 for ac_exec_ext
in '' $ac_executable_extensions; do
5896 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5897 ac_cv_prog_FONTFORGE
="$ac_prog"
5898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5907 FONTFORGE
=$ac_cv_prog_FONTFORGE
5908 if test -n "$FONTFORGE"; then
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5910 $as_echo "$FONTFORGE" >&6; }
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5913 $as_echo "no" >&6; }
5917 test -n "$FONTFORGE" && break
5919 test -n "$FONTFORGE" || FONTFORGE
="false"
5921 for ac_prog
in rsvg-convert rsvg
5923 # Extract the first word of "$ac_prog", so it can be a program name with args.
5924 set dummy
$ac_prog; ac_word
=$2
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5926 $as_echo_n "checking for $ac_word... " >&6; }
5927 if ${ac_cv_prog_RSVG+:} false
; then :
5928 $as_echo_n "(cached) " >&6
5930 if test -n "$RSVG"; then
5931 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5933 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5937 test -z "$as_dir" && as_dir
=.
5938 for ac_exec_ext
in '' $ac_executable_extensions; do
5939 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5940 ac_cv_prog_RSVG
="$ac_prog"
5941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5950 RSVG
=$ac_cv_prog_RSVG
5951 if test -n "$RSVG"; then
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5953 $as_echo "$RSVG" >&6; }
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5956 $as_echo "no" >&6; }
5960 test -n "$RSVG" && break
5962 test -n "$RSVG" || RSVG
="false"
5964 for ac_prog
in convert
5966 # Extract the first word of "$ac_prog", so it can be a program name with args.
5967 set dummy
$ac_prog; ac_word
=$2
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5969 $as_echo_n "checking for $ac_word... " >&6; }
5970 if ${ac_cv_prog_CONVERT+:} false
; then :
5971 $as_echo_n "(cached) " >&6
5973 if test -n "$CONVERT"; then
5974 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5976 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5980 test -z "$as_dir" && as_dir
=.
5981 for ac_exec_ext
in '' $ac_executable_extensions; do
5982 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5983 ac_cv_prog_CONVERT
="$ac_prog"
5984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5993 CONVERT
=$ac_cv_prog_CONVERT
5994 if test -n "$CONVERT"; then
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5996 $as_echo "$CONVERT" >&6; }
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5999 $as_echo "no" >&6; }
6003 test -n "$CONVERT" && break
6005 test -n "$CONVERT" || CONVERT
="false"
6007 for ac_prog
in icotool
6009 # Extract the first word of "$ac_prog", so it can be a program name with args.
6010 set dummy
$ac_prog; ac_word
=$2
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012 $as_echo_n "checking for $ac_word... " >&6; }
6013 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6014 $as_echo_n "(cached) " >&6
6016 if test -n "$ICOTOOL"; then
6017 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6019 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6023 test -z "$as_dir" && as_dir
=.
6024 for ac_exec_ext
in '' $ac_executable_extensions; do
6025 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6026 ac_cv_prog_ICOTOOL
="$ac_prog"
6027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6036 ICOTOOL
=$ac_cv_prog_ICOTOOL
6037 if test -n "$ICOTOOL"; then
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6039 $as_echo "$ICOTOOL" >&6; }
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042 $as_echo "no" >&6; }
6046 test -n "$ICOTOOL" && break
6048 test -n "$ICOTOOL" || ICOTOOL
="false"
6050 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6051 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6053 if test "$CONVERT" = false
6055 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6058 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6059 convert_version
=`convert --version | head -n1`
6060 if test "x$convert_version" != "x"
6062 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6063 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6064 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6069 if test "$CONVERT" = false
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6072 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6073 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6076 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6080 if test "$ICOTOOL" = false
6082 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6085 $as_echo_n "checking for recent enough icotool... " >&6; }
6086 icotool_version
=`icotool --version | head -n1`
6087 if test "x$icotool_version" != "x"
6089 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6090 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6091 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6094 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6097 if test "$ICOTOOL" = false
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6100 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6101 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6104 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6110 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6113 test "x$with_gettext" != xno || MSGFMT
=false
6114 if test "$MSGFMT" != "false"
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6117 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6118 cat >conftest.po
<<EOF
6124 if $MSGFMT -o /dev
/null conftest.po
2>&5
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6127 $as_echo "yes" >&6; }
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6130 $as_echo "no" >&6; }
6134 if test "$MSGFMT" = false
; then :
6135 case "x$with_gettext" in
6136 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6138 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6139 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6141 enable_po
=${enable_po:-no}
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6146 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6147 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6148 $as_echo_n "(cached) " >&6
6150 ac_check_lib_save_LIBS
=$LIBS
6152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6153 /* end confdefs.h. */
6155 /* Override any GCC internal prototype to avoid an error.
6156 Use char because int might match the return type of a GCC
6157 builtin and then its argument prototype would still apply. */
6161 char i386_set_ldt ();
6165 return i386_set_ldt ();
6170 if ac_fn_c_try_link
"$LINENO"; then :
6171 ac_cv_lib_i386_i386_set_ldt
=yes
6173 ac_cv_lib_i386_i386_set_ldt
=no
6175 rm -f core conftest.err conftest.
$ac_objext \
6176 conftest
$ac_exeext conftest.
$ac_ext
6177 LIBS
=$ac_check_lib_save_LIBS
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6180 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6181 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6182 cat >>confdefs.h
<<_ACEOF
6183 #define HAVE_LIBI386 1
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6191 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6192 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6193 $as_echo_n "(cached) " >&6
6195 ac_check_lib_save_LIBS
=$LIBS
6196 LIBS
="-lossaudio $LIBS"
6197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6198 /* end confdefs.h. */
6200 /* Override any GCC internal prototype to avoid an error.
6201 Use char because int might match the return type of a GCC
6202 builtin and then its argument prototype would still apply. */
6210 return _oss_ioctl ();
6215 if ac_fn_c_try_link
"$LINENO"; then :
6216 ac_cv_lib_ossaudio__oss_ioctl
=yes
6218 ac_cv_lib_ossaudio__oss_ioctl
=no
6220 rm -f core conftest.err conftest.
$ac_objext \
6221 conftest
$ac_exeext conftest.
$ac_ext
6222 LIBS
=$ac_check_lib_save_LIBS
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6225 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6226 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6227 cat >>confdefs.h
<<_ACEOF
6228 #define HAVE_LIBOSSAUDIO 1
6231 LIBS
="-lossaudio $LIBS"
6240 # Check whether --enable-largefile was given.
6241 if test "${enable_largefile+set}" = set; then :
6242 enableval
=$enable_largefile;
6245 if test "$enable_largefile" != no
; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6248 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6249 if ${ac_cv_sys_largefile_CC+:} false
; then :
6250 $as_echo_n "(cached) " >&6
6252 ac_cv_sys_largefile_CC
=no
6253 if test "$GCC" != yes; then
6256 # IRIX 6.2 and later do not support large files by default,
6257 # so use the C compiler's -n32 option if that helps.
6258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6259 /* end confdefs.h. */
6260 #include <sys/types.h>
6261 /* Check that off_t can represent 2**63 - 1 correctly.
6262 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6263 since some C++ compilers masquerading as C compilers
6264 incorrectly reject 9223372036854775807. */
6265 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6266 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6267 && LARGE_OFF_T % 2147483647 == 1)
6277 if ac_fn_c_try_compile
"$LINENO"; then :
6280 rm -f core conftest.err conftest.
$ac_objext
6282 if ac_fn_c_try_compile
"$LINENO"; then :
6283 ac_cv_sys_largefile_CC
=' -n32'; break
6285 rm -f core conftest.err conftest.
$ac_objext
6289 rm -f conftest.
$ac_ext
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6293 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6294 if test "$ac_cv_sys_largefile_CC" != no
; then
6295 CC
=$CC$ac_cv_sys_largefile_CC
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6299 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6300 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6301 $as_echo_n "(cached) " >&6
6304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6305 /* end confdefs.h. */
6306 #include <sys/types.h>
6307 /* Check that off_t can represent 2**63 - 1 correctly.
6308 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6309 since some C++ compilers masquerading as C compilers
6310 incorrectly reject 9223372036854775807. */
6311 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6312 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6313 && LARGE_OFF_T % 2147483647 == 1)
6323 if ac_fn_c_try_compile
"$LINENO"; then :
6324 ac_cv_sys_file_offset_bits
=no
; break
6326 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6328 /* end confdefs.h. */
6329 #define _FILE_OFFSET_BITS 64
6330 #include <sys/types.h>
6331 /* Check that off_t can represent 2**63 - 1 correctly.
6332 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6333 since some C++ compilers masquerading as C compilers
6334 incorrectly reject 9223372036854775807. */
6335 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6336 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6337 && LARGE_OFF_T % 2147483647 == 1)
6347 if ac_fn_c_try_compile
"$LINENO"; then :
6348 ac_cv_sys_file_offset_bits
=64; break
6350 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6351 ac_cv_sys_file_offset_bits
=unknown
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6356 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6357 case $ac_cv_sys_file_offset_bits in #(
6360 cat >>confdefs.h
<<_ACEOF
6361 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6366 if test $ac_cv_sys_file_offset_bits = unknown
; then
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6368 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6369 if ${ac_cv_sys_large_files+:} false
; then :
6370 $as_echo_n "(cached) " >&6
6373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6374 /* end confdefs.h. */
6375 #include <sys/types.h>
6376 /* Check that off_t can represent 2**63 - 1 correctly.
6377 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6378 since some C++ compilers masquerading as C compilers
6379 incorrectly reject 9223372036854775807. */
6380 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6381 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6382 && LARGE_OFF_T % 2147483647 == 1)
6392 if ac_fn_c_try_compile
"$LINENO"; then :
6393 ac_cv_sys_large_files
=no
; break
6395 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6397 /* end confdefs.h. */
6398 #define _LARGE_FILES 1
6399 #include <sys/types.h>
6400 /* Check that off_t can represent 2**63 - 1 correctly.
6401 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6402 since some C++ compilers masquerading as C compilers
6403 incorrectly reject 9223372036854775807. */
6404 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6405 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6406 && LARGE_OFF_T % 2147483647 == 1)
6416 if ac_fn_c_try_compile
"$LINENO"; then :
6417 ac_cv_sys_large_files
=1; break
6419 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6420 ac_cv_sys_large_files
=unknown
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6425 $as_echo "$ac_cv_sys_large_files" >&6; }
6426 case $ac_cv_sys_large_files in #(
6429 cat >>confdefs.h
<<_ACEOF
6430 #define _LARGE_FILES $ac_cv_sys_large_files
6442 ac_cpp
='$CPP $CPPFLAGS'
6443 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6444 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6445 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6447 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6448 # On Suns, sometimes $CPP names a directory.
6449 if test -n "$CPP" && test -d "$CPP"; then
6452 if test -z "$CPP"; then
6453 if ${ac_cv_prog_CPP+:} false
; then :
6454 $as_echo_n "(cached) " >&6
6456 # Double quotes because CPP needs to be expanded
6457 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6460 for ac_c_preproc_warn_flag
in '' yes
6462 # Use a header file that comes with gcc, so configuring glibc
6463 # with a fresh cross-compiler works.
6464 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6465 # <limits.h> exists even on freestanding compilers.
6466 # On the NeXT, cc -E runs the code through the compiler's parser,
6467 # not just through cpp. "Syntax error" is here to catch this case.
6468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6469 /* end confdefs.h. */
6471 # include <limits.h>
6473 # include <assert.h>
6477 if ac_fn_c_try_cpp
"$LINENO"; then :
6480 # Broken: fails on valid input.
6483 rm -f conftest.err conftest.i conftest.
$ac_ext
6485 # OK, works on sane cases. Now check whether nonexistent headers
6486 # can be detected and how.
6487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6488 /* end confdefs.h. */
6489 #include <ac_nonexistent.h>
6491 if ac_fn_c_try_cpp
"$LINENO"; then :
6492 # Broken: success on invalid input.
6495 # Passes both tests.
6499 rm -f conftest.err conftest.i conftest.
$ac_ext
6502 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6503 rm -f conftest.i conftest.err conftest.
$ac_ext
6504 if $ac_preproc_ok; then :
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6517 $as_echo "$CPP" >&6; }
6519 for ac_c_preproc_warn_flag
in '' yes
6521 # Use a header file that comes with gcc, so configuring glibc
6522 # with a fresh cross-compiler works.
6523 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6524 # <limits.h> exists even on freestanding compilers.
6525 # On the NeXT, cc -E runs the code through the compiler's parser,
6526 # not just through cpp. "Syntax error" is here to catch this case.
6527 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6528 /* end confdefs.h. */
6530 # include <limits.h>
6532 # include <assert.h>
6536 if ac_fn_c_try_cpp
"$LINENO"; then :
6539 # Broken: fails on valid input.
6542 rm -f conftest.err conftest.i conftest.
$ac_ext
6544 # OK, works on sane cases. Now check whether nonexistent headers
6545 # can be detected and how.
6546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6548 #include <ac_nonexistent.h>
6550 if ac_fn_c_try_cpp
"$LINENO"; then :
6551 # Broken: success on invalid input.
6554 # Passes both tests.
6558 rm -f conftest.err conftest.i conftest.
$ac_ext
6561 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6562 rm -f conftest.i conftest.err conftest.
$ac_ext
6563 if $ac_preproc_ok; then :
6566 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6567 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6568 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6569 See \`config.log' for more details" "$LINENO" 5; }
6573 ac_cpp
='$CPP $CPPFLAGS'
6574 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6575 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6576 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6580 $as_echo_n "checking for ANSI C header files... " >&6; }
6581 if ${ac_cv_header_stdc+:} false
; then :
6582 $as_echo_n "(cached) " >&6
6584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6585 /* end confdefs.h. */
6599 if ac_fn_c_try_compile
"$LINENO"; then :
6600 ac_cv_header_stdc
=yes
6602 ac_cv_header_stdc
=no
6604 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6606 if test $ac_cv_header_stdc = yes; then
6607 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6609 /* end confdefs.h. */
6613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6614 $EGREP "memchr" >/dev
/null
2>&1; then :
6617 ac_cv_header_stdc
=no
6623 if test $ac_cv_header_stdc = yes; then
6624 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6626 /* end confdefs.h. */
6630 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6631 $EGREP "free" >/dev
/null
2>&1; then :
6634 ac_cv_header_stdc
=no
6640 if test $ac_cv_header_stdc = yes; then
6641 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6642 if test "$cross_compiling" = yes; then :
6645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6646 /* end confdefs.h. */
6649 #if ((' ' & 0x0FF) == 0x020)
6650 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6651 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6653 # define ISLOWER(c) \
6654 (('a' <= (c) && (c) <= 'i') \
6655 || ('j' <= (c) && (c) <= 'r') \
6656 || ('s' <= (c) && (c) <= 'z'))
6657 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6660 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6665 for (i = 0; i < 256; i++)
6666 if (XOR (islower (i), ISLOWER (i))
6667 || toupper (i) != TOUPPER (i))
6672 if ac_fn_c_try_run
"$LINENO"; then :
6675 ac_cv_header_stdc
=no
6677 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6678 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6684 $as_echo "$ac_cv_header_stdc" >&6; }
6685 if test $ac_cv_header_stdc = yes; then
6687 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6691 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6692 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6693 inttypes.h stdint.h unistd.h
6695 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6696 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6698 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6699 cat >>confdefs.h
<<_ACEOF
6700 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6710 ApplicationServices
/ApplicationServices.h \
6711 AudioToolbox
/AudioConverter.h \
6712 AudioUnit
/AudioUnit.h \
6713 AudioUnit
/AudioComponent.h \
6716 CommonCrypto
/CommonDigest.h \
6717 CoreAudio
/CoreAudio.h \
6718 CoreServices
/CoreServices.h \
6719 DiskArbitration
/DiskArbitration.h \
6721 IOKit
/hid
/IOHIDLib.h \
6724 QuickTime
/ImageCompression.h \
6725 Security
/Security.h \
6776 netinet
/in_systm.h \
6840 valgrind
/memcheck.h \
6841 valgrind
/valgrind.h \
6845 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6846 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6847 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6848 cat >>confdefs.h
<<_ACEOF
6849 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6857 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6858 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
6859 $as_echo_n "(cached) " >&6
6861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6862 /* end confdefs.h. */
6863 #include <sys/types.h>
6867 return makedev(0, 0);
6872 if ac_fn_c_try_link
"$LINENO"; then :
6873 ac_cv_header_sys_types_h_makedev
=yes
6875 ac_cv_header_sys_types_h_makedev
=no
6877 rm -f core conftest.err conftest.
$ac_objext \
6878 conftest
$ac_exeext conftest.
$ac_ext
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6882 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6884 if test $ac_cv_header_sys_types_h_makedev = no
; then
6885 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6886 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
6888 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6894 if test $ac_cv_header_sys_mkdev_h = no
; then
6895 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6896 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
6898 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6907 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6908 if ${ac_cv_header_stat_broken+:} false
; then :
6909 $as_echo_n "(cached) " >&6
6911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6912 /* end confdefs.h. */
6913 #include <sys/types.h>
6914 #include <sys/stat.h>
6916 #if defined S_ISBLK && defined S_IFDIR
6917 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6920 #if defined S_ISBLK && defined S_IFCHR
6921 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6924 #if defined S_ISLNK && defined S_IFREG
6925 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6928 #if defined S_ISSOCK && defined S_IFREG
6929 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6933 if ac_fn_c_try_compile
"$LINENO"; then :
6934 ac_cv_header_stat_broken
=no
6936 ac_cv_header_stat_broken
=yes
6938 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6941 $as_echo "$ac_cv_header_stat_broken" >&6; }
6942 if test $ac_cv_header_stat_broken = yes; then
6944 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6950 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6952 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6953 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6954 #ifdef HAVE_SYS_PARAM_H
6955 # include <sys/param.h>
6958 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6959 cat >>confdefs.h
<<_ACEOF
6960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6975 netinet
/if_ether.h \
6976 netinet
/if_inarp.h \
6985 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6986 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6987 #ifdef HAVE_SYS_SOCKET_H
6988 # include <sys/socket.h>
6990 #ifdef HAVE_SYS_SOCKETVAR_H
6991 # include <sys/socketvar.h>
6993 #ifdef HAVE_NET_ROUTE_H
6994 # include <net/route.h>
6996 #ifdef HAVE_NETINET_IN_H
6997 # include <netinet/in.h>
6999 #ifdef HAVE_NETINET_IN_SYSTM_H
7000 # include <netinet/in_systm.h>
7002 #ifdef HAVE_NET_IF_H
7003 # include <net/if.h>
7005 #ifdef HAVE_NETINET_IP_H
7006 # include <netinet/ip.h>
7009 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7010 cat >>confdefs.h
<<_ACEOF
7011 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7019 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7021 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7022 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7026 #ifdef HAVE_SYS_SOCKET_H
7027 # include <sys/socket.h>
7029 #ifdef HAVE_SYS_SOCKETVAR_H
7030 # include <sys/socketvar.h>
7032 #ifdef HAVE_SYS_TIMEOUT_H
7033 # include <sys/timeout.h>
7035 #ifdef HAVE_NETINET_IN_H
7036 # include <netinet/in.h>
7038 #ifdef HAVE_NETINET_IN_SYSTM_H
7039 # include <netinet/in_systm.h>
7041 #ifdef HAVE_NETINET_IP_H
7042 # include <netinet/ip.h>
7044 #ifdef HAVE_NETINET_IP_VAR_H
7045 # include <netinet/ip_var.h>
7047 #ifdef HAVE_NETINET_IP_ICMP_H
7048 # include <netinet/ip_icmp.h>
7050 #ifdef HAVE_NETINET_UDP_H
7051 # include <netinet/udp.h>
7053 #ifdef HAVE_NETINET_TCP_H
7054 # include <netinet/tcp.h>
7056 #ifdef HAVE_NETINET_TCP_TIMER_H
7057 #include <netinet/tcp_timer.h>
7060 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7061 cat >>confdefs.h
<<_ACEOF
7062 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7070 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7072 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7073 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7074 #ifdef HAVE_ASM_TYPES_H
7075 # include <asm/types.h>
7077 #ifdef HAVE_SYS_SOCKET_H
7078 # include <sys/socket.h>
7080 #ifdef HAVE_LINUX_TYPES_H
7081 # include <linux/types.h>
7084 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7085 cat >>confdefs.h
<<_ACEOF
7086 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7094 for ac_header
in mach-o
/dyld_images.h
7096 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7097 # include <stdbool.h>
7099 #ifdef HAVE_STDINT_H
7100 # include <stdint.h>
7103 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7104 cat >>confdefs.h
<<_ACEOF
7105 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7113 for ac_header
in resolv.h
7115 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7116 #ifdef HAVE_SYS_SOCKET_H
7117 # include <sys/socket.h>
7119 #ifdef HAVE_NETINET_IN_H
7120 # include <netinet/in.h>
7122 #ifdef HAVE_ARPA_NAMESER_H
7123 # include <arpa/nameser.h>
7126 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7127 cat >>confdefs.h
<<_ACEOF
7128 #define HAVE_RESOLV_H 1
7136 for ac_header
in ifaddrs.h
7138 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7140 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7141 cat >>confdefs.h
<<_ACEOF
7142 #define HAVE_IFADDRS_H 1
7150 for ac_header
in sys
/ucontext.h
7152 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7154 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7155 cat >>confdefs.h
<<_ACEOF
7156 #define HAVE_SYS_UCONTEXT_H 1
7164 for ac_header
in sys
/thr.h
7166 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7167 #ifdef HAVE_SYS_UCONTEXT_H
7168 #include <sys/ucontext.h>
7171 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7172 cat >>confdefs.h
<<_ACEOF
7173 #define HAVE_SYS_THR_H 1
7181 for ac_header
in pthread_np.h
7183 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7184 #include <pthread.h>
7187 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7188 cat >>confdefs.h
<<_ACEOF
7189 #define HAVE_PTHREAD_NP_H 1
7197 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7199 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7200 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7201 #include <sys/time.h>
7203 #include <sys/types.h>
7204 #ifdef HAVE_ASM_TYPES_H
7205 #include <asm/types.h>
7208 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7209 cat >>confdefs.h
<<_ACEOF
7210 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7218 for ac_header
in libprocstat.h
7220 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7221 #include <sys/param.h>
7223 #ifdef HAVE_SYS_QUEUE_H
7224 #include <sys/queue.h>
7226 #ifdef HAVE_SYS_SOCKET_H
7227 #include <sys/socket.h>
7230 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7231 cat >>confdefs.h
<<_ACEOF
7232 #define HAVE_LIBPROCSTAT_H 1
7241 dlldir
="\${libdir}/wine"
7243 DLLFLAGS
="-D_REENTRANT"
7254 # Extract the first word of "ldd", so it can be a program name with args.
7255 set dummy ldd
; ac_word
=$2
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257 $as_echo_n "checking for $ac_word... " >&6; }
7258 if ${ac_cv_path_LDD+:} false
; then :
7259 $as_echo_n "(cached) " >&6
7263 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7267 as_dummy
="/sbin:/usr/sbin:$PATH"
7268 for as_dir
in $as_dummy
7271 test -z "$as_dir" && as_dir
=.
7272 for ac_exec_ext
in '' $ac_executable_extensions; do
7273 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7274 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7282 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7287 if test -n "$LDD"; then
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7289 $as_echo "$LDD" >&6; }
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7292 $as_echo "no" >&6; }
7296 if test -n "$ac_tool_prefix"; then
7297 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7298 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7300 $as_echo_n "checking for $ac_word... " >&6; }
7301 if ${ac_cv_prog_OTOOL+:} false
; then :
7302 $as_echo_n "(cached) " >&6
7304 if test -n "$OTOOL"; then
7305 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7307 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7311 test -z "$as_dir" && as_dir
=.
7312 for ac_exec_ext
in '' $ac_executable_extensions; do
7313 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7314 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7324 OTOOL
=$ac_cv_prog_OTOOL
7325 if test -n "$OTOOL"; then
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7327 $as_echo "$OTOOL" >&6; }
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7330 $as_echo "no" >&6; }
7335 if test -z "$ac_cv_prog_OTOOL"; then
7337 # Extract the first word of "otool", so it can be a program name with args.
7338 set dummy otool
; ac_word
=$2
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7340 $as_echo_n "checking for $ac_word... " >&6; }
7341 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7342 $as_echo_n "(cached) " >&6
7344 if test -n "$ac_ct_OTOOL"; then
7345 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7351 test -z "$as_dir" && as_dir
=.
7352 for ac_exec_ext
in '' $ac_executable_extensions; do
7353 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7354 ac_cv_prog_ac_ct_OTOOL
="otool"
7355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7364 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7365 if test -n "$ac_ct_OTOOL"; then
7366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7367 $as_echo "$ac_ct_OTOOL" >&6; }
7369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7370 $as_echo "no" >&6; }
7373 if test "x$ac_ct_OTOOL" = x
; then
7376 case $cross_compiling:$ac_tool_warned in
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7379 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7380 ac_tool_warned
=yes ;;
7385 OTOOL
="$ac_cv_prog_OTOOL"
7388 if test -n "$ac_tool_prefix"; then
7389 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7390 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7392 $as_echo_n "checking for $ac_word... " >&6; }
7393 if ${ac_cv_prog_READELF+:} false
; then :
7394 $as_echo_n "(cached) " >&6
7396 if test -n "$READELF"; then
7397 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7399 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7403 test -z "$as_dir" && as_dir
=.
7404 for ac_exec_ext
in '' $ac_executable_extensions; do
7405 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7406 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7416 READELF
=$ac_cv_prog_READELF
7417 if test -n "$READELF"; then
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7419 $as_echo "$READELF" >&6; }
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7422 $as_echo "no" >&6; }
7427 if test -z "$ac_cv_prog_READELF"; then
7428 ac_ct_READELF
=$READELF
7429 # Extract the first word of "readelf", so it can be a program name with args.
7430 set dummy readelf
; ac_word
=$2
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7432 $as_echo_n "checking for $ac_word... " >&6; }
7433 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7434 $as_echo_n "(cached) " >&6
7436 if test -n "$ac_ct_READELF"; then
7437 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7439 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7443 test -z "$as_dir" && as_dir
=.
7444 for ac_exec_ext
in '' $ac_executable_extensions; do
7445 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7446 ac_cv_prog_ac_ct_READELF
="readelf"
7447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7456 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7457 if test -n "$ac_ct_READELF"; then
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7459 $as_echo "$ac_ct_READELF" >&6; }
7461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7462 $as_echo "no" >&6; }
7465 if test "x$ac_ct_READELF" = x
; then
7468 case $cross_compiling:$ac_tool_warned in
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7471 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7472 ac_tool_warned
=yes ;;
7474 READELF
=$ac_ct_READELF
7477 READELF
="$ac_cv_prog_READELF"
7480 wine_rules_file
=conf$
$rules.
make
7481 rm -f $wine_rules_file
7486 CONFIGURE_TARGETS
=""
7488 ALL_TEST_RESOURCES
=""
7491 wine_fn_append_file
()
7493 as_fn_append
$1 " \\$as_nl $2"
7496 wine_fn_append_rule
()
7498 $as_echo "$1" >>$wine_rules_file
7503 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7506 wine_fn_all_rules
()
7508 wine_fn_append_file SUBDIRS
$ac_dir
7509 wine_fn_append_rule \
7513 @cd $ac_dir && \$(MAKE)"
7516 wine_fn_install_rules
()
7518 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7520 wine_fn_append_rule \
7521 ".PHONY: $ac_dir/install $ac_dir/uninstall
7522 $ac_dir/install:: $ac_dir
7523 @cd $ac_dir && \$(MAKE) install
7525 @cd $ac_dir && \$(MAKE) uninstall
7526 install:: $ac_dir/install
7527 __uninstall__: $ac_dir/uninstall"
7529 if wine_fn_has_flag install-lib
7531 wine_fn_append_rule \
7532 ".PHONY: $ac_dir/install-lib
7533 $ac_dir/install-lib:: $ac_dir
7534 @cd $ac_dir && \$(MAKE) install-lib
7535 install-lib:: $ac_dir/install-lib"
7538 if wine_fn_has_flag install-dev
7540 wine_fn_append_rule \
7541 ".PHONY: $ac_dir/install-dev
7542 $ac_dir/install-dev:: $ac_dir
7543 @cd $ac_dir && \$(MAKE) install-dev
7544 install-dev:: $ac_dir/install-dev"
7548 wine_fn_clean_rules
()
7552 if wine_fn_has_flag clean
7554 wine_fn_append_rule \
7555 "$ac_dir/clean: dummy
7556 @cd $ac_dir && \$(MAKE) clean"
7558 wine_fn_append_rule \
7559 "$ac_dir/clean: dummy
7560 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7562 wine_fn_append_rule \
7563 "__clean__: $ac_dir/clean
7564 .PHONY: $ac_dir/clean"
7567 wine_fn_disabled_rules
()
7571 wine_fn_append_file SUBDIRS
$ac_dir
7572 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7573 wine_fn_append_rule \
7574 "__clean__: $ac_dir/clean
7575 .PHONY: $ac_dir/clean
7576 $ac_dir/clean: dummy
7577 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7580 wine_fn_config_makefile
()
7587 fonts|server
) test -z "$with_wine64" ||
return ;;
7589 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7590 wine_fn_disabled_rules
; return
7593 wine_fn_install_rules
7597 wine_fn_config_lib
()
7601 ac_dir
=dlls
/$ac_name
7604 if test "x$enable_tools" = xno
; then :
7607 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7612 wine_fn_append_rule \
7613 ".PHONY: $ac_dir/install $ac_dir/uninstall
7614 $ac_dir/install:: $ac_dir
7615 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7617 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7618 install install-dev:: $ac_dir/install
7619 __uninstall__: $ac_dir/uninstall
7620 __builddeps__: $ac_dir
7624 wine_fn_config_dll
()
7627 ac_dir
=dlls
/$ac_name
7630 ac_implib
=${4:-$ac_name}
7631 ac_file
=$ac_dir/lib
$ac_implib
7636 if test "x$enable_tools" = xno
; then :
7639 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7642 *16) ac_implibflags
=" -m16" ;;
7644 *) ac_dll
=$ac_dll.dll
;;
7648 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7649 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7651 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7652 if test "$ac_enable" != enable_win16
7654 wine_fn_clean_rules
$ac_clean
7655 wine_fn_append_file SUBDIRS
$ac_dir
7656 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7658 wine_fn_disabled_rules
$ac_clean
7663 wine_fn_clean_rules
$ac_clean
7664 wine_fn_append_rule \
7665 "$ac_dir: __builddeps__
7666 manpages htmlpages sgmlpages xmlpages::
7667 @cd $ac_dir && \$(MAKE) \$@
7668 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7669 install install-lib:: $ac_dir/install-lib
7670 __uninstall__: $ac_dir/uninstall"
7671 if test -n "$DLLEXT"
7673 wine_fn_append_rule \
7674 "$ac_dir/install-lib:: $ac_dir
7675 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7676 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7678 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7680 wine_fn_append_rule \
7681 "$ac_dir/install-lib:: $ac_dir
7682 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7684 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7688 if wine_fn_has_flag staticimplib
7690 wine_fn_append_rule \
7691 "__builddeps__: $ac_file.a
7692 $ac_file.a $ac_file.cross.a: $ac_deps
7694 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7695 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7696 $ac_dir/install-dev:: $ac_file.a
7697 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7699 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7700 install install-dev:: $ac_dir/install-dev
7701 __uninstall__: $ac_dir/uninstall"
7703 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7705 wine_fn_append_rule \
7706 "__builddeps__: $ac_file.cross.a
7707 $ac_file.cross.a: dummy
7708 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7711 elif wine_fn_has_flag implib
7713 wine_fn_append_rule \
7714 "__builddeps__: $ac_file.$IMPLIBEXT
7715 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7716 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7717 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7718 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7719 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7720 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7721 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7723 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7724 install install-dev:: $ac_dir/install-dev
7725 __uninstall__: $ac_dir/uninstall"
7726 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7728 wine_fn_append_rule \
7729 "__builddeps__: $ac_file.cross.a
7730 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7731 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7736 wine_fn_config_program
()
7739 ac_dir
=programs
/$ac_name
7746 *) ac_program
=$ac_program.exe
;;
7750 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7751 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7753 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7754 wine_fn_disabled_rules
$ac_clean; return
7758 wine_fn_clean_rules
$ac_clean
7759 wine_fn_append_rule
"$ac_dir: __builddeps__"
7761 wine_fn_has_flag
install ||
return
7762 wine_fn_append_rule \
7763 ".PHONY: $ac_dir/install $ac_dir/uninstall
7764 install install-lib:: $ac_dir/install
7765 __uninstall__: $ac_dir/uninstall"
7767 if test -n "$DLLEXT"
7769 wine_fn_append_rule \
7770 "$ac_dir/install:: $ac_dir
7771 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7772 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7774 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7776 if test -z "$with_wine64" && wine_fn_has_flag installbin
7778 wine_fn_append_rule \
7779 "$ac_dir/install:: __tooldeps__
7780 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7782 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7785 wine_fn_append_rule \
7786 "$ac_dir/install:: $ac_dir
7787 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7789 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7792 if test -z "$with_wine64" && wine_fn_has_flag manpage
7794 wine_fn_append_rule \
7795 "$ac_dir/install:: $ac_dir
7796 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7798 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7802 wine_fn_config_test
()
7809 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7810 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7812 if test "x$enable_tests" = xno
; then :
7813 wine_fn_disabled_rules
$ac_clean; return
7816 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7818 wine_fn_clean_rules
$ac_clean
7820 wine_fn_append_rule \
7821 "$ac_dir: __builddeps__
7822 programs/winetest: $ac_dir
7823 check test: $ac_dir/test
7824 .PHONY: $ac_dir/test
7826 @cd $ac_dir && \$(MAKE) test
7828 \$(RM) $ac_dir/*.ok"
7830 if test -n "$CROSSTARGET"
7832 wine_fn_append_rule \
7833 "crosstest: $ac_dir/crosstest
7834 .PHONY: $ac_dir/crosstest
7835 $ac_dir/crosstest: __builddeps__ dummy
7836 @cd $ac_dir && \$(MAKE) crosstest"
7840 wine_fn_config_tool
()
7844 if test "x$enable_tools" = xno
; then :
7845 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
7849 wine_fn_install_rules
7852 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7853 wine_fn_append_rule
"$ac_dir: libs/port"
7855 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7859 wine_fn_config_symlink
()
7862 if test "x$1" = "x-d"
7868 wine_fn_append_rule \
7870 @./config.status \$@"
7871 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7872 test -n "$ac_linkdir" ||
return
7873 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
7877 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7878 WINELOADER_PROGRAMS
="$wine_binary"
7880 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7884 if test -n "$ac_tool_prefix"; then
7885 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7886 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7888 $as_echo_n "checking for $ac_word... " >&6; }
7889 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7890 $as_echo_n "(cached) " >&6
7892 if test -n "$DLLTOOL"; then
7893 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7895 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7899 test -z "$as_dir" && as_dir
=.
7900 for ac_exec_ext
in '' $ac_executable_extensions; do
7901 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7902 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7912 DLLTOOL
=$ac_cv_prog_DLLTOOL
7913 if test -n "$DLLTOOL"; then
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7915 $as_echo "$DLLTOOL" >&6; }
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7918 $as_echo "no" >&6; }
7923 if test -z "$ac_cv_prog_DLLTOOL"; then
7924 ac_ct_DLLTOOL
=$DLLTOOL
7925 # Extract the first word of "dlltool", so it can be a program name with args.
7926 set dummy dlltool
; ac_word
=$2
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7928 $as_echo_n "checking for $ac_word... " >&6; }
7929 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7930 $as_echo_n "(cached) " >&6
7932 if test -n "$ac_ct_DLLTOOL"; then
7933 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7939 test -z "$as_dir" && as_dir
=.
7940 for ac_exec_ext
in '' $ac_executable_extensions; do
7941 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7942 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7952 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7953 if test -n "$ac_ct_DLLTOOL"; then
7954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7955 $as_echo "$ac_ct_DLLTOOL" >&6; }
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7958 $as_echo "no" >&6; }
7961 if test "x$ac_ct_DLLTOOL" = x
; then
7964 case $cross_compiling:$ac_tool_warned in
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7967 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7968 ac_tool_warned
=yes ;;
7970 DLLTOOL
=$ac_ct_DLLTOOL
7973 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7979 enable_iphlpapi
=${enable_iphlpapi:-no}
7980 enable_kernel32
=${enable_kernel32:-no}
7981 enable_msvcrt
=${enable_msvcrt:-no}
7982 enable_ntdll
=${enable_ntdll:-no}
7983 enable_ws2_32
=${enable_ws2_32:-no}
7984 enable_loader
=${enable_loader:-no}
7985 enable_server
=${enable_server:-no}
7986 with_x
=${with_x:-no}
7987 with_pthread
=${with_pthread:-no}
7993 SOCKET_LIBS
="-lws2_32"
7997 LIBWINE_SHAREDLIB
="libwine.dll"
7999 LIBWINE_IMPORTLIB
="libwine.a"
8001 LIBWINE_INSTALL_LIB
="libwine.dll"
8003 LIBWINE_INSTALL_DEV
="libwine.a"
8005 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8007 LIBWINE_DEPENDS
="wine.def"
8012 for ac_header
in libunwind.h
8014 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8015 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8016 cat >>confdefs.h
<<_ACEOF
8017 #define HAVE_LIBUNWIND_H 1
8025 DLLFLAGS
="$DLLFLAGS -fPIC"
8026 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8027 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8028 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8030 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8032 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8034 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8036 CORESERVICES_LIBS
="-framework CoreServices"
8038 APPKIT_LIBS
="-framework AppKit"
8040 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8042 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8043 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8044 $as_echo_n "(cached) " >&6
8046 ac_wine_try_cflags_saved
=$CFLAGS
8047 CFLAGS
="$CFLAGS -Wl,-no_pie"
8048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8049 /* end confdefs.h. */
8050 int main(int argc, char **argv) { return 0; }
8052 if ac_fn_c_try_link
"$LINENO"; then :
8053 ac_cv_cflags__Wl__no_pie
=yes
8055 ac_cv_cflags__Wl__no_pie
=no
8057 rm -f core conftest.err conftest.
$ac_objext \
8058 conftest
$ac_exeext conftest.
$ac_ext
8059 CFLAGS
=$ac_wine_try_cflags_saved
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8062 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8063 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8064 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8066 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8068 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8071 if test "$ac_cv_header_Security_Security_h" = "yes"
8073 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8075 ac_save_LIBS
="$LIBS"
8076 LIBS
="$LIBS $SECURITY_LIBS"
8077 for ac_func
in SSLCopyPeerCertificates
8079 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8080 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8081 cat >>confdefs.h
<<_ACEOF
8082 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8088 LIBS
="$ac_save_LIBS"
8089 with_gnutls
=${with_gnutls:-no}
8091 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8093 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8095 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8098 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8101 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8102 ac_save_LIBS
="$LIBS"
8103 LIBS
="$LIBS $COREAUDIO_LIBS"
8104 for ac_func
in AUGraphAddNode
8106 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8107 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8108 cat >>confdefs.h
<<_ACEOF
8109 #define HAVE_AUGRAPHADDNODE 1
8115 LIBS
="$ac_save_LIBS"
8117 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8119 OPENAL_LIBS
="-framework OpenAL"
8122 cat >>confdefs.h
<<_ACEOF
8123 #define HAVE_OPENAL 1
8126 ac_cv_lib_openal
=yes
8128 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8130 OPENCL_LIBS
="-framework OpenCL"
8132 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8134 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8136 ac_save_LIBS
="$LIBS"
8137 LIBS
="$LIBS $IOKIT_LIBS"
8138 for ac_func
in IOHIDManagerCreate
8140 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8141 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8142 cat >>confdefs.h
<<_ACEOF
8143 #define HAVE_IOHIDMANAGERCREATE 1
8149 LIBS
="$ac_save_LIBS"
8151 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8153 ac_save_LIBS
="$LIBS"
8154 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8156 $as_echo_n "checking for the QuickTime framework... " >&6; }
8157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8158 /* end confdefs.h. */
8159 #include <QuickTime/ImageCompression.h>
8163 CodecManagerVersion(NULL);
8168 if ac_fn_c_try_link
"$LINENO"; then :
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8170 $as_echo "yes" >&6; }
8171 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8173 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176 $as_echo "no" >&6; }
8177 ac_cv_header_QuickTime_ImageCompression_h
=no
8179 rm -f core conftest.err conftest.
$ac_objext \
8180 conftest
$ac_exeext conftest.
$ac_ext
8181 LIBS
="$ac_save_LIBS"
8183 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8185 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8187 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8189 CARBON_LIBS
="-framework Carbon"
8193 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8195 ac_save_LIBS
="$LIBS"
8196 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8197 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8198 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8199 enable_winemac_drv
=${enable_winemac_drv:-yes}
8202 LIBS
="$ac_save_LIBS"
8205 if test "x$enable_win16" = "xyes"
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8208 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8209 if test "$cross_compiling" = yes; then :
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8211 $as_echo "cross-compiling, assuming yes" >&6; }
8213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8214 /* end confdefs.h. */
8217 "good:\tnop;nop\n\t"
8218 ".globl _testfunc\n"
8219 "_testfunc:\tcallw good");
8220 extern void testfunc();
8224 unsigned short *p = (unsigned short *)testfunc;
8225 return p[0] != 0xe866 || p[1] != 0xfffa
8230 if ac_fn_c_try_run
"$LINENO"; then :
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8232 $as_echo "yes" >&6; }
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8235 $as_echo "no" >&6; }
8236 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
8238 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8239 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8244 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8246 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8248 LIBWINE_INSTALL_DEV
="libwine.dylib"
8250 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8252 WINELOADER_DEPENDS
="wine_info.plist"
8257 DLLFLAGS
="$DLLFLAGS -fPIC"
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8259 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8260 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8261 $as_echo_n "(cached) " >&6
8263 ac_wine_try_cflags_saved
=$CFLAGS
8264 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8266 /* end confdefs.h. */
8267 int main(int argc, char **argv) { return 0; }
8269 if ac_fn_c_try_link
"$LINENO"; then :
8270 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8272 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8274 rm -f core conftest.err conftest.
$ac_objext \
8275 conftest
$ac_exeext conftest.
$ac_ext
8276 CFLAGS
=$ac_wine_try_cflags_saved
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8279 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8280 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8281 LDEXECFLAGS
="-Wl,--export-dynamic"
8283 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8285 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8286 if eval \
${$as_ac_var+:} false
; then :
8287 $as_echo_n "(cached) " >&6
8289 ac_wine_try_cflags_saved
=$CFLAGS
8290 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8292 /* end confdefs.h. */
8293 int main(int argc, char **argv) { return 0; }
8295 if ac_fn_c_try_link
"$LINENO"; then :
8296 eval "$as_ac_var=yes"
8298 eval "$as_ac_var=no"
8300 rm -f core conftest.err conftest.
$ac_objext \
8301 conftest
$ac_exeext conftest.
$ac_ext
8302 CFLAGS
=$ac_wine_try_cflags_saved
8304 eval ac_res
=\$
$as_ac_var
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8306 $as_echo "$ac_res" >&6; }
8307 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8308 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8309 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8311 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8313 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8314 if eval \
${$as_ac_var+:} false
; then :
8315 $as_echo_n "(cached) " >&6
8317 ac_wine_try_cflags_saved
=$CFLAGS
8318 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8320 /* end confdefs.h. */
8321 int main(int argc, char **argv) { return 0; }
8323 if ac_fn_c_try_link
"$LINENO"; then :
8324 eval "$as_ac_var=yes"
8326 eval "$as_ac_var=no"
8328 rm -f core conftest.err conftest.
$ac_objext \
8329 conftest
$ac_exeext conftest.
$ac_ext
8330 CFLAGS
=$ac_wine_try_cflags_saved
8332 eval ac_res
=\$
$as_ac_var
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8334 $as_echo "$ac_res" >&6; }
8335 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8336 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8337 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8342 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8343 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8344 $as_echo_n "(cached) " >&6
8346 ac_wine_try_cflags_saved
=$CFLAGS
8347 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8349 /* end confdefs.h. */
8350 int main(int argc, char **argv) { return 0; }
8352 if ac_fn_c_try_link
"$LINENO"; then :
8353 ac_cv_cflags__Wl___enable_new_dtags
=yes
8355 ac_cv_cflags__Wl___enable_new_dtags
=no
8357 rm -f core conftest.err conftest.
$ac_objext \
8358 conftest
$ac_exeext conftest.
$ac_ext
8359 CFLAGS
=$ac_wine_try_cflags_saved
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8362 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8363 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8364 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8367 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8368 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8369 $as_echo_n "(cached) " >&6
8371 ac_wine_try_cflags_saved
=$CFLAGS
8372 CFLAGS
="$CFLAGS -Wl,-pie"
8373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8374 /* end confdefs.h. */
8375 int main(int argc, char **argv) { return 0; }
8377 if ac_fn_c_try_link
"$LINENO"; then :
8378 ac_cv_cflags__Wl__pie
=yes
8380 ac_cv_cflags__Wl__pie
=no
8382 rm -f core conftest.err conftest.
$ac_objext \
8383 conftest
$ac_exeext conftest.
$ac_ext
8384 CFLAGS
=$ac_wine_try_cflags_saved
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8387 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8388 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8389 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8392 LIBWINE_SHAREDLIB
="libwine.so"
8394 LIBWINE_INSTALL_LIB
="libwine.so"
8396 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so"
8401 DLLFLAGS
="$DLLFLAGS -fPIC"
8403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8404 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8405 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8406 $as_echo_n "(cached) " >&6
8408 ac_wine_try_cflags_saved
=$CFLAGS
8409 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8411 /* end confdefs.h. */
8414 if ac_fn_c_try_link
"$LINENO"; then :
8415 ac_cv_c_dll_gnuelf
="yes"
8417 ac_cv_c_dll_gnuelf
="no"
8419 rm -f core conftest.err conftest.
$ac_objext \
8420 conftest
$ac_exeext conftest.
$ac_ext
8421 CFLAGS
=$ac_wine_try_cflags_saved
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8424 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8425 if test "$ac_cv_c_dll_gnuelf" = "yes"
8427 LIBWINE_LDFLAGS
="-shared"
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8429 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8430 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8431 $as_echo_n "(cached) " >&6
8433 ac_wine_try_cflags_saved
=$CFLAGS
8434 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8435 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8436 /* end confdefs.h. */
8437 int main(int argc, char **argv) { return 0; }
8439 if ac_fn_c_try_link
"$LINENO"; then :
8440 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8442 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8444 rm -f core conftest.err conftest.
$ac_objext \
8445 conftest
$ac_exeext conftest.
$ac_ext
8446 CFLAGS
=$ac_wine_try_cflags_saved
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8449 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8450 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8451 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8454 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8455 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8456 $as_echo_n "(cached) " >&6
8458 ac_wine_try_cflags_saved
=$CFLAGS
8459 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8460 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8461 /* end confdefs.h. */
8462 int main(int argc, char **argv) { return 0; }
8464 if ac_fn_c_try_link
"$LINENO"; then :
8465 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8467 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8469 rm -f core conftest.err conftest.
$ac_objext \
8470 conftest
$ac_exeext conftest.
$ac_ext
8471 CFLAGS
=$ac_wine_try_cflags_saved
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8474 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8475 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8476 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8480 echo '{ global: *; };' >conftest.map
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8482 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8483 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8484 $as_echo_n "(cached) " >&6
8486 ac_wine_try_cflags_saved
=$CFLAGS
8487 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8488 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8489 /* end confdefs.h. */
8490 int main(int argc, char **argv) { return 0; }
8492 if ac_fn_c_try_link
"$LINENO"; then :
8493 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8495 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8497 rm -f core conftest.err conftest.
$ac_objext \
8498 conftest
$ac_exeext conftest.
$ac_ext
8499 CFLAGS
=$ac_wine_try_cflags_saved
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8502 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8503 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8504 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8509 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8510 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8511 $as_echo_n "(cached) " >&6
8513 ac_wine_try_cflags_saved
=$CFLAGS
8514 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8516 /* end confdefs.h. */
8517 int main(int argc, char **argv) { return 0; }
8519 if ac_fn_c_try_link
"$LINENO"; then :
8520 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8522 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8524 rm -f core conftest.err conftest.
$ac_objext \
8525 conftest
$ac_exeext conftest.
$ac_ext
8526 CFLAGS
=$ac_wine_try_cflags_saved
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8529 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8530 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8531 LDEXECFLAGS
="-Wl,--export-dynamic"
8534 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8536 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8537 if eval \
${$as_ac_var+:} false
; then :
8538 $as_echo_n "(cached) " >&6
8540 ac_wine_try_cflags_saved
=$CFLAGS
8541 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8543 /* end confdefs.h. */
8544 int main(int argc, char **argv) { return 0; }
8546 if ac_fn_c_try_link
"$LINENO"; then :
8547 eval "$as_ac_var=yes"
8549 eval "$as_ac_var=no"
8551 rm -f core conftest.err conftest.
$ac_objext \
8552 conftest
$ac_exeext conftest.
$ac_ext
8553 CFLAGS
=$ac_wine_try_cflags_saved
8555 eval ac_res
=\$
$as_ac_var
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8557 $as_echo "$ac_res" >&6; }
8558 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8559 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8560 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8562 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8564 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8565 if eval \
${$as_ac_var+:} false
; then :
8566 $as_echo_n "(cached) " >&6
8568 ac_wine_try_cflags_saved
=$CFLAGS
8569 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8571 /* end confdefs.h. */
8572 int main(int argc, char **argv) { return 0; }
8574 if ac_fn_c_try_link
"$LINENO"; then :
8575 eval "$as_ac_var=yes"
8577 eval "$as_ac_var=no"
8579 rm -f core conftest.err conftest.
$ac_objext \
8580 conftest
$ac_exeext conftest.
$ac_ext
8581 CFLAGS
=$ac_wine_try_cflags_saved
8583 eval ac_res
=\$
$as_ac_var
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8585 $as_echo "$ac_res" >&6; }
8586 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8587 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8588 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8593 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8594 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8595 $as_echo_n "(cached) " >&6
8597 ac_wine_try_cflags_saved
=$CFLAGS
8598 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8600 /* end confdefs.h. */
8601 int main(int argc, char **argv) { return 0; }
8603 if ac_fn_c_try_link
"$LINENO"; then :
8604 ac_cv_cflags__Wl___enable_new_dtags
=yes
8606 ac_cv_cflags__Wl___enable_new_dtags
=no
8608 rm -f core conftest.err conftest.
$ac_objext \
8609 conftest
$ac_exeext conftest.
$ac_ext
8610 CFLAGS
=$ac_wine_try_cflags_saved
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8613 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8614 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8615 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8619 *i
[3456789]86* | x86_64
)
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8621 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8622 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8623 $as_echo_n "(cached) " >&6
8625 ac_wine_try_cflags_saved
=$CFLAGS
8626 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8628 /* end confdefs.h. */
8629 int main(int argc, char **argv) { return 0; }
8631 if ac_fn_c_try_link
"$LINENO"; then :
8632 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8634 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8636 rm -f core conftest.err conftest.
$ac_objext \
8637 conftest
$ac_exeext conftest.
$ac_ext
8638 CFLAGS
=$ac_wine_try_cflags_saved
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8641 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8642 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8644 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8645 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8649 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8650 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8651 $as_echo_n "(cached) " >&6
8653 ac_wine_try_cflags_saved
=$CFLAGS
8654 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8656 /* end confdefs.h. */
8657 int main(int argc, char **argv) { return 0; }
8659 if ac_fn_c_try_link
"$LINENO"; then :
8660 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8662 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8664 rm -f core conftest.err conftest.
$ac_objext \
8665 conftest
$ac_exeext conftest.
$ac_ext
8666 CFLAGS
=$ac_wine_try_cflags_saved
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8669 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8670 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8672 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8673 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8676 # Extract the first word of "prelink", so it can be a program name with args.
8677 set dummy prelink
; ac_word
=$2
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8679 $as_echo_n "checking for $ac_word... " >&6; }
8680 if ${ac_cv_path_PRELINK+:} false
; then :
8681 $as_echo_n "(cached) " >&6
8685 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8689 for as_dir
in /sbin
/usr
/sbin
$PATH
8692 test -z "$as_dir" && as_dir
=.
8693 for ac_exec_ext
in '' $ac_executable_extensions; do
8694 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8695 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8703 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8707 PRELINK
=$ac_cv_path_PRELINK
8708 if test -n "$PRELINK"; then
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8710 $as_echo "$PRELINK" >&6; }
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8713 $as_echo "no" >&6; }
8717 if test "x$PRELINK" = xfalse
8719 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8723 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8724 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8725 $as_echo_n "(cached) " >&6
8727 ac_wine_try_cflags_saved
=$CFLAGS
8728 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8730 /* end confdefs.h. */
8731 int main(int argc, char **argv) { return 0; }
8733 if ac_fn_c_try_link
"$LINENO"; then :
8734 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8736 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8738 rm -f core conftest.err conftest.
$ac_objext \
8739 conftest
$ac_exeext conftest.
$ac_ext
8740 CFLAGS
=$ac_wine_try_cflags_saved
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8743 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8744 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8745 LDEXECFLAGS
="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8752 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8753 if ${ac_cv_c_dll_unixware+:} false
; then :
8754 $as_echo_n "(cached) " >&6
8756 ac_wine_try_cflags_saved
=$CFLAGS
8757 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8759 /* end confdefs.h. */
8762 if ac_fn_c_try_link
"$LINENO"; then :
8763 ac_cv_c_dll_unixware
="yes"
8765 ac_cv_c_dll_unixware
="no"
8767 rm -f core conftest.err conftest.
$ac_objext \
8768 conftest
$ac_exeext conftest.
$ac_ext
8769 CFLAGS
=$ac_wine_try_cflags_saved
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8772 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8773 if test "$ac_cv_c_dll_unixware" = "yes"
8775 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8778 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8780 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8782 LIBWINE_INSTALL_DEV
="libwine.so"
8784 LIBWINE_DEPENDS
="wine.map"
8789 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8790 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8791 enable_winemac_drv
=${enable_winemac_drv:-no}
8792 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8796 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8800 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8802 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
8803 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8806 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
8807 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8809 ac_prefix_list
="" ;;
8811 for ac_prog
in $ac_prefix_list
8813 # Extract the first word of "$ac_prog", so it can be a program name with args.
8814 set dummy
$ac_prog; ac_word
=$2
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8816 $as_echo_n "checking for $ac_word... " >&6; }
8817 if ${ac_cv_prog_CROSSCC+:} false
; then :
8818 $as_echo_n "(cached) " >&6
8820 if test -n "$CROSSCC"; then
8821 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8827 test -z "$as_dir" && as_dir
=.
8828 for ac_exec_ext
in '' $ac_executable_extensions; do
8829 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8830 ac_cv_prog_CROSSCC
="$ac_prog"
8831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8840 CROSSCC
=$ac_cv_prog_CROSSCC
8841 if test -n "$CROSSCC"; then
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8843 $as_echo "$CROSSCC" >&6; }
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8846 $as_echo "no" >&6; }
8850 test -n "$CROSSCC" && break
8852 test -n "$CROSSCC" || CROSSCC
="false"
8854 if test "$CROSSCC" != "false"
8858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8859 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8861 /* end confdefs.h. */
8871 if ac_fn_c_try_compile
"$LINENO"; then :
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8873 $as_echo "yes" >&6; }
8879 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8880 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8886 $as_echo "no" >&6; }
8888 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8894 if test "$ac_cv_header_pthread_h" = "yes"
8896 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8897 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8901 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8902 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8903 $as_echo_n "(cached) " >&6
8905 ac_check_lib_save_LIBS
=$LIBS
8906 LIBS
="-lpthread $LIBS"
8907 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8908 /* end confdefs.h. */
8910 /* Override any GCC internal prototype to avoid an error.
8911 Use char because int might match the return type of a GCC
8912 builtin and then its argument prototype would still apply. */
8916 char pthread_create ();
8920 return pthread_create ();
8925 if ac_fn_c_try_link
"$LINENO"; then :
8926 ac_cv_lib_pthread_pthread_create
=yes
8928 ac_cv_lib_pthread_pthread_create
=no
8930 rm -f core conftest.err conftest.
$ac_objext \
8931 conftest
$ac_exeext conftest.
$ac_ext
8932 LIBS
=$ac_check_lib_save_LIBS
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8935 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8936 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8937 PTHREAD_LIBS
="-lpthread"
8944 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8945 case "x$with_pthread" in
8947 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8948 Wine cannot support threads without libpthread.
8949 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8956 $as_echo_n "checking for X... " >&6; }
8959 # Check whether --with-x was given.
8960 if test "${with_x+set}" = set; then :
8964 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8965 if test "x$with_x" = xno
; then
8966 # The user explicitly disabled X.
8969 case $x_includes,$x_libraries in #(
8970 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8971 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8972 $as_echo_n "(cached) " >&6
8974 # One or both of the vars are not set, and there is no cached value.
8975 ac_x_includes
=no ac_x_libraries
=no
8976 rm -f -r conftest.dir
8977 if mkdir conftest.dir
; then
8979 cat >Imakefile
<<'_ACEOF'
8981 @echo incroot='${INCROOT}'
8983 @echo usrlibdir='${USRLIBDIR}'
8985 @echo libdir='${LIBDIR}'
8987 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8988 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8989 for ac_var
in incroot usrlibdir libdir
; do
8990 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8992 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8993 for ac_extension
in a so sl dylib la dll
; do
8994 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8995 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8996 ac_im_usrlibdir
=$ac_im_libdir; break
8999 # Screen out bogus values from the imake configuration. They are
9000 # bogus both because they are the default anyway, and because
9001 # using them would break gcc on systems where it needs fixed includes.
9002 case $ac_im_incroot in
9003 /usr
/include
) ac_x_includes
= ;;
9004 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9006 case $ac_im_usrlibdir in
9007 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9008 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9012 rm -f -r conftest.dir
9015 # Standard set of common directories for X headers.
9016 # Check X11 before X11Rn because it is often a symlink to the current release.
9030 /usr/local/X11/include
9031 /usr/local/X11R7/include
9032 /usr/local/X11R6/include
9033 /usr/local/X11R5/include
9034 /usr/local/X11R4/include
9036 /usr/local/include/X11
9037 /usr/local/include/X11R7
9038 /usr/local/include/X11R6
9039 /usr/local/include/X11R5
9040 /usr/local/include/X11R4
9044 /usr/XFree86/include/X11
9048 /usr/unsupported/include
9050 /usr/local/x11r5/include
9051 /usr/lpp/Xamples/include
9053 /usr/openwin/include
9054 /usr/openwin/share/include'
9056 if test "$ac_x_includes" = no
; then
9057 # Guess where to find include files, by looking for Xlib.h.
9058 # First, try using that file with no special directory specified.
9059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9060 /* end confdefs.h. */
9061 #include <X11/Xlib.h>
9063 if ac_fn_c_try_cpp
"$LINENO"; then :
9064 # We can compile using X headers with no special include directory.
9067 for ac_dir
in $ac_x_header_dirs; do
9068 if test -r "$ac_dir/X11/Xlib.h"; then
9069 ac_x_includes
=$ac_dir
9074 rm -f conftest.err conftest.i conftest.
$ac_ext
9075 fi # $ac_x_includes = no
9077 if test "$ac_x_libraries" = no
; then
9078 # Check for the libraries.
9079 # See if we find them without any special options.
9080 # Don't add to $LIBS permanently.
9083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9084 /* end confdefs.h. */
9085 #include <X11/Xlib.h>
9094 if ac_fn_c_try_link
"$LINENO"; then :
9096 # We can link X programs with no special library path.
9100 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9102 # Don't even attempt the hair of trying to link an X program!
9103 for ac_extension
in a so sl dylib la dll
; do
9104 if test -r "$ac_dir/libX11.$ac_extension"; then
9105 ac_x_libraries
=$ac_dir
9111 rm -f core conftest.err conftest.
$ac_objext \
9112 conftest
$ac_exeext conftest.
$ac_ext
9113 fi # $ac_x_libraries = no
9115 case $ac_x_includes,$ac_x_libraries in #(
9117 # Didn't find X, or a directory has "'" in its name.
9118 ac_cv_have_x
="have_x=no";; #(
9120 # Record where we found X for the cache.
9121 ac_cv_have_x
="have_x=yes\
9122 ac_x_includes='$ac_x_includes'\
9123 ac_x_libraries='$ac_x_libraries'"
9129 eval "$ac_cv_have_x"
9132 if test "$have_x" != yes; then
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9134 $as_echo "$have_x" >&6; }
9137 # If each of the values was on the command line, it overrides each guess.
9138 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9139 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9140 # Update the cache value to reflect the command line values.
9141 ac_cv_have_x
="have_x=yes\
9142 ac_x_includes='$x_includes'\
9143 ac_x_libraries='$x_libraries'"
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9145 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9148 if test "$no_x" = yes; then
9149 # Not all programs may use this symbol, but it does not hurt to define it.
9151 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9153 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9155 if test -n "$x_includes"; then
9156 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9159 # It would also be nice to do this for all -L options, not just this one.
9160 if test -n "$x_libraries"; then
9161 X_LIBS
="$X_LIBS -L$x_libraries"
9162 # For Solaris; some versions of Sun CC require a space after -R and
9163 # others require no space. Words are not sufficient . . . .
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9165 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9166 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9167 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9168 ac_c_werror_flag
=yes
9169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9170 /* end confdefs.h. */
9180 if ac_fn_c_try_link
"$LINENO"; then :
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9182 $as_echo "no" >&6; }
9183 X_LIBS
="$X_LIBS -R$x_libraries"
9185 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9187 /* end confdefs.h. */
9197 if ac_fn_c_try_link
"$LINENO"; then :
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9199 $as_echo "yes" >&6; }
9200 X_LIBS
="$X_LIBS -R $x_libraries"
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9203 $as_echo "neither works" >&6; }
9205 rm -f core conftest.err conftest.
$ac_objext \
9206 conftest
$ac_exeext conftest.
$ac_ext
9208 rm -f core conftest.err conftest.
$ac_objext \
9209 conftest
$ac_exeext conftest.
$ac_ext
9210 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9214 # Check for system-dependent libraries X programs must link with.
9215 # Do this before checking for the system-independent R6 libraries
9216 # (-lICE), since we may need -lsocket or whatever for X linking.
9218 if test "$ISC" = yes; then
9219 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9221 # Martyn Johnson says this is needed for Ultrix, if the X
9222 # libraries were built with DECnet support. And Karl Berry says
9223 # the Alpha needs dnet_stub (dnet does not exist).
9224 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9226 /* end confdefs.h. */
9228 /* Override any GCC internal prototype to avoid an error.
9229 Use char because int might match the return type of a GCC
9230 builtin and then its argument prototype would still apply. */
9234 char XOpenDisplay ();
9238 return XOpenDisplay ();
9243 if ac_fn_c_try_link
"$LINENO"; then :
9246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9247 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9248 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9249 $as_echo_n "(cached) " >&6
9251 ac_check_lib_save_LIBS
=$LIBS
9253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9254 /* end confdefs.h. */
9256 /* Override any GCC internal prototype to avoid an error.
9257 Use char because int might match the return type of a GCC
9258 builtin and then its argument prototype would still apply. */
9266 return dnet_ntoa ();
9271 if ac_fn_c_try_link
"$LINENO"; then :
9272 ac_cv_lib_dnet_dnet_ntoa
=yes
9274 ac_cv_lib_dnet_dnet_ntoa
=no
9276 rm -f core conftest.err conftest.
$ac_objext \
9277 conftest
$ac_exeext conftest.
$ac_ext
9278 LIBS
=$ac_check_lib_save_LIBS
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9281 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9282 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9283 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9286 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9288 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9289 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9290 $as_echo_n "(cached) " >&6
9292 ac_check_lib_save_LIBS
=$LIBS
9293 LIBS
="-ldnet_stub $LIBS"
9294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9295 /* end confdefs.h. */
9297 /* Override any GCC internal prototype to avoid an error.
9298 Use char because int might match the return type of a GCC
9299 builtin and then its argument prototype would still apply. */
9307 return dnet_ntoa ();
9312 if ac_fn_c_try_link
"$LINENO"; then :
9313 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9315 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9317 rm -f core conftest.err conftest.
$ac_objext \
9318 conftest
$ac_exeext conftest.
$ac_ext
9319 LIBS
=$ac_check_lib_save_LIBS
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9322 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9323 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9324 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9329 rm -f core conftest.err conftest.
$ac_objext \
9330 conftest
$ac_exeext conftest.
$ac_ext
9331 LIBS
="$ac_xsave_LIBS"
9333 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9334 # to get the SysV transport functions.
9335 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9337 # The nsl library prevents programs from opening the X display
9338 # on Irix 5.2, according to T.E. Dickey.
9339 # The functions gethostbyname, getservbyname, and inet_addr are
9340 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9341 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9342 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9346 if test $ac_cv_func_gethostbyname = no
; then
9347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9348 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9349 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9350 $as_echo_n "(cached) " >&6
9352 ac_check_lib_save_LIBS
=$LIBS
9354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9355 /* end confdefs.h. */
9357 /* Override any GCC internal prototype to avoid an error.
9358 Use char because int might match the return type of a GCC
9359 builtin and then its argument prototype would still apply. */
9363 char gethostbyname ();
9367 return gethostbyname ();
9372 if ac_fn_c_try_link
"$LINENO"; then :
9373 ac_cv_lib_nsl_gethostbyname
=yes
9375 ac_cv_lib_nsl_gethostbyname
=no
9377 rm -f core conftest.err conftest.
$ac_objext \
9378 conftest
$ac_exeext conftest.
$ac_ext
9379 LIBS
=$ac_check_lib_save_LIBS
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9382 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9383 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9384 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9387 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9389 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9390 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9391 $as_echo_n "(cached) " >&6
9393 ac_check_lib_save_LIBS
=$LIBS
9395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9396 /* end confdefs.h. */
9398 /* Override any GCC internal prototype to avoid an error.
9399 Use char because int might match the return type of a GCC
9400 builtin and then its argument prototype would still apply. */
9404 char gethostbyname ();
9408 return gethostbyname ();
9413 if ac_fn_c_try_link
"$LINENO"; then :
9414 ac_cv_lib_bsd_gethostbyname
=yes
9416 ac_cv_lib_bsd_gethostbyname
=no
9418 rm -f core conftest.err conftest.
$ac_objext \
9419 conftest
$ac_exeext conftest.
$ac_ext
9420 LIBS
=$ac_check_lib_save_LIBS
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9423 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9424 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9425 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9431 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9432 # socket/setsockopt and other routines are undefined under SCO ODT
9433 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9434 # on later versions), says Simon Leinen: it contains gethostby*
9435 # variants that don't use the name server (or something). -lsocket
9436 # must be given before -lnsl if both are needed. We assume that
9437 # if connect needs -lnsl, so does gethostbyname.
9438 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9439 if test "x$ac_cv_func_connect" = xyes
; then :
9443 if test $ac_cv_func_connect = no
; then
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9445 $as_echo_n "checking for connect in -lsocket... " >&6; }
9446 if ${ac_cv_lib_socket_connect+:} false
; then :
9447 $as_echo_n "(cached) " >&6
9449 ac_check_lib_save_LIBS
=$LIBS
9450 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9452 /* end confdefs.h. */
9454 /* Override any GCC internal prototype to avoid an error.
9455 Use char because int might match the return type of a GCC
9456 builtin and then its argument prototype would still apply. */
9469 if ac_fn_c_try_link
"$LINENO"; then :
9470 ac_cv_lib_socket_connect
=yes
9472 ac_cv_lib_socket_connect
=no
9474 rm -f core conftest.err conftest.
$ac_objext \
9475 conftest
$ac_exeext conftest.
$ac_ext
9476 LIBS
=$ac_check_lib_save_LIBS
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9479 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9480 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9481 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9486 # Guillermo Gomez says -lposix is necessary on A/UX.
9487 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9488 if test "x$ac_cv_func_remove" = xyes
; then :
9492 if test $ac_cv_func_remove = no
; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9494 $as_echo_n "checking for remove in -lposix... " >&6; }
9495 if ${ac_cv_lib_posix_remove+:} false
; then :
9496 $as_echo_n "(cached) " >&6
9498 ac_check_lib_save_LIBS
=$LIBS
9499 LIBS
="-lposix $LIBS"
9500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9501 /* end confdefs.h. */
9503 /* Override any GCC internal prototype to avoid an error.
9504 Use char because int might match the return type of a GCC
9505 builtin and then its argument prototype would still apply. */
9518 if ac_fn_c_try_link
"$LINENO"; then :
9519 ac_cv_lib_posix_remove
=yes
9521 ac_cv_lib_posix_remove
=no
9523 rm -f core conftest.err conftest.
$ac_objext \
9524 conftest
$ac_exeext conftest.
$ac_ext
9525 LIBS
=$ac_check_lib_save_LIBS
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9528 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9529 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9530 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9535 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9536 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9537 if test "x$ac_cv_func_shmat" = xyes
; then :
9541 if test $ac_cv_func_shmat = no
; then
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9543 $as_echo_n "checking for shmat in -lipc... " >&6; }
9544 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9545 $as_echo_n "(cached) " >&6
9547 ac_check_lib_save_LIBS
=$LIBS
9549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9550 /* end confdefs.h. */
9552 /* Override any GCC internal prototype to avoid an error.
9553 Use char because int might match the return type of a GCC
9554 builtin and then its argument prototype would still apply. */
9567 if ac_fn_c_try_link
"$LINENO"; then :
9568 ac_cv_lib_ipc_shmat
=yes
9570 ac_cv_lib_ipc_shmat
=no
9572 rm -f core conftest.err conftest.
$ac_objext \
9573 conftest
$ac_exeext conftest.
$ac_ext
9574 LIBS
=$ac_check_lib_save_LIBS
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9577 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9578 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9579 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9585 # Check for libraries that X11R6 Xt/Xaw programs need.
9586 ac_save_LDFLAGS
=$LDFLAGS
9587 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9588 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9589 # check for ICE first), but we must link in the order -lSM -lICE or
9590 # we get undefined symbols. So assume we have SM if we have ICE.
9591 # These have to be linked with before -lX11, unlike the other
9592 # libraries we check for below, so use a different variable.
9593 # John Interrante, Karl Berry
9594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9595 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9596 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9597 $as_echo_n "(cached) " >&6
9599 ac_check_lib_save_LIBS
=$LIBS
9600 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9602 /* end confdefs.h. */
9604 /* Override any GCC internal prototype to avoid an error.
9605 Use char because int might match the return type of a GCC
9606 builtin and then its argument prototype would still apply. */
9610 char IceConnectionNumber ();
9614 return IceConnectionNumber ();
9619 if ac_fn_c_try_link
"$LINENO"; then :
9620 ac_cv_lib_ICE_IceConnectionNumber
=yes
9622 ac_cv_lib_ICE_IceConnectionNumber
=no
9624 rm -f core conftest.err conftest.
$ac_objext \
9625 conftest
$ac_exeext conftest.
$ac_ext
9626 LIBS
=$ac_check_lib_save_LIBS
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9629 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9630 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9631 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9634 LDFLAGS
=$ac_save_LDFLAGS
9639 if test "$have_x" = "yes"
9641 ac_save_CPPFLAGS
="$CPPFLAGS"
9642 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9645 $as_echo_n "checking for -lX11... " >&6; }
9646 if ${ac_cv_lib_soname_X11+:} false
; then :
9647 $as_echo_n "(cached) " >&6
9649 ac_check_soname_save_LIBS
=$LIBS
9650 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9652 /* end confdefs.h. */
9654 /* Override any GCC internal prototype to avoid an error.
9655 Use char because int might match the return type of a GCC
9656 builtin and then its argument prototype would still apply. */
9660 char XCreateWindow ();
9664 return XCreateWindow ();
9669 if ac_fn_c_try_link
"$LINENO"; then :
9671 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9672 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'` ;;
9673 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9674 if ${ac_cv_lib_soname_X11:+false} :; then :
9675 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9679 rm -f core conftest.err conftest.
$ac_objext \
9680 conftest
$ac_exeext conftest.
$ac_ext
9681 LIBS
=$ac_check_soname_save_LIBS
9683 if ${ac_cv_lib_soname_X11:+false} :; then :
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9685 $as_echo "not found" >&6; }
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9689 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9691 cat >>confdefs.h
<<_ACEOF
9692 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9698 $as_echo_n "checking for -lXext... " >&6; }
9699 if ${ac_cv_lib_soname_Xext+:} false
; then :
9700 $as_echo_n "(cached) " >&6
9702 ac_check_soname_save_LIBS
=$LIBS
9703 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9705 /* end confdefs.h. */
9707 /* Override any GCC internal prototype to avoid an error.
9708 Use char because int might match the return type of a GCC
9709 builtin and then its argument prototype would still apply. */
9713 char XextCreateExtension ();
9717 return XextCreateExtension ();
9722 if ac_fn_c_try_link
"$LINENO"; then :
9724 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9725 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'` ;;
9726 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9727 if ${ac_cv_lib_soname_Xext:+false} :; then :
9728 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9732 rm -f core conftest.err conftest.
$ac_objext \
9733 conftest
$ac_exeext conftest.
$ac_ext
9734 LIBS
=$ac_check_soname_save_LIBS
9736 if ${ac_cv_lib_soname_Xext:+false} :; then :
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9738 $as_echo "not found" >&6; }
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9742 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h
<<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9748 X_LIBS
="$X_LIBS -lXext"
9750 X_LIBS
="$X_LIBS -lX11"
9752 for ac_header
in X11
/Xlib.h \
9755 X11
/Xcursor
/Xcursor.h \
9756 X11
/extensions
/shape.h \
9757 X11
/extensions
/XInput.h \
9758 X11
/extensions
/XInput2.h \
9759 X11
/extensions
/XShm.h \
9760 X11
/extensions
/Xcomposite.h \
9761 X11
/extensions
/Xinerama.h \
9762 X11
/extensions
/Xrandr.h \
9763 X11
/extensions
/Xrender.h \
9764 X11
/extensions
/xf86vmode.h \
9765 X11
/extensions
/xf86vmproto.h
9767 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9768 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9769 # include <X11/Xlib.h>
9771 #ifdef HAVE_X11_XUTIL_H
9772 # include <X11/Xutil.h>
9775 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9776 cat >>confdefs.h
<<_ACEOF
9777 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9785 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9788 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9789 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9790 $as_echo_n "(cached) " >&6
9792 ac_check_lib_save_LIBS
=$LIBS
9793 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9795 /* end confdefs.h. */
9797 /* Override any GCC internal prototype to avoid an error.
9798 Use char because int might match the return type of a GCC
9799 builtin and then its argument prototype would still apply. */
9803 char XkbQueryExtension ();
9807 return XkbQueryExtension ();
9812 if ac_fn_c_try_link
"$LINENO"; then :
9813 ac_cv_lib_X11_XkbQueryExtension
=yes
9815 ac_cv_lib_X11_XkbQueryExtension
=no
9817 rm -f core conftest.err conftest.
$ac_objext \
9818 conftest
$ac_exeext conftest.
$ac_ext
9819 LIBS
=$ac_check_lib_save_LIBS
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9822 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9823 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9825 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9831 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9834 $as_echo_n "checking for -lXcursor... " >&6; }
9835 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9836 $as_echo_n "(cached) " >&6
9838 ac_check_soname_save_LIBS
=$LIBS
9839 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9841 /* end confdefs.h. */
9843 /* Override any GCC internal prototype to avoid an error.
9844 Use char because int might match the return type of a GCC
9845 builtin and then its argument prototype would still apply. */
9849 char XcursorImageLoadCursor ();
9853 return XcursorImageLoadCursor ();
9858 if ac_fn_c_try_link
"$LINENO"; then :
9860 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9861 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'` ;;
9862 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9863 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9864 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9868 rm -f core conftest.err conftest.
$ac_objext \
9869 conftest
$ac_exeext conftest.
$ac_ext
9870 LIBS
=$ac_check_soname_save_LIBS
9872 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9874 $as_echo "not found" >&6; }
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9878 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9880 cat >>confdefs.h
<<_ACEOF
9881 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9887 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9888 case "x$with_xcursor" in
9889 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9891 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9892 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9897 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9900 $as_echo_n "checking for -lXi... " >&6; }
9901 if ${ac_cv_lib_soname_Xi+:} false
; then :
9902 $as_echo_n "(cached) " >&6
9904 ac_check_soname_save_LIBS
=$LIBS
9905 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9907 /* end confdefs.h. */
9909 /* Override any GCC internal prototype to avoid an error.
9910 Use char because int might match the return type of a GCC
9911 builtin and then its argument prototype would still apply. */
9915 char XOpenDevice ();
9919 return XOpenDevice ();
9924 if ac_fn_c_try_link
"$LINENO"; then :
9926 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9927 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'` ;;
9928 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9929 if ${ac_cv_lib_soname_Xi:+false} :; then :
9930 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9934 rm -f core conftest.err conftest.
$ac_objext \
9935 conftest
$ac_exeext conftest.
$ac_ext
9936 LIBS
=$ac_check_soname_save_LIBS
9938 if ${ac_cv_lib_soname_Xi:+false} :; then :
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9940 $as_echo "not found" >&6; }
9943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9944 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9946 cat >>confdefs.h
<<_ACEOF
9947 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9953 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9954 case "x$with_xinput" in
9955 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9957 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9958 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9963 if test "x$ac_cv_lib_soname_Xi" != x
9965 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9966 case "x$with_xinput2" in
9967 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9969 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9970 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9976 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9979 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9980 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9981 $as_echo_n "(cached) " >&6
9983 ac_check_lib_save_LIBS
=$LIBS
9984 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9986 /* end confdefs.h. */
9988 /* Override any GCC internal prototype to avoid an error.
9989 Use char because int might match the return type of a GCC
9990 builtin and then its argument prototype would still apply. */
9994 char XShmQueryExtension ();
9998 return XShmQueryExtension ();
10003 if ac_fn_c_try_link
"$LINENO"; then :
10004 ac_cv_lib_Xext_XShmQueryExtension
=yes
10006 ac_cv_lib_Xext_XShmQueryExtension
=no
10008 rm -f core conftest.err conftest.
$ac_objext \
10009 conftest
$ac_exeext conftest.
$ac_ext
10010 LIBS
=$ac_check_lib_save_LIBS
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10013 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10014 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10016 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10021 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10022 case "x$with_xshm" in
10023 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10025 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10026 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10031 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10034 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10035 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10036 $as_echo_n "(cached) " >&6
10038 ac_check_lib_save_LIBS
=$LIBS
10039 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10040 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10041 /* end confdefs.h. */
10043 /* Override any GCC internal prototype to avoid an error.
10044 Use char because int might match the return type of a GCC
10045 builtin and then its argument prototype would still apply. */
10049 char XShapeQueryExtension ();
10053 return XShapeQueryExtension ();
10058 if ac_fn_c_try_link
"$LINENO"; then :
10059 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10061 ac_cv_lib_Xext_XShapeQueryExtension
=no
10063 rm -f core conftest.err conftest.
$ac_objext \
10064 conftest
$ac_exeext conftest.
$ac_ext
10065 LIBS
=$ac_check_lib_save_LIBS
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10068 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10069 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10071 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10076 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10077 case "x$with_xshape" in
10078 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10080 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10081 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10086 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10089 $as_echo_n "checking for -lXxf86vm... " >&6; }
10090 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10091 $as_echo_n "(cached) " >&6
10093 ac_check_soname_save_LIBS
=$LIBS
10094 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10096 /* end confdefs.h. */
10098 /* Override any GCC internal prototype to avoid an error.
10099 Use char because int might match the return type of a GCC
10100 builtin and then its argument prototype would still apply. */
10104 char XF86VidModeQueryExtension ();
10108 return XF86VidModeQueryExtension ();
10113 if ac_fn_c_try_link
"$LINENO"; then :
10115 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10116 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'` ;;
10117 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10118 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10119 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10123 rm -f core conftest.err conftest.
$ac_objext \
10124 conftest
$ac_exeext conftest.
$ac_ext
10125 LIBS
=$ac_check_soname_save_LIBS
10127 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10129 $as_echo "not found" >&6; }
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10133 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10135 cat >>confdefs.h
<<_ACEOF
10136 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10142 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10143 case "x$with_xxf86vm" in
10144 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10146 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10147 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10152 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10155 $as_echo_n "checking for -lXrender... " >&6; }
10156 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10157 $as_echo_n "(cached) " >&6
10159 ac_check_soname_save_LIBS
=$LIBS
10160 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10162 /* end confdefs.h. */
10164 /* Override any GCC internal prototype to avoid an error.
10165 Use char because int might match the return type of a GCC
10166 builtin and then its argument prototype would still apply. */
10170 char XRenderQueryExtension ();
10174 return XRenderQueryExtension ();
10179 if ac_fn_c_try_link
"$LINENO"; then :
10181 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10182 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'` ;;
10183 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10184 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10185 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10189 rm -f core conftest.err conftest.
$ac_objext \
10190 conftest
$ac_exeext conftest.
$ac_ext
10191 LIBS
=$ac_check_soname_save_LIBS
10193 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10195 $as_echo "not found" >&6; }
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10199 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10201 cat >>confdefs.h
<<_ACEOF
10202 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10206 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10207 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10208 $as_echo_n "(cached) " >&6
10210 ac_check_lib_save_LIBS
=$LIBS
10211 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10213 /* end confdefs.h. */
10215 /* Override any GCC internal prototype to avoid an error.
10216 Use char because int might match the return type of a GCC
10217 builtin and then its argument prototype would still apply. */
10221 char XRenderSetPictureTransform ();
10225 return XRenderSetPictureTransform ();
10230 if ac_fn_c_try_link
"$LINENO"; then :
10231 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10233 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10235 rm -f core conftest.err conftest.
$ac_objext \
10236 conftest
$ac_exeext conftest.
$ac_ext
10237 LIBS
=$ac_check_lib_save_LIBS
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10240 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10241 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10243 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10248 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10249 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10250 $as_echo_n "(cached) " >&6
10252 ac_check_lib_save_LIBS
=$LIBS
10253 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10255 /* end confdefs.h. */
10257 /* Override any GCC internal prototype to avoid an error.
10258 Use char because int might match the return type of a GCC
10259 builtin and then its argument prototype would still apply. */
10263 char XRenderCreateLinearGradient ();
10267 return XRenderCreateLinearGradient ();
10272 if ac_fn_c_try_link
"$LINENO"; then :
10273 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10275 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10277 rm -f core conftest.err conftest.
$ac_objext \
10278 conftest
$ac_exeext conftest.
$ac_ext
10279 LIBS
=$ac_check_lib_save_LIBS
10281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10282 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10283 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10285 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10292 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10293 case "x$with_xrender" in
10294 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10296 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10297 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10302 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10305 /* end confdefs.h. */
10306 #include <X11/Xlib.h>
10307 #include <X11/extensions/Xrandr.h>
10311 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10316 if ac_fn_c_try_compile
"$LINENO"; then :
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10318 $as_echo_n "checking for -lXrandr... " >&6; }
10319 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10320 $as_echo_n "(cached) " >&6
10322 ac_check_soname_save_LIBS
=$LIBS
10323 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10325 /* end confdefs.h. */
10327 /* Override any GCC internal prototype to avoid an error.
10328 Use char because int might match the return type of a GCC
10329 builtin and then its argument prototype would still apply. */
10333 char XRRQueryExtension ();
10337 return XRRQueryExtension ();
10342 if ac_fn_c_try_link
"$LINENO"; then :
10344 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10345 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'` ;;
10346 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10347 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10348 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10352 rm -f core conftest.err conftest.
$ac_objext \
10353 conftest
$ac_exeext conftest.
$ac_ext
10354 LIBS
=$ac_check_soname_save_LIBS
10356 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10358 $as_echo "not found" >&6; }
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10362 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10364 cat >>confdefs.h
<<_ACEOF
10365 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10369 /* end confdefs.h. */
10370 #include <X11/Xlib.h>
10371 #include <X11/extensions/Xrandr.h>
10375 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10380 if ac_fn_c_try_compile
"$LINENO"; then :
10382 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10385 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10388 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10390 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10391 case "x$with_xrandr" in
10392 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10394 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10395 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10400 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10402 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10403 /* end confdefs.h. */
10404 #include <X11/Xlib.h>
10405 #include <X11/extensions/Xinerama.h>
10409 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10414 if ac_fn_c_try_compile
"$LINENO"; then :
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10416 $as_echo_n "checking for -lXinerama... " >&6; }
10417 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10418 $as_echo_n "(cached) " >&6
10420 ac_check_soname_save_LIBS
=$LIBS
10421 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10423 /* end confdefs.h. */
10425 /* Override any GCC internal prototype to avoid an error.
10426 Use char because int might match the return type of a GCC
10427 builtin and then its argument prototype would still apply. */
10431 char XineramaQueryScreens ();
10435 return XineramaQueryScreens ();
10440 if ac_fn_c_try_link
"$LINENO"; then :
10442 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10443 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'` ;;
10444 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10445 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10446 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10450 rm -f core conftest.err conftest.
$ac_objext \
10451 conftest
$ac_exeext conftest.
$ac_ext
10452 LIBS
=$ac_check_soname_save_LIBS
10454 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10456 $as_echo "not found" >&6; }
10459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10460 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10462 cat >>confdefs.h
<<_ACEOF
10463 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10469 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10471 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10472 case "x$with_xinerama" in
10473 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10475 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10476 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10481 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10484 $as_echo_n "checking for -lXcomposite... " >&6; }
10485 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10486 $as_echo_n "(cached) " >&6
10488 ac_check_soname_save_LIBS
=$LIBS
10489 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10491 /* end confdefs.h. */
10493 /* Override any GCC internal prototype to avoid an error.
10494 Use char because int might match the return type of a GCC
10495 builtin and then its argument prototype would still apply. */
10499 char XCompositeRedirectWindow ();
10503 return XCompositeRedirectWindow ();
10508 if ac_fn_c_try_link
"$LINENO"; then :
10510 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10511 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'` ;;
10512 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10513 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10514 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10518 rm -f core conftest.err conftest.
$ac_objext \
10519 conftest
$ac_exeext conftest.
$ac_ext
10520 LIBS
=$ac_check_soname_save_LIBS
10522 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10524 $as_echo "not found" >&6; }
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10528 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10530 cat >>confdefs.h
<<_ACEOF
10531 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10537 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10538 case "x$with_xcomposite" in
10539 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10541 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10542 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10547 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10548 #include <X11/Xlib.h>
10551 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10553 cat >>confdefs.h
<<_ACEOF
10554 #define HAVE_XICCALLBACK_CALLBACK 1
10559 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10560 #include <X11/Xlib.h>
10563 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10565 cat >>confdefs.h
<<_ACEOF
10566 #define HAVE_XEVENT_XCOOKIE 1
10575 if test "x$with_opengl" != "xno"
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10578 $as_echo_n "checking for -lGL... " >&6; }
10579 if ${ac_cv_lib_soname_GL+:} false
; then :
10580 $as_echo_n "(cached) " >&6
10582 ac_check_soname_save_LIBS
=$LIBS
10583 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10584 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10585 /* end confdefs.h. */
10587 /* Override any GCC internal prototype to avoid an error.
10588 Use char because int might match the return type of a GCC
10589 builtin and then its argument prototype would still apply. */
10593 char glXCreateContext ();
10597 return glXCreateContext ();
10602 if ac_fn_c_try_link
"$LINENO"; then :
10604 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10605 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'` ;;
10606 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10607 if ${ac_cv_lib_soname_GL:+false} :; then :
10608 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10612 rm -f core conftest.err conftest.
$ac_objext \
10613 conftest
$ac_exeext conftest.
$ac_ext
10614 LIBS
=$ac_check_soname_save_LIBS
10616 if ${ac_cv_lib_soname_GL:+false} :; then :
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10618 $as_echo "not found" >&6; }
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10620 $as_echo_n "checking for -lGL... " >&6; }
10621 if ${ac_cv_lib_soname_GL+:} false
; then :
10622 $as_echo_n "(cached) " >&6
10624 ac_check_soname_save_LIBS
=$LIBS
10625 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"
10626 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10627 /* end confdefs.h. */
10629 /* Override any GCC internal prototype to avoid an error.
10630 Use char because int might match the return type of a GCC
10631 builtin and then its argument prototype would still apply. */
10635 char glXCreateContext ();
10639 return glXCreateContext ();
10644 if ac_fn_c_try_link
"$LINENO"; then :
10646 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10647 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'` ;;
10648 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10649 if ${ac_cv_lib_soname_GL:+false} :; then :
10650 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10654 rm -f core conftest.err conftest.
$ac_objext \
10655 conftest
$ac_exeext conftest.
$ac_ext
10656 LIBS
=$ac_check_soname_save_LIBS
10658 if ${ac_cv_lib_soname_GL:+false} :; then :
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10660 $as_echo "not found" >&6; }
10661 if test -f /usr
/X11R
6/lib
/libGL.a
10663 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10664 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10666 opengl_msg
="No OpenGL library found on this system."
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10670 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10672 cat >>confdefs.h
<<_ACEOF
10673 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10676 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"
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10680 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10682 cat >>confdefs.h
<<_ACEOF
10683 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10688 if test "x$with_glu" != "xno"
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10691 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10692 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10693 $as_echo_n "(cached) " >&6
10695 ac_check_lib_save_LIBS
=$LIBS
10696 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10698 /* end confdefs.h. */
10700 /* Override any GCC internal prototype to avoid an error.
10701 Use char because int might match the return type of a GCC
10702 builtin and then its argument prototype would still apply. */
10710 return gluLookAt ();
10715 if ac_fn_c_try_link
"$LINENO"; then :
10716 ac_cv_lib_GLU_gluLookAt
=yes
10718 ac_cv_lib_GLU_gluLookAt
=no
10720 rm -f core conftest.err conftest.
$ac_objext \
10721 conftest
$ac_exeext conftest.
$ac_ext
10722 LIBS
=$ac_check_lib_save_LIBS
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10725 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10726 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10730 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10731 case "x$with_glu" in
10732 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10734 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10735 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10741 if test "x$with_osmesa" != "xno"
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10744 $as_echo_n "checking for -lOSMesa... " >&6; }
10745 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10746 $as_echo_n "(cached) " >&6
10748 ac_check_soname_save_LIBS
=$LIBS
10749 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10751 /* end confdefs.h. */
10753 /* Override any GCC internal prototype to avoid an error.
10754 Use char because int might match the return type of a GCC
10755 builtin and then its argument prototype would still apply. */
10768 if ac_fn_c_try_link
"$LINENO"; then :
10770 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10771 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'` ;;
10772 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10773 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10774 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10778 rm -f core conftest.err conftest.
$ac_objext \
10779 conftest
$ac_exeext conftest.
$ac_ext
10780 LIBS
=$ac_check_soname_save_LIBS
10782 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10784 $as_echo "not found" >&6; }
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10788 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10790 cat >>confdefs.h
<<_ACEOF
10791 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10796 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10797 case "x$with_osmesa" in
10798 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10800 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10801 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10807 if test -n "$opengl_msg"; then :
10808 case "x$with_opengl" in
10809 x
) as_fn_append wine_warnings
"|$opengl_msg
10810 OpenGL and Direct3D won't be supported." ;;
10812 *) as_fn_error $?
"$opengl_msg
10813 OpenGL and Direct3D won't be supported.
10814 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10819 CPPFLAGS
="$ac_save_CPPFLAGS"
10824 if test "x$X_LIBS" = "x"; then :
10827 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10828 without X support, which probably isn't what you want. You will need
10829 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10830 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10832 enable_winex11_drv
=${enable_winex11_drv:-no}
10835 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10837 if test "$ac_cv_header_CL_cl_h" = "yes"
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10840 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10841 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10842 $as_echo_n "(cached) " >&6
10844 ac_check_lib_save_LIBS
=$LIBS
10845 LIBS
="-lOpenCL $LIBS"
10846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10847 /* end confdefs.h. */
10849 /* Override any GCC internal prototype to avoid an error.
10850 Use char because int might match the return type of a GCC
10851 builtin and then its argument prototype would still apply. */
10855 char clGetPlatformInfo ();
10859 return clGetPlatformInfo ();
10864 if ac_fn_c_try_link
"$LINENO"; then :
10865 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10867 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10869 rm -f core conftest.err conftest.
$ac_objext \
10870 conftest
$ac_exeext conftest.
$ac_ext
10871 LIBS
=$ac_check_lib_save_LIBS
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10874 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10875 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10876 OPENCL_LIBS
="-lOpenCL"
10881 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10882 case "x$with_opencl" in
10883 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10885 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10886 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10888 enable_opencl
=${enable_opencl:-no}
10891 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10894 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10895 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10896 $as_echo_n "(cached) " >&6
10898 ac_check_lib_save_LIBS
=$LIBS
10899 LIBS
="-lpcap $LIBS"
10900 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10901 /* end confdefs.h. */
10903 /* Override any GCC internal prototype to avoid an error.
10904 Use char because int might match the return type of a GCC
10905 builtin and then its argument prototype would still apply. */
10909 char pcap_create ();
10913 return pcap_create ();
10918 if ac_fn_c_try_link
"$LINENO"; then :
10919 ac_cv_lib_pcap_pcap_create
=yes
10921 ac_cv_lib_pcap_pcap_create
=no
10923 rm -f core conftest.err conftest.
$ac_objext \
10924 conftest
$ac_exeext conftest.
$ac_ext
10925 LIBS
=$ac_check_lib_save_LIBS
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10928 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10929 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10935 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10936 case "x$with_pcap" in
10937 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10939 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10940 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10942 enable_wpcap
=${enable_wpcap:-no}
10946 if test "x$with_xml" != "xno"
10948 if ${XML2_CFLAGS:+false} :; then :
10949 if ${PKG_CONFIG+:} false
; then :
10950 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10953 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10954 if ${XML2_LIBS:+false} :; then :
10955 if ${PKG_CONFIG+:} false
; then :
10956 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10959 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10960 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10961 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10962 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10963 ac_save_CPPFLAGS
=$CPPFLAGS
10964 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10965 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10967 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10968 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10969 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10970 cat >>confdefs.h
<<_ACEOF
10971 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10978 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"
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10981 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10982 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10983 $as_echo_n "(cached) " >&6
10985 ac_check_lib_save_LIBS
=$LIBS
10986 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10988 /* end confdefs.h. */
10990 /* Override any GCC internal prototype to avoid an error.
10991 Use char because int might match the return type of a GCC
10992 builtin and then its argument prototype would still apply. */
10996 char xmlParseMemory ();
11000 return xmlParseMemory ();
11005 if ac_fn_c_try_link
"$LINENO"; then :
11006 ac_cv_lib_xml2_xmlParseMemory
=yes
11008 ac_cv_lib_xml2_xmlParseMemory
=no
11010 rm -f core conftest.err conftest.
$ac_objext \
11011 conftest
$ac_exeext conftest.
$ac_ext
11012 LIBS
=$ac_check_lib_save_LIBS
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11015 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11016 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11018 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11025 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11026 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11027 $as_echo_n "(cached) " >&6
11029 ac_check_lib_save_LIBS
=$LIBS
11030 LIBS
="-lxml2 $XML2_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. */
11040 char xmlReadMemory ();
11044 return xmlReadMemory ();
11049 if ac_fn_c_try_link
"$LINENO"; then :
11050 ac_cv_lib_xml2_xmlReadMemory
=yes
11052 ac_cv_lib_xml2_xmlReadMemory
=no
11054 rm -f core conftest.err conftest.
$ac_objext \
11055 conftest
$ac_exeext conftest.
$ac_ext
11056 LIBS
=$ac_check_lib_save_LIBS
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11059 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11060 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11062 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11067 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11068 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11069 $as_echo_n "(cached) " >&6
11071 ac_check_lib_save_LIBS
=$LIBS
11072 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11074 /* end confdefs.h. */
11076 /* Override any GCC internal prototype to avoid an error.
11077 Use char because int might match the return type of a GCC
11078 builtin and then its argument prototype would still apply. */
11082 char xmlNewDocPI ();
11086 return xmlNewDocPI ();
11091 if ac_fn_c_try_link
"$LINENO"; then :
11092 ac_cv_lib_xml2_xmlNewDocPI
=yes
11094 ac_cv_lib_xml2_xmlNewDocPI
=no
11096 rm -f core conftest.err conftest.
$ac_objext \
11097 conftest
$ac_exeext conftest.
$ac_ext
11098 LIBS
=$ac_check_lib_save_LIBS
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11101 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11102 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11104 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11109 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11110 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11111 $as_echo_n "(cached) " >&6
11113 ac_check_lib_save_LIBS
=$LIBS
11114 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11124 char xmlSchemaSetParserStructuredErrors ();
11128 return xmlSchemaSetParserStructuredErrors ();
11133 if ac_fn_c_try_link
"$LINENO"; then :
11134 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11136 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11138 rm -f core conftest.err conftest.
$ac_objext \
11139 conftest
$ac_exeext conftest.
$ac_ext
11140 LIBS
=$ac_check_lib_save_LIBS
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11143 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11144 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11146 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11151 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11152 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11153 $as_echo_n "(cached) " >&6
11155 ac_check_lib_save_LIBS
=$LIBS
11156 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11158 /* end confdefs.h. */
11160 /* Override any GCC internal prototype to avoid an error.
11161 Use char because int might match the return type of a GCC
11162 builtin and then its argument prototype would still apply. */
11166 char xmlSchemaSetValidStructuredErrors ();
11170 return xmlSchemaSetValidStructuredErrors ();
11175 if ac_fn_c_try_link
"$LINENO"; then :
11176 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11178 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11180 rm -f core conftest.err conftest.
$ac_objext \
11181 conftest
$ac_exeext conftest.
$ac_ext
11182 LIBS
=$ac_check_lib_save_LIBS
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11185 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11186 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11188 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11193 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11194 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11195 $as_echo_n "(cached) " >&6
11197 ac_check_lib_save_LIBS
=$LIBS
11198 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11200 /* end confdefs.h. */
11202 /* Override any GCC internal prototype to avoid an error.
11203 Use char because int might match the return type of a GCC
11204 builtin and then its argument prototype would still apply. */
11208 char xmlFirstElementChild ();
11212 return xmlFirstElementChild ();
11217 if ac_fn_c_try_link
"$LINENO"; then :
11218 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11220 ac_cv_lib_xml2_xmlFirstElementChild
=no
11222 rm -f core conftest.err conftest.
$ac_objext \
11223 conftest
$ac_exeext conftest.
$ac_ext
11224 LIBS
=$ac_check_lib_save_LIBS
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11227 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11228 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11230 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11234 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11236 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11238 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11246 CPPFLAGS
=$ac_save_CPPFLAGS
11247 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11248 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11251 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11252 case "x$with_xml" in
11253 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11255 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11256 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11261 if test "x$with_xslt" != "xno"
11263 if ${XSLT_CFLAGS:+false} :; then :
11264 if ${PKG_CONFIG+:} false
; then :
11265 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11268 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11269 if ${XSLT_LIBS:+false} :; then :
11270 if ${PKG_CONFIG+:} false
; then :
11271 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11274 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11275 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11276 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11277 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11278 ac_save_CPPFLAGS
=$CPPFLAGS
11279 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11280 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11282 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11283 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11284 # include <libxslt/pattern.h>
11287 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11288 cat >>confdefs.h
<<_ACEOF
11289 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11296 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11299 $as_echo_n "checking for -lxslt... " >&6; }
11300 if ${ac_cv_lib_soname_xslt+:} false
; then :
11301 $as_echo_n "(cached) " >&6
11303 ac_check_soname_save_LIBS
=$LIBS
11304 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11314 char xsltCompilePattern ();
11318 return xsltCompilePattern ();
11323 if ac_fn_c_try_link
"$LINENO"; then :
11325 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11326 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'` ;;
11327 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11328 if ${ac_cv_lib_soname_xslt:+false} :; then :
11329 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11333 rm -f core conftest.err conftest.
$ac_objext \
11334 conftest
$ac_exeext conftest.
$ac_ext
11335 LIBS
=$ac_check_soname_save_LIBS
11337 if ${ac_cv_lib_soname_xslt:+false} :; then :
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11339 $as_echo "not found" >&6; }
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11343 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11345 cat >>confdefs.h
<<_ACEOF
11346 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11354 CPPFLAGS
=$ac_save_CPPFLAGS
11355 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11356 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11359 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11360 case "x$with_xslt" in
11361 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11363 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11364 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11369 if test "x$with_dbus" != "xno"
11371 if ${DBUS_CFLAGS:+false} :; then :
11372 if ${PKG_CONFIG+:} false
; then :
11373 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11377 if ${DBUS_LIBS:+false} :; then :
11378 if ${PKG_CONFIG+:} false
; then :
11379 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11384 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11385 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11386 ac_save_CPPFLAGS
=$CPPFLAGS
11387 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11388 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11389 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11391 $as_echo_n "checking for -ldbus-1... " >&6; }
11392 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11393 $as_echo_n "(cached) " >&6
11395 ac_check_soname_save_LIBS
=$LIBS
11396 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11398 /* end confdefs.h. */
11400 /* Override any GCC internal prototype to avoid an error.
11401 Use char because int might match the return type of a GCC
11402 builtin and then its argument prototype would still apply. */
11406 char dbus_connection_close ();
11410 return dbus_connection_close ();
11415 if ac_fn_c_try_link
"$LINENO"; then :
11417 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11418 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'` ;;
11419 *) 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'`
11420 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11421 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11425 rm -f core conftest.err conftest.
$ac_objext \
11426 conftest
$ac_exeext conftest.
$ac_ext
11427 LIBS
=$ac_check_soname_save_LIBS
11429 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11431 $as_echo "not found" >&6; }
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11435 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11437 cat >>confdefs.h
<<_ACEOF
11438 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11448 CPPFLAGS
=$ac_save_CPPFLAGS
11449 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11450 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11453 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11454 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11455 case "x$with_dbus" in
11456 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11458 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11459 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11464 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11466 if ${HAL_CFLAGS:+false} :; then :
11467 if ${PKG_CONFIG+:} false
; then :
11468 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11472 if ${HAL_LIBS:+false} :; then :
11473 if ${PKG_CONFIG+:} false
; then :
11474 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11478 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11479 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11480 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11481 ac_save_CPPFLAGS
=$CPPFLAGS
11482 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11483 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11484 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11486 $as_echo_n "checking for -lhal... " >&6; }
11487 if ${ac_cv_lib_soname_hal+:} false
; then :
11488 $as_echo_n "(cached) " >&6
11490 ac_check_soname_save_LIBS
=$LIBS
11491 LIBS
="-lhal $HAL_LIBS $LIBS"
11492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11493 /* end confdefs.h. */
11495 /* Override any GCC internal prototype to avoid an error.
11496 Use char because int might match the return type of a GCC
11497 builtin and then its argument prototype would still apply. */
11501 char libhal_ctx_new ();
11505 return libhal_ctx_new ();
11510 if ac_fn_c_try_link
"$LINENO"; then :
11512 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11513 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'` ;;
11514 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11515 if ${ac_cv_lib_soname_hal:+false} :; then :
11516 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11520 rm -f core conftest.err conftest.
$ac_objext \
11521 conftest
$ac_exeext conftest.
$ac_ext
11522 LIBS
=$ac_check_soname_save_LIBS
11524 if ${ac_cv_lib_soname_hal:+false} :; then :
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11526 $as_echo "not found" >&6; }
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11530 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11532 cat >>confdefs.h
<<_ACEOF
11533 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11543 CPPFLAGS
=$ac_save_CPPFLAGS
11544 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11545 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11547 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11548 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11549 case "x$with_hal" in
11550 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11552 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11553 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11559 if test "x$with_gnutls" != "xno"
11561 if ${GNUTLS_CFLAGS:+false} :; then :
11562 if ${PKG_CONFIG+:} false
; then :
11563 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11567 if ${GNUTLS_LIBS:+false} :; then :
11568 if ${PKG_CONFIG+:} false
; then :
11569 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11574 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11575 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11576 ac_save_CPPFLAGS
=$CPPFLAGS
11577 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11578 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11579 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11581 /* end confdefs.h. */
11582 #include <gnutls/gnutls.h>
11583 #include <gnutls/crypto.h>
11587 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11592 if ac_fn_c_try_compile
"$LINENO"; then :
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11594 $as_echo_n "checking for -lgnutls... " >&6; }
11595 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11596 $as_echo_n "(cached) " >&6
11598 ac_check_soname_save_LIBS
=$LIBS
11599 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h. */
11603 /* Override any GCC internal prototype to avoid an error.
11604 Use char because int might match the return type of a GCC
11605 builtin and then its argument prototype would still apply. */
11609 char gnutls_global_init ();
11613 return gnutls_global_init ();
11618 if ac_fn_c_try_link
"$LINENO"; then :
11620 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11621 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'` ;;
11622 *) 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'`
11623 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11624 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'`
11628 rm -f core conftest.err conftest.
$ac_objext \
11629 conftest
$ac_exeext conftest.
$ac_ext
11630 LIBS
=$ac_check_soname_save_LIBS
11632 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11634 $as_echo "not found" >&6; }
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11638 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11640 cat >>confdefs.h
<<_ACEOF
11641 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11646 ac_wine_check_funcs_save_LIBS
="$LIBS"
11647 LIBS
="$LIBS $GNUTLS_LIBS"
11648 for ac_func
in gnutls_hash
11650 ac_fn_c_check_func
"$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11651 if test "x$ac_cv_func_gnutls_hash" = xyes
; then :
11652 cat >>confdefs.h
<<_ACEOF
11653 #define HAVE_GNUTLS_HASH 1
11657 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11661 LIBS
="$ac_wine_check_funcs_save_LIBS"
11663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11669 CPPFLAGS
=$ac_save_CPPFLAGS
11670 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11671 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11674 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11675 case "x$with_gnutls" in
11676 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11678 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11679 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11685 if test "$ac_cv_header_ncurses_h" = "yes"
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11688 $as_echo_n "checking for -lncurses... " >&6; }
11689 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11690 $as_echo_n "(cached) " >&6
11692 ac_check_soname_save_LIBS
=$LIBS
11693 LIBS
="-lncurses $LIBS"
11694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11695 /* end confdefs.h. */
11697 /* Override any GCC internal prototype to avoid an error.
11698 Use char because int might match the return type of a GCC
11699 builtin and then its argument prototype would still apply. */
11712 if ac_fn_c_try_link
"$LINENO"; then :
11714 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11715 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'` ;;
11716 *) 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'`
11717 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11718 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11722 rm -f core conftest.err conftest.
$ac_objext \
11723 conftest
$ac_exeext conftest.
$ac_ext
11724 LIBS
=$ac_check_soname_save_LIBS
11726 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11728 $as_echo "not found" >&6; }
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11732 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11734 cat >>confdefs.h
<<_ACEOF
11735 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11738 CURSES_LIBS
="-lncurses"
11740 elif test "$ac_cv_header_curses_h" = "yes"
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11743 $as_echo_n "checking for -lcurses... " >&6; }
11744 if ${ac_cv_lib_soname_curses+:} false
; then :
11745 $as_echo_n "(cached) " >&6
11747 ac_check_soname_save_LIBS
=$LIBS
11748 LIBS
="-lcurses $LIBS"
11749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11750 /* end confdefs.h. */
11752 /* Override any GCC internal prototype to avoid an error.
11753 Use char because int might match the return type of a GCC
11754 builtin and then its argument prototype would still apply. */
11767 if ac_fn_c_try_link
"$LINENO"; then :
11769 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11770 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'` ;;
11771 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11772 if ${ac_cv_lib_soname_curses:+false} :; then :
11773 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11777 rm -f core conftest.err conftest.
$ac_objext \
11778 conftest
$ac_exeext conftest.
$ac_ext
11779 LIBS
=$ac_check_soname_save_LIBS
11781 if ${ac_cv_lib_soname_curses:+false} :; then :
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11783 $as_echo "not found" >&6; }
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11787 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11789 cat >>confdefs.h
<<_ACEOF
11790 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11793 CURSES_LIBS
="-lcurses"
11796 ac_save_LIBS
="$LIBS"
11797 LIBS
="$LIBS $CURSES_LIBS"
11798 for ac_func
in mousemask
11800 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11801 if test "x$ac_cv_func_mousemask" = xyes
; then :
11802 cat >>confdefs.h
<<_ACEOF
11803 #define HAVE_MOUSEMASK 1
11809 LIBS
="$ac_save_LIBS"
11810 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11811 case "x$with_curses" in
11812 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11814 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11815 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11820 if test "x$with_sane" != "xno"
11822 if ${SANE_CFLAGS:+false} :; then :
11823 if ${PKG_CONFIG+:} false
; then :
11824 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11827 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11828 if ${SANE_LIBS:+false} :; then :
11829 if ${PKG_CONFIG+:} false
; then :
11830 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11833 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11835 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11836 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11837 ac_save_CPPFLAGS
=$CPPFLAGS
11838 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11839 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11840 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11842 $as_echo_n "checking for -lsane... " >&6; }
11843 if ${ac_cv_lib_soname_sane+:} false
; then :
11844 $as_echo_n "(cached) " >&6
11846 ac_check_soname_save_LIBS
=$LIBS
11847 LIBS
="-lsane $SANE_LIBS $LIBS"
11848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11849 /* end confdefs.h. */
11851 /* Override any GCC internal prototype to avoid an error.
11852 Use char because int might match the return type of a GCC
11853 builtin and then its argument prototype would still apply. */
11861 return sane_init ();
11866 if ac_fn_c_try_link
"$LINENO"; then :
11868 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11869 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'` ;;
11870 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11871 if ${ac_cv_lib_soname_sane:+false} :; then :
11872 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11876 rm -f core conftest.err conftest.
$ac_objext \
11877 conftest
$ac_exeext conftest.
$ac_ext
11878 LIBS
=$ac_check_soname_save_LIBS
11880 if ${ac_cv_lib_soname_sane:+false} :; then :
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11882 $as_echo "not found" >&6; }
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11886 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11888 cat >>confdefs.h
<<_ACEOF
11889 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11899 CPPFLAGS
=$ac_save_CPPFLAGS
11900 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11901 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11904 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11905 case "x$with_sane" in
11906 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11908 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11909 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11914 if test "x$with_v4l" != "xno"
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11917 $as_echo_n "checking for -lv4l1... " >&6; }
11918 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11919 $as_echo_n "(cached) " >&6
11921 ac_check_soname_save_LIBS
=$LIBS
11922 LIBS
="-lv4l1 $LIBS"
11923 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11924 /* end confdefs.h. */
11926 /* Override any GCC internal prototype to avoid an error.
11927 Use char because int might match the return type of a GCC
11928 builtin and then its argument prototype would still apply. */
11936 return v4l1_open ();
11941 if ac_fn_c_try_link
"$LINENO"; then :
11943 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11944 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'` ;;
11945 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11946 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11947 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11951 rm -f core conftest.err conftest.
$ac_objext \
11952 conftest
$ac_exeext conftest.
$ac_ext
11953 LIBS
=$ac_check_soname_save_LIBS
11955 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11957 $as_echo "not found" >&6; }
11960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11961 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11963 cat >>confdefs.h
<<_ACEOF
11964 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11970 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11971 case "x$with_v4l" in
11972 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11974 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11975 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11980 if test "x$with_gphoto" != "xno"
11982 if ${GPHOTO2_CFLAGS:+false} :; then :
11983 if ${PKG_CONFIG+:} false
; then :
11984 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11987 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11988 if ${GPHOTO2_LIBS:+false} :; then :
11989 if ${PKG_CONFIG+:} false
; then :
11990 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11993 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11994 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11995 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11996 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11997 ac_save_CPPFLAGS
=$CPPFLAGS
11998 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11999 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
12000 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
12002 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12003 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12004 $as_echo_n "(cached) " >&6
12006 ac_check_lib_save_LIBS
=$LIBS
12007 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12009 /* end confdefs.h. */
12011 /* Override any GCC internal prototype to avoid an error.
12012 Use char because int might match the return type of a GCC
12013 builtin and then its argument prototype would still apply. */
12017 char gp_camera_new ();
12021 return gp_camera_new ();
12026 if ac_fn_c_try_link
"$LINENO"; then :
12027 ac_cv_lib_gphoto2_gp_camera_new
=yes
12029 ac_cv_lib_gphoto2_gp_camera_new
=no
12031 rm -f core conftest.err conftest.
$ac_objext \
12032 conftest
$ac_exeext conftest.
$ac_ext
12033 LIBS
=$ac_check_lib_save_LIBS
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12036 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12037 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12039 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12042 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12046 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12050 CPPFLAGS
=$ac_save_CPPFLAGS
12051 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12052 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12054 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12055 if ${PKG_CONFIG+:} false
; then :
12056 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12059 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12060 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12061 if ${PKG_CONFIG+:} false
; then :
12062 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12065 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12066 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12067 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12068 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12069 ac_save_CPPFLAGS
=$CPPFLAGS
12070 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12071 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12072 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12074 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12075 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12076 $as_echo_n "(cached) " >&6
12078 ac_check_lib_save_LIBS
=$LIBS
12079 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12081 /* end confdefs.h. */
12083 /* Override any GCC internal prototype to avoid an error.
12084 Use char because int might match the return type of a GCC
12085 builtin and then its argument prototype would still apply. */
12089 char gp_port_info_list_new ();
12093 return gp_port_info_list_new ();
12098 if ac_fn_c_try_link
"$LINENO"; then :
12099 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12101 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12103 rm -f core conftest.err conftest.
$ac_objext \
12104 conftest
$ac_exeext conftest.
$ac_ext
12105 LIBS
=$ac_check_lib_save_LIBS
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12108 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12109 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12111 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12114 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12118 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12122 CPPFLAGS
=$ac_save_CPPFLAGS
12123 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12124 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12127 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12128 case "x$with_gphoto" in
12129 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12131 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12132 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12136 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12137 case "x$with_gphoto" in
12138 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12140 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12141 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12147 if test "$ac_cv_header_resolv_h" = "yes"
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12150 $as_echo_n "checking for resolver library... " >&6; }
12151 if ${ac_cv_have_resolv+:} false
; then :
12152 $as_echo_n "(cached) " >&6
12154 ac_save_LIBS
="$LIBS"
12155 for lib
in '' -lresolv
12157 LIBS
="$lib $ac_save_LIBS"
12158 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12159 /* end confdefs.h. */
12160 #ifdef HAVE_NETINET_IN_H
12161 #include <netinet/in.h>
12163 #include <resolv.h>
12167 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12172 if ac_fn_c_try_link
"$LINENO"; then :
12173 ac_cv_have_resolv
=${lib:-"none required"}
12175 ac_cv_have_resolv
="not found"
12177 rm -f core conftest.err conftest.
$ac_objext \
12178 conftest
$ac_exeext conftest.
$ac_ext
12179 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12181 LIBS
="$ac_save_LIBS"
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12184 $as_echo "$ac_cv_have_resolv" >&6; }
12186 case "$ac_cv_have_resolv" in
12190 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12193 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12195 RESOLV_LIBS
=$ac_cv_have_resolv
12200 if test "x$with_cms" != "xno"
12202 if ${LCMS2_CFLAGS:+false} :; then :
12203 if ${PKG_CONFIG+:} false
; then :
12204 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12208 if ${LCMS2_LIBS:+false} :; then :
12209 if ${PKG_CONFIG+:} false
; then :
12210 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12214 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12215 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12216 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12217 ac_save_CPPFLAGS
=$CPPFLAGS
12218 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12219 for ac_header
in lcms2.h
12221 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12222 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12223 cat >>confdefs.h
<<_ACEOF
12224 #define HAVE_LCMS2_H 1
12231 if test "$ac_cv_header_lcms2_h" = "yes"
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12234 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12235 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12236 $as_echo_n "(cached) " >&6
12238 ac_check_lib_save_LIBS
=$LIBS
12239 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12241 /* end confdefs.h. */
12243 /* Override any GCC internal prototype to avoid an error.
12244 Use char because int might match the return type of a GCC
12245 builtin and then its argument prototype would still apply. */
12249 char cmsOpenProfileFromFile ();
12253 return cmsOpenProfileFromFile ();
12258 if ac_fn_c_try_link
"$LINENO"; then :
12259 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12261 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12263 rm -f core conftest.err conftest.
$ac_objext \
12264 conftest
$ac_exeext conftest.
$ac_ext
12265 LIBS
=$ac_check_lib_save_LIBS
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12268 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12269 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12271 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12281 CPPFLAGS
=$ac_save_CPPFLAGS
12282 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12283 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12286 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12287 case "x$with_cms" in
12288 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12290 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12291 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12296 if test "x$with_freetype" != "xno"
12298 if ${FREETYPE_CFLAGS:+false} :; then :
12299 if ${PKG_CONFIG+:} false
; then :
12300 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12303 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12304 if ${FREETYPE_LIBS:+false} :; then :
12305 if ${PKG_CONFIG+:} false
; then :
12306 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12309 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12310 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12311 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12312 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12313 ac_save_CPPFLAGS
=$CPPFLAGS
12314 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12315 for ac_header
in ft2build.h
12317 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12318 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12319 cat >>confdefs.h
<<_ACEOF
12320 #define HAVE_FT2BUILD_H 1
12327 if test "$ac_cv_header_ft2build_h" = "yes"
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12330 $as_echo_n "checking for -lfreetype... " >&6; }
12331 if ${ac_cv_lib_soname_freetype+:} false
; then :
12332 $as_echo_n "(cached) " >&6
12334 ac_check_soname_save_LIBS
=$LIBS
12335 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12337 /* end confdefs.h. */
12339 /* Override any GCC internal prototype to avoid an error.
12340 Use char because int might match the return type of a GCC
12341 builtin and then its argument prototype would still apply. */
12345 char FT_Init_FreeType ();
12349 return FT_Init_FreeType ();
12354 if ac_fn_c_try_link
"$LINENO"; then :
12356 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12357 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'` ;;
12358 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12359 if ${ac_cv_lib_soname_freetype:+false} :; then :
12360 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12364 rm -f core conftest.err conftest.
$ac_objext \
12365 conftest
$ac_exeext conftest.
$ac_ext
12366 LIBS
=$ac_check_soname_save_LIBS
12368 if ${ac_cv_lib_soname_freetype:+false} :; then :
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12370 $as_echo "not found" >&6; }
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12374 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12376 cat >>confdefs.h
<<_ACEOF
12377 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12381 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12383 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12384 #include FT_MODULE_H
12386 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12388 cat >>confdefs.h
<<_ACEOF
12389 #define HAVE_FT_TRUETYPEENGINETYPE 1
12400 CPPFLAGS
=$ac_save_CPPFLAGS
12401 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12402 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12405 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12406 case "x$with_freetype" in
12408 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12409 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12411 enable_fonts
=${enable_fonts:-no}
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12415 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12416 if ${ac_cv_c_ppdev+:} false
; then :
12417 $as_echo_n "(cached) " >&6
12419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12420 /* end confdefs.h. */
12421 #ifdef HAVE_SYS_IOCTL_H
12422 # include <sys/ioctl.h>
12424 #include <linux/ppdev.h>
12428 ioctl (1,PPCLAIM,0)
12433 if ac_fn_c_try_compile
"$LINENO"; then :
12434 ac_cv_c_ppdev
="yes"
12438 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12441 $as_echo "$ac_cv_c_ppdev" >&6; }
12442 if test "$ac_cv_c_ppdev" = "yes"
12445 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12449 ac_wine_check_funcs_save_LIBS
="$LIBS"
12450 LIBS
="$LIBS $PTHREAD_LIBS"
12452 pthread_attr_get_np \
12453 pthread_getattr_np \
12454 pthread_getthreadid_np \
12455 pthread_get_stackaddr_np \
12456 pthread_get_stacksize_np
12458 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12459 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12460 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12461 cat >>confdefs.h
<<_ACEOF
12462 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12468 LIBS
="$ac_wine_check_funcs_save_LIBS"
12470 if test "$ac_cv_header_zlib_h" = "yes"
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12473 $as_echo_n "checking for inflate in -lz... " >&6; }
12474 if ${ac_cv_lib_z_inflate+:} false
; then :
12475 $as_echo_n "(cached) " >&6
12477 ac_check_lib_save_LIBS
=$LIBS
12479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12480 /* end confdefs.h. */
12482 /* Override any GCC internal prototype to avoid an error.
12483 Use char because int might match the return type of a GCC
12484 builtin and then its argument prototype would still apply. */
12497 if ac_fn_c_try_link
"$LINENO"; then :
12498 ac_cv_lib_z_inflate
=yes
12500 ac_cv_lib_z_inflate
=no
12502 rm -f core conftest.err conftest.
$ac_objext \
12503 conftest
$ac_exeext conftest.
$ac_ext
12504 LIBS
=$ac_check_lib_save_LIBS
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12507 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12508 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12510 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12517 if test "x$Z_LIBS" = "x"; then :
12518 case "x$with_zlib" in
12519 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12521 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12522 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12527 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12529 if test "$ac_cv_header_gettext_po_h" = "yes"
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12532 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12533 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12534 $as_echo_n "(cached) " >&6
12536 ac_check_lib_save_LIBS
=$LIBS
12537 LIBS
="-lgettextpo $LIBS"
12538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12539 /* end confdefs.h. */
12541 /* Override any GCC internal prototype to avoid an error.
12542 Use char because int might match the return type of a GCC
12543 builtin and then its argument prototype would still apply. */
12547 char po_message_msgctxt ();
12551 return po_message_msgctxt ();
12556 if ac_fn_c_try_link
"$LINENO"; then :
12557 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12559 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12561 rm -f core conftest.err conftest.
$ac_objext \
12562 conftest
$ac_exeext conftest.
$ac_ext
12563 LIBS
=$ac_check_lib_save_LIBS
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12566 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12567 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12569 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12571 GETTEXTPO_LIBS
="-lgettextpo"
12576 if test "x$GETTEXTPO_LIBS" = "x"; then :
12577 case "x$with_gettextpo" in
12578 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12580 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12581 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12585 if test "$srcdir" != .
; then :
12586 case "x$with_gettextpo" in
12587 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12589 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12590 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12596 if test "x$with_pulse" != "xno";
12598 if ${PULSE_CFLAGS:+false} :; then :
12599 if ${PKG_CONFIG+:} false
; then :
12600 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12604 if ${PULSE_LIBS:+false} :; then :
12605 if ${PKG_CONFIG+:} false
; then :
12606 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12611 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12612 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12613 ac_save_CPPFLAGS
=$CPPFLAGS
12614 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12615 for ac_header
in pulse
/pulseaudio.h
12617 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12618 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12619 cat >>confdefs.h
<<_ACEOF
12620 #define HAVE_PULSE_PULSEAUDIO_H 1
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12623 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12624 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12625 $as_echo_n "(cached) " >&6
12627 ac_check_lib_save_LIBS
=$LIBS
12628 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12630 /* end confdefs.h. */
12632 /* Override any GCC internal prototype to avoid an error.
12633 Use char because int might match the return type of a GCC
12634 builtin and then its argument prototype would still apply. */
12638 char pa_stream_is_corked ();
12642 return pa_stream_is_corked ();
12647 if ac_fn_c_try_link
"$LINENO"; then :
12648 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12650 ac_cv_lib_pulse_pa_stream_is_corked
=no
12652 rm -f core conftest.err conftest.
$ac_objext \
12653 conftest
$ac_exeext conftest.
$ac_ext
12654 LIBS
=$ac_check_lib_save_LIBS
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12657 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12658 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12670 CPPFLAGS
=$ac_save_CPPFLAGS
12671 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12672 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12675 if test -z "$PULSE_LIBS"; then :
12676 case "x$with_pulse" in
12677 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12679 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12680 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12682 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12685 if test "x$with_gstreamer" != "xno"
12687 if ${GSTREAMER_CFLAGS:+false} :; then :
12688 if ${PKG_CONFIG+:} false
; then :
12689 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12693 if ${GSTREAMER_LIBS:+false} :; then :
12694 if ${PKG_CONFIG+:} false
; then :
12695 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12700 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12701 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12702 ac_save_CPPFLAGS
=$CPPFLAGS
12703 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12705 for i
in $GSTREAMER_CFLAGS
12708 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12711 GSTREAMER_CFLAGS
=$ac_gst_incl
12712 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12713 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12714 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12716 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12717 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12718 /* end confdefs.h. */
12719 #include <gst/gst.h>
12723 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12728 if ac_fn_c_try_compile
"$LINENO"; then :
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12730 $as_echo "yes" >&6; }
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12732 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12733 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12734 $as_echo_n "(cached) " >&6
12736 ac_check_lib_save_LIBS
=$LIBS
12737 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12747 char gst_pad_new ();
12751 return gst_pad_new ();
12756 if ac_fn_c_try_link
"$LINENO"; then :
12757 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12759 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12761 rm -f core conftest.err conftest.
$ac_objext \
12762 conftest
$ac_exeext conftest.
$ac_ext
12763 LIBS
=$ac_check_lib_save_LIBS
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12766 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12767 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12773 $as_echo "no" >&6; }
12774 ac_glib2_broken
=yes
12775 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12781 CPPFLAGS
=$ac_save_CPPFLAGS
12782 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12783 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12786 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 :
12787 case "x$with_gstreamer" in
12788 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12790 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12791 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12795 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12799 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12802 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12803 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12804 $as_echo_n "(cached) " >&6
12806 ac_check_lib_save_LIBS
=$LIBS
12807 LIBS
="-lasound $LIBS"
12808 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12809 /* end confdefs.h. */
12811 /* Override any GCC internal prototype to avoid an error.
12812 Use char because int might match the return type of a GCC
12813 builtin and then its argument prototype would still apply. */
12817 char snd_pcm_hw_params_get_access_mask ();
12821 return snd_pcm_hw_params_get_access_mask ();
12826 if ac_fn_c_try_link
"$LINENO"; then :
12827 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12829 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12831 rm -f core conftest.err conftest.
$ac_objext \
12832 conftest
$ac_exeext conftest.
$ac_ext
12833 LIBS
=$ac_check_lib_save_LIBS
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12836 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12837 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12838 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12839 /* end confdefs.h. */
12840 #ifdef HAVE_ALSA_ASOUNDLIB_H
12841 #include <alsa/asoundlib.h>
12842 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12843 #include <sys/asoundlib.h>
12848 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12853 if ac_fn_c_try_compile
"$LINENO"; then :
12854 ALSA_LIBS
="-lasound"
12856 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12860 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12862 if test "x$with_oss" != xno
12864 ac_save_CPPFLAGS
="$CPPFLAGS"
12865 if test -f /etc
/oss.conf
12869 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12870 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12871 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12872 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12873 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12875 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12877 cat >>confdefs.h
<<_ACEOF
12878 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12881 OSS4_CFLAGS
="$ac_oss_incl"
12888 CPPFLAGS
="$ac_save_CPPFLAGS"
12890 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
12891 case "x$with_oss" in
12892 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12894 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12895 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12897 enable_wineoss_drv
=${enable_wineoss_drv:-no}
12900 if test "x$with_capi" != "xno"
12902 if ${CAPI20_CFLAGS:+false} :; then :
12903 if ${PKG_CONFIG+:} false
; then :
12904 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12908 if ${CAPI20_LIBS:+false} :; then :
12909 if ${PKG_CONFIG+:} false
; then :
12910 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12915 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12916 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12917 ac_save_CPPFLAGS
=$CPPFLAGS
12918 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12919 for ac_header
in capi20.h linux
/capi.h
12921 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12922 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12924 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12925 cat >>confdefs.h
<<_ACEOF
12926 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12933 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12936 $as_echo_n "checking for -lcapi20... " >&6; }
12937 if ${ac_cv_lib_soname_capi20+:} false
; then :
12938 $as_echo_n "(cached) " >&6
12940 ac_check_soname_save_LIBS
=$LIBS
12941 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12943 /* end confdefs.h. */
12945 /* Override any GCC internal prototype to avoid an error.
12946 Use char because int might match the return type of a GCC
12947 builtin and then its argument prototype would still apply. */
12951 char capi20_register ();
12955 return capi20_register ();
12960 if ac_fn_c_try_link
"$LINENO"; then :
12962 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12963 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'` ;;
12964 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12965 if ${ac_cv_lib_soname_capi20:+false} :; then :
12966 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12970 rm -f core conftest.err conftest.
$ac_objext \
12971 conftest
$ac_exeext conftest.
$ac_ext
12972 LIBS
=$ac_check_soname_save_LIBS
12974 if ${ac_cv_lib_soname_capi20:+false} :; then :
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12976 $as_echo "not found" >&6; }
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12980 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12982 cat >>confdefs.h
<<_ACEOF
12983 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12989 CPPFLAGS
=$ac_save_CPPFLAGS
12990 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12991 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12994 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12995 case "x$with_capi" in
12996 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12998 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12999 This is an error since --with-capi was requested." "$LINENO" 5 ;;
13006 if test "x$with_cups" != "xno"
13008 ac_save_CPPFLAGS
="$CPPFLAGS"
13009 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
13010 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
13011 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
13012 for ac_header
in cups
/cups.h
13014 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13015 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13016 cat >>confdefs.h
<<_ACEOF
13017 #define HAVE_CUPS_CUPS_H 1
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13020 $as_echo_n "checking for -lcups... " >&6; }
13021 if ${ac_cv_lib_soname_cups+:} false
; then :
13022 $as_echo_n "(cached) " >&6
13024 ac_check_soname_save_LIBS
=$LIBS
13025 LIBS
="-lcups $ac_cups_libs $LIBS"
13026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13027 /* end confdefs.h. */
13029 /* Override any GCC internal prototype to avoid an error.
13030 Use char because int might match the return type of a GCC
13031 builtin and then its argument prototype would still apply. */
13035 char cupsGetDefault ();
13039 return cupsGetDefault ();
13044 if ac_fn_c_try_link
"$LINENO"; then :
13046 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13047 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'` ;;
13048 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13049 if ${ac_cv_lib_soname_cups:+false} :; then :
13050 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13054 rm -f core conftest.err conftest.
$ac_objext \
13055 conftest
$ac_exeext conftest.
$ac_ext
13056 LIBS
=$ac_check_soname_save_LIBS
13058 if ${ac_cv_lib_soname_cups:+false} :; then :
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13060 $as_echo "not found" >&6; }
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13064 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13066 cat >>confdefs.h
<<_ACEOF
13067 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13070 CUPS_CFLAGS
="$ac_cups_cflags"
13072 for ac_header
in cups
/ppd.h
13074 ac_fn_c_check_header_mongrel
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13075 if test "x$ac_cv_header_cups_ppd_h" = xyes
; then :
13076 cat >>confdefs.h
<<_ACEOF
13077 #define HAVE_CUPS_PPD_H 1
13088 CPPFLAGS
="$ac_save_CPPFLAGS"
13090 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13091 case "x$with_cups" in
13092 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13094 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13095 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13100 if test "x$with_fontconfig" != "xno"
13102 if ${FONTCONFIG_CFLAGS:+false} :; then :
13103 if ${PKG_CONFIG+:} false
; then :
13104 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13107 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13108 if ${FONTCONFIG_LIBS:+false} :; then :
13109 if ${PKG_CONFIG+:} false
; then :
13110 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13113 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13115 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13116 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13117 ac_save_CPPFLAGS
=$CPPFLAGS
13118 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13119 for ac_header
in fontconfig
/fontconfig.h
13121 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13122 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13123 cat >>confdefs.h
<<_ACEOF
13124 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13131 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13134 $as_echo_n "checking for -lfontconfig... " >&6; }
13135 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13136 $as_echo_n "(cached) " >&6
13138 ac_check_soname_save_LIBS
=$LIBS
13139 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13140 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13141 /* end confdefs.h. */
13143 /* Override any GCC internal prototype to avoid an error.
13144 Use char because int might match the return type of a GCC
13145 builtin and then its argument prototype would still apply. */
13158 if ac_fn_c_try_link
"$LINENO"; then :
13160 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13161 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'` ;;
13162 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13163 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13164 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13168 rm -f core conftest.err conftest.
$ac_objext \
13169 conftest
$ac_exeext conftest.
$ac_ext
13170 LIBS
=$ac_check_soname_save_LIBS
13172 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13174 $as_echo "not found" >&6; }
13175 FONTCONFIG_CFLAGS
=""
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13178 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13180 cat >>confdefs.h
<<_ACEOF
13181 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13187 FONTCONFIG_CFLAGS
=""
13189 CPPFLAGS
=$ac_save_CPPFLAGS
13190 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13191 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13194 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13195 case "x$with_fontconfig" in
13196 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13198 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13199 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13204 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13207 $as_echo_n "checking for -lgsm... " >&6; }
13208 if ${ac_cv_lib_soname_gsm+:} false
; then :
13209 $as_echo_n "(cached) " >&6
13211 ac_check_soname_save_LIBS
=$LIBS
13213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13214 /* end confdefs.h. */
13216 /* Override any GCC internal prototype to avoid an error.
13217 Use char because int might match the return type of a GCC
13218 builtin and then its argument prototype would still apply. */
13222 char gsm_create ();
13226 return gsm_create ();
13231 if ac_fn_c_try_link
"$LINENO"; then :
13233 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13234 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'` ;;
13235 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13236 if ${ac_cv_lib_soname_gsm:+false} :; then :
13237 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13241 rm -f core conftest.err conftest.
$ac_objext \
13242 conftest
$ac_exeext conftest.
$ac_ext
13243 LIBS
=$ac_check_soname_save_LIBS
13245 if ${ac_cv_lib_soname_gsm:+false} :; then :
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13247 $as_echo "not found" >&6; }
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13251 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13253 cat >>confdefs.h
<<_ACEOF
13254 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13260 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13261 case "x$with_gsm" in
13262 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13264 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13265 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13270 if test "x$with_jpeg" != "xno"
13272 if ${JPEG_CFLAGS:+false} :; then :
13273 if ${PKG_CONFIG+:} false
; then :
13274 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13278 if ${JPEG_LIBS:+false} :; then :
13279 if ${PKG_CONFIG+:} false
; then :
13280 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13285 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13286 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13287 ac_save_CPPFLAGS
=$CPPFLAGS
13288 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13289 for ac_header
in jpeglib.h
13291 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13292 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13293 cat >>confdefs.h
<<_ACEOF
13294 #define HAVE_JPEGLIB_H 1
13301 if test "$ac_cv_header_jpeglib_h" = "yes"
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13304 $as_echo_n "checking for -ljpeg... " >&6; }
13305 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13306 $as_echo_n "(cached) " >&6
13308 ac_check_soname_save_LIBS
=$LIBS
13309 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13311 /* end confdefs.h. */
13313 /* Override any GCC internal prototype to avoid an error.
13314 Use char because int might match the return type of a GCC
13315 builtin and then its argument prototype would still apply. */
13319 char jpeg_start_decompress ();
13323 return jpeg_start_decompress ();
13328 if ac_fn_c_try_link
"$LINENO"; then :
13330 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13331 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'` ;;
13332 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13333 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13334 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13338 rm -f core conftest.err conftest.
$ac_objext \
13339 conftest
$ac_exeext conftest.
$ac_ext
13340 LIBS
=$ac_check_soname_save_LIBS
13342 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13344 $as_echo "not found" >&6; }
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13348 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13350 cat >>confdefs.h
<<_ACEOF
13351 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13359 CPPFLAGS
=$ac_save_CPPFLAGS
13360 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13361 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13364 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13365 case "x$with_jpeg" in
13366 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13368 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13369 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13374 if test "x$with_png" != "xno"
13376 if ${PNG_CFLAGS:+false} :; then :
13377 if ${PKG_CONFIG+:} false
; then :
13378 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13381 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13382 if ${PNG_LIBS:+false} :; then :
13383 if ${PKG_CONFIG+:} false
; then :
13384 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13387 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13389 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13390 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13391 ac_save_CPPFLAGS
=$CPPFLAGS
13392 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13393 for ac_header
in png.h
13395 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13396 if test "x$ac_cv_header_png_h" = xyes
; then :
13397 cat >>confdefs.h
<<_ACEOF
13398 #define HAVE_PNG_H 1
13405 if test "$ac_cv_header_png_h" = "yes"
13407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13408 $as_echo_n "checking for -lpng... " >&6; }
13409 if ${ac_cv_lib_soname_png+:} false
; then :
13410 $as_echo_n "(cached) " >&6
13412 ac_check_soname_save_LIBS
=$LIBS
13413 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13415 /* end confdefs.h. */
13417 /* Override any GCC internal prototype to avoid an error.
13418 Use char because int might match the return type of a GCC
13419 builtin and then its argument prototype would still apply. */
13423 char png_create_read_struct ();
13427 return png_create_read_struct ();
13432 if ac_fn_c_try_link
"$LINENO"; then :
13434 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13435 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'` ;;
13436 *) 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'`
13437 if ${ac_cv_lib_soname_png:+false} :; then :
13438 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13442 rm -f core conftest.err conftest.
$ac_objext \
13443 conftest
$ac_exeext conftest.
$ac_ext
13444 LIBS
=$ac_check_soname_save_LIBS
13446 if ${ac_cv_lib_soname_png:+false} :; then :
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13448 $as_echo "not found" >&6; }
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13452 $as_echo "$ac_cv_lib_soname_png" >&6; }
13454 cat >>confdefs.h
<<_ACEOF
13455 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13459 /* end confdefs.h. */
13464 typeof(png_set_expand_gray_1_2_4_to_8) *p
13469 if ac_fn_c_try_compile
"$LINENO"; then :
13471 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13474 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13479 CPPFLAGS
=$ac_save_CPPFLAGS
13480 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13481 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13484 if test "x$ac_cv_lib_soname_png" = "x"; then :
13485 case "x$with_png" in
13486 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13488 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13489 This is an error since --with-png was requested." "$LINENO" 5 ;;
13494 if test "x$with_tiff" != "xno"
13496 if ${TIFF_CFLAGS:+false} :; then :
13497 if ${PKG_CONFIG+:} false
; then :
13498 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13502 if ${TIFF_LIBS:+false} :; then :
13503 if ${PKG_CONFIG+:} false
; then :
13504 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13509 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13510 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13511 ac_save_CPPFLAGS
=$CPPFLAGS
13512 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13513 for ac_header
in tiffio.h
13515 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13516 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13517 cat >>confdefs.h
<<_ACEOF
13518 #define HAVE_TIFFIO_H 1
13525 if test "$ac_cv_header_tiffio_h" = "yes"
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13528 $as_echo_n "checking for -ltiff... " >&6; }
13529 if ${ac_cv_lib_soname_tiff+:} false
; then :
13530 $as_echo_n "(cached) " >&6
13532 ac_check_soname_save_LIBS
=$LIBS
13533 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13535 /* end confdefs.h. */
13537 /* Override any GCC internal prototype to avoid an error.
13538 Use char because int might match the return type of a GCC
13539 builtin and then its argument prototype would still apply. */
13543 char TIFFClientOpen ();
13547 return TIFFClientOpen ();
13552 if ac_fn_c_try_link
"$LINENO"; then :
13554 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13555 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'` ;;
13556 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13557 if ${ac_cv_lib_soname_tiff:+false} :; then :
13558 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13562 rm -f core conftest.err conftest.
$ac_objext \
13563 conftest
$ac_exeext conftest.
$ac_ext
13564 LIBS
=$ac_check_soname_save_LIBS
13566 if ${ac_cv_lib_soname_tiff:+false} :; then :
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13568 $as_echo "not found" >&6; }
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13572 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13574 cat >>confdefs.h
<<_ACEOF
13575 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13581 CPPFLAGS
=$ac_save_CPPFLAGS
13582 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13583 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13586 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13587 case "x$with_tiff" in
13588 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13590 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13591 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13596 if test "x$with_mpg123" != "xno"
13598 if ${MPG123_CFLAGS:+false} :; then :
13599 if ${PKG_CONFIG+:} false
; then :
13600 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13604 if ${MPG123_LIBS:+false} :; then :
13605 if ${PKG_CONFIG+:} false
; then :
13606 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13610 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13611 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13612 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13613 ac_save_CPPFLAGS
=$CPPFLAGS
13614 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13615 for ac_header
in mpg123.h
13617 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13618 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13619 cat >>confdefs.h
<<_ACEOF
13620 #define HAVE_MPG123_H 1
13627 if test "$ac_cv_header_mpg123_h" = "yes"
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13630 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13631 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13632 $as_echo_n "(cached) " >&6
13634 ac_check_lib_save_LIBS
=$LIBS
13635 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13637 /* end confdefs.h. */
13639 /* Override any GCC internal prototype to avoid an error.
13640 Use char because int might match the return type of a GCC
13641 builtin and then its argument prototype would still apply. */
13645 char mpg123_feed ();
13649 return mpg123_feed ();
13654 if ac_fn_c_try_link
"$LINENO"; then :
13655 ac_cv_lib_mpg123_mpg123_feed
=yes
13657 ac_cv_lib_mpg123_mpg123_feed
=no
13659 rm -f core conftest.err conftest.
$ac_objext \
13660 conftest
$ac_exeext conftest.
$ac_ext
13661 LIBS
=$ac_check_lib_save_LIBS
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13664 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13665 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13675 CPPFLAGS
=$ac_save_CPPFLAGS
13676 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13677 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13680 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13681 case "x$with_mpg123" in
13682 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13684 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13685 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13687 enable_winemp3_acm
=${enable_winemp3_acm:-no}
13690 if test "$ac_cv_header_AL_al_h" = "yes"
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13693 $as_echo_n "checking for -lopenal... " >&6; }
13694 if ${ac_cv_lib_soname_openal+:} false
; then :
13695 $as_echo_n "(cached) " >&6
13697 ac_check_soname_save_LIBS
=$LIBS
13698 LIBS
="-lopenal $LIBS"
13699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13700 /* end confdefs.h. */
13702 /* Override any GCC internal prototype to avoid an error.
13703 Use char because int might match the return type of a GCC
13704 builtin and then its argument prototype would still apply. */
13708 char alGetSource3i ();
13712 return alGetSource3i ();
13717 if ac_fn_c_try_link
"$LINENO"; then :
13719 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13720 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'` ;;
13721 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13722 if ${ac_cv_lib_soname_openal:+false} :; then :
13723 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13727 rm -f core conftest.err conftest.
$ac_objext \
13728 conftest
$ac_exeext conftest.
$ac_ext
13729 LIBS
=$ac_check_soname_save_LIBS
13731 if ${ac_cv_lib_soname_openal:+false} :; then :
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13733 $as_echo "not found" >&6; }
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13737 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13739 cat >>confdefs.h
<<_ACEOF
13740 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13743 OPENAL_LIBS
="-lopenal"
13745 ac_cv_lib_openal
=yes
13747 cat >>confdefs.h
<<_ACEOF
13748 #define HAVE_OPENAL 1
13753 if test "x$ac_cv_lib_openal" != xyes
; then :
13754 case "x$with_openal" in
13755 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13757 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13758 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13760 enable_openal32
=${enable_openal32:-no}
13763 if test "x$ac_cv_lib_openal" = xyes
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13766 $as_echo_n "checking for openal-soft... " >&6; }
13767 if ${ac_cv_have_openalsoft+:} false
; then :
13768 $as_echo_n "(cached) " >&6
13770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13771 /* end confdefs.h. */
13773 #include <AL/alc.h>
13774 #include <AL/alext.h>
13775 LPALCRENDERSAMPLESSOFT x;
13784 if ac_fn_c_try_compile
"$LINENO"; then :
13785 ac_cv_have_openalsoft
=yes
13787 ac_cv_have_openalsoft
=no
13789 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13792 $as_echo "$ac_cv_have_openalsoft" >&6; }
13794 if test "x$ac_cv_have_openalsoft" != xyes
13796 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13797 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
13798 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
13799 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
13800 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
13801 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
13802 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
13803 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
13804 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
13805 enable_xapofx1_1
=${enable_xapofx1_1:-no}
13806 enable_xapofx1_2
=${enable_xapofx1_2:-no}
13807 enable_xapofx1_3
=${enable_xapofx1_3:-no}
13808 enable_xapofx1_4
=${enable_xapofx1_4:-no}
13809 enable_xapofx1_5
=${enable_xapofx1_5:-no}
13810 enable_xaudio2_0
=${enable_xaudio2_0:-no}
13811 enable_xaudio2_1
=${enable_xaudio2_1:-no}
13812 enable_xaudio2_2
=${enable_xaudio2_2:-no}
13813 enable_xaudio2_3
=${enable_xaudio2_3:-no}
13814 enable_xaudio2_4
=${enable_xaudio2_4:-no}
13815 enable_xaudio2_5
=${enable_xaudio2_5:-no}
13816 enable_xaudio2_6
=${enable_xaudio2_6:-no}
13817 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13818 enable_xaudio2_8
=${enable_xaudio2_8:-no}
13819 enable_xaudio2_9
=${enable_xaudio2_9:-no}
13822 if test "$ac_cv_header_kstat_h" = "yes"
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13825 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13826 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13827 $as_echo_n "(cached) " >&6
13829 ac_check_lib_save_LIBS
=$LIBS
13830 LIBS
="-lkstat $LIBS"
13831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13832 /* end confdefs.h. */
13834 /* Override any GCC internal prototype to avoid an error.
13835 Use char because int might match the return type of a GCC
13836 builtin and then its argument prototype would still apply. */
13840 char kstat_open ();
13844 return kstat_open ();
13849 if ac_fn_c_try_link
"$LINENO"; then :
13850 ac_cv_lib_kstat_kstat_open
=yes
13852 ac_cv_lib_kstat_kstat_open
=no
13854 rm -f core conftest.err conftest.
$ac_objext \
13855 conftest
$ac_exeext conftest.
$ac_ext
13856 LIBS
=$ac_check_lib_save_LIBS
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13859 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13860 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13862 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13864 KSTAT_LIBS
="-lkstat"
13870 if test "$ac_cv_header_libprocstat_h" = "yes"
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13873 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13874 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13875 $as_echo_n "(cached) " >&6
13877 ac_check_lib_save_LIBS
=$LIBS
13878 LIBS
="-lprocstat $LIBS"
13879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13882 /* Override any GCC internal prototype to avoid an error.
13883 Use char because int might match the return type of a GCC
13884 builtin and then its argument prototype would still apply. */
13888 char procstat_open_sysctl ();
13892 return procstat_open_sysctl ();
13897 if ac_fn_c_try_link
"$LINENO"; then :
13898 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13900 ac_cv_lib_procstat_procstat_open_sysctl
=no
13902 rm -f core conftest.err conftest.
$ac_objext \
13903 conftest
$ac_exeext conftest.
$ac_ext
13904 LIBS
=$ac_check_lib_save_LIBS
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13907 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13908 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13910 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13912 PROCSTAT_LIBS
="-lprocstat"
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13919 $as_echo_n "checking for -lodbc... " >&6; }
13920 if ${ac_cv_lib_soname_odbc+:} false
; then :
13921 $as_echo_n "(cached) " >&6
13923 ac_check_soname_save_LIBS
=$LIBS
13924 LIBS
="-lodbc $LIBS"
13925 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13926 /* end confdefs.h. */
13928 /* Override any GCC internal prototype to avoid an error.
13929 Use char because int might match the return type of a GCC
13930 builtin and then its argument prototype would still apply. */
13934 char SQLConnect ();
13938 return SQLConnect ();
13943 if ac_fn_c_try_link
"$LINENO"; then :
13945 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13946 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'` ;;
13947 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13948 if ${ac_cv_lib_soname_odbc:+false} :; then :
13949 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13953 rm -f core conftest.err conftest.
$ac_objext \
13954 conftest
$ac_exeext conftest.
$ac_ext
13955 LIBS
=$ac_check_soname_save_LIBS
13957 if ${ac_cv_lib_soname_odbc:+false} :; then :
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13959 $as_echo "not found" >&6; }
13960 cat >>confdefs.h
<<_ACEOF
13961 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13966 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13968 cat >>confdefs.h
<<_ACEOF
13969 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13975 if test "x$with_netapi" != "xno"
13977 if ${NETAPI_CFLAGS:+false} :; then :
13978 if ${PKG_CONFIG+:} false
; then :
13979 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
13983 if ${NETAPI_LIBS:+false} :; then :
13984 if ${PKG_CONFIG+:} false
; then :
13985 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
13990 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
13991 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
13992 ac_save_CPPFLAGS
=$CPPFLAGS
13993 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13995 $as_echo_n "checking for -lnetapi... " >&6; }
13996 if ${ac_cv_lib_soname_netapi+:} false
; then :
13997 $as_echo_n "(cached) " >&6
13999 ac_check_soname_save_LIBS
=$LIBS
14000 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
14001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h. */
14004 /* Override any GCC internal prototype to avoid an error.
14005 Use char because int might match the return type of a GCC
14006 builtin and then its argument prototype would still apply. */
14010 char libnetapi_init ();
14014 return libnetapi_init ();
14019 if ac_fn_c_try_link
"$LINENO"; then :
14021 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14022 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'` ;;
14023 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14024 if ${ac_cv_lib_soname_netapi:+false} :; then :
14025 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14029 rm -f core conftest.err conftest.
$ac_objext \
14030 conftest
$ac_exeext conftest.
$ac_ext
14031 LIBS
=$ac_check_soname_save_LIBS
14033 if ${ac_cv_lib_soname_netapi:+false} :; then :
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14035 $as_echo "not found" >&6; }
14036 cat >>confdefs.h
<<_ACEOF
14037 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14042 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14044 cat >>confdefs.h
<<_ACEOF
14045 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14050 CPPFLAGS
=$ac_save_CPPFLAGS
14051 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14052 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14056 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
14057 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14059 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14065 if test "x${GCC}" = "xyes"
14067 EXTRACFLAGS
="-Wall -pipe"
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14070 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14071 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14072 $as_echo_n "(cached) " >&6
14074 if test "$cross_compiling" = yes; then :
14075 ac_cv_c_gcc_strength_bug
="no"
14077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14078 /* end confdefs.h. */
14079 int L[4] = {0,1,2,3};
14083 static int Array[3];
14084 unsigned int B = 3;
14086 for(i=0; i<B; i++) Array[i] = i - 3;
14087 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14089 return (Array[1] != -2 || L[2] != 3)
14094 if ac_fn_c_try_run
"$LINENO"; then :
14095 ac_cv_c_gcc_strength_bug
="no"
14097 ac_cv_c_gcc_strength_bug
="yes"
14099 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14100 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14105 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14106 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14108 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14112 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14113 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14114 $as_echo_n "(cached) " >&6
14116 ac_wine_try_cflags_saved
=$CFLAGS
14117 CFLAGS
="$CFLAGS -fno-builtin"
14118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14119 /* end confdefs.h. */
14120 int main(int argc, char **argv) { return 0; }
14122 if ac_fn_c_try_link
"$LINENO"; then :
14123 ac_cv_cflags__fno_builtin
=yes
14125 ac_cv_cflags__fno_builtin
=no
14127 rm -f core conftest.err conftest.
$ac_objext \
14128 conftest
$ac_exeext conftest.
$ac_ext
14129 CFLAGS
=$ac_wine_try_cflags_saved
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14132 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14133 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14134 BUILTINFLAG
="-fno-builtin"
14137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14138 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14139 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14140 $as_echo_n "(cached) " >&6
14142 ac_wine_try_cflags_saved
=$CFLAGS
14143 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14145 /* end confdefs.h. */
14146 int main(int argc, char **argv) { return 0; }
14148 if ac_fn_c_try_link
"$LINENO"; then :
14149 ac_cv_cflags__fno_strict_aliasing
=yes
14151 ac_cv_cflags__fno_strict_aliasing
=no
14153 rm -f core conftest.err conftest.
$ac_objext \
14154 conftest
$ac_exeext conftest.
$ac_ext
14155 CFLAGS
=$ac_wine_try_cflags_saved
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14158 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14159 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14160 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14163 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14164 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14165 $as_echo_n "(cached) " >&6
14167 ac_wine_try_cflags_saved
=$CFLAGS
14168 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h. */
14171 int main(int argc, char **argv) { return 0; }
14173 if ac_fn_c_try_link
"$LINENO"; then :
14174 ac_cv_cflags__fexcess_precision_standard
=yes
14176 ac_cv_cflags__fexcess_precision_standard
=no
14178 rm -f core conftest.err conftest.
$ac_objext \
14179 conftest
$ac_exeext conftest.
$ac_ext
14180 CFLAGS
=$ac_wine_try_cflags_saved
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14183 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14184 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14185 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14188 saved_CFLAGS
=$CFLAGS
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14190 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14191 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14192 $as_echo_n "(cached) " >&6
14194 ac_wine_try_cflags_saved
=$CFLAGS
14195 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14196 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14197 /* end confdefs.h. */
14198 int main(int argc, char **argv) { return 0; }
14200 if ac_fn_c_try_link
"$LINENO"; then :
14201 ac_cv_cflags__Werror_unknown_warning_option
=yes
14203 ac_cv_cflags__Werror_unknown_warning_option
=no
14205 rm -f core conftest.err conftest.
$ac_objext \
14206 conftest
$ac_exeext conftest.
$ac_ext
14207 CFLAGS
=$ac_wine_try_cflags_saved
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14210 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14211 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14212 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14215 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14216 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14217 $as_echo_n "(cached) " >&6
14219 ac_wine_try_cflags_saved
=$CFLAGS
14220 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14222 /* end confdefs.h. */
14223 int main(int argc, char **argv) { return 0; }
14225 if ac_fn_c_try_link
"$LINENO"; then :
14226 ac_cv_cflags__Wdeclaration_after_statement
=yes
14228 ac_cv_cflags__Wdeclaration_after_statement
=no
14230 rm -f core conftest.err conftest.
$ac_objext \
14231 conftest
$ac_exeext conftest.
$ac_ext
14232 CFLAGS
=$ac_wine_try_cflags_saved
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14235 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14236 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14237 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14240 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14241 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14242 $as_echo_n "(cached) " >&6
14244 ac_wine_try_cflags_saved
=$CFLAGS
14245 CFLAGS
="$CFLAGS -Wempty-body"
14246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14247 /* end confdefs.h. */
14248 int main(int argc, char **argv) { return 0; }
14250 if ac_fn_c_try_link
"$LINENO"; then :
14251 ac_cv_cflags__Wempty_body
=yes
14253 ac_cv_cflags__Wempty_body
=no
14255 rm -f core conftest.err conftest.
$ac_objext \
14256 conftest
$ac_exeext conftest.
$ac_ext
14257 CFLAGS
=$ac_wine_try_cflags_saved
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14260 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14261 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14262 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14265 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14266 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14267 $as_echo_n "(cached) " >&6
14269 ac_wine_try_cflags_saved
=$CFLAGS
14270 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14272 /* end confdefs.h. */
14273 int main(int argc, char **argv) { return 0; }
14275 if ac_fn_c_try_link
"$LINENO"; then :
14276 ac_cv_cflags__Wignored_qualifiers
=yes
14278 ac_cv_cflags__Wignored_qualifiers
=no
14280 rm -f core conftest.err conftest.
$ac_objext \
14281 conftest
$ac_exeext conftest.
$ac_ext
14282 CFLAGS
=$ac_wine_try_cflags_saved
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14285 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14286 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14287 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14290 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14291 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14292 $as_echo_n "(cached) " >&6
14294 ac_wine_try_cflags_saved
=$CFLAGS
14295 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14297 /* end confdefs.h. */
14298 int main(int argc, char **argv) { return 0; }
14300 if ac_fn_c_try_link
"$LINENO"; then :
14301 ac_cv_cflags__Wshift_overflow_2
=yes
14303 ac_cv_cflags__Wshift_overflow_2
=no
14305 rm -f core conftest.err conftest.
$ac_objext \
14306 conftest
$ac_exeext conftest.
$ac_ext
14307 CFLAGS
=$ac_wine_try_cflags_saved
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14310 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14311 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14312 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14315 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14316 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14317 $as_echo_n "(cached) " >&6
14319 ac_wine_try_cflags_saved
=$CFLAGS
14320 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14322 /* end confdefs.h. */
14323 int main(int argc, char **argv) { return 0; }
14325 if ac_fn_c_try_link
"$LINENO"; then :
14326 ac_cv_cflags__Wstrict_prototypes
=yes
14328 ac_cv_cflags__Wstrict_prototypes
=no
14330 rm -f core conftest.err conftest.
$ac_objext \
14331 conftest
$ac_exeext conftest.
$ac_ext
14332 CFLAGS
=$ac_wine_try_cflags_saved
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14335 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14336 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14337 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14340 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14341 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14342 $as_echo_n "(cached) " >&6
14344 ac_wine_try_cflags_saved
=$CFLAGS
14345 CFLAGS
="$CFLAGS -Wtype-limits"
14346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14347 /* end confdefs.h. */
14348 int main(int argc, char **argv) { return 0; }
14350 if ac_fn_c_try_link
"$LINENO"; then :
14351 ac_cv_cflags__Wtype_limits
=yes
14353 ac_cv_cflags__Wtype_limits
=no
14355 rm -f core conftest.err conftest.
$ac_objext \
14356 conftest
$ac_exeext conftest.
$ac_ext
14357 CFLAGS
=$ac_wine_try_cflags_saved
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14360 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14361 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14362 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14365 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14366 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14367 $as_echo_n "(cached) " >&6
14369 ac_wine_try_cflags_saved
=$CFLAGS
14370 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14372 /* end confdefs.h. */
14373 int main(int argc, char **argv) { return 0; }
14375 if ac_fn_c_try_link
"$LINENO"; then :
14376 ac_cv_cflags__Wunused_but_set_parameter
=yes
14378 ac_cv_cflags__Wunused_but_set_parameter
=no
14380 rm -f core conftest.err conftest.
$ac_objext \
14381 conftest
$ac_exeext conftest.
$ac_ext
14382 CFLAGS
=$ac_wine_try_cflags_saved
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14385 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14386 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14387 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14390 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14391 if ${ac_cv_cflags__Wvla+:} false
; then :
14392 $as_echo_n "(cached) " >&6
14394 ac_wine_try_cflags_saved
=$CFLAGS
14395 CFLAGS
="$CFLAGS -Wvla"
14396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14397 /* end confdefs.h. */
14398 int main(int argc, char **argv) { return 0; }
14400 if ac_fn_c_try_link
"$LINENO"; then :
14401 ac_cv_cflags__Wvla
=yes
14403 ac_cv_cflags__Wvla
=no
14405 rm -f core conftest.err conftest.
$ac_objext \
14406 conftest
$ac_exeext conftest.
$ac_ext
14407 CFLAGS
=$ac_wine_try_cflags_saved
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14410 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14411 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14412 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14415 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14416 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14417 $as_echo_n "(cached) " >&6
14419 ac_wine_try_cflags_saved
=$CFLAGS
14420 CFLAGS
="$CFLAGS -Wwrite-strings"
14421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14422 /* end confdefs.h. */
14423 int main(int argc, char **argv) { return 0; }
14425 if ac_fn_c_try_link
"$LINENO"; then :
14426 ac_cv_cflags__Wwrite_strings
=yes
14428 ac_cv_cflags__Wwrite_strings
=no
14430 rm -f core conftest.err conftest.
$ac_objext \
14431 conftest
$ac_exeext conftest.
$ac_ext
14432 CFLAGS
=$ac_wine_try_cflags_saved
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14435 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14436 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14437 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14441 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14442 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14443 $as_echo_n "(cached) " >&6
14445 ac_wine_try_cflags_saved
=$CFLAGS
14446 CFLAGS
="$CFLAGS -Wpointer-arith"
14447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h. */
14449 int main(int argc, char **argv) { return 0; }
14451 if ac_fn_c_try_link
"$LINENO"; then :
14452 ac_cv_cflags__Wpointer_arith
=yes
14454 ac_cv_cflags__Wpointer_arith
=no
14456 rm -f core conftest.err conftest.
$ac_objext \
14457 conftest
$ac_exeext conftest.
$ac_ext
14458 CFLAGS
=$ac_wine_try_cflags_saved
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14461 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14462 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14463 saved_string_h_CFLAGS
=$CFLAGS
14464 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14466 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14467 if ${ac_cv_c_string_h_warnings+:} false
; then :
14468 $as_echo_n "(cached) " >&6
14470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14471 /* end confdefs.h. */
14472 #include <string.h>
14481 if ac_fn_c_try_compile
"$LINENO"; then :
14482 ac_cv_c_string_h_warnings
=no
14484 ac_cv_c_string_h_warnings
=yes
14486 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14489 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14490 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14491 CFLAGS
=$saved_string_h_CFLAGS
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14495 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14496 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14497 $as_echo_n "(cached) " >&6
14499 ac_wine_try_cflags_saved
=$CFLAGS
14500 CFLAGS
="$CFLAGS -Wlogical-op"
14501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14502 /* end confdefs.h. */
14503 int main(int argc, char **argv) { return 0; }
14505 if ac_fn_c_try_link
"$LINENO"; then :
14506 ac_cv_cflags__Wlogical_op
=yes
14508 ac_cv_cflags__Wlogical_op
=no
14510 rm -f core conftest.err conftest.
$ac_objext \
14511 conftest
$ac_exeext conftest.
$ac_ext
14512 CFLAGS
=$ac_wine_try_cflags_saved
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14515 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14516 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14517 saved_string_h_CFLAGS
=$CFLAGS
14518 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14520 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14521 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14522 $as_echo_n "(cached) " >&6
14524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14525 /* end confdefs.h. */
14526 #include <string.h>
14527 char*f(const char *h,char n) {return strchr(h,n);}
14536 if ac_fn_c_try_compile
"$LINENO"; then :
14537 ac_cv_c_logicalop_noisy
=no
14539 ac_cv_c_logicalop_noisy
=yes
14541 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14544 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14545 CFLAGS
=$saved_string_h_CFLAGS
14546 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14549 CFLAGS
=$saved_CFLAGS
14551 for ac_flag
in $CFLAGS; do
14553 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14554 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14555 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14556 $as_echo_n "(cached) " >&6
14558 ac_wine_try_cflags_saved
=$CFLAGS
14559 CFLAGS
="$CFLAGS -gdwarf-2"
14560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14561 /* end confdefs.h. */
14562 int main(int argc, char **argv) { return 0; }
14564 if ac_fn_c_try_link
"$LINENO"; then :
14565 ac_cv_cflags__gdwarf_2
=yes
14567 ac_cv_cflags__gdwarf_2
=no
14569 rm -f core conftest.err conftest.
$ac_objext \
14570 conftest
$ac_exeext conftest.
$ac_ext
14571 CFLAGS
=$ac_wine_try_cflags_saved
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14574 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14575 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14576 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14579 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14580 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14581 $as_echo_n "(cached) " >&6
14583 ac_wine_try_cflags_saved
=$CFLAGS
14584 CFLAGS
="$CFLAGS -gstrict-dwarf"
14585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14586 /* end confdefs.h. */
14587 int main(int argc, char **argv) { return 0; }
14589 if ac_fn_c_try_link
"$LINENO"; then :
14590 ac_cv_cflags__gstrict_dwarf
=yes
14592 ac_cv_cflags__gstrict_dwarf
=no
14594 rm -f core conftest.err conftest.
$ac_objext \
14595 conftest
$ac_exeext conftest.
$ac_ext
14596 CFLAGS
=$ac_wine_try_cflags_saved
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14599 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14600 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14601 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14607 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14608 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14609 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14610 $as_echo_n "(cached) " >&6
14612 ac_wine_try_cflags_saved
=$CFLAGS
14613 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14615 /* end confdefs.h. */
14616 int main(int argc, char **argv) { return 0; }
14618 if ac_fn_c_try_link
"$LINENO"; then :
14619 ac_cv_cflags__fno_omit_frame_pointer
=yes
14621 ac_cv_cflags__fno_omit_frame_pointer
=no
14623 rm -f core conftest.err conftest.
$ac_objext \
14624 conftest
$ac_exeext conftest.
$ac_ext
14625 CFLAGS
=$ac_wine_try_cflags_saved
14627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14628 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14629 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14630 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14635 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14636 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14637 if ${ac_cv_cflags__Wno_format+:} false
; then :
14638 $as_echo_n "(cached) " >&6
14640 ac_wine_try_cflags_saved
=$CFLAGS
14641 CFLAGS
="$CFLAGS -Wno-format"
14642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14643 /* end confdefs.h. */
14644 int main(int argc, char **argv) { return 0; }
14646 if ac_fn_c_try_link
"$LINENO"; then :
14647 ac_cv_cflags__Wno_format
=yes
14649 ac_cv_cflags__Wno_format
=no
14651 rm -f core conftest.err conftest.
$ac_objext \
14652 conftest
$ac_exeext conftest.
$ac_ext
14653 CFLAGS
=$ac_wine_try_cflags_saved
14655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14656 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14657 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14658 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14662 if test "x$enable_maintainer_mode" = "xyes"
14664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14665 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14666 if ${ac_cv_cflags__Werror+:} false
; then :
14667 $as_echo_n "(cached) " >&6
14669 ac_wine_try_cflags_saved
=$CFLAGS
14670 CFLAGS
="$CFLAGS -Werror"
14671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14673 int main(int argc, char **argv) { return 0; }
14675 if ac_fn_c_try_link
"$LINENO"; then :
14676 ac_cv_cflags__Werror
=yes
14678 ac_cv_cflags__Werror
=no
14680 rm -f core conftest.err conftest.
$ac_objext \
14681 conftest
$ac_exeext conftest.
$ac_ext
14682 CFLAGS
=$ac_wine_try_cflags_saved
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14685 $as_echo "$ac_cv_cflags__Werror" >&6; }
14686 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14687 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14691 saved_CFLAGS
="$CFLAGS"
14692 CFLAGS
="$CFLAGS -Werror"
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14694 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14695 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14696 $as_echo_n "(cached) " >&6
14698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14699 /* end confdefs.h. */
14700 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14709 if ac_fn_c_try_compile
"$LINENO"; then :
14710 ac_cv_have_ms_hook_prologue
="yes"
14712 ac_cv_have_ms_hook_prologue
="no"
14714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14717 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14718 CFLAGS
="$saved_CFLAGS"
14719 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14722 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14725 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14732 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14733 if ${ac_cv_c_fortify_enabled+:} false
; then :
14734 $as_echo_n "(cached) " >&6
14736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14737 /* end confdefs.h. */
14738 #include <string.h>
14742 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14743 #error Fortify enabled
14749 if ac_fn_c_try_compile
"$LINENO"; then :
14750 ac_cv_c_fortify_enabled
=no
14752 ac_cv_c_fortify_enabled
=yes
14754 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14757 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14758 if test "$ac_cv_c_fortify_enabled" = yes
14760 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14765 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14766 if ${ac_cv_c_extern_prefix+:} false
; then :
14767 $as_echo_n "(cached) " >&6
14769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14770 /* end confdefs.h. */
14771 extern int ac_test;
14775 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14780 if ac_fn_c_try_link
"$LINENO"; then :
14781 ac_cv_c_extern_prefix
="yes"
14783 ac_cv_c_extern_prefix
="no"
14785 rm -f core conftest.err conftest.
$ac_objext \
14786 conftest
$ac_exeext conftest.
$ac_ext
14788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14789 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14794 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14795 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14796 $as_echo_n "(cached) " >&6
14798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14799 /* end confdefs.h. */
14801 #define __stdcall __attribute__((__stdcall__))
14803 int __stdcall ac_test(int i) { return i; }
14807 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14812 if ac_fn_c_try_link
"$LINENO"; then :
14813 ac_cv_c_stdcall_suffix
="yes"
14815 ac_cv_c_stdcall_suffix
="no"
14817 rm -f core conftest.err conftest.
$ac_objext \
14818 conftest
$ac_exeext conftest.
$ac_ext
14820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14821 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14822 *) ac_cv_c_stdcall_suffix
="no" ;;
14826 if test "$ac_cv_c_extern_prefix" = "yes"
14828 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14830 asm_name_prefix
="_"
14832 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14838 if test "$ac_cv_c_stdcall_suffix" = "yes"
14840 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14843 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14849 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14850 if ${ac_cv_asm_func_def+:} false
; then :
14851 $as_echo_n "(cached) " >&6
14853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14854 /* end confdefs.h. */
14859 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14864 if ac_fn_c_try_link
"$LINENO"; then :
14865 ac_cv_asm_func_def
=".def"
14867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14868 /* end confdefs.h. */
14873 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14878 if ac_fn_c_try_link
"$LINENO"; then :
14879 ac_cv_asm_func_def
=".type @function"
14881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14882 /* end confdefs.h. */
14887 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14892 if ac_fn_c_try_link
"$LINENO"; then :
14893 ac_cv_asm_func_def
=".type 2"
14895 ac_cv_asm_func_def
="unknown"
14897 rm -f core conftest.err conftest.
$ac_objext \
14898 conftest
$ac_exeext conftest.
$ac_ext
14900 rm -f core conftest.err conftest.
$ac_objext \
14901 conftest
$ac_exeext conftest.
$ac_ext
14903 rm -f core conftest.err conftest.
$ac_objext \
14904 conftest
$ac_exeext conftest.
$ac_ext
14906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14907 $as_echo "$ac_cv_asm_func_def" >&6; }
14910 case "$ac_cv_asm_func_def" in
14912 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14914 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14916 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14918 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14920 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14922 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14924 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14926 asm_func_header
="" ;;
14929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14930 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14931 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14932 $as_echo_n "(cached) " >&6
14934 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14935 /* end confdefs.h. */
14936 asm(".text\n\t.long 0");
14945 if ac_fn_c_try_compile
"$LINENO"; then :
14946 ac_cv_c_asm_outside_funcs
="yes"
14948 ac_cv_c_asm_outside_funcs
="no"
14950 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14953 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14956 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14957 if ${ac_cv_c_dot_previous+:} false
; then :
14958 $as_echo_n "(cached) " >&6
14960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14961 /* end confdefs.h. */
14966 asm(".text\nac_test:\t.long 0\n\t.previous");
14971 if ac_fn_c_try_link
"$LINENO"; then :
14972 ac_cv_c_dot_previous
="yes"
14974 ac_cv_c_dot_previous
="no"
14976 rm -f core conftest.err conftest.
$ac_objext \
14977 conftest
$ac_exeext conftest.
$ac_ext
14979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14980 $as_echo "$ac_cv_c_dot_previous" >&6; }
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14983 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14984 if ${ac_cv_c_cfi_support+:} false
; then :
14985 $as_echo_n "(cached) " >&6
14987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14988 /* end confdefs.h. */
14989 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14998 if ac_fn_c_try_compile
"$LINENO"; then :
14999 ac_cv_c_cfi_support
="yes"
15001 ac_cv_c_cfi_support
="no"
15003 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
15006 $as_echo "$ac_cv_c_cfi_support" >&6; }
15008 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
15009 asm_func_trailer
=""
15010 if test "$ac_cv_c_dot_previous" = "yes"
15012 asm_func_trailer
="\\n\\t.previous"
15014 if test "$ac_cv_c_cfi_support" = "yes"
15016 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15017 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15019 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15021 UNWINDFLAGS
=-fasynchronous-unwind-tables
15024 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15026 if test "x$enable_win64" = "xyes"
15028 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15032 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15035 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15037 cat >>confdefs.h
<<_ACEOF
15038 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15042 cat >>confdefs.h
<<_ACEOF
15043 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15048 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15051 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15056 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15064 *i
[3456789]86*|x86_64
*)
15065 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15066 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15073 ac_save_CFLAGS
="$CFLAGS"
15074 CFLAGS
="$CFLAGS $BUILTINFLAG"
15154 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15155 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15156 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15157 cat >>confdefs.h
<<_ACEOF
15158 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15164 CFLAGS
="$ac_save_CFLAGS"
15166 if test "$ac_cv_func_dlopen" = no
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15169 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15170 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15171 $as_echo_n "(cached) " >&6
15173 ac_check_lib_save_LIBS
=$LIBS
15175 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15176 /* end confdefs.h. */
15178 /* Override any GCC internal prototype to avoid an error.
15179 Use char because int might match the return type of a GCC
15180 builtin and then its argument prototype would still apply. */
15193 if ac_fn_c_try_link
"$LINENO"; then :
15194 ac_cv_lib_dl_dlopen
=yes
15196 ac_cv_lib_dl_dlopen
=no
15198 rm -f core conftest.err conftest.
$ac_objext \
15199 conftest
$ac_exeext conftest.
$ac_ext
15200 LIBS
=$ac_check_lib_save_LIBS
15202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15203 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15204 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15205 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15211 ac_wine_check_funcs_save_LIBS
="$LIBS"
15212 LIBS
="$LIBS $DL_LIBS"
15213 for ac_func
in dladdr
15215 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15216 if test "x$ac_cv_func_dladdr" = xyes
; then :
15217 cat >>confdefs.h
<<_ACEOF
15218 #define HAVE_DLADDR 1
15224 LIBS
="$ac_wine_check_funcs_save_LIBS"
15226 if test "$ac_cv_func_poll" = no
15228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15229 $as_echo_n "checking for poll in -lpoll... " >&6; }
15230 if ${ac_cv_lib_poll_poll+:} false
; then :
15231 $as_echo_n "(cached) " >&6
15233 ac_check_lib_save_LIBS
=$LIBS
15234 LIBS
="-lpoll $LIBS"
15235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15236 /* end confdefs.h. */
15238 /* Override any GCC internal prototype to avoid an error.
15239 Use char because int might match the return type of a GCC
15240 builtin and then its argument prototype would still apply. */
15253 if ac_fn_c_try_link
"$LINENO"; then :
15254 ac_cv_lib_poll_poll
=yes
15256 ac_cv_lib_poll_poll
=no
15258 rm -f core conftest.err conftest.
$ac_objext \
15259 conftest
$ac_exeext conftest.
$ac_ext
15260 LIBS
=$ac_check_lib_save_LIBS
15262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15263 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15264 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15265 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15273 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15274 if ${ac_cv_search_gethostbyname+:} false
; then :
15275 $as_echo_n "(cached) " >&6
15277 ac_func_search_save_LIBS
=$LIBS
15278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15279 /* end confdefs.h. */
15281 /* Override any GCC internal prototype to avoid an error.
15282 Use char because int might match the return type of a GCC
15283 builtin and then its argument prototype would still apply. */
15287 char gethostbyname ();
15291 return gethostbyname ();
15296 for ac_lib
in '' nsl
; do
15297 if test -z "$ac_lib"; then
15298 ac_res
="none required"
15301 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15303 if ac_fn_c_try_link
"$LINENO"; then :
15304 ac_cv_search_gethostbyname
=$ac_res
15306 rm -f core conftest.err conftest.
$ac_objext \
15308 if ${ac_cv_search_gethostbyname+:} false
; then :
15312 if ${ac_cv_search_gethostbyname+:} false
; then :
15315 ac_cv_search_gethostbyname
=no
15317 rm conftest.
$ac_ext
15318 LIBS
=$ac_func_search_save_LIBS
15320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15321 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15322 ac_res
=$ac_cv_search_gethostbyname
15323 if test "$ac_res" != no
; then :
15324 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15330 $as_echo_n "checking for library containing connect... " >&6; }
15331 if ${ac_cv_search_connect+:} false
; then :
15332 $as_echo_n "(cached) " >&6
15334 ac_func_search_save_LIBS
=$LIBS
15335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15336 /* end confdefs.h. */
15338 /* Override any GCC internal prototype to avoid an error.
15339 Use char because int might match the return type of a GCC
15340 builtin and then its argument prototype would still apply. */
15353 for ac_lib
in '' socket
; do
15354 if test -z "$ac_lib"; then
15355 ac_res
="none required"
15358 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15360 if ac_fn_c_try_link
"$LINENO"; then :
15361 ac_cv_search_connect
=$ac_res
15363 rm -f core conftest.err conftest.
$ac_objext \
15365 if ${ac_cv_search_connect+:} false
; then :
15369 if ${ac_cv_search_connect+:} false
; then :
15372 ac_cv_search_connect
=no
15374 rm conftest.
$ac_ext
15375 LIBS
=$ac_func_search_save_LIBS
15377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15378 $as_echo "$ac_cv_search_connect" >&6; }
15379 ac_res
=$ac_cv_search_connect
15380 if test "$ac_res" != no
; then :
15381 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15387 $as_echo_n "checking for library containing inet_aton... " >&6; }
15388 if ${ac_cv_search_inet_aton+:} false
; then :
15389 $as_echo_n "(cached) " >&6
15391 ac_func_search_save_LIBS
=$LIBS
15392 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15393 /* end confdefs.h. */
15395 /* Override any GCC internal prototype to avoid an error.
15396 Use char because int might match the return type of a GCC
15397 builtin and then its argument prototype would still apply. */
15405 return inet_aton ();
15410 for ac_lib
in '' resolv
; do
15411 if test -z "$ac_lib"; then
15412 ac_res
="none required"
15415 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15417 if ac_fn_c_try_link
"$LINENO"; then :
15418 ac_cv_search_inet_aton
=$ac_res
15420 rm -f core conftest.err conftest.
$ac_objext \
15422 if ${ac_cv_search_inet_aton+:} false
; then :
15426 if ${ac_cv_search_inet_aton+:} false
; then :
15429 ac_cv_search_inet_aton
=no
15431 rm conftest.
$ac_ext
15432 LIBS
=$ac_func_search_save_LIBS
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15435 $as_echo "$ac_cv_search_inet_aton" >&6; }
15436 ac_res
=$ac_cv_search_inet_aton
15437 if test "$ac_res" != no
; then :
15438 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15458 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15459 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15460 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15461 cat >>confdefs.h
<<_ACEOF
15462 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15471 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15472 if ${ac_cv_search_clock_gettime+:} false
; then :
15473 $as_echo_n "(cached) " >&6
15475 ac_func_search_save_LIBS
=$LIBS
15476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15477 /* end confdefs.h. */
15479 /* Override any GCC internal prototype to avoid an error.
15480 Use char because int might match the return type of a GCC
15481 builtin and then its argument prototype would still apply. */
15485 char clock_gettime ();
15489 return clock_gettime ();
15494 for ac_lib
in '' rt
; do
15495 if test -z "$ac_lib"; then
15496 ac_res
="none required"
15499 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15501 if ac_fn_c_try_link
"$LINENO"; then :
15502 ac_cv_search_clock_gettime
=$ac_res
15504 rm -f core conftest.err conftest.
$ac_objext \
15506 if ${ac_cv_search_clock_gettime+:} false
; then :
15510 if ${ac_cv_search_clock_gettime+:} false
; then :
15513 ac_cv_search_clock_gettime
=no
15515 rm conftest.
$ac_ext
15516 LIBS
=$ac_func_search_save_LIBS
15518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15519 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15520 ac_res
=$ac_cv_search_clock_gettime
15521 if test "$ac_res" != no
; then :
15522 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15524 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15526 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15534 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15536 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15538 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15540 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15541 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15542 $as_echo_n "(cached) " >&6
15544 ac_check_lib_save_LIBS
=$LIBS
15545 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15547 /* end confdefs.h. */
15549 /* Override any GCC internal prototype to avoid an error.
15550 Use char because int might match the return type of a GCC
15551 builtin and then its argument prototype would still apply. */
15555 char ldap_initialize ();
15559 return ldap_initialize ();
15564 if ac_fn_c_try_link
"$LINENO"; then :
15565 ac_cv_lib_ldap_r_ldap_initialize
=yes
15567 ac_cv_lib_ldap_r_ldap_initialize
=no
15569 rm -f core conftest.err conftest.
$ac_objext \
15570 conftest
$ac_exeext conftest.
$ac_ext
15571 LIBS
=$ac_check_lib_save_LIBS
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15574 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15575 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15577 $as_echo_n "checking for ber_init in -llber... " >&6; }
15578 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15579 $as_echo_n "(cached) " >&6
15581 ac_check_lib_save_LIBS
=$LIBS
15582 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15584 /* end confdefs.h. */
15586 /* Override any GCC internal prototype to avoid an error.
15587 Use char because int might match the return type of a GCC
15588 builtin and then its argument prototype would still apply. */
15596 return ber_init ();
15601 if ac_fn_c_try_link
"$LINENO"; then :
15602 ac_cv_lib_lber_ber_init
=yes
15604 ac_cv_lib_lber_ber_init
=no
15606 rm -f core conftest.err conftest.
$ac_objext \
15607 conftest
$ac_exeext conftest.
$ac_ext
15608 LIBS
=$ac_check_lib_save_LIBS
15610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15611 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15612 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15614 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15616 LDAP_LIBS
="-lldap_r -llber"
15623 ac_wine_check_funcs_save_LIBS
="$LIBS"
15624 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15626 ldap_count_references \
15627 ldap_first_reference \
15628 ldap_next_reference \
15629 ldap_parse_reference \
15630 ldap_parse_sort_control \
15631 ldap_parse_sortresponse_control \
15632 ldap_parse_vlv_control \
15633 ldap_parse_vlvresponse_control
15635 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15636 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15637 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15638 cat >>confdefs.h
<<_ACEOF
15639 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15645 LIBS
="$ac_wine_check_funcs_save_LIBS"
15647 if test "x$LDAP_LIBS" = "x"; then :
15648 case "x$with_ldap" in
15649 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15651 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15652 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15658 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15659 if ${wine_cv_one_arg_mkdir+:} false
; then :
15660 $as_echo_n "(cached) " >&6
15662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15663 /* end confdefs.h. */
15664 #include <sys/stat.h>
15673 if ac_fn_c_try_compile
"$LINENO"; then :
15674 wine_cv_one_arg_mkdir
=yes
15676 wine_cv_one_arg_mkdir
=no
15678 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15681 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15682 if test "$wine_cv_one_arg_mkdir" = "yes"
15685 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15690 $as_echo_n "checking for sched_setaffinity... " >&6; }
15691 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15692 $as_echo_n "(cached) " >&6
15694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15695 /* end confdefs.h. */
15696 #define _GNU_SOURCE
15701 sched_setaffinity(0, 0, 0);
15706 if ac_fn_c_try_link
"$LINENO"; then :
15707 wine_cv_have_sched_setaffinity
=yes
15709 wine_cv_have_sched_setaffinity
=no
15711 rm -f core conftest.err conftest.
$ac_objext \
15712 conftest
$ac_exeext conftest.
$ac_ext
15714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15715 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15716 if test "$wine_cv_have_sched_setaffinity" = "yes"
15719 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15724 $as_echo_n "checking for fallocate... " >&6; }
15725 if ${wine_cv_have_fallocate+:} false
; then :
15726 $as_echo_n "(cached) " >&6
15728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15729 /* end confdefs.h. */
15730 #define _GNU_SOURCE
15735 fallocate(-1, 0, 0, 0);
15740 if ac_fn_c_try_link
"$LINENO"; then :
15741 wine_cv_have_fallocate
=yes
15743 wine_cv_have_fallocate
=no
15745 rm -f core conftest.err conftest.
$ac_objext \
15746 conftest
$ac_exeext conftest.
$ac_ext
15748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15749 $as_echo "$wine_cv_have_fallocate" >&6; }
15750 if test "$wine_cv_have_fallocate" = "yes"
15753 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15759 $as_echo_n "checking for inline... " >&6; }
15760 if ${ac_cv_c_inline+:} false
; then :
15761 $as_echo_n "(cached) " >&6
15764 for ac_kw
in inline __inline__ __inline
; do
15765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15766 /* end confdefs.h. */
15767 #ifndef __cplusplus
15769 static $ac_kw foo_t static_foo () {return 0; }
15770 $ac_kw foo_t foo () {return 0; }
15774 if ac_fn_c_try_compile
"$LINENO"; then :
15775 ac_cv_c_inline
=$ac_kw
15777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15778 test "$ac_cv_c_inline" != no
&& break
15782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15783 $as_echo "$ac_cv_c_inline" >&6; }
15785 case $ac_cv_c_inline in
15788 case $ac_cv_c_inline in
15790 *) ac_val
=$ac_cv_c_inline;;
15792 cat >>confdefs.h
<<_ACEOF
15793 #ifndef __cplusplus
15794 #define inline $ac_val
15800 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15801 if test "x$ac_cv_type_mode_t" = xyes
; then :
15803 cat >>confdefs.h
<<_ACEOF
15804 #define HAVE_MODE_T 1
15809 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15810 if test "x$ac_cv_type_off_t" = xyes
; then :
15812 cat >>confdefs.h
<<_ACEOF
15813 #define HAVE_OFF_T 1
15818 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15819 if test "x$ac_cv_type_pid_t" = xyes
; then :
15821 cat >>confdefs.h
<<_ACEOF
15822 #define HAVE_PID_T 1
15827 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15828 if test "x$ac_cv_type_size_t" = xyes
; then :
15830 cat >>confdefs.h
<<_ACEOF
15831 #define HAVE_SIZE_T 1
15836 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15837 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15839 cat >>confdefs.h
<<_ACEOF
15840 #define HAVE_SSIZE_T 1
15845 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15846 if test "x$ac_cv_type_long_long" = xyes
; then :
15848 cat >>confdefs.h
<<_ACEOF
15849 #define HAVE_LONG_LONG 1
15854 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15855 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15857 cat >>confdefs.h
<<_ACEOF
15858 #define HAVE_FSBLKCNT_T 1
15863 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15864 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15866 cat >>confdefs.h
<<_ACEOF
15867 #define HAVE_FSFILCNT_T 1
15873 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15874 #include <signal.h>
15876 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15878 cat >>confdefs.h
<<_ACEOF
15879 #define HAVE_SIGSET_T 1
15885 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15887 if test "x$ac_cv_type_request_sense" = xyes
; then :
15889 cat >>confdefs.h
<<_ACEOF
15890 #define HAVE_REQUEST_SENSE 1
15897 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15898 #ifdef HAVE_SYS_SOCKET_H
15899 #include <sys/socket.h>
15901 #ifdef HAVE_SYS_SOCKETVAR_H
15902 #include <sys/socketvar.h>
15904 #ifdef HAVE_NET_ROUTE_H
15905 #include <net/route.h>
15907 #ifdef HAVE_NETINET_IN_H
15908 #include <netinet/in.h>
15910 #ifdef HAVE_NETINET_IN_SYSTM_H
15911 #include <netinet/in_systm.h>
15913 #ifdef HAVE_NETINET_IP_H
15914 #include <netinet/ip.h>
15916 #ifdef HAVE_NETINET_IN_PCB_H
15917 #include <netinet/in_pcb.h>
15920 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15922 cat >>confdefs.h
<<_ACEOF
15923 #define HAVE_STRUCT_XINPGEN 1
15930 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15933 #ifdef HAVE_SYS_LINK_H
15934 #include <sys/link.h>
15937 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15939 cat >>confdefs.h
<<_ACEOF
15940 #define HAVE_STRUCT_R_DEBUG 1
15945 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15948 #ifdef HAVE_SYS_LINK_H
15949 #include <sys/link.h>
15952 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15954 cat >>confdefs.h
<<_ACEOF
15955 #define HAVE_STRUCT_LINK_MAP 1
15962 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15963 #include <linux/input.h>
15966 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15968 cat >>confdefs.h
<<_ACEOF
15969 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15977 $as_echo_n "checking for sigaddset... " >&6; }
15978 if ${wine_cv_have_sigaddset+:} false
; then :
15979 $as_echo_n "(cached) " >&6
15981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15982 /* end confdefs.h. */
15983 #include <signal.h>
15987 sigset_t set; sigaddset(&set,SIGTERM);
15992 if ac_fn_c_try_link
"$LINENO"; then :
15993 wine_cv_have_sigaddset
=yes
15995 wine_cv_have_sigaddset
=no
15997 rm -f core conftest.err conftest.
$ac_objext \
15998 conftest
$ac_exeext conftest.
$ac_ext
16000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
16001 $as_echo "$wine_cv_have_sigaddset" >&6; }
16002 if test "$wine_cv_have_sigaddset" = "yes"
16005 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
16010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
16011 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
16012 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
16013 $as_echo_n "(cached) " >&6
16015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16016 /* end confdefs.h. */
16024 struct hostent *result;
16031 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16032 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16038 if ac_fn_c_try_link
"$LINENO"; then :
16039 wine_cv_linux_gethostbyname_r_6
=yes
16041 wine_cv_linux_gethostbyname_r_6
=no
16044 rm -f core conftest.err conftest.
$ac_objext \
16045 conftest
$ac_exeext conftest.
$ac_ext
16048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16049 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16050 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16053 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16057 if test "$ac_cv_header_linux_joystick_h" = "yes"
16059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16060 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16061 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16062 $as_echo_n "(cached) " >&6
16064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16065 /* end confdefs.h. */
16067 #include <sys/ioctl.h>
16068 #include <sys/types.h>
16069 #include <linux/joystick.h>
16071 struct js_event blub;
16072 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16073 #error "no 2.2 header"
16084 if ac_fn_c_try_compile
"$LINENO"; then :
16085 wine_cv_linux_joystick_22_api
=yes
16087 wine_cv_linux_joystick_22_api
=no
16089 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16093 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16094 if test "$wine_cv_linux_joystick_22_api" = "yes"
16097 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16103 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_PARAM_H
16105 # include <sys/param.h>
16107 #ifdef HAVE_SYS_MOUNT_H
16108 # include <sys/mount.h>
16110 #ifdef HAVE_SYS_VFS_H
16111 # include <sys/vfs.h>
16113 #ifdef HAVE_SYS_STATFS_H
16114 # include <sys/statfs.h>
16117 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16119 cat >>confdefs.h
<<_ACEOF
16120 #define HAVE_STRUCT_STATFS_F_BFREE 1
16125 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16126 #ifdef HAVE_SYS_PARAM_H
16127 # include <sys/param.h>
16129 #ifdef HAVE_SYS_MOUNT_H
16130 # include <sys/mount.h>
16132 #ifdef HAVE_SYS_VFS_H
16133 # include <sys/vfs.h>
16135 #ifdef HAVE_SYS_STATFS_H
16136 # include <sys/statfs.h>
16139 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16141 cat >>confdefs.h
<<_ACEOF
16142 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16147 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16148 #ifdef HAVE_SYS_PARAM_H
16149 # include <sys/param.h>
16151 #ifdef HAVE_SYS_MOUNT_H
16152 # include <sys/mount.h>
16154 #ifdef HAVE_SYS_VFS_H
16155 # include <sys/vfs.h>
16157 #ifdef HAVE_SYS_STATFS_H
16158 # include <sys/statfs.h>
16161 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16163 cat >>confdefs.h
<<_ACEOF
16164 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16169 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16170 #ifdef HAVE_SYS_PARAM_H
16171 # include <sys/param.h>
16173 #ifdef HAVE_SYS_MOUNT_H
16174 # include <sys/mount.h>
16176 #ifdef HAVE_SYS_VFS_H
16177 # include <sys/vfs.h>
16179 #ifdef HAVE_SYS_STATFS_H
16180 # include <sys/statfs.h>
16183 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16185 cat >>confdefs.h
<<_ACEOF
16186 #define HAVE_STRUCT_STATFS_F_FFREE 1
16191 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16192 #ifdef HAVE_SYS_PARAM_H
16193 # include <sys/param.h>
16195 #ifdef HAVE_SYS_MOUNT_H
16196 # include <sys/mount.h>
16198 #ifdef HAVE_SYS_VFS_H
16199 # include <sys/vfs.h>
16201 #ifdef HAVE_SYS_STATFS_H
16202 # include <sys/statfs.h>
16205 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16207 cat >>confdefs.h
<<_ACEOF
16208 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16213 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16214 #ifdef HAVE_SYS_PARAM_H
16215 # include <sys/param.h>
16217 #ifdef HAVE_SYS_MOUNT_H
16218 # include <sys/mount.h>
16220 #ifdef HAVE_SYS_VFS_H
16221 # include <sys/vfs.h>
16223 #ifdef HAVE_SYS_STATFS_H
16224 # include <sys/statfs.h>
16227 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16229 cat >>confdefs.h
<<_ACEOF
16230 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16237 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16238 #include <sys/statvfs.h>
16241 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16243 cat >>confdefs.h
<<_ACEOF
16244 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16251 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16252 #include <dirent.h>
16255 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16257 cat >>confdefs.h
<<_ACEOF
16258 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16265 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16266 #ifdef HAVE_SYS_SOCKET_H
16267 # include <sys/socket.h>
16269 #ifdef HAVE_SYS_UN_H
16270 # include <sys/un.h>
16273 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16275 cat >>confdefs.h
<<_ACEOF
16276 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16281 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16282 #ifdef HAVE_SYS_SOCKET_H
16283 # include <sys/socket.h>
16285 #ifdef HAVE_SYS_UN_H
16286 # include <sys/un.h>
16289 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16291 cat >>confdefs.h
<<_ACEOF
16292 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16297 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16298 #ifdef HAVE_SYS_SOCKET_H
16299 # include <sys/socket.h>
16301 #ifdef HAVE_SYS_UN_H
16302 # include <sys/un.h>
16305 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16307 cat >>confdefs.h
<<_ACEOF
16308 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16315 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16316 #ifdef HAVE_SCSI_SG_H
16317 #include <scsi/sg.h>
16320 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16322 cat >>confdefs.h
<<_ACEOF
16323 #define HAVE_SCSIREQ_T_CMD 1
16328 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>
16329 #ifdef HAVE_SCSI_SG_H
16330 #include <scsi/sg.h>
16333 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16335 cat >>confdefs.h
<<_ACEOF
16336 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16343 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16345 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16347 cat >>confdefs.h
<<_ACEOF
16348 #define HAVE_SIGINFO_T_SI_FD 1
16355 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16356 #ifdef HAVE_SYS_MTIO_H
16357 #include <sys/mtio.h>
16360 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16362 cat >>confdefs.h
<<_ACEOF
16363 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16368 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16369 #ifdef HAVE_SYS_MTIO_H
16370 #include <sys/mtio.h>
16373 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16375 cat >>confdefs.h
<<_ACEOF
16376 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16381 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16382 #ifdef HAVE_SYS_MTIO_H
16383 #include <sys/mtio.h>
16386 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16388 cat >>confdefs.h
<<_ACEOF
16389 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16396 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16397 #include <getopt.h>
16400 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16402 cat >>confdefs.h
<<_ACEOF
16403 #define HAVE_STRUCT_OPTION_NAME 1
16410 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16411 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16413 cat >>confdefs.h
<<_ACEOF
16414 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16419 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16420 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16422 cat >>confdefs.h
<<_ACEOF
16423 #define HAVE_STRUCT_STAT_ST_MTIM 1
16428 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16429 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16431 cat >>confdefs.h
<<_ACEOF
16432 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16437 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16438 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16440 cat >>confdefs.h
<<_ACEOF
16441 #define HAVE_STRUCT_STAT_ST_CTIM 1
16446 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16447 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16449 cat >>confdefs.h
<<_ACEOF
16450 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16455 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16456 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16458 cat >>confdefs.h
<<_ACEOF
16459 #define HAVE_STRUCT_STAT_ST_ATIM 1
16464 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16465 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16467 cat >>confdefs.h
<<_ACEOF
16468 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16473 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16474 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16476 cat >>confdefs.h
<<_ACEOF
16477 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16482 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16483 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16485 cat >>confdefs.h
<<_ACEOF
16486 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16491 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16492 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16494 cat >>confdefs.h
<<_ACEOF
16495 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16500 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16501 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16503 cat >>confdefs.h
<<_ACEOF
16504 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16509 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16510 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16512 cat >>confdefs.h
<<_ACEOF
16513 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16520 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
16521 #include <sys/types.h>
16523 #ifdef HAVE_NETINET_IN_H
16524 #include <netinet/in.h>
16527 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16529 cat >>confdefs.h
<<_ACEOF
16530 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16537 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16538 #include <resolv.h>
16541 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16543 cat >>confdefs.h
<<_ACEOF
16544 #define HAVE_STRUCT___RES_STATE 1
16551 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
16552 #include <resolv.h>
16555 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16557 cat >>confdefs.h
<<_ACEOF
16558 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16565 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16566 #include <sys/types.h>
16568 #ifdef HAVE_NETINET_IN_H
16569 # include <netinet/in.h>
16571 #ifdef HAVE_ARPA_NAMESER_H
16572 # include <arpa/nameser.h>
16575 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16577 cat >>confdefs.h
<<_ACEOF
16578 #define HAVE_NS_MSG__MSG_PTR 1
16585 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16586 #include <sys/types.h>
16588 #ifdef HAVE_NETINET_IP_H
16589 #include <netinet/ip.h>
16591 #ifdef HAVE_NETINET_IP_ICMP_H
16592 #include <netinet/ip_icmp.h>
16594 #ifdef HAVE_NETINET_ICMP_VAR_H
16595 #include <netinet/icmp_var.h>
16598 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16600 cat >>confdefs.h
<<_ACEOF
16601 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16608 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16609 #include <sys/types.h>
16611 #ifdef HAVE_ALIAS_H
16614 #ifdef HAVE_SYS_SOCKET_H
16615 #include <sys/socket.h>
16617 #ifdef HAVE_SYS_SOCKETVAR_H
16618 #include <sys/socketvar.h>
16620 #ifdef HAVE_SYS_TIMEOUT_H
16621 #include <sys/timeout.h>
16623 #ifdef HAVE_NETINET_IN_H
16624 #include <netinet/in.h>
16626 #ifdef HAVE_NETINET_IN_SYSTM_H
16627 #include <netinet/in_systm.h>
16629 #ifdef HAVE_NETINET_IP_H
16630 #include <netinet/ip.h>
16632 #ifdef HAVE_NETINET_IP_VAR_H
16633 #include <netinet/ip_var.h>
16635 #ifdef HAVE_NETINET_IP_ICMP_H
16636 #include <netinet/ip_icmp.h>
16638 #ifdef HAVE_NETINET_ICMP_VAR_H
16639 #include <netinet/icmp_var.h>
16642 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16644 cat >>confdefs.h
<<_ACEOF
16645 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16652 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16653 #include <sys/types.h>
16655 #ifdef HAVE_SYS_SOCKETVAR_H
16656 #include <sys/socketvar.h>
16658 #ifdef HAVE_NETINET_IN_H
16659 #include <netinet/in.h>
16661 #ifdef HAVE_NETINET_IP_VAR_H
16662 #include <netinet/ip_var.h>
16665 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16667 cat >>confdefs.h
<<_ACEOF
16668 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16675 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
16676 #include <netinet/ip_var.h>
16679 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16681 cat >>confdefs.h
<<_ACEOF
16682 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16689 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16690 #include <sys/types.h>
16692 #ifdef HAVE_SYS_SOCKETVAR_H
16693 #include <sys/socketvar.h>
16695 #ifdef HAVE_NETINET_IN_H
16696 #include <netinet/in.h>
16698 #ifdef HAVE_NETINET_TCP_H
16699 #include <netinet/tcp.h>
16701 #ifdef HAVE_NETINET_TCP_VAR_H
16702 #include <netinet/tcp_var.h>
16705 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16707 cat >>confdefs.h
<<_ACEOF
16708 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16715 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
16716 #include <netinet/tcp_var.h>
16719 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16721 cat >>confdefs.h
<<_ACEOF
16722 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16729 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16730 #include <sys/types.h>
16732 #ifdef HAVE_NETINET_IN_H
16733 #include <netinet/in.h>
16735 #ifdef HAVE_NETINET_IP_VAR_H
16736 #include <netinet/ip_var.h>
16738 #ifdef HAVE_NETINET_UDP_H
16739 #include <netinet/udp.h>
16741 #ifdef HAVE_NETINET_UDP_VAR_H
16742 #include <netinet/udp_var.h>
16745 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16747 cat >>confdefs.h
<<_ACEOF
16748 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16755 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16756 #include <sys/types.h>
16758 #ifdef HAVE_NET_IF_H
16759 # include <net/if.h>
16762 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16764 cat >>confdefs.h
<<_ACEOF
16765 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16773 $as_echo_n "checking for timezone variable... " >&6; }
16774 if ${ac_cv_have_timezone+:} false
; then :
16775 $as_echo_n "(cached) " >&6
16777 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16778 /* end confdefs.h. */
16788 if ac_fn_c_try_link
"$LINENO"; then :
16789 ac_cv_have_timezone
="yes"
16791 ac_cv_have_timezone
="no"
16793 rm -f core conftest.err conftest.
$ac_objext \
16794 conftest
$ac_exeext conftest.
$ac_ext
16796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16797 $as_echo "$ac_cv_have_timezone" >&6; }
16798 if test "$ac_cv_have_timezone" = "yes"
16801 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16805 $as_echo_n "checking for daylight variable... " >&6; }
16806 if ${ac_cv_have_daylight+:} false
; then :
16807 $as_echo_n "(cached) " >&6
16809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16810 /* end confdefs.h. */
16820 if ac_fn_c_try_link
"$LINENO"; then :
16821 ac_cv_have_daylight
="yes"
16823 ac_cv_have_daylight
="no"
16825 rm -f core conftest.err conftest.
$ac_objext \
16826 conftest
$ac_exeext conftest.
$ac_ext
16828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16829 $as_echo "$ac_cv_have_daylight" >&6; }
16830 if test "$ac_cv_have_daylight" = "yes"
16833 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16837 ac_save_LIBS
="$LIBS"
16839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16840 $as_echo_n "checking for isfinite... " >&6; }
16841 if ${ac_cv_have_isfinite+:} false
; then :
16842 $as_echo_n "(cached) " >&6
16844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16845 /* end confdefs.h. */
16846 #define _GNU_SOURCE
16851 float f = 0.0; return isfinite(f)
16856 if ac_fn_c_try_link
"$LINENO"; then :
16857 ac_cv_have_isfinite
="yes"
16859 ac_cv_have_isfinite
="no"
16861 rm -f core conftest.err conftest.
$ac_objext \
16862 conftest
$ac_exeext conftest.
$ac_ext
16864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16865 $as_echo "$ac_cv_have_isfinite" >&6; }
16866 if test "$ac_cv_have_isfinite" = "yes"
16869 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16874 $as_echo_n "checking for isinf... " >&6; }
16875 if ${ac_cv_have_isinf+:} false
; then :
16876 $as_echo_n "(cached) " >&6
16878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16879 /* end confdefs.h. */
16884 float f = 0.0; return isinf(f)
16889 if ac_fn_c_try_link
"$LINENO"; then :
16890 ac_cv_have_isinf
="yes"
16892 ac_cv_have_isinf
="no"
16894 rm -f core conftest.err conftest.
$ac_objext \
16895 conftest
$ac_exeext conftest.
$ac_ext
16897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16898 $as_echo "$ac_cv_have_isinf" >&6; }
16899 if test "$ac_cv_have_isinf" = "yes"
16902 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16907 $as_echo_n "checking for isnan... " >&6; }
16908 if ${ac_cv_have_isnan+:} false
; then :
16909 $as_echo_n "(cached) " >&6
16911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16912 /* end confdefs.h. */
16917 float f = 0.0; return isnan(f)
16922 if ac_fn_c_try_link
"$LINENO"; then :
16923 ac_cv_have_isnan
="yes"
16925 ac_cv_have_isnan
="no"
16927 rm -f core conftest.err conftest.
$ac_objext \
16928 conftest
$ac_exeext conftest.
$ac_ext
16930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16931 $as_echo "$ac_cv_have_isnan" >&6; }
16932 if test "$ac_cv_have_isnan" = "yes"
16935 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16971 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16972 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16973 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16974 cat >>confdefs.h
<<_ACEOF
16975 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16981 LIBS
="$ac_save_LIBS"
16983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16984 $as_echo_n "checking for __builtin_clz... " >&6; }
16985 if ${ac_cv_have___builtin_clz+:} false
; then :
16986 $as_echo_n "(cached) " >&6
16988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16989 /* end confdefs.h. */
16994 return __builtin_clz(1)
16999 if ac_fn_c_try_link
"$LINENO"; then :
17000 ac_cv_have___builtin_clz
="yes"
17002 ac_cv_have___builtin_clz
="no"
17004 rm -f core conftest.err conftest.
$ac_objext \
17005 conftest
$ac_exeext conftest.
$ac_ext
17007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
17008 $as_echo "$ac_cv_have___builtin_clz" >&6; }
17009 if test "$ac_cv_have___builtin_clz" = "yes"
17012 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
17016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17017 $as_echo_n "checking for __builtin_popcount... " >&6; }
17018 if ${ac_cv_have___builtin_popcount+:} false
; then :
17019 $as_echo_n "(cached) " >&6
17021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17022 /* end confdefs.h. */
17027 return __builtin_popcount(1)
17032 if ac_fn_c_try_link
"$LINENO"; then :
17033 ac_cv_have___builtin_popcount
="yes"
17035 ac_cv_have___builtin_popcount
="no"
17037 rm -f core conftest.err conftest.
$ac_objext \
17038 conftest
$ac_exeext conftest.
$ac_ext
17040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17041 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17042 if test "$ac_cv_have___builtin_popcount" = "yes"
17045 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17051 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17052 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17053 if ${ac_cv_cpp_def___i386__+:} false
; then :
17054 $as_echo_n "(cached) " >&6
17056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17057 /* end confdefs.h. */
17062 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17063 $EGREP "yes" >/dev
/null
2>&1; then :
17064 ac_cv_cpp_def___i386__
=yes
17066 ac_cv_cpp_def___i386__
=no
17071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17072 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17073 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17074 CFLAGS
="$CFLAGS -D__i386__"
17075 LINTFLAGS
="$LINTFLAGS -D__i386__"
17077 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17078 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17079 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17080 $as_echo_n "(cached) " >&6
17082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17083 /* end confdefs.h. */
17088 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17089 $EGREP "yes" >/dev
/null
2>&1; then :
17090 ac_cv_cpp_def___x86_64__
=yes
17092 ac_cv_cpp_def___x86_64__
=no
17097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17098 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17099 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17100 CFLAGS
="$CFLAGS -D__x86_64__"
17101 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17103 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17104 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17105 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17106 $as_echo_n "(cached) " >&6
17108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17109 /* end confdefs.h. */
17110 #ifndef __sparc64__
17114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17115 $EGREP "yes" >/dev
/null
2>&1; then :
17116 ac_cv_cpp_def___sparc64__
=yes
17118 ac_cv_cpp_def___sparc64__
=no
17123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17124 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17125 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17126 CFLAGS
="$CFLAGS -D__sparc64__"
17127 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17129 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17130 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17131 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17132 $as_echo_n "(cached) " >&6
17134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17135 /* end confdefs.h. */
17140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17141 $EGREP "yes" >/dev
/null
2>&1; then :
17142 ac_cv_cpp_def___sparc__
=yes
17144 ac_cv_cpp_def___sparc__
=no
17149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17150 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17151 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17152 CFLAGS
="$CFLAGS -D__sparc__"
17153 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17155 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17156 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17157 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17158 $as_echo_n "(cached) " >&6
17160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17161 /* end confdefs.h. */
17162 #ifndef __powerpc64__
17166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17167 $EGREP "yes" >/dev
/null
2>&1; then :
17168 ac_cv_cpp_def___powerpc64__
=yes
17170 ac_cv_cpp_def___powerpc64__
=no
17175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17176 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17177 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17178 CFLAGS
="$CFLAGS -D__powerpc64__"
17179 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17181 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17182 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17183 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17184 $as_echo_n "(cached) " >&6
17186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17187 /* end confdefs.h. */
17188 #ifndef __powerpc__
17192 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17193 $EGREP "yes" >/dev
/null
2>&1; then :
17194 ac_cv_cpp_def___powerpc__
=yes
17196 ac_cv_cpp_def___powerpc__
=no
17201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17202 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17203 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17204 CFLAGS
="$CFLAGS -D__powerpc__"
17205 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17207 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17208 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17209 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17210 $as_echo_n "(cached) " >&6
17212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17213 /* end confdefs.h. */
17214 #ifndef __aarch64__
17218 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17219 $EGREP "yes" >/dev
/null
2>&1; then :
17220 ac_cv_cpp_def___aarch64__
=yes
17222 ac_cv_cpp_def___aarch64__
=no
17227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17228 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17229 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17230 CFLAGS
="$CFLAGS -D__aarch64__"
17231 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17233 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17234 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17235 if ${ac_cv_cpp_def___arm__+:} false
; then :
17236 $as_echo_n "(cached) " >&6
17238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17239 /* end confdefs.h. */
17244 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17245 $EGREP "yes" >/dev
/null
2>&1; then :
17246 ac_cv_cpp_def___arm__
=yes
17248 ac_cv_cpp_def___arm__
=no
17253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17254 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17255 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17256 CFLAGS
="$CFLAGS -D__arm__"
17257 LINTFLAGS
="$LINTFLAGS -D__arm__"
17261 case $host_vendor in
17262 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17263 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17264 if ${ac_cv_cpp_def___sun__+:} false
; then :
17265 $as_echo_n "(cached) " >&6
17267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17268 /* end confdefs.h. */
17273 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17274 $EGREP "yes" >/dev
/null
2>&1; then :
17275 ac_cv_cpp_def___sun__
=yes
17277 ac_cv_cpp_def___sun__
=no
17282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17283 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17284 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17285 CFLAGS
="$CFLAGS -D__sun__"
17286 LINTFLAGS
="$LINTFLAGS -D__sun__"
17294 ac_config_commands
="$ac_config_commands include/stamp-h"
17296 $as_echo_n "creating Makefile rules..." >&6
17298 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17299 SOCKET_LIBS = $SOCKET_LIBS
17300 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17301 IOKIT_LIBS = $IOKIT_LIBS
17302 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17303 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17304 CORESERVICES_LIBS = $CORESERVICES_LIBS
17305 APPKIT_LIBS = $APPKIT_LIBS
17306 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17307 SECURITY_LIBS = $SECURITY_LIBS
17308 COREAUDIO_LIBS = $COREAUDIO_LIBS
17309 OPENAL_LIBS = $OPENAL_LIBS
17310 OPENCL_LIBS = $OPENCL_LIBS
17311 QUICKTIME_LIBS = $QUICKTIME_LIBS
17312 CARBON_LIBS = $CARBON_LIBS
17313 PTHREAD_LIBS = $PTHREAD_LIBS
17314 X_CFLAGS = $X_CFLAGS
17315 X_PRE_LIBS = $X_PRE_LIBS
17317 X_EXTRA_LIBS = $X_EXTRA_LIBS
17318 PCAP_LIBS = $PCAP_LIBS
17319 XML2_CFLAGS = $XML2_CFLAGS
17320 XML2_LIBS = $XML2_LIBS
17321 XSLT_CFLAGS = $XSLT_CFLAGS
17322 XSLT_LIBS = $XSLT_LIBS
17323 DBUS_CFLAGS = $DBUS_CFLAGS
17324 DBUS_LIBS = $DBUS_LIBS
17325 HAL_CFLAGS = $HAL_CFLAGS
17326 HAL_LIBS = $HAL_LIBS
17327 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17328 GNUTLS_LIBS = $GNUTLS_LIBS
17329 SANE_CFLAGS = $SANE_CFLAGS
17330 SANE_LIBS = $SANE_LIBS
17331 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17332 GPHOTO2_LIBS = $GPHOTO2_LIBS
17333 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17334 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17335 RESOLV_LIBS = $RESOLV_LIBS
17336 LCMS2_CFLAGS = $LCMS2_CFLAGS
17337 LCMS2_LIBS = $LCMS2_LIBS
17338 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17339 FREETYPE_LIBS = $FREETYPE_LIBS
17341 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17342 PULSE_CFLAGS = $PULSE_CFLAGS
17343 PULSE_LIBS = $PULSE_LIBS
17344 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17345 GSTREAMER_LIBS = $GSTREAMER_LIBS
17346 ALSA_LIBS = $ALSA_LIBS
17347 OSS4_CFLAGS = $OSS4_CFLAGS
17348 CAPI20_CFLAGS = $CAPI20_CFLAGS
17349 CAPI20_LIBS = $CAPI20_LIBS
17350 CUPS_CFLAGS = $CUPS_CFLAGS
17351 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17352 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17353 JPEG_CFLAGS = $JPEG_CFLAGS
17354 JPEG_LIBS = $JPEG_LIBS
17355 PNG_CFLAGS = $PNG_CFLAGS
17356 PNG_LIBS = $PNG_LIBS
17357 TIFF_CFLAGS = $TIFF_CFLAGS
17358 TIFF_LIBS = $TIFF_LIBS
17359 MPG123_CFLAGS = $MPG123_CFLAGS
17360 MPG123_LIBS = $MPG123_LIBS
17361 KSTAT_LIBS = $KSTAT_LIBS
17362 PROCSTAT_LIBS = $PROCSTAT_LIBS
17363 NETAPI_CFLAGS = $NETAPI_CFLAGS
17364 NETAPI_LIBS = $NETAPI_LIBS
17365 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17367 POLL_LIBS = $POLL_LIBS
17369 LDAP_LIBS = $LDAP_LIBS
17374 wine_fn_append_rule
"
17375 # Rules automatically generated by configure
17377 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17382 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17383 @./config.status Make.tmp Makefile
17384 depend: \$(MAKEDEP) dummy
17387 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17388 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17390 if test "x$enable_fonts" != xno
; then
17391 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17392 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17393 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17394 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17395 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17396 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17398 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17399 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17400 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17401 wine_fn_config_symlink wine
17402 if test "x$enable_win64" != xno
; then
17403 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17404 wine_fn_config_symlink wine64
17407 wine_fn_config_dll acledit enable_acledit
17408 wine_fn_config_dll aclui enable_aclui implib
17409 wine_fn_config_dll activeds enable_activeds implib
17410 wine_fn_config_dll actxprxy enable_actxprxy clean
17411 wine_fn_config_lib adsiid
17412 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17413 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17414 wine_fn_config_dll advpack enable_advpack implib
17415 wine_fn_config_test dlls
/advpack
/tests advpack_test
17416 wine_fn_config_dll amstream enable_amstream clean
17417 wine_fn_config_test dlls
/amstream
/tests amstream_test
17418 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17419 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17420 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17421 wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
17422 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17423 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17424 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17425 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17426 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17427 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17428 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17429 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17430 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17431 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17432 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17433 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17434 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17435 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17436 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17437 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17438 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17439 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17440 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17441 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17442 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17443 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17444 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0
17445 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0
17446 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17447 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17448 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17449 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17450 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17451 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17452 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17453 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17454 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17455 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17456 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17457 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17458 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17459 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17460 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17461 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17462 wine_fn_config_dll api-ms-win-core-namespace-l1-1-0 enable_api_ms_win_core_namespace_l1_1_0
17463 wine_fn_config_dll api-ms-win-core-normalization-l1-1-0 enable_api_ms_win_core_normalization_l1_1_0
17464 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17465 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17466 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17467 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17468 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17469 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17470 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17471 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17472 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17473 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17474 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17475 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17476 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17477 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17478 wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
17479 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17480 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17481 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17482 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17483 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17484 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17485 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17486 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17487 wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
17488 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17489 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17490 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17491 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17492 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17493 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17494 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17495 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17496 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17497 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17498 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17499 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17500 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17501 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17502 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17503 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17504 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17505 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17506 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17507 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17508 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17509 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17510 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17511 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17512 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17513 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17514 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17515 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17516 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17517 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17518 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17519 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17520 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17521 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17522 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17523 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17524 wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0 enable_api_ms_win_eventlog_legacy_l1_1_0
17525 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17526 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17527 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17528 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17529 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17530 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17531 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17532 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17533 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17534 wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
17535 wine_fn_config_dll apphelp enable_apphelp
17536 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17537 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17538 wine_fn_config_dll atl enable_atl clean
,implib
17539 wine_fn_config_test dlls
/atl
/tests atl_test
17540 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17541 wine_fn_config_test dlls
/atl100
/tests atl100_test
17542 wine_fn_config_dll atl110 enable_atl110 clean
17543 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17544 wine_fn_config_test dlls
/atl80
/tests atl80_test
17545 wine_fn_config_dll atl90 enable_atl90 clean
17546 wine_fn_config_dll authz enable_authz
17547 wine_fn_config_dll avicap32 enable_avicap32 implib
17548 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
17549 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17550 wine_fn_config_dll avifile.dll16 enable_win16
17551 wine_fn_config_dll avrt enable_avrt implib
17552 wine_fn_config_dll bcrypt enable_bcrypt implib
17553 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17554 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17555 wine_fn_config_dll browseui enable_browseui clean
17556 wine_fn_config_test dlls
/browseui
/tests browseui_test
17557 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17558 wine_fn_config_dll cabinet enable_cabinet implib
17559 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17560 wine_fn_config_dll capi2032 enable_capi2032 implib
17561 wine_fn_config_dll cards enable_cards implib
17562 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17563 wine_fn_config_dll clusapi enable_clusapi implib
17564 wine_fn_config_dll combase enable_combase
17565 wine_fn_config_test dlls
/combase
/tests combase_test
17566 wine_fn_config_dll comcat enable_comcat
17567 wine_fn_config_test dlls
/comcat
/tests comcat_test
17568 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
17569 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17570 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
17571 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17572 wine_fn_config_dll
comm.drv16 enable_win16
17573 wine_fn_config_dll commdlg.dll16 enable_win16
17574 wine_fn_config_dll compobj.dll16 enable_win16
17575 wine_fn_config_dll compstui enable_compstui implib
17576 wine_fn_config_dll comsvcs enable_comsvcs implib
17577 wine_fn_config_dll concrt140 enable_concrt140
17578 wine_fn_config_dll connect enable_connect
17579 wine_fn_config_dll credui enable_credui clean
,implib
17580 wine_fn_config_test dlls
/credui
/tests credui_test
17581 wine_fn_config_dll crtdll enable_crtdll
17582 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
17583 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17584 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17585 wine_fn_config_dll cryptdll enable_cryptdll implib
17586 wine_fn_config_dll cryptext enable_cryptext
17587 wine_fn_config_dll cryptnet enable_cryptnet implib
17588 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17589 wine_fn_config_dll cryptui enable_cryptui clean
,implib
17590 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17591 wine_fn_config_dll ctapi32 enable_ctapi32
17592 wine_fn_config_dll ctl3d.dll16 enable_win16
17593 wine_fn_config_dll ctl3d32 enable_ctl3d32
17594 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17595 wine_fn_config_dll d2d1 enable_d2d1 implib
17596 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17597 wine_fn_config_dll d3d10 enable_d3d10 implib
17598 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17599 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17600 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17601 wine_fn_config_dll d3d10core enable_d3d10core implib
17602 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17603 wine_fn_config_dll d3d11 enable_d3d11 implib
17604 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17605 wine_fn_config_dll d3d8 enable_d3d8 implib
17606 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17607 wine_fn_config_dll d3d9 enable_d3d9 implib
17608 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17609 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17610 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17611 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17612 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17613 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17614 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17615 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17616 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17617 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17618 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17619 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17620 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17621 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17622 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17623 wine_fn_config_dll d3dim enable_d3dim
17624 wine_fn_config_dll d3drm enable_d3drm implib
17625 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17626 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17627 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17628 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17629 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17630 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17631 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17632 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17633 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17634 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17635 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17636 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17637 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
17638 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17639 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17640 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17641 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17642 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17643 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17644 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17645 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17646 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17647 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17648 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17649 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17650 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17651 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17652 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17653 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17654 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17655 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17656 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17657 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17658 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17659 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17660 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17661 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17662 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17663 wine_fn_config_dll davclnt enable_davclnt
17664 wine_fn_config_dll dbgeng enable_dbgeng implib
17665 wine_fn_config_dll dbghelp enable_dbghelp implib
17666 wine_fn_config_dll dciman32 enable_dciman32 implib
17667 wine_fn_config_dll ddeml.dll16 enable_win16
17668 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17669 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17670 wine_fn_config_dll ddrawex enable_ddrawex clean
17671 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17672 wine_fn_config_dll devenum enable_devenum clean
17673 wine_fn_config_test dlls
/devenum
/tests devenum_test
17674 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17675 wine_fn_config_dll difxapi enable_difxapi
17676 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
17677 wine_fn_config_test dlls
/dinput
/tests dinput_test
17678 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17679 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17680 wine_fn_config_dll dispdib.dll16 enable_win16
17681 wine_fn_config_dll dispex enable_dispex clean
17682 wine_fn_config_test dlls
/dispex
/tests dispex_test
17683 wine_fn_config_dll display.drv16 enable_win16
17684 wine_fn_config_dll dmband enable_dmband clean
17685 wine_fn_config_test dlls
/dmband
/tests dmband_test
17686 wine_fn_config_dll dmcompos enable_dmcompos clean
17687 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17688 wine_fn_config_dll dmime enable_dmime clean
17689 wine_fn_config_test dlls
/dmime
/tests dmime_test
17690 wine_fn_config_dll dmloader enable_dmloader clean
17691 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17692 wine_fn_config_dll dmscript enable_dmscript clean
17693 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17694 wine_fn_config_dll dmstyle enable_dmstyle clean
17695 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17696 wine_fn_config_dll dmsynth enable_dmsynth clean
17697 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17698 wine_fn_config_dll dmusic enable_dmusic clean
17699 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17700 wine_fn_config_dll dmusic32 enable_dmusic32
17701 wine_fn_config_dll dnsapi enable_dnsapi implib
17702 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17703 wine_fn_config_dll dplay enable_dplay
17704 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17705 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17706 wine_fn_config_dll dpnaddr enable_dpnaddr
17707 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17708 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17709 wine_fn_config_dll dpnhpast enable_dpnhpast
17710 wine_fn_config_dll dpnlobby enable_dpnlobby
17711 wine_fn_config_dll dpvoice enable_dpvoice clean
17712 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17713 wine_fn_config_dll dpwsockx enable_dpwsockx
17714 wine_fn_config_dll drmclien enable_drmclien
17715 wine_fn_config_dll dsound enable_dsound clean
,implib
17716 wine_fn_config_test dlls
/dsound
/tests dsound_test
17717 wine_fn_config_dll dssenh enable_dssenh
17718 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17719 wine_fn_config_dll dswave enable_dswave clean
17720 wine_fn_config_test dlls
/dswave
/tests dswave_test
17721 wine_fn_config_dll dwmapi enable_dwmapi implib
17722 wine_fn_config_dll dwrite enable_dwrite implib
17723 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17724 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17725 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17726 wine_fn_config_lib dxerr8
17727 wine_fn_config_lib dxerr9
17728 wine_fn_config_dll dxgi enable_dxgi implib
17729 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17730 wine_fn_config_lib dxguid
17731 wine_fn_config_dll dxva2 enable_dxva2
17732 wine_fn_config_dll esent enable_esent
17733 wine_fn_config_dll evr enable_evr
17734 wine_fn_config_dll explorerframe enable_explorerframe clean
17735 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17736 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17737 wine_fn_config_dll faultrep enable_faultrep implib
17738 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17739 wine_fn_config_dll fltlib enable_fltlib
17740 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17741 wine_fn_config_dll fntcache enable_fntcache
17742 wine_fn_config_dll fontsub enable_fontsub
17743 wine_fn_config_dll fusion enable_fusion
17744 wine_fn_config_test dlls
/fusion
/tests fusion_test
17745 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17746 wine_fn_config_dll gameux enable_gameux clean
17747 wine_fn_config_test dlls
/gameux
/tests gameux_test
17748 wine_fn_config_dll gdi.exe16 enable_win16
17749 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
17750 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17751 wine_fn_config_dll gdiplus enable_gdiplus implib
17752 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17753 wine_fn_config_dll glu32 enable_glu32 implib
17754 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17755 wine_fn_config_dll gpkcsp enable_gpkcsp
17756 wine_fn_config_dll hal enable_hal
17757 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
17758 wine_fn_config_dll hid enable_hid implib
17759 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17760 wine_fn_config_dll hlink enable_hlink clean
,implib
17761 wine_fn_config_test dlls
/hlink
/tests hlink_test
17762 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17763 wine_fn_config_test dlls
/hnetcfg
/tests hnetcfg_test
17764 wine_fn_config_dll httpapi enable_httpapi
17765 wine_fn_config_dll iccvid enable_iccvid clean
17766 wine_fn_config_dll icmp enable_icmp
17767 wine_fn_config_dll ieframe enable_ieframe clean
,implib
17768 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17769 wine_fn_config_dll ifsmgr.vxd enable_win16
17770 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17771 wine_fn_config_dll imagehlp enable_imagehlp implib
17772 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17773 wine_fn_config_dll imm.dll16 enable_win16
17774 wine_fn_config_dll imm32 enable_imm32 implib
17775 wine_fn_config_test dlls
/imm32
/tests imm32_test
17776 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17777 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17778 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17779 wine_fn_config_dll inetmib1 enable_inetmib1
17780 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17781 wine_fn_config_dll infosoft enable_infosoft clean
17782 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17783 wine_fn_config_dll initpki enable_initpki
17784 wine_fn_config_dll inkobj enable_inkobj
17785 wine_fn_config_dll inseng enable_inseng clean
17786 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17787 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17788 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17789 wine_fn_config_dll itircl enable_itircl
17790 wine_fn_config_dll itss enable_itss clean
17791 wine_fn_config_test dlls
/itss
/tests itss_test
17792 wine_fn_config_dll joy.cpl enable_joy_cpl clean
17793 wine_fn_config_dll jscript enable_jscript clean
17794 wine_fn_config_test dlls
/jscript
/tests jscript_test
17795 wine_fn_config_dll jsproxy enable_jsproxy implib
17796 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
17797 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
17798 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17799 wine_fn_config_dll kernelbase enable_kernelbase
17800 wine_fn_config_dll keyboard.drv16 enable_win16
17801 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17802 wine_fn_config_dll ksuser enable_ksuser
17803 wine_fn_config_dll ktmw32 enable_ktmw32
17804 wine_fn_config_dll loadperf enable_loadperf implib
17805 wine_fn_config_dll localspl enable_localspl clean
17806 wine_fn_config_test dlls
/localspl
/tests localspl_test
17807 wine_fn_config_dll localui enable_localui clean
17808 wine_fn_config_test dlls
/localui
/tests localui_test
17809 wine_fn_config_dll lz32 enable_lz32 implib
17810 wine_fn_config_test dlls
/lz32
/tests lz32_test
17811 wine_fn_config_dll lzexpand.dll16 enable_win16
17812 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
17813 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17814 wine_fn_config_dll mapistub enable_mapistub
17815 wine_fn_config_dll mciavi32 enable_mciavi32
17816 wine_fn_config_dll mcicda enable_mcicda
17817 wine_fn_config_dll mciqtz32 enable_mciqtz32
17818 wine_fn_config_dll mciseq enable_mciseq
17819 wine_fn_config_dll mciwave enable_mciwave
17820 wine_fn_config_dll mf enable_mf
17821 wine_fn_config_dll mfplat enable_mfplat
17822 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17823 wine_fn_config_dll mgmtapi enable_mgmtapi
17824 wine_fn_config_dll midimap enable_midimap
17825 wine_fn_config_dll mlang enable_mlang clean
,implib
17826 wine_fn_config_test dlls
/mlang
/tests mlang_test
17827 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17828 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17829 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17830 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17831 wine_fn_config_dll mmdevldr.vxd enable_win16
17832 wine_fn_config_dll mmsystem.dll16 enable_win16
17833 wine_fn_config_dll monodebg.vxd enable_win16
17834 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17835 wine_fn_config_dll mouse.drv16 enable_win16
17836 wine_fn_config_dll mpr enable_mpr clean
,implib
17837 wine_fn_config_test dlls
/mpr
/tests mpr_test
17838 wine_fn_config_dll mprapi enable_mprapi implib
17839 wine_fn_config_dll msacm.dll16 enable_win16
17840 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17841 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
17842 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17843 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17844 wine_fn_config_dll msasn1 enable_msasn1 implib
17845 wine_fn_config_dll mscat32 enable_mscat32
17846 wine_fn_config_dll mscms enable_mscms implib
17847 wine_fn_config_test dlls
/mscms
/tests mscms_test
17848 wine_fn_config_dll mscoree enable_mscoree clean
17849 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17850 wine_fn_config_dll msctf enable_msctf clean
17851 wine_fn_config_test dlls
/msctf
/tests msctf_test
17852 wine_fn_config_dll msctfp enable_msctfp clean
17853 wine_fn_config_dll msdaps enable_msdaps clean
17854 wine_fn_config_dll msdelta enable_msdelta
17855 wine_fn_config_dll msdmo enable_msdmo implib
17856 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17857 wine_fn_config_dll msdrm enable_msdrm
17858 wine_fn_config_dll msftedit enable_msftedit
17859 wine_fn_config_dll msg711.acm enable_msg711_acm
17860 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17861 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17862 wine_fn_config_dll mshtml enable_mshtml clean
,implib
17863 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17864 wine_fn_config_dll msi enable_msi clean
,implib
17865 wine_fn_config_test dlls
/msi
/tests msi_test
17866 wine_fn_config_dll msident enable_msident clean
17867 wine_fn_config_dll msimg32 enable_msimg32 implib
17868 wine_fn_config_dll msimsg enable_msimsg
17869 wine_fn_config_dll msimtf enable_msimtf clean
17870 wine_fn_config_dll msisip enable_msisip
17871 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17872 wine_fn_config_dll msls31 enable_msls31
17873 wine_fn_config_dll msnet32 enable_msnet32
17874 wine_fn_config_dll mspatcha enable_mspatcha implib
17875 wine_fn_config_dll msrle32 enable_msrle32 clean
17876 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17877 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17878 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
17879 wine_fn_config_dll mssign32 enable_mssign32
17880 wine_fn_config_dll mssip32 enable_mssip32
17881 wine_fn_config_dll mstask enable_mstask clean
17882 wine_fn_config_test dlls
/mstask
/tests mstask_test
17883 wine_fn_config_dll msvcirt enable_msvcirt
17884 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17885 wine_fn_config_dll msvcm80 enable_msvcm80
17886 wine_fn_config_dll msvcm90 enable_msvcm90
17887 wine_fn_config_dll msvcp100 enable_msvcp100
17888 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17889 wine_fn_config_dll msvcp110 enable_msvcp110
17890 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17891 wine_fn_config_dll msvcp120 enable_msvcp120
17892 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17893 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17894 wine_fn_config_dll msvcp140 enable_msvcp140
17895 wine_fn_config_dll msvcp60 enable_msvcp60
17896 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17897 wine_fn_config_dll msvcp70 enable_msvcp70
17898 wine_fn_config_dll msvcp71 enable_msvcp71
17899 wine_fn_config_dll msvcp80 enable_msvcp80
17900 wine_fn_config_dll msvcp90 enable_msvcp90
17901 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17902 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17903 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17904 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17905 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17906 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17907 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17908 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17909 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17910 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17911 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17912 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17913 wine_fn_config_dll msvcrt enable_msvcrt implib
17914 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17915 wine_fn_config_dll msvcrt20 enable_msvcrt20
17916 wine_fn_config_dll msvcrt40 enable_msvcrt40
17917 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17918 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17919 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
17920 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17921 wine_fn_config_dll msvidc32 enable_msvidc32 clean
17922 wine_fn_config_dll msvideo.dll16 enable_win16
17923 wine_fn_config_dll mswsock enable_mswsock implib
17924 wine_fn_config_dll msxml enable_msxml clean
17925 wine_fn_config_dll msxml2 enable_msxml2 clean
17926 wine_fn_config_dll msxml3 enable_msxml3 clean
17927 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17928 wine_fn_config_dll msxml4 enable_msxml4 clean
17929 wine_fn_config_dll msxml6 enable_msxml6 clean
17930 wine_fn_config_dll ncrypt enable_ncrypt
17931 wine_fn_config_dll nddeapi enable_nddeapi implib
17932 wine_fn_config_dll ndis.sys enable_ndis_sys
17933 wine_fn_config_dll netapi32 enable_netapi32 implib
17934 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17935 wine_fn_config_dll netcfgx enable_netcfgx clean
17936 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17937 wine_fn_config_dll netprofm enable_netprofm clean
17938 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17939 wine_fn_config_dll newdev enable_newdev implib
17940 wine_fn_config_dll normaliz enable_normaliz implib
17941 wine_fn_config_dll npmshtml enable_npmshtml
17942 wine_fn_config_dll npptools enable_npptools
17943 wine_fn_config_dll ntdll enable_ntdll implib
17944 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17945 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17946 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17947 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
17948 wine_fn_config_dll ntprint enable_ntprint
17949 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17950 wine_fn_config_dll objsel enable_objsel clean
17951 wine_fn_config_dll odbc32 enable_odbc32 implib
17952 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17953 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17954 wine_fn_config_dll odbccu32 enable_odbccu32
17955 wine_fn_config_dll ole2.dll16 enable_win16
17956 wine_fn_config_dll ole2conv.dll16 enable_win16
17957 wine_fn_config_dll ole2disp.dll16 enable_win16
17958 wine_fn_config_dll ole2nls.dll16 enable_win16
17959 wine_fn_config_dll ole2prox.dll16 enable_win16
17960 wine_fn_config_dll ole2thk.dll16 enable_win16
17961 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17962 wine_fn_config_test dlls
/ole32
/tests ole32_test
17963 wine_fn_config_dll oleacc enable_oleacc clean
,implib
17964 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17965 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
17966 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17967 wine_fn_config_dll olecli.dll16 enable_win16
17968 wine_fn_config_dll olecli32 enable_olecli32 implib
17969 wine_fn_config_dll oledb32 enable_oledb32 clean
17970 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17971 wine_fn_config_dll oledlg enable_oledlg clean
,implib
17972 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17973 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
17974 wine_fn_config_dll olesvr.dll16 enable_win16
17975 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17976 wine_fn_config_dll olethk32 enable_olethk32
17977 wine_fn_config_dll openal32 enable_openal32
17978 wine_fn_config_dll opencl enable_opencl
17979 wine_fn_config_dll opengl32 enable_opengl32 implib
17980 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17981 wine_fn_config_dll packager enable_packager clean
17982 wine_fn_config_test dlls
/packager
/tests packager_test
17983 wine_fn_config_dll pdh enable_pdh implib
17984 wine_fn_config_test dlls
/pdh
/tests pdh_test
17985 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17986 wine_fn_config_dll pidgen enable_pidgen
17987 wine_fn_config_dll powrprof enable_powrprof implib
17988 wine_fn_config_dll printui enable_printui
17989 wine_fn_config_dll prntvpt enable_prntvpt
17990 wine_fn_config_dll propsys enable_propsys clean
,implib
17991 wine_fn_config_test dlls
/propsys
/tests propsys_test
17992 wine_fn_config_dll psapi enable_psapi implib
17993 wine_fn_config_test dlls
/psapi
/tests psapi_test
17994 wine_fn_config_dll pstorec enable_pstorec clean
17995 wine_fn_config_dll qcap enable_qcap
17996 wine_fn_config_test dlls
/qcap
/tests qcap_test
17997 wine_fn_config_dll qedit enable_qedit clean
17998 wine_fn_config_test dlls
/qedit
/tests qedit_test
17999 wine_fn_config_dll qmgr enable_qmgr clean
18000 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
18001 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
18002 wine_fn_config_dll quartz enable_quartz clean
,implib
18003 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
18004 wine_fn_config_dll query enable_query
18005 wine_fn_config_dll rasapi16.dll16 enable_win16
18006 wine_fn_config_dll rasapi32 enable_rasapi32 implib
18007 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
18008 wine_fn_config_dll rasdlg enable_rasdlg implib
18009 wine_fn_config_dll regapi enable_regapi
18010 wine_fn_config_dll resutils enable_resutils implib
18011 wine_fn_config_dll riched20 enable_riched20 clean
,implib
18012 wine_fn_config_test dlls
/riched20
/tests riched20_test
18013 wine_fn_config_dll riched32 enable_riched32
18014 wine_fn_config_test dlls
/riched32
/tests riched32_test
18015 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
18016 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
18017 wine_fn_config_dll rsabase enable_rsabase
18018 wine_fn_config_dll rsaenh enable_rsaenh implib
18019 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
18020 wine_fn_config_dll rstrtmgr enable_rstrtmgr
18021 wine_fn_config_dll rtutils enable_rtutils implib
18022 wine_fn_config_dll samlib enable_samlib
18023 wine_fn_config_dll sane.ds enable_sane_ds clean
18024 wine_fn_config_dll scarddlg enable_scarddlg
18025 wine_fn_config_dll sccbase enable_sccbase
18026 wine_fn_config_dll schannel enable_schannel
18027 wine_fn_config_test dlls
/schannel
/tests schannel_test
18028 wine_fn_config_dll schedsvc enable_schedsvc clean
18029 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18030 wine_fn_config_dll scrrun enable_scrrun clean
18031 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18032 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18033 wine_fn_config_dll secur32 enable_secur32 implib
18034 wine_fn_config_test dlls
/secur32
/tests secur32_test
18035 wine_fn_config_dll security enable_security
18036 wine_fn_config_dll sensapi enable_sensapi implib
18037 wine_fn_config_dll serialui enable_serialui clean
18038 wine_fn_config_test dlls
/serialui
/tests serialui_test
18039 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18040 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18041 wine_fn_config_dll setupx.dll16 enable_win16
18042 wine_fn_config_dll sfc enable_sfc implib
18043 wine_fn_config_dll sfc_os enable_sfc_os implib
18044 wine_fn_config_dll shdoclc enable_shdoclc clean
18045 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18046 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18047 wine_fn_config_dll shell.dll16 enable_win16
18048 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18049 wine_fn_config_test dlls
/shell32
/tests shell32_test
18050 wine_fn_config_dll shfolder enable_shfolder implib
18051 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18052 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18053 wine_fn_config_dll slbcsp enable_slbcsp
18054 wine_fn_config_dll slc enable_slc implib
18055 wine_fn_config_test dlls
/slc
/tests slc_test
18056 wine_fn_config_dll snmpapi enable_snmpapi implib
18057 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18058 wine_fn_config_dll softpub enable_softpub
18059 wine_fn_config_dll sound.drv16 enable_win16
18060 wine_fn_config_dll spoolss enable_spoolss implib
18061 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18062 wine_fn_config_dll sspicli enable_sspicli
18063 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18064 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18065 wine_fn_config_dll sti enable_sti clean
,implib
18066 wine_fn_config_test dlls
/sti
/tests sti_test
18067 wine_fn_config_dll storage.dll16 enable_win16
18068 wine_fn_config_dll stress.dll16 enable_win16
18069 wine_fn_config_lib strmbase
18070 wine_fn_config_lib strmiids
18071 wine_fn_config_dll svrapi enable_svrapi
18072 wine_fn_config_dll sxs enable_sxs implib
18073 wine_fn_config_test dlls
/sxs
/tests sxs_test
18074 wine_fn_config_dll system.drv16 enable_win16
18075 wine_fn_config_dll t2embed enable_t2embed implib
18076 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18077 wine_fn_config_dll tapi32 enable_tapi32 implib
18078 wine_fn_config_dll taskschd enable_taskschd clean
18079 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18080 wine_fn_config_dll tdi.sys enable_tdi_sys
18081 wine_fn_config_dll toolhelp.dll16 enable_win16
18082 wine_fn_config_dll traffic enable_traffic
18083 wine_fn_config_dll twain.dll16 enable_win16
18084 wine_fn_config_dll twain_32 enable_twain_32
18085 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18086 wine_fn_config_dll typelib.dll16 enable_win16
18087 wine_fn_config_dll ucrtbase enable_ucrtbase implib
18088 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18089 wine_fn_config_dll unicows enable_unicows implib
18090 wine_fn_config_dll updspapi enable_updspapi
18091 wine_fn_config_dll url enable_url implib
18092 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18093 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18094 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18095 wine_fn_config_dll user.exe16 enable_win16
18096 wine_fn_config_dll user32 enable_user32 clean
,implib
18097 wine_fn_config_test dlls
/user32
/tests user32_test
18098 wine_fn_config_dll userenv enable_userenv implib
18099 wine_fn_config_test dlls
/userenv
/tests userenv_test
18100 wine_fn_config_dll usp10 enable_usp10 implib
18101 wine_fn_config_test dlls
/usp10
/tests usp10_test
18102 wine_fn_config_lib uuid
18103 wine_fn_config_dll uxtheme enable_uxtheme implib
18104 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18105 wine_fn_config_dll vbscript enable_vbscript clean
18106 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18107 wine_fn_config_dll vcomp enable_vcomp
18108 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18109 wine_fn_config_dll vcomp100 enable_vcomp100
18110 wine_fn_config_dll vcomp110 enable_vcomp110
18111 wine_fn_config_dll vcomp120 enable_vcomp120
18112 wine_fn_config_dll vcomp140 enable_vcomp140
18113 wine_fn_config_dll vcomp90 enable_vcomp90
18114 wine_fn_config_dll vcruntime140 enable_vcruntime140
18115 wine_fn_config_dll vdhcp.vxd enable_win16
18116 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18117 wine_fn_config_dll ver.dll16 enable_win16
18118 wine_fn_config_dll version enable_version implib
18119 wine_fn_config_test dlls
/version
/tests version_test
18120 wine_fn_config_dll vmm.vxd enable_win16
18121 wine_fn_config_dll vnbt.vxd enable_win16
18122 wine_fn_config_dll vnetbios.vxd enable_win16
18123 wine_fn_config_dll vssapi enable_vssapi
18124 wine_fn_config_dll vtdapi.vxd enable_win16
18125 wine_fn_config_dll vwin32.vxd enable_win16
18126 wine_fn_config_dll w32skrnl enable_win16
18127 wine_fn_config_dll w32sys.dll16 enable_win16
18128 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18129 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18130 wine_fn_config_dll wbemprox enable_wbemprox clean
18131 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18132 wine_fn_config_dll webservices enable_webservices implib
18133 wine_fn_config_test dlls
/webservices
/tests webservices_test
18134 wine_fn_config_dll wer enable_wer implib
18135 wine_fn_config_test dlls
/wer
/tests wer_test
18136 wine_fn_config_dll wevtapi enable_wevtapi
18137 wine_fn_config_dll wiaservc enable_wiaservc clean
18138 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18139 wine_fn_config_dll wimgapi enable_wimgapi
18140 wine_fn_config_dll win32s16.dll16 enable_win16
18141 wine_fn_config_dll win87em.dll16 enable_win16
18142 wine_fn_config_dll winaspi.dll16 enable_win16
18143 wine_fn_config_dll windebug.dll16 enable_win16
18144 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18145 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18146 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18147 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18148 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18149 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18150 wine_fn_config_lib winecrt0
18151 wine_fn_config_dll wined3d enable_wined3d implib
18152 wine_fn_config_dll winegstreamer enable_winegstreamer
18153 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18154 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18155 wine_fn_config_dll winemapi enable_winemapi
18156 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18157 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18158 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18159 wine_fn_config_dll wineps16.drv16 enable_win16
18160 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18161 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18162 wine_fn_config_dll winex11.drv enable_winex11_drv
18163 wine_fn_config_dll wing.dll16 enable_win16
18164 wine_fn_config_dll wing32 enable_wing32
18165 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18166 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18167 wine_fn_config_dll wininet enable_wininet clean
,implib
18168 wine_fn_config_test dlls
/wininet
/tests wininet_test
18169 wine_fn_config_dll winmm enable_winmm clean
,implib
18170 wine_fn_config_test dlls
/winmm
/tests winmm_test
18171 wine_fn_config_dll winnls.dll16 enable_win16
18172 wine_fn_config_dll winnls32 enable_winnls32 implib
18173 wine_fn_config_dll winscard enable_winscard implib
18174 wine_fn_config_dll winsock.dll16 enable_win16
18175 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18176 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18177 wine_fn_config_dll winsta enable_winsta
18178 wine_fn_config_dll wintab.dll16 enable_win16
18179 wine_fn_config_dll wintab32 enable_wintab32 implib
18180 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18181 wine_fn_config_dll wintrust enable_wintrust implib
18182 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18183 wine_fn_config_dll wlanapi enable_wlanapi
18184 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18185 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18186 wine_fn_config_dll wmasf enable_wmasf
18187 wine_fn_config_dll wmi enable_wmi
18188 wine_fn_config_dll wmiutils enable_wmiutils clean
18189 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18190 wine_fn_config_dll wmp enable_wmp clean
18191 wine_fn_config_test dlls
/wmp
/tests wmp_test
18192 wine_fn_config_dll wmvcore enable_wmvcore
18193 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18194 wine_fn_config_dll wow32 enable_win16 implib
18195 wine_fn_config_dll wpc enable_wpc clean
18196 wine_fn_config_test dlls
/wpc
/tests wpc_test
18197 wine_fn_config_dll wpcap enable_wpcap
18198 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18199 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18200 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18201 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18202 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18203 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18204 wine_fn_config_dll wsock32 enable_wsock32 implib
18205 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18206 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18207 wine_fn_config_dll wuapi enable_wuapi clean
18208 wine_fn_config_dll wuaueng enable_wuaueng
18209 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18210 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18211 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18212 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18213 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18214 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18215 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18216 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18217 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18218 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18219 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18220 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18221 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18222 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18223 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18224 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18225 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18226 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18227 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18228 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18229 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18230 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18231 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18232 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18233 wine_fn_config_dll xinput1_1 enable_xinput1_1
18234 wine_fn_config_dll xinput1_2 enable_xinput1_2
18235 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18236 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18237 wine_fn_config_dll xinput1_4 enable_xinput1_4
18238 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18239 wine_fn_config_dll xmllite enable_xmllite implib
18240 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18241 wine_fn_config_dll xolehlp enable_xolehlp
18242 wine_fn_config_dll xpsprint enable_xpsprint
18243 wine_fn_config_dll xpssvcs enable_xpssvcs
18244 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18245 wine_fn_config_makefile include enable_include clean
,install-dev
18246 wine_fn_config_makefile libs
/port enable_libs_port
18247 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18248 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18249 wine_fn_config_makefile loader enable_loader clean
,install-lib
18250 wine_fn_config_makefile po enable_po clean
18251 wine_fn_config_program arp enable_arp
install
18252 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18253 wine_fn_config_program attrib enable_attrib clean
,install
18254 wine_fn_config_program cabarc enable_cabarc
install
18255 wine_fn_config_program cacls enable_cacls
install
18256 wine_fn_config_program
clock enable_clock clean
,install
18257 wine_fn_config_program cmd enable_cmd clean
,install
18258 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18259 wine_fn_config_program conhost enable_conhost
install
18260 wine_fn_config_program control enable_control
install
18261 wine_fn_config_program cscript enable_cscript clean
,install
18262 wine_fn_config_program dpnsvr enable_dpnsvr
install
18263 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18264 wine_fn_config_program eject enable_eject
install
18265 wine_fn_config_program
expand enable_expand
install
18266 wine_fn_config_program explorer enable_explorer clean
,install
18267 wine_fn_config_program extrac32 enable_extrac32
install
18268 wine_fn_config_program findstr enable_findstr
install
18269 wine_fn_config_program fsutil enable_fsutil
install
18270 wine_fn_config_program hh enable_hh
install
18271 wine_fn_config_program hostname enable_hostname clean
,install
18272 wine_fn_config_program icacls enable_icacls
install
18273 wine_fn_config_program icinfo enable_icinfo
install
18274 wine_fn_config_program iexplore enable_iexplore
install
18275 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18276 wine_fn_config_program lodctr enable_lodctr
install
18277 wine_fn_config_program mofcomp enable_mofcomp
install
18278 wine_fn_config_program mshta enable_mshta
install
18279 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18280 wine_fn_config_program net enable_net clean
,install
18281 wine_fn_config_program netsh enable_netsh
install
18282 wine_fn_config_program netstat enable_netstat clean
,install
18283 wine_fn_config_program ngen enable_ngen
install
18284 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18285 wine_fn_config_program oleview enable_oleview clean
,install
18286 wine_fn_config_program
ping enable_ping
install
18287 wine_fn_config_program plugplay enable_plugplay
install
18288 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18289 wine_fn_config_program progman enable_progman clean
,install
18290 wine_fn_config_program reg enable_reg clean
,install
18291 wine_fn_config_test programs
/reg
/tests reg.exe_test
18292 wine_fn_config_program regasm enable_regasm
install
18293 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18294 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18295 wine_fn_config_program regsvcs enable_regsvcs
install
18296 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18297 wine_fn_config_program rpcss enable_rpcss clean
,install
18298 wine_fn_config_program rundll.exe16 enable_win16
install
18299 wine_fn_config_program rundll32 enable_rundll32
install
18300 wine_fn_config_program sc enable_sc
install
18301 wine_fn_config_program schtasks enable_schtasks
install
18302 wine_fn_config_program sdbinst enable_sdbinst
install
18303 wine_fn_config_program secedit enable_secedit
install
18304 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18305 wine_fn_config_program services enable_services clean
,install
18306 wine_fn_config_test programs
/services
/tests services.exe_test
18307 wine_fn_config_program shutdown enable_shutdown
install
18308 wine_fn_config_program spoolsv enable_spoolsv
install
18309 wine_fn_config_program start enable_start clean
,install
18310 wine_fn_config_program svchost enable_svchost
install
18311 wine_fn_config_program systeminfo enable_systeminfo
install
18312 wine_fn_config_program taskkill enable_taskkill clean
,install
18313 wine_fn_config_program tasklist enable_tasklist
install
18314 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18315 wine_fn_config_program termsv enable_termsv
install
18316 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18317 wine_fn_config_program unlodctr enable_unlodctr
install
18318 wine_fn_config_program view enable_view clean
,install
18319 wine_fn_config_program wevtutil enable_wevtutil
install
18320 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
18321 wine_fn_config_program winebrowser enable_winebrowser
install
18322 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
18323 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
18324 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
18325 wine_fn_config_program winedevice enable_winedevice
install
18326 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
18327 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18328 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
18329 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18330 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18331 wine_fn_config_program winetest enable_winetest clean
18332 wine_fn_config_program winevdm enable_win16
install
18333 wine_fn_config_program winhelp.exe16 enable_win16
install
18334 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
18335 wine_fn_config_program winoldap.mod16 enable_win16
install
18336 wine_fn_config_program winver enable_winver
install
18337 wine_fn_config_program wmic enable_wmic clean
,install
18338 wine_fn_config_program wmplayer enable_wmplayer
install
18339 wine_fn_config_program wordpad enable_wordpad clean
,install
18340 wine_fn_config_program
write enable_write clean
,install
18341 wine_fn_config_program wscript enable_wscript clean
,install
18342 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18343 wine_fn_config_program wusa enable_wusa
install
18344 wine_fn_config_program xcopy enable_xcopy clean
,install
18345 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18346 wine_fn_config_makefile server enable_server clean
,install-lib
18347 wine_fn_config_tool tools clean
18348 wine_fn_config_tool tools
/sfnt2fon clean
18349 wine_fn_config_tool tools
/widl clean
,install-dev
18350 wine_fn_config_tool tools
/winebuild clean
,install-dev
18351 wine_fn_config_tool tools
/winedump clean
,install-dev
18352 wine_fn_config_tool tools
/winegcc clean
,install-dev
18353 wine_fn_config_tool tools
/winemaker clean
,install-dev
18354 wine_fn_config_tool tools
/wmc clean
,install-dev
18355 wine_fn_config_tool tools
/wrc clean
,install-dev
18358 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
18359 wine_fn_append_file CONFIGURE_TARGETS
"tags"
18360 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
18361 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
18362 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
18363 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
18364 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
18365 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
18367 if test "x$enable_tools" != xno
18369 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
18370 ac_config_commands
="$ac_config_commands tools/makedep"
18374 ac_config_commands
="$ac_config_commands Makefile"
18377 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18381 if test "x$enable_maintainer_mode" = xyes
18383 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18384 autoconf --warnings=all
18385 include/config.h.in: include/stamp-h.in
18386 include/stamp-h.in: configure.ac aclocal.m4
18387 autoheader --warnings=all
18388 @echo timestamp > \$@"
18391 if test "x$enable_tools" != xno
18393 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18394 @./config.status tools/makedep
18395 Makefile: tools/makedep$ac_exeext"
18397 wine_fn_append_rule
"\$(MAKEDEP):
18398 @echo \"You need to run make in $TOOLSDIR first\" && false"
18401 if test -n "$with_wine64"
18403 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18405 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18406 $with_wine64/loader/wine:
18407 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18408 $with_wine64/loader/wine-preloader:
18409 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18411 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18413 WINELOADER_INSTALL
="wine.inf"
18415 wine_fn_append_rule
"install install-lib::
18416 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18418 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18420 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18421 *) wine_fn_append_rule
"install install-lib::
18422 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18424 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18428 $as_echo " done" >&6
18429 cat >confcache
<<\_ACEOF
18430 # This file is a shell script that caches the results of configure
18431 # tests run on this system so they can be shared between configure
18432 # scripts and configure runs, see configure's option --config-cache.
18433 # It is not useful on other systems. If it contains results you don't
18434 # want to keep, you may remove or edit it.
18436 # config.status only pays attention to the cache file if you give it
18437 # the --recheck option to rerun configure.
18439 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18440 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18441 # following values.
18445 # The following way of writing the cache mishandles newlines in values,
18446 # but we know of no workaround that is simple, portable, and efficient.
18447 # So, we kill variables containing newlines.
18448 # Ultrix sh set writes to stderr and can't be redirected directly,
18449 # and sets the high bit in the cache file unless we assign to the vars.
18451 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18452 eval ac_val
=\$
$ac_var
18456 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18457 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18460 _ | IFS | as_nl
) ;; #(
18461 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18462 *) { eval $ac_var=; unset $ac_var;} ;;
18468 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18469 *${as_nl}ac_space
=\
*)
18470 # `set' does not quote correctly, so add quotes: double-quote
18471 # substitution turns \\\\ into \\, and sed turns \\ into \.
18474 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18477 # `set' quotes correctly as required by POSIX, so do not add quotes.
18478 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18487 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18489 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18491 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18492 if test -w "$cache_file"; then
18493 if test "x$cache_file" != "x/dev/null"; then
18494 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18495 $as_echo "$as_me: updating cache $cache_file" >&6;}
18496 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18497 cat confcache
>"$cache_file"
18499 case $cache_file in #(
18501 mv -f confcache
"$cache_file"$$
&&
18502 mv -f "$cache_file"$$
"$cache_file" ;; #(
18504 mv -f confcache
"$cache_file" ;;
18509 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18510 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18515 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18516 # Let make expand exec_prefix.
18517 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18519 DEFS
=-DHAVE_CONFIG_H
18524 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18525 # 1. Remove the extension, and $U if already installed.
18526 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18527 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18528 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18529 # will be set to the directory where LIBOBJS objects are built.
18530 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18531 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18533 LIBOBJS
=$ac_libobjs
18535 LTLIBOBJS
=$ac_ltlibobjs
18539 : "${CONFIG_STATUS=./config.status}"
18541 ac_clean_files_save
=$ac_clean_files
18542 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18543 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18544 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18546 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18548 # Generated by $as_me.
18549 # Run this file to recreate the current configuration.
18550 # Compiler output produced by configure, useful for debugging
18551 # configure, is in config.log if it exists.
18554 ac_cs_recheck=false
18557 SHELL=\${CONFIG_SHELL-$SHELL}
18560 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18561 ## -------------------- ##
18562 ## M4sh Initialization. ##
18563 ## -------------------- ##
18565 # Be more Bourne compatible
18566 DUALCASE
=1; export DUALCASE
# for MKS sh
18567 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18570 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18571 # is contrary to our usage. Disable this feature.
18572 alias -g '${1+"$@"}'='"$@"'
18573 setopt NO_GLOB_SUBST
18575 case `(set -o) 2>/dev/null` in #(
18587 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18588 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18589 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18590 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18591 # Prefer a ksh shell builtin over an external printf program on Solaris,
18592 # but without wasting forks for bash or zsh.
18593 if test -z "$BASH_VERSION$ZSH_VERSION" \
18594 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18595 as_echo='print
-r --'
18596 as_echo_n='print
-rn --'
18597 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18598 as_echo='printf %s
\n'
18599 as_echo_n='printf %s
'
18601 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18602 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18603 as_echo_n='/usr
/ucb
/echo -n'
18605 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18606 as_echo_n_body='eval
18610 expr "X$arg" : "X\\(.*\\)$as_nl";
18611 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18613 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18615 export as_echo_n_body
18616 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18618 export as_echo_body
18619 as_echo='sh
-c $as_echo_body as_echo
'
18622 # The user is always right.
18623 if test "${PATH_SEPARATOR+set}" != set; then
18625 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18626 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18633 # We need space, tab and new line, in precisely that order. Quoting is
18634 # there to prevent editors from complaining about space-tab.
18635 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18636 # splitting by setting IFS to empty value.)
18639 # Find who we are. Look in the path if we contain no directory separator.
18642 *[\\/]* ) as_myself=$0 ;;
18643 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18644 for as_dir in $PATH
18647 test -z "$as_dir" && as_dir=.
18648 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18654 # We did not find ourselves, most probably we were run as `sh COMMAND'
18655 # in which case we are not to be found in the path.
18656 if test "x$as_myself" = x
; then
18659 if test ! -f "$as_myself"; then
18660 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18664 # Unset variables that we do not need and which cause bugs (e.g. in
18665 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18666 # suppresses any "Segmentation fault" message there. '((' could
18667 # trigger a bug in pdksh 5.2.14.
18668 for as_var
in BASH_ENV ENV MAIL MAILPATH
18669 do eval test x\
${$as_var+set} = xset \
18670 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18683 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18686 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18687 # ----------------------------------------
18688 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18689 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18690 # script with STATUS, using 1 if that was 0.
18693 as_status
=$1; test $as_status -eq 0 && as_status
=1
18695 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18696 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18698 $as_echo "$as_me: error: $2" >&2
18699 as_fn_exit
$as_status
18703 # as_fn_set_status STATUS
18704 # -----------------------
18705 # Set $? to STATUS, without forking.
18706 as_fn_set_status
()
18709 } # as_fn_set_status
18711 # as_fn_exit STATUS
18712 # -----------------
18713 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18717 as_fn_set_status
$1
18723 # Portably unset VAR.
18726 { eval $1=; unset $1;}
18728 as_unset
=as_fn_unset
18729 # as_fn_append VAR VALUE
18730 # ----------------------
18731 # Append the text in VALUE to the end of the definition contained in VAR. Take
18732 # advantage of any shell optimizations that allow amortized linear growth over
18733 # repeated appends, instead of the typical quadratic growth present in naive
18735 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18736 eval 'as_fn_append ()
18747 # as_fn_arith ARG...
18748 # ------------------
18749 # Perform arithmetic evaluation on the ARGs, and store the result in the
18750 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18751 # must be portable across $(()) and expr.
18752 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18753 eval 'as_fn_arith ()
18760 as_val
=`expr "$@" || test $? -eq 1`
18765 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18766 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18772 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18773 as_basename
=basename
18778 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18784 as_me
=`$as_basename -- "$0" ||
18785 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18786 X"$0" : 'X\(//\)$' \| \
18787 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18789 sed '/^.*\/\([^/][^/]*\)\/*$/{
18803 # Avoid depending upon Character Ranges.
18804 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18805 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18806 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18807 as_cr_digits
='0123456789'
18808 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18810 ECHO_C
= ECHO_N
= ECHO_T
=
18811 case `echo -n x` in #(((((
18813 case `echo 'xy\c'` in
18814 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18816 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18823 rm -f conf$$ conf$$.exe conf$$.
file
18824 if test -d conf$$.dir
; then
18825 rm -f conf$$.dir
/conf$$.
file
18828 mkdir conf$$.dir
2>/dev
/null
18830 if (echo >conf$$.
file) 2>/dev
/null
; then
18831 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18833 # ... but there are two gotchas:
18834 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18835 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18836 # In both cases, we have to default to `cp -pR'.
18837 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18839 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18847 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18848 rmdir conf$$.dir
2>/dev
/null
18853 # Create "$as_dir" as a directory, including parents if necessary.
18858 -*) as_dir
=.
/$as_dir;;
18860 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18864 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18865 *) as_qdir
=$as_dir;;
18867 as_dirs
="'$as_qdir' $as_dirs"
18868 as_dir
=`$as_dirname -- "$as_dir" ||
18869 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18870 X"$as_dir" : 'X\(//\)[^/]' \| \
18871 X"$as_dir" : 'X\(//\)$' \| \
18872 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18873 $as_echo X"$as_dir" |
18874 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18878 /^X\(\/\/\)[^/].*/{
18891 test -d "$as_dir" && break
18893 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18894 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18898 if mkdir
-p .
2>/dev
/null
; then
18899 as_mkdir_p
='mkdir -p "$as_dir"'
18901 test -d .
/-p && rmdir .
/-p
18906 # as_fn_executable_p FILE
18907 # -----------------------
18908 # Test if FILE is an executable regular file.
18909 as_fn_executable_p
()
18911 test -f "$1" && test -x "$1"
18912 } # as_fn_executable_p
18913 as_test_x
='test -x'
18914 as_executable_p
=as_fn_executable_p
18916 # Sed expression to map a string onto a valid CPP name.
18917 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18919 # Sed expression to map a string onto a valid variable name.
18920 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18924 ## ----------------------------------- ##
18925 ## Main body of $CONFIG_STATUS script. ##
18926 ## ----------------------------------- ##
18928 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18930 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18931 # Save the log message, to keep $0 and so on meaningful, and to
18932 # report actual input values of CONFIG_FILES etc. instead of their
18933 # values after options handling.
18935 This file was extended by Wine $as_me 1.9.17, which was
18936 generated by GNU Autoconf 2.69. Invocation command line was
18938 CONFIG_FILES = $CONFIG_FILES
18939 CONFIG_HEADERS = $CONFIG_HEADERS
18940 CONFIG_LINKS = $CONFIG_LINKS
18941 CONFIG_COMMANDS = $CONFIG_COMMANDS
18944 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18949 case $ac_config_files in *"
18950 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18953 case $ac_config_headers in *"
18954 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18958 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18959 # Files that config.status was made for.
18960 config_files="$ac_config_files"
18961 config_headers="$ac_config_headers"
18962 config_links="$ac_config_links"
18963 config_commands="$ac_config_commands"
18967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18969 \`$as_me' instantiates files and other configuration actions
18970 from templates according to the current configuration. Unless the files
18971 and actions are specified as TAGs, all are instantiated by default.
18973 Usage: $0 [OPTION]... [TAG]...
18975 -h, --help print this help, then exit
18976 -V, --version print version number and configuration settings, then exit
18977 --config print configuration, then exit
18978 -q, --quiet, --silent
18979 do not print progress messages
18980 -d, --debug don't remove temporary files
18981 --recheck update $as_me by reconfiguring in the same conditions
18982 --file=FILE[:TEMPLATE]
18983 instantiate the configuration file FILE
18984 --header=FILE[:TEMPLATE]
18985 instantiate the configuration header FILE
18987 Configuration files:
18990 Configuration headers:
18993 Configuration links:
18996 Configuration commands:
18999 Report bugs to <wine-devel@winehq.org>.
19000 Wine home page: <http://www.winehq.org>."
19003 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19004 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19006 Wine config.status 1.9.17
19007 configured by $0, generated by GNU Autoconf 2.69,
19008 with options \\"\$ac_cs_config\\"
19010 Copyright (C) 2012 Free Software Foundation, Inc.
19011 This config.status script is free software; the Free Software Foundation
19012 gives unlimited permission to copy, distribute and modify it."
19016 test -n "\$AWK" || AWK=awk
19019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19020 # The default lists apply if the user does not specify any file.
19026 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19027 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19031 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19043 # Handling of the options.
19044 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19046 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19047 $as_echo "$ac_cs_version"; exit ;;
19048 --config |
--confi |
--conf |
--con |
--co |
--c )
19049 $as_echo "$ac_cs_config"; exit ;;
19050 --debug |
--debu |
--deb |
--de |
--d |
-d )
19052 --file |
--fil |
--fi |
--f )
19055 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19056 '') as_fn_error $?
"missing file argument" ;;
19058 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19059 ac_need_defaults
=false
;;
19060 --header |
--heade |
--head |
--hea )
19063 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19065 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19066 ac_need_defaults
=false
;;
19068 # Conflict between --help and --header
19069 as_fn_error $?
"ambiguous option: \`$1'
19070 Try \`$0 --help' for more information.";;
19071 --help |
--hel |
-h )
19072 $as_echo "$ac_cs_usage"; exit ;;
19073 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19074 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19077 # This is an error.
19078 -*) as_fn_error $?
"unrecognized option: \`$1'
19079 Try \`$0 --help' for more information." ;;
19081 *) as_fn_append ac_config_targets
" $1"
19082 ac_need_defaults
=false
;;
19088 ac_configure_extra_args
=
19090 if $ac_cs_silent; then
19092 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19097 if \$ac_cs_recheck; then
19098 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19100 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19101 CONFIG_SHELL='$SHELL'
19102 export CONFIG_SHELL
19107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19111 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19112 ## Running $as_me. ##
19118 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19122 wine_fn_output_makedep ()
19124 as_dir=tools; as_fn_mkdir_p
19125 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19127 wine_fn_output_makefile ()
19129 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19130 `cat $wine_rules_file`
19132 as_fn_error $? "could not create Makefile" "$LINENO" 5
19137 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19139 # Handling of arguments.
19140 for ac_config_target
in $ac_config_targets
19142 case $ac_config_target in
19143 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19144 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19145 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19146 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19147 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19148 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19149 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19150 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19151 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19152 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19153 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19154 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19155 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19157 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19162 # If the user did not use the arguments to specify the items to instantiate,
19163 # then the envvar interface is used. Set only those that are not.
19164 # We use the long form for the default assignment because of an extremely
19165 # bizarre bug on SunOS 4.1.3.
19166 if $ac_need_defaults; then
19167 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19168 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19169 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19170 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19173 # Have a temporary directory for convenience. Make it in the build tree
19174 # simply because there is no reason against having it here, and in addition,
19175 # creating and moving files from /tmp can sometimes cause problems.
19176 # Hook for its removal unless debugging.
19177 # Note that there is a small window in which the directory will not be cleaned:
19178 # after its creation but before its name has been assigned to `$tmp'.
19182 trap 'exit_status=$?
19183 : "${ac_tmp:=$tmp}"
19184 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19186 trap 'as_fn_exit 1' 1 2 13 15
19188 # Create a (secure) tmp directory for tmp files.
19191 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19195 tmp
=.
/conf$$
-$RANDOM
19196 (umask 077 && mkdir
"$tmp")
19197 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19200 # Set up the scripts for CONFIG_FILES section.
19201 # No need to generate them if there are no CONFIG_FILES.
19202 # This happens for instance with `./config.status config.h'.
19203 if test -n "$CONFIG_FILES"; then
19206 ac_cr
=`echo X | tr X '\015'`
19207 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19208 # But we know of no other shell where ac_cr would be empty at this
19209 # point, so we can use a bashism as a fallback.
19210 if test "x$ac_cr" = x
; then
19211 eval ac_cr
=\$
\'\\r
\'
19213 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19214 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19217 ac_cs_awk_cr
=$ac_cr
19220 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19225 echo "cat >conf$$subs.awk <<_ACEOF" &&
19226 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19228 } >conf$$subs.sh ||
19229 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19230 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19232 for ac_last_try in false false false false false :; do
19233 . ./conf$$subs.sh ||
19234 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19236 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19237 if test $ac_delim_n = $ac_delim_num; then
19239 elif $ac_last_try; then
19240 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19242 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19245 rm -f conf$$subs.sh
19247 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19248 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19252 s/^/S["/; s
/!.
*/"]=/
19262 s/\(.\{148\}\)..*/\1/
19264 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19269 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19276 s/\(.\{148\}\)..*/\1/
19278 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19282 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19287 ' <conf$$subs.awk | sed '
19292 ' >>$CONFIG_STATUS || ac_write_fail=1
19293 rm -f conf$$subs.awk
19294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19296 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19297 for (key in S) S_is_set[key] = 1
19303 nfields = split(line, field, "@
")
19305 len = length(field[1])
19306 for (i = 2; i < nfields; i++) {
19308 keylen = length(key)
19309 if (S_is_set[key]) {
19311 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19312 len += length(value) + length(field[++i])
19323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19324 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19325 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19328 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19329 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19332 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19333 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19334 # trailing colons and then remove the whole line if VPATH becomes empty
19335 # (actually we leave an empty line to preserve line numbers).
19336 if test "x
$srcdir" = x.; then
19337 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19355 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19356 fi # test -n "$CONFIG_FILES"
19358 # Set up the scripts for CONFIG_HEADERS section.
19359 # No need to generate them if there are no CONFIG_HEADERS.
19360 # This happens for instance with `./config.status Makefile'.
19361 if test -n "$CONFIG_HEADERS"; then
19362 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19366 # Transform confdefs.h into an awk script `defines.awk', embedded as
19367 # here-document in config.status, that substitutes the proper values into
19368 # config.h.in to produce config.h.
19370 # Create a delimiter string that does not exist in confdefs.h, to ease
19371 # handling of long lines.
19373 for ac_last_try in false false :; do
19374 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19375 if test -z "$ac_tt"; then
19377 elif $ac_last_try; then
19378 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19380 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19384 # For the awk script, D is an array of macro values keyed by name,
19385 # likewise P contains macro parameters if any. Preserve backslash
19386 # newline sequences.
19388 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19390 s/.\{148\}/&'"$ac_delim"'/g
19393 s/^[ ]*#[ ]*define[ ][ ]*/ /
19400 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19402 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19406 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19407 D["\
1"]=" \
3\\\\\\n
"\\/p
19409 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19414 s/.\{148\}/&'"$ac_delim"'/g
19419 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19422 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19424 ' <confdefs.h | sed '
19425 s/'"$ac_delim"'/"\\\
19426 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19428 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19429 for (key in D) D_is_set[key] = 1
19432 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19434 split(line, arg, " ")
19435 if (arg[1] == "#") {
19439 defundef
= substr
(arg
[1], 2)
19442 split(mac1
, mac2
, "(") #)
19444 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19445 if (D_is_set
[macro
]) {
19446 # Preserve the white space surrounding the "#".
19447 print prefix
"define", macro P
[macro
] D
[macro
]
19450 # Replace #undef with comments. This is necessary, for example,
19451 # in the case of _POSIX_SOURCE, which is predefined and required
19452 # on some systems where configure will not decide to define it.
19453 if (defundef
== "undef") {
19454 print
"/*", prefix defundef
, macro
, "*/"
19462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19463 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19464 fi # test -n "$CONFIG_HEADERS"
19467 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19472 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19474 case $ac_mode$ac_tag in
19476 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19477 :[FH
]-) ac_tag
=-:-;;
19478 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19495 -) ac_f
="$ac_tmp/stdin";;
19496 *) # Look for the file first in the build tree, then in the source tree
19497 # (if the path is not absolute). The absolute path cannot be DOS-style,
19498 # because $ac_f cannot contain `:'.
19502 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19504 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19506 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19507 as_fn_append ac_file_inputs
" '$ac_f'"
19510 # Let's still pretend it is `configure' which instantiates (i.e., don't
19511 # use $as_me), people would be surprised to read:
19512 # /* config.h. Generated by config.status. */
19513 configure_input
='Generated from '`
19514 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19516 if test x
"$ac_file" != x-
; then
19517 configure_input
="$ac_file. $configure_input"
19518 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19519 $as_echo "$as_me: creating $ac_file" >&6;}
19521 # Neutralize special characters interpreted by sed in replacement strings.
19522 case $configure_input in #(
19523 *\
&* |
*\|
* |
*\\* )
19524 ac_sed_conf_input
=`$as_echo "$configure_input" |
19525 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19526 *) ac_sed_conf_input
=$configure_input;;
19530 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19531 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19536 ac_dir
=`$as_dirname -- "$ac_file" ||
19537 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19538 X"$ac_file" : 'X\(//\)[^/]' \| \
19539 X"$ac_file" : 'X\(//\)$' \| \
19540 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19541 $as_echo X"$ac_file" |
19542 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19546 /^X\(\/\/\)[^/].*/{
19559 as_dir
="$ac_dir"; as_fn_mkdir_p
19563 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19565 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19566 # A ".." for each directory in $ac_dir_suffix.
19567 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19568 case $ac_top_builddir_sub in
19569 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19570 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19573 ac_abs_top_builddir
=$ac_pwd
19574 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19575 # for backward compatibility:
19576 ac_top_builddir
=$ac_top_build_prefix
19579 .
) # We are building in place.
19581 ac_top_srcdir
=$ac_top_builddir_sub
19582 ac_abs_top_srcdir
=$ac_pwd ;;
19583 [\\/]* | ?
:[\\/]* ) # Absolute name.
19584 ac_srcdir
=$srcdir$ac_dir_suffix;
19585 ac_top_srcdir
=$srcdir
19586 ac_abs_top_srcdir
=$srcdir ;;
19587 *) # Relative name.
19588 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19589 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19590 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19592 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19603 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19604 # If the template does not know about datarootdir, expand it.
19605 # FIXME: This hack should be removed a few years after 2.60.
19606 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19617 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19618 *datarootdir
*) ac_datarootdir_seen
=yes;;
19619 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19621 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19624 ac_datarootdir_hack='
19625 s&@datadir@&$datadir&g
19626 s&@docdir@&$docdir&g
19627 s&@infodir@&$infodir&g
19628 s&@localedir@&$localedir&g
19629 s&@mandir@&$mandir&g
19630 s&\\\${datarootdir}&$datarootdir&g' ;;
19634 # Neutralize VPATH when `$srcdir' = `.'.
19635 # Shell code in configure.ac might set extrasub.
19636 # FIXME: do we really want to maintain this feature?
19637 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19638 ac_sed_extra="$ac_vpsub
19641 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19643 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19644 s|@configure_input@|
$ac_sed_conf_input|
;t t
19645 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19646 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19647 s
&@srcdir@
&$ac_srcdir&;t t
19648 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19649 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19650 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19651 s
&@builddir@
&$ac_builddir&;t t
19652 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19653 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19654 $ac_datarootdir_hack
19656 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19657 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19659 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19660 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19661 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19662 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19664 which seems to be undefined. Please make sure it is defined" >&5
19665 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19666 which seems to be undefined. Please make sure it is defined" >&2;}
19668 rm -f "$ac_tmp/stdin"
19670 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19671 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19673 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19679 if test x"$ac_file" != x-; then
19681 $as_echo "/* $configure_input */" \
19682 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19683 } >"$ac_tmp/config.h" \
19684 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19685 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19686 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19687 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19690 mv "$ac_tmp/config.h" "$ac_file" \
19691 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19694 $as_echo "/* $configure_input */" \
19695 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19696 || as_fn_error $? "could not create -" "$LINENO" 5
19704 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19707 # Prefer the file from the source tree if names are identical.
19708 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19709 ac_source=$srcdir/$ac_source
19712 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19713 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19715 if test ! -r "$ac_source"; then
19716 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19720 # Try a relative symlink, then a hard link, then a copy.
19722 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19723 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19725 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19726 ln "$ac_source" "$ac_file" 2>/dev/null ||
19727 cp -p "$ac_source" "$ac_file" ||
19728 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19731 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19732 $as_echo "$as_me: executing $ac_file commands" >&6;}
19737 case $ac_file$ac_mode in
19738 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19739 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19740 "Makefile":C) wine_fn_output_makefile Makefile ;;
19748 ac_clean_files=$ac_clean_files_save
19750 test $ac_write_fail = 0 ||
19751 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19754 # configure is writing to config.log, and then calls config.status.
19755 # config.status does its own redirection, appending to config.log.
19756 # Unfortunately, on DOS this fails, as config.log is still kept open
19757 # by configure, so config.status won't be able to
write to it
; its
19758 # output is simply discarded. So we exec the FD to /dev/null,
19759 # effectively closing config.log, so it can be properly (re)opened and
19760 # appended to by config.status. When coming back to configure, we
19761 # need to make the FD available again.
19762 if test "$no_create" != yes; then
19764 ac_config_status_args
=
19765 test "$silent" = yes &&
19766 ac_config_status_args
="$ac_config_status_args --quiet"
19768 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19770 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19771 # would make configure fail if this is the last instruction.
19772 $ac_cs_success || as_fn_exit
1
19774 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19776 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19780 if test "$no_create" = "yes"
19786 if test "x$wine_notices" != x
; then
19789 for msg
in $wine_notices; do
19791 if ${msg:+false} :; then :
19794 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19795 $as_echo "$as_me: $msg" >&6;}
19800 for msg
in $wine_warnings; do
19802 if ${msg:+false} :; then :
19806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19807 $as_echo "$as_me: WARNING: $msg" >&2;}
19813 $as_me: Finished. Do '${ac_make}' to compile Wine.