2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.14.
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.14'
584 PACKAGE_STRING
='Wine 1.9.14'
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_datetime_l1_1_0
878 enable_api_ms_win_core_datetime_l1_1_1
879 enable_api_ms_win_core_debug_l1_1_0
880 enable_api_ms_win_core_debug_l1_1_1
881 enable_api_ms_win_core_delayload_l1_1_1
882 enable_api_ms_win_core_errorhandling_l1_1_0
883 enable_api_ms_win_core_errorhandling_l1_1_1
884 enable_api_ms_win_core_errorhandling_l1_1_2
885 enable_api_ms_win_core_fibers_l1_1_0
886 enable_api_ms_win_core_fibers_l1_1_1
887 enable_api_ms_win_core_file_l1_1_0
888 enable_api_ms_win_core_file_l1_2_0
889 enable_api_ms_win_core_file_l1_2_1
890 enable_api_ms_win_core_file_l2_1_0
891 enable_api_ms_win_core_file_l2_1_1
892 enable_api_ms_win_core_handle_l1_1_0
893 enable_api_ms_win_core_heap_l1_1_0
894 enable_api_ms_win_core_heap_l1_2_0
895 enable_api_ms_win_core_heap_obsolete_l1_1_0
896 enable_api_ms_win_core_interlocked_l1_1_0
897 enable_api_ms_win_core_interlocked_l1_2_0
898 enable_api_ms_win_core_io_l1_1_1
899 enable_api_ms_win_core_kernel32_legacy_l1_1_0
900 enable_api_ms_win_core_kernel32_legacy_l1_1_1
901 enable_api_ms_win_core_libraryloader_l1_1_0
902 enable_api_ms_win_core_libraryloader_l1_1_1
903 enable_api_ms_win_core_libraryloader_l1_2_0
904 enable_api_ms_win_core_localization_l1_1_0
905 enable_api_ms_win_core_localization_l1_2_0
906 enable_api_ms_win_core_localization_l1_2_1
907 enable_api_ms_win_core_localization_obsolete_l1_1_0
908 enable_api_ms_win_core_localregistry_l1_1_0
909 enable_api_ms_win_core_memory_l1_1_0
910 enable_api_ms_win_core_memory_l1_1_1
911 enable_api_ms_win_core_memory_l1_1_2
912 enable_api_ms_win_core_misc_l1_1_0
913 enable_api_ms_win_core_namedpipe_l1_1_0
914 enable_api_ms_win_core_namedpipe_l1_2_0
915 enable_api_ms_win_core_path_l1_1_0
916 enable_api_ms_win_core_processenvironment_l1_1_0
917 enable_api_ms_win_core_processenvironment_l1_2_0
918 enable_api_ms_win_core_processthreads_l1_1_0
919 enable_api_ms_win_core_processthreads_l1_1_1
920 enable_api_ms_win_core_processthreads_l1_1_2
921 enable_api_ms_win_core_profile_l1_1_0
922 enable_api_ms_win_core_psapi_l1_1_0
923 enable_api_ms_win_core_registry_l1_1_0
924 enable_api_ms_win_core_rtlsupport_l1_1_0
925 enable_api_ms_win_core_rtlsupport_l1_2_0
926 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
927 enable_api_ms_win_core_string_l1_1_0
928 enable_api_ms_win_core_string_l2_1_0
929 enable_api_ms_win_core_synch_l1_1_0
930 enable_api_ms_win_core_synch_l1_2_0
931 enable_api_ms_win_core_sysinfo_l1_1_0
932 enable_api_ms_win_core_sysinfo_l1_2_0
933 enable_api_ms_win_core_sysinfo_l1_2_1
934 enable_api_ms_win_core_threadpool_l1_2_0
935 enable_api_ms_win_core_threadpool_legacy_l1_1_0
936 enable_api_ms_win_core_timezone_l1_1_0
937 enable_api_ms_win_core_url_l1_1_0
938 enable_api_ms_win_core_util_l1_1_0
939 enable_api_ms_win_core_version_l1_1_0
940 enable_api_ms_win_core_winrt_error_l1_1_0
941 enable_api_ms_win_core_winrt_error_l1_1_1
942 enable_api_ms_win_core_winrt_l1_1_0
943 enable_api_ms_win_core_winrt_registration_l1_1_0
944 enable_api_ms_win_core_winrt_string_l1_1_0
945 enable_api_ms_win_core_wow64_l1_1_0
946 enable_api_ms_win_core_xstate_l2_1_0
947 enable_api_ms_win_crt_conio_l1_1_0
948 enable_api_ms_win_crt_convert_l1_1_0
949 enable_api_ms_win_crt_environment_l1_1_0
950 enable_api_ms_win_crt_filesystem_l1_1_0
951 enable_api_ms_win_crt_heap_l1_1_0
952 enable_api_ms_win_crt_locale_l1_1_0
953 enable_api_ms_win_crt_math_l1_1_0
954 enable_api_ms_win_crt_multibyte_l1_1_0
955 enable_api_ms_win_crt_private_l1_1_0
956 enable_api_ms_win_crt_process_l1_1_0
957 enable_api_ms_win_crt_runtime_l1_1_0
958 enable_api_ms_win_crt_stdio_l1_1_0
959 enable_api_ms_win_crt_string_l1_1_0
960 enable_api_ms_win_crt_time_l1_1_0
961 enable_api_ms_win_crt_utility_l1_1_0
962 enable_api_ms_win_downlevel_advapi32_l1_1_0
963 enable_api_ms_win_downlevel_advapi32_l2_1_0
964 enable_api_ms_win_downlevel_normaliz_l1_1_0
965 enable_api_ms_win_downlevel_ole32_l1_1_0
966 enable_api_ms_win_downlevel_shell32_l1_1_0
967 enable_api_ms_win_downlevel_shlwapi_l1_1_0
968 enable_api_ms_win_downlevel_shlwapi_l2_1_0
969 enable_api_ms_win_downlevel_user32_l1_1_0
970 enable_api_ms_win_downlevel_version_l1_1_0
971 enable_api_ms_win_eventing_classicprovider_l1_1_0
972 enable_api_ms_win_eventing_provider_l1_1_0
973 enable_api_ms_win_ntuser_dc_access_l1_1_0
974 enable_api_ms_win_security_base_l1_1_0
975 enable_api_ms_win_security_base_l1_2_0
976 enable_api_ms_win_security_lsalookup_l1_1_0
977 enable_api_ms_win_security_lsalookup_l1_1_1
978 enable_api_ms_win_security_sddl_l1_1_0
979 enable_api_ms_win_service_core_l1_1_1
980 enable_api_ms_win_service_management_l1_1_0
981 enable_api_ms_win_service_winsvc_l1_2_0
1026 enable_d3dcompiler_33
1027 enable_d3dcompiler_34
1028 enable_d3dcompiler_35
1029 enable_d3dcompiler_36
1030 enable_d3dcompiler_37
1031 enable_d3dcompiler_38
1032 enable_d3dcompiler_39
1033 enable_d3dcompiler_40
1034 enable_d3dcompiler_41
1035 enable_d3dcompiler_42
1036 enable_d3dcompiler_43
1037 enable_d3dcompiler_46
1038 enable_d3dcompiler_47
1116 enable_explorerframe
1117 enable_ext_ms_win_gdi_devcaps_l1_1_0
1281 enable_photometadatahandler
1370 enable_windowscodecs
1371 enable_windowscodecsext
1373 enable_winecoreaudio_drv
1375 enable_winegstreamer
1376 enable_winejoystick_drv
1382 enable_winepulse_drv
1383 enable_wineqtdecoder
1451 enable_aspnet_regiis
1486 enable_presentationfontcache
1499 enable_servicemodelreg
1521 enable_winemenubuilder
1523 enable_winemsibuilder
1538 ac_precious_vars
='build_alias
1591 # Initialize some variables set by options.
1593 ac_init_version
=false
1594 ac_unrecognized_opts
=
1595 ac_unrecognized_sep
=
1596 # The variables have the same names as the options, with
1597 # dashes changed to underlines.
1598 cache_file
=/dev
/null
1605 program_transform_name
=s
,x
,x
,
1613 # Installation directory options.
1614 # These are left unexpanded so users can "make install exec_prefix=/foo"
1615 # and all the variables that are supposed to be based on exec_prefix
1616 # by default will actually change.
1617 # Use braces instead of parens because sh, perl, etc. also accept them.
1618 # (The list follows the same order as the GNU Coding Standards.)
1619 bindir
='${exec_prefix}/bin'
1620 sbindir
='${exec_prefix}/sbin'
1621 libexecdir
='${exec_prefix}/libexec'
1622 datarootdir
='${prefix}/share'
1623 datadir
='${datarootdir}'
1624 sysconfdir
='${prefix}/etc'
1625 sharedstatedir
='${prefix}/com'
1626 localstatedir
='${prefix}/var'
1627 runstatedir
='${localstatedir}/run'
1628 includedir
='${prefix}/include'
1629 oldincludedir
='/usr/include'
1630 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1631 infodir
='${datarootdir}/info'
1636 libdir
='${exec_prefix}/lib'
1637 localedir
='${datarootdir}/locale'
1638 mandir
='${datarootdir}/man'
1644 # If the previous option needs an argument, assign it.
1645 if test -n "$ac_prev"; then
1646 eval $ac_prev=\
$ac_option
1652 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1657 # Accept the important Cygnus configure options, so we can diagnose typos.
1659 case $ac_dashdash$ac_option in
1663 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1665 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1666 bindir
=$ac_optarg ;;
1668 -build |
--build |
--buil |
--bui |
--bu)
1669 ac_prev
=build_alias
;;
1670 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1671 build_alias
=$ac_optarg ;;
1673 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1674 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1675 ac_prev
=cache_file
;;
1676 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1677 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1678 cache_file
=$ac_optarg ;;
1680 --config-cache |
-C)
1681 cache_file
=config.cache
;;
1683 -datadir |
--datadir |
--datadi |
--datad)
1685 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1686 datadir
=$ac_optarg ;;
1688 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1689 |
--dataroo |
--dataro |
--datar)
1690 ac_prev
=datarootdir
;;
1691 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1692 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1693 datarootdir
=$ac_optarg ;;
1695 -disable-* |
--disable-*)
1696 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1697 # Reject names that are not valid shell variable names.
1698 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1699 as_fn_error $?
"invalid feature name: $ac_useropt"
1700 ac_useropt_orig
=$ac_useropt
1701 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1702 case $ac_user_opts in
1704 "enable_
$ac_useropt"
1706 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1707 ac_unrecognized_sep
=', ';;
1709 eval enable_
$ac_useropt=no
;;
1711 -docdir |
--docdir |
--docdi |
--doc |
--do)
1713 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1714 docdir
=$ac_optarg ;;
1716 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1718 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1719 dvidir
=$ac_optarg ;;
1721 -enable-* |
--enable-*)
1722 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1723 # Reject names that are not valid shell variable names.
1724 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1725 as_fn_error $?
"invalid feature name: $ac_useropt"
1726 ac_useropt_orig
=$ac_useropt
1727 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1728 case $ac_user_opts in
1730 "enable_
$ac_useropt"
1732 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1733 ac_unrecognized_sep
=', ';;
1735 eval enable_
$ac_useropt=\
$ac_optarg ;;
1737 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1738 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1739 |
--exec |
--exe |
--ex)
1740 ac_prev
=exec_prefix
;;
1741 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1742 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1743 |
--exec=* |
--exe=* |
--ex=*)
1744 exec_prefix
=$ac_optarg ;;
1746 -gas |
--gas |
--ga |
--g)
1747 # Obsolete; use --with-gas.
1750 -help |
--help |
--hel |
--he |
-h)
1751 ac_init_help
=long
;;
1752 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1753 ac_init_help
=recursive
;;
1754 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1755 ac_init_help
=short
;;
1757 -host |
--host |
--hos |
--ho)
1758 ac_prev
=host_alias
;;
1759 -host=* |
--host=* |
--hos=* |
--ho=*)
1760 host_alias
=$ac_optarg ;;
1762 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1764 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1766 htmldir
=$ac_optarg ;;
1768 -includedir |
--includedir |
--includedi |
--included |
--include \
1769 |
--includ |
--inclu |
--incl |
--inc)
1770 ac_prev
=includedir
;;
1771 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1772 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1773 includedir
=$ac_optarg ;;
1775 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1777 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1778 infodir
=$ac_optarg ;;
1780 -libdir |
--libdir |
--libdi |
--libd)
1782 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1783 libdir
=$ac_optarg ;;
1785 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1786 |
--libexe |
--libex |
--libe)
1787 ac_prev
=libexecdir
;;
1788 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1789 |
--libexe=* |
--libex=* |
--libe=*)
1790 libexecdir
=$ac_optarg ;;
1792 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1793 ac_prev
=localedir
;;
1794 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1795 localedir
=$ac_optarg ;;
1797 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1798 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1799 ac_prev
=localstatedir
;;
1800 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1801 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1802 localstatedir
=$ac_optarg ;;
1804 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1806 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1807 mandir
=$ac_optarg ;;
1809 -nfp |
--nfp |
--nf)
1810 # Obsolete; use --without-fp.
1813 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1814 |
--no-cr |
--no-c |
-n)
1817 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1818 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1821 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1822 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1823 |
--oldin |
--oldi |
--old |
--ol |
--o)
1824 ac_prev
=oldincludedir
;;
1825 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1826 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1827 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1828 oldincludedir
=$ac_optarg ;;
1830 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1832 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1833 prefix
=$ac_optarg ;;
1835 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1836 |
--program-pre |
--program-pr |
--program-p)
1837 ac_prev
=program_prefix
;;
1838 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1839 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1840 program_prefix
=$ac_optarg ;;
1842 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1843 |
--program-suf |
--program-su |
--program-s)
1844 ac_prev
=program_suffix
;;
1845 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1846 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1847 program_suffix
=$ac_optarg ;;
1849 -program-transform-name |
--program-transform-name \
1850 |
--program-transform-nam |
--program-transform-na \
1851 |
--program-transform-n |
--program-transform- \
1852 |
--program-transform |
--program-transfor \
1853 |
--program-transfo |
--program-transf \
1854 |
--program-trans |
--program-tran \
1855 |
--progr-tra |
--program-tr |
--program-t)
1856 ac_prev
=program_transform_name
;;
1857 -program-transform-name=* |
--program-transform-name=* \
1858 |
--program-transform-nam=* |
--program-transform-na=* \
1859 |
--program-transform-n=* |
--program-transform-=* \
1860 |
--program-transform=* |
--program-transfor=* \
1861 |
--program-transfo=* |
--program-transf=* \
1862 |
--program-trans=* |
--program-tran=* \
1863 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1864 program_transform_name
=$ac_optarg ;;
1866 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1868 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1869 pdfdir
=$ac_optarg ;;
1871 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1873 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1876 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1877 |
-silent |
--silent |
--silen |
--sile |
--sil)
1880 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1881 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1882 |
--run |
--ru |
--r)
1883 ac_prev
=runstatedir
;;
1884 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1885 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1886 |
--run=* |
--ru=* |
--r=*)
1887 runstatedir
=$ac_optarg ;;
1889 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1891 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1893 sbindir
=$ac_optarg ;;
1895 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1896 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1897 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1899 ac_prev
=sharedstatedir
;;
1900 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1901 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1902 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1904 sharedstatedir
=$ac_optarg ;;
1906 -site |
--site |
--sit)
1908 -site=* |
--site=* |
--sit=*)
1911 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1913 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1914 srcdir
=$ac_optarg ;;
1916 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1917 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1918 ac_prev
=sysconfdir
;;
1919 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1920 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1921 sysconfdir
=$ac_optarg ;;
1923 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1924 ac_prev
=target_alias
;;
1925 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1926 target_alias
=$ac_optarg ;;
1928 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1931 -version |
--version |
--versio |
--versi |
--vers |
-V)
1932 ac_init_version
=: ;;
1935 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1936 # Reject names that are not valid shell variable names.
1937 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1938 as_fn_error $?
"invalid package name: $ac_useropt"
1939 ac_useropt_orig
=$ac_useropt
1940 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1941 case $ac_user_opts in
1945 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1946 ac_unrecognized_sep
=', ';;
1948 eval with_
$ac_useropt=\
$ac_optarg ;;
1950 -without-* |
--without-*)
1951 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1952 # Reject names that are not valid shell variable names.
1953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1954 as_fn_error $?
"invalid package name: $ac_useropt"
1955 ac_useropt_orig
=$ac_useropt
1956 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1957 case $ac_user_opts in
1961 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1962 ac_unrecognized_sep
=', ';;
1964 eval with_
$ac_useropt=no
;;
1967 # Obsolete; use --with-x.
1970 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1971 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1972 ac_prev
=x_includes
;;
1973 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1974 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1975 x_includes
=$ac_optarg ;;
1977 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1978 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1979 ac_prev
=x_libraries
;;
1980 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1981 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1982 x_libraries
=$ac_optarg ;;
1984 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1985 Try \`$0 --help' for more information"
1989 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1990 # Reject names that are not valid shell variable names.
1991 case $ac_envvar in #(
1992 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1993 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1995 eval $ac_envvar=\
$ac_optarg
1996 export $ac_envvar ;;
1999 # FIXME: should be removed in autoconf 3.0.
2000 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
2001 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
2002 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
2003 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2009 if test -n "$ac_prev"; then
2010 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
2011 as_fn_error $?
"missing argument to $ac_option"
2014 if test -n "$ac_unrecognized_opts"; then
2015 case $enable_option_checking in
2017 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2018 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2022 # Check all directory arguments for consistency.
2023 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2024 datadir sysconfdir sharedstatedir localstatedir includedir \
2025 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2026 libdir localedir mandir runstatedir
2028 eval ac_val
=\$
$ac_var
2029 # Remove trailing slashes.
2032 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2033 eval $ac_var=\
$ac_val;;
2035 # Be sure to have absolute directory names.
2037 [\\/$
]* | ?
:[\\/]* ) continue;;
2038 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2040 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2043 # There might be people who depend on the old broken behavior: `$host'
2044 # used to hold the argument of --host etc.
2045 # FIXME: To remove some day.
2048 target
=$target_alias
2050 # FIXME: To remove some day.
2051 if test "x$host_alias" != x
; then
2052 if test "x$build_alias" = x
; then
2053 cross_compiling
=maybe
2054 elif test "x$build_alias" != "x$host_alias"; then
2060 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2062 test "$silent" = yes && exec 6>/dev
/null
2065 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2066 ac_ls_di
=`ls -di .` &&
2067 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2068 as_fn_error $?
"working directory cannot be determined"
2069 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2070 as_fn_error $?
"pwd does not report name of working directory"
2073 # Find the source files, if location was not specified.
2074 if test -z "$srcdir"; then
2075 ac_srcdir_defaulted
=yes
2076 # Try the directory containing this script, then the parent directory.
2077 ac_confdir
=`$as_dirname -- "$as_myself" ||
2078 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2079 X"$as_myself" : 'X\(//\)[^/]' \| \
2080 X"$as_myself" : 'X\(//\)$' \| \
2081 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2082 $as_echo X"$as_myself" |
2083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2101 if test ! -r "$srcdir/$ac_unique_file"; then
2105 ac_srcdir_defaulted
=no
2107 if test ! -r "$srcdir/$ac_unique_file"; then
2108 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2109 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2111 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2113 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2115 # When building in place, set srcdir=.
2116 if test "$ac_abs_confdir" = "$ac_pwd"; then
2119 # Remove unnecessary trailing slashes from srcdir.
2120 # Double slashes in file names in object file debugging info
2121 # mess up M-x gdb in Emacs.
2123 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2125 for ac_var
in $ac_precious_vars; do
2126 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2127 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2128 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2129 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2133 # Report the --help message.
2135 if test "$ac_init_help" = "long"; then
2136 # Omit some internal or obsolete options to make the list less imposing.
2137 # This message is too long to be a string in the A/UX 3.1 sh.
2139 \`configure' configures Wine 1.9.14 to adapt to many kinds of systems.
2141 Usage: $0 [OPTION]... [VAR=VALUE]...
2143 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2144 VAR=VALUE. See below for descriptions of some of the useful variables.
2146 Defaults for the options are specified in brackets.
2149 -h, --help display this help and exit
2150 --help=short display options specific to this package
2151 --help=recursive display the short help of all the included packages
2152 -V, --version display version information and exit
2153 -q, --quiet, --silent do not print \`checking ...' messages
2154 --cache-file=FILE cache test results in FILE [disabled]
2155 -C, --config-cache alias for \`--cache-file=config.cache'
2156 -n, --no-create do not create output files
2157 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2159 Installation directories:
2160 --prefix=PREFIX install architecture-independent files in PREFIX
2161 [$ac_default_prefix]
2162 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2165 By default, \`make install' will install all the files in
2166 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2167 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2168 for instance \`--prefix=\$HOME'.
2170 For better control, use the options below.
2172 Fine tuning of the installation directories:
2173 --bindir=DIR user executables [EPREFIX/bin]
2174 --sbindir=DIR system admin executables [EPREFIX/sbin]
2175 --libexecdir=DIR program executables [EPREFIX/libexec]
2176 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2177 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2178 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2179 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2180 --libdir=DIR object code libraries [EPREFIX/lib]
2181 --includedir=DIR C header files [PREFIX/include]
2182 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2183 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2184 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2185 --infodir=DIR info documentation [DATAROOTDIR/info]
2186 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2187 --mandir=DIR man documentation [DATAROOTDIR/man]
2188 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2189 --htmldir=DIR html documentation [DOCDIR]
2190 --dvidir=DIR dvi documentation [DOCDIR]
2191 --pdfdir=DIR pdf documentation [DOCDIR]
2192 --psdir=DIR ps documentation [DOCDIR]
2198 --x-includes=DIR X include files are
in DIR
2199 --x-libraries=DIR X library files are
in DIR
2202 --build=BUILD configure
for building on BUILD
[guessed
]
2203 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2207 if test -n "$ac_init_help"; then
2208 case $ac_init_help in
2209 short | recursive
) echo "Configuration of Wine 1.9.14:";;
2214 --disable-option-checking ignore unrecognized
--enable/--with options
2215 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2216 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2217 --disable-win16 do not include Win16 support
2218 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2220 --disable-tests do not build the regression tests
2221 --enable-maintainer-mode
2222 enable maintainer-specific build rules
2223 --disable-largefile omit support for large files
2226 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2227 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2228 --without-alsa do not use the Alsa sound support
2229 --without-capi do not use CAPI (ISDN support)
2230 --without-cms do not use CMS (color management support)
2231 --without-coreaudio do not use the CoreAudio sound support
2232 --without-cups do not use CUPS
2233 --without-curses do not use (n)curses
2234 --without-dbus do not use DBus (dynamic device support)
2235 --without-fontconfig do not use fontconfig
2236 --without-freetype do not use the FreeType library
2237 --without-gettext do not use gettext
2238 --with-gettextpo use the GetTextPO library to rebuild po files
2239 --without-gphoto do not use gphoto (Digital Camera support)
2240 --without-glu do not use the GLU library
2241 --without-gnutls do not use GnuTLS (schannel support)
2242 --without-gsm do not use libgsm (GSM 06.10 codec support)
2243 --without-gstreamer do not use GStreamer (codecs support)
2244 --without-hal do not use HAL (dynamic device support)
2245 --without-jpeg do not use JPEG
2246 --without-ldap do not use LDAP
2247 --without-mpg123 do not use the mpg123 library
2248 --without-netapi do not use the Samba NetAPI library
2249 --without-openal do not use OpenAL
2250 --without-opencl do not use OpenCL
2251 --without-opengl do not use OpenGL
2252 --without-osmesa do not use the OSMesa library
2253 --without-oss do not use the OSS sound support
2254 --without-pcap do not use the Packet Capture library
2255 --without-png do not use PNG
2256 --without-pthread do not use the pthread library
2257 --without-pulse do not use PulseAudio sound support
2258 --without-sane do not use SANE (scanner support)
2259 --without-tiff do not use TIFF
2260 --without-v4l do not use v4l1 (v4l support)
2261 --without-xcomposite do not use the Xcomposite extension
2262 --without-xcursor do not use the Xcursor extension
2263 --without-xinerama do not use Xinerama (multi-monitor support)
2264 --without-xinput do not use the Xinput extension
2265 --without-xinput2 do not use the Xinput 2 extension
2266 --without-xml do not use XML
2267 --without-xrandr do not use Xrandr (resolution changes)
2268 --without-xrender do not use the Xrender extension
2269 --without-xshape do not use the Xshape extension
2270 --without-xshm do not use XShm (shared memory extension)
2271 --without-xslt do not use XSLT
2272 --without-xxf86vm do not use XFree video mode extension
2273 --without-zlib do not use Zlib (data compression)
2274 --with-wine-tools=DIR use Wine tools from directory DIR
2275 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2276 --with-x use the X Window System
2278 Some influential environment variables:
2279 CC C compiler command
2280 CFLAGS C compiler flags
2281 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2282 nonstandard directory <lib dir>
2283 LIBS libraries to pass to the linker, e.g. -l<library>
2284 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2285 you have headers in a nonstandard directory <include dir>
2286 CXX C++ compiler command
2287 CXXFLAGS C++ compiler flags
2289 XMKMF Path to xmkmf, Makefile generator for X Window System
2290 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2291 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2292 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2293 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2294 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2295 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2296 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2297 HAL_LIBS Linker flags for hal, overriding pkg-config
2299 C compiler flags for gnutls, overriding pkg-config
2300 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2301 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2302 SANE_LIBS Linker flags for libsane, overriding pkg-config
2304 C compiler flags for libgphoto2, overriding pkg-config
2306 Linker flags for libgphoto2, overriding pkg-config
2308 C compiler flags for libgphoto2_port, overriding pkg-config
2310 Linker flags for libgphoto2_port, overriding pkg-config
2312 C compiler flags for lcms2, overriding pkg-config
2313 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2315 C compiler flags for freetype2, overriding pkg-config
2317 Linker flags for freetype2, overriding pkg-config
2319 C compiler flags for libpulse, overriding pkg-config
2320 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2322 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2323 gstreamer-audio-1.0, overriding pkg-config
2325 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2326 gstreamer-audio-1.0, overriding pkg-config
2328 C compiler flags for capi20, overriding pkg-config
2329 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2331 C compiler flags for fontconfig, overriding pkg-config
2333 Linker flags for fontconfig, overriding pkg-config
2334 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2335 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2336 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2337 PNG_LIBS Linker flags for libpng, overriding pkg-config
2338 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2339 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2341 C compiler flags for libmpg123, overriding pkg-config
2342 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2344 C compiler flags for netapi, overriding pkg-config
2345 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2347 Use these variables to override the choices made by `configure' or to
help
2348 it to
find libraries and programs with nonstandard names
/locations.
2350 Report bugs to
<wine-devel@winehq.org
>.
2351 Wine home page
: <http
://www.winehq.org
>.
2356 if test "$ac_init_help" = "recursive"; then
2357 # If there are subdirs, report their specific --help.
2358 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2359 test -d "$ac_dir" ||
2360 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2365 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2367 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2368 # A ".." for each directory in $ac_dir_suffix.
2369 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2370 case $ac_top_builddir_sub in
2371 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2372 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2375 ac_abs_top_builddir
=$ac_pwd
2376 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2377 # for backward compatibility:
2378 ac_top_builddir
=$ac_top_build_prefix
2381 .
) # We are building in place.
2383 ac_top_srcdir
=$ac_top_builddir_sub
2384 ac_abs_top_srcdir
=$ac_pwd ;;
2385 [\\/]* | ?
:[\\/]* ) # Absolute name.
2386 ac_srcdir
=$srcdir$ac_dir_suffix;
2387 ac_top_srcdir
=$srcdir
2388 ac_abs_top_srcdir
=$srcdir ;;
2390 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2391 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2392 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2394 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2396 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2397 # Check for guested configure.
2398 if test -f "$ac_srcdir/configure.gnu"; then
2400 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2401 elif test -f "$ac_srcdir/configure"; then
2403 $SHELL "$ac_srcdir/configure" --help=recursive
2405 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2407 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2411 test -n "$ac_init_help" && exit $ac_status
2412 if $ac_init_version; then
2414 Wine configure
1.9.14
2415 generated by GNU Autoconf
2.69
2417 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2418 This configure
script is free software
; the Free Software Foundation
2419 gives unlimited permission to copy
, distribute and modify it.
2424 ## ------------------------ ##
2425 ## Autoconf initialization. ##
2426 ## ------------------------ ##
2428 # ac_fn_c_try_compile LINENO
2429 # --------------------------
2430 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2431 ac_fn_c_try_compile
()
2433 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2434 rm -f conftest.
$ac_objext
2435 if { { ac_try
="$ac_compile"
2437 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2438 *) ac_try_echo=$ac_try;;
2440 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2441 $as_echo "$ac_try_echo"; } >&5
2442 (eval "$ac_compile") 2>conftest.err
2444 if test -s conftest.err; then
2445 grep -v '^ *+' conftest.err >conftest.er1
2446 cat conftest.er1 >&5
2447 mv -f conftest.er1 conftest.err
2449 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2450 test $ac_status = 0; } && {
2451 test -z "$ac_c_werror_flag" ||
2452 test ! -s conftest.err
2453 } && test -s conftest.$ac_objext; then :
2456 $as_echo "$as_me: failed program was:" >&5
2457 sed 's/^/| /' conftest.$ac_ext >&5
2461 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2462 as_fn_set_status $ac_retval
2464 } # ac_fn_c_try_compile
2466 # ac_fn_cxx_try_compile LINENO
2467 # ----------------------------
2468 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2469 ac_fn_cxx_try_compile ()
2471 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2472 rm -f conftest.$ac_objext
2473 if { { ac_try="$ac_compile"
2475 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2476 *) ac_try_echo
=$ac_try;;
2478 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2479 $as_echo "$ac_try_echo"; } >&5
2480 (eval "$ac_compile") 2>conftest.err
2482 if test -s conftest.err
; then
2483 grep -v '^ *+' conftest.err
>conftest.er1
2484 cat conftest.er1
>&5
2485 mv -f conftest.er1 conftest.err
2487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2488 test $ac_status = 0; } && {
2489 test -z "$ac_cxx_werror_flag" ||
2490 test ! -s conftest.err
2491 } && test -s conftest.
$ac_objext; then :
2494 $as_echo "$as_me: failed program was:" >&5
2495 sed 's/^/| /' conftest.
$ac_ext >&5
2499 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2500 as_fn_set_status
$ac_retval
2502 } # ac_fn_cxx_try_compile
2504 # ac_fn_c_try_link LINENO
2505 # -----------------------
2506 # Try to link conftest.$ac_ext, and return whether this succeeded.
2509 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2510 rm -f conftest.
$ac_objext conftest
$ac_exeext
2511 if { { ac_try
="$ac_link"
2513 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2514 *) ac_try_echo=$ac_try;;
2516 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2517 $as_echo "$ac_try_echo"; } >&5
2518 (eval "$ac_link") 2>conftest.err
2520 if test -s conftest.err; then
2521 grep -v '^ *+' conftest.err >conftest.er1
2522 cat conftest.er1 >&5
2523 mv -f conftest.er1 conftest.err
2525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2526 test $ac_status = 0; } && {
2527 test -z "$ac_c_werror_flag" ||
2528 test ! -s conftest.err
2529 } && test -s conftest$ac_exeext && {
2530 test "$cross_compiling" = yes ||
2531 test -x conftest$ac_exeext
2535 $as_echo "$as_me: failed program was:" >&5
2536 sed 's/^/| /' conftest.$ac_ext >&5
2540 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2541 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2542 # interfere with the next link command; also delete a directory that is
2543 # left behind by Apple's compiler. We do this before executing the actions.
2544 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2545 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2546 as_fn_set_status $ac_retval
2548 } # ac_fn_c_try_link
2550 # ac_fn_c_try_cpp LINENO
2551 # ----------------------
2552 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2556 if { { ac_try="$ac_cpp conftest.$ac_ext"
2558 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2559 *) ac_try_echo
=$ac_try;;
2561 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2562 $as_echo "$ac_try_echo"; } >&5
2563 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2565 if test -s conftest.err
; then
2566 grep -v '^ *+' conftest.err
>conftest.er1
2567 cat conftest.er1
>&5
2568 mv -f conftest.er1 conftest.err
2570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2571 test $ac_status = 0; } > conftest.i
&& {
2572 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2573 test ! -s conftest.err
2577 $as_echo "$as_me: failed program was:" >&5
2578 sed 's/^/| /' conftest.
$ac_ext >&5
2582 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2583 as_fn_set_status
$ac_retval
2587 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2588 # -------------------------------------------------------
2589 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2590 # the include files in INCLUDES and setting the cache variable VAR
2592 ac_fn_c_check_header_mongrel
()
2594 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2595 if eval \
${$3+:} false
; then :
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2597 $as_echo_n "checking for $2... " >&6; }
2598 if eval \
${$3+:} false
; then :
2599 $as_echo_n "(cached) " >&6
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2603 $as_echo "$ac_res" >&6; }
2605 # Is the header compilable?
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2607 $as_echo_n "checking $2 usability... " >&6; }
2608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2609 /* end confdefs.h. */
2613 if ac_fn_c_try_compile
"$LINENO"; then :
2614 ac_header_compiler
=yes
2616 ac_header_compiler
=no
2618 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2620 $as_echo "$ac_header_compiler" >&6; }
2622 # Is the header present?
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2624 $as_echo_n "checking $2 presence... " >&6; }
2625 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2626 /* end confdefs.h. */
2629 if ac_fn_c_try_cpp
"$LINENO"; then :
2630 ac_header_preproc
=yes
2632 ac_header_preproc
=no
2634 rm -f conftest.err conftest.i conftest.
$ac_ext
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2636 $as_echo "$ac_header_preproc" >&6; }
2638 # So? What about this header?
2639 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2642 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2644 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2648 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2650 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2652 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2654 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2656 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2657 ( $as_echo "## ------------------------------------ ##
2658 ## Report this to wine-devel@winehq.org ##
2659 ## ------------------------------------ ##"
2660 ) |
sed "s/^/$as_me: WARNING: /" >&2
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2664 $as_echo_n "checking for $2... " >&6; }
2665 if eval \
${$3+:} false
; then :
2666 $as_echo_n "(cached) " >&6
2668 eval "$3=\$ac_header_compiler"
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2672 $as_echo "$ac_res" >&6; }
2674 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2676 } # ac_fn_c_check_header_mongrel
2678 # ac_fn_c_try_run LINENO
2679 # ----------------------
2680 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2681 # that executables *can* be run.
2684 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2685 if { { ac_try
="$ac_link"
2687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2688 *) ac_try_echo=$ac_try;;
2690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2691 $as_echo "$ac_try_echo"; } >&5
2692 (eval "$ac_link") 2>&5
2694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2695 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2696 { { case "(($ac_try" in
2697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2698 *) ac_try_echo
=$ac_try;;
2700 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2701 $as_echo "$ac_try_echo"; } >&5
2702 (eval "$ac_try") 2>&5
2704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2705 test $ac_status = 0; }; }; then :
2708 $as_echo "$as_me: program exited with status $ac_status" >&5
2709 $as_echo "$as_me: failed program was:" >&5
2710 sed 's/^/| /' conftest.
$ac_ext >&5
2712 ac_retval
=$ac_status
2714 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2715 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2716 as_fn_set_status
$ac_retval
2720 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2721 # -------------------------------------------------------
2722 # Tests whether HEADER exists and can be compiled using the include files in
2723 # INCLUDES, setting the cache variable VAR accordingly.
2724 ac_fn_c_check_header_compile
()
2726 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2728 $as_echo_n "checking for $2... " >&6; }
2729 if eval \
${$3+:} false
; then :
2730 $as_echo_n "(cached) " >&6
2732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2733 /* end confdefs.h. */
2737 if ac_fn_c_try_compile
"$LINENO"; then :
2742 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2746 $as_echo "$ac_res" >&6; }
2747 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2749 } # ac_fn_c_check_header_compile
2751 # ac_fn_c_check_func LINENO FUNC VAR
2752 # ----------------------------------
2753 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2754 ac_fn_c_check_func
()
2756 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2758 $as_echo_n "checking for $2... " >&6; }
2759 if eval \
${$3+:} false
; then :
2760 $as_echo_n "(cached) " >&6
2762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2763 /* end confdefs.h. */
2764 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2765 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2766 #define $2 innocuous_$2
2768 /* System header to define __stub macros and hopefully few prototypes,
2769 which can conflict with char $2 (); below.
2770 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2771 <limits.h> exists even on freestanding compilers. */
2774 # include <limits.h>
2776 # include <assert.h>
2781 /* Override any GCC internal prototype to avoid an error.
2782 Use char because int might match the return type of a GCC
2783 builtin and then its argument prototype would still apply. */
2788 /* The GNU C library defines this for functions which it implements
2789 to always fail with ENOSYS. Some functions are actually named
2790 something starting with __ and the normal name is an alias. */
2791 #if defined __stub_$2 || defined __stub___$2
2803 if ac_fn_c_try_link
"$LINENO"; then :
2808 rm -f core conftest.err conftest.
$ac_objext \
2809 conftest
$ac_exeext conftest.
$ac_ext
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2813 $as_echo "$ac_res" >&6; }
2814 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2816 } # ac_fn_c_check_func
2818 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2819 # ----------------------------------------------------
2820 # Tries to find if the field MEMBER exists in type AGGR, after including
2821 # INCLUDES, setting cache variable VAR accordingly.
2822 ac_fn_c_check_member
()
2824 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2826 $as_echo_n "checking for $2.$3... " >&6; }
2827 if eval \
${$4+:} false
; then :
2828 $as_echo_n "(cached) " >&6
2830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2831 /* end confdefs.h. */
2843 if ac_fn_c_try_compile
"$LINENO"; then :
2846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2847 /* end confdefs.h. */
2853 if (sizeof ac_aggr.$3)
2859 if ac_fn_c_try_compile
"$LINENO"; then :
2864 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2866 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2870 $as_echo "$ac_res" >&6; }
2871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2873 } # ac_fn_c_check_member
2875 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2876 # -------------------------------------------
2877 # Tests whether TYPE exists after having included INCLUDES, setting cache
2878 # variable VAR accordingly.
2879 ac_fn_c_check_type
()
2881 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2883 $as_echo_n "checking for $2... " >&6; }
2884 if eval \
${$3+:} false
; then :
2885 $as_echo_n "(cached) " >&6
2888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2889 /* end confdefs.h. */
2900 if ac_fn_c_try_compile
"$LINENO"; then :
2901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2902 /* end confdefs.h. */
2913 if ac_fn_c_try_compile
"$LINENO"; then :
2918 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2920 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2924 $as_echo "$ac_res" >&6; }
2925 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2927 } # ac_fn_c_check_type
2928 cat >config.log
<<_ACEOF
2929 This file contains any messages produced by compilers while
2930 running configure, to aid debugging if configure makes a mistake.
2932 It was created by Wine $as_me 1.9.14, which was
2933 generated by GNU Autoconf 2.69. Invocation command line was
2945 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2946 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2947 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2948 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2949 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2951 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2952 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2954 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2955 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2956 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2957 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2958 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2959 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2960 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2964 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2968 test -z "$as_dir" && as_dir
=.
2969 $as_echo "PATH: $as_dir"
2985 # Keep a trace of the command line.
2986 # Strip out --no-create and --no-recursion so they do not pile up.
2987 # Strip out --silent because we don't want to record it for future runs.
2988 # Also quote any args containing shell meta-characters.
2989 # Make two passes to allow for proper duplicate-argument suppression.
2993 ac_must_keep_next
=false
2999 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
3000 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
3001 |
-silent |
--silent |
--silen |
--sile |
--sil)
3004 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3007 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3009 as_fn_append ac_configure_args1
" '$ac_arg'"
3010 if test $ac_must_keep_next = true
; then
3011 ac_must_keep_next
=false
# Got value, back to normal.
3014 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3015 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3016 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3017 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3018 case "$ac_configure_args0 " in
3019 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3022 -* ) ac_must_keep_next
=true
;;
3025 as_fn_append ac_configure_args
" '$ac_arg'"
3030 { ac_configure_args0
=; unset ac_configure_args0
;}
3031 { ac_configure_args1
=; unset ac_configure_args1
;}
3033 # When interrupted or exit'd, cleanup temporary files, and complete
3034 # config.log. We remove comments because anyway the quotes in there
3035 # would cause problems or look ugly.
3036 # WARNING: Use '\'' to represent an apostrophe within the trap.
3037 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3038 trap 'exit_status=$?
3039 # Save into config.log some information that might help in debugging.
3043 $as_echo "## ---------------- ##
3044 ## Cache variables. ##
3045 ## ---------------- ##"
3047 # The following way of writing the cache mishandles newlines in values,
3049 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3050 eval ac_val=\$$ac_var
3054 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3055 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3058 _ | IFS | as_nl) ;; #(
3059 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3060 *) { eval $ac_var=; unset $ac_var;} ;;
3065 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3066 *${as_nl}ac_space=\ *)
3068 "s/'\''/'\''\\\\'\'''\''/g;
3069 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3072 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3079 $as_echo "## ----------------- ##
3080 ## Output variables. ##
3081 ## ----------------- ##"
3083 for ac_var in $ac_subst_vars
3085 eval ac_val=\$$ac_var
3087 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3089 $as_echo "$ac_var='\''$ac_val'\''"
3093 if test -n "$ac_subst_files"; then
3094 $as_echo "## ------------------- ##
3095 ## File substitutions. ##
3096 ## ------------------- ##"
3098 for ac_var
in $ac_subst_files
3100 eval ac_val
=\$
$ac_var
3102 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3104 $as_echo "$ac_var='\''$ac_val'\''"
3109 if test -s confdefs.h; then
3110 $as_echo "## ----------- ##
3117 test "$ac_signal" != 0 &&
3118 $as_echo "$as_me: caught signal $ac_signal"
3119 $as_echo "$as_me: exit $exit_status"
3121 rm -f core *.core core.conftest.* &&
3122 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3125 for ac_signal
in 1 2 13 15; do
3126 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3130 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3131 rm -f -r conftest
* confdefs.h
3133 $as_echo "/* confdefs.h */" > confdefs.h
3135 # Predefined preprocessor variables.
3137 cat >>confdefs.h
<<_ACEOF
3138 #define PACKAGE_NAME "$PACKAGE_NAME"
3141 cat >>confdefs.h
<<_ACEOF
3142 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3145 cat >>confdefs.h
<<_ACEOF
3146 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3149 cat >>confdefs.h
<<_ACEOF
3150 #define PACKAGE_STRING "$PACKAGE_STRING"
3153 cat >>confdefs.h
<<_ACEOF
3154 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3157 cat >>confdefs.h
<<_ACEOF
3158 #define PACKAGE_URL "$PACKAGE_URL"
3162 # Let the site file select an alternate cache file if it wants to.
3163 # Prefer an explicitly selected file to automatically selected ones.
3166 if test -n "$CONFIG_SITE"; then
3167 # We do not want a PATH search for config.site.
3168 case $CONFIG_SITE in #((
3169 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3170 */*) ac_site_file1
=$CONFIG_SITE;;
3171 *) ac_site_file1
=.
/$CONFIG_SITE;;
3173 elif test "x$prefix" != xNONE
; then
3174 ac_site_file1
=$prefix/share
/config.site
3175 ac_site_file2
=$prefix/etc
/config.site
3177 ac_site_file1
=$ac_default_prefix/share
/config.site
3178 ac_site_file2
=$ac_default_prefix/etc
/config.site
3180 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3182 test "x$ac_site_file" = xNONE
&& continue
3183 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3185 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3186 sed 's/^/| /' "$ac_site_file" >&5
3188 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3190 as_fn_error $?
"failed to load site script $ac_site_file
3191 See \`config.log' for more details" "$LINENO" 5; }
3195 if test -r "$cache_file"; then
3196 # Some versions of bash will fail to source /dev/null (special files
3197 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3198 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3200 $as_echo "$as_me: loading cache $cache_file" >&6;}
3202 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3203 *) .
"./$cache_file";;
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3208 $as_echo "$as_me: creating cache $cache_file" >&6;}
3212 # Check that the precious variables saved in the cache have kept the same
3214 ac_cache_corrupted
=false
3215 for ac_var
in $ac_precious_vars; do
3216 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3217 eval ac_new_set
=\
$ac_env_${ac_var}_set
3218 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3219 eval ac_new_val
=\
$ac_env_${ac_var}_value
3220 case $ac_old_set,$ac_new_set in
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3223 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3224 ac_cache_corrupted
=: ;;
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3227 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3228 ac_cache_corrupted
=: ;;
3231 if test "x$ac_old_val" != "x$ac_new_val"; then
3232 # differences in whitespace do not lead to failure.
3233 ac_old_val_w
=`echo x $ac_old_val`
3234 ac_new_val_w
=`echo x $ac_new_val`
3235 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3237 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3238 ac_cache_corrupted
=:
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3241 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3242 eval $ac_var=\
$ac_old_val
3244 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3245 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3247 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3250 # Pass precious variables to config.status.
3251 if test "$ac_new_set" = set; then
3253 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3254 *) ac_arg
=$ac_var=$ac_new_val ;;
3256 case " $ac_configure_args " in
3257 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3258 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3262 if $ac_cache_corrupted; then
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3264 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3266 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3267 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3269 ## -------------------- ##
3270 ## Main body of script. ##
3271 ## -------------------- ##
3274 ac_cpp
='$CPP $CPPFLAGS'
3275 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3276 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3277 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3281 ac_config_headers
="$ac_config_headers include/config.h"
3284 for ac_dir
in tools
"$srcdir"/tools
; do
3285 if test -f "$ac_dir/install-sh"; then
3287 ac_install_sh
="$ac_aux_dir/install-sh -c"
3289 elif test -f "$ac_dir/install.sh"; then
3291 ac_install_sh
="$ac_aux_dir/install.sh -c"
3293 elif test -f "$ac_dir/shtool"; then
3295 ac_install_sh
="$ac_aux_dir/shtool install -c"
3299 if test -z "$ac_aux_dir"; then
3300 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3303 # These three variables are undocumented and unsupported,
3304 # and are intended to be withdrawn in a future Autoconf release.
3305 # They can cause serious problems if a builder's source tree is in a directory
3306 # whose full name contains unusual characters.
3307 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3308 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3309 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3313 libwine_version
="1.0"
3317 # Check whether --enable-win16 was given.
3318 if test "${enable_win16+set}" = set; then :
3319 enableval
=$enable_win16;
3322 # Check whether --enable-win64 was given.
3323 if test "${enable_win64+set}" = set; then :
3324 enableval
=$enable_win64;
3327 # Check whether --enable-tests was given.
3328 if test "${enable_tests+set}" = set; then :
3329 enableval
=$enable_tests;
3332 # Check whether --enable-maintainer-mode was given.
3333 if test "${enable_maintainer_mode+set}" = set; then :
3334 enableval
=$enable_maintainer_mode;
3339 # Check whether --with-alsa was given.
3340 if test "${with_alsa+set}" = set; then :
3341 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3345 # Check whether --with-capi was given.
3346 if test "${with_capi+set}" = set; then :
3351 # Check whether --with-cms was given.
3352 if test "${with_cms+set}" = set; then :
3357 # Check whether --with-coreaudio was given.
3358 if test "${with_coreaudio+set}" = set; then :
3359 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3363 # Check whether --with-cups was given.
3364 if test "${with_cups+set}" = set; then :
3369 # Check whether --with-curses was given.
3370 if test "${with_curses+set}" = set; then :
3371 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3375 # Check whether --with-dbus was given.
3376 if test "${with_dbus+set}" = set; then :
3381 # Check whether --with-fontconfig was given.
3382 if test "${with_fontconfig+set}" = set; then :
3383 withval
=$with_fontconfig;
3387 # Check whether --with-freetype was given.
3388 if test "${with_freetype+set}" = set; then :
3389 withval
=$with_freetype;
3393 # Check whether --with-gettext was given.
3394 if test "${with_gettext+set}" = set; then :
3395 withval
=$with_gettext;
3399 # Check whether --with-gettextpo was given.
3400 if test "${with_gettextpo+set}" = set; then :
3401 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3405 # Check whether --with-gphoto was given.
3406 if test "${with_gphoto+set}" = set; then :
3407 withval
=$with_gphoto;
3411 # Check whether --with-glu was given.
3412 if test "${with_glu+set}" = set; then :
3417 # Check whether --with-gnutls was given.
3418 if test "${with_gnutls+set}" = set; then :
3419 withval
=$with_gnutls;
3423 # Check whether --with-gsm was given.
3424 if test "${with_gsm+set}" = set; then :
3425 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3429 # Check whether --with-gstreamer was given.
3430 if test "${with_gstreamer+set}" = set; then :
3431 withval
=$with_gstreamer;
3435 # Check whether --with-hal was given.
3436 if test "${with_hal+set}" = set; then :
3441 # Check whether --with-jpeg was given.
3442 if test "${with_jpeg+set}" = set; then :
3447 # Check whether --with-ldap was given.
3448 if test "${with_ldap+set}" = set; then :
3449 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3453 # Check whether --with-mpg123 was given.
3454 if test "${with_mpg123+set}" = set; then :
3455 withval
=$with_mpg123;
3459 # Check whether --with-netapi was given.
3460 if test "${with_netapi+set}" = set; then :
3461 withval
=$with_netapi;
3465 # Check whether --with-openal was given.
3466 if test "${with_openal+set}" = set; then :
3467 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3471 # Check whether --with-opencl was given.
3472 if test "${with_opencl+set}" = set; then :
3473 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3477 # Check whether --with-opengl was given.
3478 if test "${with_opengl+set}" = set; then :
3479 withval
=$with_opengl;
3483 # Check whether --with-osmesa was given.
3484 if test "${with_osmesa+set}" = set; then :
3485 withval
=$with_osmesa;
3489 # Check whether --with-oss was given.
3490 if test "${with_oss+set}" = set; then :
3495 # Check whether --with-pcap was given.
3496 if test "${with_pcap+set}" = set; then :
3497 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3501 # Check whether --with-png was given.
3502 if test "${with_png+set}" = set; then :
3507 # Check whether --with-pthread was given.
3508 if test "${with_pthread+set}" = set; then :
3509 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3513 # Check whether --with-pulse was given.
3514 if test "${with_pulse+set}" = set; then :
3515 withval
=$with_pulse;
3519 # Check whether --with-sane was given.
3520 if test "${with_sane+set}" = set; then :
3525 # Check whether --with-tiff was given.
3526 if test "${with_tiff+set}" = set; then :
3531 # Check whether --with-v4l was given.
3532 if test "${with_v4l+set}" = set; then :
3537 # Check whether --with-xcomposite was given.
3538 if test "${with_xcomposite+set}" = set; then :
3539 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3543 # Check whether --with-xcursor was given.
3544 if test "${with_xcursor+set}" = set; then :
3545 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3549 # Check whether --with-xinerama was given.
3550 if test "${with_xinerama+set}" = set; then :
3551 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3555 # Check whether --with-xinput was given.
3556 if test "${with_xinput+set}" = set; then :
3557 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3561 # Check whether --with-xinput2 was given.
3562 if test "${with_xinput2+set}" = set; then :
3563 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3567 # Check whether --with-xml was given.
3568 if test "${with_xml+set}" = set; then :
3573 # Check whether --with-xrandr was given.
3574 if test "${with_xrandr+set}" = set; then :
3575 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3579 # Check whether --with-xrender was given.
3580 if test "${with_xrender+set}" = set; then :
3581 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3585 # Check whether --with-xshape was given.
3586 if test "${with_xshape+set}" = set; then :
3587 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3591 # Check whether --with-xshm was given.
3592 if test "${with_xshm+set}" = set; then :
3593 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3597 # Check whether --with-xslt was given.
3598 if test "${with_xslt+set}" = set; then :
3603 # Check whether --with-xxf86vm was given.
3604 if test "${with_xxf86vm+set}" = set; then :
3605 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
3609 # Check whether --with-zlib was given.
3610 if test "${with_zlib+set}" = set; then :
3611 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3616 # Check whether --with-wine-tools was given.
3617 if test "${with_wine_tools+set}" = set; then :
3618 withval
=$with_wine_tools;
3622 # Check whether --with-wine64 was given.
3623 if test "${with_wine64+set}" = set; then :
3624 withval
=$with_wine64;
3628 # Make sure we can run config.sub.
3629 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3630 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3633 $as_echo_n "checking build system type... " >&6; }
3634 if ${ac_cv_build+:} false
; then :
3635 $as_echo_n "(cached) " >&6
3637 ac_build_alias
=$build_alias
3638 test "x$ac_build_alias" = x
&&
3639 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3640 test "x$ac_build_alias" = x
&&
3641 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3642 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3643 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3647 $as_echo "$ac_cv_build" >&6; }
3648 case $ac_cv_build in
3650 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3653 ac_save_IFS
=$IFS; IFS
='-'
3659 # Remember, the first character of IFS is used to create $*,
3660 # except with old shells:
3663 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3667 $as_echo_n "checking host system type... " >&6; }
3668 if ${ac_cv_host+:} false
; then :
3669 $as_echo_n "(cached) " >&6
3671 if test "x$host_alias" = x
; then
3672 ac_cv_host
=$ac_cv_build
3674 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3675 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3680 $as_echo "$ac_cv_host" >&6; }
3683 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3686 ac_save_IFS
=$IFS; IFS
='-'
3692 # Remember, the first character of IFS is used to create $*,
3693 # except with old shells:
3696 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3702 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3703 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3704 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3710 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3712 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3713 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3714 $as_echo_n "(cached) " >&6
3716 cat >conftest.
make <<\_ACEOF
3719 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3721 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3722 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3724 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3726 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3730 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3732 $as_echo "yes" >&6; }
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3736 $as_echo "no" >&6; }
3737 SET_MAKE
="MAKE=${MAKE-make}"
3741 ac_cpp
='$CPP $CPPFLAGS'
3742 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3743 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3744 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3745 if test -n "$ac_tool_prefix"; then
3746 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3747 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3749 $as_echo_n "checking for $ac_word... " >&6; }
3750 if ${ac_cv_prog_CC+:} false
; then :
3751 $as_echo_n "(cached) " >&6
3753 if test -n "$CC"; then
3754 ac_cv_prog_CC
="$CC" # Let the user override the test.
3756 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3760 test -z "$as_dir" && as_dir
=.
3761 for ac_exec_ext
in '' $ac_executable_extensions; do
3762 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3763 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3774 if test -n "$CC"; then
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3776 $as_echo "$CC" >&6; }
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3779 $as_echo "no" >&6; }
3784 if test -z "$ac_cv_prog_CC"; then
3786 # Extract the first word of "gcc", so it can be a program name with args.
3787 set dummy gcc
; ac_word
=$2
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3789 $as_echo_n "checking for $ac_word... " >&6; }
3790 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3791 $as_echo_n "(cached) " >&6
3793 if test -n "$ac_ct_CC"; then
3794 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3796 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3800 test -z "$as_dir" && as_dir
=.
3801 for ac_exec_ext
in '' $ac_executable_extensions; do
3802 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3803 ac_cv_prog_ac_ct_CC
="gcc"
3804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3813 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3814 if test -n "$ac_ct_CC"; then
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3816 $as_echo "$ac_ct_CC" >&6; }
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3819 $as_echo "no" >&6; }
3822 if test "x$ac_ct_CC" = x
; then
3825 case $cross_compiling:$ac_tool_warned in
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3828 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3829 ac_tool_warned
=yes ;;
3837 if test -z "$CC"; then
3838 if test -n "$ac_tool_prefix"; then
3839 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3840 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3842 $as_echo_n "checking for $ac_word... " >&6; }
3843 if ${ac_cv_prog_CC+:} false
; then :
3844 $as_echo_n "(cached) " >&6
3846 if test -n "$CC"; then
3847 ac_cv_prog_CC
="$CC" # Let the user override the test.
3849 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3853 test -z "$as_dir" && as_dir
=.
3854 for ac_exec_ext
in '' $ac_executable_extensions; do
3855 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3856 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3867 if test -n "$CC"; then
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3869 $as_echo "$CC" >&6; }
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3872 $as_echo "no" >&6; }
3878 if test -z "$CC"; then
3879 # Extract the first word of "cc", so it can be a program name with args.
3880 set dummy cc
; ac_word
=$2
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3882 $as_echo_n "checking for $ac_word... " >&6; }
3883 if ${ac_cv_prog_CC+:} false
; then :
3884 $as_echo_n "(cached) " >&6
3886 if test -n "$CC"; then
3887 ac_cv_prog_CC
="$CC" # Let the user override the test.
3890 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3894 test -z "$as_dir" && as_dir
=.
3895 for ac_exec_ext
in '' $ac_executable_extensions; do
3896 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3897 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3898 ac_prog_rejected
=yes
3902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3909 if test $ac_prog_rejected = yes; then
3910 # We found a bogon in the path, so make sure we never use it.
3911 set dummy
$ac_cv_prog_CC
3913 if test $# != 0; then
3914 # We chose a different compiler from the bogus one.
3915 # However, it has the same basename, so the bogon will be chosen
3916 # first if we set CC to just the basename; use the full file name.
3918 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3924 if test -n "$CC"; then
3925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3926 $as_echo "$CC" >&6; }
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3929 $as_echo "no" >&6; }
3934 if test -z "$CC"; then
3935 if test -n "$ac_tool_prefix"; then
3936 for ac_prog
in cl.exe
3938 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3939 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3941 $as_echo_n "checking for $ac_word... " >&6; }
3942 if ${ac_cv_prog_CC+:} false
; then :
3943 $as_echo_n "(cached) " >&6
3945 if test -n "$CC"; then
3946 ac_cv_prog_CC
="$CC" # Let the user override the test.
3948 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3952 test -z "$as_dir" && as_dir
=.
3953 for ac_exec_ext
in '' $ac_executable_extensions; do
3954 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3955 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3966 if test -n "$CC"; then
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3968 $as_echo "$CC" >&6; }
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3971 $as_echo "no" >&6; }
3975 test -n "$CC" && break
3978 if test -z "$CC"; then
3980 for ac_prog
in cl.exe
3982 # Extract the first word of "$ac_prog", so it can be a program name with args.
3983 set dummy
$ac_prog; ac_word
=$2
3984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3985 $as_echo_n "checking for $ac_word... " >&6; }
3986 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3987 $as_echo_n "(cached) " >&6
3989 if test -n "$ac_ct_CC"; then
3990 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3992 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3996 test -z "$as_dir" && as_dir
=.
3997 for ac_exec_ext
in '' $ac_executable_extensions; do
3998 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3999 ac_cv_prog_ac_ct_CC
="$ac_prog"
4000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4009 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4010 if test -n "$ac_ct_CC"; then
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4012 $as_echo "$ac_ct_CC" >&6; }
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4015 $as_echo "no" >&6; }
4019 test -n "$ac_ct_CC" && break
4022 if test "x$ac_ct_CC" = x
; then
4025 case $cross_compiling:$ac_tool_warned in
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4028 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4029 ac_tool_warned
=yes ;;
4038 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4039 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4040 as_fn_error $?
"no acceptable C compiler found in \$PATH
4041 See \`config.log' for more details" "$LINENO" 5; }
4043 # Provide some information about the compiler.
4044 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4047 for ac_option
in --version -v -V -qversion; do
4048 { { ac_try
="$ac_compiler $ac_option >&5"
4050 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4051 *) ac_try_echo=$ac_try;;
4053 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4054 $as_echo "$ac_try_echo"; } >&5
4055 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4057 if test -s conftest.err; then
4059 ... rest of stderr output deleted ...
4060 10q' conftest.err >conftest.er1
4061 cat conftest.er1 >&5
4063 rm -f conftest.er1 conftest.err
4064 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4065 test $ac_status = 0; }
4068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4069 /* end confdefs.h. */
4079 ac_clean_files_save=$ac_clean_files
4080 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4081 # Try to create an executable without -o first, disregard a.out.
4082 # It will help us diagnose broken compilers, and finding out an intuition
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4085 $as_echo_n "checking whether the C compiler works... " >&6; }
4086 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4088 # The possible output files:
4089 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4092 for ac_file in $ac_files
4095 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4096 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4101 if { { ac_try="$ac_link_default"
4103 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4104 *) ac_try_echo
=$ac_try;;
4106 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4107 $as_echo "$ac_try_echo"; } >&5
4108 (eval "$ac_link_default") 2>&5
4110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4111 test $ac_status = 0; }; then :
4112 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4113 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4114 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4115 # so that the user can short-circuit this test for compilers unknown to
4117 for ac_file
in $ac_files ''
4119 test -f "$ac_file" ||
continue
4121 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4124 # We found the default executable, but exeext='' is most
4128 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4130 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4132 # We set ac_cv_exeext here because the later test for it is not
4133 # safe: cross compilers may not add the suffix if given an `-o'
4134 # argument, so we may need to know it at that point already.
4135 # Even if this section looks crufty: it has the advantage of
4142 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4147 if test -z "$ac_file"; then :
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4149 $as_echo "no" >&6; }
4150 $as_echo "$as_me: failed program was:" >&5
4151 sed 's/^/| /' conftest.
$ac_ext >&5
4153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4155 as_fn_error
77 "C compiler cannot create executables
4156 See \`config.log' for more details" "$LINENO" 5; }
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4159 $as_echo "yes" >&6; }
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4162 $as_echo_n "checking for C compiler default output file name... " >&6; }
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4164 $as_echo "$ac_file" >&6; }
4165 ac_exeext
=$ac_cv_exeext
4167 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4168 ac_clean_files
=$ac_clean_files_save
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4170 $as_echo_n "checking for suffix of executables... " >&6; }
4171 if { { ac_try
="$ac_link"
4173 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4174 *) ac_try_echo=$ac_try;;
4176 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4177 $as_echo "$ac_try_echo"; } >&5
4178 (eval "$ac_link") 2>&5
4180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4181 test $ac_status = 0; }; then :
4182 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4183 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4184 # work properly (i.e., refer to `conftest.exe'), while it won't with
4186 for ac_file
in conftest.exe conftest conftest.
*; do
4187 test -f "$ac_file" ||
continue
4189 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4190 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4196 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4197 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4198 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4199 See \`config.log' for more details" "$LINENO" 5; }
4201 rm -f conftest conftest
$ac_cv_exeext
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4203 $as_echo "$ac_cv_exeext" >&6; }
4205 rm -f conftest.
$ac_ext
4206 EXEEXT
=$ac_cv_exeext
4208 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4209 /* end confdefs.h. */
4214 FILE *f = fopen ("conftest.out", "w");
4215 return ferror (f) || fclose (f) != 0;
4221 ac_clean_files
="$ac_clean_files conftest.out"
4222 # Check that the compiler produces executables we can run. If not, either
4223 # the compiler is broken, or we cross compile.
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4225 $as_echo_n "checking whether we are cross compiling... " >&6; }
4226 if test "$cross_compiling" != yes; then
4227 { { ac_try
="$ac_link"
4229 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4230 *) ac_try_echo=$ac_try;;
4232 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4233 $as_echo "$ac_try_echo"; } >&5
4234 (eval "$ac_link") 2>&5
4236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4237 test $ac_status = 0; }
4238 if { ac_try='./conftest$ac_cv_exeext'
4239 { { case "(($ac_try" in
4240 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4241 *) ac_try_echo
=$ac_try;;
4243 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4244 $as_echo "$ac_try_echo"; } >&5
4245 (eval "$ac_try") 2>&5
4247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4248 test $ac_status = 0; }; }; then
4251 if test "$cross_compiling" = maybe
; then
4254 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4255 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4256 as_fn_error $?
"cannot run C compiled programs.
4257 If you meant to cross compile, use \`--host'.
4258 See \`config.log' for more details" "$LINENO" 5; }
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4263 $as_echo "$cross_compiling" >&6; }
4265 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4266 ac_clean_files
=$ac_clean_files_save
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4268 $as_echo_n "checking for suffix of object files... " >&6; }
4269 if ${ac_cv_objext+:} false
; then :
4270 $as_echo_n "(cached) " >&6
4272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4273 /* end confdefs.h. */
4283 rm -f conftest.o conftest.obj
4284 if { { ac_try
="$ac_compile"
4286 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4287 *) ac_try_echo=$ac_try;;
4289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4290 $as_echo "$ac_try_echo"; } >&5
4291 (eval "$ac_compile") 2>&5
4293 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4294 test $ac_status = 0; }; then :
4295 for ac_file in conftest.o conftest.obj conftest.*; do
4296 test -f "$ac_file" || continue;
4298 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4299 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4304 $as_echo "$as_me: failed program was:" >&5
4305 sed 's/^/| /' conftest.$ac_ext >&5
4307 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4308 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4309 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4310 See \
`config.log' for more details" "$LINENO" 5; }
4312 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4315 $as_echo "$ac_cv_objext" >&6; }
4316 OBJEXT=$ac_cv_objext
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4319 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4320 if ${ac_cv_c_compiler_gnu+:} false; then :
4321 $as_echo_n "(cached) " >&6
4323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4324 /* end confdefs.h. */
4337 if ac_fn_c_try_compile "$LINENO"; then :
4342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4343 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4347 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4348 if test $ac_compiler_gnu = yes; then
4353 ac_test_CFLAGS=${CFLAGS+set}
4354 ac_save_CFLAGS=$CFLAGS
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4356 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4357 if ${ac_cv_prog_cc_g+:} false; then :
4358 $as_echo_n "(cached) " >&6
4360 ac_save_c_werror_flag=$ac_c_werror_flag
4361 ac_c_werror_flag=yes
4364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4365 /* end confdefs.h. */
4375 if ac_fn_c_try_compile "$LINENO"; then :
4379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4380 /* end confdefs.h. */
4390 if ac_fn_c_try_compile "$LINENO"; then :
4393 ac_c_werror_flag=$ac_save_c_werror_flag
4395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4396 /* end confdefs.h. */
4406 if ac_fn_c_try_compile "$LINENO"; then :
4409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4414 ac_c_werror_flag=$ac_save_c_werror_flag
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4417 $as_echo "$ac_cv_prog_cc_g" >&6; }
4418 if test "$ac_test_CFLAGS" = set; then
4419 CFLAGS=$ac_save_CFLAGS
4420 elif test $ac_cv_prog_cc_g = yes; then
4421 if test "$GCC" = yes; then
4427 if test "$GCC" = yes; then
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4434 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4435 if ${ac_cv_prog_cc_c89+:} false; then :
4436 $as_echo_n "(cached) " >&6
4438 ac_cv_prog_cc_c89=no
4440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4441 /* end confdefs.h. */
4445 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4446 struct buf { int x; };
4447 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4448 static char *e (p, i)
4454 static char *f (char * (*g) (char **, int), char **p, ...)
4459 s = g (p, va_arg (v,int));
4464 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4465 function prototypes and stuff, but not '\xHH' hex character constants.
4466 These don't provoke an error unfortunately, instead are silently treated
4467 as 'x'. The following induces an error, until -std is added to get
4468 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4469 array size at least. It's necessary to write '\x00'==0 to get something
4470 that's true only with -std. */
4471 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4473 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4474 inside strings and character constants. */
4476 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4478 int test (int i, double x);
4479 struct s1 {int (*f) (int a);};
4480 struct s2 {int (*f) (double a);};
4481 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4487 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4492 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4493 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4495 CC="$ac_save_CC $ac_arg"
4496 if ac_fn_c_try_compile "$LINENO"; then :
4497 ac_cv_prog_cc_c89=$ac_arg
4499 rm -f core conftest.err conftest.$ac_objext
4500 test "x$ac_cv_prog_cc_c89" != "xno" && break
4502 rm -f conftest.$ac_ext
4507 case "x$ac_cv_prog_cc_c89" in
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4510 $as_echo "none needed" >&6; } ;;
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4513 $as_echo "unsupported" >&6; } ;;
4515 CC="$CC $ac_cv_prog_cc_c89"
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4517 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4519 if test "x$ac_cv_prog_cc_c89" != xno; then :
4524 ac_cpp='$CPP $CPPFLAGS'
4525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4530 ac_cpp='$CXXCPP $CPPFLAGS'
4531 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4532 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4533 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4534 if test -z "$CXX"; then
4535 if test -n "$CCC"; then
4538 if test -n "$ac_tool_prefix"; then
4539 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4541 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4542 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4544 $as_echo_n "checking for $ac_word... " >&6; }
4545 if ${ac_cv_prog_CXX+:} false; then :
4546 $as_echo_n "(cached) " >&6
4548 if test -n "$CXX"; then
4549 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4555 test -z "$as_dir" && as_dir=.
4556 for ac_exec_ext in '' $ac_executable_extensions; do
4557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4558 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4569 if test -n "$CXX"; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4571 $as_echo "$CXX" >&6; }
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4574 $as_echo "no" >&6; }
4578 test -n "$CXX" && break
4581 if test -z "$CXX"; then
4583 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4585 # Extract the first word of "$ac_prog", so it can be a program name with args.
4586 set dummy $ac_prog; ac_word=$2
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4588 $as_echo_n "checking for $ac_word... " >&6; }
4589 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4590 $as_echo_n "(cached) " >&6
4592 if test -n "$ac_ct_CXX"; then
4593 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4599 test -z "$as_dir" && as_dir=.
4600 for ac_exec_ext in '' $ac_executable_extensions; do
4601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4602 ac_cv_prog_ac_ct_CXX="$ac_prog"
4603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4612 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4613 if test -n "$ac_ct_CXX"; then
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4615 $as_echo "$ac_ct_CXX" >&6; }
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4618 $as_echo "no" >&6; }
4622 test -n "$ac_ct_CXX" && break
4625 if test "x$ac_ct_CXX" = x; then
4628 case $cross_compiling:$ac_tool_warned in
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4632 ac_tool_warned=yes ;;
4640 # Provide some information about the compiler.
4641 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4644 for ac_option in --version -v -V -qversion; do
4645 { { ac_try="$ac_compiler $ac_option >&5"
4647 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4648 *) ac_try_echo
=$ac_try;;
4650 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4651 $as_echo "$ac_try_echo"; } >&5
4652 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4654 if test -s conftest.err
; then
4656 ... rest of stderr output deleted ...
4657 10q' conftest.err
>conftest.er1
4658 cat conftest.er1
>&5
4660 rm -f conftest.er1 conftest.err
4661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4662 test $ac_status = 0; }
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4666 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4667 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4668 $as_echo_n "(cached) " >&6
4670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4671 /* end confdefs.h. */
4684 if ac_fn_cxx_try_compile
"$LINENO"; then :
4689 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4690 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4694 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4695 if test $ac_compiler_gnu = yes; then
4700 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4701 ac_save_CXXFLAGS
=$CXXFLAGS
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4703 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4704 if ${ac_cv_prog_cxx_g+:} false
; then :
4705 $as_echo_n "(cached) " >&6
4707 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4708 ac_cxx_werror_flag
=yes
4711 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4712 /* end confdefs.h. */
4722 if ac_fn_cxx_try_compile
"$LINENO"; then :
4723 ac_cv_prog_cxx_g
=yes
4726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4727 /* end confdefs.h. */
4737 if ac_fn_cxx_try_compile
"$LINENO"; then :
4740 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4743 /* end confdefs.h. */
4753 if ac_fn_cxx_try_compile
"$LINENO"; then :
4754 ac_cv_prog_cxx_g
=yes
4756 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4758 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4760 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4761 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4764 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4765 if test "$ac_test_CXXFLAGS" = set; then
4766 CXXFLAGS
=$ac_save_CXXFLAGS
4767 elif test $ac_cv_prog_cxx_g = yes; then
4768 if test "$GXX" = yes; then
4774 if test "$GXX" = yes; then
4781 ac_cpp
='$CPP $CPPFLAGS'
4782 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4783 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4784 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4786 if test -n "$ac_tool_prefix"; then
4787 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4788 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4790 $as_echo_n "checking for $ac_word... " >&6; }
4791 if ${ac_cv_prog_CPPBIN+:} false
; then :
4792 $as_echo_n "(cached) " >&6
4794 if test -n "$CPPBIN"; then
4795 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4801 test -z "$as_dir" && as_dir
=.
4802 for ac_exec_ext
in '' $ac_executable_extensions; do
4803 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4804 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4814 CPPBIN
=$ac_cv_prog_CPPBIN
4815 if test -n "$CPPBIN"; then
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4817 $as_echo "$CPPBIN" >&6; }
4819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4820 $as_echo "no" >&6; }
4825 if test -z "$ac_cv_prog_CPPBIN"; then
4826 ac_ct_CPPBIN
=$CPPBIN
4827 # Extract the first word of "cpp", so it can be a program name with args.
4828 set dummy cpp
; ac_word
=$2
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4830 $as_echo_n "checking for $ac_word... " >&6; }
4831 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4832 $as_echo_n "(cached) " >&6
4834 if test -n "$ac_ct_CPPBIN"; then
4835 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4837 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4841 test -z "$as_dir" && as_dir
=.
4842 for ac_exec_ext
in '' $ac_executable_extensions; do
4843 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4844 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4854 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4855 if test -n "$ac_ct_CPPBIN"; then
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4857 $as_echo "$ac_ct_CPPBIN" >&6; }
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4860 $as_echo "no" >&6; }
4863 if test "x$ac_ct_CPPBIN" = x
; then
4866 case $cross_compiling:$ac_tool_warned in
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4869 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4870 ac_tool_warned
=yes ;;
4872 CPPBIN
=$ac_ct_CPPBIN
4875 CPPBIN
="$ac_cv_prog_CPPBIN"
4879 cat >>confdefs.h
<<_ACEOF
4880 #define EXEEXT "$ac_exeext"
4883 if test -n "$ac_tool_prefix"; then
4884 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4885 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4887 $as_echo_n "checking for $ac_word... " >&6; }
4888 if ${ac_cv_prog_LD+:} false
; then :
4889 $as_echo_n "(cached) " >&6
4891 if test -n "$LD"; then
4892 ac_cv_prog_LD
="$LD" # Let the user override the test.
4894 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4898 test -z "$as_dir" && as_dir
=.
4899 for ac_exec_ext
in '' $ac_executable_extensions; do
4900 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4901 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4912 if test -n "$LD"; then
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4914 $as_echo "$LD" >&6; }
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4917 $as_echo "no" >&6; }
4922 if test -z "$ac_cv_prog_LD"; then
4924 # Extract the first word of "ld", so it can be a program name with args.
4925 set dummy ld
; ac_word
=$2
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4927 $as_echo_n "checking for $ac_word... " >&6; }
4928 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4929 $as_echo_n "(cached) " >&6
4931 if test -n "$ac_ct_LD"; then
4932 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4938 test -z "$as_dir" && as_dir
=.
4939 for ac_exec_ext
in '' $ac_executable_extensions; do
4940 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4941 ac_cv_prog_ac_ct_LD
="ld"
4942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4952 if test -n "$ac_ct_LD"; then
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4954 $as_echo "$ac_ct_LD" >&6; }
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4957 $as_echo "no" >&6; }
4960 if test "x$ac_ct_LD" = x
; then
4963 case $cross_compiling:$ac_tool_warned in
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4966 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4967 ac_tool_warned
=yes ;;
4978 with_fontconfig
=${with_fontconfig:-no}
4980 *-mingw32*|
*-cygwin*)
4981 enable_win16
=${enable_win16:-no}
4982 CFLAGS
="$CFLAGS -D_WIN32"
4988 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4993 $as_echo_n "checking whether $CC works... " >&6; }
4995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4996 /* end confdefs.h. */
5006 if ac_fn_c_try_link
"$LINENO"; then :
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5008 $as_echo "yes" >&6; }
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5011 $as_echo "no" >&6; }
5012 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5014 rm -f core conftest.err conftest.
$ac_objext \
5015 conftest
$ac_exeext conftest.
$ac_ext
5017 notice_platform
="32-bit "
5020 enable_win16
=${enable_win16:-yes}
5022 if test "x${GCC}" = "xyes"
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5025 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5027 /* end confdefs.h. */
5032 void func(__builtin_ms_va_list *args);
5037 if ac_fn_c_try_compile
"$LINENO"; then :
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5039 $as_echo "yes" >&6; }
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5043 as_fn_error $?
"You need gcc >= 4.4 or clang >= 3.8 to build Wine as 64-bit." "$LINENO" 5
5045 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5050 notice_platform
="64-bit "
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5057 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5059 /* end confdefs.h. */
5060 int ac_test(int i) { return i; }
5064 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5069 if ac_fn_c_try_link
"$LINENO"; then :
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5071 $as_echo "yes" >&6; }
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5074 $as_echo "no" >&6; }
5075 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5077 rm -f core conftest.err conftest.
$ac_objext \
5078 conftest
$ac_exeext conftest.
$ac_ext
5079 CFLAGS
="$CFLAGS -marm"
5084 enable_win16
=${enable_win16:-yes}
5088 enable_win16
=${enable_win16:-no}
5089 enable_win64
=${enable_win64:-no}
5091 enable_winetest
=${enable_winetest:-$enable_tests}
5093 if test -n "$with_wine64"
5095 if test "x$enable_win64" = "xyes"
5097 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5098 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5100 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5101 You should create a separate build directory and run configure from there." "$LINENO" 5
5102 enable_fonts
=${enable_fonts:-no}
5103 enable_server
=${enable_server:-no}
5104 elif test "x$enable_win64" = "xyes"
5106 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5110 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5111 if ${wine_cv_toolsdir+:} false
; then :
5112 $as_echo_n "(cached) " >&6
5114 wine_cv_toolsdir
="$with_wine_tools"
5115 if test -z "$with_wine_tools"; then
5116 if test "$cross_compiling" = "yes"; then
5117 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5118 elif test -n "$with_wine64"; then
5119 wine_cv_toolsdir
="$with_wine64"
5122 if test -z "$wine_cv_toolsdir"; then
5123 wine_makedep
=tools
/makedep
5124 wine_cv_toolsdir
="\$(top_builddir)"
5125 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5126 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5127 case "$wine_cv_toolsdir" in
5129 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5131 enable_tools
=${enable_tools:-no}
5132 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5134 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5138 $as_echo "$wine_cv_toolsdir" >&6; }
5139 TOOLSDIR
=$wine_cv_toolsdir
5141 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5143 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5149 # Extract the first word of "$ac_prog", so it can be a program name with args.
5150 set dummy
$ac_prog; ac_word
=$2
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5152 $as_echo_n "checking for $ac_word... " >&6; }
5153 if ${ac_cv_prog_FLEX+:} false
; then :
5154 $as_echo_n "(cached) " >&6
5156 if test -n "$FLEX"; then
5157 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5163 test -z "$as_dir" && as_dir
=.
5164 for ac_exec_ext
in '' $ac_executable_extensions; do
5165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5166 ac_cv_prog_FLEX
="$ac_prog"
5167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5176 FLEX
=$ac_cv_prog_FLEX
5177 if test -n "$FLEX"; then
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5179 $as_echo "$FLEX" >&6; }
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5182 $as_echo "no" >&6; }
5186 test -n "$FLEX" && break
5188 test -n "$FLEX" || FLEX
="none"
5190 if test "$FLEX" = "none"
5192 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5195 $as_echo_n "checking whether flex is recent enough... " >&6; }
5196 cat >conftest.l
<<EOF
5198 #include "prediluvian.h"
5202 if $FLEX -t conftest.l
>/dev
/null
2>&5
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5205 $as_echo "yes" >&6; }
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5208 $as_echo "no" >&6; }
5209 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5212 for ac_prog
in bison
5214 # Extract the first word of "$ac_prog", so it can be a program name with args.
5215 set dummy
$ac_prog; ac_word
=$2
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5217 $as_echo_n "checking for $ac_word... " >&6; }
5218 if ${ac_cv_prog_BISON+:} false
; then :
5219 $as_echo_n "(cached) " >&6
5221 if test -n "$BISON"; then
5222 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5224 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5228 test -z "$as_dir" && as_dir
=.
5229 for ac_exec_ext
in '' $ac_executable_extensions; do
5230 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5231 ac_cv_prog_BISON
="$ac_prog"
5232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5241 BISON
=$ac_cv_prog_BISON
5242 if test -n "$BISON"; then
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5244 $as_echo "$BISON" >&6; }
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5247 $as_echo "no" >&6; }
5251 test -n "$BISON" && break
5253 test -n "$BISON" || BISON
="none"
5255 if test "$BISON" = "none"
5257 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5260 if test -n "$ac_tool_prefix"; then
5261 for ac_prog
in ar gar
5263 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5264 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5266 $as_echo_n "checking for $ac_word... " >&6; }
5267 if ${ac_cv_prog_AR+:} false
; then :
5268 $as_echo_n "(cached) " >&6
5270 if test -n "$AR"; then
5271 ac_cv_prog_AR
="$AR" # Let the user override the test.
5273 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5277 test -z "$as_dir" && as_dir
=.
5278 for ac_exec_ext
in '' $ac_executable_extensions; do
5279 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5280 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5291 if test -n "$AR"; then
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5293 $as_echo "$AR" >&6; }
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5296 $as_echo "no" >&6; }
5300 test -n "$AR" && break
5303 if test -z "$AR"; then
5305 for ac_prog
in ar gar
5307 # Extract the first word of "$ac_prog", so it can be a program name with args.
5308 set dummy
$ac_prog; ac_word
=$2
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5310 $as_echo_n "checking for $ac_word... " >&6; }
5311 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5312 $as_echo_n "(cached) " >&6
5314 if test -n "$ac_ct_AR"; then
5315 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5317 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5321 test -z "$as_dir" && as_dir
=.
5322 for ac_exec_ext
in '' $ac_executable_extensions; do
5323 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5324 ac_cv_prog_ac_ct_AR
="$ac_prog"
5325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5334 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5335 if test -n "$ac_ct_AR"; then
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5337 $as_echo "$ac_ct_AR" >&6; }
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5340 $as_echo "no" >&6; }
5344 test -n "$ac_ct_AR" && break
5347 if test "x$ac_ct_AR" = x
; then
5350 case $cross_compiling:$ac_tool_warned in
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5353 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5354 ac_tool_warned
=yes ;;
5360 if test -n "$ac_tool_prefix"; then
5361 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5362 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5364 $as_echo_n "checking for $ac_word... " >&6; }
5365 if ${ac_cv_prog_STRIP+:} false
; then :
5366 $as_echo_n "(cached) " >&6
5368 if test -n "$STRIP"; then
5369 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5371 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5375 test -z "$as_dir" && as_dir
=.
5376 for ac_exec_ext
in '' $ac_executable_extensions; do
5377 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5378 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5388 STRIP
=$ac_cv_prog_STRIP
5389 if test -n "$STRIP"; then
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5391 $as_echo "$STRIP" >&6; }
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5394 $as_echo "no" >&6; }
5399 if test -z "$ac_cv_prog_STRIP"; then
5401 # Extract the first word of "strip", so it can be a program name with args.
5402 set dummy strip
; ac_word
=$2
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5404 $as_echo_n "checking for $ac_word... " >&6; }
5405 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5406 $as_echo_n "(cached) " >&6
5408 if test -n "$ac_ct_STRIP"; then
5409 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5415 test -z "$as_dir" && as_dir
=.
5416 for ac_exec_ext
in '' $ac_executable_extensions; do
5417 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5418 ac_cv_prog_ac_ct_STRIP
="strip"
5419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5429 if test -n "$ac_ct_STRIP"; then
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5431 $as_echo "$ac_ct_STRIP" >&6; }
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5434 $as_echo "no" >&6; }
5437 if test "x$ac_ct_STRIP" = x
; then
5440 case $cross_compiling:$ac_tool_warned in
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5443 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5444 ac_tool_warned
=yes ;;
5449 STRIP
="$ac_cv_prog_STRIP"
5454 if test -n "$ac_tool_prefix"; then
5455 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5456 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5458 $as_echo_n "checking for $ac_word... " >&6; }
5459 if ${ac_cv_prog_RANLIB+:} false
; then :
5460 $as_echo_n "(cached) " >&6
5462 if test -n "$RANLIB"; then
5463 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5465 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5469 test -z "$as_dir" && as_dir
=.
5470 for ac_exec_ext
in '' $ac_executable_extensions; do
5471 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5472 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5482 RANLIB
=$ac_cv_prog_RANLIB
5483 if test -n "$RANLIB"; then
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5485 $as_echo "$RANLIB" >&6; }
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5488 $as_echo "no" >&6; }
5493 if test -z "$ac_cv_prog_RANLIB"; then
5494 ac_ct_RANLIB
=$RANLIB
5495 # Extract the first word of "ranlib", so it can be a program name with args.
5496 set dummy ranlib
; ac_word
=$2
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5498 $as_echo_n "checking for $ac_word... " >&6; }
5499 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5500 $as_echo_n "(cached) " >&6
5502 if test -n "$ac_ct_RANLIB"; then
5503 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5505 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5509 test -z "$as_dir" && as_dir
=.
5510 for ac_exec_ext
in '' $ac_executable_extensions; do
5511 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5512 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5522 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5523 if test -n "$ac_ct_RANLIB"; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5525 $as_echo "$ac_ct_RANLIB" >&6; }
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5528 $as_echo "no" >&6; }
5531 if test "x$ac_ct_RANLIB" = x
; then
5534 case $cross_compiling:$ac_tool_warned in
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5538 ac_tool_warned
=yes ;;
5540 RANLIB
=$ac_ct_RANLIB
5543 RANLIB
="$ac_cv_prog_RANLIB"
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5547 $as_echo_n "checking whether ln -s works... " >&6; }
5549 if test "$LN_S" = "ln -s"; then
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5551 $as_echo "yes" >&6; }
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5554 $as_echo "no, using $LN_S" >&6; }
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5558 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5559 if ${ac_cv_path_GREP+:} false
; then :
5560 $as_echo_n "(cached) " >&6
5562 if test -z "$GREP"; then
5563 ac_path_GREP_found
=false
5564 # Loop through the user's path and test for each of PROGNAME-LIST
5565 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5566 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5569 test -z "$as_dir" && as_dir
=.
5570 for ac_prog
in grep ggrep
; do
5571 for ac_exec_ext
in '' $ac_executable_extensions; do
5572 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5573 as_fn_executable_p
"$ac_path_GREP" ||
continue
5574 # Check for GNU ac_path_GREP and select it if it is found.
5575 # Check for GNU $ac_path_GREP
5576 case `"$ac_path_GREP" --version 2>&1` in
5578 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5581 $as_echo_n 0123456789 >"conftest.in"
5584 cat "conftest.in" "conftest.in" >"conftest.tmp"
5585 mv "conftest.tmp" "conftest.in"
5586 cp "conftest.in" "conftest.nl"
5587 $as_echo 'GREP' >> "conftest.nl"
5588 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5589 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5590 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5591 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5592 # Best one so far, save it but keep looking for a better one
5593 ac_cv_path_GREP
="$ac_path_GREP"
5594 ac_path_GREP_max
=$ac_count
5596 # 10*(2^10) chars as input seems more than enough
5597 test $ac_count -gt 10 && break
5599 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5602 $ac_path_GREP_found && break 3
5607 if test -z "$ac_cv_path_GREP"; then
5608 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5611 ac_cv_path_GREP
=$GREP
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5616 $as_echo "$ac_cv_path_GREP" >&6; }
5617 GREP
="$ac_cv_path_GREP"
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5621 $as_echo_n "checking for egrep... " >&6; }
5622 if ${ac_cv_path_EGREP+:} false
; then :
5623 $as_echo_n "(cached) " >&6
5625 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5626 then ac_cv_path_EGREP
="$GREP -E"
5628 if test -z "$EGREP"; then
5629 ac_path_EGREP_found
=false
5630 # Loop through the user's path and test for each of PROGNAME-LIST
5631 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5632 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5635 test -z "$as_dir" && as_dir
=.
5636 for ac_prog
in egrep; do
5637 for ac_exec_ext
in '' $ac_executable_extensions; do
5638 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5639 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5640 # Check for GNU ac_path_EGREP and select it if it is found.
5641 # Check for GNU $ac_path_EGREP
5642 case `"$ac_path_EGREP" --version 2>&1` in
5644 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5647 $as_echo_n 0123456789 >"conftest.in"
5650 cat "conftest.in" "conftest.in" >"conftest.tmp"
5651 mv "conftest.tmp" "conftest.in"
5652 cp "conftest.in" "conftest.nl"
5653 $as_echo 'EGREP' >> "conftest.nl"
5654 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5655 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5656 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5657 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5658 # Best one so far, save it but keep looking for a better one
5659 ac_cv_path_EGREP
="$ac_path_EGREP"
5660 ac_path_EGREP_max
=$ac_count
5662 # 10*(2^10) chars as input seems more than enough
5663 test $ac_count -gt 10 && break
5665 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5668 $ac_path_EGREP_found && break 3
5673 if test -z "$ac_cv_path_EGREP"; then
5674 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5677 ac_cv_path_EGREP
=$EGREP
5682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5683 $as_echo "$ac_cv_path_EGREP" >&6; }
5684 EGREP
="$ac_cv_path_EGREP"
5687 # Extract the first word of "ldconfig", so it can be a program name with args.
5688 set dummy ldconfig
; ac_word
=$2
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5690 $as_echo_n "checking for $ac_word... " >&6; }
5691 if ${ac_cv_path_LDCONFIG+:} false
; then :
5692 $as_echo_n "(cached) " >&6
5696 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5700 for as_dir
in /sbin
/usr
/sbin
$PATH
5703 test -z "$as_dir" && as_dir
=.
5704 for ac_exec_ext
in '' $ac_executable_extensions; do
5705 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5706 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5714 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5718 LDCONFIG
=$ac_cv_path_LDCONFIG
5719 if test -n "$LDCONFIG"; then
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5721 $as_echo "$LDCONFIG" >&6; }
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }
5728 for ac_prog
in msgfmt
5730 # Extract the first word of "$ac_prog", so it can be a program name with args.
5731 set dummy
$ac_prog; ac_word
=$2
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5733 $as_echo_n "checking for $ac_word... " >&6; }
5734 if ${ac_cv_prog_MSGFMT+:} false
; then :
5735 $as_echo_n "(cached) " >&6
5737 if test -n "$MSGFMT"; then
5738 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5744 test -z "$as_dir" && as_dir
=.
5745 for ac_exec_ext
in '' $ac_executable_extensions; do
5746 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5747 ac_cv_prog_MSGFMT
="$ac_prog"
5748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5757 MSGFMT
=$ac_cv_prog_MSGFMT
5758 if test -n "$MSGFMT"; then
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5760 $as_echo "$MSGFMT" >&6; }
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5763 $as_echo "no" >&6; }
5767 test -n "$MSGFMT" && break
5769 test -n "$MSGFMT" || MSGFMT
="false"
5771 if ${ac_tool_prefix+:} false
; then :
5772 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5773 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5775 $as_echo_n "checking for $ac_word... " >&6; }
5776 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5777 $as_echo_n "(cached) " >&6
5779 if test -n "$PKG_CONFIG"; then
5780 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5782 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5786 test -z "$as_dir" && as_dir
=.
5787 for ac_exec_ext
in '' $ac_executable_extensions; do
5788 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5789 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5799 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5800 if test -n "$PKG_CONFIG"; then
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5802 $as_echo "$PKG_CONFIG" >&6; }
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5805 $as_echo "no" >&6; }
5810 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5811 if test "x$cross_compiling" = xyes
; then :
5814 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5815 # Extract the first word of "pkg-config", so it can be a program name with args.
5816 set dummy pkg-config
; ac_word
=$2
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5818 $as_echo_n "checking for $ac_word... " >&6; }
5819 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5820 $as_echo_n "(cached) " >&6
5822 if test -n "$PKG_CONFIG"; then
5823 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5825 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5829 test -z "$as_dir" && as_dir
=.
5830 for ac_exec_ext
in '' $ac_executable_extensions; do
5831 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5832 ac_cv_prog_PKG_CONFIG
="pkg-config"
5833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5842 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5843 if test -n "$PKG_CONFIG"; then
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5845 $as_echo "$PKG_CONFIG" >&6; }
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5848 $as_echo "no" >&6; }
5854 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5857 if test "x$enable_maintainer_mode" != "xyes"
5864 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5865 for ac_prog
in fontforge
5867 # Extract the first word of "$ac_prog", so it can be a program name with args.
5868 set dummy
$ac_prog; ac_word
=$2
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5870 $as_echo_n "checking for $ac_word... " >&6; }
5871 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5872 $as_echo_n "(cached) " >&6
5874 if test -n "$FONTFORGE"; then
5875 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5877 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5881 test -z "$as_dir" && as_dir
=.
5882 for ac_exec_ext
in '' $ac_executable_extensions; do
5883 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5884 ac_cv_prog_FONTFORGE
="$ac_prog"
5885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5894 FONTFORGE
=$ac_cv_prog_FONTFORGE
5895 if test -n "$FONTFORGE"; then
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5897 $as_echo "$FONTFORGE" >&6; }
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5900 $as_echo "no" >&6; }
5904 test -n "$FONTFORGE" && break
5906 test -n "$FONTFORGE" || FONTFORGE
="false"
5908 for ac_prog
in rsvg-convert rsvg
5910 # Extract the first word of "$ac_prog", so it can be a program name with args.
5911 set dummy
$ac_prog; ac_word
=$2
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5913 $as_echo_n "checking for $ac_word... " >&6; }
5914 if ${ac_cv_prog_RSVG+:} false
; then :
5915 $as_echo_n "(cached) " >&6
5917 if test -n "$RSVG"; then
5918 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5920 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5924 test -z "$as_dir" && as_dir
=.
5925 for ac_exec_ext
in '' $ac_executable_extensions; do
5926 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5927 ac_cv_prog_RSVG
="$ac_prog"
5928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5937 RSVG
=$ac_cv_prog_RSVG
5938 if test -n "$RSVG"; then
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5940 $as_echo "$RSVG" >&6; }
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5943 $as_echo "no" >&6; }
5947 test -n "$RSVG" && break
5949 test -n "$RSVG" || RSVG
="false"
5951 for ac_prog
in convert
5953 # Extract the first word of "$ac_prog", so it can be a program name with args.
5954 set dummy
$ac_prog; ac_word
=$2
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5956 $as_echo_n "checking for $ac_word... " >&6; }
5957 if ${ac_cv_prog_CONVERT+:} false
; then :
5958 $as_echo_n "(cached) " >&6
5960 if test -n "$CONVERT"; then
5961 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5963 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5967 test -z "$as_dir" && as_dir
=.
5968 for ac_exec_ext
in '' $ac_executable_extensions; do
5969 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5970 ac_cv_prog_CONVERT
="$ac_prog"
5971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5980 CONVERT
=$ac_cv_prog_CONVERT
5981 if test -n "$CONVERT"; then
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5983 $as_echo "$CONVERT" >&6; }
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5986 $as_echo "no" >&6; }
5990 test -n "$CONVERT" && break
5992 test -n "$CONVERT" || CONVERT
="false"
5994 for ac_prog
in icotool
5996 # Extract the first word of "$ac_prog", so it can be a program name with args.
5997 set dummy
$ac_prog; ac_word
=$2
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5999 $as_echo_n "checking for $ac_word... " >&6; }
6000 if ${ac_cv_prog_ICOTOOL+:} false
; then :
6001 $as_echo_n "(cached) " >&6
6003 if test -n "$ICOTOOL"; then
6004 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6010 test -z "$as_dir" && as_dir
=.
6011 for ac_exec_ext
in '' $ac_executable_extensions; do
6012 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6013 ac_cv_prog_ICOTOOL
="$ac_prog"
6014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 ICOTOOL
=$ac_cv_prog_ICOTOOL
6024 if test -n "$ICOTOOL"; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6026 $as_echo "$ICOTOOL" >&6; }
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6029 $as_echo "no" >&6; }
6033 test -n "$ICOTOOL" && break
6035 test -n "$ICOTOOL" || ICOTOOL
="false"
6037 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6038 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6040 if test "$CONVERT" = false
6042 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6045 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6046 convert_version
=`convert --version | head -n1`
6047 if test "x$convert_version" != "x"
6049 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6050 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6051 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6056 if test "$CONVERT" = false
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6059 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6060 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6063 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6067 if test "$ICOTOOL" = false
6069 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6072 $as_echo_n "checking for recent enough icotool... " >&6; }
6073 icotool_version
=`icotool --version | head -n1`
6074 if test "x$icotool_version" != "x"
6076 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6077 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6078 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6081 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6084 if test "$ICOTOOL" = false
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6087 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6088 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6091 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6097 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6100 test "x$with_gettext" != xno || MSGFMT
=false
6101 if test "$MSGFMT" != "false"
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6104 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6105 cat >conftest.po
<<EOF
6111 if $MSGFMT -o /dev
/null conftest.po
2>&5
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6114 $as_echo "yes" >&6; }
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6117 $as_echo "no" >&6; }
6121 if test "$MSGFMT" = false
; then :
6122 case "x$with_gettext" in
6123 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6125 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6126 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6128 enable_po
=${enable_po:-no}
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6133 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6134 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6135 $as_echo_n "(cached) " >&6
6137 ac_check_lib_save_LIBS
=$LIBS
6139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6140 /* end confdefs.h. */
6142 /* Override any GCC internal prototype to avoid an error.
6143 Use char because int might match the return type of a GCC
6144 builtin and then its argument prototype would still apply. */
6148 char i386_set_ldt ();
6152 return i386_set_ldt ();
6157 if ac_fn_c_try_link
"$LINENO"; then :
6158 ac_cv_lib_i386_i386_set_ldt
=yes
6160 ac_cv_lib_i386_i386_set_ldt
=no
6162 rm -f core conftest.err conftest.
$ac_objext \
6163 conftest
$ac_exeext conftest.
$ac_ext
6164 LIBS
=$ac_check_lib_save_LIBS
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6167 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6168 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6169 cat >>confdefs.h
<<_ACEOF
6170 #define HAVE_LIBI386 1
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6178 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6179 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6180 $as_echo_n "(cached) " >&6
6182 ac_check_lib_save_LIBS
=$LIBS
6183 LIBS
="-lossaudio $LIBS"
6184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6185 /* end confdefs.h. */
6187 /* Override any GCC internal prototype to avoid an error.
6188 Use char because int might match the return type of a GCC
6189 builtin and then its argument prototype would still apply. */
6197 return _oss_ioctl ();
6202 if ac_fn_c_try_link
"$LINENO"; then :
6203 ac_cv_lib_ossaudio__oss_ioctl
=yes
6205 ac_cv_lib_ossaudio__oss_ioctl
=no
6207 rm -f core conftest.err conftest.
$ac_objext \
6208 conftest
$ac_exeext conftest.
$ac_ext
6209 LIBS
=$ac_check_lib_save_LIBS
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6212 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6213 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6214 cat >>confdefs.h
<<_ACEOF
6215 #define HAVE_LIBOSSAUDIO 1
6218 LIBS
="-lossaudio $LIBS"
6227 # Check whether --enable-largefile was given.
6228 if test "${enable_largefile+set}" = set; then :
6229 enableval
=$enable_largefile;
6232 if test "$enable_largefile" != no
; then
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6235 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6236 if ${ac_cv_sys_largefile_CC+:} false
; then :
6237 $as_echo_n "(cached) " >&6
6239 ac_cv_sys_largefile_CC
=no
6240 if test "$GCC" != yes; then
6243 # IRIX 6.2 and later do not support large files by default,
6244 # so use the C compiler's -n32 option if that helps.
6245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6246 /* end confdefs.h. */
6247 #include <sys/types.h>
6248 /* Check that off_t can represent 2**63 - 1 correctly.
6249 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6250 since some C++ compilers masquerading as C compilers
6251 incorrectly reject 9223372036854775807. */
6252 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6253 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6254 && LARGE_OFF_T % 2147483647 == 1)
6264 if ac_fn_c_try_compile
"$LINENO"; then :
6267 rm -f core conftest.err conftest.
$ac_objext
6269 if ac_fn_c_try_compile
"$LINENO"; then :
6270 ac_cv_sys_largefile_CC
=' -n32'; break
6272 rm -f core conftest.err conftest.
$ac_objext
6276 rm -f conftest.
$ac_ext
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6280 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6281 if test "$ac_cv_sys_largefile_CC" != no
; then
6282 CC
=$CC$ac_cv_sys_largefile_CC
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6286 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6287 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6288 $as_echo_n "(cached) " >&6
6291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6292 /* end confdefs.h. */
6293 #include <sys/types.h>
6294 /* Check that off_t can represent 2**63 - 1 correctly.
6295 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6296 since some C++ compilers masquerading as C compilers
6297 incorrectly reject 9223372036854775807. */
6298 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6299 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6300 && LARGE_OFF_T % 2147483647 == 1)
6310 if ac_fn_c_try_compile
"$LINENO"; then :
6311 ac_cv_sys_file_offset_bits
=no
; break
6313 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6315 /* end confdefs.h. */
6316 #define _FILE_OFFSET_BITS 64
6317 #include <sys/types.h>
6318 /* Check that off_t can represent 2**63 - 1 correctly.
6319 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6320 since some C++ compilers masquerading as C compilers
6321 incorrectly reject 9223372036854775807. */
6322 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6323 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6324 && LARGE_OFF_T % 2147483647 == 1)
6334 if ac_fn_c_try_compile
"$LINENO"; then :
6335 ac_cv_sys_file_offset_bits
=64; break
6337 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6338 ac_cv_sys_file_offset_bits
=unknown
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6343 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6344 case $ac_cv_sys_file_offset_bits in #(
6347 cat >>confdefs.h
<<_ACEOF
6348 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6353 if test $ac_cv_sys_file_offset_bits = unknown
; then
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6355 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6356 if ${ac_cv_sys_large_files+:} false
; then :
6357 $as_echo_n "(cached) " >&6
6360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6361 /* end confdefs.h. */
6362 #include <sys/types.h>
6363 /* Check that off_t can represent 2**63 - 1 correctly.
6364 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6365 since some C++ compilers masquerading as C compilers
6366 incorrectly reject 9223372036854775807. */
6367 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6368 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6369 && LARGE_OFF_T % 2147483647 == 1)
6379 if ac_fn_c_try_compile
"$LINENO"; then :
6380 ac_cv_sys_large_files
=no
; break
6382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6384 /* end confdefs.h. */
6385 #define _LARGE_FILES 1
6386 #include <sys/types.h>
6387 /* Check that off_t can represent 2**63 - 1 correctly.
6388 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6389 since some C++ compilers masquerading as C compilers
6390 incorrectly reject 9223372036854775807. */
6391 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6392 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6393 && LARGE_OFF_T % 2147483647 == 1)
6403 if ac_fn_c_try_compile
"$LINENO"; then :
6404 ac_cv_sys_large_files
=1; break
6406 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6407 ac_cv_sys_large_files
=unknown
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6412 $as_echo "$ac_cv_sys_large_files" >&6; }
6413 case $ac_cv_sys_large_files in #(
6416 cat >>confdefs.h
<<_ACEOF
6417 #define _LARGE_FILES $ac_cv_sys_large_files
6429 ac_cpp
='$CPP $CPPFLAGS'
6430 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6431 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6432 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6434 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6435 # On Suns, sometimes $CPP names a directory.
6436 if test -n "$CPP" && test -d "$CPP"; then
6439 if test -z "$CPP"; then
6440 if ${ac_cv_prog_CPP+:} false
; then :
6441 $as_echo_n "(cached) " >&6
6443 # Double quotes because CPP needs to be expanded
6444 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6447 for ac_c_preproc_warn_flag
in '' yes
6449 # Use a header file that comes with gcc, so configuring glibc
6450 # with a fresh cross-compiler works.
6451 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6452 # <limits.h> exists even on freestanding compilers.
6453 # On the NeXT, cc -E runs the code through the compiler's parser,
6454 # not just through cpp. "Syntax error" is here to catch this case.
6455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6456 /* end confdefs.h. */
6458 # include <limits.h>
6460 # include <assert.h>
6464 if ac_fn_c_try_cpp
"$LINENO"; then :
6467 # Broken: fails on valid input.
6470 rm -f conftest.err conftest.i conftest.
$ac_ext
6472 # OK, works on sane cases. Now check whether nonexistent headers
6473 # can be detected and how.
6474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6475 /* end confdefs.h. */
6476 #include <ac_nonexistent.h>
6478 if ac_fn_c_try_cpp
"$LINENO"; then :
6479 # Broken: success on invalid input.
6482 # Passes both tests.
6486 rm -f conftest.err conftest.i conftest.
$ac_ext
6489 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6490 rm -f conftest.i conftest.err conftest.
$ac_ext
6491 if $ac_preproc_ok; then :
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6504 $as_echo "$CPP" >&6; }
6506 for ac_c_preproc_warn_flag
in '' yes
6508 # Use a header file that comes with gcc, so configuring glibc
6509 # with a fresh cross-compiler works.
6510 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6511 # <limits.h> exists even on freestanding compilers.
6512 # On the NeXT, cc -E runs the code through the compiler's parser,
6513 # not just through cpp. "Syntax error" is here to catch this case.
6514 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6517 # include <limits.h>
6519 # include <assert.h>
6523 if ac_fn_c_try_cpp
"$LINENO"; then :
6526 # Broken: fails on valid input.
6529 rm -f conftest.err conftest.i conftest.
$ac_ext
6531 # OK, works on sane cases. Now check whether nonexistent headers
6532 # can be detected and how.
6533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6534 /* end confdefs.h. */
6535 #include <ac_nonexistent.h>
6537 if ac_fn_c_try_cpp
"$LINENO"; then :
6538 # Broken: success on invalid input.
6541 # Passes both tests.
6545 rm -f conftest.err conftest.i conftest.
$ac_ext
6548 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6549 rm -f conftest.i conftest.err conftest.
$ac_ext
6550 if $ac_preproc_ok; then :
6553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6554 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6555 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6556 See \`config.log' for more details" "$LINENO" 5; }
6560 ac_cpp
='$CPP $CPPFLAGS'
6561 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6562 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6563 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6567 $as_echo_n "checking for ANSI C header files... " >&6; }
6568 if ${ac_cv_header_stdc+:} false
; then :
6569 $as_echo_n "(cached) " >&6
6571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6572 /* end confdefs.h. */
6586 if ac_fn_c_try_compile
"$LINENO"; then :
6587 ac_cv_header_stdc
=yes
6589 ac_cv_header_stdc
=no
6591 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6593 if test $ac_cv_header_stdc = yes; then
6594 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6596 /* end confdefs.h. */
6600 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6601 $EGREP "memchr" >/dev
/null
2>&1; then :
6604 ac_cv_header_stdc
=no
6610 if test $ac_cv_header_stdc = yes; then
6611 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6613 /* end confdefs.h. */
6617 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6618 $EGREP "free" >/dev
/null
2>&1; then :
6621 ac_cv_header_stdc
=no
6627 if test $ac_cv_header_stdc = yes; then
6628 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6629 if test "$cross_compiling" = yes; then :
6632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6633 /* end confdefs.h. */
6636 #if ((' ' & 0x0FF) == 0x020)
6637 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6638 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6640 # define ISLOWER(c) \
6641 (('a' <= (c) && (c) <= 'i') \
6642 || ('j' <= (c) && (c) <= 'r') \
6643 || ('s' <= (c) && (c) <= 'z'))
6644 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6647 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6652 for (i = 0; i < 256; i++)
6653 if (XOR (islower (i), ISLOWER (i))
6654 || toupper (i) != TOUPPER (i))
6659 if ac_fn_c_try_run
"$LINENO"; then :
6662 ac_cv_header_stdc
=no
6664 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6665 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6671 $as_echo "$ac_cv_header_stdc" >&6; }
6672 if test $ac_cv_header_stdc = yes; then
6674 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6678 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6679 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6680 inttypes.h stdint.h unistd.h
6682 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6683 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6685 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6686 cat >>confdefs.h
<<_ACEOF
6687 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6697 ApplicationServices
/ApplicationServices.h \
6698 AudioToolbox
/AudioConverter.h \
6699 AudioUnit
/AudioUnit.h \
6700 AudioUnit
/AudioComponent.h \
6703 CommonCrypto
/CommonDigest.h \
6704 CoreAudio
/CoreAudio.h \
6705 CoreServices
/CoreServices.h \
6706 DiskArbitration
/DiskArbitration.h \
6708 IOKit
/hid
/IOHIDLib.h \
6711 QuickTime
/ImageCompression.h \
6712 Security
/Security.h \
6763 netinet
/in_systm.h \
6826 valgrind
/memcheck.h \
6827 valgrind
/valgrind.h \
6831 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6832 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6833 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6834 cat >>confdefs.h
<<_ACEOF
6835 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h defines makedev" >&5
6843 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; }
6844 if ${ac_cv_header_sys_types_h_makedev+:} false
; then :
6845 $as_echo_n "(cached) " >&6
6847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6848 /* end confdefs.h. */
6849 #include <sys/types.h>
6853 return makedev(0, 0);
6858 if ac_fn_c_try_link
"$LINENO"; then :
6859 ac_cv_header_sys_types_h_makedev
=yes
6861 ac_cv_header_sys_types_h_makedev
=no
6863 rm -f core conftest.err conftest.
$ac_objext \
6864 conftest
$ac_exeext conftest.
$ac_ext
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_types_h_makedev" >&5
6868 $as_echo "$ac_cv_header_sys_types_h_makedev" >&6; }
6870 if test $ac_cv_header_sys_types_h_makedev = no
; then
6871 ac_fn_c_check_header_mongrel
"$LINENO" "sys/mkdev.h" "ac_cv_header_sys_mkdev_h" "$ac_includes_default"
6872 if test "x$ac_cv_header_sys_mkdev_h" = xyes
; then :
6874 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h
6880 if test $ac_cv_header_sys_mkdev_h = no
; then
6881 ac_fn_c_check_header_mongrel
"$LINENO" "sys/sysmacros.h" "ac_cv_header_sys_sysmacros_h" "$ac_includes_default"
6882 if test "x$ac_cv_header_sys_sysmacros_h" = xyes
; then :
6884 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6893 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6894 if ${ac_cv_header_stat_broken+:} false
; then :
6895 $as_echo_n "(cached) " >&6
6897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6898 /* end confdefs.h. */
6899 #include <sys/types.h>
6900 #include <sys/stat.h>
6902 #if defined S_ISBLK && defined S_IFDIR
6903 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6906 #if defined S_ISBLK && defined S_IFCHR
6907 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6910 #if defined S_ISLNK && defined S_IFREG
6911 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6914 #if defined S_ISSOCK && defined S_IFREG
6915 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6919 if ac_fn_c_try_compile
"$LINENO"; then :
6920 ac_cv_header_stat_broken
=no
6922 ac_cv_header_stat_broken
=yes
6924 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6927 $as_echo "$ac_cv_header_stat_broken" >&6; }
6928 if test $ac_cv_header_stat_broken = yes; then
6930 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6936 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6938 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6939 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6940 #ifdef HAVE_SYS_PARAM_H
6941 # include <sys/param.h>
6944 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6945 cat >>confdefs.h
<<_ACEOF
6946 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6961 netinet
/if_ether.h \
6962 netinet
/if_inarp.h \
6971 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6972 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6973 #ifdef HAVE_SYS_SOCKET_H
6974 # include <sys/socket.h>
6976 #ifdef HAVE_SYS_SOCKETVAR_H
6977 # include <sys/socketvar.h>
6979 #ifdef HAVE_NET_ROUTE_H
6980 # include <net/route.h>
6982 #ifdef HAVE_NETINET_IN_H
6983 # include <netinet/in.h>
6985 #ifdef HAVE_NETINET_IN_SYSTM_H
6986 # include <netinet/in_systm.h>
6988 #ifdef HAVE_NET_IF_H
6989 # include <net/if.h>
6991 #ifdef HAVE_NETINET_IP_H
6992 # include <netinet/ip.h>
6995 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6996 cat >>confdefs.h
<<_ACEOF
6997 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7005 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
7007 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7008 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7012 #ifdef HAVE_SYS_SOCKET_H
7013 # include <sys/socket.h>
7015 #ifdef HAVE_SYS_SOCKETVAR_H
7016 # include <sys/socketvar.h>
7018 #ifdef HAVE_SYS_TIMEOUT_H
7019 # include <sys/timeout.h>
7021 #ifdef HAVE_NETINET_IN_H
7022 # include <netinet/in.h>
7024 #ifdef HAVE_NETINET_IN_SYSTM_H
7025 # include <netinet/in_systm.h>
7027 #ifdef HAVE_NETINET_IP_H
7028 # include <netinet/ip.h>
7030 #ifdef HAVE_NETINET_IP_VAR_H
7031 # include <netinet/ip_var.h>
7033 #ifdef HAVE_NETINET_IP_ICMP_H
7034 # include <netinet/ip_icmp.h>
7036 #ifdef HAVE_NETINET_UDP_H
7037 # include <netinet/udp.h>
7039 #ifdef HAVE_NETINET_TCP_H
7040 # include <netinet/tcp.h>
7042 #ifdef HAVE_NETINET_TCP_TIMER_H
7043 #include <netinet/tcp_timer.h>
7046 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7047 cat >>confdefs.h
<<_ACEOF
7048 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7056 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7058 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7059 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7060 #ifdef HAVE_ASM_TYPES_H
7061 # include <asm/types.h>
7063 #ifdef HAVE_SYS_SOCKET_H
7064 # include <sys/socket.h>
7066 #ifdef HAVE_LINUX_TYPES_H
7067 # include <linux/types.h>
7070 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7071 cat >>confdefs.h
<<_ACEOF
7072 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7080 for ac_header
in mach-o
/dyld_images.h
7082 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7083 # include <stdbool.h>
7085 #ifdef HAVE_STDINT_H
7086 # include <stdint.h>
7089 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7090 cat >>confdefs.h
<<_ACEOF
7091 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7099 for ac_header
in resolv.h
7101 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7102 #ifdef HAVE_SYS_SOCKET_H
7103 # include <sys/socket.h>
7105 #ifdef HAVE_NETINET_IN_H
7106 # include <netinet/in.h>
7108 #ifdef HAVE_ARPA_NAMESER_H
7109 # include <arpa/nameser.h>
7112 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7113 cat >>confdefs.h
<<_ACEOF
7114 #define HAVE_RESOLV_H 1
7122 for ac_header
in ifaddrs.h
7124 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7126 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7127 cat >>confdefs.h
<<_ACEOF
7128 #define HAVE_IFADDRS_H 1
7136 for ac_header
in sys
/ucontext.h
7138 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7140 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7141 cat >>confdefs.h
<<_ACEOF
7142 #define HAVE_SYS_UCONTEXT_H 1
7150 for ac_header
in sys
/thr.h
7152 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7153 #ifdef HAVE_SYS_UCONTEXT_H
7154 #include <sys/ucontext.h>
7157 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7158 cat >>confdefs.h
<<_ACEOF
7159 #define HAVE_SYS_THR_H 1
7167 for ac_header
in pthread_np.h
7169 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7170 #include <pthread.h>
7173 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7174 cat >>confdefs.h
<<_ACEOF
7175 #define HAVE_PTHREAD_NP_H 1
7183 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7185 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7186 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7187 #include <sys/time.h>
7189 #include <sys/types.h>
7190 #ifdef HAVE_ASM_TYPES_H
7191 #include <asm/types.h>
7194 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7195 cat >>confdefs.h
<<_ACEOF
7196 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7204 for ac_header
in libprocstat.h
7206 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7207 #include <sys/param.h>
7209 #ifdef HAVE_SYS_QUEUE_H
7210 #include <sys/queue.h>
7212 #ifdef HAVE_SYS_SOCKET_H
7213 #include <sys/socket.h>
7216 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7217 cat >>confdefs.h
<<_ACEOF
7218 #define HAVE_LIBPROCSTAT_H 1
7227 dlldir
="\${libdir}/wine"
7229 DLLFLAGS
="-D_REENTRANT"
7240 # Extract the first word of "ldd", so it can be a program name with args.
7241 set dummy ldd
; ac_word
=$2
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7243 $as_echo_n "checking for $ac_word... " >&6; }
7244 if ${ac_cv_path_LDD+:} false
; then :
7245 $as_echo_n "(cached) " >&6
7249 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7252 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7253 as_dummy
="/sbin:/usr/sbin:$PATH"
7254 for as_dir
in $as_dummy
7257 test -z "$as_dir" && as_dir
=.
7258 for ac_exec_ext
in '' $ac_executable_extensions; do
7259 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7260 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7268 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7273 if test -n "$LDD"; then
7274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7275 $as_echo "$LDD" >&6; }
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7278 $as_echo "no" >&6; }
7282 if test -n "$ac_tool_prefix"; then
7283 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7284 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7286 $as_echo_n "checking for $ac_word... " >&6; }
7287 if ${ac_cv_prog_OTOOL+:} false
; then :
7288 $as_echo_n "(cached) " >&6
7290 if test -n "$OTOOL"; then
7291 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7293 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7297 test -z "$as_dir" && as_dir
=.
7298 for ac_exec_ext
in '' $ac_executable_extensions; do
7299 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7300 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7310 OTOOL
=$ac_cv_prog_OTOOL
7311 if test -n "$OTOOL"; then
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7313 $as_echo "$OTOOL" >&6; }
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7316 $as_echo "no" >&6; }
7321 if test -z "$ac_cv_prog_OTOOL"; then
7323 # Extract the first word of "otool", so it can be a program name with args.
7324 set dummy otool
; ac_word
=$2
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7326 $as_echo_n "checking for $ac_word... " >&6; }
7327 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7328 $as_echo_n "(cached) " >&6
7330 if test -n "$ac_ct_OTOOL"; then
7331 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7333 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7337 test -z "$as_dir" && as_dir
=.
7338 for ac_exec_ext
in '' $ac_executable_extensions; do
7339 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7340 ac_cv_prog_ac_ct_OTOOL
="otool"
7341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7350 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7351 if test -n "$ac_ct_OTOOL"; then
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7353 $as_echo "$ac_ct_OTOOL" >&6; }
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7356 $as_echo "no" >&6; }
7359 if test "x$ac_ct_OTOOL" = x
; then
7362 case $cross_compiling:$ac_tool_warned in
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7365 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7366 ac_tool_warned
=yes ;;
7371 OTOOL
="$ac_cv_prog_OTOOL"
7374 if test -n "$ac_tool_prefix"; then
7375 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7376 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7378 $as_echo_n "checking for $ac_word... " >&6; }
7379 if ${ac_cv_prog_READELF+:} false
; then :
7380 $as_echo_n "(cached) " >&6
7382 if test -n "$READELF"; then
7383 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7385 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7389 test -z "$as_dir" && as_dir
=.
7390 for ac_exec_ext
in '' $ac_executable_extensions; do
7391 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7392 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7402 READELF
=$ac_cv_prog_READELF
7403 if test -n "$READELF"; then
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7405 $as_echo "$READELF" >&6; }
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7408 $as_echo "no" >&6; }
7413 if test -z "$ac_cv_prog_READELF"; then
7414 ac_ct_READELF
=$READELF
7415 # Extract the first word of "readelf", so it can be a program name with args.
7416 set dummy readelf
; ac_word
=$2
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7418 $as_echo_n "checking for $ac_word... " >&6; }
7419 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7420 $as_echo_n "(cached) " >&6
7422 if test -n "$ac_ct_READELF"; then
7423 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7425 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7429 test -z "$as_dir" && as_dir
=.
7430 for ac_exec_ext
in '' $ac_executable_extensions; do
7431 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7432 ac_cv_prog_ac_ct_READELF
="readelf"
7433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7442 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7443 if test -n "$ac_ct_READELF"; then
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7445 $as_echo "$ac_ct_READELF" >&6; }
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7448 $as_echo "no" >&6; }
7451 if test "x$ac_ct_READELF" = x
; then
7454 case $cross_compiling:$ac_tool_warned in
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7457 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7458 ac_tool_warned
=yes ;;
7460 READELF
=$ac_ct_READELF
7463 READELF
="$ac_cv_prog_READELF"
7466 wine_rules_file
=conf$
$rules.
make
7467 rm -f $wine_rules_file
7472 CONFIGURE_TARGETS
=""
7474 ALL_TEST_RESOURCES
=""
7477 wine_fn_append_file
()
7479 as_fn_append
$1 " \\$as_nl $2"
7482 wine_fn_append_rule
()
7484 $as_echo "$1" >>$wine_rules_file
7489 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7492 wine_fn_all_rules
()
7494 wine_fn_append_file SUBDIRS
$ac_dir
7495 wine_fn_append_rule \
7499 @cd $ac_dir && \$(MAKE)"
7502 wine_fn_install_rules
()
7504 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7506 wine_fn_append_rule \
7507 ".PHONY: $ac_dir/install $ac_dir/uninstall
7508 $ac_dir/install:: $ac_dir
7509 @cd $ac_dir && \$(MAKE) install
7511 @cd $ac_dir && \$(MAKE) uninstall
7512 install:: $ac_dir/install
7513 __uninstall__: $ac_dir/uninstall"
7515 if wine_fn_has_flag install-lib
7517 wine_fn_append_rule \
7518 ".PHONY: $ac_dir/install-lib
7519 $ac_dir/install-lib:: $ac_dir
7520 @cd $ac_dir && \$(MAKE) install-lib
7521 install-lib:: $ac_dir/install-lib"
7524 if wine_fn_has_flag install-dev
7526 wine_fn_append_rule \
7527 ".PHONY: $ac_dir/install-dev
7528 $ac_dir/install-dev:: $ac_dir
7529 @cd $ac_dir && \$(MAKE) install-dev
7530 install-dev:: $ac_dir/install-dev"
7534 wine_fn_clean_rules
()
7538 if wine_fn_has_flag clean
7540 wine_fn_append_rule \
7541 "$ac_dir/clean: dummy
7542 @cd $ac_dir && \$(MAKE) clean"
7544 wine_fn_append_rule \
7545 "$ac_dir/clean: dummy
7546 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7548 wine_fn_append_rule \
7549 "__clean__: $ac_dir/clean
7550 .PHONY: $ac_dir/clean"
7553 wine_fn_disabled_rules
()
7557 wine_fn_append_file SUBDIRS
$ac_dir
7558 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7559 wine_fn_append_rule \
7560 "__clean__: $ac_dir/clean
7561 .PHONY: $ac_dir/clean
7562 $ac_dir/clean: dummy
7563 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7566 wine_fn_config_makefile
()
7573 fonts|server
) test -z "$with_wine64" ||
return ;;
7575 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7576 wine_fn_disabled_rules
; return
7579 wine_fn_install_rules
7583 wine_fn_config_lib
()
7587 ac_dir
=dlls
/$ac_name
7590 if test "x$enable_tools" = xno
; then :
7593 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7598 wine_fn_append_rule \
7599 ".PHONY: $ac_dir/install $ac_dir/uninstall
7600 $ac_dir/install:: $ac_dir
7601 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7603 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7604 install install-dev:: $ac_dir/install
7605 __uninstall__: $ac_dir/uninstall
7606 __builddeps__: $ac_dir
7610 wine_fn_config_dll
()
7613 ac_dir
=dlls
/$ac_name
7616 ac_implib
=${4:-$ac_name}
7617 ac_file
=$ac_dir/lib
$ac_implib
7622 if test "x$enable_tools" = xno
; then :
7625 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7628 *16) ac_implibflags
=" -m16" ;;
7630 *) ac_dll
=$ac_dll.dll
;;
7634 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7635 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7637 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7638 if test "$ac_enable" != enable_win16
7640 wine_fn_clean_rules
$ac_clean
7641 wine_fn_append_file SUBDIRS
$ac_dir
7642 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir
7644 wine_fn_disabled_rules
$ac_clean
7649 wine_fn_clean_rules
$ac_clean
7650 wine_fn_append_rule \
7651 "$ac_dir: __builddeps__
7652 manpages htmlpages sgmlpages xmlpages::
7653 @cd $ac_dir && \$(MAKE) \$@
7654 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7655 install install-lib:: $ac_dir/install-lib
7656 __uninstall__: $ac_dir/uninstall"
7657 if test -n "$DLLEXT"
7659 wine_fn_append_rule \
7660 "$ac_dir/install-lib:: $ac_dir
7661 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7662 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7664 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7666 wine_fn_append_rule \
7667 "$ac_dir/install-lib:: $ac_dir
7668 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7670 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7674 if wine_fn_has_flag staticimplib
7676 wine_fn_append_rule \
7677 "__builddeps__: $ac_file.a
7678 $ac_file.a $ac_file.cross.a: $ac_deps
7680 @cd $ac_dir && \$(MAKE) lib$ac_implib.a
7681 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7682 $ac_dir/install-dev:: $ac_file.a
7683 \$(INSTALL_DATA) $ac_file.a \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7685 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.a
7686 install install-dev:: $ac_dir/install-dev
7687 __uninstall__: $ac_dir/uninstall"
7689 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7691 wine_fn_append_rule \
7692 "__builddeps__: $ac_file.cross.a
7693 $ac_file.cross.a: dummy
7694 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7697 elif wine_fn_has_flag implib
7699 wine_fn_append_rule \
7700 "__builddeps__: $ac_file.$IMPLIBEXT
7701 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7702 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7703 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7704 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7705 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7706 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7707 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7709 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7710 install install-dev:: $ac_dir/install-dev
7711 __uninstall__: $ac_dir/uninstall"
7712 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7714 wine_fn_append_rule \
7715 "__builddeps__: $ac_file.cross.a
7716 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7717 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7722 wine_fn_config_program
()
7725 ac_dir
=programs
/$ac_name
7732 *) ac_program
=$ac_program.exe
;;
7736 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7737 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7739 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7740 wine_fn_disabled_rules
$ac_clean; return
7744 wine_fn_clean_rules
$ac_clean
7745 wine_fn_append_rule
"$ac_dir: __builddeps__"
7747 wine_fn_has_flag
install ||
return
7748 wine_fn_append_rule \
7749 ".PHONY: $ac_dir/install $ac_dir/uninstall
7750 install install-lib:: $ac_dir/install
7751 __uninstall__: $ac_dir/uninstall"
7753 if test -n "$DLLEXT"
7755 wine_fn_append_rule \
7756 "$ac_dir/install:: $ac_dir
7757 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7758 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7760 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7762 if test -z "$with_wine64" && wine_fn_has_flag installbin
7764 wine_fn_append_rule \
7765 "$ac_dir/install:: __tooldeps__
7766 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7768 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7771 wine_fn_append_rule \
7772 "$ac_dir/install:: $ac_dir
7773 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7775 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7778 if test -z "$with_wine64" && wine_fn_has_flag manpage
7780 wine_fn_append_rule \
7781 "$ac_dir/install:: $ac_dir
7782 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7784 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7788 wine_fn_config_test
()
7795 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7796 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7798 if test "x$enable_tests" = xno
; then :
7799 wine_fn_disabled_rules
$ac_clean; return
7802 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7804 wine_fn_clean_rules
$ac_clean
7806 wine_fn_append_rule \
7807 "$ac_dir: __builddeps__
7808 programs/winetest: $ac_dir
7809 check test: $ac_dir/test
7810 .PHONY: $ac_dir/test
7812 @cd $ac_dir && \$(MAKE) test
7814 \$(RM) $ac_dir/*.ok"
7816 if test -n "$CROSSTARGET"
7818 wine_fn_append_rule \
7819 "crosstest: $ac_dir/crosstest
7820 .PHONY: $ac_dir/crosstest
7821 $ac_dir/crosstest: __builddeps__ dummy
7822 @cd $ac_dir && \$(MAKE) crosstest"
7826 wine_fn_config_tool
()
7830 if test "x$enable_tools" = xno
; then :
7831 wine_fn_append_file DISABLED_SUBDIRS
$ac_dir; return
7835 wine_fn_install_rules
7838 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7839 wine_fn_append_rule
"$ac_dir: libs/port"
7841 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7845 wine_fn_config_symlink
()
7848 if test "x$1" = "x-d"
7854 wine_fn_append_rule \
7856 @./config.status \$@"
7857 for f
in $ac_links; do wine_fn_append_file CONFIGURE_TARGETS
$f; done
7858 test -n "$ac_linkdir" ||
return
7859 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
7863 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7864 WINELOADER_PROGRAMS
="$wine_binary"
7866 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7870 if test -n "$ac_tool_prefix"; then
7871 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7872 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7874 $as_echo_n "checking for $ac_word... " >&6; }
7875 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7876 $as_echo_n "(cached) " >&6
7878 if test -n "$DLLTOOL"; then
7879 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7881 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7885 test -z "$as_dir" && as_dir
=.
7886 for ac_exec_ext
in '' $ac_executable_extensions; do
7887 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7888 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7898 DLLTOOL
=$ac_cv_prog_DLLTOOL
7899 if test -n "$DLLTOOL"; then
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7901 $as_echo "$DLLTOOL" >&6; }
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7904 $as_echo "no" >&6; }
7909 if test -z "$ac_cv_prog_DLLTOOL"; then
7910 ac_ct_DLLTOOL
=$DLLTOOL
7911 # Extract the first word of "dlltool", so it can be a program name with args.
7912 set dummy dlltool
; ac_word
=$2
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7914 $as_echo_n "checking for $ac_word... " >&6; }
7915 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7916 $as_echo_n "(cached) " >&6
7918 if test -n "$ac_ct_DLLTOOL"; then
7919 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7921 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7925 test -z "$as_dir" && as_dir
=.
7926 for ac_exec_ext
in '' $ac_executable_extensions; do
7927 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7928 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7938 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7939 if test -n "$ac_ct_DLLTOOL"; then
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7941 $as_echo "$ac_ct_DLLTOOL" >&6; }
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7944 $as_echo "no" >&6; }
7947 if test "x$ac_ct_DLLTOOL" = x
; then
7950 case $cross_compiling:$ac_tool_warned in
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7953 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7954 ac_tool_warned
=yes ;;
7956 DLLTOOL
=$ac_ct_DLLTOOL
7959 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7965 enable_iphlpapi
=${enable_iphlpapi:-no}
7966 enable_kernel32
=${enable_kernel32:-no}
7967 enable_msvcrt
=${enable_msvcrt:-no}
7968 enable_ntdll
=${enable_ntdll:-no}
7969 enable_ws2_32
=${enable_ws2_32:-no}
7970 enable_loader
=${enable_loader:-no}
7971 enable_server
=${enable_server:-no}
7972 with_x
=${with_x:-no}
7973 with_pthread
=${with_pthread:-no}
7979 SOCKET_LIBS
="-lws2_32"
7983 LIBWINE_SHAREDLIB
="libwine.dll"
7985 LIBWINE_IMPORTLIB
="libwine.a"
7987 LIBWINE_INSTALL_LIB
="libwine.dll"
7989 LIBWINE_INSTALL_DEV
="libwine.a"
7991 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7993 LIBWINE_DEPENDS
="wine.def"
7998 for ac_header
in libunwind.h
8000 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8001 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8002 cat >>confdefs.h
<<_ACEOF
8003 #define HAVE_LIBUNWIND_H 1
8011 DLLFLAGS
="$DLLFLAGS -fPIC"
8012 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8013 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8014 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8016 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8018 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8020 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8022 CORESERVICES_LIBS
="-framework CoreServices"
8024 APPKIT_LIBS
="-framework AppKit"
8026 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8028 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8029 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8030 $as_echo_n "(cached) " >&6
8032 ac_wine_try_cflags_saved
=$CFLAGS
8033 CFLAGS
="$CFLAGS -Wl,-no_pie"
8034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8035 /* end confdefs.h. */
8036 int main(int argc, char **argv) { return 0; }
8038 if ac_fn_c_try_link
"$LINENO"; then :
8039 ac_cv_cflags__Wl__no_pie
=yes
8041 ac_cv_cflags__Wl__no_pie
=no
8043 rm -f core conftest.err conftest.
$ac_objext \
8044 conftest
$ac_exeext conftest.
$ac_ext
8045 CFLAGS
=$ac_wine_try_cflags_saved
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8048 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8049 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8050 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8052 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8054 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8057 if test "$ac_cv_header_Security_Security_h" = "yes"
8059 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8061 ac_save_LIBS
="$LIBS"
8062 LIBS
="$LIBS $SECURITY_LIBS"
8063 for ac_func
in SSLCopyPeerCertificates
8065 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8066 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8067 cat >>confdefs.h
<<_ACEOF
8068 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8074 LIBS
="$ac_save_LIBS"
8075 with_gnutls
=${with_gnutls:-no}
8077 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8079 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8081 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8084 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8087 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8088 ac_save_LIBS
="$LIBS"
8089 LIBS
="$LIBS $COREAUDIO_LIBS"
8090 for ac_func
in AUGraphAddNode
8092 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8093 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8094 cat >>confdefs.h
<<_ACEOF
8095 #define HAVE_AUGRAPHADDNODE 1
8101 LIBS
="$ac_save_LIBS"
8103 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8105 OPENAL_LIBS
="-framework OpenAL"
8108 cat >>confdefs.h
<<_ACEOF
8109 #define HAVE_OPENAL 1
8112 ac_cv_lib_openal
=yes
8114 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8116 OPENCL_LIBS
="-framework OpenCL"
8118 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8120 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8122 ac_save_LIBS
="$LIBS"
8123 LIBS
="$LIBS $IOKIT_LIBS"
8124 for ac_func
in IOHIDManagerCreate
8126 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8127 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8128 cat >>confdefs.h
<<_ACEOF
8129 #define HAVE_IOHIDMANAGERCREATE 1
8135 LIBS
="$ac_save_LIBS"
8137 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8139 ac_save_LIBS
="$LIBS"
8140 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8142 $as_echo_n "checking for the QuickTime framework... " >&6; }
8143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8144 /* end confdefs.h. */
8145 #include <QuickTime/ImageCompression.h>
8149 CodecManagerVersion(NULL);
8154 if ac_fn_c_try_link
"$LINENO"; then :
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8156 $as_echo "yes" >&6; }
8157 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8159 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8162 $as_echo "no" >&6; }
8163 ac_cv_header_QuickTime_ImageCompression_h
=no
8165 rm -f core conftest.err conftest.
$ac_objext \
8166 conftest
$ac_exeext conftest.
$ac_ext
8167 LIBS
="$ac_save_LIBS"
8169 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8171 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8173 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8175 CARBON_LIBS
="-framework Carbon"
8179 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8181 ac_save_LIBS
="$LIBS"
8182 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8183 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8184 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8185 enable_winemac_drv
=${enable_winemac_drv:-yes}
8188 LIBS
="$ac_save_LIBS"
8191 if test "x$enable_win16" = "xyes"
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8194 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8195 if test "$cross_compiling" = yes; then :
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8197 $as_echo "cross-compiling, assuming yes" >&6; }
8199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8200 /* end confdefs.h. */
8203 "good:\tnop;nop\n\t"
8204 ".globl _testfunc\n"
8205 "_testfunc:\tcallw good");
8206 extern void testfunc();
8210 unsigned short *p = (unsigned short *)testfunc;
8211 return p[0] != 0xe866 || p[1] != 0xfffa
8216 if ac_fn_c_try_run
"$LINENO"; then :
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8218 $as_echo "yes" >&6; }
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8221 $as_echo "no" >&6; }
8222 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
8224 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8225 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8230 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8232 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8234 LIBWINE_INSTALL_DEV
="libwine.dylib"
8236 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8238 WINELOADER_DEPENDS
="wine_info.plist"
8243 DLLFLAGS
="$DLLFLAGS -fPIC"
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8245 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8246 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8247 $as_echo_n "(cached) " >&6
8249 ac_wine_try_cflags_saved
=$CFLAGS
8250 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8252 /* end confdefs.h. */
8253 int main(int argc, char **argv) { return 0; }
8255 if ac_fn_c_try_link
"$LINENO"; then :
8256 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8258 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8260 rm -f core conftest.err conftest.
$ac_objext \
8261 conftest
$ac_exeext conftest.
$ac_ext
8262 CFLAGS
=$ac_wine_try_cflags_saved
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8265 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8266 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8267 LDEXECFLAGS
="-Wl,--export-dynamic"
8269 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8271 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8272 if eval \
${$as_ac_var+:} false
; then :
8273 $as_echo_n "(cached) " >&6
8275 ac_wine_try_cflags_saved
=$CFLAGS
8276 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8278 /* end confdefs.h. */
8279 int main(int argc, char **argv) { return 0; }
8281 if ac_fn_c_try_link
"$LINENO"; then :
8282 eval "$as_ac_var=yes"
8284 eval "$as_ac_var=no"
8286 rm -f core conftest.err conftest.
$ac_objext \
8287 conftest
$ac_exeext conftest.
$ac_ext
8288 CFLAGS
=$ac_wine_try_cflags_saved
8290 eval ac_res
=\$
$as_ac_var
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8292 $as_echo "$ac_res" >&6; }
8293 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8294 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8295 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8297 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8299 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8300 if eval \
${$as_ac_var+:} false
; then :
8301 $as_echo_n "(cached) " >&6
8303 ac_wine_try_cflags_saved
=$CFLAGS
8304 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8306 /* end confdefs.h. */
8307 int main(int argc, char **argv) { return 0; }
8309 if ac_fn_c_try_link
"$LINENO"; then :
8310 eval "$as_ac_var=yes"
8312 eval "$as_ac_var=no"
8314 rm -f core conftest.err conftest.
$ac_objext \
8315 conftest
$ac_exeext conftest.
$ac_ext
8316 CFLAGS
=$ac_wine_try_cflags_saved
8318 eval ac_res
=\$
$as_ac_var
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8320 $as_echo "$ac_res" >&6; }
8321 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8322 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8323 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8328 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8329 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8330 $as_echo_n "(cached) " >&6
8332 ac_wine_try_cflags_saved
=$CFLAGS
8333 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8334 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8335 /* end confdefs.h. */
8336 int main(int argc, char **argv) { return 0; }
8338 if ac_fn_c_try_link
"$LINENO"; then :
8339 ac_cv_cflags__Wl___enable_new_dtags
=yes
8341 ac_cv_cflags__Wl___enable_new_dtags
=no
8343 rm -f core conftest.err conftest.
$ac_objext \
8344 conftest
$ac_exeext conftest.
$ac_ext
8345 CFLAGS
=$ac_wine_try_cflags_saved
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8348 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8349 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8350 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8353 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8354 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8355 $as_echo_n "(cached) " >&6
8357 ac_wine_try_cflags_saved
=$CFLAGS
8358 CFLAGS
="$CFLAGS -Wl,-pie"
8359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8360 /* end confdefs.h. */
8361 int main(int argc, char **argv) { return 0; }
8363 if ac_fn_c_try_link
"$LINENO"; then :
8364 ac_cv_cflags__Wl__pie
=yes
8366 ac_cv_cflags__Wl__pie
=no
8368 rm -f core conftest.err conftest.
$ac_objext \
8369 conftest
$ac_exeext conftest.
$ac_ext
8370 CFLAGS
=$ac_wine_try_cflags_saved
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8373 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8374 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8375 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8378 LIBWINE_SHAREDLIB
="libwine.so"
8380 LIBWINE_INSTALL_LIB
="libwine.so"
8382 LIBWINE_LDFLAGS
="-shared"
8387 DLLFLAGS
="$DLLFLAGS -fPIC"
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8390 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8391 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8392 $as_echo_n "(cached) " >&6
8394 ac_wine_try_cflags_saved
=$CFLAGS
8395 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8397 /* end confdefs.h. */
8400 if ac_fn_c_try_link
"$LINENO"; then :
8401 ac_cv_c_dll_gnuelf
="yes"
8403 ac_cv_c_dll_gnuelf
="no"
8405 rm -f core conftest.err conftest.
$ac_objext \
8406 conftest
$ac_exeext conftest.
$ac_ext
8407 CFLAGS
=$ac_wine_try_cflags_saved
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8410 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8411 if test "$ac_cv_c_dll_gnuelf" = "yes"
8413 LIBWINE_LDFLAGS
="-shared"
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8415 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8416 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8417 $as_echo_n "(cached) " >&6
8419 ac_wine_try_cflags_saved
=$CFLAGS
8420 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8422 /* end confdefs.h. */
8423 int main(int argc, char **argv) { return 0; }
8425 if ac_fn_c_try_link
"$LINENO"; then :
8426 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8428 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8430 rm -f core conftest.err conftest.
$ac_objext \
8431 conftest
$ac_exeext conftest.
$ac_ext
8432 CFLAGS
=$ac_wine_try_cflags_saved
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8435 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8436 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8437 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8440 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8441 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8442 $as_echo_n "(cached) " >&6
8444 ac_wine_try_cflags_saved
=$CFLAGS
8445 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8447 /* end confdefs.h. */
8448 int main(int argc, char **argv) { return 0; }
8450 if ac_fn_c_try_link
"$LINENO"; then :
8451 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8453 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8455 rm -f core conftest.err conftest.
$ac_objext \
8456 conftest
$ac_exeext conftest.
$ac_ext
8457 CFLAGS
=$ac_wine_try_cflags_saved
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8460 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8461 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8462 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8466 echo '{ global: *; };' >conftest.map
8467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8468 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8469 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8470 $as_echo_n "(cached) " >&6
8472 ac_wine_try_cflags_saved
=$CFLAGS
8473 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8474 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8475 /* end confdefs.h. */
8476 int main(int argc, char **argv) { return 0; }
8478 if ac_fn_c_try_link
"$LINENO"; then :
8479 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8481 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8483 rm -f core conftest.err conftest.
$ac_objext \
8484 conftest
$ac_exeext conftest.
$ac_ext
8485 CFLAGS
=$ac_wine_try_cflags_saved
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8488 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8489 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8490 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8495 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8496 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8497 $as_echo_n "(cached) " >&6
8499 ac_wine_try_cflags_saved
=$CFLAGS
8500 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8502 /* end confdefs.h. */
8503 int main(int argc, char **argv) { return 0; }
8505 if ac_fn_c_try_link
"$LINENO"; then :
8506 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8508 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8510 rm -f core conftest.err conftest.
$ac_objext \
8511 conftest
$ac_exeext conftest.
$ac_ext
8512 CFLAGS
=$ac_wine_try_cflags_saved
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8515 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8516 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8517 LDEXECFLAGS
="-Wl,--export-dynamic"
8520 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8522 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8523 if eval \
${$as_ac_var+:} false
; then :
8524 $as_echo_n "(cached) " >&6
8526 ac_wine_try_cflags_saved
=$CFLAGS
8527 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8528 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8529 /* end confdefs.h. */
8530 int main(int argc, char **argv) { return 0; }
8532 if ac_fn_c_try_link
"$LINENO"; then :
8533 eval "$as_ac_var=yes"
8535 eval "$as_ac_var=no"
8537 rm -f core conftest.err conftest.
$ac_objext \
8538 conftest
$ac_exeext conftest.
$ac_ext
8539 CFLAGS
=$ac_wine_try_cflags_saved
8541 eval ac_res
=\$
$as_ac_var
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8543 $as_echo "$ac_res" >&6; }
8544 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8545 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8546 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8548 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8550 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8551 if eval \
${$as_ac_var+:} false
; then :
8552 $as_echo_n "(cached) " >&6
8554 ac_wine_try_cflags_saved
=$CFLAGS
8555 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8558 int main(int argc, char **argv) { return 0; }
8560 if ac_fn_c_try_link
"$LINENO"; then :
8561 eval "$as_ac_var=yes"
8563 eval "$as_ac_var=no"
8565 rm -f core conftest.err conftest.
$ac_objext \
8566 conftest
$ac_exeext conftest.
$ac_ext
8567 CFLAGS
=$ac_wine_try_cflags_saved
8569 eval ac_res
=\$
$as_ac_var
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8571 $as_echo "$ac_res" >&6; }
8572 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8573 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8574 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8579 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8580 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8581 $as_echo_n "(cached) " >&6
8583 ac_wine_try_cflags_saved
=$CFLAGS
8584 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8585 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8586 /* end confdefs.h. */
8587 int main(int argc, char **argv) { return 0; }
8589 if ac_fn_c_try_link
"$LINENO"; then :
8590 ac_cv_cflags__Wl___enable_new_dtags
=yes
8592 ac_cv_cflags__Wl___enable_new_dtags
=no
8594 rm -f core conftest.err conftest.
$ac_objext \
8595 conftest
$ac_exeext conftest.
$ac_ext
8596 CFLAGS
=$ac_wine_try_cflags_saved
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8599 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8600 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8601 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8605 *i
[3456789]86* | x86_64
)
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8607 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8608 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8609 $as_echo_n "(cached) " >&6
8611 ac_wine_try_cflags_saved
=$CFLAGS
8612 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8615 int main(int argc, char **argv) { return 0; }
8617 if ac_fn_c_try_link
"$LINENO"; then :
8618 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8620 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8622 rm -f core conftest.err conftest.
$ac_objext \
8623 conftest
$ac_exeext conftest.
$ac_ext
8624 CFLAGS
=$ac_wine_try_cflags_saved
8626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8627 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8628 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8630 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x60000000" ;;
8631 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,-Ttext-segment=0x7c000000" ;;
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400" >&5
8635 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7c000400... " >&6; }
8636 if ${ac_cv_cflags__Wl___section_start__interp_0x7c000400+:} false
; then :
8637 $as_echo_n "(cached) " >&6
8639 ac_wine_try_cflags_saved
=$CFLAGS
8640 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7c000400"
8641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8642 /* end confdefs.h. */
8643 int main(int argc, char **argv) { return 0; }
8645 if ac_fn_c_try_link
"$LINENO"; then :
8646 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=yes
8648 ac_cv_cflags__Wl___section_start__interp_0x7c000400
=no
8650 rm -f core conftest.err conftest.
$ac_objext \
8651 conftest
$ac_exeext conftest.
$ac_ext
8652 CFLAGS
=$ac_wine_try_cflags_saved
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&5
8655 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7c000400" >&6; }
8656 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7c000400" = xyes
; then :
8658 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8659 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7c000400" ;;
8662 # Extract the first word of "prelink", so it can be a program name with args.
8663 set dummy prelink
; ac_word
=$2
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8665 $as_echo_n "checking for $ac_word... " >&6; }
8666 if ${ac_cv_path_PRELINK+:} false
; then :
8667 $as_echo_n "(cached) " >&6
8671 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8674 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8675 for as_dir
in /sbin
/usr
/sbin
$PATH
8678 test -z "$as_dir" && as_dir
=.
8679 for ac_exec_ext
in '' $ac_executable_extensions; do
8680 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8681 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8689 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8693 PRELINK
=$ac_cv_path_PRELINK
8694 if test -n "$PRELINK"; then
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8696 $as_echo "$PRELINK" >&6; }
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8699 $as_echo "no" >&6; }
8703 if test "x$PRELINK" = xfalse
8705 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-z,max-page-size=0x1000" >&5
8709 $as_echo_n "checking whether the compiler supports -Wl,-z,max-page-size=0x1000... " >&6; }
8710 if ${ac_cv_cflags__Wl__z_max_page_size_0x1000+:} false
; then :
8711 $as_echo_n "(cached) " >&6
8713 ac_wine_try_cflags_saved
=$CFLAGS
8714 CFLAGS
="$CFLAGS -Wl,-z,max-page-size=0x1000"
8715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8716 /* end confdefs.h. */
8717 int main(int argc, char **argv) { return 0; }
8719 if ac_fn_c_try_link
"$LINENO"; then :
8720 ac_cv_cflags__Wl__z_max_page_size_0x1000
=yes
8722 ac_cv_cflags__Wl__z_max_page_size_0x1000
=no
8724 rm -f core conftest.err conftest.
$ac_objext \
8725 conftest
$ac_exeext conftest.
$ac_ext
8726 CFLAGS
=$ac_wine_try_cflags_saved
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__z_max_page_size_0x1000" >&5
8729 $as_echo "$ac_cv_cflags__Wl__z_max_page_size_0x1000" >&6; }
8730 if test "x$ac_cv_cflags__Wl__z_max_page_size_0x1000" = xyes
; then :
8731 LDEXECFLAGS
="$LDEXECFLAGS -Wl,-z,max-page-size=0x1000"
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8738 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8739 if ${ac_cv_c_dll_unixware+:} false
; then :
8740 $as_echo_n "(cached) " >&6
8742 ac_wine_try_cflags_saved
=$CFLAGS
8743 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8745 /* end confdefs.h. */
8748 if ac_fn_c_try_link
"$LINENO"; then :
8749 ac_cv_c_dll_unixware
="yes"
8751 ac_cv_c_dll_unixware
="no"
8753 rm -f core conftest.err conftest.
$ac_objext \
8754 conftest
$ac_exeext conftest.
$ac_ext
8755 CFLAGS
=$ac_wine_try_cflags_saved
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8758 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8759 if test "$ac_cv_c_dll_unixware" = "yes"
8761 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8764 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8766 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8768 LIBWINE_INSTALL_DEV
="libwine.so"
8770 LIBWINE_DEPENDS
="wine.map"
8775 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8776 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8777 enable_winemac_drv
=${enable_winemac_drv:-no}
8778 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8782 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8786 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8788 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
8789 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8792 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
8793 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8795 ac_prefix_list
="" ;;
8797 for ac_prog
in $ac_prefix_list
8799 # Extract the first word of "$ac_prog", so it can be a program name with args.
8800 set dummy
$ac_prog; ac_word
=$2
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8802 $as_echo_n "checking for $ac_word... " >&6; }
8803 if ${ac_cv_prog_CROSSCC+:} false
; then :
8804 $as_echo_n "(cached) " >&6
8806 if test -n "$CROSSCC"; then
8807 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8813 test -z "$as_dir" && as_dir
=.
8814 for ac_exec_ext
in '' $ac_executable_extensions; do
8815 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8816 ac_cv_prog_CROSSCC
="$ac_prog"
8817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8826 CROSSCC
=$ac_cv_prog_CROSSCC
8827 if test -n "$CROSSCC"; then
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8829 $as_echo "$CROSSCC" >&6; }
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8832 $as_echo "no" >&6; }
8836 test -n "$CROSSCC" && break
8838 test -n "$CROSSCC" || CROSSCC
="false"
8840 if test "$CROSSCC" != "false"
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8845 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8847 /* end confdefs.h. */
8857 if ac_fn_c_try_compile
"$LINENO"; then :
8858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8859 $as_echo "yes" >&6; }
8865 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8866 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8872 $as_echo "no" >&6; }
8874 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8880 if test "$ac_cv_header_pthread_h" = "yes"
8882 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8883 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8887 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8888 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8889 $as_echo_n "(cached) " >&6
8891 ac_check_lib_save_LIBS
=$LIBS
8892 LIBS
="-lpthread $LIBS"
8893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8894 /* end confdefs.h. */
8896 /* Override any GCC internal prototype to avoid an error.
8897 Use char because int might match the return type of a GCC
8898 builtin and then its argument prototype would still apply. */
8902 char pthread_create ();
8906 return pthread_create ();
8911 if ac_fn_c_try_link
"$LINENO"; then :
8912 ac_cv_lib_pthread_pthread_create
=yes
8914 ac_cv_lib_pthread_pthread_create
=no
8916 rm -f core conftest.err conftest.
$ac_objext \
8917 conftest
$ac_exeext conftest.
$ac_ext
8918 LIBS
=$ac_check_lib_save_LIBS
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8921 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8922 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8923 PTHREAD_LIBS
="-lpthread"
8930 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8931 case "x$with_pthread" in
8933 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8934 Wine cannot support threads without libpthread.
8935 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8942 $as_echo_n "checking for X... " >&6; }
8945 # Check whether --with-x was given.
8946 if test "${with_x+set}" = set; then :
8950 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8951 if test "x$with_x" = xno
; then
8952 # The user explicitly disabled X.
8955 case $x_includes,$x_libraries in #(
8956 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8957 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8958 $as_echo_n "(cached) " >&6
8960 # One or both of the vars are not set, and there is no cached value.
8961 ac_x_includes
=no ac_x_libraries
=no
8962 rm -f -r conftest.dir
8963 if mkdir conftest.dir
; then
8965 cat >Imakefile
<<'_ACEOF'
8967 @echo incroot='${INCROOT}'
8969 @echo usrlibdir='${USRLIBDIR}'
8971 @echo libdir='${LIBDIR}'
8973 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8974 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8975 for ac_var
in incroot usrlibdir libdir
; do
8976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8979 for ac_extension
in a so sl dylib la dll
; do
8980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8982 ac_im_usrlibdir
=$ac_im_libdir; break
8985 # Screen out bogus values from the imake configuration. They are
8986 # bogus both because they are the default anyway, and because
8987 # using them would break gcc on systems where it needs fixed includes.
8988 case $ac_im_incroot in
8989 /usr
/include
) ac_x_includes
= ;;
8990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8992 case $ac_im_usrlibdir in
8993 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8998 rm -f -r conftest.dir
9001 # Standard set of common directories for X headers.
9002 # Check X11 before X11Rn because it is often a symlink to the current release.
9016 /usr/local/X11/include
9017 /usr/local/X11R7/include
9018 /usr/local/X11R6/include
9019 /usr/local/X11R5/include
9020 /usr/local/X11R4/include
9022 /usr/local/include/X11
9023 /usr/local/include/X11R7
9024 /usr/local/include/X11R6
9025 /usr/local/include/X11R5
9026 /usr/local/include/X11R4
9030 /usr/XFree86/include/X11
9034 /usr/unsupported/include
9036 /usr/local/x11r5/include
9037 /usr/lpp/Xamples/include
9039 /usr/openwin/include
9040 /usr/openwin/share/include'
9042 if test "$ac_x_includes" = no
; then
9043 # Guess where to find include files, by looking for Xlib.h.
9044 # First, try using that file with no special directory specified.
9045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9046 /* end confdefs.h. */
9047 #include <X11/Xlib.h>
9049 if ac_fn_c_try_cpp
"$LINENO"; then :
9050 # We can compile using X headers with no special include directory.
9053 for ac_dir
in $ac_x_header_dirs; do
9054 if test -r "$ac_dir/X11/Xlib.h"; then
9055 ac_x_includes
=$ac_dir
9060 rm -f conftest.err conftest.i conftest.
$ac_ext
9061 fi # $ac_x_includes = no
9063 if test "$ac_x_libraries" = no
; then
9064 # Check for the libraries.
9065 # See if we find them without any special options.
9066 # Don't add to $LIBS permanently.
9069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9070 /* end confdefs.h. */
9071 #include <X11/Xlib.h>
9080 if ac_fn_c_try_link
"$LINENO"; then :
9082 # We can link X programs with no special library path.
9086 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9088 # Don't even attempt the hair of trying to link an X program!
9089 for ac_extension
in a so sl dylib la dll
; do
9090 if test -r "$ac_dir/libX11.$ac_extension"; then
9091 ac_x_libraries
=$ac_dir
9097 rm -f core conftest.err conftest.
$ac_objext \
9098 conftest
$ac_exeext conftest.
$ac_ext
9099 fi # $ac_x_libraries = no
9101 case $ac_x_includes,$ac_x_libraries in #(
9103 # Didn't find X, or a directory has "'" in its name.
9104 ac_cv_have_x
="have_x=no";; #(
9106 # Record where we found X for the cache.
9107 ac_cv_have_x
="have_x=yes\
9108 ac_x_includes='$ac_x_includes'\
9109 ac_x_libraries='$ac_x_libraries'"
9115 eval "$ac_cv_have_x"
9118 if test "$have_x" != yes; then
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9120 $as_echo "$have_x" >&6; }
9123 # If each of the values was on the command line, it overrides each guess.
9124 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9125 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9126 # Update the cache value to reflect the command line values.
9127 ac_cv_have_x
="have_x=yes\
9128 ac_x_includes='$x_includes'\
9129 ac_x_libraries='$x_libraries'"
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9131 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9134 if test "$no_x" = yes; then
9135 # Not all programs may use this symbol, but it does not hurt to define it.
9137 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9139 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9141 if test -n "$x_includes"; then
9142 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9145 # It would also be nice to do this for all -L options, not just this one.
9146 if test -n "$x_libraries"; then
9147 X_LIBS
="$X_LIBS -L$x_libraries"
9148 # For Solaris; some versions of Sun CC require a space after -R and
9149 # others require no space. Words are not sufficient . . . .
9150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9151 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9152 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9153 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9154 ac_c_werror_flag
=yes
9155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9166 if ac_fn_c_try_link
"$LINENO"; then :
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9168 $as_echo "no" >&6; }
9169 X_LIBS
="$X_LIBS -R$x_libraries"
9171 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9173 /* end confdefs.h. */
9183 if ac_fn_c_try_link
"$LINENO"; then :
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9185 $as_echo "yes" >&6; }
9186 X_LIBS
="$X_LIBS -R $x_libraries"
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9189 $as_echo "neither works" >&6; }
9191 rm -f core conftest.err conftest.
$ac_objext \
9192 conftest
$ac_exeext conftest.
$ac_ext
9194 rm -f core conftest.err conftest.
$ac_objext \
9195 conftest
$ac_exeext conftest.
$ac_ext
9196 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9200 # Check for system-dependent libraries X programs must link with.
9201 # Do this before checking for the system-independent R6 libraries
9202 # (-lICE), since we may need -lsocket or whatever for X linking.
9204 if test "$ISC" = yes; then
9205 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9207 # Martyn Johnson says this is needed for Ultrix, if the X
9208 # libraries were built with DECnet support. And Karl Berry says
9209 # the Alpha needs dnet_stub (dnet does not exist).
9210 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9212 /* end confdefs.h. */
9214 /* Override any GCC internal prototype to avoid an error.
9215 Use char because int might match the return type of a GCC
9216 builtin and then its argument prototype would still apply. */
9220 char XOpenDisplay ();
9224 return XOpenDisplay ();
9229 if ac_fn_c_try_link
"$LINENO"; then :
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9233 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9234 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9235 $as_echo_n "(cached) " >&6
9237 ac_check_lib_save_LIBS
=$LIBS
9239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9240 /* end confdefs.h. */
9242 /* Override any GCC internal prototype to avoid an error.
9243 Use char because int might match the return type of a GCC
9244 builtin and then its argument prototype would still apply. */
9252 return dnet_ntoa ();
9257 if ac_fn_c_try_link
"$LINENO"; then :
9258 ac_cv_lib_dnet_dnet_ntoa
=yes
9260 ac_cv_lib_dnet_dnet_ntoa
=no
9262 rm -f core conftest.err conftest.
$ac_objext \
9263 conftest
$ac_exeext conftest.
$ac_ext
9264 LIBS
=$ac_check_lib_save_LIBS
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9267 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9268 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9269 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9272 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9274 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9275 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9276 $as_echo_n "(cached) " >&6
9278 ac_check_lib_save_LIBS
=$LIBS
9279 LIBS
="-ldnet_stub $LIBS"
9280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9281 /* end confdefs.h. */
9283 /* Override any GCC internal prototype to avoid an error.
9284 Use char because int might match the return type of a GCC
9285 builtin and then its argument prototype would still apply. */
9293 return dnet_ntoa ();
9298 if ac_fn_c_try_link
"$LINENO"; then :
9299 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9301 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9303 rm -f core conftest.err conftest.
$ac_objext \
9304 conftest
$ac_exeext conftest.
$ac_ext
9305 LIBS
=$ac_check_lib_save_LIBS
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9308 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9309 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9310 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9315 rm -f core conftest.err conftest.
$ac_objext \
9316 conftest
$ac_exeext conftest.
$ac_ext
9317 LIBS
="$ac_xsave_LIBS"
9319 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9320 # to get the SysV transport functions.
9321 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9323 # The nsl library prevents programs from opening the X display
9324 # on Irix 5.2, according to T.E. Dickey.
9325 # The functions gethostbyname, getservbyname, and inet_addr are
9326 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9327 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9328 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9332 if test $ac_cv_func_gethostbyname = no
; then
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9334 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9335 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9336 $as_echo_n "(cached) " >&6
9338 ac_check_lib_save_LIBS
=$LIBS
9340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9341 /* end confdefs.h. */
9343 /* Override any GCC internal prototype to avoid an error.
9344 Use char because int might match the return type of a GCC
9345 builtin and then its argument prototype would still apply. */
9349 char gethostbyname ();
9353 return gethostbyname ();
9358 if ac_fn_c_try_link
"$LINENO"; then :
9359 ac_cv_lib_nsl_gethostbyname
=yes
9361 ac_cv_lib_nsl_gethostbyname
=no
9363 rm -f core conftest.err conftest.
$ac_objext \
9364 conftest
$ac_exeext conftest.
$ac_ext
9365 LIBS
=$ac_check_lib_save_LIBS
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9368 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9369 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9370 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9373 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9375 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9376 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9377 $as_echo_n "(cached) " >&6
9379 ac_check_lib_save_LIBS
=$LIBS
9381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9382 /* end confdefs.h. */
9384 /* Override any GCC internal prototype to avoid an error.
9385 Use char because int might match the return type of a GCC
9386 builtin and then its argument prototype would still apply. */
9390 char gethostbyname ();
9394 return gethostbyname ();
9399 if ac_fn_c_try_link
"$LINENO"; then :
9400 ac_cv_lib_bsd_gethostbyname
=yes
9402 ac_cv_lib_bsd_gethostbyname
=no
9404 rm -f core conftest.err conftest.
$ac_objext \
9405 conftest
$ac_exeext conftest.
$ac_ext
9406 LIBS
=$ac_check_lib_save_LIBS
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9409 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9410 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9411 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9417 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9418 # socket/setsockopt and other routines are undefined under SCO ODT
9419 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9420 # on later versions), says Simon Leinen: it contains gethostby*
9421 # variants that don't use the name server (or something). -lsocket
9422 # must be given before -lnsl if both are needed. We assume that
9423 # if connect needs -lnsl, so does gethostbyname.
9424 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9425 if test "x$ac_cv_func_connect" = xyes
; then :
9429 if test $ac_cv_func_connect = no
; then
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9431 $as_echo_n "checking for connect in -lsocket... " >&6; }
9432 if ${ac_cv_lib_socket_connect+:} false
; then :
9433 $as_echo_n "(cached) " >&6
9435 ac_check_lib_save_LIBS
=$LIBS
9436 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9438 /* end confdefs.h. */
9440 /* Override any GCC internal prototype to avoid an error.
9441 Use char because int might match the return type of a GCC
9442 builtin and then its argument prototype would still apply. */
9455 if ac_fn_c_try_link
"$LINENO"; then :
9456 ac_cv_lib_socket_connect
=yes
9458 ac_cv_lib_socket_connect
=no
9460 rm -f core conftest.err conftest.
$ac_objext \
9461 conftest
$ac_exeext conftest.
$ac_ext
9462 LIBS
=$ac_check_lib_save_LIBS
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9465 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9466 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9467 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9472 # Guillermo Gomez says -lposix is necessary on A/UX.
9473 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9474 if test "x$ac_cv_func_remove" = xyes
; then :
9478 if test $ac_cv_func_remove = no
; then
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9480 $as_echo_n "checking for remove in -lposix... " >&6; }
9481 if ${ac_cv_lib_posix_remove+:} false
; then :
9482 $as_echo_n "(cached) " >&6
9484 ac_check_lib_save_LIBS
=$LIBS
9485 LIBS
="-lposix $LIBS"
9486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9487 /* end confdefs.h. */
9489 /* Override any GCC internal prototype to avoid an error.
9490 Use char because int might match the return type of a GCC
9491 builtin and then its argument prototype would still apply. */
9504 if ac_fn_c_try_link
"$LINENO"; then :
9505 ac_cv_lib_posix_remove
=yes
9507 ac_cv_lib_posix_remove
=no
9509 rm -f core conftest.err conftest.
$ac_objext \
9510 conftest
$ac_exeext conftest.
$ac_ext
9511 LIBS
=$ac_check_lib_save_LIBS
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9514 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9515 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9516 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9521 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9522 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9523 if test "x$ac_cv_func_shmat" = xyes
; then :
9527 if test $ac_cv_func_shmat = no
; then
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9529 $as_echo_n "checking for shmat in -lipc... " >&6; }
9530 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9531 $as_echo_n "(cached) " >&6
9533 ac_check_lib_save_LIBS
=$LIBS
9535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9536 /* end confdefs.h. */
9538 /* Override any GCC internal prototype to avoid an error.
9539 Use char because int might match the return type of a GCC
9540 builtin and then its argument prototype would still apply. */
9553 if ac_fn_c_try_link
"$LINENO"; then :
9554 ac_cv_lib_ipc_shmat
=yes
9556 ac_cv_lib_ipc_shmat
=no
9558 rm -f core conftest.err conftest.
$ac_objext \
9559 conftest
$ac_exeext conftest.
$ac_ext
9560 LIBS
=$ac_check_lib_save_LIBS
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9563 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9564 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9565 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9571 # Check for libraries that X11R6 Xt/Xaw programs need.
9572 ac_save_LDFLAGS
=$LDFLAGS
9573 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9574 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9575 # check for ICE first), but we must link in the order -lSM -lICE or
9576 # we get undefined symbols. So assume we have SM if we have ICE.
9577 # These have to be linked with before -lX11, unlike the other
9578 # libraries we check for below, so use a different variable.
9579 # John Interrante, Karl Berry
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9581 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9582 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9583 $as_echo_n "(cached) " >&6
9585 ac_check_lib_save_LIBS
=$LIBS
9586 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9588 /* end confdefs.h. */
9590 /* Override any GCC internal prototype to avoid an error.
9591 Use char because int might match the return type of a GCC
9592 builtin and then its argument prototype would still apply. */
9596 char IceConnectionNumber ();
9600 return IceConnectionNumber ();
9605 if ac_fn_c_try_link
"$LINENO"; then :
9606 ac_cv_lib_ICE_IceConnectionNumber
=yes
9608 ac_cv_lib_ICE_IceConnectionNumber
=no
9610 rm -f core conftest.err conftest.
$ac_objext \
9611 conftest
$ac_exeext conftest.
$ac_ext
9612 LIBS
=$ac_check_lib_save_LIBS
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9615 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9616 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9617 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9620 LDFLAGS
=$ac_save_LDFLAGS
9625 if test "$have_x" = "yes"
9627 ac_save_CPPFLAGS
="$CPPFLAGS"
9628 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9631 $as_echo_n "checking for -lX11... " >&6; }
9632 if ${ac_cv_lib_soname_X11+:} false
; then :
9633 $as_echo_n "(cached) " >&6
9635 ac_check_soname_save_LIBS
=$LIBS
9636 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9637 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9638 /* end confdefs.h. */
9640 /* Override any GCC internal prototype to avoid an error.
9641 Use char because int might match the return type of a GCC
9642 builtin and then its argument prototype would still apply. */
9646 char XCreateWindow ();
9650 return XCreateWindow ();
9655 if ac_fn_c_try_link
"$LINENO"; then :
9657 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9658 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'` ;;
9659 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9660 if ${ac_cv_lib_soname_X11:+false} :; then :
9661 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9665 rm -f core conftest.err conftest.
$ac_objext \
9666 conftest
$ac_exeext conftest.
$ac_ext
9667 LIBS
=$ac_check_soname_save_LIBS
9669 if ${ac_cv_lib_soname_X11:+false} :; then :
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9671 $as_echo "not found" >&6; }
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9675 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9677 cat >>confdefs.h
<<_ACEOF
9678 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9684 $as_echo_n "checking for -lXext... " >&6; }
9685 if ${ac_cv_lib_soname_Xext+:} false
; then :
9686 $as_echo_n "(cached) " >&6
9688 ac_check_soname_save_LIBS
=$LIBS
9689 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9691 /* end confdefs.h. */
9693 /* Override any GCC internal prototype to avoid an error.
9694 Use char because int might match the return type of a GCC
9695 builtin and then its argument prototype would still apply. */
9699 char XextCreateExtension ();
9703 return XextCreateExtension ();
9708 if ac_fn_c_try_link
"$LINENO"; then :
9710 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9711 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'` ;;
9712 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9713 if ${ac_cv_lib_soname_Xext:+false} :; then :
9714 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9718 rm -f core conftest.err conftest.
$ac_objext \
9719 conftest
$ac_exeext conftest.
$ac_ext
9720 LIBS
=$ac_check_soname_save_LIBS
9722 if ${ac_cv_lib_soname_Xext:+false} :; then :
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9724 $as_echo "not found" >&6; }
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9728 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9730 cat >>confdefs.h
<<_ACEOF
9731 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9734 X_LIBS
="$X_LIBS -lXext"
9736 X_LIBS
="$X_LIBS -lX11"
9738 for ac_header
in X11
/Xlib.h \
9741 X11
/Xcursor
/Xcursor.h \
9742 X11
/extensions
/shape.h \
9743 X11
/extensions
/XInput.h \
9744 X11
/extensions
/XInput2.h \
9745 X11
/extensions
/XShm.h \
9746 X11
/extensions
/Xcomposite.h \
9747 X11
/extensions
/Xinerama.h \
9748 X11
/extensions
/Xrandr.h \
9749 X11
/extensions
/Xrender.h \
9750 X11
/extensions
/xf86vmode.h \
9751 X11
/extensions
/xf86vmproto.h
9753 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9754 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9755 # include <X11/Xlib.h>
9757 #ifdef HAVE_X11_XUTIL_H
9758 # include <X11/Xutil.h>
9761 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9762 cat >>confdefs.h
<<_ACEOF
9763 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9771 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9774 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9775 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9776 $as_echo_n "(cached) " >&6
9778 ac_check_lib_save_LIBS
=$LIBS
9779 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9781 /* end confdefs.h. */
9783 /* Override any GCC internal prototype to avoid an error.
9784 Use char because int might match the return type of a GCC
9785 builtin and then its argument prototype would still apply. */
9789 char XkbQueryExtension ();
9793 return XkbQueryExtension ();
9798 if ac_fn_c_try_link
"$LINENO"; then :
9799 ac_cv_lib_X11_XkbQueryExtension
=yes
9801 ac_cv_lib_X11_XkbQueryExtension
=no
9803 rm -f core conftest.err conftest.
$ac_objext \
9804 conftest
$ac_exeext conftest.
$ac_ext
9805 LIBS
=$ac_check_lib_save_LIBS
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9808 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9809 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9811 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9817 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9820 $as_echo_n "checking for -lXcursor... " >&6; }
9821 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9822 $as_echo_n "(cached) " >&6
9824 ac_check_soname_save_LIBS
=$LIBS
9825 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9827 /* end confdefs.h. */
9829 /* Override any GCC internal prototype to avoid an error.
9830 Use char because int might match the return type of a GCC
9831 builtin and then its argument prototype would still apply. */
9835 char XcursorImageLoadCursor ();
9839 return XcursorImageLoadCursor ();
9844 if ac_fn_c_try_link
"$LINENO"; then :
9846 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9847 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'` ;;
9848 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9849 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9850 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9854 rm -f core conftest.err conftest.
$ac_objext \
9855 conftest
$ac_exeext conftest.
$ac_ext
9856 LIBS
=$ac_check_soname_save_LIBS
9858 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9860 $as_echo "not found" >&6; }
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9864 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9866 cat >>confdefs.h
<<_ACEOF
9867 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9873 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9874 case "x$with_xcursor" in
9875 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9877 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9878 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9883 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9886 $as_echo_n "checking for -lXi... " >&6; }
9887 if ${ac_cv_lib_soname_Xi+:} false
; then :
9888 $as_echo_n "(cached) " >&6
9890 ac_check_soname_save_LIBS
=$LIBS
9891 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9893 /* end confdefs.h. */
9895 /* Override any GCC internal prototype to avoid an error.
9896 Use char because int might match the return type of a GCC
9897 builtin and then its argument prototype would still apply. */
9901 char XOpenDevice ();
9905 return XOpenDevice ();
9910 if ac_fn_c_try_link
"$LINENO"; then :
9912 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9913 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'` ;;
9914 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9915 if ${ac_cv_lib_soname_Xi:+false} :; then :
9916 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9920 rm -f core conftest.err conftest.
$ac_objext \
9921 conftest
$ac_exeext conftest.
$ac_ext
9922 LIBS
=$ac_check_soname_save_LIBS
9924 if ${ac_cv_lib_soname_Xi:+false} :; then :
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9926 $as_echo "not found" >&6; }
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9930 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9932 cat >>confdefs.h
<<_ACEOF
9933 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9939 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9940 case "x$with_xinput" in
9941 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9943 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9944 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9949 if test "x$ac_cv_lib_soname_Xi" != x
9951 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9952 case "x$with_xinput2" in
9953 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9955 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9956 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9962 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9965 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9966 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9967 $as_echo_n "(cached) " >&6
9969 ac_check_lib_save_LIBS
=$LIBS
9970 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9972 /* end confdefs.h. */
9974 /* Override any GCC internal prototype to avoid an error.
9975 Use char because int might match the return type of a GCC
9976 builtin and then its argument prototype would still apply. */
9980 char XShmQueryExtension ();
9984 return XShmQueryExtension ();
9989 if ac_fn_c_try_link
"$LINENO"; then :
9990 ac_cv_lib_Xext_XShmQueryExtension
=yes
9992 ac_cv_lib_Xext_XShmQueryExtension
=no
9994 rm -f core conftest.err conftest.
$ac_objext \
9995 conftest
$ac_exeext conftest.
$ac_ext
9996 LIBS
=$ac_check_lib_save_LIBS
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9999 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10000 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10002 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10007 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10008 case "x$with_xshm" in
10009 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10011 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10012 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10017 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10020 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10021 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10022 $as_echo_n "(cached) " >&6
10024 ac_check_lib_save_LIBS
=$LIBS
10025 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10027 /* end confdefs.h. */
10029 /* Override any GCC internal prototype to avoid an error.
10030 Use char because int might match the return type of a GCC
10031 builtin and then its argument prototype would still apply. */
10035 char XShapeQueryExtension ();
10039 return XShapeQueryExtension ();
10044 if ac_fn_c_try_link
"$LINENO"; then :
10045 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10047 ac_cv_lib_Xext_XShapeQueryExtension
=no
10049 rm -f core conftest.err conftest.
$ac_objext \
10050 conftest
$ac_exeext conftest.
$ac_ext
10051 LIBS
=$ac_check_lib_save_LIBS
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10054 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10055 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10057 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10062 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10063 case "x$with_xshape" in
10064 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10066 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10067 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10072 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10075 $as_echo_n "checking for -lXxf86vm... " >&6; }
10076 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10077 $as_echo_n "(cached) " >&6
10079 ac_check_soname_save_LIBS
=$LIBS
10080 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10082 /* end confdefs.h. */
10084 /* Override any GCC internal prototype to avoid an error.
10085 Use char because int might match the return type of a GCC
10086 builtin and then its argument prototype would still apply. */
10090 char XF86VidModeQueryExtension ();
10094 return XF86VidModeQueryExtension ();
10099 if ac_fn_c_try_link
"$LINENO"; then :
10101 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10102 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'` ;;
10103 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10104 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10105 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10109 rm -f core conftest.err conftest.
$ac_objext \
10110 conftest
$ac_exeext conftest.
$ac_ext
10111 LIBS
=$ac_check_soname_save_LIBS
10113 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10115 $as_echo "not found" >&6; }
10118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10119 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10121 cat >>confdefs.h
<<_ACEOF
10122 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10128 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10129 case "x$with_xxf86vm" in
10130 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10132 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10133 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10138 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10141 $as_echo_n "checking for -lXrender... " >&6; }
10142 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10143 $as_echo_n "(cached) " >&6
10145 ac_check_soname_save_LIBS
=$LIBS
10146 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10148 /* end confdefs.h. */
10150 /* Override any GCC internal prototype to avoid an error.
10151 Use char because int might match the return type of a GCC
10152 builtin and then its argument prototype would still apply. */
10156 char XRenderQueryExtension ();
10160 return XRenderQueryExtension ();
10165 if ac_fn_c_try_link
"$LINENO"; then :
10167 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10168 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'` ;;
10169 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10170 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10171 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10175 rm -f core conftest.err conftest.
$ac_objext \
10176 conftest
$ac_exeext conftest.
$ac_ext
10177 LIBS
=$ac_check_soname_save_LIBS
10179 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10181 $as_echo "not found" >&6; }
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10185 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10187 cat >>confdefs.h
<<_ACEOF
10188 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10192 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10193 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10194 $as_echo_n "(cached) " >&6
10196 ac_check_lib_save_LIBS
=$LIBS
10197 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10199 /* end confdefs.h. */
10201 /* Override any GCC internal prototype to avoid an error.
10202 Use char because int might match the return type of a GCC
10203 builtin and then its argument prototype would still apply. */
10207 char XRenderSetPictureTransform ();
10211 return XRenderSetPictureTransform ();
10216 if ac_fn_c_try_link
"$LINENO"; then :
10217 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10219 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10221 rm -f core conftest.err conftest.
$ac_objext \
10222 conftest
$ac_exeext conftest.
$ac_ext
10223 LIBS
=$ac_check_lib_save_LIBS
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10226 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10227 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10229 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10234 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10235 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10236 $as_echo_n "(cached) " >&6
10238 ac_check_lib_save_LIBS
=$LIBS
10239 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10241 /* end confdefs.h. */
10243 /* Override any GCC internal prototype to avoid an error.
10244 Use char because int might match the return type of a GCC
10245 builtin and then its argument prototype would still apply. */
10249 char XRenderCreateLinearGradient ();
10253 return XRenderCreateLinearGradient ();
10258 if ac_fn_c_try_link
"$LINENO"; then :
10259 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10261 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10263 rm -f core conftest.err conftest.
$ac_objext \
10264 conftest
$ac_exeext conftest.
$ac_ext
10265 LIBS
=$ac_check_lib_save_LIBS
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10268 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10269 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10271 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10278 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10279 case "x$with_xrender" in
10280 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10282 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10283 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10288 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10291 /* end confdefs.h. */
10292 #include <X11/Xlib.h>
10293 #include <X11/extensions/Xrandr.h>
10297 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10302 if ac_fn_c_try_compile
"$LINENO"; then :
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10304 $as_echo_n "checking for -lXrandr... " >&6; }
10305 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10306 $as_echo_n "(cached) " >&6
10308 ac_check_soname_save_LIBS
=$LIBS
10309 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10311 /* end confdefs.h. */
10313 /* Override any GCC internal prototype to avoid an error.
10314 Use char because int might match the return type of a GCC
10315 builtin and then its argument prototype would still apply. */
10319 char XRRQueryExtension ();
10323 return XRRQueryExtension ();
10328 if ac_fn_c_try_link
"$LINENO"; then :
10330 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10331 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'` ;;
10332 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10333 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10334 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10338 rm -f core conftest.err conftest.
$ac_objext \
10339 conftest
$ac_exeext conftest.
$ac_ext
10340 LIBS
=$ac_check_soname_save_LIBS
10342 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10344 $as_echo "not found" >&6; }
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10348 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10350 cat >>confdefs.h
<<_ACEOF
10351 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10355 /* end confdefs.h. */
10356 #include <X11/Xlib.h>
10357 #include <X11/extensions/Xrandr.h>
10361 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10366 if ac_fn_c_try_compile
"$LINENO"; then :
10368 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10371 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10374 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10376 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10377 case "x$with_xrandr" in
10378 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10380 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10381 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10386 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10389 /* end confdefs.h. */
10390 #include <X11/Xlib.h>
10391 #include <X11/extensions/Xinerama.h>
10395 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10400 if ac_fn_c_try_compile
"$LINENO"; then :
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10402 $as_echo_n "checking for -lXinerama... " >&6; }
10403 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10404 $as_echo_n "(cached) " >&6
10406 ac_check_soname_save_LIBS
=$LIBS
10407 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10417 char XineramaQueryScreens ();
10421 return XineramaQueryScreens ();
10426 if ac_fn_c_try_link
"$LINENO"; then :
10428 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10429 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'` ;;
10430 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10431 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10432 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10436 rm -f core conftest.err conftest.
$ac_objext \
10437 conftest
$ac_exeext conftest.
$ac_ext
10438 LIBS
=$ac_check_soname_save_LIBS
10440 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10442 $as_echo "not found" >&6; }
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10446 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10448 cat >>confdefs.h
<<_ACEOF
10449 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10455 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10457 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10458 case "x$with_xinerama" in
10459 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10461 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10462 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10467 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10470 $as_echo_n "checking for -lXcomposite... " >&6; }
10471 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10472 $as_echo_n "(cached) " >&6
10474 ac_check_soname_save_LIBS
=$LIBS
10475 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10477 /* end confdefs.h. */
10479 /* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
10485 char XCompositeRedirectWindow ();
10489 return XCompositeRedirectWindow ();
10494 if ac_fn_c_try_link
"$LINENO"; then :
10496 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10497 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'` ;;
10498 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10499 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10500 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10504 rm -f core conftest.err conftest.
$ac_objext \
10505 conftest
$ac_exeext conftest.
$ac_ext
10506 LIBS
=$ac_check_soname_save_LIBS
10508 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10510 $as_echo "not found" >&6; }
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10514 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10516 cat >>confdefs.h
<<_ACEOF
10517 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10523 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10524 case "x$with_xcomposite" in
10525 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10527 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10528 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10533 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10534 #include <X11/Xlib.h>
10537 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10539 cat >>confdefs.h
<<_ACEOF
10540 #define HAVE_XICCALLBACK_CALLBACK 1
10545 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10546 #include <X11/Xlib.h>
10549 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10551 cat >>confdefs.h
<<_ACEOF
10552 #define HAVE_XEVENT_XCOOKIE 1
10561 if test "x$with_opengl" != "xno"
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10564 $as_echo_n "checking for -lGL... " >&6; }
10565 if ${ac_cv_lib_soname_GL+:} false
; then :
10566 $as_echo_n "(cached) " >&6
10568 ac_check_soname_save_LIBS
=$LIBS
10569 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10571 /* end confdefs.h. */
10573 /* Override any GCC internal prototype to avoid an error.
10574 Use char because int might match the return type of a GCC
10575 builtin and then its argument prototype would still apply. */
10579 char glXCreateContext ();
10583 return glXCreateContext ();
10588 if ac_fn_c_try_link
"$LINENO"; then :
10590 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10591 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'` ;;
10592 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10593 if ${ac_cv_lib_soname_GL:+false} :; then :
10594 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10598 rm -f core conftest.err conftest.
$ac_objext \
10599 conftest
$ac_exeext conftest.
$ac_ext
10600 LIBS
=$ac_check_soname_save_LIBS
10602 if ${ac_cv_lib_soname_GL:+false} :; then :
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10604 $as_echo "not found" >&6; }
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10606 $as_echo_n "checking for -lGL... " >&6; }
10607 if ${ac_cv_lib_soname_GL+:} false
; then :
10608 $as_echo_n "(cached) " >&6
10610 ac_check_soname_save_LIBS
=$LIBS
10611 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"
10612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10613 /* end confdefs.h. */
10615 /* Override any GCC internal prototype to avoid an error.
10616 Use char because int might match the return type of a GCC
10617 builtin and then its argument prototype would still apply. */
10621 char glXCreateContext ();
10625 return glXCreateContext ();
10630 if ac_fn_c_try_link
"$LINENO"; then :
10632 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10633 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'` ;;
10634 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10635 if ${ac_cv_lib_soname_GL:+false} :; then :
10636 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10640 rm -f core conftest.err conftest.
$ac_objext \
10641 conftest
$ac_exeext conftest.
$ac_ext
10642 LIBS
=$ac_check_soname_save_LIBS
10644 if ${ac_cv_lib_soname_GL:+false} :; then :
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10646 $as_echo "not found" >&6; }
10647 if test -f /usr
/X11R
6/lib
/libGL.a
10649 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10650 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10652 opengl_msg
="No OpenGL library found on this system."
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10656 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10658 cat >>confdefs.h
<<_ACEOF
10659 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10662 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"
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10666 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10668 cat >>confdefs.h
<<_ACEOF
10669 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10674 if test "x$with_glu" != "xno"
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10677 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10678 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10679 $as_echo_n "(cached) " >&6
10681 ac_check_lib_save_LIBS
=$LIBS
10682 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10683 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10684 /* end confdefs.h. */
10686 /* Override any GCC internal prototype to avoid an error.
10687 Use char because int might match the return type of a GCC
10688 builtin and then its argument prototype would still apply. */
10696 return gluLookAt ();
10701 if ac_fn_c_try_link
"$LINENO"; then :
10702 ac_cv_lib_GLU_gluLookAt
=yes
10704 ac_cv_lib_GLU_gluLookAt
=no
10706 rm -f core conftest.err conftest.
$ac_objext \
10707 conftest
$ac_exeext conftest.
$ac_ext
10708 LIBS
=$ac_check_lib_save_LIBS
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10711 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10712 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10716 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10717 case "x$with_glu" in
10718 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10720 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10721 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10727 if test "x$with_osmesa" != "xno"
10729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10730 $as_echo_n "checking for -lOSMesa... " >&6; }
10731 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10732 $as_echo_n "(cached) " >&6
10734 ac_check_soname_save_LIBS
=$LIBS
10735 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10737 /* end confdefs.h. */
10739 /* Override any GCC internal prototype to avoid an error.
10740 Use char because int might match the return type of a GCC
10741 builtin and then its argument prototype would still apply. */
10754 if ac_fn_c_try_link
"$LINENO"; then :
10756 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10757 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'` ;;
10758 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10759 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10760 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10764 rm -f core conftest.err conftest.
$ac_objext \
10765 conftest
$ac_exeext conftest.
$ac_ext
10766 LIBS
=$ac_check_soname_save_LIBS
10768 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10770 $as_echo "not found" >&6; }
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10774 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10776 cat >>confdefs.h
<<_ACEOF
10777 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10782 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10783 case "x$with_osmesa" in
10784 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10786 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10787 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10793 if test -n "$opengl_msg"; then :
10794 case "x$with_opengl" in
10795 x
) as_fn_append wine_warnings
"|$opengl_msg
10796 OpenGL and Direct3D won't be supported." ;;
10798 *) as_fn_error $?
"$opengl_msg
10799 OpenGL and Direct3D won't be supported.
10800 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10805 CPPFLAGS
="$ac_save_CPPFLAGS"
10810 if test "x$X_LIBS" = "x"; then :
10813 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10814 without X support, which probably isn't what you want. You will need
10815 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10816 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10818 enable_winex11_drv
=${enable_winex11_drv:-no}
10821 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10823 if test "$ac_cv_header_CL_cl_h" = "yes"
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10826 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10827 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10828 $as_echo_n "(cached) " >&6
10830 ac_check_lib_save_LIBS
=$LIBS
10831 LIBS
="-lOpenCL $LIBS"
10832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h. */
10835 /* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10841 char clGetPlatformInfo ();
10845 return clGetPlatformInfo ();
10850 if ac_fn_c_try_link
"$LINENO"; then :
10851 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10853 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10855 rm -f core conftest.err conftest.
$ac_objext \
10856 conftest
$ac_exeext conftest.
$ac_ext
10857 LIBS
=$ac_check_lib_save_LIBS
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10860 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10861 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10862 OPENCL_LIBS
="-lOpenCL"
10867 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10868 case "x$with_opencl" in
10869 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10871 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10872 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10874 enable_opencl
=${enable_opencl:-no}
10877 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10880 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10881 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10882 $as_echo_n "(cached) " >&6
10884 ac_check_lib_save_LIBS
=$LIBS
10885 LIBS
="-lpcap $LIBS"
10886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10887 /* end confdefs.h. */
10889 /* Override any GCC internal prototype to avoid an error.
10890 Use char because int might match the return type of a GCC
10891 builtin and then its argument prototype would still apply. */
10895 char pcap_create ();
10899 return pcap_create ();
10904 if ac_fn_c_try_link
"$LINENO"; then :
10905 ac_cv_lib_pcap_pcap_create
=yes
10907 ac_cv_lib_pcap_pcap_create
=no
10909 rm -f core conftest.err conftest.
$ac_objext \
10910 conftest
$ac_exeext conftest.
$ac_ext
10911 LIBS
=$ac_check_lib_save_LIBS
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10914 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10915 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10921 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10922 case "x$with_pcap" in
10923 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10925 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10926 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10928 enable_wpcap
=${enable_wpcap:-no}
10932 if test "x$with_xml" != "xno"
10934 if ${XML2_CFLAGS:+false} :; then :
10935 if ${PKG_CONFIG+:} false
; then :
10936 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10939 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10940 if ${XML2_LIBS:+false} :; then :
10941 if ${PKG_CONFIG+:} false
; then :
10942 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10945 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10946 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10947 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10948 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10949 ac_save_CPPFLAGS
=$CPPFLAGS
10950 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10951 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10953 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10954 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10955 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10956 cat >>confdefs.h
<<_ACEOF
10957 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10964 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"
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10967 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10968 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10969 $as_echo_n "(cached) " >&6
10971 ac_check_lib_save_LIBS
=$LIBS
10972 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10974 /* end confdefs.h. */
10976 /* Override any GCC internal prototype to avoid an error.
10977 Use char because int might match the return type of a GCC
10978 builtin and then its argument prototype would still apply. */
10982 char xmlParseMemory ();
10986 return xmlParseMemory ();
10991 if ac_fn_c_try_link
"$LINENO"; then :
10992 ac_cv_lib_xml2_xmlParseMemory
=yes
10994 ac_cv_lib_xml2_xmlParseMemory
=no
10996 rm -f core conftest.err conftest.
$ac_objext \
10997 conftest
$ac_exeext conftest.
$ac_ext
10998 LIBS
=$ac_check_lib_save_LIBS
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11001 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11002 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11004 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11011 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11012 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11013 $as_echo_n "(cached) " >&6
11015 ac_check_lib_save_LIBS
=$LIBS
11016 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11018 /* end confdefs.h. */
11020 /* Override any GCC internal prototype to avoid an error.
11021 Use char because int might match the return type of a GCC
11022 builtin and then its argument prototype would still apply. */
11026 char xmlReadMemory ();
11030 return xmlReadMemory ();
11035 if ac_fn_c_try_link
"$LINENO"; then :
11036 ac_cv_lib_xml2_xmlReadMemory
=yes
11038 ac_cv_lib_xml2_xmlReadMemory
=no
11040 rm -f core conftest.err conftest.
$ac_objext \
11041 conftest
$ac_exeext conftest.
$ac_ext
11042 LIBS
=$ac_check_lib_save_LIBS
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11045 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11046 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11048 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11053 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11054 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11055 $as_echo_n "(cached) " >&6
11057 ac_check_lib_save_LIBS
=$LIBS
11058 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11060 /* end confdefs.h. */
11062 /* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11068 char xmlNewDocPI ();
11072 return xmlNewDocPI ();
11077 if ac_fn_c_try_link
"$LINENO"; then :
11078 ac_cv_lib_xml2_xmlNewDocPI
=yes
11080 ac_cv_lib_xml2_xmlNewDocPI
=no
11082 rm -f core conftest.err conftest.
$ac_objext \
11083 conftest
$ac_exeext conftest.
$ac_ext
11084 LIBS
=$ac_check_lib_save_LIBS
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11087 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11088 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11090 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11095 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11096 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11097 $as_echo_n "(cached) " >&6
11099 ac_check_lib_save_LIBS
=$LIBS
11100 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11102 /* end confdefs.h. */
11104 /* Override any GCC internal prototype to avoid an error.
11105 Use char because int might match the return type of a GCC
11106 builtin and then its argument prototype would still apply. */
11110 char xmlSchemaSetParserStructuredErrors ();
11114 return xmlSchemaSetParserStructuredErrors ();
11119 if ac_fn_c_try_link
"$LINENO"; then :
11120 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11122 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11124 rm -f core conftest.err conftest.
$ac_objext \
11125 conftest
$ac_exeext conftest.
$ac_ext
11126 LIBS
=$ac_check_lib_save_LIBS
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11129 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11130 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11132 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11137 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11138 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11139 $as_echo_n "(cached) " >&6
11141 ac_check_lib_save_LIBS
=$LIBS
11142 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11144 /* end confdefs.h. */
11146 /* Override any GCC internal prototype to avoid an error.
11147 Use char because int might match the return type of a GCC
11148 builtin and then its argument prototype would still apply. */
11152 char xmlSchemaSetValidStructuredErrors ();
11156 return xmlSchemaSetValidStructuredErrors ();
11161 if ac_fn_c_try_link
"$LINENO"; then :
11162 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11164 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11166 rm -f core conftest.err conftest.
$ac_objext \
11167 conftest
$ac_exeext conftest.
$ac_ext
11168 LIBS
=$ac_check_lib_save_LIBS
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11171 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11172 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11174 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11179 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11180 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11181 $as_echo_n "(cached) " >&6
11183 ac_check_lib_save_LIBS
=$LIBS
11184 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11186 /* end confdefs.h. */
11188 /* Override any GCC internal prototype to avoid an error.
11189 Use char because int might match the return type of a GCC
11190 builtin and then its argument prototype would still apply. */
11194 char xmlFirstElementChild ();
11198 return xmlFirstElementChild ();
11203 if ac_fn_c_try_link
"$LINENO"; then :
11204 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11206 ac_cv_lib_xml2_xmlFirstElementChild
=no
11208 rm -f core conftest.err conftest.
$ac_objext \
11209 conftest
$ac_exeext conftest.
$ac_ext
11210 LIBS
=$ac_check_lib_save_LIBS
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11213 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11214 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11216 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11220 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11222 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11224 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11232 CPPFLAGS
=$ac_save_CPPFLAGS
11233 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11234 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11237 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11238 case "x$with_xml" in
11239 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11241 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11242 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11247 if test "x$with_xslt" != "xno"
11249 if ${XSLT_CFLAGS:+false} :; then :
11250 if ${PKG_CONFIG+:} false
; then :
11251 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11254 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11255 if ${XSLT_LIBS:+false} :; then :
11256 if ${PKG_CONFIG+:} false
; then :
11257 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11260 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11261 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11262 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11263 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11264 ac_save_CPPFLAGS
=$CPPFLAGS
11265 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11266 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11268 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11269 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11270 # include <libxslt/pattern.h>
11273 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11274 cat >>confdefs.h
<<_ACEOF
11275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11282 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11285 $as_echo_n "checking for -lxslt... " >&6; }
11286 if ${ac_cv_lib_soname_xslt+:} false
; then :
11287 $as_echo_n "(cached) " >&6
11289 ac_check_soname_save_LIBS
=$LIBS
11290 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11292 /* end confdefs.h. */
11294 /* Override any GCC internal prototype to avoid an error.
11295 Use char because int might match the return type of a GCC
11296 builtin and then its argument prototype would still apply. */
11300 char xsltCompilePattern ();
11304 return xsltCompilePattern ();
11309 if ac_fn_c_try_link
"$LINENO"; then :
11311 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11312 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'` ;;
11313 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11314 if ${ac_cv_lib_soname_xslt:+false} :; then :
11315 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11319 rm -f core conftest.err conftest.
$ac_objext \
11320 conftest
$ac_exeext conftest.
$ac_ext
11321 LIBS
=$ac_check_soname_save_LIBS
11323 if ${ac_cv_lib_soname_xslt:+false} :; then :
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11325 $as_echo "not found" >&6; }
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11329 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11331 cat >>confdefs.h
<<_ACEOF
11332 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11340 CPPFLAGS
=$ac_save_CPPFLAGS
11341 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11342 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11345 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11346 case "x$with_xslt" in
11347 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11349 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11350 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11355 if test "x$with_dbus" != "xno"
11357 if ${DBUS_CFLAGS:+false} :; then :
11358 if ${PKG_CONFIG+:} false
; then :
11359 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11363 if ${DBUS_LIBS:+false} :; then :
11364 if ${PKG_CONFIG+:} false
; then :
11365 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11370 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11371 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11372 ac_save_CPPFLAGS
=$CPPFLAGS
11373 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11374 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11375 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11377 $as_echo_n "checking for -ldbus-1... " >&6; }
11378 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11379 $as_echo_n "(cached) " >&6
11381 ac_check_soname_save_LIBS
=$LIBS
11382 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11384 /* end confdefs.h. */
11386 /* Override any GCC internal prototype to avoid an error.
11387 Use char because int might match the return type of a GCC
11388 builtin and then its argument prototype would still apply. */
11392 char dbus_connection_close ();
11396 return dbus_connection_close ();
11401 if ac_fn_c_try_link
"$LINENO"; then :
11403 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11404 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'` ;;
11405 *) 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'`
11406 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11407 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11411 rm -f core conftest.err conftest.
$ac_objext \
11412 conftest
$ac_exeext conftest.
$ac_ext
11413 LIBS
=$ac_check_soname_save_LIBS
11415 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11417 $as_echo "not found" >&6; }
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11421 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11423 cat >>confdefs.h
<<_ACEOF
11424 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11434 CPPFLAGS
=$ac_save_CPPFLAGS
11435 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11436 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11439 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11440 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11441 case "x$with_dbus" in
11442 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11444 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11445 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11450 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11452 if ${HAL_CFLAGS:+false} :; then :
11453 if ${PKG_CONFIG+:} false
; then :
11454 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11458 if ${HAL_LIBS:+false} :; then :
11459 if ${PKG_CONFIG+:} false
; then :
11460 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11464 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11465 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11466 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11467 ac_save_CPPFLAGS
=$CPPFLAGS
11468 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11469 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11470 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11472 $as_echo_n "checking for -lhal... " >&6; }
11473 if ${ac_cv_lib_soname_hal+:} false
; then :
11474 $as_echo_n "(cached) " >&6
11476 ac_check_soname_save_LIBS
=$LIBS
11477 LIBS
="-lhal $HAL_LIBS $LIBS"
11478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11479 /* end confdefs.h. */
11481 /* Override any GCC internal prototype to avoid an error.
11482 Use char because int might match the return type of a GCC
11483 builtin and then its argument prototype would still apply. */
11487 char libhal_ctx_new ();
11491 return libhal_ctx_new ();
11496 if ac_fn_c_try_link
"$LINENO"; then :
11498 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11499 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'` ;;
11500 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11501 if ${ac_cv_lib_soname_hal:+false} :; then :
11502 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11506 rm -f core conftest.err conftest.
$ac_objext \
11507 conftest
$ac_exeext conftest.
$ac_ext
11508 LIBS
=$ac_check_soname_save_LIBS
11510 if ${ac_cv_lib_soname_hal:+false} :; then :
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11512 $as_echo "not found" >&6; }
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11516 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11518 cat >>confdefs.h
<<_ACEOF
11519 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11529 CPPFLAGS
=$ac_save_CPPFLAGS
11530 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11531 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11533 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11534 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11535 case "x$with_hal" in
11536 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11538 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11539 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11545 if test "x$with_gnutls" != "xno"
11547 if ${GNUTLS_CFLAGS:+false} :; then :
11548 if ${PKG_CONFIG+:} false
; then :
11549 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11553 if ${GNUTLS_LIBS:+false} :; then :
11554 if ${PKG_CONFIG+:} false
; then :
11555 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11560 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11561 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11562 ac_save_CPPFLAGS
=$CPPFLAGS
11563 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11564 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11565 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11567 /* end confdefs.h. */
11568 #include <gnutls/gnutls.h>
11569 #include <gnutls/crypto.h>
11573 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11578 if ac_fn_c_try_compile
"$LINENO"; then :
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11580 $as_echo_n "checking for -lgnutls... " >&6; }
11581 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11582 $as_echo_n "(cached) " >&6
11584 ac_check_soname_save_LIBS
=$LIBS
11585 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11587 /* end confdefs.h. */
11589 /* Override any GCC internal prototype to avoid an error.
11590 Use char because int might match the return type of a GCC
11591 builtin and then its argument prototype would still apply. */
11595 char gnutls_global_init ();
11599 return gnutls_global_init ();
11604 if ac_fn_c_try_link
"$LINENO"; then :
11606 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11607 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'` ;;
11608 *) 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'`
11609 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11610 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'`
11614 rm -f core conftest.err conftest.
$ac_objext \
11615 conftest
$ac_exeext conftest.
$ac_ext
11616 LIBS
=$ac_check_soname_save_LIBS
11618 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11620 $as_echo "not found" >&6; }
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11624 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11626 cat >>confdefs.h
<<_ACEOF
11627 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11632 ac_wine_check_funcs_save_LIBS
="$LIBS"
11633 LIBS
="$LIBS $GNUTLS_LIBS"
11634 for ac_func
in gnutls_hash
11636 ac_fn_c_check_func
"$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11637 if test "x$ac_cv_func_gnutls_hash" = xyes
; then :
11638 cat >>confdefs.h
<<_ACEOF
11639 #define HAVE_GNUTLS_HASH 1
11643 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11647 LIBS
="$ac_wine_check_funcs_save_LIBS"
11649 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11655 CPPFLAGS
=$ac_save_CPPFLAGS
11656 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11657 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11660 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11661 case "x$with_gnutls" in
11662 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11664 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11665 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11671 if test "$ac_cv_header_ncurses_h" = "yes"
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11674 $as_echo_n "checking for -lncurses... " >&6; }
11675 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11676 $as_echo_n "(cached) " >&6
11678 ac_check_soname_save_LIBS
=$LIBS
11679 LIBS
="-lncurses $LIBS"
11680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11681 /* end confdefs.h. */
11683 /* Override any GCC internal prototype to avoid an error.
11684 Use char because int might match the return type of a GCC
11685 builtin and then its argument prototype would still apply. */
11698 if ac_fn_c_try_link
"$LINENO"; then :
11700 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11701 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'` ;;
11702 *) 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'`
11703 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11704 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11708 rm -f core conftest.err conftest.
$ac_objext \
11709 conftest
$ac_exeext conftest.
$ac_ext
11710 LIBS
=$ac_check_soname_save_LIBS
11712 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11714 $as_echo "not found" >&6; }
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11718 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11720 cat >>confdefs.h
<<_ACEOF
11721 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11724 CURSES_LIBS
="-lncurses"
11726 elif test "$ac_cv_header_curses_h" = "yes"
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11729 $as_echo_n "checking for -lcurses... " >&6; }
11730 if ${ac_cv_lib_soname_curses+:} false
; then :
11731 $as_echo_n "(cached) " >&6
11733 ac_check_soname_save_LIBS
=$LIBS
11734 LIBS
="-lcurses $LIBS"
11735 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11736 /* end confdefs.h. */
11738 /* Override any GCC internal prototype to avoid an error.
11739 Use char because int might match the return type of a GCC
11740 builtin and then its argument prototype would still apply. */
11753 if ac_fn_c_try_link
"$LINENO"; then :
11755 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11756 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'` ;;
11757 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11758 if ${ac_cv_lib_soname_curses:+false} :; then :
11759 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11763 rm -f core conftest.err conftest.
$ac_objext \
11764 conftest
$ac_exeext conftest.
$ac_ext
11765 LIBS
=$ac_check_soname_save_LIBS
11767 if ${ac_cv_lib_soname_curses:+false} :; then :
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11769 $as_echo "not found" >&6; }
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11773 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11775 cat >>confdefs.h
<<_ACEOF
11776 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11779 CURSES_LIBS
="-lcurses"
11782 ac_save_LIBS
="$LIBS"
11783 LIBS
="$LIBS $CURSES_LIBS"
11784 for ac_func
in mousemask
11786 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11787 if test "x$ac_cv_func_mousemask" = xyes
; then :
11788 cat >>confdefs.h
<<_ACEOF
11789 #define HAVE_MOUSEMASK 1
11795 LIBS
="$ac_save_LIBS"
11796 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11797 case "x$with_curses" in
11798 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11800 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11801 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11806 if test "x$with_sane" != "xno"
11808 if ${SANE_CFLAGS:+false} :; then :
11809 if ${PKG_CONFIG+:} false
; then :
11810 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11813 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11814 if ${SANE_LIBS:+false} :; then :
11815 if ${PKG_CONFIG+:} false
; then :
11816 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11819 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11821 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11822 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11823 ac_save_CPPFLAGS
=$CPPFLAGS
11824 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11825 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11826 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11828 $as_echo_n "checking for -lsane... " >&6; }
11829 if ${ac_cv_lib_soname_sane+:} false
; then :
11830 $as_echo_n "(cached) " >&6
11832 ac_check_soname_save_LIBS
=$LIBS
11833 LIBS
="-lsane $SANE_LIBS $LIBS"
11834 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11837 /* Override any GCC internal prototype to avoid an error.
11838 Use char because int might match the return type of a GCC
11839 builtin and then its argument prototype would still apply. */
11847 return sane_init ();
11852 if ac_fn_c_try_link
"$LINENO"; then :
11854 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11855 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'` ;;
11856 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11857 if ${ac_cv_lib_soname_sane:+false} :; then :
11858 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11862 rm -f core conftest.err conftest.
$ac_objext \
11863 conftest
$ac_exeext conftest.
$ac_ext
11864 LIBS
=$ac_check_soname_save_LIBS
11866 if ${ac_cv_lib_soname_sane:+false} :; then :
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11868 $as_echo "not found" >&6; }
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11872 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11874 cat >>confdefs.h
<<_ACEOF
11875 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11885 CPPFLAGS
=$ac_save_CPPFLAGS
11886 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11887 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11890 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11891 case "x$with_sane" in
11892 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11894 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11895 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11900 if test "x$with_v4l" != "xno"
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11903 $as_echo_n "checking for -lv4l1... " >&6; }
11904 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11905 $as_echo_n "(cached) " >&6
11907 ac_check_soname_save_LIBS
=$LIBS
11908 LIBS
="-lv4l1 $LIBS"
11909 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11910 /* end confdefs.h. */
11912 /* Override any GCC internal prototype to avoid an error.
11913 Use char because int might match the return type of a GCC
11914 builtin and then its argument prototype would still apply. */
11922 return v4l1_open ();
11927 if ac_fn_c_try_link
"$LINENO"; then :
11929 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11930 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'` ;;
11931 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11932 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11933 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11937 rm -f core conftest.err conftest.
$ac_objext \
11938 conftest
$ac_exeext conftest.
$ac_ext
11939 LIBS
=$ac_check_soname_save_LIBS
11941 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11943 $as_echo "not found" >&6; }
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11947 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11949 cat >>confdefs.h
<<_ACEOF
11950 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11956 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11957 case "x$with_v4l" in
11958 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11960 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11961 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11966 if test "x$with_gphoto" != "xno"
11968 if ${GPHOTO2_CFLAGS:+false} :; then :
11969 if ${PKG_CONFIG+:} false
; then :
11970 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11973 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11974 if ${GPHOTO2_LIBS:+false} :; then :
11975 if ${PKG_CONFIG+:} false
; then :
11976 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11979 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11980 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11981 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11982 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11983 ac_save_CPPFLAGS
=$CPPFLAGS
11984 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11985 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11986 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11988 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11989 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11990 $as_echo_n "(cached) " >&6
11992 ac_check_lib_save_LIBS
=$LIBS
11993 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11995 /* end confdefs.h. */
11997 /* Override any GCC internal prototype to avoid an error.
11998 Use char because int might match the return type of a GCC
11999 builtin and then its argument prototype would still apply. */
12003 char gp_camera_new ();
12007 return gp_camera_new ();
12012 if ac_fn_c_try_link
"$LINENO"; then :
12013 ac_cv_lib_gphoto2_gp_camera_new
=yes
12015 ac_cv_lib_gphoto2_gp_camera_new
=no
12017 rm -f core conftest.err conftest.
$ac_objext \
12018 conftest
$ac_exeext conftest.
$ac_ext
12019 LIBS
=$ac_check_lib_save_LIBS
12021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12022 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12023 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12025 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12028 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12032 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12036 CPPFLAGS
=$ac_save_CPPFLAGS
12037 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12038 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12040 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12041 if ${PKG_CONFIG+:} false
; then :
12042 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12045 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12046 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12047 if ${PKG_CONFIG+:} false
; then :
12048 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12051 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12052 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12053 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12054 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12055 ac_save_CPPFLAGS
=$CPPFLAGS
12056 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12057 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12058 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12060 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12061 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12062 $as_echo_n "(cached) " >&6
12064 ac_check_lib_save_LIBS
=$LIBS
12065 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12067 /* end confdefs.h. */
12069 /* Override any GCC internal prototype to avoid an error.
12070 Use char because int might match the return type of a GCC
12071 builtin and then its argument prototype would still apply. */
12075 char gp_port_info_list_new ();
12079 return gp_port_info_list_new ();
12084 if ac_fn_c_try_link
"$LINENO"; then :
12085 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12087 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12089 rm -f core conftest.err conftest.
$ac_objext \
12090 conftest
$ac_exeext conftest.
$ac_ext
12091 LIBS
=$ac_check_lib_save_LIBS
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12094 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12095 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12097 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12100 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12104 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12108 CPPFLAGS
=$ac_save_CPPFLAGS
12109 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12110 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12113 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12114 case "x$with_gphoto" in
12115 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12117 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12118 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12122 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12123 case "x$with_gphoto" in
12124 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12126 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12127 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12133 if test "$ac_cv_header_resolv_h" = "yes"
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12136 $as_echo_n "checking for resolver library... " >&6; }
12137 if ${ac_cv_have_resolv+:} false
; then :
12138 $as_echo_n "(cached) " >&6
12140 ac_save_LIBS
="$LIBS"
12141 for lib
in '' -lresolv
12143 LIBS
="$lib $ac_save_LIBS"
12144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12145 /* end confdefs.h. */
12146 #ifdef HAVE_NETINET_IN_H
12147 #include <netinet/in.h>
12149 #include <resolv.h>
12153 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12158 if ac_fn_c_try_link
"$LINENO"; then :
12159 ac_cv_have_resolv
=${lib:-"none required"}
12161 ac_cv_have_resolv
="not found"
12163 rm -f core conftest.err conftest.
$ac_objext \
12164 conftest
$ac_exeext conftest.
$ac_ext
12165 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12167 LIBS
="$ac_save_LIBS"
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12170 $as_echo "$ac_cv_have_resolv" >&6; }
12172 case "$ac_cv_have_resolv" in
12176 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12179 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12181 RESOLV_LIBS
=$ac_cv_have_resolv
12186 if test "x$with_cms" != "xno"
12188 if ${LCMS2_CFLAGS:+false} :; then :
12189 if ${PKG_CONFIG+:} false
; then :
12190 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12194 if ${LCMS2_LIBS:+false} :; then :
12195 if ${PKG_CONFIG+:} false
; then :
12196 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12200 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12201 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12202 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12203 ac_save_CPPFLAGS
=$CPPFLAGS
12204 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12205 for ac_header
in lcms2.h
12207 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12208 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12209 cat >>confdefs.h
<<_ACEOF
12210 #define HAVE_LCMS2_H 1
12217 if test "$ac_cv_header_lcms2_h" = "yes"
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12220 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12221 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12222 $as_echo_n "(cached) " >&6
12224 ac_check_lib_save_LIBS
=$LIBS
12225 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12227 /* end confdefs.h. */
12229 /* Override any GCC internal prototype to avoid an error.
12230 Use char because int might match the return type of a GCC
12231 builtin and then its argument prototype would still apply. */
12235 char cmsOpenProfileFromFile ();
12239 return cmsOpenProfileFromFile ();
12244 if ac_fn_c_try_link
"$LINENO"; then :
12245 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12247 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12249 rm -f core conftest.err conftest.
$ac_objext \
12250 conftest
$ac_exeext conftest.
$ac_ext
12251 LIBS
=$ac_check_lib_save_LIBS
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12254 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12255 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12257 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12267 CPPFLAGS
=$ac_save_CPPFLAGS
12268 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12269 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12272 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12273 case "x$with_cms" in
12274 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12276 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12277 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12282 if test "x$with_freetype" != "xno"
12284 if ${FREETYPE_CFLAGS:+false} :; then :
12285 if ${PKG_CONFIG+:} false
; then :
12286 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12289 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12290 if ${FREETYPE_LIBS:+false} :; then :
12291 if ${PKG_CONFIG+:} false
; then :
12292 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12295 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12296 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12297 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12298 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12299 ac_save_CPPFLAGS
=$CPPFLAGS
12300 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12301 for ac_header
in ft2build.h
12303 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12304 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12305 cat >>confdefs.h
<<_ACEOF
12306 #define HAVE_FT2BUILD_H 1
12313 if test "$ac_cv_header_ft2build_h" = "yes"
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12316 $as_echo_n "checking for -lfreetype... " >&6; }
12317 if ${ac_cv_lib_soname_freetype+:} false
; then :
12318 $as_echo_n "(cached) " >&6
12320 ac_check_soname_save_LIBS
=$LIBS
12321 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12322 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12323 /* end confdefs.h. */
12325 /* Override any GCC internal prototype to avoid an error.
12326 Use char because int might match the return type of a GCC
12327 builtin and then its argument prototype would still apply. */
12331 char FT_Init_FreeType ();
12335 return FT_Init_FreeType ();
12340 if ac_fn_c_try_link
"$LINENO"; then :
12342 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12343 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'` ;;
12344 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12345 if ${ac_cv_lib_soname_freetype:+false} :; then :
12346 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12350 rm -f core conftest.err conftest.
$ac_objext \
12351 conftest
$ac_exeext conftest.
$ac_ext
12352 LIBS
=$ac_check_soname_save_LIBS
12354 if ${ac_cv_lib_soname_freetype:+false} :; then :
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12356 $as_echo "not found" >&6; }
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12360 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12362 cat >>confdefs.h
<<_ACEOF
12363 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12367 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12369 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12370 #include FT_MODULE_H
12372 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12374 cat >>confdefs.h
<<_ACEOF
12375 #define HAVE_FT_TRUETYPEENGINETYPE 1
12386 CPPFLAGS
=$ac_save_CPPFLAGS
12387 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12388 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12391 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12392 case "x$with_freetype" in
12394 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12395 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12397 enable_fonts
=${enable_fonts:-no}
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12401 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12402 if ${ac_cv_c_ppdev+:} false
; then :
12403 $as_echo_n "(cached) " >&6
12405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12406 /* end confdefs.h. */
12407 #ifdef HAVE_SYS_IOCTL_H
12408 # include <sys/ioctl.h>
12410 #include <linux/ppdev.h>
12414 ioctl (1,PPCLAIM,0)
12419 if ac_fn_c_try_compile
"$LINENO"; then :
12420 ac_cv_c_ppdev
="yes"
12424 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12427 $as_echo "$ac_cv_c_ppdev" >&6; }
12428 if test "$ac_cv_c_ppdev" = "yes"
12431 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12435 ac_wine_check_funcs_save_LIBS
="$LIBS"
12436 LIBS
="$LIBS $PTHREAD_LIBS"
12438 pthread_attr_get_np \
12439 pthread_getattr_np \
12440 pthread_getthreadid_np \
12441 pthread_get_stackaddr_np \
12442 pthread_get_stacksize_np
12444 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12445 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12446 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12447 cat >>confdefs.h
<<_ACEOF
12448 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12454 LIBS
="$ac_wine_check_funcs_save_LIBS"
12456 if test "$ac_cv_header_zlib_h" = "yes"
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12459 $as_echo_n "checking for inflate in -lz... " >&6; }
12460 if ${ac_cv_lib_z_inflate+:} false
; then :
12461 $as_echo_n "(cached) " >&6
12463 ac_check_lib_save_LIBS
=$LIBS
12465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12466 /* end confdefs.h. */
12468 /* Override any GCC internal prototype to avoid an error.
12469 Use char because int might match the return type of a GCC
12470 builtin and then its argument prototype would still apply. */
12483 if ac_fn_c_try_link
"$LINENO"; then :
12484 ac_cv_lib_z_inflate
=yes
12486 ac_cv_lib_z_inflate
=no
12488 rm -f core conftest.err conftest.
$ac_objext \
12489 conftest
$ac_exeext conftest.
$ac_ext
12490 LIBS
=$ac_check_lib_save_LIBS
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12493 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12494 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12496 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12503 if test "x$Z_LIBS" = "x"; then :
12504 case "x$with_zlib" in
12505 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12507 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12508 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12513 if test "x$enable_tools" != xno
-a "x$with_gettextpo" = xyes
12515 if test "$ac_cv_header_gettext_po_h" = "yes"
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12518 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12519 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12520 $as_echo_n "(cached) " >&6
12522 ac_check_lib_save_LIBS
=$LIBS
12523 LIBS
="-lgettextpo $LIBS"
12524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12525 /* end confdefs.h. */
12527 /* Override any GCC internal prototype to avoid an error.
12528 Use char because int might match the return type of a GCC
12529 builtin and then its argument prototype would still apply. */
12533 char po_message_msgctxt ();
12537 return po_message_msgctxt ();
12542 if ac_fn_c_try_link
"$LINENO"; then :
12543 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12545 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12547 rm -f core conftest.err conftest.
$ac_objext \
12548 conftest
$ac_exeext conftest.
$ac_ext
12549 LIBS
=$ac_check_lib_save_LIBS
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12552 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12553 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12555 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12557 GETTEXTPO_LIBS
="-lgettextpo"
12562 if test "x$GETTEXTPO_LIBS" = "x"; then :
12563 case "x$with_gettextpo" in
12564 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12566 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12567 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12571 if test "$srcdir" != .
; then :
12572 case "x$with_gettextpo" in
12573 x
) as_fn_append wine_notices
"|Rebuilding po files is not supported for out of tree builds." ;;
12575 *) as_fn_error $?
"Rebuilding po files is not supported for out of tree builds.
12576 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12582 if test "x$with_pulse" != "xno";
12584 if ${PULSE_CFLAGS:+false} :; then :
12585 if ${PKG_CONFIG+:} false
; then :
12586 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12590 if ${PULSE_LIBS:+false} :; then :
12591 if ${PKG_CONFIG+:} false
; then :
12592 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12597 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12598 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12599 ac_save_CPPFLAGS
=$CPPFLAGS
12600 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12601 for ac_header
in pulse
/pulseaudio.h
12603 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12604 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12605 cat >>confdefs.h
<<_ACEOF
12606 #define HAVE_PULSE_PULSEAUDIO_H 1
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12609 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12610 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12611 $as_echo_n "(cached) " >&6
12613 ac_check_lib_save_LIBS
=$LIBS
12614 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12616 /* end confdefs.h. */
12618 /* Override any GCC internal prototype to avoid an error.
12619 Use char because int might match the return type of a GCC
12620 builtin and then its argument prototype would still apply. */
12624 char pa_stream_is_corked ();
12628 return pa_stream_is_corked ();
12633 if ac_fn_c_try_link
"$LINENO"; then :
12634 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12636 ac_cv_lib_pulse_pa_stream_is_corked
=no
12638 rm -f core conftest.err conftest.
$ac_objext \
12639 conftest
$ac_exeext conftest.
$ac_ext
12640 LIBS
=$ac_check_lib_save_LIBS
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12643 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12644 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12656 CPPFLAGS
=$ac_save_CPPFLAGS
12657 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12658 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12661 if test -z "$PULSE_LIBS"; then :
12662 case "x$with_pulse" in
12663 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12665 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12666 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12668 enable_winepulse_drv
=${enable_winepulse_drv:-no}
12671 if test "x$with_gstreamer" != "xno"
12673 if ${GSTREAMER_CFLAGS:+false} :; then :
12674 if ${PKG_CONFIG+:} false
; then :
12675 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12679 if ${GSTREAMER_LIBS:+false} :; then :
12680 if ${PKG_CONFIG+:} false
; then :
12681 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12686 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12687 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12688 ac_save_CPPFLAGS
=$CPPFLAGS
12689 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12691 for i
in $GSTREAMER_CFLAGS
12694 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12697 GSTREAMER_CFLAGS
=$ac_gst_incl
12698 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12699 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12700 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12702 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12704 /* end confdefs.h. */
12705 #include <gst/gst.h>
12709 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12714 if ac_fn_c_try_compile
"$LINENO"; then :
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12716 $as_echo "yes" >&6; }
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12718 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12719 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12720 $as_echo_n "(cached) " >&6
12722 ac_check_lib_save_LIBS
=$LIBS
12723 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12725 /* end confdefs.h. */
12727 /* Override any GCC internal prototype to avoid an error.
12728 Use char because int might match the return type of a GCC
12729 builtin and then its argument prototype would still apply. */
12733 char gst_pad_new ();
12737 return gst_pad_new ();
12742 if ac_fn_c_try_link
"$LINENO"; then :
12743 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12745 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12747 rm -f core conftest.err conftest.
$ac_objext \
12748 conftest
$ac_exeext conftest.
$ac_ext
12749 LIBS
=$ac_check_lib_save_LIBS
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12752 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12753 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12759 $as_echo "no" >&6; }
12760 ac_glib2_broken
=yes
12761 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12763 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12767 CPPFLAGS
=$ac_save_CPPFLAGS
12768 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12769 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12772 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 :
12773 case "x$with_gstreamer" in
12774 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12776 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12777 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12781 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12785 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12788 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12789 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12790 $as_echo_n "(cached) " >&6
12792 ac_check_lib_save_LIBS
=$LIBS
12793 LIBS
="-lasound $LIBS"
12794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12795 /* end confdefs.h. */
12797 /* Override any GCC internal prototype to avoid an error.
12798 Use char because int might match the return type of a GCC
12799 builtin and then its argument prototype would still apply. */
12803 char snd_pcm_hw_params_get_access_mask ();
12807 return snd_pcm_hw_params_get_access_mask ();
12812 if ac_fn_c_try_link
"$LINENO"; then :
12813 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12815 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12817 rm -f core conftest.err conftest.
$ac_objext \
12818 conftest
$ac_exeext conftest.
$ac_ext
12819 LIBS
=$ac_check_lib_save_LIBS
12821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12822 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12823 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12825 /* end confdefs.h. */
12826 #ifdef HAVE_ALSA_ASOUNDLIB_H
12827 #include <alsa/asoundlib.h>
12828 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12829 #include <sys/asoundlib.h>
12834 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12839 if ac_fn_c_try_compile
"$LINENO"; then :
12840 ALSA_LIBS
="-lasound"
12842 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12846 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12848 if test "x$with_oss" != xno
12850 ac_save_CPPFLAGS
="$CPPFLAGS"
12851 if test -f /etc
/oss.conf
12855 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12856 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12857 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12858 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12859 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12861 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12863 cat >>confdefs.h
<<_ACEOF
12864 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12867 OSS4_CFLAGS
="$ac_oss_incl"
12874 CPPFLAGS
="$ac_save_CPPFLAGS"
12876 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
; then :
12877 case "x$with_oss" in
12878 x
) as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported." ;;
12880 *) as_fn_error $?
"OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
12881 This is an error since --with-oss was requested." "$LINENO" 5 ;;
12883 enable_wineoss_drv
=${enable_wineoss_drv:-no}
12886 if test "x$with_capi" != "xno"
12888 if ${CAPI20_CFLAGS:+false} :; then :
12889 if ${PKG_CONFIG+:} false
; then :
12890 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12894 if ${CAPI20_LIBS:+false} :; then :
12895 if ${PKG_CONFIG+:} false
; then :
12896 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12901 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12902 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12903 ac_save_CPPFLAGS
=$CPPFLAGS
12904 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12905 for ac_header
in capi20.h linux
/capi.h
12907 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12908 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12910 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12911 cat >>confdefs.h
<<_ACEOF
12912 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12919 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12922 $as_echo_n "checking for -lcapi20... " >&6; }
12923 if ${ac_cv_lib_soname_capi20+:} false
; then :
12924 $as_echo_n "(cached) " >&6
12926 ac_check_soname_save_LIBS
=$LIBS
12927 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12928 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12929 /* end confdefs.h. */
12931 /* Override any GCC internal prototype to avoid an error.
12932 Use char because int might match the return type of a GCC
12933 builtin and then its argument prototype would still apply. */
12937 char capi20_register ();
12941 return capi20_register ();
12946 if ac_fn_c_try_link
"$LINENO"; then :
12948 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12949 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'` ;;
12950 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12951 if ${ac_cv_lib_soname_capi20:+false} :; then :
12952 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12956 rm -f core conftest.err conftest.
$ac_objext \
12957 conftest
$ac_exeext conftest.
$ac_ext
12958 LIBS
=$ac_check_soname_save_LIBS
12960 if ${ac_cv_lib_soname_capi20:+false} :; then :
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12962 $as_echo "not found" >&6; }
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12966 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12968 cat >>confdefs.h
<<_ACEOF
12969 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12975 CPPFLAGS
=$ac_save_CPPFLAGS
12976 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12977 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12980 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12981 case "x$with_capi" in
12982 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12984 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12985 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12992 if test "x$with_cups" != "xno"
12994 ac_save_CPPFLAGS
="$CPPFLAGS"
12995 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12996 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12997 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12998 for ac_header
in cups
/cups.h
13000 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
13001 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
13002 cat >>confdefs.h
<<_ACEOF
13003 #define HAVE_CUPS_CUPS_H 1
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
13006 $as_echo_n "checking for -lcups... " >&6; }
13007 if ${ac_cv_lib_soname_cups+:} false
; then :
13008 $as_echo_n "(cached) " >&6
13010 ac_check_soname_save_LIBS
=$LIBS
13011 LIBS
="-lcups $ac_cups_libs $LIBS"
13012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13013 /* end confdefs.h. */
13015 /* Override any GCC internal prototype to avoid an error.
13016 Use char because int might match the return type of a GCC
13017 builtin and then its argument prototype would still apply. */
13021 char cupsGetDefault ();
13025 return cupsGetDefault ();
13030 if ac_fn_c_try_link
"$LINENO"; then :
13032 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13033 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'` ;;
13034 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13035 if ${ac_cv_lib_soname_cups:+false} :; then :
13036 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13040 rm -f core conftest.err conftest.
$ac_objext \
13041 conftest
$ac_exeext conftest.
$ac_ext
13042 LIBS
=$ac_check_soname_save_LIBS
13044 if ${ac_cv_lib_soname_cups:+false} :; then :
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13046 $as_echo "not found" >&6; }
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13050 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13052 cat >>confdefs.h
<<_ACEOF
13053 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13056 CUPS_CFLAGS
="$ac_cups_cflags"
13058 for ac_header
in cups
/ppd.h
13060 ac_fn_c_check_header_mongrel
"$LINENO" "cups/ppd.h" "ac_cv_header_cups_ppd_h" "$ac_includes_default"
13061 if test "x$ac_cv_header_cups_ppd_h" = xyes
; then :
13062 cat >>confdefs.h
<<_ACEOF
13063 #define HAVE_CUPS_PPD_H 1
13074 CPPFLAGS
="$ac_save_CPPFLAGS"
13076 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13077 case "x$with_cups" in
13078 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13080 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13081 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13086 if test "x$with_fontconfig" != "xno"
13088 if ${FONTCONFIG_CFLAGS:+false} :; then :
13089 if ${PKG_CONFIG+:} false
; then :
13090 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13093 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13094 if ${FONTCONFIG_LIBS:+false} :; then :
13095 if ${PKG_CONFIG+:} false
; then :
13096 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13099 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13101 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13102 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13103 ac_save_CPPFLAGS
=$CPPFLAGS
13104 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13105 for ac_header
in fontconfig
/fontconfig.h
13107 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13108 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13109 cat >>confdefs.h
<<_ACEOF
13110 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13117 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13120 $as_echo_n "checking for -lfontconfig... " >&6; }
13121 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13122 $as_echo_n "(cached) " >&6
13124 ac_check_soname_save_LIBS
=$LIBS
13125 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13127 /* end confdefs.h. */
13129 /* Override any GCC internal prototype to avoid an error.
13130 Use char because int might match the return type of a GCC
13131 builtin and then its argument prototype would still apply. */
13144 if ac_fn_c_try_link
"$LINENO"; then :
13146 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13147 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'` ;;
13148 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13149 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13150 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13154 rm -f core conftest.err conftest.
$ac_objext \
13155 conftest
$ac_exeext conftest.
$ac_ext
13156 LIBS
=$ac_check_soname_save_LIBS
13158 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13160 $as_echo "not found" >&6; }
13161 FONTCONFIG_CFLAGS
=""
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13164 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13166 cat >>confdefs.h
<<_ACEOF
13167 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13173 FONTCONFIG_CFLAGS
=""
13175 CPPFLAGS
=$ac_save_CPPFLAGS
13176 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13177 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13180 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13181 case "x$with_fontconfig" in
13182 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13184 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13185 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13190 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13193 $as_echo_n "checking for -lgsm... " >&6; }
13194 if ${ac_cv_lib_soname_gsm+:} false
; then :
13195 $as_echo_n "(cached) " >&6
13197 ac_check_soname_save_LIBS
=$LIBS
13199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13200 /* end confdefs.h. */
13202 /* Override any GCC internal prototype to avoid an error.
13203 Use char because int might match the return type of a GCC
13204 builtin and then its argument prototype would still apply. */
13208 char gsm_create ();
13212 return gsm_create ();
13217 if ac_fn_c_try_link
"$LINENO"; then :
13219 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13220 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'` ;;
13221 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13222 if ${ac_cv_lib_soname_gsm:+false} :; then :
13223 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13227 rm -f core conftest.err conftest.
$ac_objext \
13228 conftest
$ac_exeext conftest.
$ac_ext
13229 LIBS
=$ac_check_soname_save_LIBS
13231 if ${ac_cv_lib_soname_gsm:+false} :; then :
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13233 $as_echo "not found" >&6; }
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13237 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13239 cat >>confdefs.h
<<_ACEOF
13240 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13246 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13247 case "x$with_gsm" in
13248 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13250 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13251 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13256 if test "x$with_jpeg" != "xno"
13258 if ${JPEG_CFLAGS:+false} :; then :
13259 if ${PKG_CONFIG+:} false
; then :
13260 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13264 if ${JPEG_LIBS:+false} :; then :
13265 if ${PKG_CONFIG+:} false
; then :
13266 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13271 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13272 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13273 ac_save_CPPFLAGS
=$CPPFLAGS
13274 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13275 for ac_header
in jpeglib.h
13277 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13278 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13279 cat >>confdefs.h
<<_ACEOF
13280 #define HAVE_JPEGLIB_H 1
13287 if test "$ac_cv_header_jpeglib_h" = "yes"
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13290 $as_echo_n "checking for -ljpeg... " >&6; }
13291 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13292 $as_echo_n "(cached) " >&6
13294 ac_check_soname_save_LIBS
=$LIBS
13295 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13297 /* end confdefs.h. */
13299 /* Override any GCC internal prototype to avoid an error.
13300 Use char because int might match the return type of a GCC
13301 builtin and then its argument prototype would still apply. */
13305 char jpeg_start_decompress ();
13309 return jpeg_start_decompress ();
13314 if ac_fn_c_try_link
"$LINENO"; then :
13316 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13317 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'` ;;
13318 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13319 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13320 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13324 rm -f core conftest.err conftest.
$ac_objext \
13325 conftest
$ac_exeext conftest.
$ac_ext
13326 LIBS
=$ac_check_soname_save_LIBS
13328 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13330 $as_echo "not found" >&6; }
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13334 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13336 cat >>confdefs.h
<<_ACEOF
13337 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13345 CPPFLAGS
=$ac_save_CPPFLAGS
13346 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13347 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13350 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13351 case "x$with_jpeg" in
13352 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13354 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13355 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13360 if test "x$with_png" != "xno"
13362 if ${PNG_CFLAGS:+false} :; then :
13363 if ${PKG_CONFIG+:} false
; then :
13364 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13367 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13368 if ${PNG_LIBS:+false} :; then :
13369 if ${PKG_CONFIG+:} false
; then :
13370 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13373 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13375 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13376 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13377 ac_save_CPPFLAGS
=$CPPFLAGS
13378 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13379 for ac_header
in png.h
13381 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13382 if test "x$ac_cv_header_png_h" = xyes
; then :
13383 cat >>confdefs.h
<<_ACEOF
13384 #define HAVE_PNG_H 1
13391 if test "$ac_cv_header_png_h" = "yes"
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13394 $as_echo_n "checking for -lpng... " >&6; }
13395 if ${ac_cv_lib_soname_png+:} false
; then :
13396 $as_echo_n "(cached) " >&6
13398 ac_check_soname_save_LIBS
=$LIBS
13399 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13401 /* end confdefs.h. */
13403 /* Override any GCC internal prototype to avoid an error.
13404 Use char because int might match the return type of a GCC
13405 builtin and then its argument prototype would still apply. */
13409 char png_create_read_struct ();
13413 return png_create_read_struct ();
13418 if ac_fn_c_try_link
"$LINENO"; then :
13420 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13421 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'` ;;
13422 *) 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'`
13423 if ${ac_cv_lib_soname_png:+false} :; then :
13424 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13428 rm -f core conftest.err conftest.
$ac_objext \
13429 conftest
$ac_exeext conftest.
$ac_ext
13430 LIBS
=$ac_check_soname_save_LIBS
13432 if ${ac_cv_lib_soname_png:+false} :; then :
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13434 $as_echo "not found" >&6; }
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13438 $as_echo "$ac_cv_lib_soname_png" >&6; }
13440 cat >>confdefs.h
<<_ACEOF
13441 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13445 /* end confdefs.h. */
13450 typeof(png_set_expand_gray_1_2_4_to_8) *p
13455 if ac_fn_c_try_compile
"$LINENO"; then :
13457 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13460 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13465 CPPFLAGS
=$ac_save_CPPFLAGS
13466 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13467 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13470 if test "x$ac_cv_lib_soname_png" = "x"; then :
13471 case "x$with_png" in
13472 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13474 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13475 This is an error since --with-png was requested." "$LINENO" 5 ;;
13480 if test "x$with_tiff" != "xno"
13482 if ${TIFF_CFLAGS:+false} :; then :
13483 if ${PKG_CONFIG+:} false
; then :
13484 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13488 if ${TIFF_LIBS:+false} :; then :
13489 if ${PKG_CONFIG+:} false
; then :
13490 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13495 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13496 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13497 ac_save_CPPFLAGS
=$CPPFLAGS
13498 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13499 for ac_header
in tiffio.h
13501 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13502 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13503 cat >>confdefs.h
<<_ACEOF
13504 #define HAVE_TIFFIO_H 1
13511 if test "$ac_cv_header_tiffio_h" = "yes"
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13514 $as_echo_n "checking for -ltiff... " >&6; }
13515 if ${ac_cv_lib_soname_tiff+:} false
; then :
13516 $as_echo_n "(cached) " >&6
13518 ac_check_soname_save_LIBS
=$LIBS
13519 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13520 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13521 /* end confdefs.h. */
13523 /* Override any GCC internal prototype to avoid an error.
13524 Use char because int might match the return type of a GCC
13525 builtin and then its argument prototype would still apply. */
13529 char TIFFClientOpen ();
13533 return TIFFClientOpen ();
13538 if ac_fn_c_try_link
"$LINENO"; then :
13540 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13541 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'` ;;
13542 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13543 if ${ac_cv_lib_soname_tiff:+false} :; then :
13544 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13548 rm -f core conftest.err conftest.
$ac_objext \
13549 conftest
$ac_exeext conftest.
$ac_ext
13550 LIBS
=$ac_check_soname_save_LIBS
13552 if ${ac_cv_lib_soname_tiff:+false} :; then :
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13554 $as_echo "not found" >&6; }
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13558 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13560 cat >>confdefs.h
<<_ACEOF
13561 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13567 CPPFLAGS
=$ac_save_CPPFLAGS
13568 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13569 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13572 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13573 case "x$with_tiff" in
13574 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13576 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13577 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13582 if test "x$with_mpg123" != "xno"
13584 if ${MPG123_CFLAGS:+false} :; then :
13585 if ${PKG_CONFIG+:} false
; then :
13586 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13590 if ${MPG123_LIBS:+false} :; then :
13591 if ${PKG_CONFIG+:} false
; then :
13592 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13596 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13597 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13598 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13599 ac_save_CPPFLAGS
=$CPPFLAGS
13600 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13601 for ac_header
in mpg123.h
13603 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13604 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13605 cat >>confdefs.h
<<_ACEOF
13606 #define HAVE_MPG123_H 1
13613 if test "$ac_cv_header_mpg123_h" = "yes"
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13616 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13617 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13618 $as_echo_n "(cached) " >&6
13620 ac_check_lib_save_LIBS
=$LIBS
13621 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13623 /* end confdefs.h. */
13625 /* Override any GCC internal prototype to avoid an error.
13626 Use char because int might match the return type of a GCC
13627 builtin and then its argument prototype would still apply. */
13631 char mpg123_feed ();
13635 return mpg123_feed ();
13640 if ac_fn_c_try_link
"$LINENO"; then :
13641 ac_cv_lib_mpg123_mpg123_feed
=yes
13643 ac_cv_lib_mpg123_mpg123_feed
=no
13645 rm -f core conftest.err conftest.
$ac_objext \
13646 conftest
$ac_exeext conftest.
$ac_ext
13647 LIBS
=$ac_check_lib_save_LIBS
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13650 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13651 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13661 CPPFLAGS
=$ac_save_CPPFLAGS
13662 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13663 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13666 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13667 case "x$with_mpg123" in
13668 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13670 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13671 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13673 enable_winemp3_acm
=${enable_winemp3_acm:-no}
13676 if test "$ac_cv_header_AL_al_h" = "yes"
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13679 $as_echo_n "checking for -lopenal... " >&6; }
13680 if ${ac_cv_lib_soname_openal+:} false
; then :
13681 $as_echo_n "(cached) " >&6
13683 ac_check_soname_save_LIBS
=$LIBS
13684 LIBS
="-lopenal $LIBS"
13685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13686 /* end confdefs.h. */
13688 /* Override any GCC internal prototype to avoid an error.
13689 Use char because int might match the return type of a GCC
13690 builtin and then its argument prototype would still apply. */
13694 char alGetSource3i ();
13698 return alGetSource3i ();
13703 if ac_fn_c_try_link
"$LINENO"; then :
13705 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13706 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'` ;;
13707 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13708 if ${ac_cv_lib_soname_openal:+false} :; then :
13709 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13713 rm -f core conftest.err conftest.
$ac_objext \
13714 conftest
$ac_exeext conftest.
$ac_ext
13715 LIBS
=$ac_check_soname_save_LIBS
13717 if ${ac_cv_lib_soname_openal:+false} :; then :
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13719 $as_echo "not found" >&6; }
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13723 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13725 cat >>confdefs.h
<<_ACEOF
13726 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13729 OPENAL_LIBS
="-lopenal"
13731 ac_cv_lib_openal
=yes
13733 cat >>confdefs.h
<<_ACEOF
13734 #define HAVE_OPENAL 1
13739 if test "x$ac_cv_lib_openal" != xyes
; then :
13740 case "x$with_openal" in
13741 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13743 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13744 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13746 enable_openal32
=${enable_openal32:-no}
13749 if test "x$ac_cv_lib_openal" = xyes
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13752 $as_echo_n "checking for openal-soft... " >&6; }
13753 if ${ac_cv_have_openalsoft+:} false
; then :
13754 $as_echo_n "(cached) " >&6
13756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13757 /* end confdefs.h. */
13759 #include <AL/alc.h>
13760 #include <AL/alext.h>
13761 LPALCRENDERSAMPLESSOFT x;
13770 if ac_fn_c_try_compile
"$LINENO"; then :
13771 ac_cv_have_openalsoft
=yes
13773 ac_cv_have_openalsoft
=no
13775 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13778 $as_echo "$ac_cv_have_openalsoft" >&6; }
13780 if test "x$ac_cv_have_openalsoft" != xyes
13782 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13783 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
13784 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
13785 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
13786 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
13787 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
13788 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
13789 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
13790 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
13791 enable_xapofx1_1
=${enable_xapofx1_1:-no}
13792 enable_xapofx1_2
=${enable_xapofx1_2:-no}
13793 enable_xapofx1_3
=${enable_xapofx1_3:-no}
13794 enable_xapofx1_4
=${enable_xapofx1_4:-no}
13795 enable_xapofx1_5
=${enable_xapofx1_5:-no}
13796 enable_xaudio2_0
=${enable_xaudio2_0:-no}
13797 enable_xaudio2_1
=${enable_xaudio2_1:-no}
13798 enable_xaudio2_2
=${enable_xaudio2_2:-no}
13799 enable_xaudio2_3
=${enable_xaudio2_3:-no}
13800 enable_xaudio2_4
=${enable_xaudio2_4:-no}
13801 enable_xaudio2_5
=${enable_xaudio2_5:-no}
13802 enable_xaudio2_6
=${enable_xaudio2_6:-no}
13803 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13804 enable_xaudio2_8
=${enable_xaudio2_8:-no}
13805 enable_xaudio2_9
=${enable_xaudio2_9:-no}
13808 if test "$ac_cv_header_kstat_h" = "yes"
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13811 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13812 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13813 $as_echo_n "(cached) " >&6
13815 ac_check_lib_save_LIBS
=$LIBS
13816 LIBS
="-lkstat $LIBS"
13817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13818 /* end confdefs.h. */
13820 /* Override any GCC internal prototype to avoid an error.
13821 Use char because int might match the return type of a GCC
13822 builtin and then its argument prototype would still apply. */
13826 char kstat_open ();
13830 return kstat_open ();
13835 if ac_fn_c_try_link
"$LINENO"; then :
13836 ac_cv_lib_kstat_kstat_open
=yes
13838 ac_cv_lib_kstat_kstat_open
=no
13840 rm -f core conftest.err conftest.
$ac_objext \
13841 conftest
$ac_exeext conftest.
$ac_ext
13842 LIBS
=$ac_check_lib_save_LIBS
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13845 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13846 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13848 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13850 KSTAT_LIBS
="-lkstat"
13856 if test "$ac_cv_header_libprocstat_h" = "yes"
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13859 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13860 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13861 $as_echo_n "(cached) " >&6
13863 ac_check_lib_save_LIBS
=$LIBS
13864 LIBS
="-lprocstat $LIBS"
13865 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13866 /* end confdefs.h. */
13868 /* Override any GCC internal prototype to avoid an error.
13869 Use char because int might match the return type of a GCC
13870 builtin and then its argument prototype would still apply. */
13874 char procstat_open_sysctl ();
13878 return procstat_open_sysctl ();
13883 if ac_fn_c_try_link
"$LINENO"; then :
13884 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13886 ac_cv_lib_procstat_procstat_open_sysctl
=no
13888 rm -f core conftest.err conftest.
$ac_objext \
13889 conftest
$ac_exeext conftest.
$ac_ext
13890 LIBS
=$ac_check_lib_save_LIBS
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13893 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13894 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13896 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13898 PROCSTAT_LIBS
="-lprocstat"
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13905 $as_echo_n "checking for -lodbc... " >&6; }
13906 if ${ac_cv_lib_soname_odbc+:} false
; then :
13907 $as_echo_n "(cached) " >&6
13909 ac_check_soname_save_LIBS
=$LIBS
13910 LIBS
="-lodbc $LIBS"
13911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13912 /* end confdefs.h. */
13914 /* Override any GCC internal prototype to avoid an error.
13915 Use char because int might match the return type of a GCC
13916 builtin and then its argument prototype would still apply. */
13920 char SQLConnect ();
13924 return SQLConnect ();
13929 if ac_fn_c_try_link
"$LINENO"; then :
13931 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13932 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'` ;;
13933 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13934 if ${ac_cv_lib_soname_odbc:+false} :; then :
13935 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13939 rm -f core conftest.err conftest.
$ac_objext \
13940 conftest
$ac_exeext conftest.
$ac_ext
13941 LIBS
=$ac_check_soname_save_LIBS
13943 if ${ac_cv_lib_soname_odbc:+false} :; then :
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13945 $as_echo "not found" >&6; }
13946 cat >>confdefs.h
<<_ACEOF
13947 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13952 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13954 cat >>confdefs.h
<<_ACEOF
13955 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13961 if test "x$with_netapi" != "xno"
13963 if ${NETAPI_CFLAGS:+false} :; then :
13964 if ${PKG_CONFIG+:} false
; then :
13965 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
13969 if ${NETAPI_LIBS:+false} :; then :
13970 if ${PKG_CONFIG+:} false
; then :
13971 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
13976 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
13977 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
13978 ac_save_CPPFLAGS
=$CPPFLAGS
13979 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13981 $as_echo_n "checking for -lnetapi... " >&6; }
13982 if ${ac_cv_lib_soname_netapi+:} false
; then :
13983 $as_echo_n "(cached) " >&6
13985 ac_check_soname_save_LIBS
=$LIBS
13986 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
13987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13988 /* end confdefs.h. */
13990 /* Override any GCC internal prototype to avoid an error.
13991 Use char because int might match the return type of a GCC
13992 builtin and then its argument prototype would still apply. */
13996 char libnetapi_init ();
14000 return libnetapi_init ();
14005 if ac_fn_c_try_link
"$LINENO"; then :
14007 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
14008 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'` ;;
14009 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
14010 if ${ac_cv_lib_soname_netapi:+false} :; then :
14011 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
14015 rm -f core conftest.err conftest.
$ac_objext \
14016 conftest
$ac_exeext conftest.
$ac_ext
14017 LIBS
=$ac_check_soname_save_LIBS
14019 if ${ac_cv_lib_soname_netapi:+false} :; then :
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
14021 $as_echo "not found" >&6; }
14022 cat >>confdefs.h
<<_ACEOF
14023 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
14028 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
14030 cat >>confdefs.h
<<_ACEOF
14031 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
14036 CPPFLAGS
=$ac_save_CPPFLAGS
14037 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
14038 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
14042 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
14043 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
14045 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
14051 if test "x${GCC}" = "xyes"
14053 EXTRACFLAGS
="-Wall -pipe"
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
14056 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
14057 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
14058 $as_echo_n "(cached) " >&6
14060 if test "$cross_compiling" = yes; then :
14061 ac_cv_c_gcc_strength_bug
="no"
14063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14064 /* end confdefs.h. */
14065 int L[4] = {0,1,2,3};
14069 static int Array[3];
14070 unsigned int B = 3;
14072 for(i=0; i<B; i++) Array[i] = i - 3;
14073 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14075 return (Array[1] != -2 || L[2] != 3)
14080 if ac_fn_c_try_run
"$LINENO"; then :
14081 ac_cv_c_gcc_strength_bug
="no"
14083 ac_cv_c_gcc_strength_bug
="yes"
14085 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14086 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14091 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14092 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14094 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14098 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14099 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14100 $as_echo_n "(cached) " >&6
14102 ac_wine_try_cflags_saved
=$CFLAGS
14103 CFLAGS
="$CFLAGS -fno-builtin"
14104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14105 /* end confdefs.h. */
14106 int main(int argc, char **argv) { return 0; }
14108 if ac_fn_c_try_link
"$LINENO"; then :
14109 ac_cv_cflags__fno_builtin
=yes
14111 ac_cv_cflags__fno_builtin
=no
14113 rm -f core conftest.err conftest.
$ac_objext \
14114 conftest
$ac_exeext conftest.
$ac_ext
14115 CFLAGS
=$ac_wine_try_cflags_saved
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14118 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14119 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14120 BUILTINFLAG
="-fno-builtin"
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14124 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14125 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14126 $as_echo_n "(cached) " >&6
14128 ac_wine_try_cflags_saved
=$CFLAGS
14129 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14131 /* end confdefs.h. */
14132 int main(int argc, char **argv) { return 0; }
14134 if ac_fn_c_try_link
"$LINENO"; then :
14135 ac_cv_cflags__fno_strict_aliasing
=yes
14137 ac_cv_cflags__fno_strict_aliasing
=no
14139 rm -f core conftest.err conftest.
$ac_objext \
14140 conftest
$ac_exeext conftest.
$ac_ext
14141 CFLAGS
=$ac_wine_try_cflags_saved
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14144 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14145 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14146 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14149 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14150 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14151 $as_echo_n "(cached) " >&6
14153 ac_wine_try_cflags_saved
=$CFLAGS
14154 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14156 /* end confdefs.h. */
14157 int main(int argc, char **argv) { return 0; }
14159 if ac_fn_c_try_link
"$LINENO"; then :
14160 ac_cv_cflags__fexcess_precision_standard
=yes
14162 ac_cv_cflags__fexcess_precision_standard
=no
14164 rm -f core conftest.err conftest.
$ac_objext \
14165 conftest
$ac_exeext conftest.
$ac_ext
14166 CFLAGS
=$ac_wine_try_cflags_saved
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14169 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14170 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14171 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14174 saved_CFLAGS
=$CFLAGS
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14176 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14177 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14178 $as_echo_n "(cached) " >&6
14180 ac_wine_try_cflags_saved
=$CFLAGS
14181 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14183 /* end confdefs.h. */
14184 int main(int argc, char **argv) { return 0; }
14186 if ac_fn_c_try_link
"$LINENO"; then :
14187 ac_cv_cflags__Werror_unknown_warning_option
=yes
14189 ac_cv_cflags__Werror_unknown_warning_option
=no
14191 rm -f core conftest.err conftest.
$ac_objext \
14192 conftest
$ac_exeext conftest.
$ac_ext
14193 CFLAGS
=$ac_wine_try_cflags_saved
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14196 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14197 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14198 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14201 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14202 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14203 $as_echo_n "(cached) " >&6
14205 ac_wine_try_cflags_saved
=$CFLAGS
14206 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14208 /* end confdefs.h. */
14209 int main(int argc, char **argv) { return 0; }
14211 if ac_fn_c_try_link
"$LINENO"; then :
14212 ac_cv_cflags__Wdeclaration_after_statement
=yes
14214 ac_cv_cflags__Wdeclaration_after_statement
=no
14216 rm -f core conftest.err conftest.
$ac_objext \
14217 conftest
$ac_exeext conftest.
$ac_ext
14218 CFLAGS
=$ac_wine_try_cflags_saved
14220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14221 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14222 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14223 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14226 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14227 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14228 $as_echo_n "(cached) " >&6
14230 ac_wine_try_cflags_saved
=$CFLAGS
14231 CFLAGS
="$CFLAGS -Wempty-body"
14232 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14233 /* end confdefs.h. */
14234 int main(int argc, char **argv) { return 0; }
14236 if ac_fn_c_try_link
"$LINENO"; then :
14237 ac_cv_cflags__Wempty_body
=yes
14239 ac_cv_cflags__Wempty_body
=no
14241 rm -f core conftest.err conftest.
$ac_objext \
14242 conftest
$ac_exeext conftest.
$ac_ext
14243 CFLAGS
=$ac_wine_try_cflags_saved
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14246 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14247 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14248 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14251 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14252 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14253 $as_echo_n "(cached) " >&6
14255 ac_wine_try_cflags_saved
=$CFLAGS
14256 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14258 /* end confdefs.h. */
14259 int main(int argc, char **argv) { return 0; }
14261 if ac_fn_c_try_link
"$LINENO"; then :
14262 ac_cv_cflags__Wignored_qualifiers
=yes
14264 ac_cv_cflags__Wignored_qualifiers
=no
14266 rm -f core conftest.err conftest.
$ac_objext \
14267 conftest
$ac_exeext conftest.
$ac_ext
14268 CFLAGS
=$ac_wine_try_cflags_saved
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14271 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14272 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14273 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14276 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14277 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14278 $as_echo_n "(cached) " >&6
14280 ac_wine_try_cflags_saved
=$CFLAGS
14281 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14283 /* end confdefs.h. */
14284 int main(int argc, char **argv) { return 0; }
14286 if ac_fn_c_try_link
"$LINENO"; then :
14287 ac_cv_cflags__Wshift_overflow_2
=yes
14289 ac_cv_cflags__Wshift_overflow_2
=no
14291 rm -f core conftest.err conftest.
$ac_objext \
14292 conftest
$ac_exeext conftest.
$ac_ext
14293 CFLAGS
=$ac_wine_try_cflags_saved
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14296 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14297 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14298 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14301 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14302 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14303 $as_echo_n "(cached) " >&6
14305 ac_wine_try_cflags_saved
=$CFLAGS
14306 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14308 /* end confdefs.h. */
14309 int main(int argc, char **argv) { return 0; }
14311 if ac_fn_c_try_link
"$LINENO"; then :
14312 ac_cv_cflags__Wstrict_prototypes
=yes
14314 ac_cv_cflags__Wstrict_prototypes
=no
14316 rm -f core conftest.err conftest.
$ac_objext \
14317 conftest
$ac_exeext conftest.
$ac_ext
14318 CFLAGS
=$ac_wine_try_cflags_saved
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14321 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14322 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14323 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14326 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14327 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14328 $as_echo_n "(cached) " >&6
14330 ac_wine_try_cflags_saved
=$CFLAGS
14331 CFLAGS
="$CFLAGS -Wtype-limits"
14332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14333 /* end confdefs.h. */
14334 int main(int argc, char **argv) { return 0; }
14336 if ac_fn_c_try_link
"$LINENO"; then :
14337 ac_cv_cflags__Wtype_limits
=yes
14339 ac_cv_cflags__Wtype_limits
=no
14341 rm -f core conftest.err conftest.
$ac_objext \
14342 conftest
$ac_exeext conftest.
$ac_ext
14343 CFLAGS
=$ac_wine_try_cflags_saved
14345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14346 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14347 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14348 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14351 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14352 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14353 $as_echo_n "(cached) " >&6
14355 ac_wine_try_cflags_saved
=$CFLAGS
14356 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14358 /* end confdefs.h. */
14359 int main(int argc, char **argv) { return 0; }
14361 if ac_fn_c_try_link
"$LINENO"; then :
14362 ac_cv_cflags__Wunused_but_set_parameter
=yes
14364 ac_cv_cflags__Wunused_but_set_parameter
=no
14366 rm -f core conftest.err conftest.
$ac_objext \
14367 conftest
$ac_exeext conftest.
$ac_ext
14368 CFLAGS
=$ac_wine_try_cflags_saved
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14371 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14372 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14373 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14376 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14377 if ${ac_cv_cflags__Wvla+:} false
; then :
14378 $as_echo_n "(cached) " >&6
14380 ac_wine_try_cflags_saved
=$CFLAGS
14381 CFLAGS
="$CFLAGS -Wvla"
14382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14383 /* end confdefs.h. */
14384 int main(int argc, char **argv) { return 0; }
14386 if ac_fn_c_try_link
"$LINENO"; then :
14387 ac_cv_cflags__Wvla
=yes
14389 ac_cv_cflags__Wvla
=no
14391 rm -f core conftest.err conftest.
$ac_objext \
14392 conftest
$ac_exeext conftest.
$ac_ext
14393 CFLAGS
=$ac_wine_try_cflags_saved
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14396 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14397 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14398 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14401 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14402 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14403 $as_echo_n "(cached) " >&6
14405 ac_wine_try_cflags_saved
=$CFLAGS
14406 CFLAGS
="$CFLAGS -Wwrite-strings"
14407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14408 /* end confdefs.h. */
14409 int main(int argc, char **argv) { return 0; }
14411 if ac_fn_c_try_link
"$LINENO"; then :
14412 ac_cv_cflags__Wwrite_strings
=yes
14414 ac_cv_cflags__Wwrite_strings
=no
14416 rm -f core conftest.err conftest.
$ac_objext \
14417 conftest
$ac_exeext conftest.
$ac_ext
14418 CFLAGS
=$ac_wine_try_cflags_saved
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14421 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14422 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14423 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14427 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14428 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14429 $as_echo_n "(cached) " >&6
14431 ac_wine_try_cflags_saved
=$CFLAGS
14432 CFLAGS
="$CFLAGS -Wpointer-arith"
14433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14434 /* end confdefs.h. */
14435 int main(int argc, char **argv) { return 0; }
14437 if ac_fn_c_try_link
"$LINENO"; then :
14438 ac_cv_cflags__Wpointer_arith
=yes
14440 ac_cv_cflags__Wpointer_arith
=no
14442 rm -f core conftest.err conftest.
$ac_objext \
14443 conftest
$ac_exeext conftest.
$ac_ext
14444 CFLAGS
=$ac_wine_try_cflags_saved
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14447 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14448 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14449 saved_string_h_CFLAGS
=$CFLAGS
14450 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14452 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14453 if ${ac_cv_c_string_h_warnings+:} false
; then :
14454 $as_echo_n "(cached) " >&6
14456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14457 /* end confdefs.h. */
14458 #include <string.h>
14467 if ac_fn_c_try_compile
"$LINENO"; then :
14468 ac_cv_c_string_h_warnings
=no
14470 ac_cv_c_string_h_warnings
=yes
14472 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14475 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14476 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14477 CFLAGS
=$saved_string_h_CFLAGS
14480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14481 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14482 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14483 $as_echo_n "(cached) " >&6
14485 ac_wine_try_cflags_saved
=$CFLAGS
14486 CFLAGS
="$CFLAGS -Wlogical-op"
14487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14488 /* end confdefs.h. */
14489 int main(int argc, char **argv) { return 0; }
14491 if ac_fn_c_try_link
"$LINENO"; then :
14492 ac_cv_cflags__Wlogical_op
=yes
14494 ac_cv_cflags__Wlogical_op
=no
14496 rm -f core conftest.err conftest.
$ac_objext \
14497 conftest
$ac_exeext conftest.
$ac_ext
14498 CFLAGS
=$ac_wine_try_cflags_saved
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14501 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14502 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14503 saved_string_h_CFLAGS
=$CFLAGS
14504 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14506 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14507 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14508 $as_echo_n "(cached) " >&6
14510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14511 /* end confdefs.h. */
14512 #include <string.h>
14513 char*f(const char *h,char n) {return strchr(h,n);}
14522 if ac_fn_c_try_compile
"$LINENO"; then :
14523 ac_cv_c_logicalop_noisy
=no
14525 ac_cv_c_logicalop_noisy
=yes
14527 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14530 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14531 CFLAGS
=$saved_string_h_CFLAGS
14532 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14535 CFLAGS
=$saved_CFLAGS
14537 for ac_flag
in $CFLAGS; do
14539 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14540 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14541 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14542 $as_echo_n "(cached) " >&6
14544 ac_wine_try_cflags_saved
=$CFLAGS
14545 CFLAGS
="$CFLAGS -gdwarf-2"
14546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14547 /* end confdefs.h. */
14548 int main(int argc, char **argv) { return 0; }
14550 if ac_fn_c_try_link
"$LINENO"; then :
14551 ac_cv_cflags__gdwarf_2
=yes
14553 ac_cv_cflags__gdwarf_2
=no
14555 rm -f core conftest.err conftest.
$ac_objext \
14556 conftest
$ac_exeext conftest.
$ac_ext
14557 CFLAGS
=$ac_wine_try_cflags_saved
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14560 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14561 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14562 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14565 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14566 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14567 $as_echo_n "(cached) " >&6
14569 ac_wine_try_cflags_saved
=$CFLAGS
14570 CFLAGS
="$CFLAGS -gstrict-dwarf"
14571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14572 /* end confdefs.h. */
14573 int main(int argc, char **argv) { return 0; }
14575 if ac_fn_c_try_link
"$LINENO"; then :
14576 ac_cv_cflags__gstrict_dwarf
=yes
14578 ac_cv_cflags__gstrict_dwarf
=no
14580 rm -f core conftest.err conftest.
$ac_objext \
14581 conftest
$ac_exeext conftest.
$ac_ext
14582 CFLAGS
=$ac_wine_try_cflags_saved
14584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14585 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14586 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14587 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14593 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14594 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14595 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14596 $as_echo_n "(cached) " >&6
14598 ac_wine_try_cflags_saved
=$CFLAGS
14599 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14601 /* end confdefs.h. */
14602 int main(int argc, char **argv) { return 0; }
14604 if ac_fn_c_try_link
"$LINENO"; then :
14605 ac_cv_cflags__fno_omit_frame_pointer
=yes
14607 ac_cv_cflags__fno_omit_frame_pointer
=no
14609 rm -f core conftest.err conftest.
$ac_objext \
14610 conftest
$ac_exeext conftest.
$ac_ext
14611 CFLAGS
=$ac_wine_try_cflags_saved
14613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14614 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14615 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14616 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14621 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14622 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14623 if ${ac_cv_cflags__Wno_format+:} false
; then :
14624 $as_echo_n "(cached) " >&6
14626 ac_wine_try_cflags_saved
=$CFLAGS
14627 CFLAGS
="$CFLAGS -Wno-format"
14628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14629 /* end confdefs.h. */
14630 int main(int argc, char **argv) { return 0; }
14632 if ac_fn_c_try_link
"$LINENO"; then :
14633 ac_cv_cflags__Wno_format
=yes
14635 ac_cv_cflags__Wno_format
=no
14637 rm -f core conftest.err conftest.
$ac_objext \
14638 conftest
$ac_exeext conftest.
$ac_ext
14639 CFLAGS
=$ac_wine_try_cflags_saved
14641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14642 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14643 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14644 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14648 if test "x$enable_maintainer_mode" = "xyes"
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14651 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14652 if ${ac_cv_cflags__Werror+:} false
; then :
14653 $as_echo_n "(cached) " >&6
14655 ac_wine_try_cflags_saved
=$CFLAGS
14656 CFLAGS
="$CFLAGS -Werror"
14657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14658 /* end confdefs.h. */
14659 int main(int argc, char **argv) { return 0; }
14661 if ac_fn_c_try_link
"$LINENO"; then :
14662 ac_cv_cflags__Werror
=yes
14664 ac_cv_cflags__Werror
=no
14666 rm -f core conftest.err conftest.
$ac_objext \
14667 conftest
$ac_exeext conftest.
$ac_ext
14668 CFLAGS
=$ac_wine_try_cflags_saved
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14671 $as_echo "$ac_cv_cflags__Werror" >&6; }
14672 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14673 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14677 saved_CFLAGS
="$CFLAGS"
14678 CFLAGS
="$CFLAGS -Werror"
14679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14680 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14681 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14682 $as_echo_n "(cached) " >&6
14684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14685 /* end confdefs.h. */
14686 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14695 if ac_fn_c_try_compile
"$LINENO"; then :
14696 ac_cv_have_ms_hook_prologue
="yes"
14698 ac_cv_have_ms_hook_prologue
="no"
14700 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14703 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14704 CFLAGS
="$saved_CFLAGS"
14705 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14708 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14711 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14718 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14719 if ${ac_cv_c_fortify_enabled+:} false
; then :
14720 $as_echo_n "(cached) " >&6
14722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14723 /* end confdefs.h. */
14724 #include <string.h>
14728 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14729 #error Fortify enabled
14735 if ac_fn_c_try_compile
"$LINENO"; then :
14736 ac_cv_c_fortify_enabled
=no
14738 ac_cv_c_fortify_enabled
=yes
14740 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14743 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14744 if test "$ac_cv_c_fortify_enabled" = yes
14746 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14751 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14752 if ${ac_cv_c_extern_prefix+:} false
; then :
14753 $as_echo_n "(cached) " >&6
14755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14756 /* end confdefs.h. */
14757 extern int ac_test;
14761 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14766 if ac_fn_c_try_link
"$LINENO"; then :
14767 ac_cv_c_extern_prefix
="yes"
14769 ac_cv_c_extern_prefix
="no"
14771 rm -f core conftest.err conftest.
$ac_objext \
14772 conftest
$ac_exeext conftest.
$ac_ext
14774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14775 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14780 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14781 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14782 $as_echo_n "(cached) " >&6
14784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14785 /* end confdefs.h. */
14787 #define __stdcall __attribute__((__stdcall__))
14789 int __stdcall ac_test(int i) { return i; }
14793 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14798 if ac_fn_c_try_link
"$LINENO"; then :
14799 ac_cv_c_stdcall_suffix
="yes"
14801 ac_cv_c_stdcall_suffix
="no"
14803 rm -f core conftest.err conftest.
$ac_objext \
14804 conftest
$ac_exeext conftest.
$ac_ext
14806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14807 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14808 *) ac_cv_c_stdcall_suffix
="no" ;;
14812 if test "$ac_cv_c_extern_prefix" = "yes"
14814 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14816 asm_name_prefix
="_"
14818 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14824 if test "$ac_cv_c_stdcall_suffix" = "yes"
14826 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14829 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14835 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14836 if ${ac_cv_asm_func_def+:} false
; then :
14837 $as_echo_n "(cached) " >&6
14839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14840 /* end confdefs.h. */
14845 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14850 if ac_fn_c_try_link
"$LINENO"; then :
14851 ac_cv_asm_func_def
=".def"
14853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14854 /* end confdefs.h. */
14859 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14864 if ac_fn_c_try_link
"$LINENO"; then :
14865 ac_cv_asm_func_def
=".type @function"
14867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14868 /* end confdefs.h. */
14873 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14878 if ac_fn_c_try_link
"$LINENO"; then :
14879 ac_cv_asm_func_def
=".type 2"
14881 ac_cv_asm_func_def
="unknown"
14883 rm -f core conftest.err conftest.
$ac_objext \
14884 conftest
$ac_exeext conftest.
$ac_ext
14886 rm -f core conftest.err conftest.
$ac_objext \
14887 conftest
$ac_exeext conftest.
$ac_ext
14889 rm -f core conftest.err conftest.
$ac_objext \
14890 conftest
$ac_exeext conftest.
$ac_ext
14892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14893 $as_echo "$ac_cv_asm_func_def" >&6; }
14896 case "$ac_cv_asm_func_def" in
14898 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14900 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14902 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14904 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14906 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14908 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14910 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14912 asm_func_header
="" ;;
14915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14916 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14917 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14918 $as_echo_n "(cached) " >&6
14920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14921 /* end confdefs.h. */
14922 asm(".text\n\t.long 0");
14931 if ac_fn_c_try_compile
"$LINENO"; then :
14932 ac_cv_c_asm_outside_funcs
="yes"
14934 ac_cv_c_asm_outside_funcs
="no"
14936 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14939 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14942 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14943 if ${ac_cv_c_dot_previous+:} false
; then :
14944 $as_echo_n "(cached) " >&6
14946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14947 /* end confdefs.h. */
14952 asm(".text\nac_test:\t.long 0\n\t.previous");
14957 if ac_fn_c_try_link
"$LINENO"; then :
14958 ac_cv_c_dot_previous
="yes"
14960 ac_cv_c_dot_previous
="no"
14962 rm -f core conftest.err conftest.
$ac_objext \
14963 conftest
$ac_exeext conftest.
$ac_ext
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14966 $as_echo "$ac_cv_c_dot_previous" >&6; }
14968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14969 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14970 if ${ac_cv_c_cfi_support+:} false
; then :
14971 $as_echo_n "(cached) " >&6
14973 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14974 /* end confdefs.h. */
14975 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14984 if ac_fn_c_try_compile
"$LINENO"; then :
14985 ac_cv_c_cfi_support
="yes"
14987 ac_cv_c_cfi_support
="no"
14989 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14992 $as_echo "$ac_cv_c_cfi_support" >&6; }
14994 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14995 asm_func_trailer
=""
14996 if test "$ac_cv_c_dot_previous" = "yes"
14998 asm_func_trailer
="\\n\\t.previous"
15000 if test "$ac_cv_c_cfi_support" = "yes"
15002 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
15003 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
15005 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
15007 UNWINDFLAGS
=-fasynchronous-unwind-tables
15010 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
15012 if test "x$enable_win64" = "xyes"
15014 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
15018 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
15021 if test "$ac_cv_c_asm_outside_funcs" = "yes"
15023 cat >>confdefs.h
<<_ACEOF
15024 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
15028 cat >>confdefs.h
<<_ACEOF
15029 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
15034 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
15037 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
15042 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
15050 *i
[3456789]86*|x86_64
*)
15051 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine-preloader"
15052 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
15059 ac_save_CFLAGS
="$CFLAGS"
15060 CFLAGS
="$CFLAGS $BUILTINFLAG"
15139 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15140 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15141 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15142 cat >>confdefs.h
<<_ACEOF
15143 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15149 CFLAGS
="$ac_save_CFLAGS"
15151 if test "$ac_cv_func_dlopen" = no
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15154 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15155 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15156 $as_echo_n "(cached) " >&6
15158 ac_check_lib_save_LIBS
=$LIBS
15160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15161 /* end confdefs.h. */
15163 /* Override any GCC internal prototype to avoid an error.
15164 Use char because int might match the return type of a GCC
15165 builtin and then its argument prototype would still apply. */
15178 if ac_fn_c_try_link
"$LINENO"; then :
15179 ac_cv_lib_dl_dlopen
=yes
15181 ac_cv_lib_dl_dlopen
=no
15183 rm -f core conftest.err conftest.
$ac_objext \
15184 conftest
$ac_exeext conftest.
$ac_ext
15185 LIBS
=$ac_check_lib_save_LIBS
15187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15188 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15189 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15190 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15196 ac_wine_check_funcs_save_LIBS
="$LIBS"
15197 LIBS
="$LIBS $DL_LIBS"
15198 for ac_func
in dladdr
15200 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15201 if test "x$ac_cv_func_dladdr" = xyes
; then :
15202 cat >>confdefs.h
<<_ACEOF
15203 #define HAVE_DLADDR 1
15209 LIBS
="$ac_wine_check_funcs_save_LIBS"
15211 if test "$ac_cv_func_poll" = no
15213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15214 $as_echo_n "checking for poll in -lpoll... " >&6; }
15215 if ${ac_cv_lib_poll_poll+:} false
; then :
15216 $as_echo_n "(cached) " >&6
15218 ac_check_lib_save_LIBS
=$LIBS
15219 LIBS
="-lpoll $LIBS"
15220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15221 /* end confdefs.h. */
15223 /* Override any GCC internal prototype to avoid an error.
15224 Use char because int might match the return type of a GCC
15225 builtin and then its argument prototype would still apply. */
15238 if ac_fn_c_try_link
"$LINENO"; then :
15239 ac_cv_lib_poll_poll
=yes
15241 ac_cv_lib_poll_poll
=no
15243 rm -f core conftest.err conftest.
$ac_objext \
15244 conftest
$ac_exeext conftest.
$ac_ext
15245 LIBS
=$ac_check_lib_save_LIBS
15247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15248 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15249 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15250 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15258 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15259 if ${ac_cv_search_gethostbyname+:} false
; then :
15260 $as_echo_n "(cached) " >&6
15262 ac_func_search_save_LIBS
=$LIBS
15263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15264 /* end confdefs.h. */
15266 /* Override any GCC internal prototype to avoid an error.
15267 Use char because int might match the return type of a GCC
15268 builtin and then its argument prototype would still apply. */
15272 char gethostbyname ();
15276 return gethostbyname ();
15281 for ac_lib
in '' nsl
; do
15282 if test -z "$ac_lib"; then
15283 ac_res
="none required"
15286 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15288 if ac_fn_c_try_link
"$LINENO"; then :
15289 ac_cv_search_gethostbyname
=$ac_res
15291 rm -f core conftest.err conftest.
$ac_objext \
15293 if ${ac_cv_search_gethostbyname+:} false
; then :
15297 if ${ac_cv_search_gethostbyname+:} false
; then :
15300 ac_cv_search_gethostbyname
=no
15302 rm conftest.
$ac_ext
15303 LIBS
=$ac_func_search_save_LIBS
15305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15306 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15307 ac_res
=$ac_cv_search_gethostbyname
15308 if test "$ac_res" != no
; then :
15309 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15315 $as_echo_n "checking for library containing connect... " >&6; }
15316 if ${ac_cv_search_connect+:} false
; then :
15317 $as_echo_n "(cached) " >&6
15319 ac_func_search_save_LIBS
=$LIBS
15320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15321 /* end confdefs.h. */
15323 /* Override any GCC internal prototype to avoid an error.
15324 Use char because int might match the return type of a GCC
15325 builtin and then its argument prototype would still apply. */
15338 for ac_lib
in '' socket
; do
15339 if test -z "$ac_lib"; then
15340 ac_res
="none required"
15343 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15345 if ac_fn_c_try_link
"$LINENO"; then :
15346 ac_cv_search_connect
=$ac_res
15348 rm -f core conftest.err conftest.
$ac_objext \
15350 if ${ac_cv_search_connect+:} false
; then :
15354 if ${ac_cv_search_connect+:} false
; then :
15357 ac_cv_search_connect
=no
15359 rm conftest.
$ac_ext
15360 LIBS
=$ac_func_search_save_LIBS
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15363 $as_echo "$ac_cv_search_connect" >&6; }
15364 ac_res
=$ac_cv_search_connect
15365 if test "$ac_res" != no
; then :
15366 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15372 $as_echo_n "checking for library containing inet_aton... " >&6; }
15373 if ${ac_cv_search_inet_aton+:} false
; then :
15374 $as_echo_n "(cached) " >&6
15376 ac_func_search_save_LIBS
=$LIBS
15377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15378 /* end confdefs.h. */
15380 /* Override any GCC internal prototype to avoid an error.
15381 Use char because int might match the return type of a GCC
15382 builtin and then its argument prototype would still apply. */
15390 return inet_aton ();
15395 for ac_lib
in '' resolv
; do
15396 if test -z "$ac_lib"; then
15397 ac_res
="none required"
15400 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15402 if ac_fn_c_try_link
"$LINENO"; then :
15403 ac_cv_search_inet_aton
=$ac_res
15405 rm -f core conftest.err conftest.
$ac_objext \
15407 if ${ac_cv_search_inet_aton+:} false
; then :
15411 if ${ac_cv_search_inet_aton+:} false
; then :
15414 ac_cv_search_inet_aton
=no
15416 rm conftest.
$ac_ext
15417 LIBS
=$ac_func_search_save_LIBS
15419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15420 $as_echo "$ac_cv_search_inet_aton" >&6; }
15421 ac_res
=$ac_cv_search_inet_aton
15422 if test "$ac_res" != no
; then :
15423 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15443 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15444 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15445 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15446 cat >>confdefs.h
<<_ACEOF
15447 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15456 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15457 if ${ac_cv_search_clock_gettime+:} false
; then :
15458 $as_echo_n "(cached) " >&6
15460 ac_func_search_save_LIBS
=$LIBS
15461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15462 /* end confdefs.h. */
15464 /* Override any GCC internal prototype to avoid an error.
15465 Use char because int might match the return type of a GCC
15466 builtin and then its argument prototype would still apply. */
15470 char clock_gettime ();
15474 return clock_gettime ();
15479 for ac_lib
in '' rt
; do
15480 if test -z "$ac_lib"; then
15481 ac_res
="none required"
15484 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15486 if ac_fn_c_try_link
"$LINENO"; then :
15487 ac_cv_search_clock_gettime
=$ac_res
15489 rm -f core conftest.err conftest.
$ac_objext \
15491 if ${ac_cv_search_clock_gettime+:} false
; then :
15495 if ${ac_cv_search_clock_gettime+:} false
; then :
15498 ac_cv_search_clock_gettime
=no
15500 rm conftest.
$ac_ext
15501 LIBS
=$ac_func_search_save_LIBS
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15504 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15505 ac_res
=$ac_cv_search_clock_gettime
15506 if test "$ac_res" != no
; then :
15507 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15509 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15511 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15519 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15521 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15523 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15525 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15526 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15527 $as_echo_n "(cached) " >&6
15529 ac_check_lib_save_LIBS
=$LIBS
15530 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15532 /* end confdefs.h. */
15534 /* Override any GCC internal prototype to avoid an error.
15535 Use char because int might match the return type of a GCC
15536 builtin and then its argument prototype would still apply. */
15540 char ldap_initialize ();
15544 return ldap_initialize ();
15549 if ac_fn_c_try_link
"$LINENO"; then :
15550 ac_cv_lib_ldap_r_ldap_initialize
=yes
15552 ac_cv_lib_ldap_r_ldap_initialize
=no
15554 rm -f core conftest.err conftest.
$ac_objext \
15555 conftest
$ac_exeext conftest.
$ac_ext
15556 LIBS
=$ac_check_lib_save_LIBS
15558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15559 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15560 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15562 $as_echo_n "checking for ber_init in -llber... " >&6; }
15563 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15564 $as_echo_n "(cached) " >&6
15566 ac_check_lib_save_LIBS
=$LIBS
15567 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15569 /* end confdefs.h. */
15571 /* Override any GCC internal prototype to avoid an error.
15572 Use char because int might match the return type of a GCC
15573 builtin and then its argument prototype would still apply. */
15581 return ber_init ();
15586 if ac_fn_c_try_link
"$LINENO"; then :
15587 ac_cv_lib_lber_ber_init
=yes
15589 ac_cv_lib_lber_ber_init
=no
15591 rm -f core conftest.err conftest.
$ac_objext \
15592 conftest
$ac_exeext conftest.
$ac_ext
15593 LIBS
=$ac_check_lib_save_LIBS
15595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15596 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15597 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15599 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15601 LDAP_LIBS
="-lldap_r -llber"
15608 ac_wine_check_funcs_save_LIBS
="$LIBS"
15609 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15611 ldap_count_references \
15612 ldap_first_reference \
15613 ldap_next_reference \
15614 ldap_parse_reference \
15615 ldap_parse_sort_control \
15616 ldap_parse_sortresponse_control \
15617 ldap_parse_vlv_control \
15618 ldap_parse_vlvresponse_control
15620 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15621 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15622 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15623 cat >>confdefs.h
<<_ACEOF
15624 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15630 LIBS
="$ac_wine_check_funcs_save_LIBS"
15632 if test "x$LDAP_LIBS" = "x"; then :
15633 case "x$with_ldap" in
15634 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15636 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15637 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15643 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15644 if ${wine_cv_one_arg_mkdir+:} false
; then :
15645 $as_echo_n "(cached) " >&6
15647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15648 /* end confdefs.h. */
15649 #include <sys/stat.h>
15658 if ac_fn_c_try_compile
"$LINENO"; then :
15659 wine_cv_one_arg_mkdir
=yes
15661 wine_cv_one_arg_mkdir
=no
15663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15666 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15667 if test "$wine_cv_one_arg_mkdir" = "yes"
15670 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15675 $as_echo_n "checking for sched_setaffinity... " >&6; }
15676 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15677 $as_echo_n "(cached) " >&6
15679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15680 /* end confdefs.h. */
15681 #define _GNU_SOURCE
15686 sched_setaffinity(0, 0, 0);
15691 if ac_fn_c_try_link
"$LINENO"; then :
15692 wine_cv_have_sched_setaffinity
=yes
15694 wine_cv_have_sched_setaffinity
=no
15696 rm -f core conftest.err conftest.
$ac_objext \
15697 conftest
$ac_exeext conftest.
$ac_ext
15699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15700 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15701 if test "$wine_cv_have_sched_setaffinity" = "yes"
15704 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15709 $as_echo_n "checking for fallocate... " >&6; }
15710 if ${wine_cv_have_fallocate+:} false
; then :
15711 $as_echo_n "(cached) " >&6
15713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15714 /* end confdefs.h. */
15715 #define _GNU_SOURCE
15720 fallocate(-1, 0, 0, 0);
15725 if ac_fn_c_try_link
"$LINENO"; then :
15726 wine_cv_have_fallocate
=yes
15728 wine_cv_have_fallocate
=no
15730 rm -f core conftest.err conftest.
$ac_objext \
15731 conftest
$ac_exeext conftest.
$ac_ext
15733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15734 $as_echo "$wine_cv_have_fallocate" >&6; }
15735 if test "$wine_cv_have_fallocate" = "yes"
15738 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15744 $as_echo_n "checking for inline... " >&6; }
15745 if ${ac_cv_c_inline+:} false
; then :
15746 $as_echo_n "(cached) " >&6
15749 for ac_kw
in inline __inline__ __inline
; do
15750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15751 /* end confdefs.h. */
15752 #ifndef __cplusplus
15754 static $ac_kw foo_t static_foo () {return 0; }
15755 $ac_kw foo_t foo () {return 0; }
15759 if ac_fn_c_try_compile
"$LINENO"; then :
15760 ac_cv_c_inline
=$ac_kw
15762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15763 test "$ac_cv_c_inline" != no
&& break
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15768 $as_echo "$ac_cv_c_inline" >&6; }
15770 case $ac_cv_c_inline in
15773 case $ac_cv_c_inline in
15775 *) ac_val
=$ac_cv_c_inline;;
15777 cat >>confdefs.h
<<_ACEOF
15778 #ifndef __cplusplus
15779 #define inline $ac_val
15785 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15786 if test "x$ac_cv_type_mode_t" = xyes
; then :
15788 cat >>confdefs.h
<<_ACEOF
15789 #define HAVE_MODE_T 1
15794 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15795 if test "x$ac_cv_type_off_t" = xyes
; then :
15797 cat >>confdefs.h
<<_ACEOF
15798 #define HAVE_OFF_T 1
15803 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15804 if test "x$ac_cv_type_pid_t" = xyes
; then :
15806 cat >>confdefs.h
<<_ACEOF
15807 #define HAVE_PID_T 1
15812 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15813 if test "x$ac_cv_type_size_t" = xyes
; then :
15815 cat >>confdefs.h
<<_ACEOF
15816 #define HAVE_SIZE_T 1
15821 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15822 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15824 cat >>confdefs.h
<<_ACEOF
15825 #define HAVE_SSIZE_T 1
15830 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15831 if test "x$ac_cv_type_long_long" = xyes
; then :
15833 cat >>confdefs.h
<<_ACEOF
15834 #define HAVE_LONG_LONG 1
15839 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15840 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15842 cat >>confdefs.h
<<_ACEOF
15843 #define HAVE_FSBLKCNT_T 1
15848 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15849 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15851 cat >>confdefs.h
<<_ACEOF
15852 #define HAVE_FSFILCNT_T 1
15858 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15859 #include <signal.h>
15861 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15863 cat >>confdefs.h
<<_ACEOF
15864 #define HAVE_SIGSET_T 1
15870 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15872 if test "x$ac_cv_type_request_sense" = xyes
; then :
15874 cat >>confdefs.h
<<_ACEOF
15875 #define HAVE_REQUEST_SENSE 1
15882 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15883 #ifdef HAVE_SYS_SOCKET_H
15884 #include <sys/socket.h>
15886 #ifdef HAVE_SYS_SOCKETVAR_H
15887 #include <sys/socketvar.h>
15889 #ifdef HAVE_NET_ROUTE_H
15890 #include <net/route.h>
15892 #ifdef HAVE_NETINET_IN_H
15893 #include <netinet/in.h>
15895 #ifdef HAVE_NETINET_IN_SYSTM_H
15896 #include <netinet/in_systm.h>
15898 #ifdef HAVE_NETINET_IP_H
15899 #include <netinet/ip.h>
15901 #ifdef HAVE_NETINET_IN_PCB_H
15902 #include <netinet/in_pcb.h>
15905 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15907 cat >>confdefs.h
<<_ACEOF
15908 #define HAVE_STRUCT_XINPGEN 1
15915 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15918 #ifdef HAVE_SYS_LINK_H
15919 #include <sys/link.h>
15922 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15924 cat >>confdefs.h
<<_ACEOF
15925 #define HAVE_STRUCT_R_DEBUG 1
15930 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15933 #ifdef HAVE_SYS_LINK_H
15934 #include <sys/link.h>
15937 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15939 cat >>confdefs.h
<<_ACEOF
15940 #define HAVE_STRUCT_LINK_MAP 1
15947 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15948 #include <linux/input.h>
15951 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15953 cat >>confdefs.h
<<_ACEOF
15954 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15962 $as_echo_n "checking for sigaddset... " >&6; }
15963 if ${wine_cv_have_sigaddset+:} false
; then :
15964 $as_echo_n "(cached) " >&6
15966 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15967 /* end confdefs.h. */
15968 #include <signal.h>
15972 sigset_t set; sigaddset(&set,SIGTERM);
15977 if ac_fn_c_try_link
"$LINENO"; then :
15978 wine_cv_have_sigaddset
=yes
15980 wine_cv_have_sigaddset
=no
15982 rm -f core conftest.err conftest.
$ac_objext \
15983 conftest
$ac_exeext conftest.
$ac_ext
15985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15986 $as_echo "$wine_cv_have_sigaddset" >&6; }
15987 if test "$wine_cv_have_sigaddset" = "yes"
15990 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15996 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15997 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15998 $as_echo_n "(cached) " >&6
16000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16001 /* end confdefs.h. */
16009 struct hostent *result;
16016 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
16017 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
16023 if ac_fn_c_try_link
"$LINENO"; then :
16024 wine_cv_linux_gethostbyname_r_6
=yes
16026 wine_cv_linux_gethostbyname_r_6
=no
16029 rm -f core conftest.err conftest.
$ac_objext \
16030 conftest
$ac_exeext conftest.
$ac_ext
16033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
16034 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
16035 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
16038 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
16042 if test "$ac_cv_header_linux_joystick_h" = "yes"
16044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
16045 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
16046 if ${wine_cv_linux_joystick_22_api+:} false
; then :
16047 $as_echo_n "(cached) " >&6
16049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16050 /* end confdefs.h. */
16052 #include <sys/ioctl.h>
16053 #include <sys/types.h>
16054 #include <linux/joystick.h>
16056 struct js_event blub;
16057 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
16058 #error "no 2.2 header"
16069 if ac_fn_c_try_compile
"$LINENO"; then :
16070 wine_cv_linux_joystick_22_api
=yes
16072 wine_cv_linux_joystick_22_api
=no
16074 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16078 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16079 if test "$wine_cv_linux_joystick_22_api" = "yes"
16082 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16088 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16089 #ifdef HAVE_SYS_PARAM_H
16090 # include <sys/param.h>
16092 #ifdef HAVE_SYS_MOUNT_H
16093 # include <sys/mount.h>
16095 #ifdef HAVE_SYS_VFS_H
16096 # include <sys/vfs.h>
16098 #ifdef HAVE_SYS_STATFS_H
16099 # include <sys/statfs.h>
16102 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16104 cat >>confdefs.h
<<_ACEOF
16105 #define HAVE_STRUCT_STATFS_F_BFREE 1
16110 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16111 #ifdef HAVE_SYS_PARAM_H
16112 # include <sys/param.h>
16114 #ifdef HAVE_SYS_MOUNT_H
16115 # include <sys/mount.h>
16117 #ifdef HAVE_SYS_VFS_H
16118 # include <sys/vfs.h>
16120 #ifdef HAVE_SYS_STATFS_H
16121 # include <sys/statfs.h>
16124 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16126 cat >>confdefs.h
<<_ACEOF
16127 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16132 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16133 #ifdef HAVE_SYS_PARAM_H
16134 # include <sys/param.h>
16136 #ifdef HAVE_SYS_MOUNT_H
16137 # include <sys/mount.h>
16139 #ifdef HAVE_SYS_VFS_H
16140 # include <sys/vfs.h>
16142 #ifdef HAVE_SYS_STATFS_H
16143 # include <sys/statfs.h>
16146 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16148 cat >>confdefs.h
<<_ACEOF
16149 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16154 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16155 #ifdef HAVE_SYS_PARAM_H
16156 # include <sys/param.h>
16158 #ifdef HAVE_SYS_MOUNT_H
16159 # include <sys/mount.h>
16161 #ifdef HAVE_SYS_VFS_H
16162 # include <sys/vfs.h>
16164 #ifdef HAVE_SYS_STATFS_H
16165 # include <sys/statfs.h>
16168 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16170 cat >>confdefs.h
<<_ACEOF
16171 #define HAVE_STRUCT_STATFS_F_FFREE 1
16176 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16177 #ifdef HAVE_SYS_PARAM_H
16178 # include <sys/param.h>
16180 #ifdef HAVE_SYS_MOUNT_H
16181 # include <sys/mount.h>
16183 #ifdef HAVE_SYS_VFS_H
16184 # include <sys/vfs.h>
16186 #ifdef HAVE_SYS_STATFS_H
16187 # include <sys/statfs.h>
16190 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16192 cat >>confdefs.h
<<_ACEOF
16193 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16198 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16199 #ifdef HAVE_SYS_PARAM_H
16200 # include <sys/param.h>
16202 #ifdef HAVE_SYS_MOUNT_H
16203 # include <sys/mount.h>
16205 #ifdef HAVE_SYS_VFS_H
16206 # include <sys/vfs.h>
16208 #ifdef HAVE_SYS_STATFS_H
16209 # include <sys/statfs.h>
16212 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16214 cat >>confdefs.h
<<_ACEOF
16215 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16222 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16223 #include <sys/statvfs.h>
16226 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16228 cat >>confdefs.h
<<_ACEOF
16229 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16236 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16237 #include <dirent.h>
16240 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16242 cat >>confdefs.h
<<_ACEOF
16243 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16250 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16251 #ifdef HAVE_SYS_SOCKET_H
16252 # include <sys/socket.h>
16254 #ifdef HAVE_SYS_UN_H
16255 # include <sys/un.h>
16258 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16260 cat >>confdefs.h
<<_ACEOF
16261 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16266 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16267 #ifdef HAVE_SYS_SOCKET_H
16268 # include <sys/socket.h>
16270 #ifdef HAVE_SYS_UN_H
16271 # include <sys/un.h>
16274 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16276 cat >>confdefs.h
<<_ACEOF
16277 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16282 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16283 #ifdef HAVE_SYS_SOCKET_H
16284 # include <sys/socket.h>
16286 #ifdef HAVE_SYS_UN_H
16287 # include <sys/un.h>
16290 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16292 cat >>confdefs.h
<<_ACEOF
16293 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16300 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16301 #ifdef HAVE_SCSI_SG_H
16302 #include <scsi/sg.h>
16305 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16307 cat >>confdefs.h
<<_ACEOF
16308 #define HAVE_SCSIREQ_T_CMD 1
16313 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>
16314 #ifdef HAVE_SCSI_SG_H
16315 #include <scsi/sg.h>
16318 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16320 cat >>confdefs.h
<<_ACEOF
16321 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16328 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16330 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16332 cat >>confdefs.h
<<_ACEOF
16333 #define HAVE_SIGINFO_T_SI_FD 1
16340 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16341 #ifdef HAVE_SYS_MTIO_H
16342 #include <sys/mtio.h>
16345 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16347 cat >>confdefs.h
<<_ACEOF
16348 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16353 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16354 #ifdef HAVE_SYS_MTIO_H
16355 #include <sys/mtio.h>
16358 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16360 cat >>confdefs.h
<<_ACEOF
16361 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16366 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16367 #ifdef HAVE_SYS_MTIO_H
16368 #include <sys/mtio.h>
16371 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16373 cat >>confdefs.h
<<_ACEOF
16374 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16381 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16382 #include <getopt.h>
16385 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16387 cat >>confdefs.h
<<_ACEOF
16388 #define HAVE_STRUCT_OPTION_NAME 1
16395 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16396 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16398 cat >>confdefs.h
<<_ACEOF
16399 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16404 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16405 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16407 cat >>confdefs.h
<<_ACEOF
16408 #define HAVE_STRUCT_STAT_ST_MTIM 1
16413 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16414 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16416 cat >>confdefs.h
<<_ACEOF
16417 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16422 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16423 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16425 cat >>confdefs.h
<<_ACEOF
16426 #define HAVE_STRUCT_STAT_ST_CTIM 1
16431 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16432 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16434 cat >>confdefs.h
<<_ACEOF
16435 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16440 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16441 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16443 cat >>confdefs.h
<<_ACEOF
16444 #define HAVE_STRUCT_STAT_ST_ATIM 1
16449 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16450 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16452 cat >>confdefs.h
<<_ACEOF
16453 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16458 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16459 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16461 cat >>confdefs.h
<<_ACEOF
16462 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16467 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16468 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16470 cat >>confdefs.h
<<_ACEOF
16471 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16476 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16477 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16479 cat >>confdefs.h
<<_ACEOF
16480 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16485 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16486 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16488 cat >>confdefs.h
<<_ACEOF
16489 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16494 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16495 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16497 cat >>confdefs.h
<<_ACEOF
16498 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16505 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
16506 #include <sys/types.h>
16508 #ifdef HAVE_NETINET_IN_H
16509 #include <netinet/in.h>
16512 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16514 cat >>confdefs.h
<<_ACEOF
16515 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16522 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16523 #include <resolv.h>
16526 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16528 cat >>confdefs.h
<<_ACEOF
16529 #define HAVE_STRUCT___RES_STATE 1
16536 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
16537 #include <resolv.h>
16540 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16542 cat >>confdefs.h
<<_ACEOF
16543 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16550 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16551 #include <sys/types.h>
16553 #ifdef HAVE_NETINET_IN_H
16554 # include <netinet/in.h>
16556 #ifdef HAVE_ARPA_NAMESER_H
16557 # include <arpa/nameser.h>
16560 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16562 cat >>confdefs.h
<<_ACEOF
16563 #define HAVE_NS_MSG__MSG_PTR 1
16570 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16571 #include <sys/types.h>
16573 #ifdef HAVE_NETINET_IP_H
16574 #include <netinet/ip.h>
16576 #ifdef HAVE_NETINET_IP_ICMP_H
16577 #include <netinet/ip_icmp.h>
16579 #ifdef HAVE_NETINET_ICMP_VAR_H
16580 #include <netinet/icmp_var.h>
16583 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16585 cat >>confdefs.h
<<_ACEOF
16586 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16593 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16594 #include <sys/types.h>
16596 #ifdef HAVE_ALIAS_H
16599 #ifdef HAVE_SYS_SOCKET_H
16600 #include <sys/socket.h>
16602 #ifdef HAVE_SYS_SOCKETVAR_H
16603 #include <sys/socketvar.h>
16605 #ifdef HAVE_SYS_TIMEOUT_H
16606 #include <sys/timeout.h>
16608 #ifdef HAVE_NETINET_IN_H
16609 #include <netinet/in.h>
16611 #ifdef HAVE_NETINET_IN_SYSTM_H
16612 #include <netinet/in_systm.h>
16614 #ifdef HAVE_NETINET_IP_H
16615 #include <netinet/ip.h>
16617 #ifdef HAVE_NETINET_IP_VAR_H
16618 #include <netinet/ip_var.h>
16620 #ifdef HAVE_NETINET_IP_ICMP_H
16621 #include <netinet/ip_icmp.h>
16623 #ifdef HAVE_NETINET_ICMP_VAR_H
16624 #include <netinet/icmp_var.h>
16627 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16629 cat >>confdefs.h
<<_ACEOF
16630 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16637 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16638 #include <sys/types.h>
16640 #ifdef HAVE_SYS_SOCKETVAR_H
16641 #include <sys/socketvar.h>
16643 #ifdef HAVE_NETINET_IN_H
16644 #include <netinet/in.h>
16646 #ifdef HAVE_NETINET_IP_VAR_H
16647 #include <netinet/ip_var.h>
16650 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16652 cat >>confdefs.h
<<_ACEOF
16653 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16660 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
16661 #include <netinet/ip_var.h>
16664 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16666 cat >>confdefs.h
<<_ACEOF
16667 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16674 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16675 #include <sys/types.h>
16677 #ifdef HAVE_SYS_SOCKETVAR_H
16678 #include <sys/socketvar.h>
16680 #ifdef HAVE_NETINET_IN_H
16681 #include <netinet/in.h>
16683 #ifdef HAVE_NETINET_TCP_H
16684 #include <netinet/tcp.h>
16686 #ifdef HAVE_NETINET_TCP_VAR_H
16687 #include <netinet/tcp_var.h>
16690 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16692 cat >>confdefs.h
<<_ACEOF
16693 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16700 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
16701 #include <netinet/tcp_var.h>
16704 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16706 cat >>confdefs.h
<<_ACEOF
16707 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16714 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16715 #include <sys/types.h>
16717 #ifdef HAVE_NETINET_IN_H
16718 #include <netinet/in.h>
16720 #ifdef HAVE_NETINET_IP_VAR_H
16721 #include <netinet/ip_var.h>
16723 #ifdef HAVE_NETINET_UDP_H
16724 #include <netinet/udp.h>
16726 #ifdef HAVE_NETINET_UDP_VAR_H
16727 #include <netinet/udp_var.h>
16730 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16732 cat >>confdefs.h
<<_ACEOF
16733 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16740 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16741 #include <sys/types.h>
16743 #ifdef HAVE_NET_IF_H
16744 # include <net/if.h>
16747 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16749 cat >>confdefs.h
<<_ACEOF
16750 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16758 $as_echo_n "checking for timezone variable... " >&6; }
16759 if ${ac_cv_have_timezone+:} false
; then :
16760 $as_echo_n "(cached) " >&6
16762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16763 /* end confdefs.h. */
16773 if ac_fn_c_try_link
"$LINENO"; then :
16774 ac_cv_have_timezone
="yes"
16776 ac_cv_have_timezone
="no"
16778 rm -f core conftest.err conftest.
$ac_objext \
16779 conftest
$ac_exeext conftest.
$ac_ext
16781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16782 $as_echo "$ac_cv_have_timezone" >&6; }
16783 if test "$ac_cv_have_timezone" = "yes"
16786 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16790 $as_echo_n "checking for daylight variable... " >&6; }
16791 if ${ac_cv_have_daylight+:} false
; then :
16792 $as_echo_n "(cached) " >&6
16794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16795 /* end confdefs.h. */
16805 if ac_fn_c_try_link
"$LINENO"; then :
16806 ac_cv_have_daylight
="yes"
16808 ac_cv_have_daylight
="no"
16810 rm -f core conftest.err conftest.
$ac_objext \
16811 conftest
$ac_exeext conftest.
$ac_ext
16813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16814 $as_echo "$ac_cv_have_daylight" >&6; }
16815 if test "$ac_cv_have_daylight" = "yes"
16818 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16822 ac_save_LIBS
="$LIBS"
16824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16825 $as_echo_n "checking for isfinite... " >&6; }
16826 if ${ac_cv_have_isfinite+:} false
; then :
16827 $as_echo_n "(cached) " >&6
16829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16830 /* end confdefs.h. */
16831 #define _GNU_SOURCE
16836 float f = 0.0; return isfinite(f)
16841 if ac_fn_c_try_link
"$LINENO"; then :
16842 ac_cv_have_isfinite
="yes"
16844 ac_cv_have_isfinite
="no"
16846 rm -f core conftest.err conftest.
$ac_objext \
16847 conftest
$ac_exeext conftest.
$ac_ext
16849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16850 $as_echo "$ac_cv_have_isfinite" >&6; }
16851 if test "$ac_cv_have_isfinite" = "yes"
16854 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16859 $as_echo_n "checking for isinf... " >&6; }
16860 if ${ac_cv_have_isinf+:} false
; then :
16861 $as_echo_n "(cached) " >&6
16863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16864 /* end confdefs.h. */
16869 float f = 0.0; return isinf(f)
16874 if ac_fn_c_try_link
"$LINENO"; then :
16875 ac_cv_have_isinf
="yes"
16877 ac_cv_have_isinf
="no"
16879 rm -f core conftest.err conftest.
$ac_objext \
16880 conftest
$ac_exeext conftest.
$ac_ext
16882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16883 $as_echo "$ac_cv_have_isinf" >&6; }
16884 if test "$ac_cv_have_isinf" = "yes"
16887 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16892 $as_echo_n "checking for isnan... " >&6; }
16893 if ${ac_cv_have_isnan+:} false
; then :
16894 $as_echo_n "(cached) " >&6
16896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16897 /* end confdefs.h. */
16902 float f = 0.0; return isnan(f)
16907 if ac_fn_c_try_link
"$LINENO"; then :
16908 ac_cv_have_isnan
="yes"
16910 ac_cv_have_isnan
="no"
16912 rm -f core conftest.err conftest.
$ac_objext \
16913 conftest
$ac_exeext conftest.
$ac_ext
16915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16916 $as_echo "$ac_cv_have_isnan" >&6; }
16917 if test "$ac_cv_have_isnan" = "yes"
16920 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16954 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16955 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16956 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16957 cat >>confdefs.h
<<_ACEOF
16958 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16964 LIBS
="$ac_save_LIBS"
16966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16967 $as_echo_n "checking for __builtin_clz... " >&6; }
16968 if ${ac_cv_have___builtin_clz+:} false
; then :
16969 $as_echo_n "(cached) " >&6
16971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16972 /* end confdefs.h. */
16977 return __builtin_clz(1)
16982 if ac_fn_c_try_link
"$LINENO"; then :
16983 ac_cv_have___builtin_clz
="yes"
16985 ac_cv_have___builtin_clz
="no"
16987 rm -f core conftest.err conftest.
$ac_objext \
16988 conftest
$ac_exeext conftest.
$ac_ext
16990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16991 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16992 if test "$ac_cv_have___builtin_clz" = "yes"
16995 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
17000 $as_echo_n "checking for __builtin_popcount... " >&6; }
17001 if ${ac_cv_have___builtin_popcount+:} false
; then :
17002 $as_echo_n "(cached) " >&6
17004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17005 /* end confdefs.h. */
17010 return __builtin_popcount(1)
17015 if ac_fn_c_try_link
"$LINENO"; then :
17016 ac_cv_have___builtin_popcount
="yes"
17018 ac_cv_have___builtin_popcount
="no"
17020 rm -f core conftest.err conftest.
$ac_objext \
17021 conftest
$ac_exeext conftest.
$ac_ext
17023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
17024 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
17025 if test "$ac_cv_have___builtin_popcount" = "yes"
17028 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
17034 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
17035 $as_echo_n "checking whether we need to define __i386__... " >&6; }
17036 if ${ac_cv_cpp_def___i386__+:} false
; then :
17037 $as_echo_n "(cached) " >&6
17039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17040 /* end confdefs.h. */
17045 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17046 $EGREP "yes" >/dev
/null
2>&1; then :
17047 ac_cv_cpp_def___i386__
=yes
17049 ac_cv_cpp_def___i386__
=no
17054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
17055 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
17056 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
17057 CFLAGS
="$CFLAGS -D__i386__"
17058 LINTFLAGS
="$LINTFLAGS -D__i386__"
17060 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
17061 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
17062 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
17063 $as_echo_n "(cached) " >&6
17065 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17066 /* end confdefs.h. */
17071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17072 $EGREP "yes" >/dev
/null
2>&1; then :
17073 ac_cv_cpp_def___x86_64__
=yes
17075 ac_cv_cpp_def___x86_64__
=no
17080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17081 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17082 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17083 CFLAGS
="$CFLAGS -D__x86_64__"
17084 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17086 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17087 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17088 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17089 $as_echo_n "(cached) " >&6
17091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17092 /* end confdefs.h. */
17093 #ifndef __sparc64__
17097 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17098 $EGREP "yes" >/dev
/null
2>&1; then :
17099 ac_cv_cpp_def___sparc64__
=yes
17101 ac_cv_cpp_def___sparc64__
=no
17106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17107 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17108 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17109 CFLAGS
="$CFLAGS -D__sparc64__"
17110 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17112 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17113 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17114 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17115 $as_echo_n "(cached) " >&6
17117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17118 /* end confdefs.h. */
17123 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17124 $EGREP "yes" >/dev
/null
2>&1; then :
17125 ac_cv_cpp_def___sparc__
=yes
17127 ac_cv_cpp_def___sparc__
=no
17132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17133 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17134 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17135 CFLAGS
="$CFLAGS -D__sparc__"
17136 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17138 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17139 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17140 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17141 $as_echo_n "(cached) " >&6
17143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17144 /* end confdefs.h. */
17145 #ifndef __powerpc64__
17149 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17150 $EGREP "yes" >/dev
/null
2>&1; then :
17151 ac_cv_cpp_def___powerpc64__
=yes
17153 ac_cv_cpp_def___powerpc64__
=no
17158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17159 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17160 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17161 CFLAGS
="$CFLAGS -D__powerpc64__"
17162 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17164 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17165 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17166 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17167 $as_echo_n "(cached) " >&6
17169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17170 /* end confdefs.h. */
17171 #ifndef __powerpc__
17175 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17176 $EGREP "yes" >/dev
/null
2>&1; then :
17177 ac_cv_cpp_def___powerpc__
=yes
17179 ac_cv_cpp_def___powerpc__
=no
17184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17185 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17186 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17187 CFLAGS
="$CFLAGS -D__powerpc__"
17188 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17190 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17191 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17192 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17193 $as_echo_n "(cached) " >&6
17195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17196 /* end confdefs.h. */
17197 #ifndef __aarch64__
17201 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17202 $EGREP "yes" >/dev
/null
2>&1; then :
17203 ac_cv_cpp_def___aarch64__
=yes
17205 ac_cv_cpp_def___aarch64__
=no
17210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17211 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17212 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17213 CFLAGS
="$CFLAGS -D__aarch64__"
17214 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17216 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17217 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17218 if ${ac_cv_cpp_def___arm__+:} false
; then :
17219 $as_echo_n "(cached) " >&6
17221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17222 /* end confdefs.h. */
17227 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17228 $EGREP "yes" >/dev
/null
2>&1; then :
17229 ac_cv_cpp_def___arm__
=yes
17231 ac_cv_cpp_def___arm__
=no
17236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17237 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17238 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17239 CFLAGS
="$CFLAGS -D__arm__"
17240 LINTFLAGS
="$LINTFLAGS -D__arm__"
17244 case $host_vendor in
17245 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17246 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17247 if ${ac_cv_cpp_def___sun__+:} false
; then :
17248 $as_echo_n "(cached) " >&6
17250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17251 /* end confdefs.h. */
17256 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17257 $EGREP "yes" >/dev
/null
2>&1; then :
17258 ac_cv_cpp_def___sun__
=yes
17260 ac_cv_cpp_def___sun__
=no
17265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17266 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17267 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17268 CFLAGS
="$CFLAGS -D__sun__"
17269 LINTFLAGS
="$LINTFLAGS -D__sun__"
17277 ac_config_commands
="$ac_config_commands include/stamp-h"
17279 $as_echo_n "creating Makefile rules..." >&6
17281 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17282 SOCKET_LIBS = $SOCKET_LIBS
17283 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17284 IOKIT_LIBS = $IOKIT_LIBS
17285 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17286 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17287 CORESERVICES_LIBS = $CORESERVICES_LIBS
17288 APPKIT_LIBS = $APPKIT_LIBS
17289 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17290 SECURITY_LIBS = $SECURITY_LIBS
17291 COREAUDIO_LIBS = $COREAUDIO_LIBS
17292 OPENAL_LIBS = $OPENAL_LIBS
17293 OPENCL_LIBS = $OPENCL_LIBS
17294 QUICKTIME_LIBS = $QUICKTIME_LIBS
17295 CARBON_LIBS = $CARBON_LIBS
17296 PTHREAD_LIBS = $PTHREAD_LIBS
17297 X_CFLAGS = $X_CFLAGS
17298 X_PRE_LIBS = $X_PRE_LIBS
17300 X_EXTRA_LIBS = $X_EXTRA_LIBS
17301 PCAP_LIBS = $PCAP_LIBS
17302 XML2_CFLAGS = $XML2_CFLAGS
17303 XML2_LIBS = $XML2_LIBS
17304 XSLT_CFLAGS = $XSLT_CFLAGS
17305 XSLT_LIBS = $XSLT_LIBS
17306 DBUS_CFLAGS = $DBUS_CFLAGS
17307 DBUS_LIBS = $DBUS_LIBS
17308 HAL_CFLAGS = $HAL_CFLAGS
17309 HAL_LIBS = $HAL_LIBS
17310 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17311 GNUTLS_LIBS = $GNUTLS_LIBS
17312 SANE_CFLAGS = $SANE_CFLAGS
17313 SANE_LIBS = $SANE_LIBS
17314 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17315 GPHOTO2_LIBS = $GPHOTO2_LIBS
17316 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17317 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17318 RESOLV_LIBS = $RESOLV_LIBS
17319 LCMS2_CFLAGS = $LCMS2_CFLAGS
17320 LCMS2_LIBS = $LCMS2_LIBS
17321 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17322 FREETYPE_LIBS = $FREETYPE_LIBS
17324 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17325 PULSE_CFLAGS = $PULSE_CFLAGS
17326 PULSE_LIBS = $PULSE_LIBS
17327 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17328 GSTREAMER_LIBS = $GSTREAMER_LIBS
17329 ALSA_LIBS = $ALSA_LIBS
17330 OSS4_CFLAGS = $OSS4_CFLAGS
17331 CAPI20_CFLAGS = $CAPI20_CFLAGS
17332 CAPI20_LIBS = $CAPI20_LIBS
17333 CUPS_CFLAGS = $CUPS_CFLAGS
17334 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17335 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17336 JPEG_CFLAGS = $JPEG_CFLAGS
17337 JPEG_LIBS = $JPEG_LIBS
17338 PNG_CFLAGS = $PNG_CFLAGS
17339 PNG_LIBS = $PNG_LIBS
17340 TIFF_CFLAGS = $TIFF_CFLAGS
17341 TIFF_LIBS = $TIFF_LIBS
17342 MPG123_CFLAGS = $MPG123_CFLAGS
17343 MPG123_LIBS = $MPG123_LIBS
17344 KSTAT_LIBS = $KSTAT_LIBS
17345 PROCSTAT_LIBS = $PROCSTAT_LIBS
17346 NETAPI_CFLAGS = $NETAPI_CFLAGS
17347 NETAPI_LIBS = $NETAPI_LIBS
17348 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17350 POLL_LIBS = $POLL_LIBS
17352 LDAP_LIBS = $LDAP_LIBS
17357 wine_fn_append_rule
"
17358 # Rules automatically generated by configure
17360 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17365 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17366 @./config.status Make.tmp Makefile
17367 depend: \$(MAKEDEP) dummy
17370 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17371 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17373 if test "x$enable_fonts" != xno
; then
17374 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17375 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17376 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17377 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17378 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17379 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17381 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17382 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17383 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17384 wine_fn_config_symlink wine
17385 if test "x$enable_win64" != xno
; then
17386 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17387 wine_fn_config_symlink wine64
17390 wine_fn_config_dll acledit enable_acledit
17391 wine_fn_config_dll aclui enable_aclui implib
17392 wine_fn_config_dll activeds enable_activeds implib
17393 wine_fn_config_dll actxprxy enable_actxprxy clean
17394 wine_fn_config_lib adsiid
17395 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17396 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17397 wine_fn_config_dll advpack enable_advpack implib
17398 wine_fn_config_test dlls
/advpack
/tests advpack_test
17399 wine_fn_config_dll amstream enable_amstream clean
17400 wine_fn_config_test dlls
/amstream
/tests amstream_test
17401 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17402 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17403 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17404 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17405 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17406 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17407 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17408 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17409 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17410 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17411 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17412 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17413 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17414 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17415 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17416 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
17417 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17418 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17419 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17420 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17421 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17422 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17423 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17424 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17425 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17426 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17427 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17428 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17429 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17430 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17431 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17432 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17433 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17434 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17435 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17436 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17437 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17438 wine_fn_config_dll api-ms-win-core-memory-l1-1-2 enable_api_ms_win_core_memory_l1_1_2
17439 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17440 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17441 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17442 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17443 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17444 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17445 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17446 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17447 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17448 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17449 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17450 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17451 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17452 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17453 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17454 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17455 wine_fn_config_dll api-ms-win-core-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
17456 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17457 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17458 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17459 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17460 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17461 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
17462 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17463 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17464 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17465 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17466 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
17467 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17468 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17469 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17470 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17471 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17472 wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
17473 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17474 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17475 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17476 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17477 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17478 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17479 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17480 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17481 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17482 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17483 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17484 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17485 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17486 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17487 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17488 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17489 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17490 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17491 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17492 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17493 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17494 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17495 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17496 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17497 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17498 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17499 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17500 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17501 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17502 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17503 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17504 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17505 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17506 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17507 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17508 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17509 wine_fn_config_dll apphelp enable_apphelp
17510 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17511 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
17512 wine_fn_config_dll atl enable_atl clean
,implib
17513 wine_fn_config_test dlls
/atl
/tests atl_test
17514 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17515 wine_fn_config_test dlls
/atl100
/tests atl100_test
17516 wine_fn_config_dll atl110 enable_atl110 clean
17517 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17518 wine_fn_config_test dlls
/atl80
/tests atl80_test
17519 wine_fn_config_dll atl90 enable_atl90 clean
17520 wine_fn_config_dll authz enable_authz
17521 wine_fn_config_dll avicap32 enable_avicap32 implib
17522 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
17523 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17524 wine_fn_config_dll avifile.dll16 enable_win16
17525 wine_fn_config_dll avrt enable_avrt implib
17526 wine_fn_config_dll bcrypt enable_bcrypt implib
17527 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17528 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17529 wine_fn_config_dll browseui enable_browseui clean
17530 wine_fn_config_test dlls
/browseui
/tests browseui_test
17531 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17532 wine_fn_config_dll cabinet enable_cabinet implib
17533 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17534 wine_fn_config_dll capi2032 enable_capi2032 implib
17535 wine_fn_config_dll cards enable_cards implib
17536 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17537 wine_fn_config_dll clusapi enable_clusapi implib
17538 wine_fn_config_dll combase enable_combase
17539 wine_fn_config_test dlls
/combase
/tests combase_test
17540 wine_fn_config_dll comcat enable_comcat
17541 wine_fn_config_test dlls
/comcat
/tests comcat_test
17542 wine_fn_config_dll comctl32 enable_comctl32 clean
,implib
17543 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17544 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
17545 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17546 wine_fn_config_dll
comm.drv16 enable_win16
17547 wine_fn_config_dll commdlg.dll16 enable_win16
17548 wine_fn_config_dll compobj.dll16 enable_win16
17549 wine_fn_config_dll compstui enable_compstui implib
17550 wine_fn_config_dll comsvcs enable_comsvcs implib
17551 wine_fn_config_dll connect enable_connect
17552 wine_fn_config_dll credui enable_credui clean
,implib
17553 wine_fn_config_test dlls
/credui
/tests credui_test
17554 wine_fn_config_dll crtdll enable_crtdll
17555 wine_fn_config_dll crypt32 enable_crypt32 clean
,implib
17556 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17557 wine_fn_config_dll cryptdlg enable_cryptdlg clean
17558 wine_fn_config_dll cryptdll enable_cryptdll implib
17559 wine_fn_config_dll cryptext enable_cryptext
17560 wine_fn_config_dll cryptnet enable_cryptnet implib
17561 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17562 wine_fn_config_dll cryptui enable_cryptui clean
,implib
17563 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17564 wine_fn_config_dll ctapi32 enable_ctapi32
17565 wine_fn_config_dll ctl3d.dll16 enable_win16
17566 wine_fn_config_dll ctl3d32 enable_ctl3d32
17567 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17568 wine_fn_config_dll d2d1 enable_d2d1 implib
17569 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17570 wine_fn_config_dll d3d10 enable_d3d10 implib
17571 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17572 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17573 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17574 wine_fn_config_dll d3d10core enable_d3d10core implib
17575 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17576 wine_fn_config_dll d3d11 enable_d3d11 implib
17577 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17578 wine_fn_config_dll d3d8 enable_d3d8 implib
17579 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17580 wine_fn_config_dll d3d9 enable_d3d9 implib
17581 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17582 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17583 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17584 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17585 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17586 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17587 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17588 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17589 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17590 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17591 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17592 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17593 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17594 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17595 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17596 wine_fn_config_dll d3dim enable_d3dim
17597 wine_fn_config_dll d3drm enable_d3drm implib
17598 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17599 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17600 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17601 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17602 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17603 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17604 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17605 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17606 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17607 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17608 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17609 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17610 wine_fn_config_test dlls
/d3dx10_43
/tests d3dx10_43_test
17611 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17612 wine_fn_config_dll d3dx11_43 enable_d3dx11_43 implib d3dx11
17613 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17614 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17615 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17616 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17617 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17618 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17619 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17620 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17621 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17622 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17623 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17624 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17625 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17626 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17627 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17628 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17629 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17630 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17631 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17632 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17633 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17634 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17635 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17636 wine_fn_config_dll davclnt enable_davclnt
17637 wine_fn_config_dll dbgeng enable_dbgeng implib
17638 wine_fn_config_dll dbghelp enable_dbghelp implib
17639 wine_fn_config_dll dciman32 enable_dciman32 implib
17640 wine_fn_config_dll ddeml.dll16 enable_win16
17641 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17642 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17643 wine_fn_config_dll ddrawex enable_ddrawex clean
17644 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17645 wine_fn_config_dll devenum enable_devenum clean
17646 wine_fn_config_test dlls
/devenum
/tests devenum_test
17647 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17648 wine_fn_config_dll difxapi enable_difxapi
17649 wine_fn_config_dll dinput enable_dinput clean
,implib
,staticimplib
17650 wine_fn_config_test dlls
/dinput
/tests dinput_test
17651 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17652 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17653 wine_fn_config_dll dispdib.dll16 enable_win16
17654 wine_fn_config_dll dispex enable_dispex clean
17655 wine_fn_config_test dlls
/dispex
/tests dispex_test
17656 wine_fn_config_dll display.drv16 enable_win16
17657 wine_fn_config_dll dmband enable_dmband clean
17658 wine_fn_config_test dlls
/dmband
/tests dmband_test
17659 wine_fn_config_dll dmcompos enable_dmcompos clean
17660 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17661 wine_fn_config_dll dmime enable_dmime clean
17662 wine_fn_config_test dlls
/dmime
/tests dmime_test
17663 wine_fn_config_dll dmloader enable_dmloader clean
17664 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17665 wine_fn_config_dll dmscript enable_dmscript clean
17666 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17667 wine_fn_config_dll dmstyle enable_dmstyle clean
17668 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17669 wine_fn_config_dll dmsynth enable_dmsynth clean
17670 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17671 wine_fn_config_dll dmusic enable_dmusic clean
17672 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17673 wine_fn_config_dll dmusic32 enable_dmusic32
17674 wine_fn_config_dll dnsapi enable_dnsapi implib
17675 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17676 wine_fn_config_dll dplay enable_dplay
17677 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17678 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17679 wine_fn_config_dll dpnaddr enable_dpnaddr
17680 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17681 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17682 wine_fn_config_dll dpnhpast enable_dpnhpast
17683 wine_fn_config_dll dpnlobby enable_dpnlobby
17684 wine_fn_config_dll dpvoice enable_dpvoice clean
17685 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17686 wine_fn_config_dll dpwsockx enable_dpwsockx
17687 wine_fn_config_dll drmclien enable_drmclien
17688 wine_fn_config_dll dsound enable_dsound clean
,implib
17689 wine_fn_config_test dlls
/dsound
/tests dsound_test
17690 wine_fn_config_dll dssenh enable_dssenh
17691 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17692 wine_fn_config_dll dswave enable_dswave clean
17693 wine_fn_config_test dlls
/dswave
/tests dswave_test
17694 wine_fn_config_dll dwmapi enable_dwmapi implib
17695 wine_fn_config_dll dwrite enable_dwrite implib
17696 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17697 wine_fn_config_dll dxdiagn enable_dxdiagn clean
17698 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17699 wine_fn_config_lib dxerr8
17700 wine_fn_config_lib dxerr9
17701 wine_fn_config_dll dxgi enable_dxgi implib
17702 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17703 wine_fn_config_lib dxguid
17704 wine_fn_config_dll dxva2 enable_dxva2
17705 wine_fn_config_dll esent enable_esent
17706 wine_fn_config_dll evr enable_evr
17707 wine_fn_config_dll explorerframe enable_explorerframe clean
17708 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17709 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17710 wine_fn_config_dll faultrep enable_faultrep implib
17711 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17712 wine_fn_config_dll fltlib enable_fltlib
17713 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17714 wine_fn_config_dll fntcache enable_fntcache
17715 wine_fn_config_dll fontsub enable_fontsub
17716 wine_fn_config_dll fusion enable_fusion
17717 wine_fn_config_test dlls
/fusion
/tests fusion_test
17718 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17719 wine_fn_config_dll gameux enable_gameux clean
17720 wine_fn_config_test dlls
/gameux
/tests gameux_test
17721 wine_fn_config_dll gdi.exe16 enable_win16
17722 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
17723 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17724 wine_fn_config_dll gdiplus enable_gdiplus implib
17725 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17726 wine_fn_config_dll glu32 enable_glu32 implib
17727 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds clean
17728 wine_fn_config_dll gpkcsp enable_gpkcsp
17729 wine_fn_config_dll hal enable_hal
17730 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib htmlhelp
17731 wine_fn_config_dll hid enable_hid implib
17732 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17733 wine_fn_config_dll hlink enable_hlink clean
,implib
17734 wine_fn_config_test dlls
/hlink
/tests hlink_test
17735 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17736 wine_fn_config_dll httpapi enable_httpapi
17737 wine_fn_config_dll iccvid enable_iccvid clean
17738 wine_fn_config_dll icmp enable_icmp
17739 wine_fn_config_dll ieframe enable_ieframe clean
,implib
17740 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17741 wine_fn_config_dll ifsmgr.vxd enable_win16
17742 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17743 wine_fn_config_dll imagehlp enable_imagehlp implib
17744 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17745 wine_fn_config_dll imm.dll16 enable_win16
17746 wine_fn_config_dll imm32 enable_imm32 implib
17747 wine_fn_config_test dlls
/imm32
/tests imm32_test
17748 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17749 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17750 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl clean
17751 wine_fn_config_dll inetmib1 enable_inetmib1
17752 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17753 wine_fn_config_dll infosoft enable_infosoft clean
17754 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17755 wine_fn_config_dll initpki enable_initpki
17756 wine_fn_config_dll inkobj enable_inkobj
17757 wine_fn_config_dll inseng enable_inseng clean
17758 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17759 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17760 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17761 wine_fn_config_dll itircl enable_itircl
17762 wine_fn_config_dll itss enable_itss clean
17763 wine_fn_config_test dlls
/itss
/tests itss_test
17764 wine_fn_config_dll joy.cpl enable_joy_cpl clean
17765 wine_fn_config_dll jscript enable_jscript clean
17766 wine_fn_config_test dlls
/jscript
/tests jscript_test
17767 wine_fn_config_dll jsproxy enable_jsproxy implib
17768 wine_fn_config_test dlls
/jsproxy
/tests jsproxy_test
17769 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
17770 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17771 wine_fn_config_dll kernelbase enable_kernelbase
17772 wine_fn_config_dll keyboard.drv16 enable_win16
17773 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17774 wine_fn_config_dll ksuser enable_ksuser
17775 wine_fn_config_dll ktmw32 enable_ktmw32
17776 wine_fn_config_dll loadperf enable_loadperf implib
17777 wine_fn_config_dll localspl enable_localspl clean
17778 wine_fn_config_test dlls
/localspl
/tests localspl_test
17779 wine_fn_config_dll localui enable_localui clean
17780 wine_fn_config_test dlls
/localui
/tests localui_test
17781 wine_fn_config_dll lz32 enable_lz32 implib
17782 wine_fn_config_test dlls
/lz32
/tests lz32_test
17783 wine_fn_config_dll lzexpand.dll16 enable_win16
17784 wine_fn_config_dll mapi32 enable_mapi32 clean
,implib
17785 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17786 wine_fn_config_dll mapistub enable_mapistub
17787 wine_fn_config_dll mciavi32 enable_mciavi32
17788 wine_fn_config_dll mcicda enable_mcicda
17789 wine_fn_config_dll mciqtz32 enable_mciqtz32
17790 wine_fn_config_dll mciseq enable_mciseq
17791 wine_fn_config_dll mciwave enable_mciwave
17792 wine_fn_config_dll mf enable_mf
17793 wine_fn_config_dll mfplat enable_mfplat
17794 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17795 wine_fn_config_dll mgmtapi enable_mgmtapi
17796 wine_fn_config_dll midimap enable_midimap
17797 wine_fn_config_dll mlang enable_mlang clean
,implib
17798 wine_fn_config_test dlls
/mlang
/tests mlang_test
17799 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17800 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17801 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17802 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17803 wine_fn_config_dll mmdevldr.vxd enable_win16
17804 wine_fn_config_dll mmsystem.dll16 enable_win16
17805 wine_fn_config_dll monodebg.vxd enable_win16
17806 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17807 wine_fn_config_dll mouse.drv16 enable_win16
17808 wine_fn_config_dll mpr enable_mpr clean
,implib
17809 wine_fn_config_test dlls
/mpr
/tests mpr_test
17810 wine_fn_config_dll mprapi enable_mprapi implib
17811 wine_fn_config_dll msacm.dll16 enable_win16
17812 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17813 wine_fn_config_dll msacm32 enable_msacm32 clean
,implib
17814 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17815 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17816 wine_fn_config_dll msasn1 enable_msasn1 implib
17817 wine_fn_config_dll mscat32 enable_mscat32
17818 wine_fn_config_dll mscms enable_mscms implib
17819 wine_fn_config_test dlls
/mscms
/tests mscms_test
17820 wine_fn_config_dll mscoree enable_mscoree clean
17821 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17822 wine_fn_config_dll msctf enable_msctf clean
17823 wine_fn_config_test dlls
/msctf
/tests msctf_test
17824 wine_fn_config_dll msctfp enable_msctfp clean
17825 wine_fn_config_dll msdaps enable_msdaps clean
17826 wine_fn_config_dll msdelta enable_msdelta
17827 wine_fn_config_dll msdmo enable_msdmo implib
17828 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17829 wine_fn_config_dll msdrm enable_msdrm
17830 wine_fn_config_dll msftedit enable_msftedit
17831 wine_fn_config_dll msg711.acm enable_msg711_acm
17832 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17833 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17834 wine_fn_config_dll mshtml enable_mshtml clean
,implib
17835 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17836 wine_fn_config_dll msi enable_msi clean
,implib
17837 wine_fn_config_test dlls
/msi
/tests msi_test
17838 wine_fn_config_dll msident enable_msident clean
17839 wine_fn_config_dll msimg32 enable_msimg32 implib
17840 wine_fn_config_dll msimsg enable_msimsg
17841 wine_fn_config_dll msimtf enable_msimtf clean
17842 wine_fn_config_dll msisip enable_msisip
17843 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17844 wine_fn_config_dll msls31 enable_msls31
17845 wine_fn_config_dll msnet32 enable_msnet32
17846 wine_fn_config_dll mspatcha enable_mspatcha implib
17847 wine_fn_config_dll msrle32 enable_msrle32 clean
17848 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17849 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17850 wine_fn_config_test dlls
/msscript.ocx
/tests msscript.ocx_test clean
17851 wine_fn_config_dll mssign32 enable_mssign32
17852 wine_fn_config_dll mssip32 enable_mssip32
17853 wine_fn_config_dll mstask enable_mstask clean
17854 wine_fn_config_test dlls
/mstask
/tests mstask_test
17855 wine_fn_config_dll msvcirt enable_msvcirt
17856 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17857 wine_fn_config_dll msvcm80 enable_msvcm80
17858 wine_fn_config_dll msvcm90 enable_msvcm90
17859 wine_fn_config_dll msvcp100 enable_msvcp100
17860 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17861 wine_fn_config_dll msvcp110 enable_msvcp110
17862 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17863 wine_fn_config_dll msvcp120 enable_msvcp120
17864 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17865 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17866 wine_fn_config_dll msvcp60 enable_msvcp60
17867 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17868 wine_fn_config_dll msvcp70 enable_msvcp70
17869 wine_fn_config_dll msvcp71 enable_msvcp71
17870 wine_fn_config_dll msvcp80 enable_msvcp80
17871 wine_fn_config_dll msvcp90 enable_msvcp90
17872 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17873 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17874 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17875 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17876 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17877 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17878 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17879 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17880 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17881 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17882 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17883 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17884 wine_fn_config_dll msvcrt enable_msvcrt implib
17885 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17886 wine_fn_config_dll msvcrt20 enable_msvcrt20
17887 wine_fn_config_dll msvcrt40 enable_msvcrt40
17888 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17889 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17890 wine_fn_config_dll msvfw32 enable_msvfw32 clean
,implib
17891 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17892 wine_fn_config_dll msvidc32 enable_msvidc32 clean
17893 wine_fn_config_dll msvideo.dll16 enable_win16
17894 wine_fn_config_dll mswsock enable_mswsock implib
17895 wine_fn_config_dll msxml enable_msxml clean
17896 wine_fn_config_dll msxml2 enable_msxml2 clean
17897 wine_fn_config_dll msxml3 enable_msxml3 clean
17898 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17899 wine_fn_config_dll msxml4 enable_msxml4 clean
17900 wine_fn_config_dll msxml6 enable_msxml6 clean
17901 wine_fn_config_dll ncrypt enable_ncrypt
17902 wine_fn_config_dll nddeapi enable_nddeapi implib
17903 wine_fn_config_dll ndis.sys enable_ndis_sys
17904 wine_fn_config_dll netapi32 enable_netapi32 implib
17905 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17906 wine_fn_config_dll netcfgx enable_netcfgx clean
17907 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17908 wine_fn_config_dll netprofm enable_netprofm clean
17909 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17910 wine_fn_config_dll newdev enable_newdev implib
17911 wine_fn_config_dll normaliz enable_normaliz implib
17912 wine_fn_config_dll npmshtml enable_npmshtml
17913 wine_fn_config_dll npptools enable_npptools
17914 wine_fn_config_dll ntdll enable_ntdll implib
17915 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17916 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17917 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17918 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib ntoskrnl
17919 wine_fn_config_dll ntprint enable_ntprint
17920 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17921 wine_fn_config_dll objsel enable_objsel clean
17922 wine_fn_config_dll odbc32 enable_odbc32 implib
17923 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17924 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17925 wine_fn_config_dll odbccu32 enable_odbccu32
17926 wine_fn_config_dll ole2.dll16 enable_win16
17927 wine_fn_config_dll ole2conv.dll16 enable_win16
17928 wine_fn_config_dll ole2disp.dll16 enable_win16
17929 wine_fn_config_dll ole2nls.dll16 enable_win16
17930 wine_fn_config_dll ole2prox.dll16 enable_win16
17931 wine_fn_config_dll ole2thk.dll16 enable_win16
17932 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17933 wine_fn_config_test dlls
/ole32
/tests ole32_test
17934 wine_fn_config_dll oleacc enable_oleacc clean
,implib
17935 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17936 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
17937 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17938 wine_fn_config_dll olecli.dll16 enable_win16
17939 wine_fn_config_dll olecli32 enable_olecli32 implib
17940 wine_fn_config_dll oledb32 enable_oledb32 clean
17941 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17942 wine_fn_config_dll oledlg enable_oledlg clean
,implib
17943 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17944 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
17945 wine_fn_config_dll olesvr.dll16 enable_win16
17946 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17947 wine_fn_config_dll olethk32 enable_olethk32
17948 wine_fn_config_dll openal32 enable_openal32
17949 wine_fn_config_dll opencl enable_opencl
17950 wine_fn_config_dll opengl32 enable_opengl32 implib
17951 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17952 wine_fn_config_dll packager enable_packager clean
17953 wine_fn_config_test dlls
/packager
/tests packager_test
17954 wine_fn_config_dll pdh enable_pdh implib
17955 wine_fn_config_test dlls
/pdh
/tests pdh_test
17956 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17957 wine_fn_config_dll pidgen enable_pidgen
17958 wine_fn_config_dll powrprof enable_powrprof implib
17959 wine_fn_config_dll printui enable_printui
17960 wine_fn_config_dll prntvpt enable_prntvpt
17961 wine_fn_config_dll propsys enable_propsys clean
,implib
17962 wine_fn_config_test dlls
/propsys
/tests propsys_test
17963 wine_fn_config_dll psapi enable_psapi implib
17964 wine_fn_config_test dlls
/psapi
/tests psapi_test
17965 wine_fn_config_dll pstorec enable_pstorec clean
17966 wine_fn_config_dll qcap enable_qcap
17967 wine_fn_config_test dlls
/qcap
/tests qcap_test
17968 wine_fn_config_dll qedit enable_qedit clean
17969 wine_fn_config_test dlls
/qedit
/tests qedit_test
17970 wine_fn_config_dll qmgr enable_qmgr clean
17971 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17972 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17973 wine_fn_config_dll quartz enable_quartz clean
,implib
17974 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17975 wine_fn_config_dll query enable_query
17976 wine_fn_config_dll rasapi16.dll16 enable_win16
17977 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17978 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17979 wine_fn_config_dll rasdlg enable_rasdlg implib
17980 wine_fn_config_dll regapi enable_regapi
17981 wine_fn_config_dll resutils enable_resutils implib
17982 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17983 wine_fn_config_test dlls
/riched20
/tests riched20_test
17984 wine_fn_config_dll riched32 enable_riched32
17985 wine_fn_config_test dlls
/riched32
/tests riched32_test
17986 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17987 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17988 wine_fn_config_dll rsabase enable_rsabase
17989 wine_fn_config_dll rsaenh enable_rsaenh implib
17990 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17991 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17992 wine_fn_config_dll rtutils enable_rtutils implib
17993 wine_fn_config_dll samlib enable_samlib
17994 wine_fn_config_dll sane.ds enable_sane_ds clean
17995 wine_fn_config_dll scarddlg enable_scarddlg
17996 wine_fn_config_dll sccbase enable_sccbase
17997 wine_fn_config_dll schannel enable_schannel
17998 wine_fn_config_test dlls
/schannel
/tests schannel_test
17999 wine_fn_config_dll schedsvc enable_schedsvc clean
18000 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
18001 wine_fn_config_dll scrrun enable_scrrun clean
18002 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
18003 wine_fn_config_dll scsiport.sys enable_scsiport_sys
18004 wine_fn_config_dll secur32 enable_secur32 implib
18005 wine_fn_config_test dlls
/secur32
/tests secur32_test
18006 wine_fn_config_dll security enable_security
18007 wine_fn_config_dll sensapi enable_sensapi implib
18008 wine_fn_config_dll serialui enable_serialui clean
18009 wine_fn_config_test dlls
/serialui
/tests serialui_test
18010 wine_fn_config_dll setupapi enable_setupapi clean
,implib
18011 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
18012 wine_fn_config_dll setupx.dll16 enable_win16
18013 wine_fn_config_dll sfc enable_sfc implib
18014 wine_fn_config_dll sfc_os enable_sfc_os implib
18015 wine_fn_config_dll shdoclc enable_shdoclc clean
18016 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
18017 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
18018 wine_fn_config_dll shell.dll16 enable_win16
18019 wine_fn_config_dll shell32 enable_shell32 clean
,implib
18020 wine_fn_config_test dlls
/shell32
/tests shell32_test
18021 wine_fn_config_dll shfolder enable_shfolder implib
18022 wine_fn_config_dll shlwapi enable_shlwapi clean
,implib
18023 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
18024 wine_fn_config_dll slbcsp enable_slbcsp
18025 wine_fn_config_dll slc enable_slc implib
18026 wine_fn_config_test dlls
/slc
/tests slc_test
18027 wine_fn_config_dll snmpapi enable_snmpapi implib
18028 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
18029 wine_fn_config_dll softpub enable_softpub
18030 wine_fn_config_dll sound.drv16 enable_win16
18031 wine_fn_config_dll spoolss enable_spoolss implib
18032 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
18033 wine_fn_config_dll sspicli enable_sspicli
18034 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
18035 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
18036 wine_fn_config_dll sti enable_sti clean
,implib
18037 wine_fn_config_test dlls
/sti
/tests sti_test
18038 wine_fn_config_dll storage.dll16 enable_win16
18039 wine_fn_config_dll stress.dll16 enable_win16
18040 wine_fn_config_lib strmbase
18041 wine_fn_config_lib strmiids
18042 wine_fn_config_dll svrapi enable_svrapi
18043 wine_fn_config_dll sxs enable_sxs implib
18044 wine_fn_config_test dlls
/sxs
/tests sxs_test
18045 wine_fn_config_dll system.drv16 enable_win16
18046 wine_fn_config_dll t2embed enable_t2embed implib
18047 wine_fn_config_test dlls
/t2embed
/tests t2embed_test
18048 wine_fn_config_dll tapi32 enable_tapi32 implib
18049 wine_fn_config_dll taskschd enable_taskschd clean
18050 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
18051 wine_fn_config_dll tdi.sys enable_tdi_sys
18052 wine_fn_config_dll toolhelp.dll16 enable_win16
18053 wine_fn_config_dll traffic enable_traffic
18054 wine_fn_config_dll twain.dll16 enable_win16
18055 wine_fn_config_dll twain_32 enable_twain_32
18056 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
18057 wine_fn_config_dll typelib.dll16 enable_win16
18058 wine_fn_config_dll ucrtbase enable_ucrtbase
18059 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
18060 wine_fn_config_dll unicows enable_unicows implib
18061 wine_fn_config_dll updspapi enable_updspapi
18062 wine_fn_config_dll url enable_url implib
18063 wine_fn_config_dll urlmon enable_urlmon clean
,implib
18064 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
18065 wine_fn_config_dll usbd.sys enable_usbd_sys implib usbd
18066 wine_fn_config_dll user.exe16 enable_win16
18067 wine_fn_config_dll user32 enable_user32 clean
,implib
18068 wine_fn_config_test dlls
/user32
/tests user32_test
18069 wine_fn_config_dll userenv enable_userenv implib
18070 wine_fn_config_test dlls
/userenv
/tests userenv_test
18071 wine_fn_config_dll usp10 enable_usp10 implib
18072 wine_fn_config_test dlls
/usp10
/tests usp10_test
18073 wine_fn_config_lib uuid
18074 wine_fn_config_dll uxtheme enable_uxtheme implib
18075 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
18076 wine_fn_config_dll vbscript enable_vbscript clean
18077 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
18078 wine_fn_config_dll vcomp enable_vcomp
18079 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
18080 wine_fn_config_dll vcomp100 enable_vcomp100
18081 wine_fn_config_dll vcomp110 enable_vcomp110
18082 wine_fn_config_dll vcomp120 enable_vcomp120
18083 wine_fn_config_dll vcomp90 enable_vcomp90
18084 wine_fn_config_dll vcruntime140 enable_vcruntime140
18085 wine_fn_config_dll vdhcp.vxd enable_win16
18086 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18087 wine_fn_config_dll ver.dll16 enable_win16
18088 wine_fn_config_dll version enable_version implib
18089 wine_fn_config_test dlls
/version
/tests version_test
18090 wine_fn_config_dll vmm.vxd enable_win16
18091 wine_fn_config_dll vnbt.vxd enable_win16
18092 wine_fn_config_dll vnetbios.vxd enable_win16
18093 wine_fn_config_dll vssapi enable_vssapi
18094 wine_fn_config_dll vtdapi.vxd enable_win16
18095 wine_fn_config_dll vwin32.vxd enable_win16
18096 wine_fn_config_dll w32skrnl enable_win16
18097 wine_fn_config_dll w32sys.dll16 enable_win16
18098 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18099 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18100 wine_fn_config_dll wbemprox enable_wbemprox clean
18101 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18102 wine_fn_config_dll webservices enable_webservices implib
18103 wine_fn_config_test dlls
/webservices
/tests webservices_test
18104 wine_fn_config_dll wer enable_wer implib
18105 wine_fn_config_test dlls
/wer
/tests wer_test
18106 wine_fn_config_dll wevtapi enable_wevtapi
18107 wine_fn_config_dll wiaservc enable_wiaservc clean
18108 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18109 wine_fn_config_dll wimgapi enable_wimgapi
18110 wine_fn_config_dll win32s16.dll16 enable_win16
18111 wine_fn_config_dll win87em.dll16 enable_win16
18112 wine_fn_config_dll winaspi.dll16 enable_win16
18113 wine_fn_config_dll windebug.dll16 enable_win16
18114 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18115 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18116 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18117 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18118 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18119 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18120 wine_fn_config_lib winecrt0
18121 wine_fn_config_dll wined3d enable_wined3d implib
18122 wine_fn_config_dll winegstreamer enable_winegstreamer
18123 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18124 wine_fn_config_dll winemac.drv enable_winemac_drv clean
18125 wine_fn_config_dll winemapi enable_winemapi
18126 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18127 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18128 wine_fn_config_dll wineps.drv enable_wineps_drv clean
18129 wine_fn_config_dll wineps16.drv16 enable_win16
18130 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18131 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18132 wine_fn_config_dll winex11.drv enable_winex11_drv
18133 wine_fn_config_dll wing.dll16 enable_win16
18134 wine_fn_config_dll wing32 enable_wing32
18135 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18136 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18137 wine_fn_config_dll wininet enable_wininet clean
,implib
18138 wine_fn_config_test dlls
/wininet
/tests wininet_test
18139 wine_fn_config_dll winmm enable_winmm clean
,implib
18140 wine_fn_config_test dlls
/winmm
/tests winmm_test
18141 wine_fn_config_dll winnls.dll16 enable_win16
18142 wine_fn_config_dll winnls32 enable_winnls32 implib
18143 wine_fn_config_dll winscard enable_winscard implib
18144 wine_fn_config_dll winsock.dll16 enable_win16
18145 wine_fn_config_dll winspool.drv enable_winspool_drv clean
,implib winspool
18146 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18147 wine_fn_config_dll winsta enable_winsta
18148 wine_fn_config_dll wintab.dll16 enable_win16
18149 wine_fn_config_dll wintab32 enable_wintab32 implib
18150 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18151 wine_fn_config_dll wintrust enable_wintrust implib
18152 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18153 wine_fn_config_dll wlanapi enable_wlanapi
18154 wine_fn_config_dll wldap32 enable_wldap32 clean
,implib
18155 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18156 wine_fn_config_dll wmasf enable_wmasf
18157 wine_fn_config_dll wmi enable_wmi
18158 wine_fn_config_dll wmiutils enable_wmiutils clean
18159 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18160 wine_fn_config_dll wmp enable_wmp clean
18161 wine_fn_config_test dlls
/wmp
/tests wmp_test
18162 wine_fn_config_dll wmvcore enable_wmvcore
18163 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18164 wine_fn_config_dll wow32 enable_win16 implib
18165 wine_fn_config_dll wpcap enable_wpcap
18166 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18167 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18168 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18169 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18170 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18171 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18172 wine_fn_config_dll wsock32 enable_wsock32 implib
18173 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18174 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18175 wine_fn_config_dll wuapi enable_wuapi clean
18176 wine_fn_config_dll wuaueng enable_wuaueng
18177 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18178 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18179 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18180 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18181 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18182 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18183 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18184 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18185 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18186 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18187 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18188 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18189 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18190 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18191 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18192 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18193 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18194 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18195 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18196 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18197 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18198 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18199 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18200 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18201 wine_fn_config_dll xinput1_1 enable_xinput1_1
18202 wine_fn_config_dll xinput1_2 enable_xinput1_2
18203 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18204 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18205 wine_fn_config_dll xinput1_4 enable_xinput1_4
18206 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18207 wine_fn_config_dll xmllite enable_xmllite implib
18208 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18209 wine_fn_config_dll xolehlp enable_xolehlp
18210 wine_fn_config_dll xpsprint enable_xpsprint
18211 wine_fn_config_dll xpssvcs enable_xpssvcs
18212 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18213 wine_fn_config_makefile include enable_include clean
,install-dev
18214 wine_fn_config_makefile libs
/port enable_libs_port
18215 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18216 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18217 wine_fn_config_makefile loader enable_loader clean
,install-lib
18218 wine_fn_config_makefile po enable_po clean
18219 wine_fn_config_program arp enable_arp
install
18220 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18221 wine_fn_config_program attrib enable_attrib clean
,install
18222 wine_fn_config_program cabarc enable_cabarc
install
18223 wine_fn_config_program cacls enable_cacls
install
18224 wine_fn_config_program
clock enable_clock clean
,install
18225 wine_fn_config_program cmd enable_cmd clean
,install
18226 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18227 wine_fn_config_program conhost enable_conhost
install
18228 wine_fn_config_program control enable_control
install
18229 wine_fn_config_program cscript enable_cscript clean
,install
18230 wine_fn_config_program dpnsvr enable_dpnsvr
install
18231 wine_fn_config_program dxdiag enable_dxdiag clean
,install
18232 wine_fn_config_program eject enable_eject
install
18233 wine_fn_config_program
expand enable_expand
install
18234 wine_fn_config_program explorer enable_explorer clean
,install
18235 wine_fn_config_program extrac32 enable_extrac32
install
18236 wine_fn_config_program findstr enable_findstr
install
18237 wine_fn_config_program fsutil enable_fsutil
install
18238 wine_fn_config_program hh enable_hh
install
18239 wine_fn_config_program hostname enable_hostname clean
,install
18240 wine_fn_config_program icacls enable_icacls
install
18241 wine_fn_config_program icinfo enable_icinfo
install
18242 wine_fn_config_program iexplore enable_iexplore
install
18243 wine_fn_config_program ipconfig enable_ipconfig clean
,install
18244 wine_fn_config_program lodctr enable_lodctr
install
18245 wine_fn_config_program mofcomp enable_mofcomp
install
18246 wine_fn_config_program mshta enable_mshta
install
18247 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18248 wine_fn_config_program net enable_net clean
,install
18249 wine_fn_config_program netsh enable_netsh
install
18250 wine_fn_config_program netstat enable_netstat clean
,install
18251 wine_fn_config_program ngen enable_ngen
install
18252 wine_fn_config_program notepad enable_notepad clean
,install,installbin
,manpage
18253 wine_fn_config_program oleview enable_oleview clean
,install
18254 wine_fn_config_program
ping enable_ping
install
18255 wine_fn_config_program plugplay enable_plugplay
install
18256 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18257 wine_fn_config_program progman enable_progman clean
,install
18258 wine_fn_config_program reg enable_reg clean
,install
18259 wine_fn_config_test programs
/reg
/tests reg.exe_test
18260 wine_fn_config_program regasm enable_regasm
install
18261 wine_fn_config_program regedit enable_regedit clean
,install,installbin
,manpage
18262 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18263 wine_fn_config_program regsvcs enable_regsvcs
install
18264 wine_fn_config_program regsvr32 enable_regsvr32 clean
,install,installbin
,manpage
18265 wine_fn_config_program rpcss enable_rpcss clean
,install
18266 wine_fn_config_program rundll.exe16 enable_win16
install
18267 wine_fn_config_program rundll32 enable_rundll32
install
18268 wine_fn_config_program sc enable_sc
install
18269 wine_fn_config_program schtasks enable_schtasks
install
18270 wine_fn_config_program sdbinst enable_sdbinst
install
18271 wine_fn_config_program secedit enable_secedit
install
18272 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18273 wine_fn_config_program services enable_services clean
,install
18274 wine_fn_config_test programs
/services
/tests services.exe_test
18275 wine_fn_config_program shutdown enable_shutdown
install
18276 wine_fn_config_program spoolsv enable_spoolsv
install
18277 wine_fn_config_program start enable_start clean
,install
18278 wine_fn_config_program svchost enable_svchost
install
18279 wine_fn_config_program systeminfo enable_systeminfo
install
18280 wine_fn_config_program taskkill enable_taskkill clean
,install
18281 wine_fn_config_program tasklist enable_tasklist
install
18282 wine_fn_config_program taskmgr enable_taskmgr clean
,install
18283 wine_fn_config_program termsv enable_termsv
install
18284 wine_fn_config_program uninstaller enable_uninstaller clean
,install
18285 wine_fn_config_program unlodctr enable_unlodctr
install
18286 wine_fn_config_program view enable_view clean
,install
18287 wine_fn_config_program wevtutil enable_wevtutil
install
18288 wine_fn_config_program wineboot enable_wineboot clean
,install,installbin
,manpage
18289 wine_fn_config_program winebrowser enable_winebrowser
install
18290 wine_fn_config_program winecfg enable_winecfg clean
,install,installbin
,manpage
18291 wine_fn_config_program wineconsole enable_wineconsole clean
,install,installbin
,manpage
18292 wine_fn_config_program winedbg enable_winedbg clean
,install,installbin
,manpage
18293 wine_fn_config_program winedevice enable_winedevice
install
18294 wine_fn_config_program winefile enable_winefile clean
,install,installbin
,manpage
18295 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18296 wine_fn_config_program winemine enable_winemine clean
,install,installbin
,manpage
18297 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18298 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18299 wine_fn_config_program winetest enable_winetest clean
18300 wine_fn_config_program winevdm enable_win16
install
18301 wine_fn_config_program winhelp.exe16 enable_win16
install
18302 wine_fn_config_program winhlp32 enable_winhlp32 clean
,install
18303 wine_fn_config_program winoldap.mod16 enable_win16
install
18304 wine_fn_config_program winver enable_winver
install
18305 wine_fn_config_program wmic enable_wmic clean
,install
18306 wine_fn_config_program wmplayer enable_wmplayer
install
18307 wine_fn_config_program wordpad enable_wordpad clean
,install
18308 wine_fn_config_program
write enable_write clean
,install
18309 wine_fn_config_program wscript enable_wscript clean
,install
18310 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18311 wine_fn_config_program wusa enable_wusa
install
18312 wine_fn_config_program xcopy enable_xcopy clean
,install
18313 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18314 wine_fn_config_makefile server enable_server clean
,install-lib
18315 wine_fn_config_tool tools clean
18316 wine_fn_config_tool tools
/sfnt2fon clean
18317 wine_fn_config_tool tools
/widl clean
,install-dev
18318 wine_fn_config_tool tools
/winebuild clean
,install-dev
18319 wine_fn_config_tool tools
/winedump clean
,install-dev
18320 wine_fn_config_tool tools
/winegcc clean
,install-dev
18321 wine_fn_config_tool tools
/winemaker clean
,install-dev
18322 wine_fn_config_tool tools
/wmc clean
,install-dev
18323 wine_fn_config_tool tools
/wrc clean
,install-dev
18326 wine_fn_append_file CONFIGURE_TARGETS
"TAGS"
18327 wine_fn_append_file CONFIGURE_TARGETS
"tags"
18328 wine_fn_append_file CONFIGURE_TARGETS
"autom4te.cache"
18329 wine_fn_append_file CONFIGURE_TARGETS
"config.log"
18330 wine_fn_append_file CONFIGURE_TARGETS
"config.status"
18331 wine_fn_append_file CONFIGURE_TARGETS
"include/config.h"
18332 wine_fn_append_file CONFIGURE_TARGETS
"include/stamp-h"
18333 test "$wine_binary" = wine || wine_fn_append_file CONFIGURE_TARGETS
"loader/wine"
18335 if test "x$enable_tools" != xno
18337 wine_fn_append_file CONFIGURE_TARGETS
"tools/makedep$ac_exeext"
18338 ac_config_commands
="$ac_config_commands tools/makedep"
18342 ac_config_commands
="$ac_config_commands Makefile"
18345 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18349 if test "x$enable_maintainer_mode" = xyes
18351 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18352 autoconf --warnings=all
18353 include/config.h.in: include/stamp-h.in
18354 include/stamp-h.in: configure.ac aclocal.m4
18355 autoheader --warnings=all
18356 @echo timestamp > \$@"
18359 if test "x$enable_tools" != xno
18361 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18362 @./config.status tools/makedep
18363 Makefile: tools/makedep$ac_exeext"
18365 wine_fn_append_rule
"\$(MAKEDEP):
18366 @echo \"You need to run make in $TOOLSDIR first\" && false"
18369 if test -n "$with_wine64"
18371 wine_fn_append_rule
"all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18373 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18374 $with_wine64/loader/wine:
18375 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18376 $with_wine64/loader/wine-preloader:
18377 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18379 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18381 WINELOADER_INSTALL
="wine.inf"
18383 wine_fn_append_rule
"install install-lib::
18384 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18386 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18388 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18389 *) wine_fn_append_rule
"install install-lib::
18390 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18392 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18396 $as_echo " done" >&6
18397 cat >confcache
<<\_ACEOF
18398 # This file is a shell script that caches the results of configure
18399 # tests run on this system so they can be shared between configure
18400 # scripts and configure runs, see configure's option --config-cache.
18401 # It is not useful on other systems. If it contains results you don't
18402 # want to keep, you may remove or edit it.
18404 # config.status only pays attention to the cache file if you give it
18405 # the --recheck option to rerun configure.
18407 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18408 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18409 # following values.
18413 # The following way of writing the cache mishandles newlines in values,
18414 # but we know of no workaround that is simple, portable, and efficient.
18415 # So, we kill variables containing newlines.
18416 # Ultrix sh set writes to stderr and can't be redirected directly,
18417 # and sets the high bit in the cache file unless we assign to the vars.
18419 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18420 eval ac_val
=\$
$ac_var
18424 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18425 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18428 _ | IFS | as_nl
) ;; #(
18429 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18430 *) { eval $ac_var=; unset $ac_var;} ;;
18436 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18437 *${as_nl}ac_space
=\
*)
18438 # `set' does not quote correctly, so add quotes: double-quote
18439 # substitution turns \\\\ into \\, and sed turns \\ into \.
18442 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18445 # `set' quotes correctly as required by POSIX, so do not add quotes.
18446 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18455 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18457 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18459 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18460 if test -w "$cache_file"; then
18461 if test "x$cache_file" != "x/dev/null"; then
18462 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18463 $as_echo "$as_me: updating cache $cache_file" >&6;}
18464 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18465 cat confcache
>"$cache_file"
18467 case $cache_file in #(
18469 mv -f confcache
"$cache_file"$$
&&
18470 mv -f "$cache_file"$$
"$cache_file" ;; #(
18472 mv -f confcache
"$cache_file" ;;
18477 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18478 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18483 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18484 # Let make expand exec_prefix.
18485 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18487 DEFS
=-DHAVE_CONFIG_H
18492 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18493 # 1. Remove the extension, and $U if already installed.
18494 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18495 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18496 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18497 # will be set to the directory where LIBOBJS objects are built.
18498 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18499 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18501 LIBOBJS
=$ac_libobjs
18503 LTLIBOBJS
=$ac_ltlibobjs
18507 : "${CONFIG_STATUS=./config.status}"
18509 ac_clean_files_save
=$ac_clean_files
18510 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18511 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18512 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18514 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18516 # Generated by $as_me.
18517 # Run this file to recreate the current configuration.
18518 # Compiler output produced by configure, useful for debugging
18519 # configure, is in config.log if it exists.
18522 ac_cs_recheck=false
18525 SHELL=\${CONFIG_SHELL-$SHELL}
18528 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18529 ## -------------------- ##
18530 ## M4sh Initialization. ##
18531 ## -------------------- ##
18533 # Be more Bourne compatible
18534 DUALCASE
=1; export DUALCASE
# for MKS sh
18535 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18538 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18539 # is contrary to our usage. Disable this feature.
18540 alias -g '${1+"$@"}'='"$@"'
18541 setopt NO_GLOB_SUBST
18543 case `(set -o) 2>/dev/null` in #(
18555 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18556 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18557 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18558 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18559 # Prefer a ksh shell builtin over an external printf program on Solaris,
18560 # but without wasting forks for bash or zsh.
18561 if test -z "$BASH_VERSION$ZSH_VERSION" \
18562 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18563 as_echo='print
-r --'
18564 as_echo_n='print
-rn --'
18565 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18566 as_echo='printf %s
\n'
18567 as_echo_n='printf %s
'
18569 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18570 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18571 as_echo_n='/usr
/ucb
/echo -n'
18573 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18574 as_echo_n_body='eval
18578 expr "X$arg" : "X\\(.*\\)$as_nl";
18579 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18581 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18583 export as_echo_n_body
18584 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18586 export as_echo_body
18587 as_echo='sh
-c $as_echo_body as_echo
'
18590 # The user is always right.
18591 if test "${PATH_SEPARATOR+set}" != set; then
18593 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18594 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18601 # We need space, tab and new line, in precisely that order. Quoting is
18602 # there to prevent editors from complaining about space-tab.
18603 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18604 # splitting by setting IFS to empty value.)
18607 # Find who we are. Look in the path if we contain no directory separator.
18610 *[\\/]* ) as_myself=$0 ;;
18611 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18612 for as_dir in $PATH
18615 test -z "$as_dir" && as_dir=.
18616 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18622 # We did not find ourselves, most probably we were run as `sh COMMAND'
18623 # in which case we are not to be found in the path.
18624 if test "x$as_myself" = x
; then
18627 if test ! -f "$as_myself"; then
18628 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18632 # Unset variables that we do not need and which cause bugs (e.g. in
18633 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18634 # suppresses any "Segmentation fault" message there. '((' could
18635 # trigger a bug in pdksh 5.2.14.
18636 for as_var
in BASH_ENV ENV MAIL MAILPATH
18637 do eval test x\
${$as_var+set} = xset \
18638 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18651 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18654 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18655 # ----------------------------------------
18656 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18657 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18658 # script with STATUS, using 1 if that was 0.
18661 as_status
=$1; test $as_status -eq 0 && as_status
=1
18663 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18664 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18666 $as_echo "$as_me: error: $2" >&2
18667 as_fn_exit
$as_status
18671 # as_fn_set_status STATUS
18672 # -----------------------
18673 # Set $? to STATUS, without forking.
18674 as_fn_set_status
()
18677 } # as_fn_set_status
18679 # as_fn_exit STATUS
18680 # -----------------
18681 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18685 as_fn_set_status
$1
18691 # Portably unset VAR.
18694 { eval $1=; unset $1;}
18696 as_unset
=as_fn_unset
18697 # as_fn_append VAR VALUE
18698 # ----------------------
18699 # Append the text in VALUE to the end of the definition contained in VAR. Take
18700 # advantage of any shell optimizations that allow amortized linear growth over
18701 # repeated appends, instead of the typical quadratic growth present in naive
18703 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18704 eval 'as_fn_append ()
18715 # as_fn_arith ARG...
18716 # ------------------
18717 # Perform arithmetic evaluation on the ARGs, and store the result in the
18718 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18719 # must be portable across $(()) and expr.
18720 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18721 eval 'as_fn_arith ()
18728 as_val
=`expr "$@" || test $? -eq 1`
18733 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18734 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18740 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18741 as_basename
=basename
18746 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18752 as_me
=`$as_basename -- "$0" ||
18753 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18754 X"$0" : 'X\(//\)$' \| \
18755 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18757 sed '/^.*\/\([^/][^/]*\)\/*$/{
18771 # Avoid depending upon Character Ranges.
18772 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18773 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18774 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18775 as_cr_digits
='0123456789'
18776 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18778 ECHO_C
= ECHO_N
= ECHO_T
=
18779 case `echo -n x` in #(((((
18781 case `echo 'xy\c'` in
18782 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18784 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18791 rm -f conf$$ conf$$.exe conf$$.
file
18792 if test -d conf$$.dir
; then
18793 rm -f conf$$.dir
/conf$$.
file
18796 mkdir conf$$.dir
2>/dev
/null
18798 if (echo >conf$$.
file) 2>/dev
/null
; then
18799 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18801 # ... but there are two gotchas:
18802 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18803 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18804 # In both cases, we have to default to `cp -pR'.
18805 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18807 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18815 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18816 rmdir conf$$.dir
2>/dev
/null
18821 # Create "$as_dir" as a directory, including parents if necessary.
18826 -*) as_dir
=.
/$as_dir;;
18828 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18832 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18833 *) as_qdir
=$as_dir;;
18835 as_dirs
="'$as_qdir' $as_dirs"
18836 as_dir
=`$as_dirname -- "$as_dir" ||
18837 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18838 X"$as_dir" : 'X\(//\)[^/]' \| \
18839 X"$as_dir" : 'X\(//\)$' \| \
18840 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18841 $as_echo X"$as_dir" |
18842 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18846 /^X\(\/\/\)[^/].*/{
18859 test -d "$as_dir" && break
18861 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18862 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18866 if mkdir
-p .
2>/dev
/null
; then
18867 as_mkdir_p
='mkdir -p "$as_dir"'
18869 test -d .
/-p && rmdir .
/-p
18874 # as_fn_executable_p FILE
18875 # -----------------------
18876 # Test if FILE is an executable regular file.
18877 as_fn_executable_p
()
18879 test -f "$1" && test -x "$1"
18880 } # as_fn_executable_p
18881 as_test_x
='test -x'
18882 as_executable_p
=as_fn_executable_p
18884 # Sed expression to map a string onto a valid CPP name.
18885 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18887 # Sed expression to map a string onto a valid variable name.
18888 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18892 ## ----------------------------------- ##
18893 ## Main body of $CONFIG_STATUS script. ##
18894 ## ----------------------------------- ##
18896 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18898 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18899 # Save the log message, to keep $0 and so on meaningful, and to
18900 # report actual input values of CONFIG_FILES etc. instead of their
18901 # values after options handling.
18903 This file was extended by Wine $as_me 1.9.14, which was
18904 generated by GNU Autoconf 2.69. Invocation command line was
18906 CONFIG_FILES = $CONFIG_FILES
18907 CONFIG_HEADERS = $CONFIG_HEADERS
18908 CONFIG_LINKS = $CONFIG_LINKS
18909 CONFIG_COMMANDS = $CONFIG_COMMANDS
18912 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18917 case $ac_config_files in *"
18918 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18921 case $ac_config_headers in *"
18922 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18926 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18927 # Files that config.status was made for.
18928 config_files="$ac_config_files"
18929 config_headers="$ac_config_headers"
18930 config_links="$ac_config_links"
18931 config_commands="$ac_config_commands"
18935 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18937 \`$as_me' instantiates files and other configuration actions
18938 from templates according to the current configuration. Unless the files
18939 and actions are specified as TAGs, all are instantiated by default.
18941 Usage: $0 [OPTION]... [TAG]...
18943 -h, --help print this help, then exit
18944 -V, --version print version number and configuration settings, then exit
18945 --config print configuration, then exit
18946 -q, --quiet, --silent
18947 do not print progress messages
18948 -d, --debug don't remove temporary files
18949 --recheck update $as_me by reconfiguring in the same conditions
18950 --file=FILE[:TEMPLATE]
18951 instantiate the configuration file FILE
18952 --header=FILE[:TEMPLATE]
18953 instantiate the configuration header FILE
18955 Configuration files:
18958 Configuration headers:
18961 Configuration links:
18964 Configuration commands:
18967 Report bugs to <wine-devel@winehq.org>.
18968 Wine home page: <http://www.winehq.org>."
18971 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18972 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18974 Wine config.status 1.9.14
18975 configured by $0, generated by GNU Autoconf 2.69,
18976 with options \\"\$ac_cs_config\\"
18978 Copyright (C) 2012 Free Software Foundation, Inc.
18979 This config.status script is free software; the Free Software Foundation
18980 gives unlimited permission to copy, distribute and modify it."
18984 test -n "\$AWK" || AWK=awk
18987 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18988 # The default lists apply if the user does not specify any file.
18994 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18995 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18999 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19011 # Handling of the options.
19012 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19014 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19015 $as_echo "$ac_cs_version"; exit ;;
19016 --config |
--confi |
--conf |
--con |
--co |
--c )
19017 $as_echo "$ac_cs_config"; exit ;;
19018 --debug |
--debu |
--deb |
--de |
--d |
-d )
19020 --file |
--fil |
--fi |
--f )
19023 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19024 '') as_fn_error $?
"missing file argument" ;;
19026 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19027 ac_need_defaults
=false
;;
19028 --header |
--heade |
--head |
--hea )
19031 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19033 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19034 ac_need_defaults
=false
;;
19036 # Conflict between --help and --header
19037 as_fn_error $?
"ambiguous option: \`$1'
19038 Try \`$0 --help' for more information.";;
19039 --help |
--hel |
-h )
19040 $as_echo "$ac_cs_usage"; exit ;;
19041 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19042 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19045 # This is an error.
19046 -*) as_fn_error $?
"unrecognized option: \`$1'
19047 Try \`$0 --help' for more information." ;;
19049 *) as_fn_append ac_config_targets
" $1"
19050 ac_need_defaults
=false
;;
19056 ac_configure_extra_args
=
19058 if $ac_cs_silent; then
19060 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19064 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19065 if \$ac_cs_recheck; then
19066 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19068 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19069 CONFIG_SHELL='$SHELL'
19070 export CONFIG_SHELL
19075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19079 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19080 ## Running $as_me. ##
19086 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19090 wine_fn_output_makedep ()
19092 as_dir=tools; as_fn_mkdir_p
19093 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19095 wine_fn_output_makefile ()
19097 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19098 `cat $wine_rules_file`
19100 as_fn_error $? "could not create Makefile" "$LINENO" 5
19105 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19107 # Handling of arguments.
19108 for ac_config_target
in $ac_config_targets
19110 case $ac_config_target in
19111 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19112 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19113 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19114 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19115 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19116 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19117 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19118 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19119 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19120 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19121 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19122 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19123 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19125 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19130 # If the user did not use the arguments to specify the items to instantiate,
19131 # then the envvar interface is used. Set only those that are not.
19132 # We use the long form for the default assignment because of an extremely
19133 # bizarre bug on SunOS 4.1.3.
19134 if $ac_need_defaults; then
19135 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19136 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19137 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19138 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19141 # Have a temporary directory for convenience. Make it in the build tree
19142 # simply because there is no reason against having it here, and in addition,
19143 # creating and moving files from /tmp can sometimes cause problems.
19144 # Hook for its removal unless debugging.
19145 # Note that there is a small window in which the directory will not be cleaned:
19146 # after its creation but before its name has been assigned to `$tmp'.
19150 trap 'exit_status=$?
19151 : "${ac_tmp:=$tmp}"
19152 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19154 trap 'as_fn_exit 1' 1 2 13 15
19156 # Create a (secure) tmp directory for tmp files.
19159 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19163 tmp
=.
/conf$$
-$RANDOM
19164 (umask 077 && mkdir
"$tmp")
19165 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19168 # Set up the scripts for CONFIG_FILES section.
19169 # No need to generate them if there are no CONFIG_FILES.
19170 # This happens for instance with `./config.status config.h'.
19171 if test -n "$CONFIG_FILES"; then
19174 ac_cr
=`echo X | tr X '\015'`
19175 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19176 # But we know of no other shell where ac_cr would be empty at this
19177 # point, so we can use a bashism as a fallback.
19178 if test "x$ac_cr" = x
; then
19179 eval ac_cr
=\$
\'\\r
\'
19181 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19182 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19185 ac_cs_awk_cr
=$ac_cr
19188 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19193 echo "cat >conf$$subs.awk <<_ACEOF" &&
19194 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19196 } >conf$$subs.sh ||
19197 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19198 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19200 for ac_last_try in false false false false false :; do
19201 . ./conf$$subs.sh ||
19202 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19204 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19205 if test $ac_delim_n = $ac_delim_num; then
19207 elif $ac_last_try; then
19208 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19210 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19213 rm -f conf$$subs.sh
19215 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19216 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19220 s/^/S["/; s
/!.
*/"]=/
19230 s/\(.\{148\}\)..*/\1/
19232 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19237 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19244 s/\(.\{148\}\)..*/\1/
19246 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19250 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19255 ' <conf$$subs.awk | sed '
19260 ' >>$CONFIG_STATUS || ac_write_fail=1
19261 rm -f conf$$subs.awk
19262 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19264 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19265 for (key in S) S_is_set[key] = 1
19271 nfields = split(line, field, "@
")
19273 len = length(field[1])
19274 for (i = 2; i < nfields; i++) {
19276 keylen = length(key)
19277 if (S_is_set[key]) {
19279 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19280 len += length(value) + length(field[++i])
19291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19292 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19293 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19296 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19297 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19300 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19301 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19302 # trailing colons and then remove the whole line if VPATH becomes empty
19303 # (actually we leave an empty line to preserve line numbers).
19304 if test "x
$srcdir" = x.; then
19305 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19324 fi # test -n "$CONFIG_FILES"
19326 # Set up the scripts for CONFIG_HEADERS section.
19327 # No need to generate them if there are no CONFIG_HEADERS.
19328 # This happens for instance with `./config.status Makefile'.
19329 if test -n "$CONFIG_HEADERS"; then
19330 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19334 # Transform confdefs.h into an awk script `defines.awk', embedded as
19335 # here-document in config.status, that substitutes the proper values into
19336 # config.h.in to produce config.h.
19338 # Create a delimiter string that does not exist in confdefs.h, to ease
19339 # handling of long lines.
19341 for ac_last_try in false false :; do
19342 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19343 if test -z "$ac_tt"; then
19345 elif $ac_last_try; then
19346 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19348 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19352 # For the awk script, D is an array of macro values keyed by name,
19353 # likewise P contains macro parameters if any. Preserve backslash
19354 # newline sequences.
19356 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19358 s/.\{148\}/&'"$ac_delim"'/g
19361 s/^[ ]*#[ ]*define[ ][ ]*/ /
19368 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19370 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19374 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19375 D["\
1"]=" \
3\\\\\\n
"\\/p
19377 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19382 s/.\{148\}/&'"$ac_delim"'/g
19387 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19390 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19392 ' <confdefs.h | sed '
19393 s/'"$ac_delim"'/"\\\
19394 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19396 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19397 for (key in D) D_is_set[key] = 1
19400 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19402 split(line, arg, " ")
19403 if (arg[1] == "#") {
19407 defundef
= substr
(arg
[1], 2)
19410 split(mac1
, mac2
, "(") #)
19412 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19413 if (D_is_set
[macro
]) {
19414 # Preserve the white space surrounding the "#".
19415 print prefix
"define", macro P
[macro
] D
[macro
]
19418 # Replace #undef with comments. This is necessary, for example,
19419 # in the case of _POSIX_SOURCE, which is predefined and required
19420 # on some systems where configure will not decide to define it.
19421 if (defundef
== "undef") {
19422 print
"/*", prefix defundef
, macro
, "*/"
19430 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19431 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19432 fi # test -n "$CONFIG_HEADERS"
19435 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19440 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19442 case $ac_mode$ac_tag in
19444 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19445 :[FH
]-) ac_tag
=-:-;;
19446 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19463 -) ac_f
="$ac_tmp/stdin";;
19464 *) # Look for the file first in the build tree, then in the source tree
19465 # (if the path is not absolute). The absolute path cannot be DOS-style,
19466 # because $ac_f cannot contain `:'.
19470 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19472 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19474 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19475 as_fn_append ac_file_inputs
" '$ac_f'"
19478 # Let's still pretend it is `configure' which instantiates (i.e., don't
19479 # use $as_me), people would be surprised to read:
19480 # /* config.h. Generated by config.status. */
19481 configure_input
='Generated from '`
19482 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19484 if test x
"$ac_file" != x-
; then
19485 configure_input
="$ac_file. $configure_input"
19486 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19487 $as_echo "$as_me: creating $ac_file" >&6;}
19489 # Neutralize special characters interpreted by sed in replacement strings.
19490 case $configure_input in #(
19491 *\
&* |
*\|
* |
*\\* )
19492 ac_sed_conf_input
=`$as_echo "$configure_input" |
19493 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19494 *) ac_sed_conf_input
=$configure_input;;
19498 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19499 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19504 ac_dir
=`$as_dirname -- "$ac_file" ||
19505 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19506 X"$ac_file" : 'X\(//\)[^/]' \| \
19507 X"$ac_file" : 'X\(//\)$' \| \
19508 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19509 $as_echo X"$ac_file" |
19510 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19514 /^X\(\/\/\)[^/].*/{
19527 as_dir
="$ac_dir"; as_fn_mkdir_p
19531 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19533 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19534 # A ".." for each directory in $ac_dir_suffix.
19535 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19536 case $ac_top_builddir_sub in
19537 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19538 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19541 ac_abs_top_builddir
=$ac_pwd
19542 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19543 # for backward compatibility:
19544 ac_top_builddir
=$ac_top_build_prefix
19547 .
) # We are building in place.
19549 ac_top_srcdir
=$ac_top_builddir_sub
19550 ac_abs_top_srcdir
=$ac_pwd ;;
19551 [\\/]* | ?
:[\\/]* ) # Absolute name.
19552 ac_srcdir
=$srcdir$ac_dir_suffix;
19553 ac_top_srcdir
=$srcdir
19554 ac_abs_top_srcdir
=$srcdir ;;
19555 *) # Relative name.
19556 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19557 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19558 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19560 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19571 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19572 # If the template does not know about datarootdir, expand it.
19573 # FIXME: This hack should be removed a few years after 2.60.
19574 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19585 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19586 *datarootdir
*) ac_datarootdir_seen
=yes;;
19587 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19589 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19591 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19592 ac_datarootdir_hack='
19593 s&@datadir@&$datadir&g
19594 s&@docdir@&$docdir&g
19595 s&@infodir@&$infodir&g
19596 s&@localedir@&$localedir&g
19597 s&@mandir@&$mandir&g
19598 s&\\\${datarootdir}&$datarootdir&g' ;;
19602 # Neutralize VPATH when `$srcdir' = `.'.
19603 # Shell code in configure.ac might set extrasub.
19604 # FIXME: do we really want to maintain this feature?
19605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19606 ac_sed_extra="$ac_vpsub
19609 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19611 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19612 s|@configure_input@|
$ac_sed_conf_input|
;t t
19613 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19614 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19615 s
&@srcdir@
&$ac_srcdir&;t t
19616 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19617 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19618 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19619 s
&@builddir@
&$ac_builddir&;t t
19620 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19621 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19622 $ac_datarootdir_hack
19624 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19625 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19627 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19628 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19629 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19630 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19632 which seems to be undefined. Please make sure it is defined" >&5
19633 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19634 which seems to be undefined. Please make sure it is defined" >&2;}
19636 rm -f "$ac_tmp/stdin"
19638 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19639 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19641 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19647 if test x"$ac_file" != x-; then
19649 $as_echo "/* $configure_input */" \
19650 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19651 } >"$ac_tmp/config.h" \
19652 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19653 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19654 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19655 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19658 mv "$ac_tmp/config.h" "$ac_file" \
19659 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19662 $as_echo "/* $configure_input */" \
19663 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19664 || as_fn_error $? "could not create -" "$LINENO" 5
19672 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19675 # Prefer the file from the source tree if names are identical.
19676 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19677 ac_source=$srcdir/$ac_source
19680 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19681 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19683 if test ! -r "$ac_source"; then
19684 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19688 # Try a relative symlink, then a hard link, then a copy.
19690 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19691 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19693 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19694 ln "$ac_source" "$ac_file" 2>/dev/null ||
19695 cp -p "$ac_source" "$ac_file" ||
19696 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19699 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19700 $as_echo "$as_me: executing $ac_file commands" >&6;}
19705 case $ac_file$ac_mode in
19706 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19707 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19708 "Makefile":C) wine_fn_output_makefile Makefile ;;
19716 ac_clean_files=$ac_clean_files_save
19718 test $ac_write_fail = 0 ||
19719 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19722 # configure is writing to config.log, and then calls config.status.
19723 # config.status does its own redirection, appending to config.log.
19724 # Unfortunately, on DOS this fails, as config.log is still kept open
19725 # by configure, so config.status won't be able to
write to it
; its
19726 # output is simply discarded. So we exec the FD to /dev/null,
19727 # effectively closing config.log, so it can be properly (re)opened and
19728 # appended to by config.status. When coming back to configure, we
19729 # need to make the FD available again.
19730 if test "$no_create" != yes; then
19732 ac_config_status_args
=
19733 test "$silent" = yes &&
19734 ac_config_status_args
="$ac_config_status_args --quiet"
19736 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19738 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19739 # would make configure fail if this is the last instruction.
19740 $ac_cs_success || as_fn_exit
1
19742 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19744 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19748 if test "$no_create" = "yes"
19754 if test "x$wine_notices" != x
; then
19757 for msg
in $wine_notices; do
19759 if ${msg:+false} :; then :
19762 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19763 $as_echo "$as_me: $msg" >&6;}
19768 for msg
in $wine_warnings; do
19770 if ${msg:+false} :; then :
19774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19775 $as_echo "$as_me: WARNING: $msg" >&2;}
19781 $as_me: Finished. Do '${ac_make}' to compile Wine.